:root {
    --bg: #F6F5EF;
    --card: #FFFDF8;
    --card-soft: #FAF7EE;
    --green: #173F2A;
    --green-2: #1F5E3B;
    --gold: #F3E7B8;
    --gold-2: #8C6C1F;
    --line: #E6E0CF;
    --text: #173F2A;
    --muted: #617066;
    --cream: #F8F1D7;
    --danger: #A23C32;
    --danger-soft: #F8E7E2;
    --white: #FFFFFF;
    --shadow-sm: 0 12px 30px rgba(23, 63, 42, .08);
    --shadow-md: 0 24px 60px rgba(23, 63, 42, .14);
    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-lg: 36px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
img, svg { display: block; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-shell { position: relative; overflow: hidden; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 5000; transform: translateY(-150%); padding: 10px 16px; border-radius: 10px; background: var(--green); color: #fff; font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding-top: env(safe-area-inset-top, 0px); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(246, 245, 239, .88); box-shadow: 0 1px 0 rgba(23, 63, 42, .08); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.nav-shell { width: min(calc(100% - 40px), var(--container)); min-height: 84px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; flex-shrink: 0; }
.brand-mark { width: 48px; height: 48px; padding: 3px; border-radius: 15px; background: var(--gold); box-shadow: 0 7px 18px rgba(23, 63, 42, .12); }
.brand-mark img { width: 100%; height: 100%; border-radius: 12px; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .035em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { position: relative; color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; }
.main-nav > a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; transform: scaleX(0); background: var(--gold-2); transition: transform .2s; }
.main-nav > a:hover { color: var(--green); }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; gap: 10px; margin-left: 5px; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 14px; background: var(--card); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; border-radius: 4px; background: var(--green); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--green); font-size: 14px; font-weight: 850; line-height: 1; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg, .text-link svg, .risk-panel a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 12px 24px rgba(23, 63, 42, .2); }
.btn-primary:hover { background: var(--green-2); box-shadow: 0 16px 28px rgba(23, 63, 42, .25); }
.btn-secondary { border-color: var(--line); background: var(--card); color: var(--green); }
.btn-secondary:hover { border-color: #c9c0a9; background: var(--cream); }
.btn-ghost { border-color: var(--green); color: var(--green); }
.btn-small { min-height: 40px; padding-inline: 18px; font-size: 13px; }
.btn-large { min-height: 56px; padding-inline: 26px; }

.hero { min-height: 820px; padding: 156px 0 100px; background: radial-gradient(circle at 78% 28%, rgba(243, 231, 184, .7), transparent 26%), linear-gradient(180deg, #F9F7EF 0%, var(--bg) 100%); }
.hero::after { content: ""; position: absolute; right: -10vw; bottom: -320px; left: -10vw; height: 480px; border-radius: 50%; background: var(--card-soft); transform: rotate(-4deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { top: 80px; right: 8%; width: 300px; height: 300px; border: 1px solid rgba(140, 108, 31, .15); }
.hero-glow-two { top: 145px; right: 12%; width: 190px; height: 190px; border: 1px solid rgba(140, 108, 31, .18); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: 64px; }
.hero-copy { padding-bottom: 20px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--gold-2); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero h1, .section-heading h2, .roles-copy h2, .security-copy h2, .faq-intro h2, .final-cta-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.045em; line-height: 1.04; }
.hero h1 { max-width: 700px; font-size: clamp(50px, 5.2vw, 74px); }
.hero h1 span { color: var(--green-2); }
.hero-lead { max-width: 640px; margin: 26px 0 32px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 12px; font-weight: 750; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust svg { width: 16px; height: 16px; fill: none; stroke: var(--green-2); stroke-width: 2.3; }

.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: linear-gradient(145deg, var(--green), #285c40); box-shadow: inset 0 0 0 1px rgba(255,255,255,.13), var(--shadow-md); }
.phone-frame { position: relative; z-index: 3; width: 292px; padding: 9px; border-radius: 42px; background: #102d20; box-shadow: 0 36px 70px rgba(23, 63, 42, .32); transform: rotate(2deg); }
.phone-speaker { position: absolute; top: 16px; left: 50%; z-index: 5; width: 70px; height: 17px; transform: translateX(-50%); border-radius: 12px; background: #102d20; }
.phone-screen { min-height: 548px; padding: 30px 13px 13px; overflow: hidden; border-radius: 34px; background: #E3F1FA; color: #0f498a; }
.app-header { display: grid; grid-template-columns: 40px 1fr auto; gap: 9px; align-items: center; }
.app-header img { border-radius: 11px; }
.app-header span:nth-child(2) { display: grid; line-height: 1.2; }
.app-header small { font-size: 11px; font-weight: 850; }
.app-header strong { margin-top: 3px; color: #557087; font-size: 7px; font-weight: 600; }
.points-pill { padding: 5px 7px; border-radius: 9px; background: #fff; color: var(--gold-2); font-size: 9px; font-weight: 900; }
.app-welcome { margin-top: 18px; padding: 14px; border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 8px 18px rgba(47, 120, 174, .08); }
.app-welcome span, .app-welcome strong { display: block; font-size: 9px; }
.app-welcome strong { margin-top: 5px; }
.progress { height: 6px; margin-top: 9px; overflow: hidden; border-radius: 8px; background: #d3e8f6; }
.progress span { display: block; width: 75%; height: 100%; border-radius: inherit; background: #36a1ec; }
.app-card { margin-top: 10px; padding: 14px; border-radius: 15px; background: #fff; box-shadow: 0 8px 18px rgba(47, 120, 174, .08); }
.app-card-title { display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 850; }
.app-card-title svg { width: 18px; height: 18px; fill: none; stroke: #248ee0; stroke-width: 2; }
.app-time { text-align: center; }
.app-time strong { display: block; margin-top: 6px; font-size: 22px; }
.app-time small { display: block; color: #7290a7; font-size: 7px; }
.task-row { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid #edf3f7; }
.task-row:last-child { border-bottom: 0; padding-bottom: 0; }
.task-row i { width: 28px; height: 28px; border-radius: 9px; background: #eaf6ff; display: grid; place-items: center; }
.task-row i svg { width: 15px; height: 15px; fill: none; stroke: #238fe2; stroke-width: 2; }
.task-row span { display: grid; }
.task-row strong { font-size: 8px; }
.task-row small { color: #7290a7; font-size: 6px; }
.task-row > b { color: #26aa6b; }
.task-row > b.pending { color: #9bb0be; }
.app-nav { margin-top: 14px; display: flex; justify-content: space-around; color: #6e8797; font-size: 13px; }
.app-nav span { display: grid; place-items: center; }
.app-nav span.active { color: #0b559a; }
.app-nav small { margin-top: 2px; font-size: 6px; }
.orbit-card { position: absolute; z-index: 5; min-width: 190px; padding: 12px; border: 1px solid rgba(23,63,42,.09); border-radius: 17px; background: rgba(255,253,248,.96); box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 10px; }
.orbit-card > span:last-child { display: grid; line-height: 1.25; }
.orbit-card small { color: var(--muted); font-size: 9px; }
.orbit-card strong { margin-top: 3px; font-size: 12px; }
.orbit-alert { top: 110px; right: -18px; }
.orbit-routine { bottom: 95px; left: -25px; }
.mini-icon { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 12px; background: var(--cream); display: grid; place-items: center; color: var(--green); }
.mini-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mini-icon.danger { background: var(--danger-soft); color: var(--danger); }
.mini-icon.gold { background: var(--cream); color: var(--gold-2); }

.value-strip { position: relative; z-index: 4; border-block: 1px solid var(--line); background: var(--card); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-grid > div { min-height: 130px; padding: 30px 34px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.value-grid > div:first-child { border-left: 1px solid var(--line); }
.value-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.value-grid span { margin-top: 5px; color: var(--muted); font-size: 13px; }

.section-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-heading h2, .roles-copy h2, .security-copy h2, .faq-intro h2, .final-cta-card h2 { font-size: clamp(36px, 4.2vw, 54px); }
.section-heading p { margin: 20px auto 0; color: var(--muted); font-size: 17px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; text-align: left; }
.split-heading .eyebrow { margin-bottom: 14px; }
.split-heading p { margin: 0 0 6px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-card { position: relative; min-height: 280px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--card); box-shadow: 0 8px 24px rgba(23,63,42,.04); }
.step-number { position: absolute; top: 8px; right: 18px; color: rgba(23,63,42,.07); font-family: Georgia, serif; font-size: 66px; font-weight: 800; line-height: 1; }
.icon-box { width: 52px; height: 52px; border-radius: 15px; background: var(--cream); display: grid; place-items: center; color: var(--green); }
.icon-box svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3, .feature-card h3, .role-card h3 { margin: 32px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.18; }
.step-card p, .feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.section-soft { background: var(--card-soft); }
.features-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-height: 350px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--card); }
.feature-card h3 { margin-top: 25px; font-size: 28px; }
.feature-card > p { max-width: 540px; }
.feature-wide { min-height: 410px; grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; }
.feature-green { background: var(--green); color: #fff; border-color: var(--green); }
.feature-green p { color: rgba(255,255,255,.7); }
.icon-light { background: rgba(255,255,255,.12); color: var(--gold); }
.check-list { margin: 22px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; font-weight: 750; }
.check-list svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: var(--gold-2); stroke-width: 2.5; }
.feature-green .check-list svg { stroke: var(--gold); }
.time-widget { min-height: 245px; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.08); display: grid; align-content: center; text-align: center; }
.time-widget small { color: rgba(255,255,255,.7); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.time-widget strong { margin: 8px 0 22px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(34px, 5vw, 54px); font-weight: 600; letter-spacing: .03em; }
.time-widget div { display: flex; align-items: center; justify-content: center; gap: 24px; }
.time-widget span, .time-widget i { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; font-size: 24px; font-style: normal; }
.time-widget i { width: 68px; height: 68px; background: var(--card); color: var(--green); box-shadow: 0 14px 25px rgba(0,0,0,.16); }
.time-widget svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.tag-row, .app-cloud { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 26px; }
.tag-row span, .app-cloud span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; background: var(--card-soft); color: var(--muted); font-size: 10px; font-weight: 800; }
.map-art { position: relative; height: 100px; margin-top: 24px; overflow: hidden; border-radius: 16px; background: var(--cream); }
.map-art::before, .map-art::after, .map-art i { content: ""; position: absolute; height: 2px; background: rgba(140,108,31,.28); transform: rotate(-10deg); }
.map-art::before { top: 28px; right: -20px; left: -10px; }
.map-art::after { top: 67px; right: -10px; left: 20px; transform: rotate(13deg); }
.map-art i:nth-child(1) { top: 0; left: 30%; width: 2px; height: 100%; transform: rotate(18deg); }
.map-art i:nth-child(2) { top: 0; right: 25%; width: 2px; height: 100%; transform: rotate(-18deg); }
.map-art span { position: absolute; top: 28px; left: 52%; width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(23,63,42,.25); }
.map-art svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; }
.mini-tasks { display: grid; gap: 8px; margin-top: 24px; }
.mini-tasks span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 11px; background: var(--card-soft); color: var(--muted); font-size: 11px; font-weight: 750; }
.mini-tasks b { margin-right: 8px; color: var(--green-2); }
.reward-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }
.reward-row span { min-height: 76px; border: 1px solid var(--line); border-radius: 14px; background: var(--card-soft); display: grid; place-items: center; align-content: center; font-size: 24px; }
.reward-row small { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 750; }
.feature-alert { background: linear-gradient(135deg, #FFFDF8 0%, #F9EEE9 100%); }
.icon-danger { background: var(--danger-soft); color: var(--danger); }
.feature-note { margin-top: 16px !important; color: var(--danger) !important; font-size: 11px !important; font-weight: 700; }
.risk-panel { padding: 28px; border: 1px solid #ecd4cd; border-radius: 24px; background: rgba(255,255,255,.62); }
.risk-panel > small { color: var(--danger); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.app-cloud span { border-color: #ead6d0; background: #fff; color: var(--danger); }
.risk-panel a { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; color: var(--danger); font-size: 12px; font-weight: 850; text-decoration: none; }

.roles-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 78px; }
.roles-copy > p { margin: 24px 0; color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-2); font-size: 14px; font-weight: 900; text-decoration: none; }
.role-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.role-card { min-height: 385px; padding: 34px; border-radius: var(--radius-md); }
.parent-role { background: var(--green); color: #fff; transform: translateY(-18px); }
.child-role { border: 1px solid var(--line); background: var(--cream); transform: translateY(18px); }
.role-label { padding: 7px 11px; border-radius: 99px; display: inline-flex; background: rgba(255,255,255,.12); color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.child-role .role-label { background: var(--card); color: var(--gold-2); }
.role-card h3 { margin-top: 28px; font-size: 30px; }
.role-card .check-list { margin-top: 28px; gap: 18px; }
.parent-role .check-list svg { stroke: var(--gold); }

.security-section { padding-top: 40px; }
.security-card { padding: 64px; border-radius: var(--radius-lg); background: linear-gradient(135deg, #173F2A 0%, #1f5638 100%); color: #fff; box-shadow: var(--shadow-md); display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; }
.eyebrow-light { color: var(--gold); }
.security-copy p { margin: 24px 0 28px; color: rgba(255,255,255,.7); }
.security-links { display: flex; flex-wrap: wrap; gap: 8px; }
.security-links a { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: #fff; font-size: 10px; font-weight: 750; text-decoration: none; }
.security-points { display: grid; gap: 10px; }
.security-points > div { padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.07); display: flex; gap: 14px; align-items: center; }
.security-points .mini-icon { background: rgba(243,231,184,.14); color: var(--gold); }
.security-points p { margin: 0; display: grid; }
.security-points strong { font-size: 13px; }
.security-points small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 11px; }

.faq-section { padding-top: 80px; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 88px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro > p { margin: 22px 0 28px; color: var(--muted); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary { padding: 25px 8px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; background: var(--cream); }
.faq-item summary span::before, .faq-item summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 2px; background: var(--green); transform: translate(-50%, -50%); transition: transform .2s; }
.faq-item summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item div { padding: 0 52px 24px 8px; color: var(--muted); font-size: 14px; }
.faq-item p { margin: 0; }

.final-cta { padding-top: 40px; }
.final-cta-card { padding: 64px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 87% 22%, rgba(243,231,184,.86), transparent 24%), var(--card); display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 64px; box-shadow: var(--shadow-sm); }
.final-cta-card h2 { max-width: 690px; }
.final-cta-card p { margin: 20px 0 0; color: var(--muted); }
.final-actions { display: grid; gap: 10px; }
.final-actions small { margin-top: 4px; color: var(--muted); font-size: 9px; text-align: center; }

.site-footer { padding: 80px 0 max(28px, env(safe-area-inset-bottom, 0px)); background: #102D20; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; }
.brand-footer { color: #fff; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.5); }
.footer-brand > p { max-width: 300px; margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { margin: 0 0 8px; color: var(--gold); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.footer-column a { color: rgba(255,255,255,.62); font-size: 12px; text-decoration: none; transition: color .2s; }
.footer-column a:hover { color: #fff; }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 25px; color: rgba(255,255,255,.38); font-size: 10px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .btn, .nav-toggle span { transition: none; } }

@media (max-width: 1040px) {
    .main-nav { gap: 18px; }
    .main-nav > a { font-size: 12px; }
    .hero-grid { grid-template-columns: 1fr 430px; gap: 30px; }
    .orbit-alert { right: -2px; }
    .orbit-routine { left: -5px; }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.25fr repeat(2, 1fr); }
    .footer-contact { grid-column: 2; }
}

@media (max-width: 860px) {
    html { scroll-padding-top: 82px; }
    .section { padding: 88px 0; }
    .nav-shell { min-height: 74px; }
    .nav-toggle { display: flex; }
    .main-nav { position: fixed; inset: calc(74px + env(safe-area-inset-top, 0px)) 14px auto; max-height: calc(100dvh - 92px); padding: 18px; overflow-y: auto; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,248,.98); box-shadow: var(--shadow-md); display: grid; gap: 4px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s; }
    .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .main-nav > a { padding: 12px; border-radius: 12px; color: var(--green); font-size: 14px; }
    .main-nav > a:hover { background: var(--card-soft); }
    .main-nav > a::after { display: none; }
    .nav-actions { margin: 10px 0 0; display: grid; grid-template-columns: 1fr 1fr; }
    .hero { min-height: auto; padding: 130px 0 80px; }
    .hero-grid { grid-template-columns: 1fr; gap: 58px; }
    .hero-copy { max-width: 720px; margin-inline: auto; text-align: center; }
    .hero-actions, .hero-trust { justify-content: center; }
    .hero-visual { width: min(100%, 560px); margin-inline: auto; }
    .split-heading { grid-template-columns: 1fr; gap: 18px; }
    .feature-wide, .roles-grid, .security-card, .faq-grid, .final-cta-card { grid-template-columns: 1fr; }
    .feature-wide { gap: 34px; }
    .roles-grid { gap: 55px; }
    .roles-copy { max-width: 680px; text-align: center; margin-inline: auto; }
    .security-card { gap: 42px; }
    .faq-grid { gap: 40px; }
    .faq-intro { position: static; text-align: center; }
    .final-cta-card { gap: 40px; text-align: center; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-contact { grid-column: auto; }
}

@media (max-width: 620px) {
    .container, .nav-shell { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 72px 0; }
    .brand-copy small { display: none; }
    .brand-mark { width: 44px; height: 44px; border-radius: 14px; }
    .brand-mark img { border-radius: 11px; }
    .hero { padding: 116px 0 66px; }
    .hero h1 { font-size: clamp(42px, 13vw, 58px); }
    .hero-lead { font-size: 16px; }
    .hero-actions { display: grid; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { display: grid; justify-items: center; gap: 8px; }
    .hero-visual { min-height: 520px; transform: scale(.9); margin-block: -25px; }
    .hero-visual::before { width: 400px; height: 400px; }
    .phone-frame { width: 272px; }
    .phone-screen { min-height: 510px; }
    .orbit-card { min-width: 168px; }
    .orbit-alert { top: 62px; right: -22px; }
    .orbit-routine { bottom: 50px; left: -22px; }
    .value-grid { grid-template-columns: 1fr; }
    .value-grid > div, .value-grid > div:first-child { min-height: auto; padding: 22px 4px; border: 0; border-bottom: 1px solid var(--line); }
    .value-grid > div:last-child { border-bottom: 0; }
    .section-heading { margin-bottom: 38px; }
    .section-heading h2, .roles-copy h2, .security-copy h2, .faq-intro h2, .final-cta-card h2 { font-size: 36px; }
    .section-heading p, .roles-copy > p { font-size: 15px; }
    .steps-grid, .features-grid, .role-cards { grid-template-columns: 1fr; }
    .step-card { min-height: 235px; }
    .feature-card, .feature-wide { min-height: auto; padding: 26px; }
    .feature-wide { grid-column: auto; }
    .feature-card h3 { font-size: 25px; }
    .time-widget { min-height: 210px; padding: 25px 14px; }
    .time-widget strong { font-size: 34px; }
    .reward-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .role-card { min-height: auto; padding: 28px; transform: none; }
    .security-card, .final-cta-card { width: calc(100% - 20px); padding: 34px 24px; border-radius: 27px; }
    .security-links { display: grid; }
    .security-links a { text-align: center; }
    .security-points > div { align-items: flex-start; }
    .faq-item summary { padding-block: 21px; font-size: 16px; }
    .faq-item div { padding-right: 10px; }
    .final-actions .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-bottom { display: grid; text-align: center; }
}

@media (max-width: 390px) {
    .brand-copy strong { font-size: 19px; }
    .hero-visual { transform: scale(.82); margin: -48px -24px; width: calc(100% + 48px); }
    .orbit-alert { right: 0; }
    .orbit-routine { left: 0; }
    .nav-actions { grid-template-columns: 1fr; }
}
