:root {
    --ink: #0a2322;
    --muted: #55706d;
    --paper: #f4f8f5;
    --white: #fff;
    --line: rgba(9, 52, 49, .13);
    --mint: #4de0c1;
    --mint-dark: #0e806e;
    --lime: #c8f36a;
    --night: #071615;
    --night-soft: #0d2926;
    --shadow: 0 24px 70px rgba(7, 30, 28, .12);
    --radius: 26px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", "Microsoft YaHei UI", "PingFang SC", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--night); background: var(--mint); }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.narrow { max-width: 900px; }
.section { padding: 112px 0; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 16px; color: var(--night); background: var(--mint); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: #eaf7f3; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(5, 21, 20, .92); box-shadow: 0 10px 35px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.brand img { object-fit: contain; border-radius: 12px; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 20px; letter-spacing: .02em; }
.brand small { margin-top: 5px; color: #8fb0aa; font-size: 10px; letter-spacing: .06em; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.site-nav > a:not(.nav-cta) { color: #b9ccc8; transition: color .2s ease; }
.site-nav > a:hover, .site-nav > a:focus { color: #fff; }
.nav-cta { padding: 11px 18px; color: #08201e; font-weight: 700; background: var(--mint); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 40px; padding: 9px; border: 0; background: transparent; }
.nav-toggle i { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s ease; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: #eefaf7; background: radial-gradient(circle at 75% 44%, rgba(30,156,133,.22), transparent 27%), linear-gradient(125deg, #071615 0%, #0b2421 58%, #071816 100%); }
.hero::after { position: absolute; content: ""; right: -16%; bottom: -38%; width: 850px; height: 850px; border: 1px solid rgba(81,229,197,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(71,207,180,.025), 0 0 0 170px rgba(71,207,180,.018); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(115,220,199,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(115,220,199,.1) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-layout { position: relative; z-index: 2; min-height: 820px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 40px; padding-top: 90px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--mint-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: #88b4ab; }
.eyebrow span { width: 25px; height: 1px; background: var(--mint); }
.hero h1 { margin: 24px 0 22px; font-size: clamp(52px, 6vw, 82px); line-height: 1.06; letter-spacing: -.055em; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 570px; margin: 0; color: #aac2bd; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 13px 23px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { color: #07201d; background: var(--mint); box-shadow: 0 12px 35px rgba(62,225,191,.19); }
.button-primary:hover { background: #68e8cc; box-shadow: 0 15px 40px rgba(62,225,191,.28); }
.button-ghost { color: #d5e7e3; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
.button-light { color: #09201e; background: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; color: #7fa29b; font-size: 12px; }
.trust-row i { color: var(--mint); font-style: normal; }
.hero-stage { position: relative; min-height: 610px; }
.pet-halo { position: absolute; top: 98px; left: 50%; width: 430px; height: 430px; border: 1px solid rgba(80,231,199,.22); border-radius: 50%; background: radial-gradient(circle, rgba(71,221,190,.11), transparent 67%); transform: translateX(-50%); box-shadow: 0 0 75px rgba(60,209,179,.08); }
.hero-pet { position: absolute; z-index: 2; top: 70px; left: 50%; width: min(530px, 91%); filter: drop-shadow(0 35px 45px rgba(0,0,0,.42)); transform: translateX(-50%); animation: float 5s ease-in-out infinite; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px dashed rgba(83,223,194,.14); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 610px; height: 610px; }
.status-pill { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 11px 15px; color: #c8dfda; border: 1px solid rgba(125,231,210,.16); background: rgba(8, 34, 31, .82); box-shadow: 0 18px 40px rgba(0,0,0,.2); backdrop-filter: blur(12px); border-radius: 14px; font-size: 10px; line-height: 1.35; }
.status-pill b { color: #fff; font-size: 12px; }
.status-weather { top: 112px; right: 8px; }
.status-weather > b { color: var(--mint); font-size: 24px; }
.status-todo { left: 0; bottom: 175px; }
.status-icon { display: grid; width: 31px; height: 31px; place-items: center; color: #08221f; background: var(--lime); border-radius: 50%; font-weight: 900; }
.music-card { position: absolute; z-index: 5; left: 50%; bottom: 35px; width: min(430px, 82%); display: grid; grid-template-columns: 52px 1fr 37px; align-items: center; gap: 13px; padding: 13px 15px; color: #d7e8e4; border: 1px solid rgba(132,223,205,.15); background: rgba(7, 29, 27, .88); box-shadow: 0 20px 50px rgba(0,0,0,.27); backdrop-filter: blur(14px); border-radius: 16px; transform: translateX(-50%); }
.album-art { display: grid; width: 52px; height: 52px; place-items: center; color: var(--mint); background: linear-gradient(145deg, #173f3a, #091a19); border-radius: 10px; font-size: 21px; }
.music-card small, .music-card strong { display: block; }
.music-card small { margin-bottom: 3px; color: #668e86; font-size: 8px; letter-spacing: .13em; }
.music-card strong { font-size: 12px; }
.music-card button { width: 34px; height: 34px; color: #0c2622; border: 0; border-radius: 50%; background: var(--mint); font-size: 11px; }
.music-line { display: block; height: 2px; margin-top: 8px; background: #274640; }
.music-line i { display: block; width: 43%; height: 100%; background: var(--mint); }
.scroll-cue { position: absolute; z-index: 4; bottom: 27px; left: 50%; display: flex; align-items: center; gap: 11px; color: #54766f; font-size: 8px; letter-spacing: .16em; transform: translateX(-50%); }
.scroll-cue span { width: 20px; height: 30px; border: 1px solid #4c7069; border-radius: 10px; }
@keyframes float { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-12px); } }

.section-heading { margin-bottom: 52px; }
.section-heading.centered { text-align: center; }
.section-heading h2, .character-copy h2, .integration-copy h2, .download-copy h2, .support-aside h2 { margin: 12px 0 14px; font-size: clamp(34px, 4vw, 50px); line-height: 1.18; letter-spacing: -.035em; }
.section-heading p, .character-copy p, .integration-copy p { max-width: 640px; color: var(--muted); font-size: 16px; }
.centered p { margin-right: auto; margin-left: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 330px; padding: 30px 27px; overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.63); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(18,144,121,.26); box-shadow: var(--shadow); }
.feature-card.featured { color: #e8f8f4; background: linear-gradient(150deg, #0b2a27, #0b1e1d); box-shadow: 0 24px 60px rgba(8,34,31,.18); }
.feature-number { position: absolute; top: 26px; right: 27px; color: #9cb0ac; font-size: 10px; letter-spacing: .1em; }
.feature-icon { display: grid; width: 52px; height: 52px; margin-bottom: 55px; place-items: center; color: #0a5448; background: #dff6ef; border-radius: 16px; font-size: 25px; }
.featured .feature-icon { color: #062520; background: var(--mint); }
.feature-card h3 { margin: 0 0 12px; font-size: 21px; }
.feature-card p { margin: 0; color: #66807b; font-size: 14px; }
.featured p { color: #91ada7; }
.feature-card small { position: absolute; bottom: 27px; color: #9cafab; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }

.character-section { overflow: hidden; background: #eaf1ed; }
.character-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.character-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.character-chips span { padding: 7px 12px; color: #44605a; border: 1px solid rgba(21,70,64,.14); border-radius: 999px; background: rgba(255,255,255,.55); font-size: 11px; }
.character-gallery { display: grid; grid-template-columns: 1.25fr .8fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.character-card { position: relative; height: 210px; margin: 0; overflow: hidden; border: 1px solid rgba(18,72,64,.1); background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(220,235,229,.72)); border-radius: 24px; }
.character-main { grid-row: 1 / 3; height: 436px; background: radial-gradient(circle at 50% 45%, #f8fffc, #cfe2da); }
.character-card img { position: absolute; inset: 3% 7% 12%; width: 86%; height: 85%; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(22,58,52,.15)); transition: transform .35s ease; }
.character-card:hover img { transform: translateY(-6px) scale(1.02); }
.character-card figcaption { position: absolute; bottom: 13px; left: 16px; right: 16px; display: flex; align-items: flex-end; justify-content: space-between; padding-top: 18px; background: linear-gradient(transparent, rgba(234,244,239,.92) 45%); }
.character-card figcaption strong { font-size: 14px; }
.character-card figcaption span { color: #79908b; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.integration-section { color: #eaf7f4; background: var(--night); }
.integration-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; }
.integration-window { overflow: hidden; border: 1px solid rgba(101,221,197,.16); background: #0d2422; border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.window-bar { display: flex; align-items: center; gap: 7px; height: 47px; padding: 0 17px; color: #67847e; border-bottom: 1px solid rgba(110,205,187,.1); font-size: 10px; }
.window-bar i { width: 7px; height: 7px; background: #35514c; border-radius: 50%; }
.window-bar span { margin-left: 8px; }
.integration-row { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 15px; padding: 23px; border-bottom: 1px solid rgba(110,205,187,.08); }
.integration-row:last-child { border: 0; }
.integration-row.muted { opacity: .67; }
.provider { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; font-weight: 900; }
.provider-ms { color: #fff; background: #2776d2; }.provider-g { color: #286bd6; background: #fff; }.provider-t { color: #fff; background: #db4c3f; }
.integration-row b, .integration-row small { display: block; }
.integration-row b { font-size: 13px; }.integration-row small { margin-top: 3px; color: #719089; font-size: 10px; }
.connection-badge { padding: 6px 10px; color: #61e4c7; border: 1px solid rgba(78,223,192,.2); background: rgba(65,213,182,.07); border-radius: 999px; font-size: 9px; }
.connection-badge.future { color: #8aa09b; border-color: rgba(150,170,166,.14); background: transparent; }
.integration-copy .kicker { color: var(--mint); }
.integration-copy p { color: #87a29c; }
.fine-print { padding-left: 14px; border-left: 2px solid #2a655b; font-size: 12px !important; }

.download-section { background: var(--paper); }
.download-panel { position: relative; min-height: 390px; display: flex; align-items: center; overflow: hidden; color: #f0fbf8; background: linear-gradient(125deg, #0a2926, #0a1c1b); border-radius: 34px; box-shadow: var(--shadow); }
.download-glow { position: absolute; right: -8%; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(74,232,198,.2), transparent 65%); }
.download-copy { position: relative; z-index: 2; width: 63%; padding: 58px 0 58px 64px; }
.download-copy .kicker { color: var(--mint); }
.download-copy h2 { font-size: clamp(34px, 4vw, 48px); }
.download-copy p { max-width: 600px; color: #8fa8a3; }
.download-panel > img { position: absolute; z-index: 1; right: -15px; bottom: -90px; width: 410px; filter: drop-shadow(0 25px 35px rgba(0,0,0,.4)); }
.release-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 17px; color: #75918b; font-size: 10px; }
.release-meta span + span::before { content: "·"; margin-right: 18px; }
.release-version-label { display: inline-flex; margin: 0 0 8px; padding: 7px 11px; border: 1px solid rgba(116,235,207,.3); border-radius: 999px; color: #9cf4df; background: rgba(74,232,198,.08); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.release-hash { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; max-width: 650px; margin-top: 18px; padding: 10px 12px; border: 1px solid rgba(143,168,163,.18); border-radius: 12px; background: rgba(0,0,0,.18); }
.release-hash span { color: #78a39a; font-size: 10px; font-weight: 700; }
.release-hash code { overflow: hidden; color: #b9d2cc; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.release-hash button { padding: 6px 9px; border: 1px solid rgba(156,244,223,.24); border-radius: 8px; color: #c8fff2; background: transparent; cursor: pointer; }
.release-hash button:hover, .release-hash button:focus-visible { border-color: #9cf4df; outline: none; }
.download-copy .automatic-update-note { max-width: 650px; margin-top: 12px; color: #6f8f88; font-size: 11px; line-height: 1.6; }

.faq-section { padding-top: 75px; background: #fff; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 3px; text-align: left; color: var(--ink); border: 0; background: transparent; cursor: pointer; font-size: 17px; font-weight: 700; }
.faq-item button i { display: grid; flex: 0 0 30px; height: 30px; place-items: center; color: #0d7162; border: 1px solid #bcd7d1; border-radius: 50%; font-style: normal; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-answer { padding: 0 55px 25px 3px; }
.faq-answer[aria-hidden="true"] { display: none; }
.faq-answer p { margin: 0 0 10px; color: #526d68; }
.faq-answer small { color: #8ba09c; }
.faq-more { margin-top: 28px; color: #728884; text-align: center; font-size: 13px; }
.faq-more a { color: #087262; font-weight: 700; }

.site-footer { padding: 65px 0 22px; color: #91aaa5; background: #061312; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; padding-bottom: 45px; }
.footer-grid .brand { color: #fff; }
.footer-brand p { max-width: 330px; font-size: 12px; }
.footer-grid h2 { margin: 0 0 15px; color: #dce9e6; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div > a, .footer-grid > div > span { display: block; margin: 8px 0; color: #78918c; font-size: 12px; }
.footer-grid > div > a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); color: #4f6d67; font-size: 10px; }

.page-hero { color: #eef9f6; background: radial-gradient(circle at 80% 40%, rgba(49,190,160,.16), transparent 25%), var(--night); }
.compact-hero { padding: 155px 0 78px; }
.page-hero-inner { max-width: 820px; }
.page-hero .kicker { color: var(--mint); }
.page-hero h1 { margin: 14px 0 10px; font-size: clamp(44px, 6vw, 67px); letter-spacing: -.045em; }
.page-hero p { max-width: 730px; margin: 0; color: #9ab2ad; font-size: 17px; }
.error-page { min-height: 720px; display: flex; align-items: center; padding-top: 85px; }
.error-inner { display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: 65px; }
.error-inner img { max-height: 360px; object-fit: contain; filter: drop-shadow(0 25px 35px rgba(0,0,0,.35)); }
.error-inner h1 { margin: 13px 0 10px; font-size: clamp(42px, 6vw, 66px); letter-spacing: -.045em; }
.policy-meta { display: flex; gap: 22px; margin-top: 26px; color: #66847d; font-size: 11px; }
.policy-layout { display: grid; grid-template-columns: 210px 1fr; align-items: start; gap: 90px; }
.policy-nav { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 9px; padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 18px; }
.policy-nav strong { margin-bottom: 8px; font-size: 12px; letter-spacing: .1em; }
.policy-nav a { color: #6b827e; font-size: 12px; }
.policy-nav a:hover { color: var(--mint-dark); }
.policy-content { max-width: 780px; }
.policy-content section { padding: 0 0 58px; margin: 0 0 58px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.policy-content section:last-child { margin-bottom: 0; border: 0; }
.section-label { color: #188b78; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.policy-content h2 { margin: 12px 0 18px; font-size: 31px; line-height: 1.25; letter-spacing: -.025em; }
.policy-content h3 { margin: 30px 0 8px; font-size: 18px; }
.policy-content p, .policy-content li { color: #526a66; font-size: 14px; }
.policy-content a { color: #087766; text-decoration: underline; text-underline-offset: 3px; }
.policy-content ul { padding-left: 22px; }
.policy-content li { margin: 8px 0; }
.policy-content code { padding: 2px 6px; color: #275c53; background: #e3eee9; border-radius: 4px; font-family: Consolas, monospace; font-size: 12px; }
.plain-card { margin: 28px 0 5px; padding: 20px 22px; border-left: 3px solid var(--mint-dark); background: #e7f3ee; border-radius: 0 14px 14px 0; }
.plain-card p { margin-bottom: 0; }
.policy-table { margin: 22px 0; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.policy-table > div { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding: 18px; background: rgba(255,255,255,.55); border-bottom: 1px solid var(--line); }
.policy-table > div:last-child { border: 0; }
.policy-table b { font-size: 13px; }.policy-table span { color: #5b736e; font-size: 13px; }
.contact-card { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 24px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 14px; }
.contact-card > div { padding: 17px; background: #fff; }
.contact-card small, .contact-card b, .contact-card a { display: block; }
.contact-card small { color: #849994; font-size: 9px; text-transform: uppercase; }
.contact-card b, .contact-card a { margin-top: 4px; font-size: 12px; text-decoration: none; }
.legal-note { padding: 14px 17px; color: #718681 !important; background: #edf3f0; border-radius: 10px; font-size: 11px !important; }

.support-section { background: #edf3ef; }
.support-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 75px; }
.support-aside { padding-top: 22px; }
.support-aside h2 { font-size: 35px; }
.support-aside > p { color: var(--muted); font-size: 14px; }
.support-note { display: flex; gap: 13px; margin: 28px 0; padding: 18px; color: #52706a; border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 15px; font-size: 12px; }
.support-note i { display: grid; flex: 0 0 27px; height: 27px; place-items: center; color: #fff; background: var(--mint-dark); border-radius: 50%; font-family: Georgia, serif; }
.email-link { display: inline-flex; flex-direction: column; padding-bottom: 3px; border-bottom: 1px solid #9fbab4; }
.email-link small { color: #79908b; }.email-link b { color: #126f61; }
.support-form-card { padding: 38px; background: #fff; border-radius: 25px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-group { margin-bottom: 19px; }
.form-group label { display: block; margin-bottom: 7px; color: #34514c; font-size: 12px; font-weight: 700; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #ccdcd7; outline: 0; background: #fbfdfc; border-radius: 10px; transition: border .2s ease, box-shadow .2s ease; }
.form-group textarea { resize: vertical; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: #39aa96; box-shadow: 0 0 0 3px rgba(57,170,150,.12); }
.field-validation-error, .validation-summary { display: block; margin-top: 5px; color: #b83e35; font-size: 11px; }
.validation-summary ul { margin: 5px 0; padding-left: 18px; }
.input-validation-error { border-color: #d46960 !important; }
.field-hint { display: block; margin-top: 4px; color: #8ba09b; font-size: 10px; }
.consent-row { display: flex; align-items: flex-start; gap: 9px; margin: 5px 0 2px; color: #5b716d; font-size: 11px; }
.consent-row input { flex: 0 0 auto; margin-top: 4px; accent-color: var(--mint-dark); }
.consent-row a { color: #087565; text-decoration: underline; }
.form-submit { margin-top: 25px; border: 0; cursor: pointer; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; padding: 14px 16px; border-radius: 12px; font-size: 13px; }
.alert-success { color: #246657; background: #e1f5ed; border: 1px solid #bce4d6; }
.alert-success i { display: grid; width: 25px; height: 25px; place-items: center; color: #fff; background: #2d997f; border-radius: 50%; font-style: normal; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1020px) {
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-layout { grid-template-columns: 1fr 1fr; }
    .hero-stage { transform: scale(.88); transform-origin: center; }
    .character-layout, .integration-layout { gap: 48px; }
    .download-panel > img { right: -80px; opacity: .72; }
    .policy-layout { gap: 45px; }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .section { padding: 82px 0; }
    .nav-toggle { display: block; cursor: pointer; }
    .site-nav { position: absolute; top: 74px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 11px; border: 1px solid rgba(255,255,255,.08); background: #0a201e; border-radius: 16px; box-shadow: 0 22px 45px rgba(0,0,0,.3); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 12px 13px; }
    .nav-cta { margin-top: 5px; text-align: center; }
    .hero { min-height: 1030px; }
    .hero-layout { min-height: auto; grid-template-columns: 1fr; padding-top: 145px; }
    .hero-copy { text-align: center; }
    .hero-lead { margin: 0 auto; }.hero-actions, .trust-row { justify-content: center; }
    .hero-stage { min-height: 530px; transform: scale(.9); }
    .scroll-cue { display: none; }
    .character-layout, .integration-layout, .support-layout { grid-template-columns: 1fr; }
    .integration-copy { order: -1; }
    .download-copy { width: 78%; padding-left: 38px; }
    .download-panel > img { right: -130px; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2 / 4; }
    .policy-layout { grid-template-columns: 1fr; }
    .policy-nav { position: static; flex-direction: row; flex-wrap: wrap; }
    .policy-nav strong { flex-basis: 100%; }
}

@media (max-width: 600px) {
    .brand small { display: none; }
    .hero { min-height: 920px; }
    .hero-layout { padding-top: 125px; }
    .hero h1 { font-size: 50px; }
    .hero-lead { font-size: 15px; }
    .hero-stage { min-height: 440px; transform: scale(.82); transform-origin: top center; }
    .status-weather { right: -30px; }.status-todo { left: -32px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 290px; }
    .character-layout { gap: 42px; }
    .character-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
    .character-main { grid-column: 1 / 3; grid-row: auto; height: 330px; }
    .character-card { height: 190px; }
    .integration-row { grid-template-columns: 42px 1fr; padding: 17px; }
    .connection-badge { grid-column: 2; justify-self: start; }
    .download-panel { min-height: 480px; align-items: flex-start; }
    .download-copy { width: 100%; padding: 42px 28px; }
    .download-panel > img { right: -68px; bottom: -150px; width: 330px; opacity: .38; }
    .release-meta { display: block; }.release-meta span { display: block; }.release-meta span + span::before { display: none; }
    .release-hash { grid-template-columns: 1fr auto; }.release-hash span { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-brand { grid-column: 1 / 3; }.footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { gap: 15px; flex-direction: column; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .support-form-card { padding: 25px 20px; }
    .compact-hero { padding: 130px 0 60px; }
    .policy-meta { flex-direction: column; gap: 4px; }
    .policy-section { padding-top: 60px; }
    .policy-nav { display: none; }
    .policy-content h2 { font-size: 27px; }
    .policy-table > div { grid-template-columns: 1fr; gap: 4px; }
    .contact-card { grid-template-columns: 1fr; }
    .error-page { min-height: 760px; }
    .error-inner { grid-template-columns: 1fr; gap: 10px; text-align: center; }
    .error-inner img { max-height: 290px; margin: 0 auto; }
    .error-inner .hero-actions { justify-content: center; }
}

@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; }
}
