:root {
  --ink: #122529;
  --muted: #5b6e70;
  --teal-950: #073b3d;
  --teal-900: #074a4d;
  --teal-800: #0a5b5d;
  --teal-700: #176f71;
  --teal-100: #dff0ee;
  --teal-50: #eff8f6;
  --yellow: #f7cb05;
  --yellow-soft: #fff4b6;
  --cream: #f7f4ed;
  --white: #ffffff;
  --line: rgba(15, 67, 69, 0.14);
  --shadow: 0 24px 70px rgba(3, 48, 50, 0.16);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 16px; background: white; transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: none; }
.button-reset { border: 0; padding: 0; background: none; cursor: pointer; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: transform .32s ease, background .32s ease, box-shadow .32s ease; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .92); box-shadow: 0 10px 40px rgba(0, 54, 56, .08); backdrop-filter: blur(14px); }
.site-header.is-hidden { transform: translateY(-105%); }
.header-inner { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 212px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; color: var(--teal-950); }
.site-nav > a, .nav-link-button { position: relative; }
.site-nav > a::after, .nav-link-button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--yellow); transition: right .25s ease; }
.site-nav > a:hover::after, .nav-link-button:hover::after { right: 0; }
.nav-link-button { border: 0; padding: 0; background: none; font: inherit; cursor: pointer; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 20px; height: 2px; background: var(--teal-900); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border-radius: 13px; border: 1px solid transparent; font-size: 14px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .6; cursor: wait; transform: none; }
.button-small { min-height: 44px; padding-inline: 18px; }
.button-primary { background: var(--yellow); color: #2c310b; box-shadow: 0 12px 28px rgba(213, 173, 0, .26); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(213, 173, 0, .34); }
.button-ghost { border-color: rgba(255, 255, 255, .35); color: white; background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-white { background: white; color: var(--teal-900); }
.button-outline-dark { border-color: rgba(8, 71, 73, .28); color: var(--teal-900); background: transparent; }
.button-outline-dark:hover { background: var(--teal-50); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: white; background: radial-gradient(circle at 78% 12%, rgba(53, 145, 143, .7), transparent 29%), linear-gradient(125deg, #063e41 0%, #085356 52%, #0b6667 100%); padding: 160px 0 105px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; right: -120px; top: 50px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.circuit-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, black, transparent 52%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 75px; align-items: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--teal-700); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { color: #d8f2ed; }
.eyebrow span { width: 28px; height: 2px; background: var(--yellow); }
.section-kicker.light { color: #b9e2dd; }
.hero h1 { max-width: 720px; margin: 22px 0 22px; font-size: clamp(46px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 560px; margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }
.trust-strip div { display: flex; flex-direction: column; }
.trust-strip strong { color: white; font-size: 23px; line-height: 1.1; }
.trust-strip span { color: rgba(255,255,255,.58); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; }
.preview-card { position: relative; padding: 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(4, 41, 42, .66); box-shadow: 0 40px 90px rgba(0, 20, 21, .42); transform: rotate(1.5deg); backdrop-filter: blur(10px); }
.preview-card::before { content: ""; position: absolute; inset: -18px 55px auto; height: 5px; border-radius: 10px; background: var(--yellow); box-shadow: 0 0 24px rgba(247,203,5,.55); }
.preview-topbar { display: flex; align-items: center; gap: 9px; height: 44px; padding: 0 10px; color: rgba(255,255,255,.68); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #5ee4a1; box-shadow: 0 0 12px #5ee4a1; }
.preview-live { margin-left: auto; color: #5ee4a1; font-weight: 900; }
.preview-window { overflow: hidden; min-height: 370px; display: grid; place-items: center; padding: 23px; border-radius: 14px; background: #e7e8e6; }
.preview-window img { width: 100%; filter: contrast(1.03); }
.result-chip { position: absolute; display: flex; flex-direction: column; min-width: 152px; padding: 13px 16px; border-radius: 14px; color: var(--ink); background: white; box-shadow: 0 18px 46px rgba(0,0,0,.22); }
.result-chip span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.result-chip strong { color: var(--teal-800); font-size: 23px; }
.result-chip-one { right: -35px; bottom: 60px; }
.result-chip-two { left: -30px; top: 110px; }
.hero-wave { position: absolute; inset: auto -5% -75px; height: 150px; border-radius: 50% 50% 0 0; background: white; }

.choice-band { padding: 78px 0 15px; }
.choice-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.choice-heading h2, .section-heading h2, .process-copy h2, .faq-intro h2, .contact-copy h2 { margin: 14px 0 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.04em; }
.choice-copy { padding-top: 30px; }
.choice-copy > p { margin: 0 0 24px; color: var(--muted); font-size: 19px; }
.choice-note { display: flex; gap: 12px; align-items: center; padding: 17px 20px; border-left: 3px solid var(--yellow); background: var(--teal-50); color: var(--teal-900); font-weight: 750; }
.choice-note span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--teal-800); color: white; }

.section { padding: 110px 0; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-top: 13px; }
.section-heading p { max-width: 650px; margin: 19px auto 0; color: var(--muted); font-size: 18px; }
.feature-section { background: white; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; min-height: 390px; padding: 35px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(8,93,95,.28); box-shadow: var(--shadow); }
.feature-card.featured { background: var(--teal-900); color: white; }
.feature-number { position: absolute; right: 28px; top: 23px; color: rgba(9, 87, 89, .15); font-size: 67px; font-weight: 900; line-height: 1; }
.featured .feature-number { color: rgba(255,255,255,.1); }
.feature-icon { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 77px; border-radius: 18px; background: var(--teal-50); color: var(--teal-800); }
.featured .feature-icon { background: var(--yellow); color: var(--teal-950); }
.feature-icon svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 0 0 13px; font-size: 24px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); }
.featured p { color: rgba(255,255,255,.7); }

.calculators-section { position: relative; overflow: hidden; color: white; background: var(--teal-950); }
.calculators-section::after { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; right: -300px; top: -250px; background: rgba(24, 127, 126, .25); filter: blur(10px); }
.calculators-section .section-heading { position: relative; z-index: 1; }
.calculators-section .section-heading p { margin-left: 0; color: rgba(255,255,255,.62); }
.calculator-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.calculator-card { position: relative; min-height: 245px; display: flex; align-items: flex-start; gap: 22px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.calculator-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.09); border-color: rgba(247,203,5,.45); }
.calculator-icon { flex: 0 0 82px; width: 82px; height: 82px; display: grid; place-items: center; padding: 10px; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 10px 25px rgba(0,0,0,.16); }
.calculator-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.calculator-card h3 { margin: 5px 30px 10px 0; font-size: 20px; }
.calculator-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.card-arrow { position: absolute; right: 22px; bottom: 18px; color: rgba(255,255,255,.33); font-size: 21px; }

.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.process-visual { position: relative; }
.process-visual::before { content: ""; position: absolute; inset: 9% -4% -8% 9%; border-radius: 34px; background: var(--yellow); transform: rotate(-3deg); }
.mini-window { position: relative; z-index: 1; overflow: hidden; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.mini-window-head { display: flex; align-items: center; gap: 7px; padding: 17px 21px; border-bottom: 1px solid var(--line); }
.mini-window-head span { width: 9px; height: 9px; border-radius: 50%; background: #d7dddc; }
.mini-window-head strong { margin-left: 10px; color: var(--teal-900); font-size: 13px; }
.mini-window-body { padding: 30px; }
.summary-row { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.summary-row strong { color: var(--ink); }
.summary-result { margin-top: 25px; padding: 24px; border-radius: 17px; background: var(--teal-900); color: white; }
.summary-result span, .summary-result small { display: block; color: rgba(255,255,255,.65); }
.summary-result strong { display: block; margin: 5px 0; color: var(--yellow); font-size: 44px; line-height: 1; }
.summary-actions { display: flex; gap: 10px; margin-top: 18px; }
.summary-actions span { flex: 1; padding: 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--teal-800); text-align: center; font-size: 12px; font-weight: 800; }
.process-copy > p { color: var(--muted); font-size: 18px; }
.process-list { display: grid; gap: 23px; margin-top: 33px; }
.process-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; }
.process-list > div > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-900); color: white; font-size: 13px; font-weight: 900; }
.process-list p { margin: 0; color: var(--muted); }
.process-list strong { display: block; color: var(--ink); font-size: 17px; }

.pricing-section { background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.price-card.recommended { color: white; background: var(--teal-900); transform: translateY(-13px); box-shadow: var(--shadow); }
.recommend-badge { position: absolute; top: 0; right: 29px; padding: 7px 14px; border-radius: 0 0 10px 10px; background: var(--yellow); color: var(--teal-950); font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.price-label { color: var(--teal-700); font-size: 14px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.recommended .price-label { color: #a9dad4; }
.price { display: flex; align-items: flex-start; margin: 21px 0 12px; color: var(--teal-950); }
.recommended .price { color: white; }
.price > span { margin-top: 10px; font-size: 22px; font-weight: 800; }
.price > strong { font-size: 68px; line-height: .95; letter-spacing: -.06em; }
.price > small { align-self: flex-end; margin: 0 0 7px 8px; color: var(--muted); }
.recommended .price > small { color: rgba(255,255,255,.6); }
.contact-price { min-height: 73px; align-items: center; }
.contact-price > strong { font-size: 42px; letter-spacing: -.04em; }
.price-card > p { min-height: 80px; margin: 0; color: var(--muted); }
.recommended > p { color: rgba(255,255,255,.66); }
.price-card ul { display: grid; gap: 12px; margin: 24px 0 34px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.recommended ul { border-color: rgba(255,255,255,.13); }
.price-card li::before { content: "✓"; margin-right: 11px; color: var(--teal-700); font-weight: 900; }
.recommended li::before { color: var(--yellow); }
.price-card .button { margin-top: auto; }

.faq-section { background: var(--teal-50); }
.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; }
.faq-intro p { color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 12px; color: var(--teal-800); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.accordion { display: grid; gap: 12px; }
.accordion details { padding: 0 24px; border: 1px solid rgba(13,85,87,.12); border-radius: 17px; background: white; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 29px; border-radius: 50%; color: white; background: var(--teal-900); transition: transform .25s ease; }
.accordion details[open] summary span { transform: rotate(45deg); background: var(--yellow); color: var(--teal-950); }
.accordion details p { margin: -1px 0 22px; padding-right: 45px; color: var(--muted); }

.cta-section { padding: 75px 0; color: white; background: linear-gradient(100deg, #075255, #0b6a6b); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta-inner h2 { margin: 12px 0 0; font-size: clamp(31px, 3.5vw, 48px); line-height: 1.12; letter-spacing: -.04em; }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p { color: var(--muted); font-size: 18px; }
.contact-email { display: inline-block; margin: 10px 0 32px; color: var(--teal-800); font-size: 20px; font-weight: 850; border-bottom: 2px solid var(--yellow); }
.legacy-card { padding: 25px; border-radius: 18px; background: var(--cream); }
.legacy-card p { margin: 7px 0; color: var(--muted); }
.contact-form, .modal-form { display: grid; gap: 17px; }
.contact-form { padding: 35px; border-radius: var(--radius); background: var(--teal-50); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; }
label > span { color: var(--teal-950); font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
input, textarea { width: 100%; border: 1px solid rgba(8,75,77,.17); border-radius: 11px; outline: none; background: white; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
input { height: 52px; padding: 0 15px; }
textarea { min-height: 145px; padding: 14px 15px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--teal-700); box-shadow: 0 0 0 4px rgba(18,109,111,.1); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-status { margin: 0; min-height: 24px; color: var(--muted); font-size: 13px; }
.form-status.is-success { color: #0c7847; }
.form-status.is-error { color: #ae3131; }

.site-footer { padding: 70px 0 24px; color: white; background: #062f31; }
.footer-main { display: grid; grid-template-columns: 1.7fr .8fr 1fr; gap: 70px; padding-bottom: 55px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand span { display: block; margin-top: 12px; color: rgba(255,255,255,.5); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links strong { margin-bottom: 8px; color: #b7dfda; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a, .footer-links button { color: rgba(255,255,255,.62); border: 0; padding: 0; background: none; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 12px; }

.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 22px; visibility: hidden; opacity: 0; transition: opacity .22s ease, visibility .22s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2, 28, 29, .72); backdrop-filter: blur(7px); }
.modal-dialog { position: relative; z-index: 1; width: min(620px, 100%); max-height: min(860px, calc(100vh - 44px)); overflow: auto; padding: 38px; border-radius: 24px; background: white; box-shadow: 0 35px 100px rgba(0,0,0,.35); transform: translateY(18px) scale(.98); transition: transform .25s ease; }
.modal.is-open .modal-dialog { transform: none; }
.modal-wide { width: min(930px, 100%); }
.modal-close { position: sticky; float: right; top: 0; z-index: 2; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--teal-50); color: var(--teal-900); font-size: 27px; line-height: 1; cursor: pointer; }
.modal-header h2 { margin: 12px 0 10px; font-size: 42px; line-height: 1.1; letter-spacing: -.04em; }
.modal-header p { color: var(--muted); }
.modal-form { clear: both; margin-top: 25px; }
.ack-table-wrap { clear: both; margin-top: 27px; overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }
.ack-table { width: 100%; border-collapse: collapse; min-width: 650px; }
.ack-table th, .ack-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; }
.ack-table th { color: var(--teal-900); background: var(--teal-50); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.ack-table tr:last-child td { border-bottom: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-nav { gap: 17px; }
  .site-nav > a:nth-child(5), .nav-link-button { display: none; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(43px, 6vw, 63px); }
  .result-chip { display: none; }
  .feature-grid, .pricing-grid { gap: 14px; }
  .feature-card, .price-card { padding: 28px; }
  .calculator-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .faq-layout, .contact-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .header-inner { height: 78px; }
  .brand img { width: 175px; }
  .menu-toggle { display: flex; }
  .site-nav { position: fixed; inset: 78px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 24px; background: white; transform: translateX(100%); transition: transform .28s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav > a, .site-nav .nav-link-button { display: block; width: 100%; padding: 16px 2px; border-bottom: 1px solid var(--line); text-align: left; font-size: 17px; }
  .site-nav .button { margin-top: 22px; }
  .site-nav > a::after, .nav-link-button::after { display: none; }
  .hero { min-height: auto; padding: 130px 0 100px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 650px; }
  .choice-grid, .process-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .feature-card { min-height: 330px; }
  .feature-icon { margin-bottom: 50px; }
  .price-card.recommended { transform: none; }
  .calculator-grid { grid-template-columns: 1fr 1fr; }
  .process-visual { order: 2; }
  .process-copy { order: 1; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 30px, var(--container)); }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .trust-strip { gap: 12px; }
  .trust-strip strong { font-size: 18px; }
  .trust-strip span { font-size: 9px; }
  .preview-card { padding: 9px; border-radius: 18px; transform: none; }
  .preview-window { min-height: 260px; padding: 10px; }
  .preview-topbar { height: 37px; font-size: 9px; }
  .choice-band { padding-top: 55px; }
  .section { padding: 80px 0; }
  .choice-heading h2, .section-heading h2, .process-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 37px; }
  .calculator-grid { grid-template-columns: 1fr; }
  .calculator-icon { flex-basis: 70px; width: 70px; height: 70px; }
  .calculator-card { min-height: 210px; }
  .process-visual::before { inset: 8% -1% -5% 7%; }
  .mini-window-body { padding: 20px; }
  .price-card, .feature-card, .contact-form { padding: 25px; }
  .field-row { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .cta-section { padding: 60px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .modal { padding: 10px; }
  .modal-dialog { max-height: calc(100vh - 20px); padding: 25px 20px; border-radius: 18px; }
  .modal-header h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
