:root {
  --navy: #202d49;
  --navy-2: #17233b;
  --blue: #43bdf2;
  --blue-dark: #168fc7;
  --orange: #ffa300;
  --orange-hover: #ffb01f;
  --ink: #111827;
  --muted: #667085;
  --line: #dfe7f0;
  --soft: #f5f8fc;
  --white: #fff;
  --shadow: 0 24px 60px rgba(32, 45, 73, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; background: rgba(32, 45, 73, .86); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); transition: box-shadow .2s, background .2s; }
.site-header.is-scrolled { background: rgba(23, 35, 59, .96); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 900; letter-spacing: -.04em; }
.brand__mark { width: 42px; color: var(--blue); }
.brand__name { color: #fff; font-size: 25px; }
.brand__name span { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.button) { color: rgba(255,255,255,.82); transition: color .2s; }
.main-nav > a:hover { color: #fff; }
.nav-login { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.22); background: transparent; border-radius: 11px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; background: #fff; border-radius: 2px; transition: .2s; }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 13px; cursor: pointer; font-weight: 800; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 18px; border-radius: 10px; }
.button--primary { color: var(--navy) !important; background: var(--orange); box-shadow: 0 10px 26px rgba(255,163,0,.23); }
.button--primary:hover { background: var(--orange-hover); box-shadow: 0 14px 30px rgba(255,163,0,.32); }
.button--ghost { color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.button--ghost:hover { background: rgba(255,255,255,.13); }
.button--outline { color: var(--navy); border: 1.5px solid #cbd7e5; background: #fff; }
.button--outline:hover { border-color: var(--navy); }

.hero { position: relative; min-height: 760px; padding: 155px 0 90px; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 25%, #30486e 0, var(--navy) 35%, var(--navy-2) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 90px; background: linear-gradient(to top, rgba(0,0,0,.12), transparent); pointer-events: none; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .28; }
.hero__glow--one { width: 440px; height: 440px; right: 6%; top: 11%; background: var(--blue); }
.hero__glow--two { width: 300px; height: 300px; left: -120px; bottom: -80px; background: var(--orange); opacity: .09; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: var(--blue); }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow--center { justify-content: center; }
.hero h1 { max-width: 680px; margin: 20px 0 24px; font-size: clamp(46px, 5.2vw, 72px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero__lead { max-width: 630px; margin: 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.play { width: 27px; height: 27px; display: grid; place-items: center; color: var(--navy); background: #fff; border-radius: 50%; font-size: 9px; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 24px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: 13px; }
.hero__checks span { width: 19px; height: 19px; margin-right: 5px; display: inline-grid; place-items: center; color: var(--navy); background: var(--blue); border-radius: 50%; font-weight: 900; }
.hero__visual { position: relative; min-height: 520px; display: grid; place-items: center; perspective: 1200px; }
.phone-card { position: relative; z-index: 3; width: min(340px, 84%); padding: 14px; color: var(--ink); background: #fff; border: 7px solid rgba(255,255,255,.16); border-radius: 28px; box-shadow: 0 38px 75px rgba(0,0,0,.32); transform: rotate(2deg); }
.phone-card__top { padding: 3px 4px 12px; display: flex; justify-content: space-between; align-items: center; color: var(--navy); font-size: 12px; }
.mini-brand { font-weight: 900; }.mini-brand b { color: var(--blue-dark); }.dots { letter-spacing: 2px; color: #98a2b3; }
.event-cover { min-height: 140px; padding: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; background: linear-gradient(130deg, rgba(23,35,59,.58), rgba(23,35,59,.18)), linear-gradient(135deg, #bf8e70, #f3c5b2 55%, #70918c); border-radius: 17px; overflow: hidden; }
.event-cover strong { font-family: Georgia, serif; font-size: 25px; line-height: 1.08; }.event-cover span { margin-top: 6px; font-size: 10px; opacity: .9; }.event-cover .event-cover__date { margin: 0 0 4px; letter-spacing: .18em; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding-top: 9px; }
.gallery-photo { aspect-ratio: 1; border-radius: 8px; background: #cbd5e1; }
.gp-1 { background: linear-gradient(135deg,#c6a387,#724d3d); }.gp-2 { background: linear-gradient(135deg,#90b5c3,#f2d1bd); }.gp-3 { background: linear-gradient(135deg,#efd3bb,#7c9a7a); }.gp-4 { background: linear-gradient(135deg,#8395ae,#d8b199); }.gp-5 { background: linear-gradient(135deg,#d9a7aa,#e9d7a9); }.gp-6 { background: linear-gradient(135deg,#638b8f,#dab88d); }
.upload-pill { width: 100%; margin-top: 10px; min-height: 42px; color: var(--navy); background: var(--orange); border: 0; border-radius: 10px; font-weight: 850; cursor: pointer; }.upload-pill span { font-size: 19px; }
.photo { position: absolute; width: 230px; aspect-ratio: .8; padding: 13px; display: flex; align-items: end; background: #fff; border: 8px solid #fff; border-bottom-width: 46px; border-radius: 6px; box-shadow: 0 25px 48px rgba(0,0,0,.22); }
.photo span { position: absolute; bottom: -35px; left: 12px; color: var(--navy); font-family: Georgia, serif; font-size: 13px; }
.photo--one { left: 0; top: 25px; background: linear-gradient(145deg,#d6b2a2,#667a85); transform: rotate(-12deg); }.photo--two { right: -12px; bottom: 15px; background: linear-gradient(145deg,#8d6d5c,#d6bda2 52%,#688174); transform: rotate(12deg); }
.floating-note { position: absolute; z-index: 5; padding: 11px 15px; display: flex; align-items: center; gap: 9px; color: var(--navy); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.5); border-radius: 14px; box-shadow: 0 18px 36px rgba(0,0,0,.19); font-size: 12px; backdrop-filter: blur(8px); }
.floating-note b { display: block; }.floating-note span { display: block; color: var(--muted); font-size: 10px; }.floating-note--users { left: -5px; bottom: 74px; }.floating-note--users b { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--blue-dark); border-radius: 50%; font-size: 11px; }.floating-note--new { right: 0; top: 75px; }.floating-note--new span { width: 25px; height: 25px; display: grid; place-items: center; color: var(--navy); background: var(--orange); border-radius: 50%; font-weight: 900; }

.trust-strip { color: var(--navy); background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 750; }
.trust-strip p { color: #98a2b3; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: 110px 0; }
.section-heading { max-width: 730px; margin: 0 auto 58px; text-align: center; }
.section-heading h2, .benefits h2, .faq h2 { margin: 14px 0 15px; color: var(--navy); font-size: clamp(36px, 4vw, 52px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading p, .section-lead, .faq__intro > p { margin: 0; color: var(--muted); font-size: 17px; }
.steps { display: grid; grid-template-columns: 1fr 50px 1fr 50px 1fr; align-items: center; }
.step-card { position: relative; padding: 38px 30px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 15px 40px rgba(32,45,73,.06); }
.step-card__number { position: absolute; top: 16px; left: 18px; width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); background: #e7f7fe; border-radius: 50%; font-size: 12px; font-weight: 900; }
.step-card__icon { width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; background: var(--soft); border-radius: 20px; font-size: 31px; transform: rotate(-3deg); }
.step-card h3 { margin: 0 0 8px; color: var(--navy); font-size: 19px; }.step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.step-arrow { color: var(--blue-dark); text-align: center; font-size: 28px; }

.benefits { overflow: hidden; background: var(--soft); }
.benefits__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 105px; }
.benefits__visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.benefits__visual::before { content:""; position: absolute; width: 420px; height: 420px; background: #dff4fd; border-radius: 46% 54% 63% 37% / 42% 44% 56% 58%; transform: rotate(8deg); }
.qr-card { position: relative; z-index: 2; width: 300px; padding: 30px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); transform: rotate(-3deg); }
.qr-card__logo { color: var(--navy); font-size: 19px; font-weight: 900; }.qr-card__logo span { color: var(--orange); }
.qr { position: relative; width: 150px; height: 150px; margin: 23px auto; border: 12px dotted var(--navy); background: repeating-conic-gradient(var(--navy) 0 25%,#fff 0 50%) 0/18px 18px; box-shadow: inset 0 0 0 7px #fff; }
.qr span { position: absolute; width: 32px; height: 32px; background: var(--navy); border: 6px solid #fff; outline: 5px solid var(--navy); }.q1{top:6px;left:6px}.q2{top:6px;right:6px}.q3{bottom:6px;left:6px}.q4{bottom:12px;right:18px;width:20px!important;height:20px!important}
.qr-card strong, .qr-card small { display: block; }.qr-card strong { color: var(--navy); font-family: Georgia, serif; font-size: 19px; }.qr-card small { color: var(--muted); }
.benefits__bubble { position: absolute; z-index: 3; right: 4px; bottom: 68px; padding: 13px 18px; color: var(--navy); background: var(--orange); border-radius: 13px; box-shadow: 0 15px 35px rgba(255,163,0,.24); font-size: 13px; font-weight: 850; transform: rotate(3deg); }
.feature-list { margin-top: 35px; display: grid; gap: 22px; }
.feature-list article { display: flex; gap: 17px; }.feature-list article > span { flex: 0 0 46px; height: 46px; display: grid; place-items: center; color: var(--blue-dark); background: #fff; border: 1px solid #d6ebf5; border-radius: 13px; font-size: 20px; font-weight: 900; }
.feature-list h3 { margin: 0 0 2px; color: var(--navy); font-size: 16px; }.feature-list p { margin: 0; color: var(--muted); font-size: 14px; }

.pricing { background: #fff; }
.pricing-tabs { width: fit-content; margin: -25px auto 28px; padding: 5px; display: flex; background: #edf2f7; border-radius: 13px; }
.pricing-tabs button { min-width: 150px; padding: 11px 22px; color: var(--muted); background: transparent; border: 0; border-radius: 9px; cursor: pointer; font-weight: 800; }
.pricing-tabs button[aria-selected="true"] { color: #fff; background: var(--navy); box-shadow: 0 6px 16px rgba(32,45,73,.18); }
.pricing-note { margin-bottom: 26px; color: var(--muted); text-align: center; font-size: 13px; }
.pricing-panel:not(.is-active) { display: none; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; padding: 34px; display: flex; flex-direction: column; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(32,45,73,.07); }
.price-card--featured { border: 2px solid var(--orange); box-shadow: 0 23px 60px rgba(32,45,73,.14); transform: translateY(-9px); }
.popular { position: absolute; top: -14px; left: 50%; padding: 6px 15px; color: var(--navy); background: var(--orange); border-radius: 999px; font-size: 10px; font-weight: 950; letter-spacing: .09em; transform: translateX(-50%); white-space: nowrap; }
.plan-tag { color: var(--blue-dark); font-size: 10px; font-weight: 950; letter-spacing: .12em; }.price-card h3 { margin: 5px 0 0; color: var(--navy); font-size: 28px; }.price-card > div > p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.price { margin: 26px 0 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.price strong, .price span { display: block; }.price strong { color: var(--navy); font-size: 33px; line-height: 1.1; letter-spacing: -.04em; }.price span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.price-card ul { flex: 1; margin: 0 0 28px; padding: 0; display: grid; gap: 12px; list-style: none; color: #475467; font-size: 13px; }.price-card li::before { content: "✓"; width: 20px; height: 20px; margin-right: 9px; display: inline-grid; place-items: center; color: var(--navy); background: #e4f7ff; border-radius: 50%; font-size: 10px; font-weight: 900; }
.plan-link { width: 100%; }.price-footnote { margin: 25px 0 0; color: #98a2b3; text-align: center; font-size: 11px; }

.faq { background: var(--soft); }
.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq__intro { position: sticky; top: 120px; }.faq__intro a { color: var(--blue-dark); font-weight: 750; }
.accordion { display: grid; gap: 12px; }.faq-item { padding: 0 22px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.faq-item button { width: 100%; padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; text-align: left; background: transparent; border: 0; cursor: pointer; font-weight: 800; }.faq-item button b { color: var(--blue-dark); font-size: 20px; }
.faq-answer { padding: 0 40px 20px 0; color: var(--muted); font-size: 14px; }.faq-answer p { margin: 0; }

.final-cta { padding: 85px 0; color: #fff; background: var(--navy); overflow: hidden; }
.final-cta__inner { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }.final-cta__inner::before { content:""; position:absolute; width:420px; height:420px; right:-110px; border: 70px solid rgba(67,189,242,.08); border-radius:50%; }
.final-cta h2 { position: relative; margin: 0 0 10px; font-size: clamp(32px, 4vw, 48px); line-height: 1.15; letter-spacing: -.04em; }.final-cta p { position: relative; margin: 0; color: rgba(255,255,255,.7); }.final-cta__icon { display: block; margin-bottom: 15px; font-size: 34px; }.button--light { position: relative; flex: 0 0 auto; }
.final-cta__copy { position: relative; z-index: 1; }
.register-form { position: relative; z-index: 1; padding: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; color: var(--navy); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; backdrop-filter: blur(12px); }
.register-field { display: grid; gap: 6px; }.register-field label { color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.register-field input, .register-field select { width: 100%; min-height: 49px; padding: 0 14px; color: var(--ink); background: #fff; border: 1px solid transparent; border-radius: 10px; outline: none; }
.register-field input:focus, .register-field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(67,189,242,.25); }
.register-submit, .register-note, .register-status { grid-column: 1 / -1; }.register-submit { width: 100%; margin-top: 2px; }
.register-note { color: rgba(255,255,255,.62) !important; font-size: 11px; text-align: center; }.register-status { display: none; padding: 11px 13px; color: #fff !important; background: rgba(255,255,255,.12); border-radius: 9px; font-size: 13px; }
.register-status.is-visible { display: block; }.register-status.is-error { color: #6d1422 !important; background: #ffe8eb; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.58); background: var(--navy-2); font-size: 13px; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 55px; }.brand--footer { margin-bottom: 17px; }.brand--footer .brand__mark { width: 35px; }.brand--footer .brand__name { font-size: 21px; }.site-footer p { margin: 0; }
.site-footer h3 { margin: 0 0 15px; color: #fff; font-size: 13px; }.site-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }.site-footer a:hover { color: #fff; }
.site-footer__bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 68px; left: 20px; right: 20px; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 5px; color: #fff; background: var(--navy-2); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }.main-nav a { padding: 11px 10px; }.nav-login { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .hero { padding-top: 130px; }.hero__grid { grid-template-columns: 1fr; text-align: center; }.hero__copy { display: flex; flex-direction: column; align-items: center; }.hero__visual { min-height: 500px; width: min(600px, 100%); margin: -20px auto 0; }
  .trust-strip__inner { padding: 20px 0; justify-content: center; flex-wrap: wrap; }.trust-strip p { width: 100%; margin: 0; text-align: center; }
  .steps { grid-template-columns: 1fr; gap: 16px; }.step-arrow { transform: rotate(90deg); }
  .benefits__grid { grid-template-columns: 1fr; gap: 45px; }.benefits__visual { order: 2; }.benefits__copy { max-width: 680px; margin: auto; }
  .price-grid { grid-template-columns: 1fr; max-width: 590px; margin: auto; }.price-card--featured { transform: none; }
  .faq__grid { grid-template-columns: 1fr; gap: 40px; }.faq__intro { position: static; text-align: center; }.faq__intro .eyebrow { justify-content: center; }
  .final-cta__inner { grid-template-columns: 1fr; text-align: center; }.register-form { width: min(680px, 100%); margin: auto; text-align: left; }.site-footer__grid { grid-template-columns: 2fr 1fr 1fr; }.site-footer__grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 68px; }.brand__mark { width: 35px; }.brand__name { font-size: 22px; }
  .hero { min-height: auto; padding: 110px 0 60px; }.hero h1 { margin-top: 14px; font-size: 43px; }.hero__lead { font-size: 16px; }.hero__actions { width: 100%; flex-direction: column; }.hero__actions .button { width: 100%; }.hero__checks { justify-content: center; gap: 12px; }
  .hero__visual { min-height: 430px; margin-top: 0; }.phone-card { width: 275px; }.photo { width: 170px; }.photo--one { left: -25px; }.photo--two { right: -25px; }.floating-note--users { left: 0; bottom: 35px; }.floating-note--new { right: -2px; top: 55px; }
  .section { padding: 78px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .benefits h2, .faq h2 { font-size: 35px; }.section-heading h2 br { display: none; }
  .benefits__grid { gap: 30px; }.benefits__visual { min-height: 430px; }.benefits__visual::before { width: 330px; height: 330px; }.qr-card { width: 250px; padding: 24px; }.benefits__bubble { right: -3px; bottom: 45px; }
  .pricing-tabs { width: 100%; }.pricing-tabs button { min-width: 0; flex: 1; padding-inline: 10px; }.price-card { padding: 28px; }
  .faq-item { padding-inline: 17px; }.faq-item button { font-size: 14px; }
  .final-cta { padding: 68px 0; }.final-cta .button { width: 100%; }.register-form { grid-template-columns: 1fr; padding: 19px; }.register-submit, .register-note, .register-status { grid-column: 1; }.site-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px; }.site-footer__grid > div:first-child, .site-footer__grid > div:last-child { grid-column: 1 / -1; }.site-footer__bottom { flex-direction: column; text-align: center; }
}


.price-grid--particulares {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-note--highlight {
  max-width: 780px;
  margin: 0 auto 32px;
  padding: 15px 22px;
  color: var(--navy);
  background: #fff7e5;
  border: 1px solid #ffd58a;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.price-card li strong {
  color: var(--navy);
}



/* Planes: dos tarjetas por fila en tablet y móvil. */
@media (max-width: 980px) {
  .price-grid--particulares {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .price-grid--particulares {
    gap: 10px;
  }

  .price-grid--particulares .price-card {
    min-width: 0;
    padding: 20px 14px;
    border-radius: 16px;
    overflow-wrap: anywhere;
  }

  .price-grid--particulares .plan-tag {
    font-size: 9px;
  }

  .price-grid--particulares .price-card h3 {
    font-size: 21px;
  }

  .price-grid--particulares .price {
    margin: 20px 0 18px;
    padding-bottom: 18px;
  }

  .price-grid--particulares .price strong {
    font-size: 27px;
  }

  .price-grid--particulares .price-card ul {
    gap: 10px;
    margin-bottom: 22px;
    font-size: 12px;
  }

  .price-grid--particulares .price-card li::before {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }

  .price-grid--particulares .button {
    min-height: 44px;
    padding: 10px 8px;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
  }
}

