:root {
  --ink: #052b27;
  --ink-deep: #031d1a;
  --green: #048a62;
  --mint: #e7f6ee;
  --lime: #ceff4f;
  --cream: #fbfaf4;
  --paper: #ffffff;
  --line: rgba(5, 43, 39, .14);
  --muted: #65736f;
  --shadow: 0 28px 70px rgba(3, 29, 26, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink-deep); background: var(--cream); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { width: min(1180px, calc(100% - 48px)); min-height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand > span:last-child { display: flex; flex-direction: column; font-size: 15px; line-height: .87; letter-spacing: -.04em; }
.brand-mark { position: relative; width: 39px; height: 33px; display: block; border-radius: 50%; background: var(--green); }
.brand-mark::after { content: ""; position: absolute; left: 4px; bottom: -5px; width: 12px; height: 12px; background: var(--green); clip-path: polygon(0 0,100% 0,0 100%); transform: rotate(-10deg); }
.brand-mark span { position: absolute; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: white; }
.brand-mark span:first-child { left: 10px; }
.brand-mark span:nth-child(2) { right: 10px; }
.brand-mark i { position: absolute; left: 12px; bottom: 7px; width: 15px; height: 6px; border-bottom: 2px solid white; border-radius: 50%; }
nav { display: flex; gap: 30px; margin-left: auto; }
nav a { text-decoration: none; font-size: 13px; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.market-picker { min-height: 40px; padding: 0 11px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.market-picker > span { color: var(--green); font-size: 16px; }
.market-picker select { max-width: 100px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.button { min-height: 52px; padding: 0 22px; border: 0; border-radius: 12px; display: inline-flex; justify-content: center; align-items: center; gap: 15px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(3,29,26,.12); }
.button-small { min-height: 41px; padding: 0 17px; border-radius: 999px; color: white; background: var(--ink); font-size: 12px; }
.button-lime { color: var(--ink-deep); background: var(--lime); }
.button-dark { color: white; background: var(--ink-deep); }

.hero { width: min(1420px, calc(100% - 32px)); min-height: 660px; margin: 0 auto; padding: 74px max(32px, calc((100% - 1260px) / 2)); display: flex; align-items: center; gap: clamp(84px, 8vw, 150px); overflow: hidden; color: white; background: radial-gradient(circle at 88% 18%, rgba(206,255,79,.12), transparent 28%), linear-gradient(135deg, #052e29, #031f1c 70%); border-radius: 0 0 34px 34px; }
.hero-copy { flex: 1 1 600px; min-width: 0; max-width: 650px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.66); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(206,255,79,.12); }
.eyebrow.dark { color: var(--green); }
.eyebrow.dark > span { background: var(--green); box-shadow: 0 0 0 5px rgba(4,138,98,.1); }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(52px, 5.5vw, 76px); line-height: .97; letter-spacing: -.065em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 600px; margin: 26px 0 0; color: rgba(255,255,255,.69); font-size: 17px; line-height: 1.63; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 24px; }
.quiet-link { display: inline-flex; align-items: center; gap: 9px; color: white; font-size: 13px; font-weight: 700; text-underline-offset: 4px; }
.mini-play { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 8px; text-decoration: none; }
.hero-proof { margin-top: 46px; display: flex; gap: 26px; color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.hero-proof span { position: relative; padding-left: 14px; }
.hero-proof span::before { content: "✓"; position: absolute; left: 0; color: var(--lime); }
.hero-demo { flex: 0 0 430px; width: 430px; margin-left: auto; position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 25px; overflow: hidden; background: rgba(255,255,255,.075); box-shadow: 0 35px 80px rgba(0,0,0,.28); transform: none; }
.demo-head { min-height: 82px; padding: 19px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.demo-avatar { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--ink); background: var(--lime); font: 800 11px Georgia, serif; }
.demo-head div { display: flex; flex-direction: column; gap: 3px; }
.demo-head strong { font-size: 13px; }
.demo-head small { color: rgba(255,255,255,.46); font-size: 10px; }
.demo-head small i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #61e8a2; }
.demo-now { margin-left: auto; color: rgba(255,255,255,.35); font-size: 10px; }
.demo-body { min-height: 390px; padding: 25px 18px 18px; display: flex; flex-direction: column; gap: 13px; }
.chat { max-width: 85%; padding: 12px 14px; border-radius: 14px; font-size: 11px; line-height: 1.45; }
.chat.customer { background: rgba(255,255,255,.12); border-bottom-left-radius: 4px; }
.chat.assistant { align-self: flex-end; display: flex; flex-direction: column; gap: 2px; color: var(--ink-deep); background: var(--lime); border-bottom-right-radius: 4px; }
.chat.assistant strong { margin: 4px 0; }
.chat.short { max-width: 42%; align-self: flex-start; }
.captured { margin-top: auto; padding: 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.07); }
.captured > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: white; background: #1bbf97; }
.captured div { display: flex; flex-direction: column; }
.captured strong { font-size: 10px; }
.captured small { color: rgba(255,255,255,.4); font-size: 8px; }
.demo-foot { min-height: 45px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .08em; font-size: 7px; }

.story-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 72px; }
.story-copy h2, .section-heading h2 { margin: 0; font-size: clamp(37px, 4.2vw, 56px); line-height: 1.03; letter-spacing: -.055em; }
.story-copy > p:not(.eyebrow) { margin: 22px 0 28px; color: var(--muted); line-height: 1.65; }
.story-copy > small { margin-top: 11px; display: block; color: #8a9692; font-size: 9px; }
.image-carousel { position: relative; aspect-ratio: 3 / 2; min-height: 430px; overflow: hidden; border-radius: 28px; background: var(--ink-deep); box-shadow: var(--shadow); isolation: isolate; }
.carousel-viewport, .carousel-slide { position: absolute; inset: 0; }
.carousel-slide { margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .9s ease, transform 1.2s ease; pointer-events: none; }
.carousel-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.carousel-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.image-carousel::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(3,29,26,.18), transparent 24%, transparent 72%, rgba(3,29,26,.42)); }
.carousel-label { position: absolute; z-index: 4; top: 18px; left: 18px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: white; background: rgba(3,29,26,.62); backdrop-filter: blur(9px); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 900; }
.carousel-arrow { position: absolute; z-index: 5; top: 50%; width: 44px; height: 44px; margin-top: -22px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: white; background: rgba(3,29,26,.58); backdrop-filter: blur(9px); font-size: 28px; line-height: 1; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.carousel-arrow:hover { background: rgba(3,29,26,.8); transform: scale(1.05); }
.carousel-arrow:focus-visible, .carousel-dots button:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.carousel-previous { left: 16px; }
.carousel-next { right: 16px; }
.carousel-dots { position: absolute; z-index: 5; left: 50%; bottom: 17px; padding: 7px 9px; display: flex; gap: 8px; border-radius: 999px; background: rgba(3,29,26,.62); backdrop-filter: blur(9px); transform: translateX(-50%); }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.48); cursor: pointer; transition: width .25s ease, background .25s ease; }
.carousel-dots button.is-active { width: 24px; border-radius: 999px; background: var(--lime); }

.plans-section { padding: 105px max(28px, calc((100% - 1180px) / 2)); background: white; }
.section-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 80px; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.65; }
.pricing-layout { display: grid; grid-template-columns: 1.4fr .6fr; align-items: start; gap: 22px; }
.plan-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.plan-card { min-height: 520px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); }
.plan-card.primary-plan { background: #f6f4e9; }
.plan-card.addon-plan { background: var(--mint); }
.plan-card.active { border-color: var(--green); box-shadow: inset 0 0 0 1px rgba(4,138,98,.2); }
.plan-top { min-height: 35px; display: flex; align-items: start; justify-content: space-between; }
.plan-index { color: #899590; font-size: 10px; font-weight: 800; }
.plan-badge { padding: 6px 9px; border-radius: 999px; color: var(--green); background: rgba(4,138,98,.1); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-card h3 { margin: 22px 0 11px; font-size: 25px; letter-spacing: -.04em; }
.plan-card > p { min-height: 63px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.plan-price-grid { margin: 24px 0; display: grid; grid-template-columns: 1.1fr .85fr .95fr; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: white; }
.plan-price-grid > div { padding: 16px 12px; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid var(--line); }
.plan-price-grid > div:last-child { border: 0; }
.plan-price-grid small, .addon-price small { color: var(--muted); font-size: 8px; }
.plan-price-grid strong, .addon-price strong { color: var(--green); font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.plan-price-grid strong i { font-size: 9px; font-style: normal; letter-spacing: 0; }
.addon-price { min-height: 74px; margin: 24px 0; padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.addon-price div { display: flex; flex-direction: column; gap: 5px; }
.addon-price > span { max-width: 110px; color: var(--muted); font-size: 9px; line-height: 1.4; text-align: right; }
.compact-list { margin: 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.compact-list li { position: relative; padding-left: 20px; font-size: 11px; line-height: 1.4; }
.compact-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.cost-warning { min-height: 0 !important; margin-top: 20px !important; padding-top: 16px; border-top: 1px dashed var(--line); font-size: 9px !important; }
.switch { display: flex; align-items: center; gap: 7px; cursor: pointer; }
.switch input { position: absolute; opacity: 0; }
.switch > span { width: 42px; height: 23px; padding: 3px; display: block; border-radius: 999px; background: #a7b5af; transition: .2s ease; }
.switch > span::after { content: ""; width: 17px; height: 17px; display: block; border-radius: 50%; background: white; box-shadow: 0 2px 5px rgba(0,0,0,.14); transition: transform .2s ease; }
.switch input:checked + span { background: var(--green); }
.switch input:checked + span::after { transform: translateX(19px); }
.switch b { font-size: 9px; }
.calculator { padding: 26px; position: sticky; top: 18px; border-radius: 22px; color: white; background: var(--ink-deep); box-shadow: var(--shadow); }
.calculator-head { margin-bottom: 21px; display: flex; align-items: start; justify-content: space-between; }
.calculator-head > div { display: flex; flex-direction: column; gap: 5px; }
.calculator-head > div > span { color: var(--lime); font-size: 8px; letter-spacing: .12em; }
.calculator h3 { margin: 0; font-size: 23px; }
.market-tag { padding: 6px 8px; border-radius: 999px; color: var(--lime); background: rgba(206,255,79,.09); font-size: 8px; font-weight: 800; }
.estimate-item { min-height: 64px; margin-bottom: 8px; padding: 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.05); }
.estimate-item > div { display: flex; flex-direction: column; gap: 2px; }
.estimate-item span { font-size: 11px; font-weight: 700; }
.estimate-item small { color: rgba(255,255,255,.38); font-size: 8px; }
.estimate-item strong { color: var(--lime); font-size: 14px; }
.estimate-item button { padding: 7px 9px; border: 0; border-radius: 7px; color: var(--ink); background: var(--lime); font-size: 9px; font-weight: 900; cursor: pointer; }
.estimate-item.selected { border-color: rgba(206,255,79,.42); }
.estimate-total { margin-top: 19px; padding: 18px 0; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); }
.estimate-total div { display: flex; flex-direction: column; gap: 3px; }
.estimate-total span { font-size: 11px; font-weight: 800; }
.estimate-total small { color: rgba(255,255,255,.35); font-size: 8px; }
.estimate-total strong { color: var(--lime); font-size: 27px; letter-spacing: -.04em; }
.monthly-line { padding: 13px; display: flex; justify-content: space-between; border-radius: 10px; background: rgba(255,255,255,.06); font-size: 10px; }
.monthly-line strong { color: var(--lime); }
.changes-line { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.changes-line > div:first-child { display: flex; flex-direction: column; gap: 3px; }
.changes-line span { font-size: 9px; }
.changes-line small { color: rgba(255,255,255,.35); font-size: 7px; }
.stepper { display: flex; align-items: center; gap: 8px; }
.stepper button { width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px; color: white; background: rgba(255,255,255,.06); cursor: pointer; }
.stepper output { font-size: 10px; }
#changes-total { margin: 8px 0 18px; color: rgba(255,255,255,.42); font-size: 8px; text-align: right; }
.calculator .button { width: 100%; }
.calculator-note { margin-top: 12px; display: block; color: rgba(255,255,255,.32); font-size: 7px; line-height: 1.45; text-align: center; }
.setup-summary { margin-top: 25px; padding: 26px; display: grid; grid-template-columns: 1.1fr repeat(3, .9fr); gap: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); }
.setup-title > span { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.setup-title h3 { margin: 7px 0 5px; font-size: 19px; }
.setup-title p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.phase { display: flex; align-items: flex-start; gap: 10px; }
.phase > span { width: 29px; height: 29px; flex: 0 0 29px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 8px; font-weight: 900; }
.phase div { display: flex; flex-direction: column; gap: 4px; }
.phase strong { font-size: 11px; }
.phase small { color: var(--muted); font-size: 8px; line-height: 1.4; }
.setup-summary details { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); }
.setup-summary summary { display: flex; justify-content: space-between; cursor: pointer; color: var(--green); font-size: 10px; font-weight: 800; list-style: none; }
.setup-summary ol { margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; counter-reset: setup; }
.setup-summary li { counter-increment: setup; padding: 14px; display: flex; flex-direction: column; gap: 5px; border-radius: 12px; background: white; }
.setup-summary li::before { content: counter(setup, decimal-leading-zero); color: var(--green); font-size: 8px; font-weight: 900; }
.setup-summary li strong { font-size: 10px; }
.setup-summary li span { color: var(--muted); font-size: 8px; line-height: 1.4; }
.trust-row { margin-top: 23px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.trust-row span { padding: 9px 12px; border-radius: 999px; color: var(--green); background: var(--mint); font-size: 9px; font-weight: 800; }

footer { min-height: 105px; padding: 23px max(28px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; color: white; background: var(--ink-deep); }
.footer-brand { color: white; }
footer p { color: rgba(255,255,255,.52); font-size: 10px; }
footer > div { display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
footer > div a { color: white; font-size: 9px; }
footer > div span { color: rgba(255,255,255,.27); font-size: 8px; }

dialog { width: min(540px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 24px; background: transparent; }
dialog::backdrop { background: rgba(2,20,18,.72); backdrop-filter: blur(5px); }
.dialog-card { position: relative; padding: 31px; display: flex; flex-direction: column; border-radius: 24px; background: white; }
.dialog-close { position: absolute; right: 17px; top: 14px; border: 0; background: none; color: var(--muted); font-size: 25px; cursor: pointer; }
.dialog-kicker { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.dialog-card h2 { margin: 8px 0 6px; font-size: 30px; letter-spacing: -.04em; }
.dialog-card > p { margin: 0 0 21px; color: var(--muted); font-size: 11px; }
.dialog-card label { margin-bottom: 12px; display: flex; flex-direction: column; gap: 6px; color: var(--ink); font-size: 9px; font-weight: 800; }
.dialog-card input, .dialog-card textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: #fcfbf7; font-size: 12px; resize: vertical; }
.dialog-card input:focus, .dialog-card textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(4,138,98,.1); }
.dialog-card > small { margin-top: 10px; color: var(--muted); font-size: 8px; text-align: center; }
.request-result { margin-top: 16px; padding: 13px; border-radius: 12px; background: var(--mint); }
.request-result textarea { min-height: 150px; background: white; font-size: 9px; }
.copy-request { width: 100%; margin-top: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; font-size: 10px; font-weight: 800; cursor: pointer; }
.toast { position: fixed; z-index: 30; right: 22px; bottom: 22px; padding: 11px 15px; border-radius: 9px; color: var(--ink); background: var(--lime); box-shadow: var(--shadow); font-size: 10px; font-weight: 900; opacity: 0; transform: translateY(50px); transition: .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

.country-label { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); background: white; font-size: 10px; font-weight: 800; }
.sg-hero .hero-demo, .special-hero .hero-demo { margin-left: auto; transform: none; }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.tier-card { position: relative; min-height: 430px; padding: 25px; border: 1px solid var(--line); border-radius: 21px; background: var(--cream); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.tier-card.recommended { background: var(--mint); }
.tier-card.selected { border-color: var(--green); box-shadow: inset 0 0 0 1px rgba(4,138,98,.18), 0 18px 45px rgba(3,29,26,.08); transform: translateY(-5px); }
.recommend-ribbon { position: absolute; left: 25px; top: -12px; padding: 6px 9px; border-radius: 999px; color: var(--ink-deep); background: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.tier-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.tier-head > span { font-size: 19px; font-weight: 900; letter-spacing: -.04em; }
.tier-head b { color: var(--green); }
.choose-plan { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: white; font-size: 8px; font-weight: 900; cursor: pointer; }
.tier-card.selected .choose-plan { color: white; border-color: var(--green); background: var(--green); }
.tier-prices { margin: 23px 0 18px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; background: white; }
.tier-prices > div { padding: 15px; display: flex; flex-direction: column; gap: 5px; }
.tier-prices > div + div { border-left: 1px solid var(--line); }
.tier-prices small { color: var(--muted); font-size: 8px; }
.tier-prices strong { color: var(--green); font-size: 24px; letter-spacing: -.04em; }
.tier-card > p { min-height: 48px; margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.tier-card ul { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.tier-card li { position: relative; padding-left: 18px; font-size: 10px; }
.tier-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.comparison-wrap { margin-top: 35px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); }
.comparison-top { padding: 24px 26px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.comparison-top > div > span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.comparison-top h3 { margin: 6px 0 0; font-size: 24px; letter-spacing: -.04em; }
.selected-summary { padding: 8px 11px; border-radius: 999px; color: var(--green); background: var(--mint); font-size: 9px; }
.table-scroll { overflow-x: auto; }
.comparison-wrap table { width: 100%; border-collapse: collapse; background: white; font-size: 10px; }
.comparison-wrap th, .comparison-wrap td { min-width: 135px; padding: 12px 18px; border-top: 1px solid var(--line); text-align: center; }
.comparison-wrap th:first-child, .comparison-wrap td:first-child { width: 34%; min-width: 190px; text-align: left; }
.comparison-wrap th { color: var(--ink); font-size: 10px; }
.comparison-wrap td { color: var(--muted); }
.comparison-wrap td:not(:first-child) { color: var(--green); font-weight: 800; }
.comparison-wrap .highlight { background: rgba(231,246,238,.65); }
.comparison-cta { padding: 18px 25px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.comparison-cta > div { display: flex; flex-direction: column; gap: 3px; }
.comparison-cta strong { font-size: 12px; }
.comparison-cta span { color: var(--muted); font-size: 9px; }
.comparison-cta .button { min-height: 44px; }

.special-bar { min-height: 30px; padding: 7px 16px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--ink-deep); background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.special-hero { background: radial-gradient(circle at 86% 15%, rgba(206,255,79,.2), transparent 27%), linear-gradient(135deg, #06372f, #031f1c 70%); }
.special-no-monthly { width: max-content; margin: 18px 0 0; padding: 8px 12px; border: 1px solid rgba(206,255,79,.4); border-radius: 999px; color: var(--lime); background: rgba(206,255,79,.08); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.special-demo { border-color: rgba(206,255,79,.35); }
.limited-ribbon { padding: 9px; color: var(--ink-deep); background: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-align: center; }
.special-offer-section { background: #f3f8f1; }
.special-offer-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 90px; }
.offer-pitch h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1; letter-spacing: -.06em; }
.offer-pitch > p:not(.eyebrow) { max-width: 570px; margin: 23px 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.scarcity-note { max-width: 570px; margin-top: 32px; padding: 18px; display: flex; flex-direction: column; gap: 5px; border-left: 4px solid var(--lime); border-radius: 0 13px 13px 0; background: white; }
.scarcity-note > span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.scarcity-note strong { font-size: 13px; }
.scarcity-note small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.special-price-card { padding: 30px; border: 1px solid rgba(4,138,98,.35); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.special-price { margin: 24px 0 18px; display: flex; flex-direction: column; gap: 5px; }
.special-price > small { color: var(--muted); font-size: 9px; }
.special-price > strong { color: var(--green); font-size: 58px; line-height: 1; letter-spacing: -.06em; }
.special-change { margin-bottom: 22px; padding: 15px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-radius: 12px; background: var(--mint); }
.special-change > span { font-size: 10px; font-weight: 800; }
.special-change strong { color: var(--green); font-size: 20px; }
.special-change strong small { color: var(--muted); font-size: 8px; font-weight: 700; }
.special-price-card .cost-warning { min-height: 0; }
.special-price-card .button { width: 100%; margin-top: 20px; }
.special-benefits { gap: 16px; }
.special-benefits li { padding-left: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.special-benefits li::before { content: none; }
.special-benefits strong { color: var(--ink); font-weight: 850; }
.special-process { margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.special-process > div { padding: 20px; display: grid; grid-template-columns: 34px 1fr; gap: 4px 10px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.special-process > div > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 9px; font-weight: 900; }
.special-process strong { font-size: 11px; }
.special-process small { color: var(--muted); font-size: 8px; }

@media (max-width: 1180px) {
  .hero { display: grid; grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-demo { width: min(100%, 480px); margin-left: auto; }
  .pricing-layout { grid-template-columns: 1fr; }
  .calculator { position: static; }
  .story-section { gap: 45px; }
  .special-offer-grid { gap: 45px; }
}

@media (max-width: 820px) {
  .site-header { width: calc(100% - 30px); }
  nav { display: none; }
  .hero { width: 100%; padding: 64px 24px 48px; border-radius: 0 0 24px 24px; }
  .hero h1 { font-size: clamp(44px, 12vw, 62px); }
  .hero-lead { font-size: 15px; }
  .hero-proof { flex-wrap: wrap; gap: 14px 22px; }
  .story-section { width: calc(100% - 36px); padding: 78px 0; display: block; }
  .image-carousel { min-height: 0; margin-top: 38px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 17px; }
  .plan-stack { display: block; }
  .plan-card + .plan-card { margin-top: 16px; }
  .tier-grid { display: block; }
  .tier-card + .tier-card { margin-top: 18px; }
  .tier-card.selected { transform: none; }
  .special-offer-grid { display: block; }
  .special-price-card { margin-top: 32px; }
  .special-process { grid-template-columns: 1fr; }
  .setup-summary { grid-template-columns: 1fr; }
  .setup-summary details { grid-column: auto; }
  .setup-summary ol { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p { margin: 0; }
  footer > div { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 540px) {
  .site-header { min-height: 72px; gap: 10px; }
  .brand-mark { width: 34px; height: 29px; }
  .brand > span:last-child { font-size: 13px; }
  .market-picker { padding: 0 8px; }
  .market-picker select { width: 45px; }
  .button-small { display: none; }
  .country-label { margin-left: auto; }
  .hero { min-height: auto; padding: 54px 18px 42px; }
  .hero h1 { font-size: 45px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .quiet-link { justify-content: center; }
  .hero-demo { width: 100%; flex-basis: auto; margin-top: 48px; }
  .demo-body { min-height: 365px; }
  .hero-proof { margin-top: 34px; }
  .story-section { width: calc(100% - 32px); }
  .story-copy h2, .section-heading h2 { font-size: 37px; }
  .image-carousel { width: calc(100% + 8px); margin-left: -4px; border-radius: 20px; }
  .carousel-label { top: 12px; left: 12px; }
  .carousel-arrow { width: 40px; height: 40px; margin-top: -20px; font-size: 24px; }
  .carousel-previous { left: 10px; }
  .carousel-next { right: 10px; }
  .plans-section { padding: 78px 17px; }
  .comparison-top, .comparison-cta { align-items: stretch; flex-direction: column; }
  .comparison-cta .button { width: 100%; }
  .special-bar { font-size: 7px; letter-spacing: .08em; }
  .special-price-card { padding: 22px; }
  .special-change { align-items: flex-start; flex-direction: column; }
  .plan-card, .calculator, .setup-summary { padding: 21px; }
  .plan-price-grid { grid-template-columns: 1fr 1fr; }
  .plan-price-grid > div:nth-child(2) { border-right: 0; }
  .plan-price-grid > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .setup-summary ol { grid-template-columns: 1fr; }
  footer { display: block; padding: 28px 20px; }
  footer p { margin: 18px 0 10px; }
}

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