:root {
  --ink: #08140e;
  --ink-soft: #183126;
  --green: #22c55e;
  --green-dark: #13a34a;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --cream: #f5f8f5;
  --paper: #ffffff;
  --line: #dce7df;
  --muted: #587065;
  --shadow: 0 24px 70px rgba(7, 18, 13, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Inter, system-ui, -apple-system, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--green); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(7, 18, 13, .92); border-color: rgba(255,255,255,.09); box-shadow: 0 12px 30px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; }
.brand img { width: 44px; height: 44px; border-radius: 12px; }
.brand span { display: grid; line-height: 1.12; }
.brand strong { font-size: 18px; letter-spacing: -.3px; }
.brand small { color: #9eb2a8; margin-top: 4px; font-size: 11px; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #dbe9e1; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--green); transition: right .2s; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; background: white; margin: 5px; border-radius: 2px; transition: transform .2s, opacity .2s; }

.button { border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 20px; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid rgba(34,197,94,.45); outline-offset: 3px; }
.button-small { min-height: 40px; padding: 8px 16px; border-radius: 10px; }
.button-large { min-height: 54px; padding: 14px 23px; }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--green); color: #04170a; box-shadow: 0 12px 28px rgba(34,197,94,.22); }
.button-primary:hover { background: #35d56e; box-shadow: 0 15px 34px rgba(34,197,94,.3); }
.button-ghost { background: rgba(255,255,255,.07); color: white; border-color: rgba(255,255,255,.18); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-outline { color: var(--ink); border-color: #afc4b7; background: white; }
.button-outline:hover { border-color: var(--green-dark); background: #effbf3; }

.hero { min-height: 790px; overflow: hidden; position: relative; padding: 152px 0 95px; color: white; background: radial-gradient(circle at 70% 30%, #123523 0, #07120d 45%, #040a07 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { width: 400px; height: 400px; right: 3%; top: 8%; background: rgba(34,197,94,.12); box-shadow: 0 0 160px rgba(34,197,94,.16); }
.hero-glow-two { width: 250px; height: 250px; left: -7%; bottom: 5%; background: rgba(37,99,235,.14); box-shadow: 0 0 130px rgba(37,99,235,.16); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.25fr; align-items: center; gap: 66px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #a7f3c0; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: 1.35px; }
.eyebrow span { width: 25px; height: 2px; background: var(--green); }
.eyebrow.dark { color: #207d42; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0 24px; max-width: 680px; font-size: clamp(43px, 5.1vw, 72px); line-height: .99; letter-spacing: -3.6px; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 590px; color: #bed0c6; font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: #9eb2a8; font-size: 12px; }
.hero-notes span { display: flex; align-items: center; gap: 5px; }
.hero-notes svg { width: 17px; height: 17px; fill: none; stroke: var(--green); stroke-width: 2.2; }
.hero-product { position: relative; margin-right: -90px; perspective: 1200px; }
.window-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: #eef3f9; box-shadow: 0 38px 100px rgba(0,0,0,.46); transform: rotateY(-3deg) rotateX(1deg); transform-origin: left center; }
.window-shell img { width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: contain; }
.window-bar { height: 34px; padding: 0 12px; display: flex; align-items: center; gap: 6px; color: #72817a; background: #ecf2ee; border-bottom: 1px solid #d6e0da; }
.window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #b3c2ba; }
.window-bar span:first-child { background: #ff6961; }.window-bar span:nth-child(2) { background: #f5bd4f; }.window-bar span:nth-child(3) { background: #5acb71; }
.window-bar small { margin-left: 8px; font-size: 10px; }
.floating-card { position: absolute; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1px 10px; min-width: 190px; padding: 13px 15px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid white; border-radius: 14px; box-shadow: 0 15px 40px rgba(0,0,0,.2); }
.floating-card strong { font-size: 12px; }.floating-card small { grid-column: 2; color: var(--muted); font-size: 10px; }
.floating-card-top { top: -28px; right: 6%; }.floating-card-bottom { bottom: -30px; left: -28px; }
.pulse-dot { grid-row: span 2; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(34,197,94,.16); }
.mini-icon { grid-row: span 2; width: 27px; height: 27px; border-radius: 8px; display: grid; place-items: center; color: white; background: var(--blue); font-weight: 900; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fbfdfb; }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { padding: 7px 28px; border-right: 1px solid var(--line); display: grid; }
.trust-grid div:first-child { padding-left: 0; }.trust-grid div:last-child { border: 0; }
.trust-grid strong { font-size: 15px; }.trust-grid span { color: var(--muted); font-size: 12px; margin-top: 3px; }

.section { padding: 112px 0; }
.section-light { background: var(--cream); }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin: 17px 0; font-size: clamp(35px, 4vw, 53px); line-height: 1.08; letter-spacing: -2.1px; }
.section-heading p, .product-copy > p, .faq-copy > p { color: var(--muted); font-size: 17px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { padding: 28px; min-height: 265px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .25s, box-shadow .25s, border .25s; }
.feature:hover { transform: translateY(-5px); border-color: #b5ccbc; box-shadow: 0 22px 48px rgba(7,18,13,.08); }
.feature-main { grid-row: span 2; min-height: 546px; padding: 36px; background: var(--ink); color: white; }
.feature h3 { margin: 21px 0 9px; font-size: 21px; letter-spacing: -.5px; }
.feature p { color: var(--muted); font-size: 14px; }.feature-main p { color: #aec1b6; font-size: 16px; }
.feature ul { list-style: none; margin: 30px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.13); }
.feature li { position: relative; padding: 15px 0 15px 24px; border-bottom: 1px solid rgba(255,255,255,.1); color: #d8e5dd; font-size: 14px; }
.feature li::before { content: "✓"; position: absolute; left: 1px; color: var(--green); font-weight: 900; }
.feature-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; }
.feature-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon.green { color: #65e795; background: rgba(34,197,94,.14); }.feature-icon.blue { color: #2563eb; background: #eaf0ff; }.feature-icon.violet { color: #7c3aed; background: #f1eafe; }.feature-icon.amber { color: #c17a07; background: #fff5dd; }.feature-icon.rose { color: #dc3f63; background: #ffebef; }

.product-section { overflow: hidden; background: white; }
.product-intro { display: grid; grid-template-columns: .95fr 1fr; align-items: end; gap: 80px; }
.product-intro h2 { max-width: 650px; margin-bottom: 0; }
.product-intro > p { max-width: 550px; margin: 0 0 8px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.product-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
.product-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fbfdfb; }
.product-points > div > span { color: var(--green-dark); font-size: 12px; font-weight: 900; }
.product-points p { margin: 0; color: var(--muted); font-size: 13px; }.product-points strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 15px; }
.showcase { position: relative; margin-top: 54px; padding: 24px; border-radius: 28px; color: white; background: linear-gradient(145deg, #07120d, #10291c); box-shadow: 0 30px 85px rgba(7,18,13,.18); }
.showcase-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding: 4px 6px 22px; }
.showcase-heading h3 { margin: 5px 0 4px; font-size: 26px; letter-spacing: -.6px; }
.showcase-heading p { max-width: 760px; margin: 0; color: #a9bdb2; font-size: 14px; }
.showcase-version { color: #65e795; font-size: 10px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.showcase-expand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; color: white; background: rgba(255,255,255,.07); cursor: pointer; font-size: 12px; font-weight: 800; }
.showcase-expand:hover { background: rgba(255,255,255,.13); }.showcase-expand svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.showcase-tabs-wrap { overflow-x: auto; margin: 0 4px -1px; scrollbar-width: thin; }
.showcase-tabs { min-width: max-content; display: inline-flex; gap: 5px; padding: 6px; border: 1px solid rgba(255,255,255,.12); border-bottom: 0; border-radius: 13px 13px 0 0; background: rgba(255,255,255,.06); }
.showcase-tabs button { border: 0; padding: 9px 15px; border-radius: 9px; color: #abc0b4; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; transition: color .2s, background .2s, transform .2s; }
.showcase-tabs button:hover { color: white; background: rgba(255,255,255,.07); }.showcase-tabs button[aria-selected="true"] { color: #04170a; background: var(--green); animation: showcase-tab-in .28s ease-out; }
.showcase-image { overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: #eef3f9; box-shadow: 0 25px 65px rgba(0,0,0,.3); }
.showcase-window-bar { color: #607068; background: #e8eeea; }
.showcase-image-button { position: relative; width: 100%; display: block; padding: 0; border: 0; background: #f4f7fb; cursor: zoom-in; }
.showcase-image img { width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: contain; transition: opacity .15s ease, transform .15s ease, filter .15s ease; }.showcase-image img.changing { opacity: 0; transform: translateY(5px) scale(.995); filter: blur(2px); }.showcase-image img.showcase-image-entering { animation: showcase-image-in .4s cubic-bezier(.2,.75,.25,1); }
.showcase-image-button > span { position: absolute; right: 16px; bottom: 16px; padding: 7px 11px; border-radius: 9px; color: white; background: rgba(7,18,13,.82); opacity: 0; transform: translateY(4px); transition: opacity .2s, transform .2s; font-size: 11px; font-weight: 800; }
.showcase-image-button:hover > span, .showcase-image-button:focus-visible > span { opacity: 1; transform: none; }
.showcase-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 6px 2px; }
.showcase-features { display: flex; flex-wrap: wrap; gap: 9px; }.showcase-features span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #d6e5dc; font-size: 10px; font-weight: 700; }
.showcase-copy-entering { animation: showcase-copy-in .32s ease-out; }.showcase-features-entering span { animation: showcase-chip-in .36s ease-out both; }.showcase-features-entering span:nth-child(2) { animation-delay: .045s; }.showcase-features-entering span:nth-child(3) { animation-delay: .09s; }
.showcase-footer > p { flex: 0 0 auto; margin: 0; color: #789084; font-size: 10px; }
@keyframes showcase-image-in { from { opacity: 0; transform: translateY(7px) scale(.994); filter: blur(2px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes showcase-copy-in { from { opacity: .25; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@keyframes showcase-chip-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
@keyframes showcase-tab-in { 0% { transform: scale(.96); } 100% { transform: scale(1); } }
.image-dialog { width: min(calc(100vw - 36px), 1480px); max-width: none; max-height: calc(100vh - 36px); padding: 0; overflow: hidden; border: 1px solid #32483b; border-radius: 18px; color: white; background: #07120d; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.image-dialog::backdrop { background: rgba(2,8,5,.82); backdrop-filter: blur(7px); }
.image-dialog-heading { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 18px; }
.image-dialog-heading > div { display: grid; }.image-dialog-heading small { color: #65e795; font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }.image-dialog-heading strong { font-size: 16px; }
.image-dialog-heading button { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: white; background: rgba(255,255,255,.07); cursor: pointer; font-size: 24px; line-height: 1; }
.image-dialog-viewport { max-height: calc(100vh - 102px); overflow: auto; background: #eef3f9; }
.image-dialog img { width: 100%; height: auto; min-width: 900px; aspect-ratio: 8 / 5; object-fit: contain; }

.local-section { padding-top: 40px; background: white; }
.local-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .8fr; gap: 70px; align-items: center; padding: 64px 72px; border-radius: 28px; color: white; background: linear-gradient(130deg, #07120d, #10291c); }
.local-card::after { content: ""; position: absolute; width: 380px; height: 380px; right: -100px; bottom: -170px; border-radius: 50%; background: rgba(34,197,94,.12); }
.local-card h2 { font-size: clamp(34px,4vw,50px); }.local-card p { max-width: 670px; color: #b6c9be; }
.local-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.local-badges span { border: 1px solid rgba(255,255,255,.15); border-radius: 999px; padding: 7px 12px; color: #cfe0d6; font-size: 11px; font-weight: 700; }
.status-visual { position: relative; z-index: 1; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.055); }
.status-ring { position: relative; width: 110px; margin: 0 auto 27px; }.status-ring img { border-radius: 28px; }.status-ring i { position: absolute; right: 3px; bottom: 3px; width: 20px; height: 20px; border: 4px solid #12291c; border-radius: 50%; background: var(--green); }
.status-line { display: grid; grid-template-columns: 10px 1fr; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.1); }.status-line > span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }.status-line p { margin: 0; font-size: 12px; }.status-line strong { display: block; color: white; font-size: 13px; }

.pricing-section { background: #f7faf8; }
.pricing-grid { width: min(100%, 860px); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.price-card.featured { border: 2px solid var(--green); box-shadow: 0 25px 65px rgba(20,120,57,.13); }
.recommended { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; color: #09682c; background: #dcfce7; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .8px; }
.plan-name { font-size: 24px; font-weight: 900; letter-spacing: -.6px; }.price-card > p { min-height: 48px; color: var(--muted); font-size: 14px; }
.price { display: flex; align-items: center; gap: 10px; margin: 14px 0 26px; }.price strong { font-size: 44px; letter-spacing: -2px; }.price span { color: var(--muted); font-size: 11px; line-height: 1.3; }
.price-card ul { list-style: none; padding: 22px 0 26px; margin: 0 0 24px; border-top: 1px solid var(--line); }
.price-card li { position: relative; padding: 7px 0 7px 25px; font-size: 14px; }.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 900; }
.price-card .button { margin-top: auto; }
.compatibility-note { width: min(100%, 860px); margin: 18px auto 0; display: grid; grid-template-columns: 26px 1fr; gap: 13px; padding: 18px 20px; border: 1px solid #f0d18d; border-radius: 14px; color: #754d08; background: #fffbeb; }
.compatibility-note svg { width: 24px; fill: none; stroke: #d09116; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.compatibility-note p { margin: 0; font-size: 13px; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 85px; }
.faq-copy { position: sticky; top: 115px; align-self: start; }.faq-copy h2 { margin-bottom: 23px; }.text-link { display: inline-flex; gap: 10px; margin-top: 14px; color: #0e9140; font-weight: 850; }.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(5px); }
.faq-item { border-bottom: 1px solid var(--line); }.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 23px 4px; border: 0; text-align: left; color: var(--ink); background: transparent; cursor: pointer; font-size: 16px; font-weight: 800; }
.faq-item button i { position: relative; flex: 0 0 22px; height: 22px; }.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 10px; left: 4px; width: 14px; height: 2px; background: var(--ink); transition: transform .2s; }.faq-item button i::after { transform: rotate(90deg); }.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { overflow: hidden; padding: 0 38px 22px 4px; color: var(--muted); font-size: 14px; }.faq-answer p { margin: 0; }

.contact-section { padding-top: 45px; background: white; }
.contact-card { display: grid; grid-template-columns: 1fr .9fr; gap: 75px; padding: 66px 72px; border-radius: 28px; color: white; background: #07120d; }
.contact-copy h2 { max-width: 600px; }.contact-copy > p { max-width: 560px; color: #adc2b6; font-size: 16px; }
.contact-lines { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 34px; }.contact-lines span, .contact-lines a { display: grid; font-size: 14px; font-weight: 750; }.contact-lines small { margin-bottom: 3px; color: #789284; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 27px; border-radius: 20px; color: var(--ink); background: white; }
.field { grid-column: 1 / -1; }.field-half { grid-column: auto; }.field label { display: block; margin-bottom: 6px; color: #334b3e; font-size: 11px; font-weight: 800; }
.field input, .field select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid #cad8cf; border-radius: 10px; color: var(--ink); background: white; }
.field input:focus, .field select:focus { border-color: var(--green-dark); }
.contact-form .button { grid-column: 1 / -1; margin-top: 4px; }.contact-form > p { grid-column: 1 / -1; margin: 0; text-align: center; color: #71847a; font-size: 10px; }

.site-footer { padding: 70px 0 25px; color: #d5e3db; background: #040a07; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; padding-bottom: 48px; }
.footer-brand p { max-width: 260px; margin: 17px 0 0; color: #789084; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; }.footer-grid > div > strong { margin-bottom: 7px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }.footer-grid a:not(.brand), .footer-grid > div > span { color: #8fa69a; }.footer-grid a:not(.brand):hover { color: var(--green); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; color: #64796d; font-size: 11px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; color: #04170a; background: var(--green); box-shadow: 0 13px 32px rgba(20,160,70,.35); transition: transform .2s; }.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }.whatsapp-float svg { width: 27px; fill: currentColor; }

.reveal { opacity: 1; transform: none; }
.js-animate .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.js-animate .reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; color: var(--ink); background: var(--cream); }.legal-header { padding: 18px 0; background: var(--ink); }.legal-main { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 80px 0 110px; }.legal-main h1 { color: var(--ink); font-size: 46px; letter-spacing: -2px; }.legal-main h2 { margin-top: 36px; font-size: 24px; letter-spacing: -.5px; }.legal-main p, .legal-main li { color: var(--muted); }.legal-back { display: inline-flex; margin-top: 40px; color: var(--green-dark); font-weight: 800; }

@media (max-width: 1050px) {
  .hero { min-height: auto; padding-bottom: 110px; }.hero-grid { grid-template-columns: 1fr; gap: 70px; }.hero-copy { max-width: 760px; }.hero-product { width: 95%; margin: 0 auto; }.window-shell { transform: none; }
  .features-grid { grid-template-columns: 1fr 1fr; }.feature-main { grid-row: span 2; }
  .product-intro { grid-template-columns: 1fr; gap: 22px; }.product-intro > p { max-width: 760px; }.product-points { grid-template-columns: 1fr; }.showcase { width: 100%; }
  .local-card, .contact-card { gap: 45px; padding: 52px 45px; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.section { padding: 82px 0; }
  .menu-button { display: block; z-index: 2; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 110px 28px 40px; flex-direction: column; align-items: stretch; gap: 0; color: white; background: rgba(4,10,7,.98); transform: translateX(100%); transition: transform .25s; }.main-nav.open { transform: translateX(0); }.main-nav a { padding: 15px 0; font-size: 18px; }.main-nav .button { margin-top: 18px; }
  h1 { letter-spacing: -2.5px; }.trust-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }.trust-grid div { padding: 16px 20px; }.trust-grid div:nth-child(2) { border-right: 0; }.trust-grid div:first-child { padding-left: 20px; }
  .features-grid { grid-template-columns: 1fr; }.feature-main { grid-row: auto; min-height: auto; }
  .local-card, .contact-card, .faq-grid { grid-template-columns: 1fr; }.faq-grid { gap: 45px; }.faq-copy { position: static; }
  .local-card, .contact-card { padding: 44px 30px; }.status-visual { width: min(100%, 390px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .hero { padding-top: 125px; }.hero-grid { gap: 52px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-product { width: 100%; }.floating-card { display: none; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid div, .trust-grid div:first-child { padding: 14px 4px; border-right: 0; border-bottom: 1px solid var(--line); }.trust-grid div:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 37px; }.features-grid { gap: 12px; }.feature { padding: 25px; }
  .product-points { margin-top: 32px; gap: 10px; }.product-points > div { padding: 18px; }.showcase { width: calc(100% + 12px); margin-left: -6px; padding: 14px; border-radius: 20px; }.showcase-heading { align-items: flex-start; padding: 4px 2px 17px; }.showcase-heading h3 { font-size: 21px; }.showcase-heading p { font-size: 12px; }.showcase-expand { width: 42px; min-height: 42px; padding: 0; justify-content: center; }.showcase-expand svg { width: 19px; }.showcase-expand { font-size: 0; }.showcase-tabs-wrap { margin-inline: 0; }.showcase-tabs { border-radius: 10px 10px 0 0; }.showcase-tabs button { padding: 8px 12px; }.showcase-image { border-radius: 10px; }.showcase-window-bar { height: 28px; }.showcase-footer { align-items: flex-start; flex-direction: column; gap: 10px; padding-inline: 2px; }.showcase-footer > p { flex: auto; }.showcase-image-button > span { display: none; }
  .local-card, .contact-card { width: 100%; border-radius: 0; padding: 42px 20px; }.local-section, .contact-section { padding-left: 0; padding-right: 0; }.local-badges { display: grid; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card { padding: 28px 24px; }.recommended { top: 14px; right: 14px; }
  .contact-form { grid-template-columns: 1fr; padding: 20px; }.field-half { grid-column: 1 / -1; }.contact-lines { display: grid; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { display: grid; gap: 8px; }.whatsapp-float { right: 14px; bottom: 14px; }
}

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