:root {
    --bg: #070b14;
    --bg-2: #0b1120;
    --panel: rgba(17, 24, 43, .78);
    --panel-2: rgba(255, 255, 255, .055);
    --line: rgba(155, 178, 255, .18);
    --line-strong: rgba(185, 204, 255, .32);
    --text: #f4f7ff;
    --muted: #9caad0;
    --blue: #5f82ff;
    --blue-2: #9bb5ff;
    --green: #62e095;
    --shadow: 0 28px 90px rgba(0, 0, 0, .38);
    --radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background:
        radial-gradient(900px 620px at 80% 2%, rgba(80, 116, 255, .26), transparent 65%),
        radial-gradient(760px 560px at 0% 30%, rgba(127, 166, 255, .14), transparent 68%),
        linear-gradient(180deg, #070b14 0%, #0a1020 48%, #070b14 100%);
    min-width: 320px;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 70%);
}

a {
    color: inherit;
    text-decoration: none;
}

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

.shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(7, 11, 20, .76);
    backdrop-filter: blur(18px);
}

.nav {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 750;
    letter-spacing: -.02em;
}

.brand img {
    width: 38px;
    height: 38px;
    filter: brightness(0) invert(1) drop-shadow(0 10px 22px rgba(95, 130, 255, .35));
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    color: rgba(232, 237, 255, .7);
    font-size: 14px;
    font-weight: 600;
}

.nav-links a {
    transition: color .18s ease, transform .18s ease;
}

.nav-links a:hover {
    color: #fff;
    transform: translateY(-1px);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #071022;
    background: linear-gradient(180deg, #fff 0%, #dfe8ff 38%, #6688ff 100%);
    box-shadow: 0 18px 40px rgba(80, 116, 255, .28), inset 0 1px 0 rgba(255, 255, 255, .7);
    font-weight: 750;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 22px 54px rgba(80, 116, 255, .34), inset 0 1px 0 rgba(255, 255, 255, .7);
}

.btn-small {
    min-height: 40px;
    padding: 0 18px;
    font-size: 14px;
}

.btn-large {
    min-height: 58px;
    padding: 0 32px;
    font-size: 18px;
}

.btn-secondary,
.btn-dark {
    color: var(--text);
    background: rgba(255, 255, 255, .06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.hero {
    padding: clamp(54px, 7vw, 96px) 0 clamp(56px, 8vw, 110px);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(34px, 6vw, 74px);
    align-items: center;
}

.live-pill {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 24px;
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: rgba(232, 237, 255, .72);
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    font-size: 14px;
}

.live-pill strong {
    color: #fff;
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(98, 224, 149, .12);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.hero h1 {
    margin-bottom: 24px;
    font-size: clamp(3rem, 6vw, 6.4rem);
    line-height: .98;
    letter-spacing: -.065em;
    text-wrap: balance;
}

.hero h1 em {
    display: inline-block;
    font-style: normal;
    background: linear-gradient(180deg, #fff 0%, #bdd0ff 30%, var(--blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-line {
    display: block;
}

.hero-lead {
    max-width: 660px;
    margin-bottom: 32px;
    color: rgba(232, 237, 255, .74);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 620px;
    margin-top: 34px;
}

.trust-row div {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
}

.trust-row strong {
    display: block;
    margin-bottom: 4px;
    font-size: 24px;
}

.trust-row span {
    color: var(--muted);
    font-size: 14px;
}

.dashboard {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 34px;
    padding: 20px;
    background:
        radial-gradient(420px 260px at 20% 0%, rgba(255, 255, 255, .14), transparent 74%),
        linear-gradient(180deg, rgba(23, 31, 57, .94), rgba(10, 14, 27, .98));
    box-shadow: var(--shadow);
}

.dashboard::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .14), transparent 28%, rgba(95, 130, 255, .12));
}

.dashboard > * {
    position: relative;
}

.dashboard-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 6px 4px 18px;
}

.dashboard-top span {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.dashboard-top strong {
    font-size: 24px;
}

.dashboard-top em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(98, 224, 149, .28);
    border-radius: 999px;
    color: #d9ffe8;
    background: rgba(98, 224, 149, .13);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.metric-main,
.mini-card,
.task-list > div {
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.metric-main {
    padding: 24px;
    border-radius: 26px;
}

.metric-main span,
.mini-card span,
.task-list span {
    color: var(--muted);
    font-size: 13px;
}

.metric-main strong {
    display: block;
    margin: 10px 0 18px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
    letter-spacing: -.05em;
}

.bar {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
}

.bar i {
    display: block;
    width: 76%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fff, var(--blue));
}

.dashboard-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.mini-card {
    padding: 18px;
    border-radius: 20px;
}

.mini-card strong {
    display: block;
    margin-top: 7px;
    font-size: 24px;
}

.task-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.task-list > div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
}

.task-list p {
    flex: 1;
    margin: 0;
}

.task-list strong,
.task-list span {
    display: block;
}

.task-list b {
    padding: 7px 10px;
    border-radius: 999px;
    color: #dce6ff;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
}

.task-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--blue-2);
    box-shadow: 0 0 0 6px rgba(155, 181, 255, .12);
}

.task-dot.green {
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(98, 224, 149, .12);
}

.section {
    padding: clamp(42px, 7vw, 86px) 0;
}

.panel,
.cta-panel {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
    box-shadow: var(--shadow);
}

.panel {
    padding: clamp(24px, 4vw, 46px);
}

.section-head {
    margin-bottom: 26px;
}

.section-head.split {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
}

.section-head.center {
    text-align: center;
}

.eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--blue-2);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.section h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.notice {
    max-width: 880px;
    margin-bottom: 22px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-left: 4px solid var(--blue);
    border-radius: 18px;
    color: rgba(232, 237, 255, .76);
    background: rgba(255, 255, 255, .045);
}

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

.step,
.benefit-card,
.stats-grid article {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--panel-2);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}

.step {
    min-height: 190px;
    padding: 22px;
}

.step.active {
    color: #071022;
    background: linear-gradient(135deg, #fff, #6f91ff);
}

.step span {
    display: block;
    margin-bottom: 34px;
    font-size: 34px;
    font-weight: 850;
}

.step p {
    margin: 0;
    color: inherit;
    line-height: 1.45;
}

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

.benefit-card {
    min-height: 280px;
    padding: 26px;
    overflow: hidden;
}

.benefit-card img {
    width: 48px;
    height: 48px;
    margin-bottom: 34px;
    opacity: .88;
    filter: brightness(0) invert(1) drop-shadow(0 14px 22px rgba(95, 130, 255, .26));
}

.benefit-card h3 {
    margin-bottom: 10px;
    font-size: 25px;
    letter-spacing: -.03em;
}

.benefit-card p {
    color: var(--muted);
    line-height: 1.55;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr 1fr 1fr;
    gap: 16px;
}

.stats-grid article {
    min-height: 154px;
    padding: 22px;
}

.stats-grid strong {
    display: block;
    margin-bottom: 10px;
    font-size: clamp(28px, 3vw, 48px);
    line-height: 1;
    letter-spacing: -.045em;
    background: linear-gradient(180deg, #fff, var(--blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stats-grid span {
    color: var(--muted);
}

.faq-shell {
    max-width: 920px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

details {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .045);
}

summary {
    cursor: pointer;
    padding: 20px 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 750;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "+";
    float: right;
    color: var(--blue-2);
}

details[open] summary::after {
    content: "-";
}

details p {
    margin: 0;
    padding: 0 22px 20px;
    color: var(--muted);
    line-height: 1.6;
}

.final-cta {
    padding: clamp(36px, 6vw, 72px) 0;
}

.cta-panel {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
    padding: clamp(26px, 5vw, 54px);
}

.cta-panel h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 64px);
    letter-spacing: -.05em;
}

.site-footer {
    margin-top: 40px;
    padding: 44px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(3, 6, 12, .44);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr;
    gap: 34px;
}

.footer-brand {
    margin-bottom: 14px;
}

.site-footer p,
.site-footer a,
.footer-bottom {
    color: var(--muted);
}

.site-footer h3 {
    margin: 0 0 14px;
    color: #fff;
}

.site-footer nav,
.contacts {
    display: grid;
    gap: 10px;
    align-content: start;
}

.contacts {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .04);
}

.contacts a {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 14px;
}

@media (max-width: 980px) {
    .nav-links {
        display: none;
    }

    .hero-grid,
    .steps,
    .benefit-grid,
    .stats-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .dashboard {
        max-width: 680px;
        margin: 0 auto;
    }

    .section-head.split,
    .cta-panel,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    body,
    .site-header,
    main,
    .site-footer {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .shell {
        width: calc(100% - 32px) !important;
        max-width: 430px !important;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
    }

    .nav {
        min-height: 66px;
        flex-wrap: wrap;
        gap: 10px 14px;
        padding: 12px 0;
    }

    .brand img {
        width: 32px;
        height: 32px;
    }

    .btn-small {
        display: none;
        min-height: 36px;
        padding: 0 13px;
        font-size: 12px;
    }

    .hero h1 {
        font-size: clamp(40px, 12vw, 54px);
        line-height: 1;
        letter-spacing: -.045em;
        overflow-wrap: break-word;
        text-wrap: auto;
    }

    .hero h1 em {
        display: inline;
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 0;
        gap: 28px;
    }

    .hero-copy,
    .dashboard,
    .trust-row,
    .panel,
    .benefit-grid,
    .stats-grid,
    .faq-shell,
    .cta-panel,
    .footer-grid {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .hero-copy > *,
    .dashboard > *,
    .panel > * {
        min-width: 0;
    }

    .hero-lead {
        font-size: 17px;
        line-height: 1.55;
        overflow-wrap: break-word;
    }

    .live-pill {
        display: none;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 8px 10px;
        font-size: 12px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn,
    .cta-panel .btn {
        width: 100%;
        max-width: 100%;
    }

    .nav .btn {
        width: auto;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .brand span {
        max-width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .trust-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .trust-row div {
        padding: 14px 10px;
        border-radius: 16px;
        text-align: center;
    }

    .trust-row strong {
        font-size: 20px;
    }

    .trust-row span {
        font-size: 12px;
    }

    .dashboard {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: auto;
        padding: 14px;
        border-radius: 24px;
    }

    .dashboard-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .dashboard-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .metric-main {
        padding: 20px;
    }

    .metric-main strong {
        font-size: clamp(36px, 12vw, 48px);
    }

    .task-list > div {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .task-list b {
        margin-left: 26px;
    }

    .panel {
        padding: 20px;
    }

    .section {
        padding: 44px 0;
    }

    .section h2,
    .cta-panel h2 {
        font-size: clamp(32px, 10vw, 42px);
        line-height: 1.04;
    }

    .steps,
    .benefit-grid {
        gap: 12px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .stats-grid article {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .stats-grid article:first-child {
        grid-column: span 2;
    }

    .footer-grid {
        gap: 24px;
    }

    .step,
    .benefit-card,
    .stats-grid article {
        min-height: auto;
    }
}

@media (max-width: 360px) {
    .shell {
        width: calc(100% - 24px) !important;
    }

    .hero h1 {
        font-size: 38px;
    }

    .trust-row {
        grid-template-columns: 1fr;
    }

    .dashboard-cards,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid article:first-child {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        background:
            radial-gradient(520px 420px at 50% -120px, rgba(95, 130, 255, .38), transparent 72%),
            linear-gradient(180deg, #080d19 0%, #0b1120 42%, #070b14 100%);
    }

    body::before {
        background-size: 46px 46px;
        opacity: .5;
    }

    .shell {
        width: 100% !important;
        max-width: none !important;
        padding-left: 18px;
        padding-right: 18px;
        overflow: hidden;
    }

    .site-header {
        position: relative;
        background: rgba(7, 11, 20, .95);
    }

    .nav {
        min-height: 66px;
        padding: 12px 18px;
    }

    .nav.shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .nav-links,
    .nav .btn-small {
        display: none;
    }

    .brand {
        font-size: 16px;
    }

    .brand img {
        width: 31px;
        height: 31px;
    }

    .hero {
        padding: 34px 0 34px;
    }

    .hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .hero-copy {
        text-align: center;
    }

    .live-pill {
        display: none;
    }

    .hero h1 {
        max-width: 390px;
        margin: 0 auto 18px;
        font-size: clamp(42px, 12vw, 54px);
        line-height: .98;
        letter-spacing: -.05em;
    }

    .hero h1 em {
        display: inline;
    }

    .hero-lead {
        max-width: 350px;
        margin: 0 auto 24px;
        color: rgba(232, 237, 255, .78);
        font-size: 17px;
        line-height: 1.5;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 360px;
        margin: 0 auto;
    }

    .hero-actions .btn,
    .cta-panel .btn {
        width: 100%;
        min-height: 56px;
    }

    .trust-row {
        max-width: 360px;
        margin: 22px auto 0;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .trust-row div {
        padding: 13px 8px;
        border-radius: 16px;
        background: rgba(255, 255, 255, .07);
        text-align: center;
    }

    .trust-row strong {
        margin: 0;
        font-size: 20px;
    }

    .trust-row span {
        font-size: 11px;
        line-height: 1.25;
    }

    .dashboard {
        width: 100%;
        max-width: 390px !important;
        margin: 0 auto;
        padding: 16px;
        border-radius: 24px;
    }

    .dashboard-top {
        align-items: flex-start;
        padding-bottom: 14px;
    }

    .dashboard-top strong {
        font-size: 21px;
    }

    .dashboard-top em {
        padding: 7px 10px;
        font-size: 12px;
    }

    .metric-main {
        padding: 18px;
        border-radius: 20px;
    }

    .metric-main strong {
        font-size: clamp(38px, 11vw, 48px);
    }

    .dashboard-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mini-card {
        padding: 15px;
        border-radius: 18px;
    }

    .mini-card strong {
        font-size: 22px;
    }

    .task-list {
        display: none;
    }

    .section {
        padding: 40px 0;
    }

    .panel,
    .cta-panel {
        border-radius: 24px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
    }

    .panel {
        padding: 22px 18px;
    }

    .section-head {
        margin-bottom: 18px;
    }

    .section-head.split,
    .cta-panel,
    .footer-bottom {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }

    .section-head.split .btn {
        width: 100%;
    }

    .section h2,
    .cta-panel h2 {
        font-size: clamp(31px, 9vw, 42px);
        line-height: 1.04;
        letter-spacing: -.04em;
    }

    .notice {
        padding: 14px;
        border-radius: 16px;
        font-size: 14px;
    }

    .steps {
        display: flex;
        gap: 12px;
        margin: 0 -18px;
        padding: 0 18px 8px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .steps::-webkit-scrollbar {
        display: none;
    }

    .step {
        min-width: 82%;
        min-height: 172px;
        padding: 20px;
        border-radius: 22px;
        scroll-snap-align: start;
    }

    .step span {
        margin-bottom: 28px;
        font-size: 30px;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .benefit-card {
        min-height: 0;
        display: grid;
        grid-template-columns: 44px 1fr;
        gap: 14px;
        align-items: start;
        padding: 18px;
        border-radius: 20px;
    }

    .benefit-card img {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .benefit-card h3 {
        margin-bottom: 6px;
        font-size: 20px;
        grid-column: 2;
    }

    .benefit-card p {
        grid-column: 2;
        margin: 0;
        font-size: 15px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .stats-grid article {
        min-height: 118px;
        padding: 16px 14px;
        border-radius: 18px;
    }

    .stats-grid article:first-child {
        grid-column: span 2;
    }

    .stats-grid strong {
        font-size: clamp(28px, 9vw, 38px);
    }

    summary {
        padding: 18px;
        font-size: 16px;
    }

    details p {
        padding: 0 18px 18px;
        font-size: 15px;
    }

    .cta-panel {
        padding: 24px 18px;
        text-align: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .contacts {
        padding: 14px;
    }

    .site-footer {
        margin-top: 20px;
        padding-top: 34px;
    }
}

@media (max-width: 360px) {
    .shell,
    .nav.shell {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .trust-row,
    .dashboard-cards,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid article:first-child {
        grid-column: auto;
    }
}
