    *,
    body {
      font-family: 'DM Sans', sans-serif;
    }

    .font-display {
      font-family: 'Barlow Condensed', sans-serif;
    }

    .font-400 { font-weight: 400 !important; }
    .font-500 { font-weight: 500 !important; }
    .font-600 { font-weight: 600 !important; }
    .font-700 { font-weight: 700 !important; }
    .font-800 { font-weight: 800 !important; }
    .font-900 { font-weight: 900 !important; }

    .bg-orange-DEFAULT {
      background-color: #F97316 !important;
    }

    .bg-orange-dark {
      background-color: #EA580C !important;
    }

    .bg-orange-light {
      background-color: #FED7AA !important;
    }

    .hover\:bg-orange-dark:hover {
      background-color: #EA580C !important;
    }

    .text-orange-DEFAULT {
      color: #F97316 !important;
    }

    .text-orange-dark {
      color: #EA580C !important;
    }

    .text-orange-light {
      color: #FED7AA !important;
    }

    .border-orange-DEFAULT {
      border-color: #F97316 !important;
    }

    /* Theme neutrals — duplicate Tailwind extend so sections stay dark even if CDN config is late or skipped */
    .bg-charcoal {
      background-color: #1A1A1A !important;
    }

    .text-charcoal {
      color: #1A1A1A !important;
    }

    .bg-offwhite {
      background-color: #F8F7F4 !important;
    }

    /* Hero */
    .hero-bg {
      background:
        linear-gradient(135deg, rgba(10, 5, 0, 0.88) 0%, rgba(20, 10, 0, 0.75) 50%, rgba(249, 115, 22, 0.12) 100%),
        url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.57.jpeg') center top / cover no-repeat;
      min-height: 100vh;
      background-attachment: scroll;
    }

    /* Themed section BGs */
    .bg-themed-service {
      background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
        url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.54%20(1).jpeg') center 30% / cover no-repeat;
      background-attachment: scroll;
    }

    .bg-themed-situation {
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
        url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.53%20(3).jpeg') center 20% / cover no-repeat;
      background-attachment: scroll;
    }

    .bg-themed-nomatter {
      background: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
        url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.54.jpeg') center 15% / cover no-repeat;
      background-attachment: scroll;
    }

    .bg-themed-cares {
      background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
        url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.53%20(1).jpeg') center 20% / cover no-repeat;
      background-attachment: scroll;
    }

    .bg-themed-faq {
      background: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
        url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.53%20(2).jpeg') center 25% / cover no-repeat;
      background-attachment: scroll;
    }

    .bg-themed-team {
      background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
        url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.58.jpeg') center 15% / cover no-repeat;
      background-attachment: scroll;
    }

    /* Mobile: reduce zoom + darken overlay for readability */
    @media (max-width: 768px) {
      .hero-bg {
        background-size: 200% auto;
        background-position: 40% top;
        min-height: 100svh;
      }

      .bg-themed-service,
      .bg-themed-situation,
      .bg-themed-nomatter,
      .bg-themed-cares,
      .bg-themed-faq,
      .bg-themed-team {
        background-size: 160% auto;
        background-position: center top;
        min-height: auto;
      }

      .bg-themed-service {
        background-image: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.54%20(1).jpeg');
      }

      .bg-themed-situation {
        background-image: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.53%20(3).jpeg');
      }

      .bg-themed-nomatter {
        background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.54.jpeg');
      }

      .bg-themed-cares {
        background-image: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.53%20(1).jpeg');
      }

      .bg-themed-faq {
        background-image: linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.53%20(2).jpeg');
      }

      .bg-themed-team {
        background-image: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), url('../images/HouseSell/WhatsApp%20Image%202026-03-10%20at%2011.15.58.jpeg');
      }
    }

    /* Desktop: parallax + full cover */
    @media (min-width: 769px) {

      .bg-themed-service,
      .bg-themed-situation,
      .bg-themed-nomatter,
      .bg-themed-cares,
      .bg-themed-faq,
      .bg-themed-team {
        background-attachment: fixed;
        background-size: cover;
      }
    }

    .stat-num {
      display: inline-block;
    }

    .check {
      color: #22c55e !important;
    }

    .cross {
      color: #ef4444 !important;
    }

    .trust-bar {
      background: linear-gradient(90deg, #1A1A1A 0%, #111 100%);
    }

    .star {
      color: #F97316;
    }

    input:focus,
    select:focus,
    textarea:focus {
      outline: 2px solid #F97316;
      outline-offset: 1px;
    }

    @keyframes pulse-orange {

      0%,
      100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.5);
      }

      50% {
        box-shadow: 0 0 0 14px rgba(249, 115, 22, 0);
      }
    }

    .btn-pulse {
      animation: pulse-orange 2.4s infinite;
    }

    .city-tag {
      transition: background .2s, color .2s, transform .15s;
    }

    .city-tag:hover {
      background: #F97316;
      color: #fff;
      transform: translateY(-2px);
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .65s ease, transform .65s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    .section-tag {
      display: inline-block;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      padding: .25rem .75rem;
      border-radius: 999px;
    }

    #navbar {
      transition: background .3s, box-shadow .3s;
    }

    #navbar.scrolled {
      background: #1A1A1A !important;
      box-shadow: 0 2px 24px rgba(0, 0, 0, .45);
    }

    html {
      scroll-behavior: smooth;
    }

    @keyframes slideUp {
      from {
        opacity: 0;
        transform: translateY(40px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hero-bg .hero-copy h1,
    .hero-bg .hero-copy p,
    .hero-bg .hero-copy .section-tag {
      animation: slideUp 0.7s ease forwards;
      opacity: 0;
    }

    .hero-bg .hero-copy .section-tag {
      animation-delay: 0.1s;
    }

    .hero-bg .hero-copy h1 {
      animation-delay: 0.3s;
    }

    .hero-bg .hero-copy p {
      animation-delay: 0.55s;
    }

    .hero-bg .hero-copy .hero-checks {
      animation: slideUp 0.7s ease 0.7s forwards;
      opacity: 0;
    }

    .hero-bg .lead-form-card {
      box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.15), 0 25px 50px rgba(0, 0, 0, 0.4);
      transition: box-shadow 0.4s ease;
    }

    .hero-bg .lead-form-card:hover {
      box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.5), 0 30px 60px rgba(249, 115, 22, 0.15);
    }

    .gradient-text {
      background: linear-gradient(90deg, #F97316 0%, #FBBF24 50%, #F97316 100%);
      background-size: 200% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: shimmer 3s linear infinite;
    }

    @keyframes shimmer {
      to {
        background-position: 200% center;
      }
    }

    #typewriter {
      border-right: 3px solid #F97316;
      padding-right: 4px;
    }

    @keyframes blink {
      50% {
        border-color: transparent;
      }
    }

    #typewriter {
      animation: blink 0.8s step-end infinite;
    }

    .float-label {
      position: relative;
    }

    .float-label input {
      padding-top: 1.4rem;
      padding-bottom: 0.6rem;
    }

    .float-label label {
      position: absolute;
      top: 50%;
      left: 1rem;
      transform: translateY(-50%);
      font-size: .85rem;
      color: #9ca3af;
      transition: all .2s;
      pointer-events: none;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .05em;
    }

    .float-label input:focus~label,
    .float-label input:not(:placeholder-shown)~label {
      top: .55rem;
      transform: none;
      font-size: .6rem;
      color: #F97316 !important;
    }

    /* Situation grid cards */
    .situation-card {
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .situation-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 30px rgba(249, 115, 22, 0.15);
    }

    /* FAQ accordion */
    .faq-item .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.35s ease;
      padding: 0 1.5rem;
    }

    .faq-item.open .faq-answer {
      max-height: 300px;
      padding: 0 1.5rem 1.25rem;
    }

    .faq-item .faq-icon {
      transition: transform 0.3s;
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
    }

    /* Glassmorphism cards */
    .glass-card {
      background: rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
      transition: all 0.3s ease;
    }

    .glass-card:hover {
      background: rgba(249, 115, 22, 0.07);
      border-color: rgba(249, 115, 22, 0.3);
      box-shadow: 0 8px 32px rgba(249, 115, 22, 0.12);
      transform: translateY(-3px);
    }

    /* Scroll progress bar */
    #scroll-progress {
      position: fixed;
      top: 0;
      left: 0;
      height: 3px;
      z-index: 9999;
      background: linear-gradient(90deg, #F97316, #FBBF24, #F97316);
      background-size: 200% auto;
      animation: shimmer 2s linear infinite;
      transition: width 0.1s linear;
      width: 0%;
    }

    /* Mobile typography & spacing */
    @media (max-width: 640px) {
      h1.font-display {
        font-size: 2.8rem !important;
        line-height: 1;
      }

      h2.font-display {
        font-size: 2rem !important;
        line-height: 1.1;
      }

      .lead-form-card {
        padding: 1.25rem !important;
      }

      section.py-20 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
      }

      .situation-card {
        width: 100%;
      }

      .stat-num {
        font-size: 2rem !important;
      }
    }