  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/mont-400.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/mont-600.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/mont-700.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/assets/fonts/mont-800.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/assets/fonts/mont-900.woff2') format('woff2');
  }

  /* =========================================================
     DESIGN TOKENS — heredados del sitio actual de Hidrolavados MDQ
  ========================================================= */
  :root {
    --teal:        #1a6c7a;
    --teal-light:  #2a8fa0;
    --teal-dark:   #124f5a;
    --navy:        #153243;
    --navy-dark:   #000f2b;
    --bg-light:    #f3f9fb;
    --bg-white:    #ffffff;
    --text-dark:   #1a1a2e;
    --text-gray:   #4a5568;
    --text-light:  #718096;
    --gold:        #d4a017;
    --gold-light:  #f0c040;
    --success:     #2d9e6b;
    --border:      #e2eef0;

    --shadow-sm: 0 1px 3px rgba(26,108,122,.08), 0 1px 2px rgba(26,108,122,.06);
    --shadow-md: 0 4px 16px rgba(26,108,122,.12), 0 2px 6px rgba(26,108,122,.08);
    --shadow-lg: 0 10px 40px rgba(26,108,122,.18), 0 4px 12px rgba(26,108,122,.10);
    --shadow-xl: 0 20px 60px rgba(0,15,43,.22);

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 32px;
    --radius-full: 9999px;

    --transition: all .3s cubic-bezier(.4,0,.2,1);
    --font: 'Montserrat', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  }

  /* Este es un mockup de un sitio de marca fija: pinta cada fondo
     explícitamente y no sigue el tema claro/oscuro del visor. */

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; font-size: 16px; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  }
  body {
    font-family: var(--font);
    color: var(--text-dark);
    background: var(--bg-white);
    overflow-x: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  img, svg { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }
  ul { list-style: none; }
  button { font: inherit; }
  .icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
  .icon-fill { fill: currentColor; stroke: none; }

  .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  .section-tag {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(26,108,122,.1); color: var(--teal);
    font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
    padding: 6px 14px; border-radius: var(--radius-full); margin-bottom: 16px;
  }
  .section-tag .icon { width: 14px; height: 14px; }
  .section-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800; color: var(--navy-dark);
    line-height: 1.15; letter-spacing: -.02em; text-wrap: balance;
  }
  .section-title span { color: var(--teal); }
  .section-sub { font-size: 1.05rem; color: var(--text-gray); margin-top: 12px; max-width: 560px; line-height: 1.7; }
  .section-header { text-align: center; margin-bottom: 56px; }
  .section-header .section-sub { margin-inline: auto; }

  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font); font-weight: 700; font-size: .95rem; letter-spacing: .02em;
    padding: 14px 28px; border-radius: var(--radius-full); border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
  }
  .btn .icon { width: 18px; height: 18px; }
  .btn-primary { background: var(--teal); color: #fff; border-color: var(--teal); }
  .btn-primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
  .btn-outline { background: transparent; color: var(--teal); border-color: var(--teal); }
  .btn-outline:hover { background: var(--teal); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
  .btn-ghost-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
  .btn-ghost-white:hover { background: rgba(255,255,255,.15); border-color: #fff; transform: translateY(-2px); }
  .btn-whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
  .btn-whatsapp:hover { background: #1da851; border-color: #1da851; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.35); }
  .btn-lg { padding: 17px 34px; font-size: 1rem; font-weight: 800; }
  .btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

  .tag-pill {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: .65rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
    color: var(--teal-dark); background: rgba(26,108,122,.09);
    border: 1px solid rgba(26,108,122,.2); border-radius: var(--radius-full);
    padding: 3px 10px;
  }

  /* =========================================================
     TOPBAR + NAVBAR
  ========================================================= */
  .topbar { background: var(--navy-dark); color: rgba(255,255,255,.75); font-size: .8rem; font-weight: 500; padding: 9px 0; }
  .topbar .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
  .topbar-left { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
  .topbar-item { display: flex; align-items: center; gap: 6px; }
  .topbar-item .icon { color: var(--teal-light); width: 13px; height: 13px; }
  .topbar-right { display: flex; align-items: center; gap: 12px; }
  .social-icon {
    width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.08); border-radius: 50%; color: rgba(255,255,255,.7);
    transition: var(--transition);
  }
  .social-icon .icon { width: 14px; height: 14px; }
  .social-icon:hover { background: var(--teal); color: #fff; }

  .navbar { position: relative; background: transparent; z-index: 100; }
  .navbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }

  .logo-lockup { display: flex; align-items: center; gap: 10px; }
  .logo-mark { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
  .logo-mark .icon { width: 22px; height: 22px; color: #fff; }
  .logo-text { display: flex; flex-direction: column; line-height: 1; }
  .logo-text strong { font-size: 1.05rem; font-weight: 800; letter-spacing: -.01em; color: var(--navy-dark); }
  .logo-text span { font-size: .62rem; font-weight: 700; letter-spacing: .18em; color: var(--gold); margin-top: 3px; }

  .nav-links { display: flex; align-items: center; gap: 4px; }
  .nav-links > li { position: relative; }
  .nav-links > li > a, .nav-links > li > button {
    display: inline-flex; align-items: center; gap: 4px; background: none; border: none;
    font-family: var(--font); font-size: .88rem; font-weight: 600; color: var(--text-dark);
    padding: 10px 14px; border-radius: var(--radius-full); transition: var(--transition); cursor: pointer;
  }
  .nav-links > li > a:hover, .nav-links > li > button:hover { color: var(--teal); background: rgba(26,108,122,.08); }
  .nav-links .icon { width: 14px; height: 14px; }

  .nav-dropdown {
    position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
    background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); border: 1px solid var(--border);
    padding: 10px; width: 300px; opacity: 0; visibility: hidden; transition: var(--transition); z-index: 50;
  }
  .nav-links > li:hover .nav-dropdown,
  .nav-links > li:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
  .nav-dropdown a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: var(--radius-sm); }
  .nav-dropdown a:hover { background: var(--bg-light); }
  .nav-dropdown .icon { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; }
  .nav-dropdown-label { font-size: .84rem; font-weight: 700; color: var(--navy-dark); display: flex; align-items: center; gap: 8px; }
  .nav-dropdown-sub { font-size: .72rem; color: var(--text-light); }

  .nav-cta { display: flex; align-items: center; gap: 10px; }
  .hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
  .hamburger span { display: block; width: 24px; height: 2px; background: var(--navy-dark); border-radius: 2px; }

  .mobile-nav { display: none; position: fixed; inset: 0; z-index: 999; background: var(--navy-dark); flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 40px 32px; overflow-y: auto; }
  .mobile-nav.open { display: flex; }
  .mobile-nav a, .mobile-nav .mobile-group-title { font-size: 1.25rem; font-weight: 700; color: #fff; padding: 10px 0; width: 100%; }
  .mobile-nav .mobile-sub { display: flex; flex-direction: column; padding-left: 14px; border-left: 2px solid rgba(255,255,255,.15); margin-bottom: 10px; }
  .mobile-nav .mobile-sub a { font-size: .95rem; font-weight: 600; color: rgba(255,255,255,.7); padding: 7px 0; }
  .mobile-nav-close { position: absolute; top: 24px; right: 24px; background: none; border: none; color: #fff; cursor: pointer; padding: 8px; }
  .mobile-nav-close .icon { width: 24px; height: 24px; }
  .mobile-nav .btn { margin-top: 18px; }

  /* =========================================================
     HERO
  ========================================================= */
  .hero {
    padding: 84px 0 110px; position: relative; overflow: hidden;
    background: linear-gradient(160deg, var(--navy-dark) 0%, #0c2438 46%, var(--teal-dark) 100%);
  }
  .hero-texture {
    position: absolute; inset: 0; opacity: .5; pointer-events: none;
    background-image:
      radial-gradient(circle at 15% 20%, rgba(255,255,255,.05) 0, transparent 45%),
      repeating-linear-gradient(120deg, rgba(255,255,255,.025) 0 2px, transparent 2px 34px);
  }
  .hero-orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .3; animation: float 9s ease-in-out infinite; }
  .hero-orb-1 { width: 520px; height: 520px; background: var(--teal-light); top: -140px; right: -100px; }
  .hero-orb-2 { width: 320px; height: 320px; background: var(--gold); opacity: .12; bottom: 40px; left: 6%; animation-delay: -4s; }
  @keyframes float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-28px) scale(1.05); } }

  .hero-content { position: relative; z-index: 1; max-width: 760px; }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .76rem; font-weight: 700;
    letter-spacing: .09em; text-transform: uppercase; padding: 7px 16px; border-radius: var(--radius-full);
    margin-bottom: 24px;
  }
  .hero-badge .icon { width: 14px; height: 14px; color: var(--gold-light); }
  .hero-title { font-size: clamp(2.2rem, 5.4vw, 3.7rem); font-weight: 900; color: #fff; line-height: 1.1; letter-spacing: -.03em; margin-bottom: 20px; text-wrap: balance; }
  .hero-title .highlight { color: var(--teal-light); }
  .hero-sub { font-size: 1.12rem; color: rgba(255,255,255,.8); margin-bottom: 36px; line-height: 1.75; max-width: 580px; }
  .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; }
  .hero-stats { display: flex; flex-wrap: wrap; gap: 30px; }
  .hero-stat { display: flex; flex-direction: column; }
  .hero-stat-number { font-size: 1.9rem; font-weight: 900; color: #fff; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
  .hero-stat-label { font-size: .74rem; font-weight: 600; color: rgba(255,255,255,.58); letter-spacing: .05em; text-transform: uppercase; margin-top: 5px; }
  .hero-stat-divider { width: 1px; background: rgba(255,255,255,.18); align-self: stretch; }

  /* =========================================================
     TRUST BAR
  ========================================================= */
  .trust-bar { background: var(--navy-dark); padding: 20px 0; border-top: 1px solid rgba(255,255,255,.06); }
  .trust-bar-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 30px; }
  .trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: .85rem; font-weight: 600; }
  .trust-item .icon { color: var(--teal-light); width: 18px; height: 18px; }
  .trust-divider { width: 1px; height: 22px; background: rgba(255,255,255,.15); }

  /* =========================================================
     FEATURED SERVICE
  ========================================================= */
  .featured-service { padding: 100px 0; background: linear-gradient(135deg, var(--navy-dark) 0%, #0d2e3d 60%, var(--teal-dark) 100%); position: relative; overflow: hidden; }
  .featured-service-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
  .featured-tag {
    display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--navy-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
    padding: 7px 16px; border-radius: var(--radius-full); margin-bottom: 20px; width: fit-content; box-shadow: 0 4px 16px rgba(212,160,23,.35);
  }
  .featured-tag .icon { width: 14px; height: 14px; }
  .featured-title { font-size: clamp(1.8rem, 3.4vw, 2.8rem); font-weight: 900; color: #fff; line-height: 1.12; letter-spacing: -.03em; margin-bottom: 16px; text-wrap: balance; }
  .featured-title span { color: var(--teal-light); }
  .featured-subtitle { font-size: 1.02rem; color: rgba(255,255,255,.72); line-height: 1.75; margin-bottom: 30px; max-width: 480px; }
  .featured-subtitle strong { color: #fff; }
  .featured-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 34px; }
  .featured-benefit { display: flex; align-items: flex-start; gap: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); padding: 13px 15px; }
  .featured-benefit .icon { color: var(--gold-light); width: 16px; height: 16px; margin-top: 2px; }
  .featured-benefit-text { font-size: .83rem; font-weight: 600; color: rgba(255,255,255,.85); line-height: 1.4; }
  .featured-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

  .photo-slot {
    border-radius: var(--radius-xl); border: 1.5px dashed rgba(255,255,255,.35); background: rgba(255,255,255,.04);
    aspect-ratio: 5/6; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
    gap: 12px; padding: 32px; position: relative;
  }
  .photo-slot .icon { width: 34px; height: 34px; color: rgba(255,255,255,.4); }
  .photo-slot-label { font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.68); max-width: 220px; line-height: 1.5; }
  .photo-slot-tag { font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-light); }
  .featured-service-visual { position: relative; }
  .featured-badge-before, .featured-badge-after {
    position: absolute; border-radius: var(--radius-md); padding: 11px 16px; box-shadow: var(--shadow-lg);
    display: flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 800; z-index: 2;
  }
  .featured-badge-before { top: 18px; left: -18px; background: rgba(0,15,43,.9); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.75); }
  .featured-badge-before .icon { color: #e2604f; width: 15px; height: 15px; }
  .featured-badge-after { bottom: 18px; right: -18px; background: var(--teal); color: #fff; }
  .featured-badge-after .icon { color: var(--gold-light); width: 15px; height: 15px; }

  /* =========================================================
     SERVICES
  ========================================================= */
  .services { padding: 100px 0; background: var(--bg-white); }
  .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 26px; }
  .service-card {
    background: var(--bg-white); border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 34px 30px; transition: var(--transition); position: relative; overflow: hidden; display: flex; flex-direction: column;
  }
  .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--teal), var(--teal-light)); opacity: 0; transition: var(--transition); }
  .service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
  .service-card:hover::before { opacity: 1; }
  .service-card.is-star { border-color: var(--gold); background: linear-gradient(135deg, #fffdf5 0%, #fff 100%); }
  .service-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 22px; }
  .service-icon-wrap { width: 58px; height: 58px; background: rgba(26,108,122,.1); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; color: var(--teal); transition: var(--transition); }
  .service-icon-wrap .icon { width: 26px; height: 26px; }
  .is-star .service-icon-wrap { background: rgba(212,160,23,.14); color: var(--gold); }
  .service-card:hover .service-icon-wrap { background: var(--teal); color: #fff; }
  .service-title { font-size: 1.14rem; font-weight: 800; color: var(--navy-dark); margin-bottom: 9px; letter-spacing: -.01em; }
  .service-desc { font-size: .89rem; color: var(--text-gray); line-height: 1.7; margin-bottom: 18px; }
  .service-features { display: flex; flex-direction: column; gap: 7px; margin-bottom: auto; }
  .service-feature { display: flex; align-items: flex-start; gap: 8px; font-size: .82rem; font-weight: 600; color: var(--text-gray); }
  .service-feature .icon { color: var(--success); width: 14px; height: 14px; margin-top: 2px; flex-shrink: 0; }
  .service-link { display: inline-flex; align-items: center; gap: 6px; color: var(--teal); font-size: .87rem; font-weight: 700; margin-top: 22px; transition: var(--transition); }
  .service-link:hover { gap: 10px; }
  .service-link .icon { width: 15px; height: 15px; }

  /* =========================================================
     WHY US
  ========================================================= */
  .why-us { padding: 100px 0; background: var(--bg-light); }
  .why-us-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
  .why-panel {
    border-radius: var(--radius-xl); background: linear-gradient(160deg, var(--navy-dark) 0%, var(--teal-dark) 100%);
    box-shadow: var(--shadow-xl); padding: 44px 34px; color: #fff; position: relative; overflow: hidden;
  }
  .why-panel::before { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; border-radius: 50%; background: var(--gold); opacity: .12; }
  .why-panel-num { font-size: 4rem; font-weight: 900; letter-spacing: -.04em; line-height: 1; position: relative; }
  .why-panel-num span { color: var(--gold-light); }
  .why-panel-label { font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 8px; }
  .why-panel-quote { margin-top: 30px; font-size: 1.02rem; line-height: 1.7; color: rgba(255,255,255,.88); border-top: 1px solid rgba(255,255,255,.14); padding-top: 26px; position: relative; }
  .why-panel-quote strong { color: var(--gold-light); }

  .why-list { display: flex; flex-direction: column; gap: 26px; margin-top: 32px; }
  .why-item { display: flex; gap: 16px; align-items: flex-start; }
  .why-icon { width: 46px; height: 46px; background: rgba(26,108,122,.1); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; color: var(--teal); flex-shrink: 0; transition: var(--transition); }
  .why-icon .icon { width: 21px; height: 21px; }
  .why-item:hover .why-icon { background: var(--teal); color: #fff; }
  .why-text h4 { font-size: 1rem; font-weight: 800; color: var(--navy-dark); margin-bottom: 4px; }
  .why-text p { font-size: .87rem; color: var(--text-gray); line-height: 1.65; }

  /* =========================================================
     PROCESS
  ========================================================= */
  .process { padding: 100px 0; background: var(--navy-dark); position: relative; overflow: hidden; }
  .process::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: var(--teal); border-radius: 50%; filter: blur(120px); opacity: .1; }
  .process-header .section-title { color: #fff; }
  .process-header .section-sub { color: rgba(255,255,255,.6); }
  .process-header .section-tag { background: rgba(42,143,160,.2); color: var(--teal-light); }
  .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
  .process-steps::after { content: ''; position: absolute; top: 30px; left: calc(12.5% + 12px); right: calc(12.5% + 12px); height: 2px; background: linear-gradient(90deg, transparent, var(--teal), var(--teal), transparent); opacity: .3; }
  .process-step { text-align: center; position: relative; z-index: 1; }
  .process-step-num { width: 60px; height: 60px; background: linear-gradient(135deg, var(--teal), var(--teal-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 900; color: #fff; margin: 0 auto 20px; box-shadow: 0 0 0 8px rgba(26,108,122,.2); font-variant-numeric: tabular-nums; }
  .process-step h4 { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
  .process-step p { font-size: .85rem; color: rgba(255,255,255,.55); line-height: 1.65; }

  /* =========================================================
     REVIEWS (placeholder honesto)
  ========================================================= */
  .reviews { padding: 100px 0; background: var(--bg-white); }
  .reviews-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; flex-wrap: wrap; gap: 24px; }
  .reviews-note {
    display: flex; align-items: flex-start; gap: 14px; background: var(--bg-light); border: 1px dashed var(--teal);
    border-radius: var(--radius-md); padding: 20px 22px; margin-bottom: 32px; max-width: 720px;
  }
  .reviews-note .icon { color: var(--teal); width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
  .reviews-note p { font-size: .87rem; color: var(--text-gray); line-height: 1.65; }
  .reviews-note strong { color: var(--teal-dark); }
  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .review-slot { background: var(--bg-light); border: 1.5px dashed var(--border); border-radius: var(--radius-lg); padding: 26px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; justify-content: center; min-height: 190px; }
  .review-slot .icon { width: 26px; height: 26px; color: var(--text-light); }
  .review-slot-text { font-size: .82rem; font-weight: 700; color: var(--text-light); }
  .reviews-cta { text-align: center; margin-top: 40px; }
  .reviews-cta-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: .9rem; font-weight: 700; }
  .reviews-cta-link:hover { gap: 12px; color: var(--teal-dark); }
  .reviews-cta-link .icon { width: 16px; height: 16px; }

  /* =========================================================
     GALLERY
  ========================================================= */
  .gallery { padding: 100px 0; background: var(--bg-light); }
  .gallery-filter { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
  .filter-btn { padding: 8px 20px; border-radius: var(--radius-full); font-size: .8rem; font-weight: 700; cursor: pointer; transition: var(--transition); border: 2px solid var(--border); background: var(--bg-white); color: var(--text-gray); font-family: var(--font); }
  .filter-btn.active, .filter-btn:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
  .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .gallery-slot {
    border-radius: var(--radius-md); border: 1.5px dashed var(--border); background: var(--bg-white);
    aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px; color: var(--text-light); transition: var(--transition);
  }
  .gallery-slot:hover { border-color: var(--teal); color: var(--teal); }
  .gallery-slot .icon { width: 24px; height: 24px; }
  .gallery-slot span { font-size: .74rem; font-weight: 700; }

  /* =========================================================
     FAQ
  ========================================================= */
  .faq { padding: 100px 0; background: var(--bg-white); }
  .faq-inner { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
  .faq-item { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
  .faq-item[open] { border-color: var(--teal); }
  .faq-item summary {
    cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between;
    gap: 16px; padding: 20px 24px; font-weight: 700; color: var(--navy-dark); font-size: .96rem;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary .icon { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; transition: transform .25s ease; }
  .faq-item[open] summary .icon { transform: rotate(45deg); }
  .faq-item p { padding: 0 24px 22px; font-size: .89rem; color: var(--text-gray); line-height: 1.7; }
  .faq-more { text-align: center; margin-top: 32px; }

  /* =========================================================
     CTA BANNER
  ========================================================= */
  .cta-banner { padding: 100px 0; background: linear-gradient(135deg, var(--navy-dark) 0%, var(--teal-dark) 100%); position: relative; overflow: hidden; text-align: center; }
  .cta-banner::before { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 800px; height: 800px; background: radial-gradient(circle, var(--teal-light) 0%, transparent 70%); opacity: .1; }
  .cta-banner-content { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
  .cta-banner h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; color: #fff; letter-spacing: -.03em; line-height: 1.1; margin-bottom: 16px; text-wrap: balance; }
  .cta-banner p { font-size: 1.05rem; color: rgba(255,255,255,.7); margin-bottom: 34px; line-height: 1.7; }
  .cta-banner-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
  .guarantee-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 40px; }
  .guarantee-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 600; }
  .guarantee-item .icon { color: var(--gold-light); width: 16px; height: 16px; }

  /* =========================================================
     FOOTER
  ========================================================= */
  .footer { background: var(--navy-dark); color: rgba(255,255,255,.65); padding: 72px 0 0; }
  .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; }
  .footer-brand p { font-size: .87rem; line-height: 1.75; max-width: 280px; margin-top: 16px; }
  .footer-socials { display: flex; gap: 10px; margin-top: 20px; }
  .footer-social { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); transition: var(--transition); }
  .footer-social .icon { width: 15px; height: 15px; }
  .footer-social:hover { background: var(--teal); color: #fff; }
  .footer-col h5 { font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 18px; }
  .footer-links { display: flex; flex-direction: column; gap: 10px; }
  .footer-link { font-size: .87rem; color: rgba(255,255,255,.6); transition: var(--transition); display: flex; align-items: center; gap: 6px; }
  .footer-link .icon { width: 12px; height: 12px; }
  .footer-link:hover { color: #fff; padding-left: 4px; }
  .footer-contact-items { display: flex; flex-direction: column; gap: 12px; }
  .footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: .85rem; }
  .footer-contact-item .icon { color: var(--teal-light); width: 15px; height: 15px; margin-top: 3px; flex-shrink: 0; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
  .footer-bottom p { font-size: .8rem; }
  .footer-bottom-links { display: flex; gap: 20px; }
  .footer-bottom-links a { font-size: .8rem; color: rgba(255,255,255,.4); }
  .footer-bottom-links a:hover { color: rgba(255,255,255,.8); }

  /* =========================================================
     FLOATING WHATSAPP
  ========================================================= */
  .wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 900; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
  .wa-tooltip { background: var(--navy-dark); color: #fff; font-size: .8rem; font-weight: 700; padding: 8px 14px; border-radius: var(--radius-full); white-space: nowrap; box-shadow: var(--shadow-md); }
  .wa-btn { width: 58px; height: 58px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 24px rgba(37,211,102,.45); transition: var(--transition); position: relative; }
  .wa-btn .icon { width: 27px; height: 27px; }
  .wa-btn:hover { transform: scale(1.08); }

  /* =========================================================
     SCROLL REVEAL
  ========================================================= */
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* =========================================================
     RESPONSIVE
  ========================================================= */
  @media (max-width: 1024px) {
    .why-us-inner { grid-template-columns: 1fr; gap: 44px; }
    .why-panel { max-width: 460px; margin: 0 auto; }
    .process-steps { grid-template-columns: repeat(2, 1fr); }
    .process-steps::after { display: none; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
    .featured-service-inner { grid-template-columns: 1fr; gap: 44px; }
    .featured-service-visual { max-width: 440px; margin: 0 auto; }
    .reviews-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 860px) {
    .nav-links, .nav-cta { display: none; }
    .hamburger { display: flex; }
  }
  @media (max-width: 768px) {
    .topbar-left { gap: 12px; }
    .topbar-item:nth-child(2) { display: none; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .hero-stats { gap: 18px; }
    .hero-stat-divider { display: none; }
    .reviews-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 540px) {
    .services-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr; }
    .reviews-header { flex-direction: column; align-items: flex-start; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .featured-benefits { grid-template-columns: 1fr; }
    .featured-badge-before, .featured-badge-after { position: static; margin-top: 12px; width: fit-content; }
  }


  /* =========================================================
     REVIEWS — tarjeta real (cuando testimonials tiene filas)
     No estaba en el template de referencia (que solo traía el
     estado placeholder); se agrega reusando los mismos tokens.
  ========================================================= */
  .review-card { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px; display: flex; flex-direction: column; gap: 12px; }
  .review-card .review-stars { display: flex; gap: 3px; color: var(--gold); }
  .review-card .review-stars .icon { width: 15px; height: 15px; }
  .review-card .review-text-quote { font-size: .89rem; color: var(--text-gray); line-height: 1.7; flex-grow: 1; }
  .review-card .review-author-row { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
  .review-card .review-avatar-circle { width: 38px; height: 38px; border-radius: 50%; background: var(--teal); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .8rem; flex-shrink: 0; }
  .review-card .review-name { font-weight: 800; color: var(--navy-dark); font-size: .85rem; }
  .review-card .review-date { font-size: .72rem; color: var(--text-light); }
  .reviews-score { display: flex; align-items: center; gap: 14px; }
  .reviews-score-number { font-size: 2.2rem; font-weight: 900; color: var(--navy-dark); line-height: 1; }
  .reviews-score-details .stars-row { display: flex; gap: 2px; color: var(--gold); margin-bottom: 3px; }
  .reviews-score-details .stars-row .icon { width: 14px; height: 14px; }
  .reviews-score-details .reviews-count { font-size: .78rem; color: var(--text-light); font-weight: 600; }

  /* =========================================================
     PASOS COMPACTOS (Presupuesto — 8 pasos)
     No existía un patrón de lista numerada de 2 columnas en el
     sistema de diseño original (el único listado de pasos era
     .process-steps, pensado para 4 items en una fila). Se agrega
     acá reusando los mismos tokens de color/tipografía.
  ========================================================= */
  .steps-compact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 36px; max-width: 820px; margin: 40px auto 0; }
  .steps-compact-item { display: flex; gap: 14px; align-items: flex-start; }
  .steps-compact-num {
    width: 34px; height: 34px; border-radius: 50%; background: var(--teal); color: #fff;
    font-weight: 800; font-size: .88rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .steps-compact-item h4 { font-size: .9rem; font-weight: 800; color: var(--navy-dark); margin-bottom: 3px; }
  .steps-compact-item p { font-size: .84rem; color: var(--text-gray); line-height: 1.6; }
  @media (max-width: 640px) { .steps-compact { grid-template-columns: 1fr; } }

  /* =========================================================
     FORMULARIO DE PRESUPUESTO
     Layout de formulario sin precedente en el sistema de diseño
     original (las páginas existentes no tenían formularios propios,
     solo links a WhatsApp). Reusa tokens de color/radios/sombras.
  ========================================================= */
  .quote-form-section { padding: 70px 0 110px; background: var(--bg-light); }
  .quote-form { max-width: 820px; margin: 0 auto; background: var(--bg-white); border-radius: var(--radius-xl); padding: clamp(24px, 5vw, 48px); box-shadow: var(--shadow-lg); }
  .quote-form label { display: block; font-weight: 700; font-size: .84rem; color: var(--navy-dark); margin-bottom: 7px; }
  .quote-form input[type=text], .quote-form input[type=tel], .quote-form input[type=email],
  .quote-form input[type=file], .quote-form select, .quote-form textarea {
    width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm);
    font-family: var(--font); font-size: .92rem; color: var(--text-dark); background: #fff;
  }
  .quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: none; border-color: var(--teal); }
  .quote-form textarea { resize: vertical; min-height: 120px; }
  .quote-form .form-row { margin-bottom: 20px; }
  .quote-form .form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .quote-form .field-hint { font-size: .78rem; color: var(--text-light); margin-top: 6px; }
  .quote-form .hp-field { position: absolute; left: -9999px; top: -9999px; }
  .quote-form-errors {
    background: rgba(214,69,69,.08); border: 1px solid rgba(214,69,69,.3); color: #b23434;
    border-radius: var(--radius-md); padding: 16px 20px; margin-bottom: 24px; font-size: .87rem;
  }
  .quote-form-errors ul { margin: 8px 0 0 18px; list-style: disc; }
  .quote-success { text-align: left; }
  @media (max-width: 640px) { .quote-form .form-grid-2 { grid-template-columns: 1fr; } }

  /* =========================================================
     BLOG (Consejos) — listado y artículo
     Sin precedente en el diseño original (no había blog). Reusa
     la estética de .service-card para las tarjetas del listado.
  ========================================================= */
  .blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
  .blog-card {
    display: flex; flex-direction: column; background: var(--bg-white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition);
  }
  .blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
  .blog-card-media { aspect-ratio: 16/10; background: var(--bg-light); }
  .blog-card-media img, .blog-card-media picture { width: 100%; height: 100%; object-fit: cover; }
  .blog-card-media-slot { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--text-light); }
  .blog-card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; }
  .blog-card-date { font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--teal); }
  .blog-card-title { font-size: 1.08rem; font-weight: 800; color: var(--navy-dark); line-height: 1.3; }
  .blog-card-excerpt { font-size: .88rem; color: var(--text-gray); line-height: 1.6; }

  .blog-post-body { max-width: 780px; margin: 0 auto; font-size: 1.02rem; color: var(--text-gray); line-height: 1.85; }
  .blog-post-body h2 { font-size: 1.5rem; font-weight: 800; color: var(--navy-dark); margin: 34px 0 14px; letter-spacing: -.01em; }
  .blog-post-body h3 { font-size: 1.2rem; font-weight: 800; color: var(--navy-dark); margin: 28px 0 12px; }
  .blog-post-body p { margin-bottom: 18px; }
  .blog-post-body ul, .blog-post-body ol { margin: 0 0 18px 22px; }
  .blog-post-body li { margin-bottom: 8px; }
  .blog-post-body a { color: var(--teal); font-weight: 700; text-decoration: underline; }
  .blog-post-body strong { color: var(--navy-dark); }
