:root {
  --forest: #0b4f3d;
  --forest-2: #17664a;
  --navy: #16345b;
  --navy-2: #0e2748;
  --gold: #e8ad27;
  --mint: #e7f3ee;
  --mist: #f4f8f6;
  --ink: #142034;
  --muted: #5d6874;
  --line: #d9e5e0;
  --white: #fff;
  --danger-soft: #fff5e5;
  --shadow: 0 22px 60px rgba(14, 39, 72, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(217,229,224,.9); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy strong { color: var(--navy); font-size: 1.15rem; letter-spacing: -.03em; }
.brand-copy span { margin-top: 5px; color: var(--forest); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 10px 13px; border-radius: 12px; color: #39475a; font-size: .92rem; font-weight: 750; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--forest); background: var(--mist); }
.nav-links .nav-cta { margin-left: 8px; color: #fff; background: var(--forest); }
.nav-links .nav-cta:hover { color: #fff; background: var(--forest-2); }
.menu-toggle { display: none; padding: 10px 12px; border: 0; border-radius: 12px; color: var(--navy); background: var(--mist); font: inherit; font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: 88px 0 72px; background: linear-gradient(145deg, #fff 20%, #eef7f3 100%); }
.hero::before { content: ""; position: absolute; right: -160px; top: -230px; width: 620px; height: 620px; border: 115px solid rgba(11,79,61,.06); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; gap: 62px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; padding: 7px 12px; border: 1px solid #b8d8ca; border-radius: 999px; color: var(--forest); background: rgba(255,255,255,.8); font-size: .77rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.eyebrow .exact-case { text-transform: none; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.03em; }
h1 { max-width: 740px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.7vw, 5.25rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.15rem); }
h3 { font-size: 1.23rem; }
.lead { max-width: 700px; margin: 0 0 30px; color: #46556a; font-size: 1.17rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; text-decoration: none; }
.button-primary { color: #fff; background: var(--forest); box-shadow: 0 10px 24px rgba(11,79,61,.2); }
.button-primary:hover { background: var(--forest-2); transform: translateY(-1px); }
.button-secondary { color: var(--navy); border-color: #cad9d3; background: #fff; }
.button-secondary:hover { border-color: var(--forest); }
.microcopy { margin: 18px 0 0; color: var(--muted); font-size: .9rem; }

.status-banner { margin-bottom: 24px; padding: 14px 16px; border: 1px solid #e9ce8e; border-radius: 16px; color: #654c14; background: var(--danger-soft); font-size: .92rem; }
.status-banner strong { color: #46320b; }
.product-stage { position: relative; min-height: 505px; display: grid; place-items: center; }
.desktop-frame { width: 100%; padding: 13px; border: 1px solid rgba(22,52,91,.14); border-radius: 25px; background: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.desktop-top { height: 28px; display: flex; align-items: center; gap: 6px; padding: 0 6px; }
.desktop-top i { width: 8px; height: 8px; border-radius: 50%; background: #d4dfdb; }
.desktop-frame img { width: 100%; height: 390px; object-fit: cover; object-position: center 35%; border: 1px solid var(--line); border-radius: 16px; background: var(--mist); }
.floating-card { position: absolute; left: -24px; bottom: 26px; width: 226px; padding: 18px; border-radius: 18px; color: #fff; background: var(--navy); box-shadow: 0 16px 38px rgba(22,52,91,.26); transform: rotate(-2deg); }
.floating-card strong { display: block; margin-bottom: 4px; }
.floating-card span { color: #d6e4f5; font-size: .86rem; }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signals { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal { padding: 25px 30px; border-right: 1px solid var(--line); }
.signal:last-child { border-right: 0; }
.signal strong { display: block; color: var(--navy); }
.signal span { color: var(--muted); font-size: .9rem; }
.regulation-section { padding: 54px 0; background: #fff; }
.regulation-card { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 34px 38px; border: 1px solid #b8d8ca; border-radius: var(--radius); background: linear-gradient(135deg, #edf7f2 0%, #fff 78%); box-shadow: 0 14px 36px rgba(14,39,72,.06); }
.regulation-card > div { max-width: 780px; }
.regulation-card h2 { margin-bottom: 12px; font-size: clamp(1.6rem, 3vw, 2.25rem); }
.regulation-card p { margin: 0; color: var(--muted); }
.regulation-card .regulation-disclaimer { margin-top: 12px; color: #654c14; font-size: .9rem; }
.regulation-card .button { flex: 0 0 auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--mist); }
.section-head { max-width: 730px; margin-bottom: 42px; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.07rem; }

.pricing-section { scroll-margin-top: 76px; background: linear-gradient(180deg, #fff 0%, var(--mist) 100%); }
.free-plan { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 24px; padding: 26px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.free-plan h3, .lifetime-addon h3 { margin: 5px 0 8px; }
.free-plan p, .lifetime-addon p { margin: 0; color: var(--muted); }
.free-plan-action { display: flex; align-items: center; gap: 22px; flex: 0 0 auto; }
.free-plan-action > strong { color: var(--forest); font-size: 2rem; line-height: 1; white-space: nowrap; }
.free-plan-action small, .price-option small { display: block; color: var(--muted); font-size: .78rem; font-weight: 700; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.plan-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 36px rgba(14,39,72,.07); }
.plan-heading { padding: 26px 26px 18px; border-bottom: 1px solid var(--line); background: #fff; }
.plan-heading h3 { margin: 5px 0 0; font-size: 1.4rem; }
.plan-kicker { color: var(--forest); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price-option { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 13px 20px; align-items: center; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.price-option:last-child { border-bottom: 0; }
.price-option > div strong, .price-option > div span { display: block; }
.price-option > div strong { margin-bottom: 7px; color: var(--navy); }
.price-option > div span { margin-top: 3px; color: var(--muted); font-size: .86rem; }
.price-option p { margin: 0; color: var(--forest); text-align: right; }
.price-option p b { display: block; margin-bottom: 6px; font-size: 1.75rem; line-height: 1; }
.price-option > a:not(.button) { grid-column: 1 / -1; color: var(--forest); font-size: .9rem; font-weight: 850; text-decoration: none; }
.price-option > .button { grid-column: 1 / -1; width: 100%; }
.price-option.recommended { padding-top: 36px; background: #edf7f2; }
.recommendation { position: absolute; top: 0; left: 0; right: 0; padding: 5px 12px; color: #fff; background: var(--forest); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.lifetime-addon { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 26px 30px; border: 1px solid #b8d8ca; border-radius: var(--radius); background: var(--mint); }
.lifetime-addon > div { max-width: 760px; }
.lifetime-addon .button { flex: 0 0 auto; }
.pricing-note { margin: 22px 0 0; padding: 16px 18px; border-radius: 14px; color: #654c14; background: var(--danger-soft); font-size: .9rem; }
.pricing-note strong { color: #46320b; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.card-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--navy), var(--forest)); font-size: 1.2rem; font-weight: 900; }
.card p { margin: 0; color: var(--muted); }
.card a { display: inline-flex; margin-top: 18px; color: var(--forest); font-weight: 800; text-decoration: none; }

.screen-showcase { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch; }
.screen-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.screen-panel figure { margin: 0; }
.screen-panel img { width: 100%; height: 420px; object-fit: cover; object-position: top left; background: var(--mist); }
.screen-panel.compact img { object-position: center 40%; }
.screen-panel figcaption { padding: 20px 24px 24px; color: var(--muted); }
.screen-panel figcaption strong { display: block; color: var(--navy); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: steps; }
.step { position: relative; padding-top: 28px; border-top: 3px solid var(--line); counter-increment: steps; }
.step::before { content: "0" counter(steps); position: absolute; top: -18px; left: 0; padding-right: 12px; color: var(--forest); background: #fff; font-size: .82rem; font-weight: 900; }
.step p { color: var(--muted); }

.cta-band { padding: 58px 0; color: #fff; background: linear-gradient(120deg, var(--navy-2), var(--navy) 58%, var(--forest)); }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band h2 { max-width: 710px; margin-bottom: 8px; color: #fff; }
.cta-band p { margin: 0; color: #dbe7f6; }
.cta-band .button { flex: 0 0 auto; color: var(--navy); background: #fff; }

.page-hero { padding: 72px 0 54px; border-bottom: 1px solid var(--line); background: linear-gradient(160deg, #f2f8f5, #fff); }
.page-hero h1 { max-width: 920px; font-size: clamp(2.6rem, 5vw, 4.4rem); }
.page-hero .lead { max-width: 820px; }
.feature-group { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; padding: 64px 0; border-bottom: 1px solid var(--line); }
.feature-group:last-child { border-bottom: 0; }
.feature-group h2 { font-size: clamp(1.7rem, 3vw, 2.42rem); }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-item { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.feature-item h3 { margin-bottom: 8px; font-size: 1.04rem; }
.feature-item p { margin: 0; color: var(--muted); font-size: .94rem; }
.notice { padding: 22px 24px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; color: #55431b; background: #fff6df; }
.notice strong { color: var(--navy); }
.prose { max-width: 800px; }
.prose p, .prose li { color: #46556a; }
.prose h2 { margin-top: 44px; font-size: 2rem; }
.legal-hero { padding-bottom: 48px; }
.legal-hero h1 { max-width: 980px; font-size: clamp(2.45rem, 5vw, 4.35rem); }
.legal-hero .status-banner { max-width: 980px; margin: 28px 0 0; }
.legal-section { padding-top: 58px; }
.legal-document { max-width: 900px; }
.legal-document h2 { margin: 48px 0 14px; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.legal-document h2:first-child { margin-top: 0; }
.legal-document p, .legal-document li { color: #46556a; }
.legal-document li + li { margin-top: 7px; }
.legal-document a { color: var(--forest); font-weight: 750; }
.legal-update, .withdrawal-model { margin-top: 36px; padding: 22px 24px; border: 1px solid #b8d8ca; border-radius: 16px; background: var(--mint); }
.withdrawal-model { margin-top: 12px; background: #fff; }
.withdrawal-model p:first-child { margin-top: 0; }
.withdrawal-model p:last-child { margin-bottom: 0; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 950; }
.gates { display: grid; gap: 14px; margin-top: 28px; }
.gate { display: grid; grid-template-columns: 116px 1fr; gap: 20px; padding: 21px; border: 1px solid var(--line); border-radius: 18px; }
.gate strong { color: var(--forest); }
.gate p { margin: 0; }

.site-footer { padding: 48px 0 24px; color: #cbd6e5; background: #0c233f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 42px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand img { width: 54px; height: 54px; }
.footer-brand strong { display: block; color: #fff; font-size: 1.2rem; }
.site-footer p { max-width: 440px; }
.site-footer h2 { margin: 0 0 12px; color: #fff; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { display: block; margin: 8px 0; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .85rem; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 18px; }
.site-footer .footer-legal a { display: inline; margin: 0; }

.activation-page { min-height: 100vh; display: flex; flex-direction: column; background: linear-gradient(145deg, #f2f8f5 0%, #fff 55%, #eef4f8 100%); }
.activation-back { padding: 9px 13px; border-radius: 12px; color: var(--navy); font-size: .9rem; font-weight: 800; text-decoration: none; }
.activation-back:hover { background: var(--mist); }
.activation-main { flex: 1; padding: 72px 0 88px; }
.activation-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: start; }
.activation-intro { position: sticky; top: 132px; }
.activation-intro h1 { margin-bottom: 20px; font-size: clamp(2.65rem, 5vw, 4.7rem); }
.activation-intro .lead { margin-bottom: 26px; }
.activation-trust { padding: 20px 22px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: rgba(255,255,255,.78); }
.activation-trust strong { color: var(--navy); }
.activation-trust p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.activation-steps { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.activation-steps li { display: flex; gap: 13px; align-items: center; color: var(--muted); }
.activation-steps li > span { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-weight: 900; }
.activation-steps li.current > span, .activation-steps li.complete > span { color: #fff; border-color: var(--forest); background: var(--forest); }
.activation-steps strong, .activation-steps small { display: block; }
.activation-steps strong { color: var(--navy); line-height: 1.2; }
.activation-steps small { margin-top: 2px; }
.activation-card { min-height: 410px; padding: 34px; border: 1px solid rgba(22,52,91,.13); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.activation-state { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.activation-state[hidden], #activation-form-panel[hidden] { display: none; }
.activation-state h2 { margin: 18px 0 8px; font-size: 2rem; }
.activation-state p { max-width: 510px; margin: 0 0 22px; color: var(--muted); }
.activation-spinner { width: 44px; height: 44px; border: 4px solid var(--line); border-top-color: var(--forest); border-radius: 50%; animation: activation-spin .9s linear infinite; }
@keyframes activation-spin { to { transform: rotate(360deg); } }
.activation-state-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 1.7rem; font-weight: 950; }
.activation-state-icon.error { background: #a83b32; }
.activation-state-icon.success { background: var(--forest); }
.activation-purchase { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 21px 23px; border: 1px solid #b8d8ca; border-radius: 18px; background: var(--mint); }
.activation-purchase span, .activation-purchase strong, .activation-purchase small { display: block; }
.activation-purchase span { color: var(--forest); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.activation-purchase strong { margin: 5px 0 3px; color: var(--navy); font-size: 1.13rem; }
.activation-purchase small { color: var(--muted); }
.activation-limit { flex: 0 0 auto; text-align: right; }
.activation-limit b { display: block; color: var(--forest); font-size: 2rem; line-height: 1; }
.activation-email { margin: 18px 0 28px; padding: 0 4px; color: var(--muted); font-size: .92rem; }
.activation-email strong { color: var(--navy); }
.activation-card fieldset { margin: 0; padding: 0; border: 0; }
.activation-card fieldset + fieldset { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.activation-card legend { width: 100%; margin-bottom: 17px; color: var(--navy); font-size: 1.15rem; font-weight: 850; }
.activation-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.field { display: grid; gap: 7px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.field > span { color: var(--muted); font-weight: 600; }
.field-wide { grid-column: 1 / -1; }
.field input, .field select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #bdcbc6; border-radius: 11px; color: var(--ink); background: #fff; font: inherit; font-weight: 500; }
.field input:hover, .field select:hover { border-color: #8daf9f; }
.field input:focus, .field select:focus { border-color: var(--forest); outline: 3px solid rgba(11,79,61,.13); }
.field-help { margin: -5px 0 0; color: var(--muted); font-size: .8rem; }
.activation-consents { margin-top: 22px; }
.activation-consents > p { margin: 0 0 14px; color: #46556a; font-size: .88rem; }
.activation-consent { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 14px; color: #46556a; font-size: .88rem; }
.activation-consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--forest); }
.activation-consent a { color: var(--forest); font-weight: 800; }
.activation-policy-links a { color: var(--forest); font-weight: 800; }
.form-error { margin: 0 0 16px; padding: 12px 14px; border-radius: 11px; color: #792820; background: #fff0ee; font-size: .88rem; }
.activation-submit { width: 100%; border: 0; cursor: pointer; font: inherit; }
.activation-submit:disabled { cursor: wait; opacity: .68; }
.activation-security { margin: 14px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }
.activation-result { width: min(100%, 390px); margin: 2px 0 22px; padding: 17px 20px; border: 1px solid #b8d8ca; border-radius: 15px; background: var(--mint); }
.activation-result span, .activation-result strong, .activation-result small { display: block; }
.activation-result span { color: var(--forest); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.activation-result strong { margin: 4px 0 2px; color: var(--navy); }
.activation-download { margin-bottom: 18px; }
.activation-footer { padding: 0 0 24px; }
.activation-footer .footer-bottom { margin-top: 0; }

.download-page { min-height: 100vh; display: flex; flex-direction: column; background: linear-gradient(150deg, #f2f8f5 0%, #fff 48%, #edf3f8 100%); }
.download-main { flex: 1; padding: 72px 0 88px; }
.download-hero { text-align: center; }
.download-hero .eyebrow { margin-inline: auto; }
.download-hero h1 { max-width: none; margin-bottom: 18px; font-size: clamp(2.8rem, 5.4vw, 5rem); }
.download-hero .lead { max-width: 760px; margin-inline: auto; }
.download-status { max-width: 780px; min-height: 84px; display: flex; align-items: center; gap: 16px; margin: 34px auto 0; padding: 18px 20px; border: 1px solid #b8d8ca; border-radius: 18px; color: var(--forest); background: #fff; text-align: left; box-shadow: 0 12px 30px rgba(14,39,72,.07); }
.download-status.blocked { color: #75510a; border-color: #e9ce8e; background: #fff9eb; }
.download-status.available { color: var(--forest); background: var(--mint); }
.download-status strong, .download-status p { display: block; margin: 0; }
.download-status p { margin-top: 3px; color: var(--muted); font-size: .9rem; }
.download-status-symbol { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-size: 0; }
.download-status.blocked .download-status-symbol { background: #75510a; }
.download-status-symbol::after { content: attr(aria-hidden); color: #fff; font-size: 1.2rem; }
.download-status.blocked .download-status-symbol::after { content: "!"; }
.download-status.available .download-status-symbol::after { content: "✓"; }
.download-section { padding-top: 82px; }
.download-section .section-head { margin-inline: auto; text-align: center; }
.download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 940px; margin: 0 auto; }
.download-card { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(14,39,72,.07); }
.download-card.available { border-color: #92c7b5; }
.download-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--navy), var(--forest)); font-size: 1.45rem; font-weight: 900; }
.download-kicker { color: var(--forest); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.download-card h3 { margin: 5px 0 0; font-size: 1.55rem; }
.download-requirement, .download-card-status, .download-version, .download-action { grid-column: 1 / -1; }
.download-requirement { margin: 2px 0 0; color: var(--muted); }
.download-version { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; border-radius: 12px; background: var(--mist); }
.download-version span { color: var(--muted); font-size: .82rem; }
.download-version strong { color: var(--navy); }
.download-card-status { min-height: 48px; margin: 0; color: var(--muted); }
.download-action { display: grid; gap: 13px; }
.download-action .button { width: 100%; }
.download-action details { color: var(--muted); font-size: .78rem; }
.download-action summary { cursor: pointer; color: var(--forest); font-weight: 800; }
.download-action code { display: block; overflow-wrap: anywhere; margin-top: 7px; padding: 9px; border-radius: 8px; color: var(--navy); background: var(--mist); font-size: .7rem; }

/* Revisión visual r23: textos auxiliares y cadenas técnicas en móvil. */
.recommendation{font-size:.75rem}
.brand-copy span,
.download-kicker,
.download-action code{font-size:.75rem}
.prose code{white-space:normal;overflow-wrap:anywhere;word-break:break-word}
.download-unavailable { min-height: 48px; display: grid; place-items: center; border: 1px dashed #b9c8c2; border-radius: 14px; color: var(--muted); background: #f8faf9; font-size: .9rem; font-weight: 800; }
.download-safety { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; margin-top: 88px; padding-top: 68px; border-top: 1px solid var(--line); }
.download-safety h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
.download-checks { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.download-checks li { display: flex; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.78); }
.download-checks li > span { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-weight: 900; }
.download-checks strong { color: var(--navy); }
.download-checks p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 76px; left: 20px; right: 20px; display: none; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links .nav-cta { margin: 4px 0 0; text-align: center; }
  .hero-grid, .screen-showcase, .feature-group { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .product-stage { min-height: 420px; }
  .cards, .steps, .pricing-grid { grid-template-columns: 1fr; }
  .signals { grid-template-columns: 1fr; }
  .signal { border-right: 0; border-bottom: 1px solid var(--line); }
  .signal:last-child { border-bottom: 0; }
  .feature-group { gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .regulation-card { align-items: flex-start; flex-direction: column; }
  .regulation-card .button { width: 100%; }
  .free-plan, .lifetime-addon { align-items: flex-start; flex-direction: column; }
  .free-plan-action { width: 100%; justify-content: space-between; }
  .activation-shell { grid-template-columns: 1fr; gap: 34px; }
  .download-safety { grid-template-columns: 1fr; gap: 24px; }
  .activation-intro { position: static; }
  .activation-steps { grid-template-columns: repeat(3, 1fr); }
  .activation-steps li { align-items: flex-start; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { min-height: 68px; }
  .brand img { width: 40px; height: 40px; }
  .nav-links { top: 68px; left: 14px; right: 14px; }
  .hero { padding: 50px 0 46px; }
  h1 { font-size: 2.62rem; }
  .lead { font-size: 1.04rem; }
  .actions .button { width: 100%; }
  .free-plan-action { align-items: flex-start; flex-direction: column; }
  .free-plan-action .button, .lifetime-addon .button { width: 100%; }
  .product-stage { min-height: 320px; }
  .desktop-frame img { height: 270px; }
  .floating-card { left: 3px; bottom: -4px; width: 200px; }
  .section { padding: 64px 0; }
  .screen-panel img { height: 330px; }
  .cta-grid { align-items: flex-start; flex-direction: column; }
  .feature-list { grid-template-columns: 1fr; }
  .gate { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-legal { justify-content: flex-start; }
  .activation-main { padding: 44px 0 64px; }
  .activation-intro h1 { font-size: 2.55rem; }
  .activation-back { max-width: 130px; padding-right: 0; text-align: right; }
  .activation-steps { grid-template-columns: 1fr; }
  .activation-card { padding: 22px 18px; border-radius: 20px; }
  .activation-purchase { align-items: flex-start; flex-direction: column; }
  .activation-limit { text-align: left; }
  .activation-fields { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .download-main { padding: 46px 0 64px; }
  .download-grid { grid-template-columns: 1fr; }
  .download-card { padding: 22px; }
}

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