:root {
  --blue-950: #08244d;
  --blue-900: #10366d;
  --blue-800: #17478f;
  --blue-700: #285aa8;
  --blue-500: #75a9e8;
  --blue-100: #e8f2ff;
  --blue-50: #f4f8fd;
  --orange: #d28628;
  --ink: #10223d;
  --muted: #5d6b7e;
  --line: #d8e2ee;
  --white: #fff;
  --shadow: 0 24px 70px rgba(13, 49, 96, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; font-family: Montserrat, Arial, sans-serif; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Montserrat, Arial, sans-serif; line-height: 1.6; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f2a53a; outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px; background: #fff; color: var(--blue-900); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.campaign-bar { padding: 9px 16px; color: #fff; background: var(--blue-950); text-align: center; font-size: .82rem; font-weight: 700; letter-spacing: .01em; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(16, 54, 109, .1); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { width: 184px; flex: 0 0 auto; }
.brand img { width: 100%; max-height: 52px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.primary-nav a { color: #33445c; text-decoration: none; font-size: .86rem; font-weight: 650; }
.primary-nav a:hover { color: var(--blue-700); }
.menu-button { display: none; margin-left: auto; border: 1px solid var(--line); border-radius: 9px; background: white; padding: 8px 12px; color: var(--blue-900); }

.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--blue-700); border-radius: 12px; color: #fff; background: var(--blue-700); text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-800); box-shadow: 0 12px 28px rgba(23, 71, 143, .2); }
.button-small { min-height: 42px; padding: 9px 15px; font-size: .83rem; border-radius: 10px; }
.button-ghost { color: var(--blue-800); background: transparent; border-color: #abc3e5; }
.button-ghost:hover { color: #fff; }
.button-white { color: var(--blue-900); background: #fff; border-color: #fff; }
.button-white:hover { color: #fff; background: transparent; }
.eyebrow { margin: 0 0 12px; color: var(--blue-700); text-transform: uppercase; font-size: .76rem; line-height: 1.2; letter-spacing: .18em; font-weight: 850; }
.eyebrow-light { color: #9bc7ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; }
h1 { margin-bottom: 17px; font-size: clamp(3rem, 6vw, 5.3rem); letter-spacing: -.055em; color: var(--blue-950); }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.15rem); letter-spacing: -.04em; }
h3 { margin-bottom: 9px; }

.hero { position: relative; overflow: hidden; padding: 76px 0 25px; background: radial-gradient(circle at 78% 30%, #dcecff 0, #f5f9fe 31%, #fff 68%); }
.hero::before { content: ""; position: absolute; inset: auto -8% -230px auto; width: 560px; height: 560px; border: 80px solid rgba(103, 159, 224, .1); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.descriptor { margin-bottom: 18px; color: var(--blue-700); font-size: 1rem; font-weight: 800; }
.hero-promise { max-width: 680px; margin-bottom: 17px; font-size: clamp(1.35rem, 2.25vw, 1.9rem); line-height: 1.25; font-weight: 750; }
.hero-detail { max-width: 670px; color: var(--muted); font-size: 1.02rem; }
.check-list, .x-list, .plain-list { margin: 0; padding: 0; list-style: none; }
.check-list li, .x-list li { position: relative; padding-left: 26px; margin: 8px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-700); font-weight: 900; }
.x-list li::before { content: "–"; position: absolute; left: 3px; color: #8795a8; font-weight: 900; }
.hero-benefits { display: grid; gap: 2px; margin: 24px 0; font-size: .94rem; }
.hero-offer { display: flex; align-items: center; gap: 26px; margin: 27px 0; padding: 18px 20px; border: 1px solid #cddcef; border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 14px 40px rgba(23, 71, 143, .08); }
.offer-label, .offer-meta, .countdown-label { display: block; }
.offer-label { color: var(--blue-700); text-transform: uppercase; font-size: .7rem; letter-spacing: .14em; font-weight: 850; }
.offer-price { display: block; color: var(--blue-950); font-size: 2.2rem; line-height: 1.05; letter-spacing: -.04em; }
.offer-price small, [data-price] small { font-size: .42em; letter-spacing: 0; }
.offer-meta { color: var(--muted); font-size: .72rem; }
.countdown-wrap { margin-left: auto; padding-left: 25px; border-left: 1px solid var(--line); }
.countdown-label { margin-bottom: 6px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.countdown { display: flex; gap: 12px; }
.countdown span { min-width: 45px; text-align: center; }
.countdown strong { display: block; color: var(--blue-900); font-size: 1.35rem; line-height: 1.1; }
.countdown small { color: var(--muted); text-transform: uppercase; font-size: .55rem; }
.hero-actions { display: flex; gap: 12px; }
.microcopy { max-width: 640px; margin: 14px 0 0; color: #66758a; font-size: .73rem; }
.hero-disclaimer { margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(16,54,109,.12); color: #66758a; text-align: center; font-size: .74rem; }

.product-visual { position: relative; min-height: 650px; perspective: 1200px; user-select: none; }
.visual-glow { position: absolute; left: 50%; top: 50%; width: 480px; height: 480px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(103, 159, 224, .38), transparent 67%); filter: blur(12px); }
.document { position: absolute; width: 320px; border: 7px solid #fff; border-radius: 7px; box-shadow: 0 28px 60px rgba(8, 36, 77, .26); pointer-events: none; }
.document-main { z-index: 3; left: 50%; top: 44px; transform: translateX(-50%) rotate(-1deg); }
.document-back-left { z-index: 1; left: 0; top: 112px; transform: rotate(-11deg) scale(.82); }
.document-back-right { z-index: 2; right: -6px; top: 116px; transform: rotate(10deg) scale(.82); }
.product-badge { position: absolute; z-index: 6; right: 2px; top: 35px; width: 128px; height: 128px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: var(--orange); border: 7px solid #fff; border-radius: 50%; box-shadow: 0 15px 35px rgba(210, 134, 40, .3); transform: rotate(7deg); }
.product-badge strong { font-size: 2.8rem; line-height: 1; }
.product-badge span { font-size: .62rem; line-height: 1.15; text-transform: uppercase; font-weight: 800; }
.audience-badge { position: absolute; z-index: 7; left: 50%; bottom: 26px; transform: translateX(-50%); width: max-content; padding: 10px 17px; border: 1px solid #c9d9ec; border-radius: 999px; color: var(--blue-900); background: rgba(255,255,255,.92); font-size: .76rem; font-weight: 800; box-shadow: 0 12px 30px rgba(8,36,77,.12); }

.section { padding: 104px 0; }
.section-soft { background: var(--blue-50); }
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading > p:last-child { color: var(--muted); }
.centered { margin-inline: auto; text-align: center; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.split-heading p:last-child { margin-bottom: 4px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.problem-card { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.problem-card > span { color: #82a8d5; font-size: .75rem; font-weight: 850; letter-spacing: .15em; }
.problem-card h3 { margin-top: 20px; font-size: 1.05rem; }
.problem-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.benefits-panel { margin-top: 28px; padding: 52px; color: #fff; background: linear-gradient(135deg, var(--blue-950), var(--blue-800)); border-radius: var(--radius); box-shadow: var(--shadow); }
.compact-heading { max-width: 720px; }
.compact-heading h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 34px; }
.benefit-grid article { display: flex; gap: 13px; }
.benefit-grid i { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-950); background: #9bc7ff; font-style: normal; font-weight: 900; }
.benefit-grid h3 { font-size: .98rem; }
.benefit-grid p { margin: 0; color: #cbdcf2; font-size: .82rem; }
.panel-disclaimer { margin: 34px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #b9cce5; font-size: .73rem; }

.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.tool-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(8,36,77,.06); transition: transform .2s ease, box-shadow .2s ease; }
.tool-card:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(8,36,77,.12); }
.tool-card:first-child { grid-row: span 2; }
.tool-cover { position: relative; height: 230px; overflow: hidden; background: #eef4fb; }
.tool-card:first-child .tool-cover { height: 360px; }
.tool-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.tool-card[data-tool="equivalencias"] .tool-cover img { object-fit: contain; object-position: center; background: #eef4fb; }
.tool-cover::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(8,36,77,.2)); pointer-events: none; }
.tool-cover > span { position: absolute; z-index: 2; right: 14px; bottom: 14px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--blue-800); border: 3px solid #fff; border-radius: 50%; font-size: .75rem; font-weight: 850; }
.tool-copy { padding: 23px; }
.tool-copy h3 { min-height: 47px; font-size: 1.08rem; }
.tool-copy p { min-height: 68px; color: var(--muted); font-size: .84rem; }
.tool-copy button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 12px 0 0; border: 0; border-top: 1px solid var(--line); color: var(--blue-800); background: transparent; font-size: .78rem; font-weight: 850; cursor: pointer; }
.tool-copy button span { font-size: 1.25rem; }
.tool-detail { padding: 0 20px 22px; }
.tool-detail img { width: 100%; max-height: 1100px; object-fit: contain; border: 1px solid #d6e2ef; border-radius: 12px; background: #f7faff; user-select: none; }
.tool-detail p { margin: 15px 2px 0; color: var(--muted); font-size: .8rem; }
.tool-card.is-open { grid-column: span 2; }

.section-blue { color: #fff; background: var(--blue-950); }
.audience-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px; align-items: center; }
.lead-light { max-width: 720px; color: #bfd0e6; }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.role-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); }
.role-grid span { color: #8fc1fa; font-size: .68rem; letter-spacing: .14em; font-weight: 850; }
.role-grid h3 { margin-top: 12px; font-size: 1rem; }
.role-grid p { margin: 0; color: #b9cce5; font-size: .82rem; }
.credibility-card { padding: 38px; border-radius: 20px; color: var(--ink); background: #fff; box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.credibility-card img { width: 200px; margin-bottom: 30px; }
.credibility-card h3 { font-size: 1.5rem; }
.credibility-card > p { color: var(--muted); }
.plain-list { margin: 23px 0; }
.plain-list li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .86rem; font-weight: 700; }
.plain-list li::before { content: "•"; margin-right: 10px; color: var(--blue-700); }
.credibility-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.credibility-actions a { color: var(--blue-800); font-size: .78rem; font-weight: 850; }

.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps-grid::before { content: ""; position: absolute; left: 16%; right: 16%; top: 35px; height: 2px; background: #d2dfef; }
.steps-grid article { position: relative; padding: 0 30px 30px; text-align: center; }
.steps-grid span { position: relative; z-index: 2; width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 25px; border: 7px solid #fff; border-radius: 50%; color: #fff; background: var(--blue-700); box-shadow: 0 8px 25px rgba(23,71,143,.2); font-size: 1.3rem; font-weight: 850; }
.steps-grid p { color: var(--muted); }
.security-note { margin: 14px 0 0; padding: 15px 20px; border: 1px solid #cfe0f2; border-radius: 12px; color: #51637a; background: var(--blue-50); text-align: center; font-size: .78rem; }

.conversion-section { background: linear-gradient(145deg, #092955, #17478f); }
.conversion-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 24px; align-items: stretch; }
.price-card, .form-card { padding: clamp(30px, 5vw, 55px); border-radius: var(--radius); }
.price-card { color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); }
.price-card > p { color: #d2e0f1; }
.price-line { margin: 30px 0 5px; }
.price-line strong { display: block; font-size: clamp(3rem, 6vw, 4.9rem); line-height: 1; letter-spacing: -.055em; }
.price-line span { color: #b9cce5; }
.regular-line { margin-bottom: 10px; color: #b9cce5; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 35px 0; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.18); }
.included-grid h3 { font-size: .88rem; text-transform: uppercase; letter-spacing: .1em; }
.included-grid ul { color: #d0def0; font-size: .8rem; }
.included-grid .check-list li::before { color: #83c4ff; }
.institutional-link { color: #fff; font-size: .82rem; font-weight: 800; }
.form-card { background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.form-card h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); }
.form-card > p:not(.eyebrow):not(.form-security) { color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 15px; }
.field label { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 6px; color: #30445f; font-size: .76rem; font-weight: 800; }
.field label span { color: #b44; }
.field label em { color: #7c8a9d; font-size: .7rem; font-style: normal; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd7e5; border-radius: 9px; padding: 11px 12px; color: var(--ink); background: #fff; font-size: .88rem; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(117,169,232,.2); outline: 0; }
.field-help, .field-error { display: block; margin-top: 5px; font-size: .65rem; }
.field-help { display: flex; justify-content: space-between; color: #78879a; }
.field-error { min-height: 1em; color: #ae2f2f; }
.checkbox { display: grid; grid-template-columns: 19px 1fr; gap: 10px; margin: 15px 0; color: #526277; font-size: .72rem; }
.checkbox input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--blue-700); }
.checkbox a { color: var(--blue-700); font-weight: 750; }
.form-submit { width: 100%; margin-top: 10px; border: 0; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-status { margin-top: 12px; font-size: .76rem; font-weight: 700; }
.form-status.is-warning { padding: 10px 12px; border-radius: 8px; color: #7b4f10; background: #fff3d9; }
.form-status.is-error { color: #a72f2f; }
.form-security { margin: 16px 0 0; color: #7b899a; font-size: .66rem; text-align: center; }

.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.faq-heading { position: sticky; top: 135px; }
.text-link { color: var(--blue-700); font-size: .82rem; font-weight: 800; }
.whatsapp-question { max-width: 390px; display: grid; grid-template-columns: 42px 1fr 24px; gap: 12px; align-items: center; margin-top: 24px; padding: 13px 15px; border: 1px solid #bfe5ce; border-radius: 13px; color: #155f38; background: #effbf3; text-decoration: none; font-size: .76rem; line-height: 1.35; font-weight: 650; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.whatsapp-question:hover { transform: translateY(-2px); background: #e5f8ec; box-shadow: 0 12px 28px rgba(24, 117, 68, .13); }
.whatsapp-question strong { display: block; font-size: .86rem; }
.whatsapp-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25d366; font-size: 1.25rem; font-family: Arial, sans-serif; font-weight: 900; transform: rotate(-18deg); }
.whatsapp-arrow { color: #168b4e; font-size: 1.3rem; font-weight: 900; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; font-weight: 800; }
.faq-item button i { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--blue-800); background: var(--blue-100); font-style: normal; }
.faq-answer { padding: 0 45px 18px 0; color: var(--muted); font-size: .9rem; }

.final-cta { padding: 75px 0; color: #fff; background: linear-gradient(115deg, var(--blue-800), #284c99 65%, #5e4ca5); }
.final-cta-inner { display: grid; grid-template-columns: 1.4fr .6fr; gap: 50px; align-items: center; }
.final-cta h2 { max-width: 780px; margin-bottom: 12px; }
.final-cta p:last-child { max-width: 700px; margin-bottom: 0; color: #d2e1f2; }
.final-cta-action { display: grid; justify-items: end; }
.final-cta-action strong { font-size: 2.8rem; line-height: 1; }
.final-cta-action > span { margin-bottom: 15px; color: #d0def0; font-size: .75rem; }

.site-footer { padding: 70px 0 100px; color: #bdcbe0; background: #071b39; font-size: .78rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr 1.1fr; gap: 42px; }
.footer-brand img { width: 210px; margin-bottom: 25px; filter: brightness(0) invert(1); }
.site-footer h2 { color: #fff; font-size: .9rem; letter-spacing: .06em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #d9e5f4; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-warning { color: #8195b1; font-size: .68rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 16px; }
.mobile-sticky { display: none; }

.legal-page { background: var(--blue-50); }
.legal-header { padding: 22px 0; background: #fff; border-bottom: 1px solid var(--line); }
.legal-header img { width: 190px; }
.legal-main { width: min(calc(100% - 40px), 860px); margin: 50px auto; padding: 50px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.legal-main .draft-notice { padding: 14px 17px; border-left: 4px solid var(--orange); color: #714a18; background: #fff4df; font-weight: 750; }
.legal-main h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
.legal-main h2 { margin-top: 40px; font-size: 1.45rem; letter-spacing: -.02em; }
.legal-main li { margin: 6px 0; }
.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 35px 0; background: radial-gradient(circle at 50% 15%, #e1efff, #fff 55%); }
.thanks-card { width: min(calc(100% - 40px), 850px); padding: clamp(35px, 7vw, 70px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.thanks-card > img { width: 210px; margin: 0 auto 35px; }
.thanks-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; color: #fff; background: var(--blue-700); font-size: 2rem; font-weight: 850; }
.thanks-card h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
.thanks-card > p { max-width: 630px; margin-inline: auto; color: var(--muted); }
.thanks-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 35px 0; text-align: left; }
.thanks-steps article { padding: 20px; border-radius: 12px; background: var(--blue-50); }
.thanks-steps span { color: var(--blue-700); font-size: .7rem; font-weight: 850; }
.thanks-steps h2 { margin: 8px 0; font-size: 1rem; }
.thanks-steps p { margin: 0; color: var(--muted); font-size: .75rem; }
.thanks-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

@media (max-width: 1050px) {
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: .76rem; }
  .nav-cta { display: none; }
  .hero-grid { gap: 25px; }
  .product-visual { min-height: 570px; transform: scale(.9); }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-card:first-child { grid-row: auto; }
  .tool-card.is-open { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .campaign-bar { font-size: .7rem; }
  .nav-wrap { min-height: 68px; }
  .brand { width: 155px; }
  .menu-button { display: block; }
  .primary-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 6px); display: none; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 7px; font-size: .85rem; }
  .hero { padding-top: 55px; }
  .hero-grid, .split-heading, .audience-layout, .conversion-grid, .faq-layout, .final-cta-inner { grid-template-columns: 1fr; }
  .hero-grid { gap: 15px; }
  .product-visual { min-height: 610px; width: min(100%, 560px); margin-inline: auto; transform: none; }
  .split-heading { gap: 10px; }
  .audience-layout { gap: 45px; }
  .faq-layout { gap: 20px; }
  .faq-heading { position: static; }
  .final-cta-action { justify-items: start; }
  .section { padding: 78px 0; }
}

@media (max-width: 600px) {
  body { padding-bottom: 59px; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.1rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.6rem); }
  .hero-offer { align-items: flex-start; flex-direction: column; }
  .countdown-wrap { width: 100%; margin: 0; padding: 16px 0 0; border: 0; border-top: 1px solid var(--line); }
  .countdown { justify-content: space-between; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .product-visual { min-height: 500px; transform: scale(.84); transform-origin: top center; margin-bottom: -65px; }
  .document { width: 290px; }
  .document-back-left { left: -20px; }
  .document-back-right { right: -20px; }
  .product-badge { right: -18px; }
  .hero-disclaimer { margin-top: 10px; }
  .problem-grid, .benefit-grid, .tools-grid, .role-grid, .steps-grid, .included-grid, .form-row, .thanks-steps, .footer-grid { grid-template-columns: 1fr; }
  .problem-card { padding: 20px; }
  .benefits-panel { padding: 32px 24px; }
  .benefit-grid { gap: 22px; }
  .tool-card:first-child .tool-cover, .tool-cover { height: 260px; }
  .steps-grid::before { display: none; }
  .steps-grid article { padding-inline: 15px; }
  .price-card, .form-card { padding: 27px 22px; }
  .faq-answer { padding-right: 5px; }
  .final-cta { padding: 58px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-sticky { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 8px; min-height: 49px; display: flex; align-items: center; justify-content: center; border-radius: 11px; color: #fff; background: var(--orange); text-decoration: none; font-size: .82rem; font-weight: 850; box-shadow: 0 8px 25px rgba(8,36,77,.35); }
  .legal-main { margin: 25px auto; padding: 30px 22px; }
  .thanks-card { padding: 35px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
.trap-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
