  :root {
      --navy-950: #070c1a;
      --navy-900: #0a1130;
      --navy-800: #101a44;
      --navy-700: #182458;
      --gold-500: #f2a91c;
      --gold-400: #ffc94a;
      --gold-300: #ffe08a;
      --ember: #ff6a1a;
      --white: #ffffff;
      --ink-200: #c8d0e6;
      --ink-400: #8f9ac2;
      --radius-lg: 28px;
      --radius-md: 16px;
      --shadow-gold: 0 0 0 1px rgba(242, 169, 28, .35), 0 18px 40px -12px rgba(242, 169, 28, .25);
  }

  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  html {
      scroll-behavior: smooth;
  }

  body {
      font-family: 'Inter', sans-serif;
      background: var(--navy-950);
      color: var(--white);
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
  }

  img,
  svg {
      display: block;
  }

  a {
      color: inherit;
      text-decoration: none;
  }

  ul {
      list-style: none;
  }

  .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 32px;
  }

  .container-fluid {
      width: 100%;
      margin: 0 auto;
  }

  .eyebrow-font {
      font-family: 'Inter', sans-serif;
  }

  h1,
  h2,
  h3,
  .display {
      font-family: 'Anton', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      line-height: 0.95;
  }

  /* ===== ambient flame background ===== */
  .flame-glow {
      position: fixed;
      inset: 0;
      pointer-events: none;
      background:
          radial-gradient(600px 400px at 8% 100%, rgba(255, 106, 26, .18), transparent 70%),
          radial-gradient(700px 500px at 95% 10%, rgba(242, 169, 28, .10), transparent 70%);
      z-index: 0;
  }

  /* ===== HEADER ===== */
  header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(7, 12, 26, .85);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .nav-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 84px;
  }

  .logo {
      display: flex;
      align-items: center;
      gap: 12px;
  }

  .logo-flame {
      width: 44px;
      height: 44px;
      flex-shrink: 0;
  }

  .logo-text {
      font-family: 'Anton', sans-serif;
      line-height: 1;
      text-transform: uppercase;
  }

  .logo-text .l1 {
      display: block;
      font-size: 19px;
      color: var(--gold-400);
      letter-spacing: 0.5px;
  }

  .logo-text .l2 {
      display: block;
      font-size: 15px;
      color: var(--white);
      letter-spacing: 1px;
      margin-top: 2px;
  }

  nav.main-nav {
      display: flex;
      gap: 20px;
  }

  nav.main-nav a {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: var(--ink-200);
      position: relative;
      padding-bottom: 6px;
      transition: color .2s ease;
  }

  nav.main-nav a:hover,
  nav.main-nav a.active {
      color: var(--gold-400);
  }

  nav.main-nav a.active::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: var(--gold-400);
  }

  .header-cta {
      display: flex;
      align-items: center;
      gap: 10px;
      background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
      color: var(--navy-950);
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 0.3px;
      padding: 12px 22px;
      border-radius: 999px;
      white-space: nowrap;
      box-shadow: var(--shadow-gold);
      transition: transform .2s ease;
  }

  .header-cta:hover {
      transform: translateY(-1px);
  }

  .header-cta svg {
      width: 16px;
      height: 16px;
  }

  .burger {
      display: none;
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255, 255, 255, .15);
      border-radius: 10px;
      align-items: center;
      justify-content: center;
      background: transparent;
      cursor: pointer;
  }

  .burger svg {
      width: 20px;
      height: 20px;
      stroke: var(--white);
  }

  /* ===== HERO ===== */
  .hero {
      position: relative;
      z-index: 1;
  }

  .hero-panel {
      position: relative;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background:
          linear-gradient(120deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-900) 100%);
      border: 1px solid rgba(255, 255, 255, .06);
      display: grid;
      grid-template-columns: 0.8fr 1.05fr;
      min-height: 620px;
  }

  .hero-copy {
      padding: 64px 24px 64px 56px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 2;
  }

  .hero-title {
      font-size: clamp(52px, 6.5vw, 96px);
      line-height: 0.95;
      font-weight: 800;
      letter-spacing: -2px;
      display: contents;
  }

  .hero-title .line-white {
      background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 25%, #bfc3c7 50%, #ffffff 65%, #9da3a8 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: 4px;
      filter: drop-shadow(0 4px 12px rgba(255, 255, 255, .15));
  }

  .hero-tel {
      margin-top: 22px;
      font-size: 22px;
      font-weight: 800;
      letter-spacing: 0.5px;

      display: flex;
      align-items: center;
      gap: 15px;
  }

  /* Línea izquierda y derecha */
  .hero-tel::before,
  .hero-tel::after {
      content: "";
      height: 2px;
      flex: 1;
      background: linear-gradient(90deg,
              transparent,
              #f7c948,
              #d69e00);
  }

  /* Invertimos la dirección de la línea derecha */
  .hero-tel::after {
      background: linear-gradient(90deg,
              #d69e00,
              #f7c948,
              transparent);
  }

  .hero-tel span.label {
      color: var(--ink-200);
      font-weight: 700;
      margin-right: 8px;
  }

  /* Número dorado metálico */
  .hero-tel span.number {
      background: linear-gradient(180deg,
              #fff1a8 0%,
              #f7c948 35%,
              #d69e00 70%,
              #8a5a00 100%);

      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;

      white-space: nowrap;
  }

  .hero-desc {
      margin-top: 20px;
      max-width: 520px;
      font-size: 17px;
      line-height: 1.65;
      color: var(--ink-200);
  }

  .hero-desc b,
  .hero-desc .accent {
      font-weight: 700;
      background: linear-gradient(180deg, #fff1a8 0%, #f7c948 35%, #d69e00 70%, #8a5a00 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent
  }

  .feature-row {
      display: flex;
      gap: 28px;
      margin-top: 36px;
      flex-wrap: wrap;
  }

  .feature-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      max-width: 120px;
  }

  .feature-icon {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      border: 1.5px solid rgba(242, 169, 28, .45);
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(242, 169, 28, .06);
  }

  .feature-icon svg {
      width: 28px;
      height: 28px;
      stroke: var(--gold-400);
  }

  .feature-item span {
      font-size: 12.5px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.4px;
      line-height: 1.35;
      color: var(--ink-200);
  }

  .hero-actions {
      display: flex;
      gap: 16px;
      margin-top: 40px;
      flex-wrap: wrap;
  }

  .btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 16px 30px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 14.5px;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease;
      border: 1.5px solid transparent;
  }

  .btn svg {
      width: 18px;
      height: 18px;
  }

  .btn-solid {
      background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
      color: var(--navy-950);
      box-shadow: var(--shadow-gold);
  }

  .btn-solid:hover {
      transform: translateY(-2px);
  }

  .btn-outline {
      background: transparent;
      color: var(--white);
      border-color: rgba(255, 255, 255, .35);
  }

  .btn-outline:hover {
      border-color: var(--gold-400);
      color: var(--gold-400);
      transform: translateY(-2px);
  }

  /* ===== hero visual side ===== */
  .hero-visual {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
  }

  .hero-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
          linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
          linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
      background-size: 36px 36px;
      mask-image: radial-gradient(circle at 60% 40%, black, transparent 75%);
  }

  .appliance-row {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 32px;
  }

  .appliance-image {
      width: 100%;
      max-width: auto;
  }

  .appliance-image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 20px;
  }

  .ember-particle {
      position: absolute;
      border-radius: 50%;
      background: var(--ember);
      box-shadow: 0 0 8px 2px var(--ember);
      opacity: .7;
      animation: float 6s ease-in-out infinite;
  }

  @keyframes float {

      0%,
      100% {
          transform: translateY(0);
          opacity: .5;
      }

      50% {
          transform: translateY(-18px);
          opacity: 1;
      }
  }


  /* ===== SERVICES SECTION ===== */
  .services {
      position: relative;
      z-index: 1;
      padding: 80px 0 20px;
  }

  .services-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 32px;
      margin-bottom: 48px;
      flex-wrap: wrap;
  }

  .services-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold-400);
      margin-bottom: 14px;
  }

  .services-eyebrow::before {
      content: "";
      width: 28px;
      height: 2px;
      background: var(--gold-400);
      display: inline-block;
  }

  .services-title {
      font-size: clamp(32px, 4vw, 50px);
      color: var(--white);
      max-width: 640px;
  }

  .accent-gold {
      background: linear-gradient(180deg, #fff1a8 0%, #f7c948 35%, #d69e00 70%, #8a5a00 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: var(--gold-400);
  }

  .services-sub {
      max-width: 420px;
      font-size: 18.5px;
      line-height: 1.6;
      color: var(--ink-200);
      padding-bottom: 6px;
  }

  .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
  }

  .service-card {
      position: relative;
      background: linear-gradient(160deg, var(--navy-900), var(--navy-800));
      border: 1px solid rgba(255, 255, 255, .07);
      border-radius: 20px;
      padding: 30px 26px;
      display: flex;
      flex-direction: column;
      gap: 18px;
      overflow: hidden;
      transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }

  .service-card::after {
      content: "";
      position: absolute;
      top: -40%;
      right: -30%;
      width: 180px;
      height: 180px;
      background: radial-gradient(circle, rgba(242, 169, 28, .14), transparent 70%);
      opacity: 0;
      transition: opacity .3s ease;
  }

  .service-card:hover {
      transform: translateY(-6px);
      border-color: rgba(242, 169, 28, .4);
      box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .6);
  }

  .service-card:hover::after {
      opacity: 1;
  }

  .service-num {
      position: absolute;
      top: 22px;
      right: 24px;
      font-family: 'Anton', sans-serif;
      font-size: 34px;
      color: rgba(255, 255, 255, .06);
      letter-spacing: 0;
      z-index: 0;
  }

  .service-icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      background: rgba(242, 169, 28, .08);
      border: 1.5px solid rgba(242, 169, 28, .35);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
  }

  .service-icon svg {
      width: 26px;
      height: 26px;
      stroke: var(--gold-400);
  }

  .service-card h3 {
      font-family: 'Inter', sans-serif;
      text-transform: none;
      letter-spacing: 0;
      font-size: 18px;
      font-weight: 800;
      color: var(--white);
      line-height: 1.3;
      position: relative;
      z-index: 1;
  }

  .service-card p {
      font-size: 13.5px;
      line-height: 1.55;
      color: var(--ink-200);
      position: relative;
      z-index: 1;
  }

  .service-link {
      margin-top: auto;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 12.5px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.4px;
      color: var(--gold-400);
      position: relative;
      z-index: 1;
  }

  .service-link svg {
      width: 14px;
      height: 14px;
      transition: transform .2s ease;
  }

  .service-card:hover .service-link svg {
      transform: translateX(4px);
  }

  @media (max-width:1080px) {
      .services-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  @media (max-width:560px) {
      .services {
          padding: 56px 0 8px;
      }

      .services-grid {
          grid-template-columns: 1fr;
          gap: 16px;
      }

      .services-head {
          margin-bottom: 32px;
      }

      .service-card {
          padding: 26px 22px;
      }
  }

  /* ===== SOBRE MI ===== */
  .about {
      position: relative;
      z-index: 1;
      padding: 24px 0 0;
  }

  .about-panel {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 0.62fr 0.5fr;
      gap: 22px;
      border-radius: var(--radius-lg);
      overflow: hidden;
  }

  .about-copy {
      background: linear-gradient(150deg, var(--navy-900), var(--navy-800));
      border: 1px solid rgba(255, 255, 255, .07);
      border-radius: var(--radius-lg);
      padding: 52px 44px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .about-title {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: clamp(30px, 3.6vw, 44px);
  }

  .about-title svg {
      width: 30px;
      height: 30px;
      flex-shrink: 0;
  }

  .about-title .w-light {
      color: var(--white);
  }

  .about-kicker {
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 16px 0 22px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold-400);
  }

  .about-kicker::before,
  .about-kicker::after {
      content: "";
      height: 1px;
      flex: 1;
      background: rgba(242, 169, 28, .35);
  }

  .about-copy p {
      font-size: 15.5px;
      line-height: 1.7;
      color: var(--ink-200);
      margin-bottom: 16px;
      max-width: 480px;
  }

  .about-badges {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 28px;
  }

  .about-badge {
      border: 1px solid rgba(255, 255, 255, .1);
      background: rgba(255, 255, 255, .02);
      border-radius: 14px;
      padding: 18px 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      text-align: center;
  }

  .about-badge svg {
      width: 24px;
      height: 24px;
      stroke: var(--gold-400);
  }

  .about-badge span {
      font-size: 11.5px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      line-height: 1.35;
      color: var(--ink-200);
  }

   .about-visual {
      position: relative;
      border-radius: var(--radius-lg);
      background:
          radial-gradient(420px 420px at 70% 10%, rgba(255, 106, 26, .20), transparent 65%),
          linear-gradient(180deg, #0d1633, #182458 65%, #0d1633);
      border: 1px solid rgba(255, 255, 255, .07);
      overflow: hidden;
      min-height: 420px;
  }

  .about-visual img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }

  .about-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
          linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
      background-size: 34px 34px;
      mask-image: radial-gradient(circle at 50% 30%, black, transparent 75%);
  }


  .about-side {
      background: linear-gradient(160deg, var(--navy-800), var(--navy-900));
      border: 1px solid rgba(242, 169, 28, .25);
      border-radius: var(--radius-lg);
      padding: 38px 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: center;
      gap: 16px;
  }

  .about-side .star-icon {
      width: 50px;
      height: 50px;
      border: 1.5px solid var(--gold-400);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .about-side .star-icon svg {
      width: 22px;
      height: 22px;
      stroke: var(--gold-400);
  }

  .about-side h3 {
      font-size: 19px;
      line-height: 1.3;
  }

  .about-side h3 .w-white {
      color: var(--white);
  }

  .about-side p {
      font-size: 13.5px;
      line-height: 1.6;
      color: var(--ink-200);
  }

  .about-side .strong-gold {
      display: block;
      margin-top: 10px;
      font-weight: 800;
      color: var(--gold-400);
      font-size: 13.5px;
      letter-spacing: 0.3px;
  }

  @media (max-width:1080px) {
      .about-panel {
          grid-template-columns: 1fr;
      }

      .about-visual {
          min-height: 320px;
      }
  }

  @media (max-width:560px) {
      .about-copy {
          padding: 36px 24px;
      }

      .about-badges {
          grid-template-columns: repeat(2, 1fr);
      }

      .about-side {
          padding: 30px 22px;
      }
  }

  /* ===== ZONAS DE TRABAJO ===== */
  .zones {
      position: relative;
      z-index: 1;
      padding: 80px 0 20px;
  }

  .zones-panel {
      display: grid;
      grid-template-columns: 1fr 1fr 0.55fr;
      gap: 22px;
      border-radius: var(--radius-lg);
      overflow: hidden;
  }

  .zones-copy {
      background: linear-gradient(150deg, var(--navy-900), var(--navy-800));
      border: 1px solid rgba(255, 255, 255, .07);
      border-radius: var(--radius-lg);
      padding: 52px 44px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .zones-title {
      font-size: clamp(30px, 3.8vw, 46px);
  }

  .zones-title .w-white {
      color: var(--white);
  }

  .zones-loc {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 18px 0 20px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      color: var(--gold-400);
  }

  .zones-loc svg {
      width: 18px;
      height: 18px;
      stroke: var(--gold-400);
  }

  .zones-copy>p {
      font-size: 15.5px;
      line-height: 1.7;
      color: var(--ink-200);
      max-width: 420px;
      margin-bottom: 30px;
  }

  .zones-cta {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      width: fit-content;
      padding: 16px 26px;
      border-radius: 999px;
      border: 1.5px solid rgba(255, 255, 255, .25);
      background: transparent;
      transition: border-color .2s ease, transform .2s ease;
  }

  .zones-cta:hover {
      border-color: var(--gold-400);
      transform: translateY(-2px);
  }

  .zones-cta .phone-badge {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
  }

  .zones-cta .phone-badge svg {
      width: 17px;
      height: 17px;
      stroke: var(--navy-950);
  }

  .zones-cta .cta-text {
      font-size: 13px;
      line-height: 1.4;
      font-weight: 600;
      color: var(--ink-200);
  }

  .zones-cta .cta-text b {
      display: block;
      color: var(--gold-400);
      font-weight: 800;
      text-transform: uppercase;
      font-size: 12.5px;
      letter-spacing: 0.3px;
  }

  .zones-map {
      position: relative;
      border-radius: var(--radius-lg);
      background:
          linear-gradient(180deg,
              #0d1633,
              #101a44 70%,
              #0d1633);
      border: 1px solid rgba(255, 255, 255, .07);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      min-height: 420px;
      padding: 30px;
  }

  /* Imagen del mapa */
  .map-image {
      width: 100%;
      height: 100%;
      max-height: 380px;
      object-fit: contain;
      position: relative;
      z-index: 2;
      border-radius: 20px;
  }

  /* Brillo azul detrás del mapa */
  .zones-map::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
          radial-gradient(380px 380px at 50% 40%,
              rgba(79, 163, 255, .18),
              transparent 70%);
      z-index: 1;
  }

  /* Borde luminoso sutil */
  .zones-map::after {
      content: "";
      position: absolute;
      inset: 15px;
      pointer-events: none;
      z-index: 3;
  }

  .zones-side {
      background: linear-gradient(160deg, var(--navy-800), var(--navy-900));
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-lg);
      padding: 38px 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 20px;
  }

  .zones-side h4 {
      font-family: 'Inter', sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.5px;
      font-weight: 800;
      color: var(--white);
      margin-bottom: 4px;
  }

  .zones-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
  }

  .zones-list li {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 13.5px;
      font-weight: 700;
      color: var(--ink-200);
  }

  .zones-list li svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      stroke: var(--gold-400);
  }

  @media (max-width:1080px) {
      .zones-panel {
          grid-template-columns: 1fr;
      }
       .zones-map{
        min-height:300px;
        padding:15px;
    }

    .map-image{
        max-height:280px;
    }
  }

  @media (max-width:560px) {
      .zones {
          padding: 56px 0 8px;
      }

      .zones-copy {
          padding: 36px 24px;
      }

      .zones-side {
          padding: 30px 24px;
      }

      .zones-cta {
          width: 100%;
      }
  }



  /* ===== CONTACTO ===== */
.contact{
  position:relative;
  z-index:1;
  padding:80px 0 20px;
}
.contact-panel{
  display:grid;
  grid-template-columns:1fr 0.62fr;
  gap:22px;
  border-radius:var(--radius-lg);
  overflow:hidden;
}
.contact-copy{
  position:relative;
  background:linear-gradient(150deg, var(--navy-900), var(--navy-800));
  border:1px solid rgba(255,255,255,.07);
  border-radius:var(--radius-lg);
  padding:56px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
}
.contact-copy::after{
  content:"";
  position:absolute;
  top:-30%;right:-15%;
  width:340px;height:340px;
  background:radial-gradient(circle, rgba(242,169,28,.14), transparent 70%);
  pointer-events:none;
}
.contact-title{
  font-size:clamp(32px,4vw,50px);
  position:relative;
  z-index:1;
}
.contact-title .w-white{color:var(--white);}
.contact-title .accent{
  background: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color:var(--gold-400);
}
.contact-sub{
  margin-top:16px;
  max-width:460px;
  font-size:15.5px;
  line-height:1.7;
  color:var(--ink-200);
  position:relative;
  z-index:1;
}

.contact-actions{
  display:flex;
  gap:18px;
  margin-top:36px;
  flex-wrap:wrap;
  position:relative;
  z-index:1;
}
.contact-btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:16px 26px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:0.3px;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  border:1.5px solid transparent;
}
.contact-btn .icon-badge{
  width:38px;height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.contact-btn .icon-badge svg{width:18px;height:18px;}
.contact-btn .btn-copy{
  display:flex;
  flex-direction:column;
  line-height:1.3;
  text-align:left;
}
.contact-btn .btn-copy .small{
  font-size:11px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.4px;
  opacity:.75;
}
.contact-btn .btn-copy .big{
  font-size:14.5px;
  font-weight:800;
  text-transform:uppercase;
}

.contact-btn.whatsapp{
  background:linear-gradient(180deg,var(--gold-300),var(--gold-500));
  color:var(--navy-950);
  box-shadow:var(--shadow-gold);
}
.contact-btn.whatsapp .icon-badge{background:var(--navy-950);}
.contact-btn.whatsapp .icon-badge svg{stroke:var(--gold-400);fill:var(--gold-400);}
.contact-btn.whatsapp:hover{transform:translateY(-2px);}

.contact-btn.call{
  background:transparent;
  color:var(--white);
  border-color:rgba(255,255,255,.3);
}
.contact-btn.call .icon-badge{
  background:rgba(242,169,28,.1);
  border:1.5px solid rgba(242,169,28,.5);
}
.contact-btn.call .icon-badge svg{stroke:var(--gold-400);fill:none;}
.contact-btn.call:hover{
  border-color:var(--gold-400);
  transform:translateY(-2px);
}

.contact-side{
  background:linear-gradient(160deg, var(--navy-800), var(--navy-900));
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius-lg);
  padding:44px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:26px;
}
.contact-side h4{
  font-family:'Inter',sans-serif;
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:0.5px;
  font-weight:800;
  color:var(--white);
}
.contact-info-list{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.contact-info-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.contact-info-item .info-icon{
  width:42px;height:42px;
  border-radius:12px;
  border:1.5px solid rgba(242,169,28,.4);
  background:rgba(242,169,28,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.contact-info-item .info-icon svg{width:19px;height:19px;stroke:var(--gold-400);}
.contact-info-item .info-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.contact-info-item .info-copy .label{
  font-size:11.5px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.3px;
  color:var(--ink-400);
}
.contact-info-item .info-copy .value{
  font-size:14.5px;
  font-weight:700;
  color:var(--white);
}

@media (max-width:1080px){
  .contact-panel{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .contact{padding:56px 0 8px;}
  .contact-copy{padding:40px 26px;}
  .contact-side{padding:34px 26px;}
  .contact-actions{width:100%;flex-direction:column;}
  .contact-btn{width:100%;justify-content:flex-start;}
}


/* ===== FOOTER ===== */
.site-footer{
  position:relative;
  z-index:1;
  margin-top:40px;
  border-top:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg, var(--navy-900), var(--navy-950) 60%);
}
.site-footer::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:2px;
  background:var(--gold-metal);
  opacity:.6;
}

.footer-top{
  display:grid;
  grid-template-columns:1.3fr 0.8fr 0.9fr 1fr;
  gap:40px;
  padding:64px 0 48px;
}

/* --- brand column --- */
.footer-brand .logo{margin-bottom:18px;}
.footer-desc{
  font-size:14px;
  line-height:1.7;
  color:var(--ink-200);
  max-width:320px;
  margin-bottom:24px;
}
.footer-badge-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
}
.footer-badge-row svg{width:18px;height:18px;stroke:var(--gold-400);flex-shrink:0;}
.footer-badge-row span{
  font-size:12.5px;
  font-weight:700;
  color:var(--ink-200);
  letter-spacing:0.2px;
}
.footer-social{
  display:flex;
  gap:12px;
}
.footer-social a{
  width:38px;height:38px;
  border-radius:50%;
  border:1.5px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:border-color .2s ease, transform .2s ease, background .2s ease;
}
.footer-social a svg{width:16px;height:16px;stroke:var(--ink-200);transition:stroke .2s ease;}
.footer-social a:hover{
  border-color:var(--gold-400);
  background:rgba(242,169,28,.08);
  transform:translateY(-2px);
}
.footer-social a:hover svg{stroke:var(--gold-400);}

/* --- link columns --- */
.footer-col h4{
  font-family:'Inter',sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--white);
  margin-bottom:22px;
  position:relative;
  padding-bottom:12px;
}
.footer-col h4::after{
  content:"";
  position:absolute;
  left:0;bottom:0;
  width:28px;height:2px;
  background:var(--gold-400);
}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:13px;
}
.footer-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  color:var(--ink-200);
  transition:color .2s ease, transform .2s ease;
  width:fit-content;
}
.footer-links a svg{
  width:12px;height:12px;
  stroke:var(--gold-400);
  opacity:0;
  transform:translateX(-4px);
  transition:opacity .2s ease, transform .2s ease;
  flex-shrink:0;
}
.footer-links a:hover{color:var(--gold-400);transform:translateX(2px);}
.footer-links a:hover svg{opacity:1;transform:translateX(0);}

/* --- contact column --- */
.footer-contact-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.footer-contact-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
}
.footer-contact-item .fc-icon{
  width:34px;height:34px;
  border-radius:10px;
  border:1.5px solid rgba(242,169,28,.35);
  background:rgba(242,169,28,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.footer-contact-item .fc-icon svg{width:15px;height:15px;stroke:var(--gold-400);}
.footer-contact-item a,
.footer-contact-item span.fc-text{
  font-size:13.5px;
  line-height:1.5;
  color:var(--ink-200);
  padding-top:6px;
}
.footer-contact-item a:hover{color:var(--gold-400);}

.footer-newsletter{margin-top:12px;}
.footer-newsletter p{
  font-size:13px;
  color:var(--ink-200);
  margin-bottom:14px;
  line-height:1.6;
}
.footer-cta-mini{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 20px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--gold-300),var(--gold-500));
  color:var(--navy-950);
  font-weight:800;
  font-size:12.5px;
  letter-spacing:0.3px;
  text-transform:uppercase;
  box-shadow:var(--shadow-gold);
  transition:transform .2s ease;
}
.footer-cta-mini svg{width:14px;height:14px;}
.footer-cta-mini:hover{transform:translateY(-2px);}

/* --- bottom bar --- */
.footer-divider{
  height:1px;
  background:rgba(255,255,255,.08);
}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
  padding:26px 0;
}
.footer-copy{
  font-size:12.5px;
  color:var(--ink-400);
  line-height:1.5;
}
.footer-copy a{
  color:var(--gold-400);
  font-weight:700;
}
.footer-legal{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}
.footer-legal a{
  font-size:12.5px;
  color:var(--ink-400);
  transition:color .2s ease;
}
.footer-legal a:hover{color:var(--gold-400);}
.footer-legal .dot{
  width:3px;height:3px;
  border-radius:50%;
  background:var(--ink-400);
}
.footer-credit{
  font-size:12.5px;
  color:var(--ink-400);
  display:flex;
  align-items:center;
  gap:6px;
}
.footer-credit svg{width:13px;height:13px;stroke:var(--gold-400);}

/* --- back to top --- */
.back-to-top{
  position:fixed;
  right:26px;
  bottom:26px;
  width:48px;height:48px;
  border-radius:50%;
  background:linear-gradient(180deg,var(--gold-300),var(--gold-500));
  border:none;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:var(--shadow-gold);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index:60;
}
.back-to-top.visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top svg{width:20px;height:20px;stroke:var(--navy-950);}
.back-to-top:hover{transform:translateY(-3px);}

/* ===== RESPONSIVE (add to existing breakpoints) ===== */
@media (max-width:1080px){
  .footer-top{grid-template-columns:1fr 1fr;row-gap:44px;}
}
@media (max-width:560px){
  .footer-top{grid-template-columns:1fr;padding:48px 0 32px;gap:36px;}
  .footer-desc{max-width:none;}
  .footer-bottom{flex-direction:column;align-items:flex-start;}
  .footer-legal{gap:14px;}
  .back-to-top{right:16px;bottom:16px;width:44px;height:44px;}
}

  /* ===== mobile menu ===== */
  .mobile-menu {
      display: none;
      position: fixed;
      inset: 0 0 0 auto;
      width: 80%;
      max-width: 320px;
      height: 100vh;
      background: var(--navy-900);
      border-left: 1px solid rgba(255, 255, 255, .08);
      z-index: 100;
      padding: 32px 28px;
      transform: translateX(100%);
      transition: transform .3s ease;
      flex-direction: column;
      gap: 8px;
  }

  .mobile-menu.open {
      transform: translateX(0);
  }

  .mobile-menu a {
      padding: 16px 4px;
      border-bottom: 1px solid rgba(255, 255, 255, .06);
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.4px;
      color: var(--ink-200);
  }

  .mobile-menu .header-cta {
      margin-top: 24px;
      justify-content: center;
  }

  .menu-close {
      align-self: flex-end;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      border: none;
      cursor: pointer;
  }

  .menu-close svg {
      width: 22px;
      height: 22px;
      stroke: var(--white);
  }

  .scrim {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .5);
      z-index: 90;
  }

  .scrim.open {
      display: block;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width:1080px) {
      .hero-panel {
          grid-template-columns: 1fr;
          min-height: auto;
      }

      .hero-visual {
          min-height: 380px;
          padding: 40px 0;
          display: none;
      }

      .hero-copy {
          padding: 56px 40px 40px;
      }
  }

  @media (max-width:860px) {
      nav.main-nav {
          display: none;
      }

      .header-cta {
          display: none;
      }

      .burger {
          display: flex;
      }

      .mobile-menu {
          display: flex;
      }

      .container {
          padding: 0 20px;
      }

  }

  @media (max-width:560px) {
      .nav-wrap {
          height: 72px;
      }

      .logo-flame {
          width: 36px;
          height: 36px;
      }

      .logo-text .l1 {
          font-size: 15px;
      }

      .logo-text .l2 {
          font-size: 12px;
      }

      .hero {
          padding: 32px 0 24px;
      }

      .hero-panel {
          border-radius: 20px;
      }

      .hero-copy {
          padding: 40px 22px 32px;
      }

      .hero-title {
          font-size: clamp(34px, 11vw, 52px);
      }

      .hero-tel {
          font-size: 18px;
      }

      .hero-desc {
          font-size: 15px;
      }

      .feature-row {
          place-content: center;
          gap: 18px;
      }

      .feature-item {
          max-width: 46%;
      }

      .btn {
          padding: 14px 22px;
          font-size: 13px;
          flex: 1;
          justify-content: center;
      }

      .hero-actions {
          width: 100%;
      }

      .appliance-row {
          flex-direction: column;
          align-items: center;
      }

      .appliance-card svg {
          width: 88px;
      }

  }