:root {
  --ink: #f5f8fc;
  --muted: #9bb0c5;
  --navy: #061426;
  --navy-2: #091c32;
  --panel: #0d243d;
  --panel-2: #102b48;
  --line: #29445f;
  --mint: #42d6b0;
  --blue: #50a7ff;
  --amber: #ffc85a;
  --danger: #ff8590;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0, 6, 18, .28);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--navy); color: var(--ink); font: 400 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 85% 0, rgba(80, 167, 255, .1), transparent 30rem), radial-gradient(circle at 10% 28%, rgba(66, 214, 176, .06), transparent 24rem); pointer-events: none; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.actions-center { justify-content: center; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: var(--ink); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.section-alt { background: rgba(12, 35, 59, .72); border-block: 1px solid rgba(65, 94, 120, .35); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--mint); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--mint); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 900px; font-size: clamp(2.55rem, 6.5vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.55rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1rem; }
.lead { max-width: 740px; color: #bfd0df; font-size: clamp(1.05rem, 1.7vw, 1.24rem); }
.muted { color: var(--muted); }
.accent { color: var(--mint); }
.section-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 38px; }
.section-head > div:first-child { max-width: 750px; }
.section-head p { max-width: 550px; margin: 14px 0 0; color: var(--muted); }
.pill { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 7px 11px; border: 1px solid #36536f; border-radius: 999px; color: #c9d8e5; background: rgba(15, 43, 72, .7); font-size: .78rem; font-weight: 750; }
.pill-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(66, 214, 176, .1); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(66, 91, 116, .42); background: rgba(6, 20, 38, .88); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; }
.brand img { width: 185px; height: 40px; }
.nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); }
.nav a { color: #b9cada; font-size: .91rem; font-weight: 700; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }
.nav .nav-cta { padding: 10px 15px; border: 1px solid var(--mint); border-radius: 9px; color: var(--mint); }
.menu-button { display: none; width: 45px; height: 42px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); color: var(--ink); }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 21px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 92px 0 76px; }
.hero::after { content: ""; position: absolute; top: 8%; right: -11%; width: 500px; height: 500px; border: 1px solid rgba(80, 167, 255, .13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(80, 167, 255, .025), 0 0 0 150px rgba(66, 214, 176, .018); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 44px; }
.hero h1 span { color: var(--mint); }
.hero .lead { margin: 25px 0 30px; }
.hero-art { position: relative; }
.hero-art img { width: 100%; filter: drop-shadow(0 30px 40px rgba(0,0,0,.2)); }
.hero-note { position: absolute; right: 2%; bottom: 4%; width: 220px; padding: 15px; border: 1px solid #3a5873; border-radius: 12px; background: rgba(8, 25, 46, .94); box-shadow: var(--shadow); }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { color: var(--mint); font-size: .9rem; }
.hero-note span { color: var(--muted); font-size: .78rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 19px; border: 1px solid transparent; border-radius: 10px; background: var(--mint); color: #05251f; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); background: #65e4c3; }
.button-secondary { border-color: #43617d; background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--blue); background: rgba(80, 167, 255, .08); }
.button-small { min-height: 40px; padding: 8px 14px; font-size: .88rem; }
.button-block { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 27px; margin-top: 30px; color: #a9bccd; font-size: .86rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: "✓"; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: rgba(66, 214, 176, .12); color: var(--mint); font-weight: 900; }

.need-box { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; padding: 29px 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(110deg, rgba(16, 43, 72, .92), rgba(9, 28, 50, .88)); box-shadow: var(--shadow); }
.need-box h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.need-control { display: grid; grid-template-columns: 1fr auto; gap: 13px; }
.need-control select { width: 100%; min-height: 50px; padding: 0 44px 0 15px; border: 1px solid #456581; border-radius: 9px; background: #071a30; color: var(--ink); }
.need-result { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 5px 16px; padding: 13px 15px; border-left: 3px solid var(--mint); background: rgba(66, 214, 176, .07); }
.need-result[hidden] { display: none; }
.need-result strong { color: var(--mint); }
.need-result span { color: #bdd0e0; }

.billing-toggle { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 11px; background: #07182b; }
.billing-toggle button { padding: 8px 13px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: .85rem; font-weight: 800; cursor: pointer; }
.billing-toggle button.is-active { background: var(--panel-2); color: var(--ink); box-shadow: 0 3px 13px rgba(0,0,0,.18); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(16, 43, 72, .94), rgba(7, 24, 43, .97)); box-shadow: 0 14px 45px rgba(0,0,0,.13); }
.plan-card.featured { border-color: var(--mint); box-shadow: 0 20px 70px rgba(31, 177, 148, .11); }
.plan-card.featured::before { content: "Más elegido"; position: absolute; top: 0; right: 22px; transform: translateY(-50%); padding: 5px 10px; border-radius: 999px; background: var(--mint); color: #05251f; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.plan-name { margin-bottom: 5px; font-size: 1.42rem; }
.plan-for { min-height: 52px; color: var(--muted); font-size: .9rem; }
.price { margin: 20px 0 1px; color: var(--ink); font-size: 2.35rem; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.price small { color: var(--muted); font-size: .78rem; font-weight: 650; letter-spacing: 0; }
.tax-price { margin: 6px 0 5px; color: var(--mint); font-size: 1rem; font-weight: 800; }
.renewal { min-height: 44px; margin: 0 0 19px; color: var(--muted); font-size: .79rem; }
[hidden] { display: none !important; }
.feature-list { display: grid; gap: 9px; margin: 20px 0 26px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { position: relative; padding-left: 24px; color: #c5d3df; font-size: .9rem; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }
.plan-card .button { margin-top: auto; }
.fine-print { margin-top: 25px; color: var(--muted); font-size: .8rem; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.compare { width: 100%; min-width: 750px; border-collapse: collapse; background: rgba(8, 27, 48, .68); }
.compare th, .compare td { padding: 15px 18px; border-bottom: 1px solid rgba(50, 77, 102, .62); text-align: left; }
.compare th { background: #102b48; color: var(--ink); font-size: .87rem; }
.compare td { color: #c2d1de; font-size: .88rem; }
.compare th:not(:first-child), .compare td:not(:first-child) { text-align: center; }
.compare tr:last-child td { border-bottom: 0; }
.compare td:first-child { color: var(--muted); font-weight: 700; }
.check { color: var(--mint); font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 7vw, 90px); align-items: center; }
.split-art img { width: 100%; }
.content h2 { margin-bottom: 18px; }
.content > p { color: #b8cada; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13, 36, 61, .73); }
.info-card .number, .icon-box { display: grid; width: 42px; height: 42px; margin-bottom: 19px; place-items: center; border-radius: 10px; background: rgba(66, 214, 176, .1); color: var(--mint); font-weight: 900; }
.info-card h3 { margin-bottom: 10px; }
.info-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.two-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.detail-card { padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.detail-card h3 { margin: 12px 0; }
.detail-card p { color: var(--muted); }
.detail-card .feature-list { margin-bottom: 0; }
.notice { padding: 16px 18px; border: 1px solid rgba(255, 200, 90, .35); border-left: 4px solid var(--amber); border-radius: 10px; background: rgba(255, 200, 90, .065); color: #e1d5b8; font-size: .89rem; }
.notice strong { color: var(--amber); }

.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; counter-reset: steps; }
.step { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #0a2038; counter-increment: steps; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 32px; color: var(--mint); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 32px; right: -18px; z-index: 2; width: 18px; border-top: 1px dashed #52708b; }
.step h3 { margin-bottom: 9px; }
.step p { margin: 0; color: var(--muted); font-size: .87rem; }

.service-price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.service-price { display: flex; justify-content: space-between; gap: 22px; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: rgba(13, 36, 61, .74); }
.service-price h3 { margin-bottom: 6px; font-size: 1.08rem; }
.service-price p { margin: 0; color: var(--muted); font-size: .83rem; }
.service-price strong { flex: 0 0 auto; color: var(--mint); text-align: right; }
.service-price strong small { display: block; color: var(--muted); font-size: .72rem; font-weight: 600; }

.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 12px; background: rgba(11, 32, 55, .7); }
summary { position: relative; padding: 19px 50px 19px 20px; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 17px; right: 20px; color: var(--mint); font-size: 1.45rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 850px; padding: 0 20px 19px; color: var(--muted); }

.cta-band { position: relative; overflow: hidden; padding: 42px; border: 1px solid #345877; border-radius: 22px; background: linear-gradient(110deg, #123b57, #0d2541 65%); }
.cta-band::after { content: ""; position: absolute; right: -75px; bottom: -130px; width: 300px; height: 300px; border: 50px solid rgba(66, 214, 176, .07); border-radius: 50%; }
.cta-band h2 { position: relative; z-index: 1; max-width: 720px; font-size: clamp(1.8rem, 4vw, 3rem); }
.cta-band p { position: relative; z-index: 1; max-width: 650px; margin: 13px 0 22px; color: #bed0df; }
.cta-band .actions { position: relative; z-index: 1; }

.page-hero { padding: 78px 0 64px; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(16, 43, 72, .45), transparent); }
.page-hero h1 { max-width: 950px; font-size: clamp(2.35rem, 5.7vw, 4.7rem); }
.page-hero .lead { margin-top: 22px; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { color: var(--mint); }
.prose { color: #c1d0dc; }
.prose h2 { margin: 2.2em 0 .7em; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.prose h3 { margin: 1.8em 0 .6em; font-size: 1.25rem; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .55rem; }
.prose a { color: var(--mint); }
.prose .legal-meta { margin-bottom: 35px; padding: 13px 16px; border-left: 3px solid var(--blue); background: rgba(80, 167, 255, .07); color: var(--muted); }
.toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.toc a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #bed0df; font-size: .8rem; text-decoration: none; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 38px; align-items: start; }
.contact-methods { display: grid; gap: 12px; margin-top: 25px; }
.contact-method { padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: rgba(13, 36, 61, .7); text-decoration: none; }
.contact-method span, .contact-method strong { display: block; }
.contact-method span { color: var(--muted); font-size: .75rem; }
.contact-method strong { color: var(--ink); }
.form-card { padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field label { color: #d7e1ea; font-size: .83rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid #3b5872; border-radius: 8px; background: #071a30; color: var(--ink); transition: border-color .18s ease; }
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--mint); outline: 2px solid rgba(66, 214, 176, .13); }
.field small { color: var(--muted); font-size: .72rem; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-consent { color: var(--muted); font-size: .78rem; }
.form-consent a { color: var(--mint); }
.form-status { min-height: 26px; margin-top: 12px; color: var(--muted); font-size: .86rem; }
.form-status.is-success { color: var(--mint); }
.form-status.is-error { color: var(--danger); }
button:disabled { cursor: wait; opacity: .65; }

.site-footer { padding: 58px 0 25px; border-top: 1px solid var(--line); background: #05111f; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr .9fr; gap: 35px; }
.footer-brand img { width: 170px; margin-bottom: 17px; }
.footer-brand p { max-width: 330px; color: var(--muted); font-size: .85rem; }
.footer-column h2 { margin-bottom: 14px; color: #dbe5ed; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin: 8px 0; color: var(--muted); font-size: .84rem; text-decoration: none; }
.footer-column a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 43px; padding-top: 22px; border-top: 1px solid rgba(41, 68, 95, .65); color: #748ca2; font-size: .76rem; }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 30; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: #19a765; color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.35); font-size: .85rem; font-weight: 850; text-decoration: none; }
.wa-float::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #fff; }

.error-page { display: grid; min-height: calc(100vh - 77px); place-items: center; padding: 60px 0; text-align: center; }
.error-code { color: transparent; background: linear-gradient(90deg, var(--mint), var(--blue)); background-clip: text; font-size: clamp(6rem, 22vw, 13rem); font-weight: 950; line-height: .8; letter-spacing: -.08em; }
.error-page h1 { margin: 30px auto 14px; font-size: clamp(2rem, 5vw, 3.6rem); }
.error-page p { max-width: 570px; margin: 0 auto 25px; color: var(--muted); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 790px; }
  .hero-art { width: min(100%, 680px); margin-inline: auto; }
  .plan-grid, .card-grid { grid-template-columns: 1fr; }
  .plan-card { max-width: 680px; width: 100%; margin-inline: auto; }
  .plan-for, .renewal { min-height: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step::after { display: none; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .section { padding: 68px 0; }
  .menu-button { display: block; }
  .nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; align-items: stretch; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: #07182b; box-shadow: 0 24px 35px rgba(0,0,0,.3); }
  .nav.is-open { display: grid; }
  .nav a { padding: 8px; }
  .nav .nav-cta { text-align: center; }
  .hero { padding-top: 65px; }
  .need-box, .split, .contact-layout { grid-template-columns: 1fr; }
  .need-control { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head .billing-toggle { margin-top: 20px; }
  .two-cards, .service-price-grid { grid-template-columns: 1fr; }
  .split-art { order: -1; }
  .split-art img { width: min(100%, 560px); margin-inline: auto; }
}

@media (max-width: 560px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 160px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
  .hero-note { position: static; width: auto; margin-top: -7px; }
  .actions .button { width: 100%; }
  .plan-card { padding: 23px 19px; }
  .steps { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .service-price { display: block; }
  .service-price strong { display: block; margin-top: 13px; text-align: left; }
  .cta-band { padding: 29px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .wa-float { right: 12px; bottom: 12px; padding: 11px 13px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .site-header, .wa-float, .actions, .site-footer { display: none !important; }
  body { background: #fff; color: #111; }
  .section, .page-hero { padding: 25px 0; }
  .plan-card, .detail-card, .info-card, details { border-color: #bbb; background: #fff; box-shadow: none; break-inside: avoid; }
  p, .muted, .feature-list li, details p { color: #333 !important; }
}
