:root {
    --ink: #0a0b16;
    --ink-soft: #15172a;
    --panel: #17192d;
    --panel-light: #20233c;
    --paper: #f7f5ef;
    --paper-2: #efede5;
    --text: #171827;
    --muted: #626578;
    --line: rgba(18, 20, 37, .12);
    --purple: #6d43ff;
    --purple-2: #9b7dff;
    --orange: #ff9f1c;
    --lime: #d8ff61;
    --white: #fff;
    --shadow: 0 30px 70px rgba(24, 15, 62, .15);
    --radius: 26px;
    --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--text);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

a { color: inherit; }

::selection { color: var(--ink); background: var(--lime); }

img { display: block; max-width: 100%; height: auto; }

.wrap { width: var(--wrap); margin-inline: auto; }

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    padding: 10px 16px;
    background: var(--lime);
    color: var(--ink);
    font-weight: 800;
    border-radius: 8px;
    transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.age-bar {
    color: #d9daeb;
    background: #080913;
    font-size: 13px;
}

.age-bar__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.age-bar b {
    display: inline-grid;
    place-items: center;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-radius: 50%;
    color: #090a14;
    background: var(--lime);
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(10, 11, 22, .92);
    backdrop-filter: blur(16px);
}

.header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--white);
    text-decoration: none;
    min-width: max-content;
}

.brand img {
    width: 135px;
    height: 42px;
    object-fit: contain;
    border-radius: 9px;
}

.brand span {
    max-width: 104px;
    color: #bdbed0;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.brand > .brand-badge {
    width: 44px;
    height: 44px;
    max-width: none;
    display: grid;
    place-items: center;
    color: #10111d;
    border-radius: 14px;
    background: var(--lime);
    box-shadow: 0 12px 28px rgba(216, 255, 97, .16);
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.04em;
}

.brand img.brand-symbol {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.brand > span:last-child {
    max-width: 190px;
    display: grid;
    text-transform: none;
    letter-spacing: 0;
}

.brand strong {
    color: var(--white);
    font-size: 17px;
    line-height: 1.05;
    letter-spacing: -.02em;
}

.brand small {
    margin-top: 5px;
    color: #999caf;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.main-nav a {
    color: #e5e5ee;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

.main-nav a:hover { color: var(--lime); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #10111d;
    background: var(--lime);
    box-shadow: 0 14px 32px rgba(216, 255, 97, .18);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
    transform: translateY(-2px);
    background: #e4ff8d;
    box-shadow: 0 18px 38px rgba(216, 255, 97, .25);
}

.button--small { min-height: 43px; padding-inline: 18px; }

.button--ghost {
    color: var(--white);
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.22);
    box-shadow: none;
}

.button--ghost:hover { color: var(--ink); background: var(--white); }

.button--block { width: 100%; }

.hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 15% 12%, rgba(109,67,255,.23), transparent 36%),
        radial-gradient(circle at 87% 80%, rgba(255,159,28,.13), transparent 31%),
        linear-gradient(145deg, #090a15 0%, #111328 60%, #0d0f1e 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .17;
    background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
}

.hero-orb--one {
    width: 330px;
    height: 330px;
    right: -120px;
    top: 65px;
    border: 1px solid rgba(216,255,97,.24);
    box-shadow: 0 0 0 54px rgba(109,67,255,.05), 0 0 0 108px rgba(255,255,255,.025);
}

.hero-orb--two {
    width: 140px;
    height: 140px;
    left: 45%;
    bottom: -70px;
    background: rgba(255,159,28,.12);
}

.hero-grid {
    position: relative;
    z-index: 1;
    min-height: 670px;
    padding-block: 92px 86px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .72fr);
    align-items: center;
    gap: 70px;
}

.eyebrow, .kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--purple-2);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow i {
    width: 36px;
    height: 2px;
    background: var(--lime);
}

.hero h1 {
    max-width: 760px;
    margin: 22px 0 24px;
    font-size: clamp(46px, 6.2vw, 82px);
    line-height: .98;
    letter-spacing: -.055em;
}

.hero-lead {
    max-width: 680px;
    margin: 0;
    color: #c7c9d8;
    font-size: clamp(17px, 2vw, 20px);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.trust-row {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    color: #dedfea;
    font-size: 13px;
    font-weight: 700;
}

.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row b { color: var(--lime); }

.hero-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 32px;
    background: linear-gradient(160deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
    box-shadow: 0 35px 80px rgba(0,0,0,.33);
    backdrop-filter: blur(12px);
}

.hero-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -68px;
    top: 68px;
    border-radius: 50%;
    background: rgba(109,67,255,.23);
    filter: blur(4px);
}

.hero-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #c8cad8;
    font-size: 12px;
    font-weight: 800;
}

.hero-card__top span { display: flex; align-items: center; gap: 8px; }
.hero-card__top i { width: 9px; height: 9px; border-radius: 50%; background: #55e996; box-shadow: 0 0 0 6px rgba(85,233,150,.12); }

.brand-mark {
    position: relative;
    z-index: 1;
    width: 112px;
    height: 112px;
    margin: 42px 0 30px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    color: var(--white);
    background: var(--purple);
    box-shadow: 0 18px 40px rgba(109,67,255,.4);
    font-size: 42px;
    font-weight: 950;
    letter-spacing: -.08em;
    transform: rotate(-6deg);
}

.hero-card img.brand-mark {
    display: block;
    object-fit: cover;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 28px;
    background: transparent;
    box-shadow: 0 20px 48px rgba(0,0,0,.28);
}

.brand-mark span { color: var(--orange); }

.hero-card h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 13px;
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -.03em;
}

.hero-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 25px;
    color: #bfc1d2;
    font-size: 14px;
}

.hero-card .button { position: relative; z-index: 1; }

.quick-nav { position: relative; z-index: 5; margin-top: -1px; background: #101121; }

.quick-nav__grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.quick-nav a {
    min-height: 112px;
    padding: 23px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #f5f5f8;
    border-right: 1px solid rgba(255,255,255,.08);
    text-decoration: none;
    transition: background .2s ease;
}

.quick-nav a:first-child { border-left: 1px solid rgba(255,255,255,.08); }
.quick-nav a:hover { background: rgba(109,67,255,.18); }
.quick-nav a > b { color: var(--orange); font-size: 13px; }
.quick-nav span { display: grid; font-size: 14px; font-weight: 850; }
.quick-nav small { margin-top: 3px; color: #9295a9; font-size: 11px; font-weight: 600; }

.section { padding-block: 105px; }
.section--topics { background: var(--paper); }
.section--content { background: var(--paper-2); }

.section-heading {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr minmax(320px, .65fr);
    align-items: end;
    gap: 50px;
}

.section-heading h2, .faq-intro h2 {
    max-width: 720px;
    margin: 10px 0 0;
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.section-heading p, .faq-intro p { margin: 0; color: var(--muted); }

.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.topic-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255,255,255,.72);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.topic-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    opacity: .8;
    background: linear-gradient(90deg, var(--purple), var(--orange), var(--lime));
}

.topic-card:hover { transform: translateY(-5px); border-color: rgba(109,67,255,.32); box-shadow: var(--shadow); }
.topic-card > span { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.topic-card h3 { margin: 18px 0 12px; font-size: 24px; line-height: 1.16; letter-spacing: -.025em; }
.topic-card p { margin: 0; color: var(--muted); font-size: 14px; }
.topic-card a { margin-top: auto; padding-top: 22px; color: var(--purple); font-size: 13px; font-weight: 900; text-decoration: none; }
.topic-card a b { margin-left: 7px; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 28px; }

.article-card, .side-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 20px 55px rgba(25,24,38,.07);
}

.article-card { padding: clamp(30px, 5vw, 60px); }

.article-meta {
    margin-bottom: 42px;
    padding-bottom: 19px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px 22px;
    color: var(--muted);
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    font-weight: 750;
}

.article-toc {
    margin: 0 0 46px;
    padding: 22px 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper-2);
}

.article-toc > b { display: block; margin-bottom: 12px; color: var(--text); font-size: 13px; letter-spacing: .03em; }
.article-toc ol { margin: 0; padding-left: 20px; display: grid; gap: 8px; }
.article-toc a { color: var(--purple); font-size: 14px; font-weight: 780; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-card section { scroll-margin-top: 110px; }

.article-card section + section { margin-top: 48px; }
.article-card h2 { margin: 0 0 15px; font-size: clamp(28px, 3vw, 38px); line-height: 1.15; letter-spacing: -.035em; }
.article-card p { margin: 0; color: #4e5062; font-size: 17px; line-height: 1.82; }

.article-note {
    margin-top: 50px;
    padding: 20px 22px;
    border-left: 4px solid var(--orange);
    border-radius: 6px 16px 16px 6px;
    color: #3c3e50;
    background: #fff8eb;
    font-size: 14px;
}

.side-card {
    position: sticky;
    top: 108px;
    padding: 28px;
}

.side-card h2 { margin: 10px 0 26px; font-size: 28px; line-height: 1.12; letter-spacing: -.03em; }
.side-card ol { margin: 0 0 28px; padding: 0; list-style: none; }
.side-card li { padding: 17px 0; display: flex; align-items: flex-start; gap: 15px; border-top: 1px solid var(--line); }
.side-card li b { color: var(--purple); font-size: 12px; }
.side-card li span { color: #4d4f62; font-size: 14px; font-weight: 700; }

.section--related { padding-top: 0; background: var(--paper-2); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-card {
    min-height: 280px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 15, 62, .06);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.related-card:hover { transform: translateY(-4px); border-color: var(--purple-2); box-shadow: 0 24px 58px rgba(24, 15, 62, .11); }
.related-card > span { color: var(--purple); font-size: 10px; font-weight: 950; letter-spacing: .13em; }
.related-card h3 { margin: 18px 0 12px; font-size: 24px; line-height: 1.16; letter-spacing: -.025em; }
.related-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.related-card b { margin-top: auto; padding-top: 22px; color: var(--purple); font-size: 13px; }

.section--faq { color: var(--white); background: var(--ink); }

.subdomain-strip {
    padding-block: 58px;
    color: var(--white);
    background: #111326;
    border-top: 1px solid rgba(255,255,255,.07);
}

.subdomain-strip .kicker { color: var(--lime); }

.subdomain-links {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.subdomain-links a {
    min-height: 88px;
    padding: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 17px;
    background: rgba(255,255,255,.045);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.subdomain-links a:hover {
    transform: translateY(-3px);
    border-color: var(--purple-2);
    background: rgba(255,255,255,.08);
}

.subdomain-links small {
    margin-top: 3px;
    overflow: hidden;
    color: #9295aa;
    font-size: 9px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.faq-layout { display: grid; grid-template-columns: .7fr 1.1fr; align-items: start; gap: 80px; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro .kicker { color: var(--lime); }
.faq-intro p { margin-top: 22px; color: #aeb0c1; }

.faq-list details { border-top: 1px solid rgba(255,255,255,.13); }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.faq-list summary { padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--lime); font-size: 24px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 40px 26px 0; color: #b9bbca; }

.section--comments { background: var(--paper-2); }
.comments-heading { margin-bottom: 42px; }
.comments-layout { display: grid; grid-template-columns: 1.05fr .75fr; align-items: start; gap: 34px; }
.comments-list { display: grid; gap: 18px; }

.comments-empty,
.comment-card,
.comment-form {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 15, 62, .07);
}

.comments-empty { min-height: 420px; padding: 54px; display: grid; place-content: center; text-align: center; }
.comments-empty > span { font-size: 48px; }
.comments-empty h3 { margin: 14px 0 7px; font-size: 27px; letter-spacing: -.03em; }
.comments-empty p { max-width: 540px; margin: 0; color: var(--muted); }

.comment-card { padding: 25px; }
.comment-card__top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; }
.comment-card__top h3 { margin: 0 0 2px; font-size: 17px; }
.comment-card__top div > span { color: var(--orange); letter-spacing: .08em; }
.comment-card__top time { color: var(--muted); font-size: 12px; }
.comment-card > p { margin: 18px 0 0; color: #4e5062; }
.comment-avatar { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border-radius: 15px; background: linear-gradient(135deg, var(--purple), #9b7dff); font-weight: 950; }

.comment-form { position: sticky; top: 108px; padding: 30px; }
.comment-form h2 { margin: 8px 0 25px; font-size: 30px; line-height: 1.12; letter-spacing: -.035em; }
.comment-form > label:not(.check-row) { display: block; margin: 16px 0 7px; font-size: 13px; font-weight: 850; }
.comment-form input[type="text"],
.comment-form select,
.comment-form textarea {
    width: 100%;
    padding: 13px 15px;
    color: var(--text);
    border: 1px solid #d8d7df;
    border-radius: 13px;
    outline: none;
    background: #fbfaf7;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.comment-form textarea { resize: vertical; min-height: 135px; }
.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(109,67,255,.11); }
.check-row { margin: 18px 0; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; color: #55586b; font-size: 12px; cursor: pointer; }
.check-row input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--purple); }
.comment-submit { border: 0; cursor: pointer; font-family: inherit; }
.comment-form > small { display: block; margin-top: 12px; color: #787a8a; text-align: center; }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.form-alert { margin: -18px 0 28px; padding: 17px 20px; border-radius: 15px; font-size: 14px; }
.form-alert--success { color: #165b35; border: 1px solid #a7dec0; background: #e9f9ef; }
.form-alert--error { color: #7b2929; border: 1px solid #edb2b2; background: #fff0f0; }

.closing { padding-block: 70px; color: var(--ink); background: var(--lime); }
.closing__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.closing span { color: #4c5a16; font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.closing h2 { margin: 7px 0 7px; font-size: clamp(32px, 4vw, 50px); line-height: 1.04; letter-spacing: -.045em; }
.closing p { margin: 0; color: #4b522d; }
.closing .button { flex: 0 0 auto; color: var(--white); background: var(--ink); box-shadow: none; }
.closing .button:hover { background: var(--purple); }

.site-footer { padding-top: 68px; color: #d5d6e1; background: #080913; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 70px; }
.footer-brand img { width: 145px; height: 45px; object-fit: contain; border-radius: 9px; }
.footer-brand p { max-width: 420px; margin: 18px 0 0; color: #8f91a4; font-size: 14px; }
.footer-grid nav { display: flex; flex-direction: column; gap: 9px; }
.footer-grid nav b { margin-bottom: 9px; color: var(--white); }
.footer-grid nav a { color: #9294a7; font-size: 13px; text-decoration: none; }
.footer-grid nav a:hover { color: var(--lime); }
.footer-bottom { margin-top: 55px; padding: 22px 0 28px; display: flex; justify-content: space-between; gap: 20px; color: #737589; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

body.theme-blue {
    --purple: #1769ff;
    --purple-2: #7fb0ff;
    --orange: #20c6e8;
    --lime: #8ff3ff;
}

body.theme-teal {
    --purple: #087f72;
    --purple-2: #63d5c8;
    --orange: #ffb02e;
    --lime: #aef48f;
}

body.theme-orange {
    --purple: #dc5b17;
    --purple-2: #ffad7e;
    --orange: #f1a208;
    --lime: #ffe16f;
}

body.theme-blue .hero {
    background: radial-gradient(circle at 15% 12%, rgba(23,105,255,.25), transparent 36%), radial-gradient(circle at 87% 80%, rgba(32,198,232,.15), transparent 31%), linear-gradient(145deg, #07111f 0%, #0e203f 60%, #09192c 100%);
}

body.theme-blue .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .15;
    background-image: repeating-linear-gradient(115deg, transparent 0 80px, rgba(143,243,255,.15) 81px 82px);
    pointer-events: none;
}

body.theme-teal .hero {
    background: radial-gradient(circle at 15% 12%, rgba(8,127,114,.26), transparent 36%), radial-gradient(circle at 87% 80%, rgba(255,176,46,.14), transparent 31%), linear-gradient(145deg, #061512 0%, #0d2b27 60%, #071d1a 100%);
}

body.theme-teal .hero::after {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    right: -240px;
    top: 40px;
    border: 1px solid rgba(174,244,143,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(8,127,114,.06), 0 0 0 140px rgba(255,255,255,.025);
    pointer-events: none;
}

body.theme-orange .hero {
    background: radial-gradient(circle at 15% 12%, rgba(220,91,23,.27), transparent 36%), radial-gradient(circle at 87% 80%, rgba(241,162,8,.16), transparent 31%), linear-gradient(145deg, #1b0c06 0%, #3a1b0e 60%, #221006 100%);
}

body.theme-orange .hero::after {
    content: "";
    position: absolute;
    width: 640px;
    height: 640px;
    right: -260px;
    bottom: -350px;
    border: 2px dashed rgba(255,225,111,.2);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(220,91,23,.05), 0 0 0 140px rgba(241,162,8,.035);
    pointer-events: none;
}

@media (max-width: 1040px) {
    .main-nav { display: none; }
    .hero-grid { grid-template-columns: 1fr .7fr; gap: 38px; }
    .topic-grid { grid-template-columns: repeat(2, 1fr); }
    .quick-nav__grid { grid-template-columns: repeat(2, 1fr); }
    .quick-nav a:nth-child(2) { border-right: 0; }
    .subdomain-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .age-bar__inner span:last-child, .header-inner > .button { display: none; }
    .hero-grid { min-height: auto; padding-block: 70px; grid-template-columns: 1fr; }
    .hero-card { max-width: 520px; }
    .section, .section--faq { padding-block: 80px; }
    .section-heading, .content-layout, .faq-layout, .comments-layout { grid-template-columns: 1fr; gap: 38px; }
    .side-card, .faq-intro, .comment-form { position: static; }
    .closing__inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .subdomain-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
    :root { --wrap: min(100% - 26px, 1180px); --radius: 21px; }
    .age-bar__inner { justify-content: center; }
    .header-inner { min-height: 70px; }
    .brand img.brand-symbol { width: 43px; height: 43px; flex-basis: 43px; }
    .brand > span:last-child { display: none; }
    .hero h1 { font-size: 45px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-card { padding: 24px; }
    .quick-nav__grid, .topic-grid { grid-template-columns: 1fr; }
    .quick-nav a, .quick-nav a:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .section-heading h2, .faq-intro h2 { font-size: 38px; }
    .article-card { padding: 28px 23px; }
    .article-card p { font-size: 16px; }
    .comments-empty { min-height: 330px; padding: 32px 22px; }
    .comment-form { padding: 25px 20px; }
    .comment-card__top { grid-template-columns: auto 1fr; }
    .comment-card__top time { grid-column: 2; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .subdomain-links { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }
    .related-card { min-height: 0; }
}
