/* ── Fonts ── */
    @font-face {
      font-family: 'Roboto';
      font-weight: 400;
      font-display: swap;
      src: url('../../assets/fonts/font-75be45f9d2d223ca.woff2') format('woff2');
    }
    @font-face {
      font-family: 'Roboto';
      font-weight: 700;
      font-display: swap;
      src: url('../../assets/fonts/font-1708a4aece7b9ae7.woff2') format('woff2');
    }

    /* ── Tokens ── */
    :root {
      --brand-primary:        #E31952;
      --brand-primary-deep:   #C80F45;
      --brand-secondary:      #7835C3;
      --brand-secondary-deep: #522A7F;
      --brand-secondary-dark: #49286F;
      --support-lilac:        #BB9AE1;
      --support-lilac-soft:   #E4D7F3;
      --bg:           #FDFDFD;
      --surface:      #FFFFFF;
      --surface-soft: #F5F5F7;
      --surface-tint: #F3EEFB;
      --text:         #343434;
      --text-soft:    #555555;
      --muted:        #989898;
      --line:         rgba(52,52,52,0.08);
      --gradient-brand: linear-gradient(106deg, #7835C3 -13.45%, #49286F 99.9%);
      --gradient-banner: linear-gradient(135deg, #522A7F 0%, #7835C3 55%, #B61442 100%);
      --gradient-cta:   linear-gradient(93deg, #440819 2.66%, #E31952 126.64%);
      --shadow-soft:  0 18px 50px rgba(73,40,111,0.08);
      --shadow-card:  0 8px 28px rgba(1,43,85,0.07);
      --radius-sm: 12px;
      --radius-md: 20px;
      --radius-lg: 28px;
      --radius-xl: 36px;
      --max-width: 1240px;
      --font-body: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
    }

    /* ── Reset ── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--font-body);
      font-size: 16px;
      color: var(--text);
      background: var(--bg);
      -webkit-font-smoothing: antialiased;
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }

    /* ── Utility ── */
    .wrapper { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
    .display-none { display: none !important; }

    /* ── Eyebrow ── */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.75);
      margin-bottom: 18px;
    }
    .eyebrow svg { flex-shrink: 0; }

    /* ═══════════════════════════════════════
       BANNER HERO
    ═══════════════════════════════════════ */
    .inv-section-banner { padding: 32px 0 0; }

    .inv-breadcrumb {
      font-size: 13px;
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 0 0 20px;
      flex-wrap: wrap;
    }
    .inv-breadcrumb a { color: var(--text-soft); transition: color 0.2s; }
    .inv-breadcrumb a:hover { color: var(--brand-primary); }
    .inv-breadcrumb .sep { color: var(--muted); font-size: 11px; }
    .inv-breadcrumb .current { color: var(--text); font-weight: 700; }

    .product-page-banner {
      position: relative;
      min-height: 260px;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--gradient-banner);
      display: flex;
      align-items: center;
      padding: 64px 72px;
      gap: 40px;
    }

    /* blobs */
    .blob { position: absolute; pointer-events: none; z-index: 1; }
    .blob-left {
      left: -40px; top: 50%;
      width: 200px; height: 240px;
      transform: translateY(-30%);
    }
    .blob-tr {
      top: -20px; right: 260px;
      width: 160px; height: 160px;
    }
    .blob-br {
      right: 48px; bottom: -10px;
      width: 72px; height: 72px;
    }

    .km-img {
     width: 100%; height: auto;
    }

    .banner-content {
      position: relative;
      z-index: 3;
      flex: 1 1 auto;
      min-width: 0;
      max-width: 520px;
    }
    .banner-content h1 {
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 700;
      color: #FDFDFD;
      letter-spacing: -0.03em;
      line-height: 1.15;
      margin-bottom: 20px;
    }
    .banner-content p {
      font-size: 15px;
      line-height: 1.75;
      color: rgba(255,255,255,0.82);
      max-width: 540px;
      margin-bottom: 12px;
    }
    .banner-content em {
      font-style: normal;
      color: rgba(255,255,255,0.68);
      font-size: 13.5px;
    }

    .banner-image {
      position: absolute;
      right: 6%;
      bottom: 0;
      height: 100%;
      z-index: 2;
      display: flex;
      align-items: flex-end;
    }
    .banner-image svg,
    .banner-image img {
      height: 100%;
      width: auto;
      filter: drop-shadow(-12px 0 32px rgba(0,0,0,0.22));
    }
    .banner-image img {
      border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
    }

    /* ═══════════════════════════════════════
       REASONS
    ═══════════════════════════════════════ */
    .section-reasons {
      padding: 72px 0 60px;
    }
    .section-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--brand-secondary);
      margin-bottom: 10px;
    }
    .section-title {
      font-size: clamp(24px, 3vw, 32px);
      font-weight: 700;
      color: var(--text);
      letter-spacing: -0.03em;
      line-height: 1.2;
      margin-bottom: 36px;
    }

    .reasons-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: start;
    }
    .reasons-image-wrap {
      border-radius: var(--radius-lg);
      overflow: hidden;
      position: sticky;
      top: 80px;
      background: #DBDBDB;
    }

    /* ── Ilustración Figma: Kilómetros para avanzar ── */
    .ri-fig {
      position: relative;
      width: 100%;
      aspect-ratio: 440 / 320;
    }
    .ri-fig > * { position: absolute; }

    /* Monedas */
    .ri-coin--tr { left: 78.9%; top: -7.3%; width: 20.9%; transform: rotate(-17.54deg); }
    .ri-coin--ml { left: 1.6%;  top: 26.5%; width: 21.8%; transform: rotate(13.36deg); }
    .ri-coin--mt { left: 40.7%; top:  2.5%; width: 27.5%; transform: rotate(13.36deg); }
    .ri-coin--bl { left: 15.2%; top: 63.9%; width: 12.5%; transform: rotate(16.99deg); }

    /* Pistola de gasolina */
    .ri-pump-c {
      top: 2.81%; right: 26.74%; bottom: 34.37%; left: -1.14%;
      display: flex; align-items: center; justify-content: center;
    }
    .ri-pump-c img {
      width: 92.6%; flex: none;
      transform: rotate(-164.45deg) scaleY(-1);
    }

    /* Tarjeta (fondo CSS) */
    .ri-card-bg {
      left: 74.68%; top: 56.52%;
      width: 57.83%;
      aspect-ratio: 254.461 / 176.004;
      transform: translate(-50%, -50%) rotate(-36.78deg);
      background: linear-gradient(122.27deg, rgba(194,22,70,0.87) 2.7%, rgba(117,117,117,0.87) 106.23%);
      border-radius: 10.1%;
      box-shadow: 0 8px 8px rgba(0,0,0,0.25);
      backdrop-filter: blur(6.6px);
    }

    /* Chip (CSS div blanco) */
    .ri-chip {
      left: 94.87%; top: 46.30%;
      width: 7.23%;
      aspect-ratio: 31.802 / 24.045;
      transform: translate(-50%, -50%) rotate(143.22deg);
      background: #fdfdfd;
      border-radius: 20%;
    }

    /* Logo Banco Finandina sobre tarjeta */
    .ri-logo {
      left: 79.48%; top: 32.46%;
      width: 18.51%;
      transform: translate(-50%, -50%) rotate(-36.78deg);
    }

    /* VISA — coordenadas exactas Figma: inset 83.72% 32.67% 2.61% 58.7% en contenedor 440×355 */
    .ri-connector-c {
      left: 63%; top: 86%;
      width: 10%;
      transform: translate(-50%, -50%) rotate(53.22deg);
    }
    .ri-connector-c img {
      width: 100%;
    }

    /* Círculo KM — outer: cy=43.36 en viewBox 94.72 → círculo 4px arriba del centro geométrico */
    .ri-ellipse-outer {
      left: 75.16%; top: 57.61%;
      width: 19.71%;
      transform: translate(-50%, -50%) rotate(-36.78deg);
      mix-blend-mode: overlay;
    }
    /* Inner: cy exactamente centrado → bajar al mismo centro visual que outer */
    .ri-ellipse-inner {
      left: 75.16%; top: 56.48%;
      width: 16.13%;
      transform: translate(-50%, -50%) rotate(-36.78deg);
      mix-blend-mode: overlay;
    }
    .ri-km {
      left: 75.48%; top: 56.53%;
      width: 10.3%;
      transform: translate(-50%, -50%) rotate(-36.78deg);
    }

    .reasons-right { display: flex; flex-direction: column; gap: 16px; }

    .reason-card {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      padding: 20px 24px;
      transition: box-shadow 0.2s, border-color 0.2s;
    }
    .reason-card:hover {
      box-shadow: var(--shadow-card);
      border-color: var(--support-lilac-soft);
    }
    .reason-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: var(--surface-tint);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .reason-icon svg { color: var(--brand-secondary); }
    .reason-text {
      font-size: 15px;
      line-height: 1.6;
      color: var(--text-soft);
    }
    .reason-text strong { color: var(--text); font-weight: 700; display: block; margin-bottom: 2px; }

    .reason-links { margin-top: 8px; }
    .reason-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      font-weight: 700;
      color: var(--brand-secondary);
      border: 1px solid var(--support-lilac-soft);
      border-radius: 999px;
      padding: 8px 18px;
      transition: all 0.2s;
    }
    .reason-link:hover {
      background: var(--surface-tint);
      border-color: var(--brand-secondary);
    }

    /* ═══════════════════════════════════════
       REQUEST CTA BAND
    ═══════════════════════════════════════ */
    .section-request {
      background: var(--gradient-brand);
      border-radius: var(--radius-xl);
      margin: 0 0 72px;
      padding: 0 56px 0 0;
      display: flex;
      align-items: stretch;
      gap: 0;
      overflow: hidden;
      position: relative;
      min-height: 200px;
    }
    .request-images {
      flex: 0 0 340px;
      position: relative;
      z-index: 2;
    }
    .request-images img {
      width: 240px;
      height: auto;
      position: absolute;
      bottom: 22px;
      left: 48px;
      transform: rotate(-8deg);
      filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35));
    }
    .request-content {
      position: relative;
      z-index: 2;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 40px 0 40px 32px;
      max-width: 540px;
    }
    .request-content h2 {
      font-size: 32px;
      font-weight: 700;
      color: #FDFDFD;
      line-height: 1.15;
      letter-spacing: -0.025em;
      margin-bottom: 14px;
    }
    .request-content p {
      font-size: 15px;
      color: rgba(255,255,255,0.7);
      line-height: 1.65;
      margin: 0;
      max-width: 400px;
    }
    /* decorative km badge right side */
    .request-badge {
      position: absolute;
      right: 56px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      opacity: 0.14;
    }
    .request-badge-ring {
      width: 120px; height: 120px;
      border-radius: 50%;
      border: 3px solid #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .request-badge-inner {
      width: 84px; height: 84px;
      border-radius: 50%;
      border: 2px solid #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.02em;
    }
    .section-request::before {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 260px; height: 260px;
      border-radius: 50%;
      background: rgba(255,255,255,0.05);
      z-index: 1;
    }
    .section-request::after {
      content: '';
      position: absolute;
      bottom: -90px; right: 60px;
      width: 340px; height: 340px;
      border-radius: 50%;
      background: rgba(255,255,255,0.035);
      z-index: 1;
    }

    /* ═══════════════════════════════════════
       PLANS
    ═══════════════════════════════════════ */
    .section-plans { padding: 0 0 72px; }

    .plans-header { margin-bottom: 28px; }
    .plans-header p {
      font-size: 15px;
      color: var(--text-soft);
      line-height: 1.6;
      max-width: 600px;
      margin-top: 8px;
    }

    /* Tab switcher */
    .plan-tabs {
      display: flex;
      gap: 8px;
      margin-bottom: 32px;
      border-bottom: 1px solid var(--line);
      padding-bottom: 0;
    }
    .plan-tab-btn {
      padding: 10px 24px;
      border: none;
      background: none;
      font-family: var(--font-body);
      font-size: 14px;
      font-weight: 700;
      color: var(--muted);
      cursor: pointer;
      border-bottom: 2px solid transparent;
      margin-bottom: -1px;
      transition: color 0.2s, border-color 0.2s;
    }
    .plan-tab-btn:hover { color: var(--text-soft); }
    .plan-tab-btn.plan-title-active {
      color: var(--brand-secondary);
      border-bottom-color: var(--brand-secondary);
    }

    /* Plan cards grid */
    .plan-cards-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
    }

    .plan-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .plan-card:hover {
      box-shadow: var(--shadow-card);
      transform: translateY(-2px);
    }
    .plan-card--insuperable {
      background: var(--gradient-brand);
      border-color: transparent;
    }

    .plan-card__header {
      padding: 20px 18px 16px;
      border-bottom: 1px solid var(--line);
    }
    .plan-card--insuperable .plan-card__header {
      border-bottom-color: rgba(255,255,255,0.15);
    }

    .plan-badge {
      display: inline-block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 3px 8px;
      border-radius: 999px;
      margin-bottom: 10px;
      background: var(--surface-tint);
      color: var(--brand-secondary);
    }
    .plan-card--insuperable .plan-badge {
      background: rgba(255,255,255,0.18);
      color: #FDFDFD;
    }
    .plan-card__name {
      font-size: 16px;
      font-weight: 700;
      color: var(--text);
      letter-spacing: -0.02em;
      margin-bottom: 6px;
    }
    .plan-card--insuperable .plan-card__name { color: #FDFDFD; }

    .plan-card__range {
      font-size: 12px;
      color: var(--muted);
      line-height: 1.5;
    }
    .plan-card--insuperable .plan-card__range { color: rgba(255,255,255,0.65); }

    .plan-card__body { padding: 16px 18px 20px; flex: 1; display: flex; flex-direction: column; gap: 14px; }

    .plan-stat {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    .plan-stat__value {
      font-size: 22px;
      font-weight: 700;
      color: var(--brand-secondary-deep);
      letter-spacing: -0.03em;
      line-height: 1;
    }
    .plan-card--insuperable .plan-stat__value { color: #FDFDFD; }
    .plan-card--basico .plan-stat__value { color: var(--muted); }

    .plan-stat__label {
      font-size: 11px;
      color: var(--muted);
      font-weight: 500;
    }
    .plan-card--insuperable .plan-stat__label { color: rgba(255,255,255,0.6); }

    .plan-divider {
      height: 1px;
      background: var(--line);
    }
    .plan-card--insuperable .plan-divider { background: rgba(255,255,255,0.15); }

    .plan-discount {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .plan-discount__badge {
      display: inline-flex;
      align-items: center;
      font-size: 15px;
      font-weight: 700;
      color: var(--brand-primary);
      background: rgba(227,25,82,0.08);
      border-radius: var(--radius-sm);
      padding: 4px 10px;
    }
    .plan-card--insuperable .plan-discount__badge {
      background: rgba(255,255,255,0.18);
      color: #FDFDFD;
    }
    .plan-card--basico .plan-discount__badge {
      color: var(--muted);
      background: var(--surface-soft);
    }
    .plan-discount__label {
      font-size: 11px;
      color: var(--muted);
    }
    .plan-card--insuperable .plan-discount__label { color: rgba(255,255,255,0.55); }

    /* ═══════════════════════════════════════
       PLAN FEATURES (todos los planes...)
    ═══════════════════════════════════════ */
    .section-plan-features { padding: 0 0 72px; }
    .plan-features-card {
      background: var(--surface-tint);
      border: 1px solid var(--support-lilac-soft);
      border-radius: var(--radius-lg);
      padding: 36px 48px;
      display: flex;
      align-items: center;
      gap: 48px;
      flex-wrap: wrap;
    }
    .plan-features-title {
      font-size: 17px;
      font-weight: 700;
      color: var(--brand-secondary-deep);
      flex: 0 0 auto;
    }
    .plan-features-divider {
      width: 1px;
      height: 40px;
      background: var(--support-lilac);
      flex-shrink: 0;
    }
    .plan-features-items {
      display: flex;
      gap: 32px;
      flex-wrap: wrap;
      flex: 1;
    }
    .plan-feature-item {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .plan-feature-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: var(--surface);
      border: 1px solid var(--support-lilac-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .plan-feature-icon img { width: 24px; height: 24px; object-fit: contain; }
    .plan-feature-text {
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
    }

    /* ═══════════════════════════════════════
       FAQ
    ═══════════════════════════════════════ */
    .section-faq { padding: 0 0 96px; }

    .faq-header { margin-bottom: 32px; }
    .faq-header .section-title span {
      color: var(--brand-primary);
    }

    .faq-list { display: flex; flex-direction: column; gap: 0; }

    details.faq-item {
      border-bottom: 1px solid var(--line);
    }
    details.faq-item:first-of-type {
      border-top: 1px solid var(--line);
    }

    summary.faq-question {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 0;
      font-size: 16px;
      font-weight: 700;
      color: var(--text);
      cursor: pointer;
      list-style: none;
      transition: color 0.2s;
    }
    summary.faq-question::-webkit-details-marker { display: none; }
    summary.faq-question:hover { color: var(--brand-secondary); }

    .faq-icon {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: var(--surface-tint);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s, transform 0.25s;
    }
    .faq-icon svg { color: var(--brand-secondary); transition: transform 0.25s; }
    details[open] .faq-icon { background: var(--surface-tint); }
    details[open] .faq-icon svg { transform: rotate(45deg); }

    .faq-answer {
      padding: 0 0 20px;
      font-size: 15px;
      line-height: 1.75;
      color: var(--text-soft);
    }
    .faq-answer ul {
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .faq-answer a {
      color: var(--brand-secondary);
      text-decoration: underline;
      text-underline-offset: 3px;
      word-break: break-all;
    }
    .faq-answer a:hover { color: var(--brand-secondary-deep); }

    /* ═══════════════════════════════════════
       RESPONSIVE
    ═══════════════════════════════════════ */
    @media (max-width: 1100px) {
      .plan-cards-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 900px) {
      .reasons-layout { grid-template-columns: 1fr; }
      .reasons-image-wrap { position: static; }
      .section-request { flex-direction: column; align-items: stretch; padding: 0; margin: 0 0 56px; gap: 0; }
      .request-images { flex: 0 0 180px; position: relative; width: 100%; }
      .request-images img { position: absolute; width: 210px; bottom: 0; left: 50%; transform: translateX(-50%) rotate(-6deg); }
      .request-content { padding: 20px 28px 32px; max-width: none; }
      .request-content h2 { font-size: 22px; }
      .request-badge { display: none; }
      .plan-features-card { flex-direction: column; align-items: flex-start; gap: 20px; }
      .plan-features-divider { display: none; }
    }
    @media (max-width: 820px) {
      .product-page-banner { flex-direction: column; align-items: flex-start; padding: 40px 32px 0; min-height: auto; gap: 20px; }
      .banner-content { max-width: none; padding-bottom: 30px; }
      .banner-image { display: none; }
      .plan-cards-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 640px) {
      .plan-cards-grid { grid-template-columns: 1fr; }
      .plans-header p br { display: none; }
      .faq-header .section-title span { display: inline; }
      .wrapper { padding: 0 0px;}
    }
    @media (max-width: 560px) {
      .product-page-banner { padding: 32px 20px 0; border-radius: var(--radius-md); }
      .banner-image { max-width: 260px; }
      .banner-content h1 { font-size: 26px; }
      .section-reasons { padding: 48px 0 40px; }
      .section-plans { padding-bottom: 48px; }
      .section-faq { padding-bottom: 64px; }
    }
  </style>