* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    :root {
      /* Ellie Care brand colors */
      --blue: #0A1D9E;
      --blue-deep: #0A1D9E;
      --pink: #F3A4FF;
      --pink-bg: #F3A4FF;
      --pink-light: #F3A4FF;
      --mint: #A6F1CA;
      --mint-light: #A6F1CA;
      --mint-btn: #A6F1CA;
      --white: #ffffff;
      --gray-bg: #F2F2F2;
      --text-dark: #1a1a2e;
      --text-muted: #5a5a7a;
      --card-bg: rgba(255, 255, 255, 0.92);
      --radius: 20px;
      --radius-sm: 12px;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--text-dark);
      background: var(--white);
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    /* ═══════════════════════════════════════
   NAV — matching PPT exactly
   ═══════════════════════════════════════ */
    .nav {
      display: flex;
      align-items: center;
      gap: 18px;
      justify-content: space-between;
      padding: 14px clamp(1.5rem, 6vw, 5rem);
    }

    .nav-logo {
      height: 44px;
      flex-shrink: 0;
    }

    .nav-buttons {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-left: auto;
      justify-content: flex-end;
      flex-wrap: wrap;
    }

    /* v2 desktop tweak: bigger header logo (2×) without making header too tall */
    @media (min-width: 901px) {
      .nav {
        padding-top: 10px;
        padding-bottom: 10px;
      }

      .nav-logo {
        height: 88px;
      }
    }

    .nav-btn {
      display: inline-block;
      padding: 0.6rem 1.4rem;
      border-radius: 50px;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      transition: transform 0.2s, opacity 0.2s;
      white-space: nowrap;
    }

    .nav-btn:hover {
      transform: translateY(-1px);
      opacity: 0.9;
    }

    .nav-btn-dark {
      background: var(--blue-deep);
      color: var(--white);
      border: 2px solid var(--blue-deep);
    }

    .nav-btn-light {
      background: var(--white);
      color: var(--blue-deep);
      border: 2px solid var(--blue-deep);
    }

    .nav-lang-flag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.1);
      border: 2px solid rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s;
      text-decoration: none;
      flex-shrink: 0;
    }

    .nav-lang-flag:hover {
      transform: scale(1.1);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }

    .nav-toggle {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
      margin-left: auto;
    }

    .nav-toggle span {
      display: block;
      width: 24px;
      height: 2.5px;
      background: var(--blue-deep);
      margin: 5px 0;
      border-radius: 2px;
      transition: 0.3s;
    }

    /* ═══════════════════════════════════════
   HERO — matching PPT: pink left, photo right with blue corner
   ═══════════════════════════════════════ */
    .hero {
      position: relative;
      min-height: 75vh;
      display: grid;
      grid-template-columns: 1fr 1fr;
      overflow: hidden;
    }

    /* desktop hero: subtle rounding (avoid sharp corners) */
    @media (min-width: 901px) {

      /* desktop hero rounding without adding side gutters */
      .hero {
        border-radius: 22px;
        margin: 0;
        box-shadow: none;
      }

      /* keep overlays clipped */
      .hero-left {
        border-radius: 22px 0 0 22px;
      }

      .hero-right {
        border-radius: 0 22px 22px 0;
        overflow: hidden;
      }

      .hero-img-wrapper>img:first-child {
        border-radius: 0 22px 22px 0;
      }

      .hero-powered-badge {
        border-radius: 0;
      }

      .hero-right::before {
        border-top-right-radius: 22px;
      }
    }

    /* Pink background left side */
    .hero-left {
      background: var(--pink-bg);
      padding: 120px clamp(1.5rem, 4vw, 3.5rem) 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 2;
    }

    .hero-nuevo {
      font-size: 1.1rem;
      font-weight: 700;
      font-style: italic;
      color: var(--blue);
      margin-bottom: 0.3rem;
    }

    .hero-title {
      font-size: clamp(2.8rem, 5.5vw, 4.5rem);
      font-weight: 900;
      line-height: 1;
      letter-spacing: -0.04em;
      color: var(--blue-deep);
      margin-bottom: 0.2rem;
    }

    .hero-title-sub {
      font-size: clamp(1.2rem, 2vw, 1.6rem);
      font-weight: 400;
      color: var(--blue);
      margin-bottom: 1.8rem;
      letter-spacing: -0.01em;
    }

    .hero-tagline {
      font-size: clamp(1.2rem, 2.2vw, 1.5rem);
      font-weight: 800;
      color: var(--blue-deep);
      line-height: 1.35;
      margin-bottom: 2.2rem;
    }

    .hero-ctas {
      display: flex;
      gap: 16px;
      align-items: center;
      flex-wrap: wrap;
    }

    /* keep hero CTAs side-by-side on desktop-ish widths (e.g. 1200px) */
    @media (min-width: 901px) {
      .hero-ctas {
        flex-wrap: nowrap;
      }
    }

    @media (min-width: 901px) and (max-width: 1280px) {
      .btn-contratar-hero {
        min-width: 190px;
      }
    }

    .btn-contratar-hero {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.7rem;
      padding: 0.74rem 2.0rem;
      /* slightly slimmer */
      border-radius: 50px;
      /* match header pill buttons */
      font-size: 1.05rem;
      font-weight: 700;
      border: 1px solid var(--blue);
      /* thinner stroke */
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
      width: fit-content;
      min-width: 220px;
      /* keep both buttons same width on desktop */
      text-decoration: none;
      box-sizing: border-box;
    }

    /* Hero CTA colors (match reference) */
    .btn-planes {
      background: var(--mint-btn);
      color: var(--blue);
      box-shadow: none;
    }

    .hero-ctas .btn-contratar-hero:not(.btn-planes) {
      background: #fff;
      color: var(--blue);
      box-shadow: none;
    }

    @media (max-width: 900px) {
      .hero-ctas {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
      }

      .hero-ctas .btn-contratar-hero {
        width: 100%;
        min-width: 0;
      }
    }

    .btn-contratar-hero:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(10, 29, 158, 0.18);
    }

    .btn-contratar-hero img {
      width: 32px;
      height: 32px;
    }

    /* Right side: photo with blue triangle corner */
    .hero-right {
      position: relative;
      overflow: hidden;
    }

    /* Imagen principal del hero (no el badge) */
    .hero-img-wrapper>img:first-child {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    /* Blue corner overlay top-right */
    .hero-right::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 80px;
      height: 80px;
      background: var(--blue-deep);
      z-index: 3;
    }

    /* Curved bottom-left transition from pink */
    .hero-right::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 120px;
      height: 60px;
      background: var(--mint-btn);
      border-radius: 0 40px 0 0;
      z-index: 3;
    }

    /* ═══════════════════════════════════════
   PAIN POINTS — Premium Sobrio v2
   ═══════════════════════════════════════ */
    .pain-section {
      padding: 5rem clamp(1.5rem, 6vw, 5rem) 5.5rem;
      background: linear-gradient(180deg, #fafbfd 0%, var(--white) 100%);
      position: relative;
      overflow: hidden;
    }

    /* Decorative element */
    .pain-section::before {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(243, 164, 255, 0.08) 0%, transparent 70%);
      border-radius: 50%;
    }

    .pain-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 4rem;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .pain-text {
      position: relative;
    }

    .pain-pill {
      display: inline-block;
      padding: 0.45rem 1.1rem;
      background: linear-gradient(135deg, rgba(243, 164, 255, 0.15) 0%, rgba(166, 241, 202, 0.1) 100%);
      border: 1px solid rgba(243, 164, 255, 0.3);
      border-radius: 50px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: var(--pink);
      margin-bottom: 1.25rem;
    }

    .pain-text h2 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: -0.03em;
      color: var(--blue-deep);
    }

    .pain-text h2 em {
      font-style: italic;
      color: var(--pink);
    }

    /* List cards - compact */
    .pain-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
    }

    .pain-list li {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      padding: 0.7rem 1.1rem;
      background: var(--white);
      border-radius: 10px;
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
      font-size: 1rem;
      line-height: 1.45;
      color: var(--text-dark);
      transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .pain-list li:hover {
      transform: translateX(6px);
      border-color: rgba(243, 164, 255, 0.3);
      box-shadow: 0 4px 16px rgba(243, 164, 255, 0.12);
    }

    .pain-dot {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(243, 164, 255, 0.15) 0%, rgba(166, 241, 202, 0.1) 100%);
      border: 1px solid rgba(243, 164, 255, 0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .pain-dot::after {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--pink) 0%, #f8a0ff 100%);
    }

    .pain-list li:hover .pain-dot {
      background: linear-gradient(135deg, var(--pink) 0%, #f8a0ff 100%);
      border-color: var(--pink);
      transform: scale(1.1);
    }

    .pain-list li:hover .pain-dot::after {
      background: var(--white);
    }

    .pain-line {
      flex: 1;
    }

    .pain-list strong {
      font-weight: 700;
      color: var(--blue-deep);
    }

    /* Desktop adjustments */
    @media (min-width: 901px) {
      .pain-text {
        text-align: left;
      }

      .pain-list li {
        font-size: 1.1rem;
      }
    }

    /* Mobile responsive */
    @media (max-width: 900px) {
      .pain-section {
        padding: 4rem clamp(1rem, 4vw, 2rem) 4.5rem;
      }

      .pain-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
      }

      .pain-text {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .pain-text h2 {
        max-width: 400px;
      }

      .pain-list li {
        padding: 0.65rem 1rem;
        font-size: 0.9rem;
      }

      .pain-dot {
        width: 24px;
        height: 24px;
      }

      .pain-dot::after {
        width: 6px;
        height: 6px;
      }
    }

    /* ═══════════════════════════════════════
   FEATURES — Premium Sobrio v2
   ═══════════════════════════════════════ */
    .features {
      padding: 6rem clamp(1.5rem, 6vw, 5rem) 7rem;
      background: linear-gradient(180deg, var(--blue-deep) 0%, #0a1854 100%);
      color: var(--white);
      position: relative;
      overflow: hidden;
    }

    /* Decorative orbs */
    .features::before {
      content: '';
      position: absolute;
      top: -150px;
      right: -100px;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(166, 241, 202, 0.15) 0%, transparent 60%);
      border-radius: 50%;
      animation: floatOrb 8s ease-in-out infinite;
    }

    .features::after {
      content: '';
      position: absolute;
      bottom: -200px;
      left: -150px;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(243, 164, 255, 0.1) 0%, transparent 60%);
      border-radius: 50%;
      animation: floatOrb 10s ease-in-out infinite reverse;
    }

    @keyframes floatOrb {

      0%,
      100% {
        transform: translate(0, 0) scale(1);
      }

      50% {
        transform: translate(20px, -20px) scale(1.05);
      }
    }

    /* Header with pill */
    .features-header {
      text-align: center;
      max-width: 1000px;
      margin: 0 auto 4rem;
      position: relative;
      z-index: 1;
    }

    .features-pill {
      display: inline-block;
      padding: 0.5rem 1.25rem;
      background: linear-gradient(135deg, rgba(166, 241, 202, 0.2) 0%, rgba(243, 164, 255, 0.15) 100%);
      border: 1px solid rgba(166, 241, 202, 0.3);
      border-radius: 50px;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: var(--mint);
      margin-bottom: 1.5rem;
    }

    .features-header h2 {
      font-size: clamp(1.6rem, 3.2vw, 2.24rem);
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: -0.03em;
      margin-bottom: 1.25rem;
    }

    .features-header h2 em {
      font-style: italic;
      color: var(--pink);
      display: block;
      margin-top: 0.25rem;
    }

    .features-header p {
      font-size: 0.88rem;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.7;
      max-width: 600px;
      margin: 0 auto;
    }

    .features-header strong {
      color: var(--mint);
      font-weight: 700;
    }

    /* Grid */
    .features-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.75rem;
      position: relative;
      z-index: 1;
    }

    /* Cards - Glassmorphism premium */
    .feature-card {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      color: var(--text-dark);
      border-radius: 20px;
      padding: 2.25rem 1.75rem 2rem;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.08),
        0 1px 2px rgba(0, 0, 0, 0.04);
      transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
      position: relative;
      overflow: hidden;
    }

    .feature-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--mint) 0%, var(--pink) 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 8px 16px rgba(0, 0, 0, 0.08);
    }

    .feature-card:hover::before {
      opacity: 1;
    }

    /* Icon circle */
    .feature-icon {
      width: 64px;
      height: 64px;
      margin: 0 auto 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem;
      background: linear-gradient(135deg, rgba(166, 241, 202, 0.15) 0%, rgba(243, 164, 255, 0.1) 100%);
      border: 1px solid rgba(166, 241, 202, 0.3);
      border-radius: 50%;
      transition: all 0.3s ease;
    }

    .feature-card:hover .feature-icon {
      transform: scale(1.1);
      background: linear-gradient(135deg, var(--mint) 0%, #7de8b0 100%);
      border-color: var(--mint);
    }

    /* Card typography */
    .feature-card h3 {
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 0.75rem;
      letter-spacing: -0.02em;
      color: var(--blue-deep);
      line-height: 1.3;
    }

    .feature-card p {
      font-size: 0.92rem;
      color: var(--text-muted);
      line-height: 1.6;
      margin: 0;
    }

    /* Alternate card accents */
    .feature-card:nth-child(2) .feature-icon,
    .feature-card:nth-child(4) .feature-icon,
    .feature-card:nth-child(6) .feature-icon {
      background: linear-gradient(135deg, rgba(243, 164, 255, 0.15) 0%, rgba(166, 241, 202, 0.1) 100%);
      border-color: rgba(243, 164, 255, 0.3);
    }

    .feature-card:nth-child(2):hover .feature-icon,
    .feature-card:nth-child(4):hover .feature-icon,
    .feature-card:nth-child(6):hover .feature-icon {
      background: linear-gradient(135deg, var(--pink) 0%, #f8a0ff 100%);
      border-color: var(--pink);
    }

    /* Features responsive */
    @media (max-width: 900px) {
      .features {
        padding: 4rem clamp(1rem, 4vw, 2rem) 5rem;
      }

      .features-header {
        margin-bottom: 3rem;
      }

      .features-header h2 {
        font-size: clamp(1.6rem, 5vw, 2.2rem);
      }

      .features-header h2 em {
        display: inline;
      }

      .features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
      }

      .feature-card {
        padding: 1.75rem 1.25rem 1.5rem;
        border-radius: 16px;
      }

      .feature-icon {
        width: 52px;
        height: 52px;
        font-size: 1.5rem;
      }

      .feature-card h3 {
        font-size: 1rem;
      }

      .feature-card p {
        font-size: 0.85rem;
      }
    }

    @media (max-width: 500px) {
      .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
      }

      .features-pill {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
      }
    }

    /* ═══════════════════════════════════════
   HOW IT WORKS
   ═══════════════════════════════════════ */
    .how {
      padding: 5rem clamp(1.5rem, 6vw, 5rem);
      padding-bottom: 4rem;
      /* v2: -20% so the next block is closer */
      background: var(--white);
    }

    .how-inner {
      max-width: 1300px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.3fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    /* How-visual: reloj adelante izq, teléfonos atrás der */
    .how-visual {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 100%;
      overflow: visible;
    }

    .how-visual img {
      border-radius: var(--radius);
    }

    .watch-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: 2;
      margin-right: -50px;
    }

    .how-visual .watch-img {
      width: 280px;
      max-width: none;
    }

    .how-visual .phone-img {
      width: 425px;
      max-width: none;
      position: relative;
      z-index: 1;
    }

    /* Wrapper del reloj - ya no usa overlay, usa imágenes reales */

    /* Desktop: tamaños mayores */
    @media (min-width: 901px) {
      .how-visual .watch-img {
        width: 320px;
      }

      .how-visual .phone-img {
        width: 500px;
      }

      .watch-block {
        margin-right: -70px;
      }

      .watch-color-picker {
        margin-top: 16px;
      }
    }

    .how h2 {
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      margin-bottom: 2.5rem;
      color: var(--blue);
    }

    .how h2 span {
      color: var(--mint);
      display: block;
    }

    .step {
      display: flex;
      gap: 1.2rem;
      margin-bottom: 2rem;
    }

    .step-num {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      background: linear-gradient(135deg, var(--mint) 0%, var(--mint-light) 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      font-weight: 800;
      color: var(--blue-deep);
    }

    .step h3 {
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 0.3rem;
    }

    .step p {
      font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.5;
    }

    .how-callout {
      margin-top: 1.5rem;
      background: linear-gradient(135deg, var(--pink-light) 0%, #e8d0f8 100%);
      padding: 1.2rem 1.6rem;
      border-radius: var(--radius-sm);
      font-size: 0.95rem;
      font-weight: 600;
      text-align: center;
      color: var(--blue-deep);
    }

    .powered-by {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.85rem;
      width: 100%;
      margin-top: 2rem;
      color: var(--text-muted);
      flex-wrap: nowrap;
    }

    .powered-by img {
      height: 20px;
    }

    .powered-by .powered-logos {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
    }

    .powered-by .powered-and {
      opacity: 0.9;
    }

    /* v2 desktop: emphasize Samsung x Ellie */
    @media (min-width: 901px) {
      .powered-by {
        margin-top: 2.4rem;
        font-size: 1.1rem;
        /* ~30% bigger vs 0.85rem */
        gap: 0.45rem;
        /* tighter overall */
      }

      .powered-by .powered-logos {
        gap: 0.40rem;
      }

      /* tighter around Ellie */
      .powered-by img.powered-samsung {
        height: 39px;
      }

      /* +30% vs prior 30px */
      .powered-by img.powered-ellie {
        height: 80px !important;
        margin-left: -0.25rem;
        margin-right: -0.15rem;
      }

      .powered-by .powered-enjoyed {
        color: var(--blue-deep);
        margin-left: 0.10rem;
        font-size: 1.1em;
      }
    }

    /* v2 mobile: stack like
   Powered by
   Samsung and Ellie Care
   Enjoyed by YOU */
    @media (max-width: 900px) {
      .powered-by {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0.45rem;
        flex-wrap: nowrap;
      }

      .powered-by .powered-label {
        font-size: 0.95rem;
      }

      .powered-by .powered-logos {
        gap: 0.55rem;
      }

      .powered-by img.powered-samsung {
        height: 26px;
      }

      .powered-by img.powered-ellie {
        height: 44px;
      }

      .powered-by .powered-enjoyed {
        color: var(--blue-deep);
        font-size: 1.05em;
      }
    }

    /* ═══════════════════════════════════════
   LIFESTYLE
   ═══════════════════════════════════════ */
    .lifestyle {
      position: relative;
      min-height: 500px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .lifestyle-bg {
      position: absolute;
      inset: 0;
      background-image: url('/main/lifestyle-reloj.jpg');
      background-size: cover;
      background-position: center;
      filter: brightness(0.55);
    }

    @media (min-width: 901px) {
      .lifestyle-bg {
        background-position: center 45%;
      }
    }

    .lifestyle-content {
      position: relative;
      z-index: 2;
      padding: 4rem clamp(1.5rem, 6vw, 5rem);
      max-width: 600px;
    }

    .lifestyle-content h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      letter-spacing: -0.03em;
      margin-bottom: 0.5rem;
    }

    .lifestyle-content h2 em {
      font-style: normal;
      color: var(--pink);
    }

    /* ═══════════════════════════════════════
   PRIVACY + INFO
   ═══════════════════════════════════════ */
    .info-section {
      padding: 5rem clamp(1.5rem, 6vw, 5rem);
      background: var(--gray-bg);
    }

    .info-header {
      max-width: 1100px;
      margin: 0 auto 3rem;
    }

    .info-header h2 {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .info-header h2 em {
      font-style: italic;
      color: var(--pink);
    }

    .info-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }

    .info-card {
      display: flex;
      gap: 2rem;
      align-items: flex-start;
      background: var(--white);
      border-radius: var(--radius);
      padding: 2rem;
      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    }

    .info-card img {
      width: 240px;
      border-radius: var(--radius-sm);
      flex-shrink: 0;
    }

    .info-card h3 {
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--blue);
      margin-bottom: 0.6rem;
    }

    .info-card p {
      font-size: 0.92rem;
      color: var(--text-muted);
      line-height: 1.6;
    }

    /* ═══════════════════════════════════════
   FAMILY
   ═══════════════════════════════════════ */
    .family {
      position: relative;
      min-height: 460px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .family-bg {
      position: absolute;
      inset: 0;
      background-image: url('/main/familia-senior.jpg');
      background-size: cover;
      background-position: center top;
      filter: brightness(0.5);
    }

    @media (min-width: 901px) {
      .family-bg {
        background-position: center 20%;
      }
    }

    .family-content {
      position: relative;
      z-index: 2;
      padding: 4rem clamp(1.5rem, 6vw, 5rem);
      max-width: 550px;
    }

    .family-content h2 {
      font-size: clamp(1.8rem, 3.5vw, 2.8rem);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 0.8rem;
    }

    .family-content h2 em {
      font-style: normal;
      color: var(--mint);
    }

    .family-content p {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.5;
    }

    /* ═══════════════════════════════════════
   PRICING
   ═══════════════════════════════════════ */
    .pricing {
      padding: 5rem clamp(1.5rem, 6vw, 5rem);
      background: var(--blue-deep);
      color: var(--white);
      position: relative;
      overflow: hidden;
    }

    .pricing::before {
      content: '';
      position: absolute;
      bottom: -150px;
      left: -150px;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(240, 160, 224, 0.1) 0%, transparent 70%);
      border-radius: 50%;
    }

    .pricing-header {
      text-align: center;
      margin-bottom: 3.5rem;
    }

    .pricing-header h2 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    .pricing-cards {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }

    .price-card {
      background: var(--white);
      color: var(--text-dark);
      border-radius: var(--radius);
      padding: 2.5rem 2rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .price-card.featured {
      background: linear-gradient(160deg, #f0e0ff 0%, var(--pink-light) 100%);
      border: 2px solid var(--pink);
    }

    .price-tag {
      display: inline-block;
      background: var(--mint);
      color: var(--blue-deep);
      padding: 0.35rem 1.2rem;
      border-radius: 50px;
      font-size: 0.78rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 1.2rem;
    }

    .price-card h3 {
      font-size: 1.5rem;
      font-weight: 800;
      margin-bottom: 0.5rem;
      color: var(--blue-deep);
    }

    .price-card .price-desc {
      font-size: 0.92rem;
      color: var(--text-muted);
      margin-bottom: 1.5rem;
      line-height: 1.5;
    }

    .price-amount {
      font-size: 2.4rem;
      font-weight: 800;
      color: var(--blue);
      letter-spacing: -0.03em;
    }

    .price-label {
      font-size: 0.85rem;
      color: var(--text-muted);
      margin-bottom: 0.3rem;
    }

    .price-detail {
      font-size: 0.88rem;
      color: var(--text-muted);
      margin: 0.5rem 0;
    }

    .price-divider {
      width: 60px;
      height: 2px;
      background: var(--pink);
      margin: 1.5rem auto;
    }

    .price-monthly {
      font-size: 0.85rem;
      color: var(--text-muted);
      margin-bottom: 0.2rem;
      font-weight: 600;
    }

    .price-monthly-amount {
      font-size: 1.6rem;
      font-weight: 800;
      color: var(--blue);
    }

    .btn-contratar {
      display: inline-block;
      margin-top: 1.5rem;
      background: var(--blue);
      color: var(--white);
      padding: 0.85rem 2.5rem;
      border-radius: 50px;
      font-size: 0.95rem;
      font-weight: 700;
      border: none;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .btn-contratar:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(26, 35, 128, 0.3);
    }

    .price-card.featured .btn-contratar {
      background: linear-gradient(135deg, var(--blue) 0%, #3a3ad0 100%);
    }

    /* ═══════════════════════════════════════
   FAQ
   ═══════════════════════════════════════ */
    .faq {
      padding: 5rem clamp(1.5rem, 6vw, 5rem) 3.6rem;
      /* slightly tighter before footer */
      background: var(--gray-bg);
    }

    .faq-inner {
      max-width: 800px;
      margin: 0 auto;
    }

    .faq h2 {
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      margin-bottom: 2.5rem;
      color: var(--blue);
    }

    .faq-item {
      background: var(--white);
      border-radius: var(--radius-sm);
      margin-bottom: 0.8rem;
      overflow: hidden;
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
    }

    .faq-q {
      width: 100%;
      padding: 1.3rem 1.6rem;
      background: none;
      border: none;
      font-family: inherit;
      font-size: 1rem;
      font-weight: 700;
      color: var(--blue);
      text-align: left;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq-q::after {
      content: '+';
      font-size: 1.4rem;
      font-weight: 300;
      color: var(--pink);
      transition: transform 0.3s;
    }

    .faq-item.open .faq-q::after {
      content: '−';
      transform: rotate(180deg);
    }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.35s ease;
    }

    .faq-item.open .faq-a {
      max-height: 300px;
    }

    .faq-a-inner {
      padding: 0 1.6rem 1.3rem;
      font-size: 0.92rem;
      color: var(--text-muted);
      line-height: 1.7;
    }

    /* ═══════════════════════════════════════
   FOOTER — Premium Sobrio v2
   ═══════════════════════════════════════ */
    .footer {
      padding: 0 clamp(1.5rem, 6vw, 5rem) 3rem;
      background: linear-gradient(180deg, #f8f9fc 0%, #f0f2f8 100%);
      position: relative;
    }

    .footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, rgba(166, 241, 202, 0.3) 50%, transparent 100%);
    }

    .footer-bar {
      max-width: 1100px;
      margin: 0 auto;
      background: linear-gradient(135deg, var(--blue-deep) 0%, #0a1854 100%);
      color: #fff;
      border-radius: 20px;
      padding: 2rem 2.5rem;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr auto;
      gap: 2rem;
      align-items: start;
      box-shadow:
        0 20px 60px rgba(15, 22, 87, 0.25),
        0 8px 24px rgba(15, 22, 87, 0.15);
      position: relative;
      overflow: hidden;
    }

    .footer-bar::before {
      content: '';
      position: absolute;
      top: -50px;
      right: -50px;
      width: 200px;
      height: 200px;
      background: radial-gradient(circle, rgba(166, 241, 202, 0.15) 0%, transparent 70%);
      border-radius: 50%;
    }

    .footer-bar::after {
      content: '';
      position: absolute;
      bottom: -80px;
      left: -40px;
      width: 180px;
      height: 180px;
      background: radial-gradient(circle, rgba(243, 164, 255, 0.1) 0%, transparent 70%);
      border-radius: 50%;
    }

    .footer-item {
      display: flex;
      flex-direction: column;
      gap: 6px;
      min-width: 0;
      position: relative;
      z-index: 1;
    }

    .footer-item .label {
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: var(--mint);
    }

    .footer-item a {
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.95rem;
      transition: color 0.2s ease;
    }

    .footer-item a:hover {
      color: var(--mint);
    }

    .footer-social {
      display: flex;
      gap: 12px;
      align-items: center;
      align-self: center;
      justify-content: flex-end;
      position: relative;
      z-index: 1;
    }

    .footer-ic {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(166, 241, 202, 0.15) 0%, rgba(243, 164, 255, 0.1) 100%);
      border: 1px solid rgba(166, 241, 202, 0.25);
      transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .footer-ic:hover {
      transform: translateY(-3px) scale(1.05);
      background: linear-gradient(135deg, var(--mint) 0%, #7de8b0 100%);
      border-color: var(--mint);
    }

    .footer-ic svg {
      width: 18px;
      height: 18px;
      fill: #fff;
      transition: fill 0.2s ease;
    }

    .footer-ic:hover svg {
      fill: var(--blue-deep);
    }

    .footer-bottom {
      text-align: center;
      margin-top: 1.5rem;
      padding-top: 1.5rem;
      color: var(--text-muted);
      font-size: 0.85rem;
      font-weight: 500;
      position: relative;
    }

    .footer-bottom::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 120px;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, rgba(15, 22, 87, 0.1) 50%, transparent 100%);
    }

    /* Mobile */
    @media (max-width: 900px) {
      .footer {
        padding: 0 16px 2.5rem;
      }

      .footer-bar {
        grid-template-columns: 1fr;
        border-radius: 18px;
        padding: 1.5rem;
        gap: 0.75rem;
        text-align: center;
      }

      .footer-item {
        padding: 0.9rem 1rem;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.1);
        align-items: center;
      }

      .footer-item .label {
        font-size: 0.7rem;
      }

      .footer-item a {
        font-size: 0.88rem;
      }

      .footer-social {
        grid-column: 1 / -1;
        justify-content: center;
        margin-top: 0.5rem;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
      }

      .footer-ic {
        width: 44px;
        height: 44px;
      }

      .footer-bottom {
        margin-top: 1.25rem;
        padding-top: 1rem;
        font-size: 0.8rem;
      }
    }

    .footer img {
      height: 32px;
      margin: 0 auto 1rem;
      filter: brightness(0) invert(1);
    }

    /* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
    @media (max-width: 900px) {
      .nav-buttons {
        /* drawer handles visibility */
      }

      .nav-toggle {
        display: block;
      }

      .nav-buttons.open {
        display: flex;
      }

      .hero {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .hero-right {
        max-height: 400px;
      }

      .pain-grid {
        grid-template-columns: 1fr;
      }

      .features-grid {
        grid-template-columns: 1fr 1fr;
      }

      .how-inner {
        grid-template-columns: 1fr;
      }

      .how-visual {
        order: -1;
      }

      .info-grid {
        grid-template-columns: 1fr;
      }

      .info-card {
        flex-direction: column;
      }

      .info-card img {
        width: 100%;
        max-width: 300px;
      }

      .pricing-cards {
        grid-template-columns: 1fr;
        max-width: 450px;
      }
    }

    @media (max-width: 600px) {
      .features-grid {
        grid-template-columns: 1fr 1fr;
      }

      .hero-title {
        font-size: 2.2rem;
      }
    }

    /* ═══════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════ */
    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hero-left {
      animation: fadeUp 0.8s ease-out;
    }

    .hero-right img {
      animation: fadeUp 0.8s ease-out 0.15s both;
    }

    /* Hero image wrapper + powered by badge */
    .hero-img-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .hero-img-wrapper>img:first-child {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    .hero-powered-badge {
      position: absolute;
      bottom: 16px;
      right: 16px;
      width: 140px;
      height: auto;
      z-index: 5;
      filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
    }

    @media (max-width: 900px) {
      .hero-powered-badge {
        width: 100px;
        bottom: 12px;
        right: 12px;
      }
    }

    @media (max-width: 500px) {
      .hero-powered-badge {
        width: 80px;
        bottom: 10px;
        right: 10px;
      }
    }

    /* ═══════════════════════════════════════
   PRICING — Premium Sobrio v2
   ═══════════════════════════════════════ */
    .pricing {
      padding: 6rem clamp(1.5rem, 6vw, 5rem) 7rem;
      background: var(--blue-deep);
      color: var(--white);
      position: relative;
      overflow: hidden;
    }

    .pricing::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(166, 241, 202, 0.3), rgba(243, 164, 255, 0.3), transparent);
    }

    .pricing::after {
      content: "";
      position: absolute;
      inset: -40% -30%;
      background: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(243, 164, 255, 0.12), transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 80%, rgba(166, 241, 202, 0.10), transparent 50%);
      pointer-events: none;
    }

    .pricing-inner {
      max-width: 920px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    /* Section header */
    .pricing-header {
      text-align: center;
      margin-bottom: 3.5rem;
    }

    .pricing-header h2 {
      font-size: clamp(2.2rem, 5vw, 3.2rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      margin-bottom: 1rem;
      background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.85) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .pricing-header p {
      font-size: 1.15rem;
      color: rgba(255, 255, 255, 0.7);
      font-weight: 500;
      max-width: 480px;
      margin: 0 auto;
    }

    /* pricing pill */
    .pricing-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.65rem 1.4rem;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--mint) 0%, rgba(166, 241, 202, 0.85) 100%);
      color: var(--blue-deep);
      font-weight: 800;
      font-size: 0.85rem;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      margin-bottom: 1.2rem;
      box-shadow: 0 4px 20px rgba(166, 241, 202, 0.3);
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      justify-items: center;
      align-items: stretch;
    }

    /* Cards premium */
    .pricing-card {
      width: 100%;
      max-width: 400px;
      border-radius: 24px;
      padding: 2rem 1.8rem 1.8rem;
      background: rgba(255, 255, 255, 0.97);
      color: var(--text-dark);
      box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 24px 48px rgba(0, 0, 0, 0.08);
      position: relative;
      display: flex;
      flex-direction: column;
      transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    @media (min-width: 901px) {
      .pricing-card:hover {
        transform: translateY(-8px);
        box-shadow:
          0 8px 16px rgba(0, 0, 0, 0.06),
          0 20px 40px rgba(0, 0, 0, 0.12),
          0 32px 64px rgba(0, 0, 0, 0.12);
      }
    }

    /* Popular badge */
    .pricing-badge {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      padding: 0.45rem 1.2rem;
      background: linear-gradient(135deg, var(--pink) 0%, #e879f9 100%);
      color: var(--blue-deep);
      font-size: 0.72rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      border-radius: 999px;
      box-shadow: 0 4px 12px rgba(243, 164, 255, 0.4);
      white-space: nowrap;
    }

    /* Card headers */
    .pricing-card h3 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      border-radius: 14px;
      margin: 0 0 1.5rem 0;
      font-size: 1rem;
      font-weight: 800;
      letter-spacing: -0.01em;
    }

    .pricing-card--mio h3 {
      background: linear-gradient(135deg, rgba(243, 164, 255, 0.2) 0%, rgba(243, 164, 255, 0.35) 100%);
      color: var(--blue-deep);
      border: 1.5px solid rgba(243, 164, 255, 0.5);
    }

    .pricing-card--comodato h3 {
      background: linear-gradient(135deg, var(--blue-deep) 0%, #1a2db8 100%);
      color: #fff;
      border: 1.5px solid rgba(255, 255, 255, 0.1);
    }

    /* Card body */
    .pricing-body {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.04) 100%);
      border-radius: 16px;
      padding: 1.5rem;
      flex: 1;
      border: 1px solid rgba(0, 0, 0, 0.04);
    }

    .pricing-lead {
      font-weight: 700;
      color: var(--text-muted);
      margin-bottom: 1.5rem;
      font-size: 0.95rem;
      line-height: 1.5;
    }

    .pricing-lead strong {
      color: var(--blue-deep);
      font-weight: 800;
    }

    /* Price highlight */
    .pricing-price {
      text-align: center;
      padding: 1.2rem 0;
      margin: 0.5rem 0 1rem;
      background: linear-gradient(135deg, rgba(166, 241, 202, 0.15) 0%, rgba(166, 241, 202, 0.08) 100%);
      border-radius: 12px;
      border: 1px solid rgba(166, 241, 202, 0.3);
    }

    .pricing-price-value {
      font-size: 2rem;
      font-weight: 900;
      color: var(--blue-deep);
      letter-spacing: -0.02em;
      line-height: 1;
    }

    .pricing-price-period {
      font-size: 0.85rem;
      color: var(--text-muted);
      font-weight: 600;
      margin-top: 0.3rem;
    }

    .pricing-price--bottom {
      margin: 1.2rem 0 0;
      padding: 1.1rem 0.8rem;
    }

    .pricing-price-label {
      font-size: 0.78rem;
      color: var(--text-muted);
      font-weight: 700;
      letter-spacing: 0.02em;
      margin-bottom: 0.45rem;
    }

    .pricing-row {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      align-items: baseline;
      margin: 0.6rem 0;
      padding: 0.3rem 0;
    }

    .pricing-label {
      font-weight: 600;
      color: var(--text-muted);
      font-size: 0.9rem;
    }

    .pricing-value {
      font-weight: 800;
      color: var(--blue-deep);
      font-size: 0.95rem;
    }

    .pricing-sub {
      color: var(--text-muted);
      font-weight: 600;
      font-size: 0.85rem;
    }

    .pricing-sub strong {
      color: var(--blue-deep);
    }

    .pricing-dashes {
      align-items: center;
      min-height: 1.8em;
    }

    .dash {
      height: 1px;
      border-radius: 0.5px;
    }

    .dash--gray {
      width: 100px;
      background: #b8c4d0;
    }

    .dash--blue {
      width: 55px;
      background: var(--blue-deep);
    }

    .pricing-sep {
      border: none;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
      margin: 1.2rem 0;
    }

    /* CTA button premium */
    .pricing-cta {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      margin-top: 1.5rem;
      height: 54px;
      border-radius: 50px;
      font-weight: 800;
      font-size: 1rem;
      letter-spacing: -0.01em;
      box-sizing: border-box;
      transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* Plan MIO - Mint button */
    .pricing-card--mio .pricing-cta {
      background: linear-gradient(135deg, var(--mint-btn) 0%, #7de8b0 100%);
      border: 2px solid var(--blue-deep);
      color: var(--blue-deep);
    }

    .pricing-card--mio .pricing-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(166, 241, 202, 0.5);
    }

    /* Plan COMODATO - Blue button */
    .pricing-card--comodato .pricing-cta {
      background: linear-gradient(135deg, var(--blue-deep) 0%, #1a2db8 100%);
      border: 2px solid var(--blue-deep);
      color: #fff;
    }

    .pricing-card--comodato .pricing-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(10, 29, 158, 0.4);
    }

    /* Pricing responsive */
    @media (max-width: 900px) {
      .pricing {
        padding: 4rem clamp(1.2rem, 5vw, 2rem) 5rem;
      }

      .pricing-header {
        margin-bottom: 2.5rem;
      }

      .pricing-header h2 {
        font-size: 1.8rem;
      }

      .pricing-header p {
        font-size: 1rem;
      }

      .pricing-inner {
        max-width: 440px;
      }

      .pricing-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }

      .pricing-card {
        max-width: 100%;
      }

      .pricing-badge {
        top: -10px;
        font-size: 0.68rem;
        padding: 0.4rem 1rem;
      }

      .pricing-price-value {
        font-size: 1.7rem;
      }
    }

    /* ═══════════════════════════════════════
   FAQ — Premium Sobrio v2
   ═══════════════════════════════════════ */
    .faq {
      padding: 6rem clamp(1.5rem, 6vw, 5rem) 7rem;
      background: linear-gradient(180deg, var(--white) 0%, #f8f9fc 100%);
      position: relative;
    }

    .faq::before {
      content: "";
      position: absolute;
      top: 0;
      left: 10%;
      right: 10%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(10, 29, 158, 0.08), transparent);
    }

    .faq-inner {
      max-width: 720px;
      margin: 0 auto;
    }

    /* FAQ Header */
    .faq-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .faq-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.6rem 1.3rem;
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(243, 164, 255, 0.15) 0%, rgba(243, 164, 255, 0.25) 100%);
      color: var(--blue-deep);
      font-weight: 800;
      font-size: 0.8rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      margin-bottom: 1rem;
      border: 1px solid rgba(243, 164, 255, 0.3);
    }

    .faq-header h2 {
      font-size: clamp(2rem, 4vw, 2.8rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--blue-deep);
      margin-bottom: 0.8rem;
    }

    .faq-header p {
      font-size: 1.05rem;
      color: var(--text-muted);
      font-weight: 500;
    }

    /* FAQ Items */
    .faq-item {
      border-radius: 16px;
      background: var(--white);
      margin: 0.75rem 0;
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
      transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
      overflow: hidden;
    }

    .faq-item:hover {
      border-color: rgba(166, 241, 202, 0.4);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    }

    .faq-item[open] {
      background: linear-gradient(135deg, rgba(166, 241, 202, 0.08) 0%, rgba(243, 164, 255, 0.05) 100%);
      border-color: rgba(166, 241, 202, 0.5);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    }

    .faq-item summary {
      cursor: pointer;
      font-weight: 700;
      font-size: 1rem;
      color: var(--blue-deep);
      padding: 1.3rem 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      list-style: none;
      transition: color 0.2s ease;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "";
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--mint) 0%, #7de8b0 100%);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230A1D9E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 14px;
      transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
    }

    .faq-item[open] summary::after {
      transform: rotate(45deg);
      background-color: var(--pink);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230A1D9E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
    }

    .faq-answer {
      padding: 0 1.5rem 1.4rem;
      color: var(--text-muted);
      font-weight: 500;
      font-size: 0.95rem;
      line-height: 1.7;
      animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(-8px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* FAQ Responsive */
    @media (max-width: 900px) {
      .faq {
        padding: 4rem clamp(1rem, 4vw, 1.5rem) 5rem;
      }

      .faq-header {
        margin-bottom: 2rem;
      }

      .faq-header h2 {
        font-size: 1.7rem;
      }

      .faq-item summary {
        font-size: 0.95rem;
        padding: 1.1rem 1.2rem;
      }

      .faq-item summary::after {
        width: 24px;
        height: 24px;
        background-size: 12px;
      }

      .faq-answer {
        padding: 0 1.2rem 1.2rem;
        font-size: 0.9rem;
      }
    }






    /* ═══════════════════════════════════════
   PREMIUM MOTION (v3) — subtle & accessible
   ═══════════════════════════════════════ */
    :root {
      --ease-premium: cubic-bezier(.2, .8, .2, 1);
      --shadow-soft: 0 10px 30px rgba(0, 0, 0, .10);
      --shadow-hover: 0 18px 48px rgba(0, 0, 0, .16);
    }

    /* Navbar pill hover */
    .nav-btn {
      transition: transform .18s var(--ease-premium), box-shadow .18s var(--ease-premium), opacity .18s var(--ease-premium);
    }

    .nav-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 22px rgba(0, 0, 0, .10);
    }

    /* Card hover */
    .feature-card,
    .info-card,
    .pricing-card,
    .faq-item {
      transition: transform .22s var(--ease-premium), box-shadow .22s var(--ease-premium), border-color .22s var(--ease-premium);
    }

    .feature-card:hover,
    .info-card:hover,
    .pricing-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-hover);
    }

    /* CTA subtle sheen */
    .btn-contratar-hero,
    .pricing-cta {
      position: relative;
      overflow: hidden;
    }

    .btn-contratar-hero::after,
    .pricing-cta::after {
      content: "";
      position: absolute;
      top: -20%;
      left: -60%;
      width: 40%;
      height: 140%;
      background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .45), transparent);
      transform: skewX(-18deg);
      opacity: .0;
      transition: opacity .2s var(--ease-premium);
    }

    .btn-contratar-hero:hover::after,
    .pricing-cta:hover::after {
      opacity: .7;
      animation: sheen 1.1s var(--ease-premium) 1;
    }

    @keyframes sheen {
      from {
        left: -60%;
      }

      to {
        left: 140%;
      }
    }

    /* Scroll reveal */
    /* scroll reveal (apple-like, safe) */
    .reveal {
      opacity: 0;
      transform: translateY(18px) scale(0.992);
      filter: blur(2px);
      transition: opacity .55s var(--ease-premium), transform .55s var(--ease-premium), filter .55s var(--ease-premium);
    }

    body.no-motion .reveal {
      opacity: 1;
      transform: none;
      filter: none;
    }

    body.motion .reveal {
      opacity: 0;
      transform: translateY(18px) scale(0.992);
      filter: blur(2px);
    }

    body.motion .reveal.is-visible {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0px);
    }

    .reveal.stagger-1 {
      transition-delay: .04s;
    }

    .reveal.stagger-2 {
      transition-delay: .08s;
    }

    .reveal.stagger-3 {
      transition-delay: .12s;
    }

    .reveal.stagger-4 {
      transition-delay: .16s;
    }

    .reveal.stagger-5 {
      transition-delay: .20s;
    }

    .reveal.stagger-6 {
      transition-delay: .24s;
    }

    @media (prefers-reduced-motion: reduce) {
      * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
      }

      .reveal {
        opacity: 1 !important;
        transform: none !important;
      }
    }



    /* v3 responsive polish */
    :root {
      --section-pad-x: clamp(1.5rem, 6vw, 5rem);
    }

    .hero,
    .pain-section,
    .features,
    .how,
    .info-section,
    .lifestyle,
    .family,
    .pricing,
    .faq,
    .footer {
      padding-left: var(--section-pad-x);
      padding-right: var(--section-pad-x);
    }

    @media (max-width: 900px) {
      :root {
        --section-pad-x: 16px;
      }
    }

    @media (max-height: 760px) {
      .hero {
        min-height: auto;
      }
    }


    .pain-line {
      display: inline;
      min-width: 0;
    }

    .nav-overlay {
      display: none;
    }

    @media (max-width: 900px) {
      .nav-buttons.open .nav-btn {
        width: 100%;
        text-align: center;
      }

      .nav-buttons.open {
        gap: 10px;
      }
    }

    @media (max-width: 900px) {
      body.menu-open {
        overflow: hidden;
      }

      .nav-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(10, 14, 35, 0.18);
        z-index: 210;
      }

      .nav-overlay.open {
        display: block;
      }
    }

    @media (max-width: 900px) {
      .nav-toggle {
        background: rgba(255, 255, 255, 0.75);
        border-radius: 14px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
      }
    }

    /* v3 mobile menu drawer */
    @media (max-width: 900px) {
      .nav-buttons {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 12px;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        overflow: auto;
        overscroll-behavior: contain;
        width: min(360px, 45vw);
        padding: calc(14px + env(safe-area-inset-top)) 14px 14px;
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: -24px 0 60px rgba(0, 0, 0, 0.18);
        border-left: 1px solid rgba(0, 0, 0, 0.06);
        transform: translateX(105%);
        opacity: 1;
        pointer-events: none;
        transition: transform .28s cubic-bezier(.2, .8, .2, 1);
        z-index: 230;
      }

      .nav-buttons.open {
        transform: translateX(0);
        pointer-events: auto;
      }

      .nav-buttons .nav-btn {
        width: 100%;
        text-align: center;
      }

      body.menu-open {
        overflow: hidden;
      }

      .nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(10, 14, 35, 0.22);
        opacity: 0;
        transition: opacity .22s cubic-bezier(.2, .8, .2, 1);
        z-index: 225;
      }

      .nav-overlay.open {
        opacity: 1;
      }

      .nav-toggle {
        position: relative;
        z-index: 230;
        background: rgba(255, 255, 255, 0.75);
        border-radius: 14px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
      }
    }

    /* v3 drawer button sizing */
    @media (max-width: 900px) {
      .nav-buttons .nav-btn {
        font-size: 0.78rem;
        padding: 0.55rem 1rem;
        border-radius: 999px;
      }
    }

    /* v3 nav toggle fixed */
    @media (max-width: 900px) {
      .nav-toggle {
        position: fixed;
        top: calc(12px + env(safe-area-inset-top));
        right: 16px;
        z-index: 240;
      }

      .nav {
        position: relative;
        z-index: 235;
      }

      .nav-buttons {
        padding-top: calc(72px + env(safe-area-inset-top));
      }
    }


    /* v3 fix: overlay should not block clicks when closed */
    .nav-overlay {
      pointer-events: none;
    }

    .nav-overlay.open {
      pointer-events: auto;
    }


    /* v3 hero mobile: full-bleed photo */
    @media (max-width: 900px) {
      .hero {
        padding-bottom: 0;
      }

      .hero-right {
        margin-left: calc(-1 * var(--section-pad-x));
        margin-right: calc(-1 * var(--section-pad-x));
        height: 260px;
        border-radius: 0;
      }

      .hero-img-wrapper>img:first-child {
        object-position: center;
      }
    }

    @media (max-width: 420px) {
      .hero-right {
        height: 240px;
      }
    }


    /* v3 hero mobile: full-bleed pink background */
    @media (max-width: 900px) {
      .hero-left {
        margin-left: calc(-1 * var(--section-pad-x));
        margin-right: calc(-1 * var(--section-pad-x));
        padding: 56px var(--section-pad-x) 28px;
      }
    }


    /* v3 hero tweaks (mobile): bigger title + rounded top pink */
    @media (max-width: 900px) {
      .hero-nuevo {
        font-size: 1.25rem;
      }

      .hero-title {
        font-size: 3.0rem;
      }

      .hero-title-sub {
        font-size: 1.35rem;
      }

      .hero-left {
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
      }
    }


    /* v5 watch color picker - elegant progress ring */
    .watch-color-picker {
      margin-top: 14px;
      text-align: center;
    }

    .watch-color-label {
      font-weight: 600;
      color: var(--blue-deep);
      margin: 0 0 14px;
      font-size: 0.95rem;
    }

    .watch-color-options {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: center;
    }

    .watch-color-option {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      background: none;
      border: none;
      box-shadow: none;
      cursor: pointer;
      user-select: none;
      width: 32px;
      height: 32px;
    }

    .watch-color-option input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .watch-color-option .swatch {
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--swatch);
      transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
      z-index: 2;
    }

    .watch-color-option:hover .swatch {
      transform: scale(1.2);
    }

    .watch-color-option.is-selected .swatch {
      transform: scale(1.1);
    }

    .watch-color-option .watch-color-name {
      display: none;
    }

    /* Progress ring SVG - stroke que se completa con glow */
    .progress-ring {
      position: absolute;
      width: 32px;
      height: 32px;
      transform: rotate(-90deg);
      z-index: 1;
      pointer-events: none;
    }

    .progress-ring .bg {
      fill: none;
      stroke: rgba(0, 0, 0, 0.12);
      stroke-width: 2;
    }

    .progress-ring .progress {
      fill: none;
      stroke: #a6f1ca;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-dasharray: 88;
      stroke-dashoffset: 88;
      filter: drop-shadow(0 0 3px rgba(166, 241, 202, 0.6));
    }

    .is-animating .progress {
      animation: ringFill 4s linear forwards !important;
    }

    @keyframes ringFill {
      0% {
        stroke-dashoffset: 88;
      }

      100% {
        stroke-dashoffset: 0;
      }
    }

    /* Watch image crossfade transition */
    #watchWrapper {
      position: relative;
      overflow: visible;
      display: inline-block;
    }

    #watchImg,
    #watchImgNext {
      transition: opacity 0.5s ease-in-out !important;
    }

    #watchImgNext {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      opacity: 0;
      pointer-events: none;
    }

    #watchWrapper.is-transitioning #watchImg {
      opacity: 0 !important;
    }

    #watchWrapper.is-transitioning #watchImgNext {
      opacity: 1 !important;
    }



    /* Mobile: reloj + teléfonos */
    @media (max-width: 900px) {
      .how-visual .watch-img {
        width: 320px;
      }

      .how-visual .phone-img {
        width: 350px;
      }

      .watch-block {
        margin-right: -30px;
      }
    }

    /* Mobile pequeño: stack vertical */
    @media (max-width: 600px) {
      .how-visual {
        flex-direction: column;
      }

      .how-visual .watch-img {
        width: 280px;
      }

      .how-visual .phone-img {
        width: min(375px, 90vw);
      }

      .watch-block {
        margin-right: 0;
        margin-bottom: 0;
        z-index: 2;
      }
    }


    /* features-grid last-child center */
    @media (max-width: 600px) {
      .features-grid> :last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(420px, 100%);
      }
    }


    /* v3 logo intro animation (Option A) */
    .nav-logo {
      transform-origin: left center;
    }

    body.page-loaded .nav-logo {
      animation: logoIntro .85s cubic-bezier(.2, .8, .2, 1) both;
    }

    @keyframes logoIntro {
      0% {
        opacity: 0;
        transform: translateY(-6px) scale(0.985);
        filter: blur(3px);
      }

      60% {
        opacity: 1;
        transform: translateY(0) scale(1.02);
        filter: blur(0px);
      }

      100% {
        opacity: 1;
        transform: translateY(0) scale(1.0);
        filter: blur(0px);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      body.page-loaded .nav-logo {
        animation: none;
      }
    }


    /* v3 hero desktop: image fills right side */
    @media (min-width: 901px) {
      .hero {
        grid-template-columns: 1fr 1fr;
      }

      .hero-right {
        min-height: 100%;
      }

      .hero-img-wrapper>img:first-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }


    /* v3 hero desktop typography boost (~+40%) */
    @media (min-width: 901px) {
      .hero-nuevo {
        font-size: 1.35rem;
      }

      .hero-title {
        font-size: clamp(3.9rem, 7.2vw, 6.2rem);
      }

      .hero-title-sub {
        font-size: clamp(1.7rem, 2.6vw, 2.3rem);
        margin-bottom: 1.6rem;
      }







      /* v3 fix: hero not blank under nav (mobile) */
      @media (max-width: 900px) {
        .hero {
          padding-top: 24px;
        }
      }





      /* v3 floating actions (Telegram + Contratar) */
      .float-cta {
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: calc(16px + env(safe-area-inset-bottom));
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 260;
        opacity: 0;
        transform: translateY(14px);
        pointer-events: none;
        transition: opacity .22s var(--ease-premium), transform .22s var(--ease-premium);
      }

      .float-cta.is-on {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
      }

      .fab {
        width: 56px;
        height: 56px;
        border-radius: 999px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-weight: 900;
        letter-spacing: -0.02em;
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
        border: 1px solid rgba(0, 0, 0, 0.06);
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transition: transform .18s var(--ease-premium), box-shadow .18s var(--ease-premium), opacity .18s var(--ease-premium);
      }

      .fab:hover {
        transform: translateY(-2px);
        box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
      }

      .fab-ic {
        font-size: 0.95rem;
      }

      .fab-bot {
        background: rgba(255, 255, 255, 0.92);
        color: var(--blue-deep);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
      }

      .fab-cta {
        background: linear-gradient(135deg, var(--mint-btn) 0%, #7de8b0 100%);
        color: var(--blue-deep);
        border: 2px solid var(--blue-deep);
        font-weight: 800;
        box-shadow: 0 8px 32px rgba(166, 241, 202, 0.35);
      }

      .fab-cta:hover {
        box-shadow: 0 12px 40px rgba(166, 241, 202, 0.5);
      }

      .fab[aria-disabled="true"] {
        opacity: 1;
        cursor: pointer;
      }

      @media (min-width: 901px) {
        .float-cta {
          left: 28px;
          right: 28px;
          bottom: 28px;
        }

        .fab {
          width: 72px;
          height: 72px;
        }

        .fab-ic {
          font-size: 1.1rem;
        }

        .fab-logo {
          height: 34px;
          width: auto;
        }
      }

      @media (prefers-reduced-motion: reduce) {

        .float-cta,
        .fab {
          transition: none !important;
        }
      }


      /* v3 hero desktop height reduction (~-30%) */
      @media (min-width: 901px) {
        .hero {
          min-height: 70vh;
        }

        .hero-left {
          padding-top: 56px;
          padding-bottom: 56px;
        }
      }


      /* v3 hero desktop spacing (tight + aligned) */
      @media (min-width: 901px) {
        .hero-left {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
        }

        .hero-nuevo {
          margin: 0 0 10px 0;
        }

        .hero-title {
          margin: 0;
          line-height: 0.96;
        }

        .hero-title-sub {
          margin: -6px 0 18px 0;
          font-size: clamp(1.75rem, 2.8vw, 2.4rem);
        }
      }


      /* v3 fab logo + hover labels */
      .fab {
        position: relative;
      }

      .fab-logo {
        height: 22px;
        width: auto;
        filter: none;
      }

      /* Desktop: logo más grande y legible */
      @media (min-width: 901px) {
        .fab-bot {
          width: 76px;
          height: 76px;
        }

        .fab-bot .fab-logo {
          height: 44px;
          width: auto;
        }
      }

      .fab[data-label]::after {
        content: attr(data-label);
        position: absolute;
        bottom: 72px;
        left: 50%;
        transform: translateX(-50%) translateY(6px);
        padding: 8px 10px;
        border-radius: 999px;
        background: rgba(15, 22, 87, 0.92);
        color: white;
        font-size: 0.85rem;
        font-weight: 900;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
        transition: opacity .18s var(--ease-premium), transform .18s var(--ease-premium);
      }

      .fab[data-label]::before {
        content: "";
        position: absolute;
        bottom: 64px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid rgba(15, 22, 87, 0.92);
        opacity: 0;
        transition: opacity .18s var(--ease-premium), transform .18s var(--ease-premium);
      }

      .fab:hover::after,
      .fab:focus-visible::after {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
      }

      .fab:hover::before,
      .fab:focus-visible::before {
        opacity: 1;
      }

      @media (hover: none) {

        .fab[data-label]::after,
        .fab[data-label]::before {
          display: none;
        }
      }


    }


    /* v3 fab nowrap fix */
    .fab {
      white-space: nowrap;
    }

    .fab-ic {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
    }


    /* v3 Nuevo: premium tag (desktop) */
    @media (min-width: 901px) {
      .hero-nuevo {
        font-style: italic;
        font-weight: 800;
        letter-spacing: -0.01em;
        color: var(--blue);
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 0;
        background: transparent;
        border: none;
        box-shadow: none;
      }

      .hero-nuevo::after {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--mint);
        box-shadow: 0 0 0 6px rgba(126, 236, 200, 0.22);
      }

      .hero-nuevo span {
        position: relative;
        display: inline-block;
      }

      .hero-nuevo {
        position: relative;
      }

      .hero-nuevo::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 64px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(126, 236, 200, 1), rgba(248, 208, 240, 1));
        opacity: .85;
      }
    }


    /* v3 fab cta width fix */
    .fab-cta {
      width: auto;
      min-width: 160px;
      padding: 0 16px;
      gap: 10px;
    }

    .fab-icon {
      display: inline-flex;
      line-height: 1;
      opacity: .95;
    }

    .fab-text {
      display: inline-flex;
      white-space: nowrap;
    }

    @media (max-width: 900px) {
      .fab-cta {
        min-width: 150px;
      }
    }


    /* v3 hero contratar nowrap */
    .btn-contratar-hero {
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      gap: 12px;
      white-space: nowrap;
    }

    .btn-contratar-hero img {
      flex: 0 0 auto;
    }


    /* v3 hero mobile mirror desktop */
    @media (max-width: 900px) {
      .hero-left {
        padding-top: 56px;
        /* was 71px */
      }

      .hero-nuevo {
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: -0.01em;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 10px 0;
        position: relative;
      }

      .hero-nuevo::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 58px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(126, 236, 200, 1), rgba(248, 208, 240, 1));
        opacity: .85;
      }

      .hero-nuevo::after {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--mint);
        box-shadow: 0 0 0 6px rgba(126, 236, 200, 0.22);
      }

      .hero-title {
        margin: 0;
        line-height: 0.98;
      }

      .hero-title-sub {
        margin: -4px 0 14px 0;
        font-size: 1.35rem;
      }
    }


    /* v3 hero cta full width (mobile only) */
    @media (max-width: 900px) {
      .btn-contratar-hero {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        justify-content: center;
        align-self: stretch;
      }
    }


    /* v3 mobile drawer: no horizontal scroll */
    @media (max-width: 900px) {
      .nav-buttons {
        overflow-x: hidden;
      }

      .nav-buttons .nav-btn {
        width: 100%;
        max-width: 100%;
      }
    }


    /* v3 mobile drawer: button width (wider) */
    @media (max-width: 900px) {
      .nav-buttons .nav-btn {
        width: 96%;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
      }
    }


    /* v3 float cta mobile polish */
    @media (max-width: 900px) {
      .float-cta {
        justify-content: flex-end;
        gap: 12px;
      }

      .fab {
        width: 52px;
        height: 52px;
      }

      .fab-cta {
        min-width: 148px;
        height: 52px;
      }

      /* mobile layout: two circular FABs at extremes */
      .float-cta {
        justify-content: space-between !important;
      }

      /* left: circular logo */
      .fab-bot {
        width: 60px !important;
        min-width: 60px !important;
        height: 60px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.92) !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .fab-logo {
        height: auto;
        width: 68%;
        max-width: 68%;
        object-fit: contain;
        display: block;
      }

      /* right: pill CTA with icon + text (shorter) */
      .fab-cta {
        width: auto !important;
        min-width: 122px !important;
        /* ~10% less than 136 */
        height: 60px !important;
        padding: 0 14px !important;
        border-radius: 999px !important;
        background: linear-gradient(135deg, var(--mint-btn) 0%, #7de8b0 100%) !important;
        color: var(--blue-deep) !important;
        border: 2px solid var(--blue-deep) !important;
        opacity: 1 !important;
        display: flex !important;
        flex-direction: row;
        gap: 8px;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
        line-height: 1;
        box-shadow: 0 8px 32px rgba(166, 241, 202, 0.35) !important;
      }

      .fab-text {
        display: inline-flex;
        white-space: nowrap;
        color: var(--blue-deep) !important;
        align-items: center;
      }

      .fab-icon {
        font-size: 1.06rem;
        line-height: 1;
        color: var(--blue-deep) !important;
        display: inline-flex;
        align-items: center;
      }
    }

    body.menu-open .float-cta {
      opacity: 0 !important;
      transform: translateY(14px) !important;
      pointer-events: none !important;
    }

    /* Nav Dropdowns */
    .nav-dropdown {
      position: relative;
    }

    .nav-dropdown>.nav-btn {
      cursor: pointer;
    }

    .nav-dropdown-menu {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%) translateY(8px);
      min-width: 200px;
      background: var(--blue-deep);
      border-radius: 12px;
      padding: 0.75rem 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity .2s, visibility .2s, transform .2s;
      z-index: 300;
      box-shadow: 0 12px 40px rgba(0, 0, 0, .2);
    }

    .nav-dropdown:hover .nav-dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }

    .nav-dropdown-menu a {
      display: block;
      padding: 0.6rem 1.2rem;
      color: white;
      font-size: 0.85rem;
      font-weight: 600;
      white-space: nowrap;
      transition: background .15s;
      border-radius: 0;
      background: none;
    }

    .nav-dropdown-menu a:hover {
      background: rgba(255, 255, 255, .1);
      color: white;
    }

    .nav-btn.active {
      background: var(--mint-btn) !important;
      color: var(--blue-deep) !important;
      border-color: var(--mint-btn) !important;
    }

    @media(max-width:900px) {
      .nav-dropdown {
        display: flex;
        flex-direction: column;
        align-items: stretch;
      }

      .nav-dropdown-menu {
        position: static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        min-width: 0 !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: rgba(15, 22, 87, .06);
        border-radius: 12px;
        box-shadow: none !important;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s cubic-bezier(.22, 1, .36, 1), padding .25s;
        margin-top: 4px;
      }

      .nav-dropdown.open .nav-dropdown-menu {
        max-height: 300px;
        padding: 0.5rem 0;
      }

      .nav-dropdown-menu a {
        color: var(--blue-deep);
        font-size: 0.78rem;
        padding: 0.45rem 1.2rem;
        text-align: center;
      }

      .nav-dropdown-menu a:hover {
        background: rgba(10, 29, 158, .08);
        color: var(--blue-deep);
      }

      .nav-dropdown:hover .nav-dropdown-menu {
        max-height: 0;
        padding: 0.25rem 0;
      }

      .nav-dropdown.open .nav-dropdown-menu,
      .nav-dropdown:hover.open .nav-dropdown-menu {
        max-height: 300px;
        padding: 0.5rem 0;
      }
    }

    /* Embed mode: ?embed=true hides nav/footer for clean iframe integration */
    body.is-embed .nav,
    body.is-embed .nav-overlay,
    body.is-embed .footer,
    body.is-embed .float-cta {
      display: none !important;
    }

    body.is-embed .hero {
      border-radius: 0;
    }

    body.is-embed .hero-left {
      padding-top: 3rem;
    }

    body.is-embed {
      overflow-x: hidden;
    }

/* ── Injertado desde la version EN (solo existia ahi) ─────── */
.feature-icon img.icon-svg {
  width: 32px;
  height: 32px;
  color: var(--blue-deep);
  fill: currentColor;
}
