:root { color-scheme: dark; --bg: #0b0e0c; --card: #121714; --card-2: #172018; --line: #29322c; --text: #f4f7f4; --muted: #aab5ad; --green: #79c63d; --green-soft: #b8ef91; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: radial-gradient(circle at 50% -10%, #19301b 0, transparent 35%), var(--bg); color: var(--text); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: var(--green-soft); }
.topbar { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px max(20px, calc((100% - 1040px) / 2)); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(11,14,12,.9); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; letter-spacing: .04em; }
.brand img { border-radius: 50%; }
.back { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); text-decoration: none; font-size: 14px; }
main, footer { width: min(1040px, calc(100% - 32px)); margin-inline: auto; }
.intro { padding: 72px 0 38px; }
.eyebrow, .section-title p { margin: 0; color: var(--green-soft); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 8px 0 10px; font-size: clamp(42px, 8vw, 72px); line-height: 1.05; }
.intro > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.tabs { display: flex; gap: 10px; margin-top: 34px; padding-bottom: 6px; overflow-x: auto; scrollbar-width: thin; }
.tabs a { flex: 0 0 auto; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: #111612; color: var(--text); text-decoration: none; font-weight: 700; }
.tabs a:hover { border-color: var(--green); background: var(--card-2); }
.document { margin: 22px 0; padding: clamp(22px, 5vw, 48px); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(22,31,24,.96), rgba(15,19,16,.98)); box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.section-title { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.section-title > span { display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: #263920; color: var(--green-soft); font-weight: 900; }
h2 { margin: 2px 0 0; font-size: clamp(26px, 5vw, 40px); line-height: 1.15; }
h3 { margin: 30px 0 8px; color: #fff; font-size: 18px; }
.legal-copy p, .legal-copy li { color: #c5cec7; }
.legal-copy ul { padding-left: 22px; }
.notice { margin: 18px 0; padding: 18px 20px; border-left: 3px solid var(--green); border-radius: 0 14px 14px 0; background: rgba(121,198,61,.09); color: #dce9d7; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 44px 20px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--green); font-size: 26px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin-top: 0; padding-right: 40px; color: var(--muted); }
.contacts { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 54px 0; padding: 34px; border-radius: 22px; background: var(--green); color: #13210f; }
.contacts .eyebrow, .contacts p { color: #315921; }
.contacts h2 { margin: 5px 0; }
.contacts p { margin: 0; }
.contacts > a { flex: 0 0 auto; padding: 13px 20px; border-radius: 12px; background: #fff; color: #101510; text-decoration: none; font-weight: 800; }
footer { padding: 24px 0 50px; border-top: 1px solid var(--line); color: #7e8981; font-size: 13px; }
@media (max-width: 680px) { .topbar { padding: 11px 16px; } .brand img { width: 36px; height: 36px; } .intro { padding-top: 46px; } .document { border-radius: 18px; } .section-title { align-items: flex-start; } .contacts { align-items: stretch; flex-direction: column; } .contacts > a { text-align: center; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
