@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
    --ink: #002664;
    --ink-soft: #52647d;
    --paper: #f7f9fe;
    --surface: #ffffff;
    --surface-soft: #eaf3ff;
    --teal: #146cfd;
    --teal-dark: #0053c7;
    --coral: #d7153a;
    --sun: #f4b942;
    --success: #4fce57;
    --line: #dce5f1;
    --shadow: 0 24px 70px rgba(0, 38, 100, 0.16);
    --display: "Space Grotesk", "Avenir Next", sans-serif;
    --body: "DM Sans", "Avenir Next", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    line-height: 1.6;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
    outline: 3px solid var(--sun);
    outline-offset: 4px;
}

.site-shell {
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

.site-shell::before {
    background: radial-gradient(circle at 82% 7%, rgba(215, 21, 58, 0.1), transparent 24rem),
        radial-gradient(circle at 4% 34%, rgba(20, 108, 253, 0.08), transparent 22rem);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.container {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 28px;
    padding-right: 28px;
    position: relative;
    width: 100%;
}

.site-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    padding-top: 24px;
    position: relative;
    z-index: 2;
}

.brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.brand-mark {
    background: var(--ink);
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(22, 36, 58, 0.16);
    display: inline-block;
    height: 42px;
    overflow: hidden;
    position: relative;
    width: 42px;
}

.brand-mark::before {
    background: var(--sun);
    border-radius: 999px;
    content: "";
    height: 34px;
    left: 12px;
    position: absolute;
    top: 4px;
    transform: rotate(18deg);
    width: 7px;
}

.brand-mark::after {
    border: 2px dashed rgba(255, 255, 255, 0.78);
    border-bottom: 0;
    border-top: 0;
    content: "";
    height: 42px;
    left: 20px;
    position: absolute;
    top: 0;
    transform: rotate(18deg);
    width: 0;
}

.brand-copy {
    display: grid;
    gap: 0;
}

.brand-copy strong {
    font-family: var(--display);
    font-size: 17px;
    letter-spacing: -0.04em;
    line-height: 1;
}

.brand-copy small {
    color: var(--ink-soft);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-top: 5px;
}

.site-nav {
    align-items: center;
    display: flex;
    gap: 28px;
}

.site-nav a:not(.button) {
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 180ms ease;
}

.site-nav a:not(.button):hover {
    color: var(--teal-dark);
}

.button {
    align-items: center;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--body);
    font-size: 14px;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    text-decoration: none;
    transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: var(--ink);
    box-shadow: 0 12px 24px rgba(22, 36, 58, 0.16);
    color: #fff;
}

.button-primary:hover {
    background: #223753;
    box-shadow: 0 16px 28px rgba(22, 36, 58, 0.22);
}

.button-light {
    background: #fff;
    color: var(--ink);
}

.button-light:hover {
    box-shadow: 0 12px 25px rgba(22, 36, 58, 0.12);
}

.button-coral {
    background: var(--coral);
    color: #fff;
}

.button-coral:hover {
    background: #e3654c;
    box-shadow: 0 12px 25px rgba(239, 118, 93, 0.25);
}

.hero {
    padding-bottom: 88px;
    padding-top: 80px;
}

.hero-band {
    background: var(--ink);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.hero-band::before {
    background: radial-gradient(circle, rgba(20, 108, 253, 0.28), transparent 68%);
    content: "";
    height: 620px;
    position: absolute;
    right: -90px;
    top: -130px;
    width: 620px;
}

.hero-band::after {
    border: 1px solid rgba(203, 237, 253, 0.16);
    border-radius: 50%;
    content: "";
    height: 700px;
    position: absolute;
    right: -300px;
    top: -170px;
    width: 700px;
}

.hero-band .container,
.hero-band .hero-grid {
    position: relative;
    z-index: 1;
}

.hero-grid {
    align-items: center;
    display: grid;
    gap: 76px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
}

.eyebrow {
    align-items: center;
    color: var(--teal-dark);
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow::before {
    background: var(--coral);
    border-radius: 999px;
    content: "";
    height: 8px;
    width: 8px;
}

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

h1,
h2,
h3 {
    font-family: var(--display);
    letter-spacing: -0.055em;
}

.hero h1 {
    font-size: clamp(3.35rem, 7vw, 6.6rem);
    line-height: 0.96;
    margin: 22px 0 24px;
    max-width: 690px;
}

.hero h1 em {
    color: var(--teal);
    font-style: normal;
}

.hero-band .eyebrow {
    color: #cbedfd;
}

.hero-band .eyebrow::before {
    background: var(--coral);
}

.hero-band h1 em {
    color: #8ad7ff;
}

.lede {
    color: var(--ink-soft);
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 30px;
    max-width: 560px;
}

.hero-band .lede {
    color: #c4d2e6;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.store-button__icon {
    font-size: 21px;
    line-height: 1;
}

.text-link {
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.hero-band .text-link {
    color: #fff;
}

.text-link span {
    color: var(--coral);
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    transition: transform 180ms ease;
}

.text-link:hover span {
    transform: translateX(4px);
}

.hero-note {
    color: var(--ink-soft);
    font-size: 12px;
    margin: 30px 0 0;
}

.hero-note strong {
    color: var(--ink);
}

.hero-band .hero-note {
    color: #aebed4;
}

.hero-band .hero-note strong {
    color: #fff;
}

.hero-band .button-primary {
    background: var(--coral);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.hero-band .button-primary:hover {
    background: #b90f30;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}

.hero-stage {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 650px;
    position: relative;
}

.hero-stage::before {
    background: radial-gradient(circle, rgba(20, 108, 253, 0.34), transparent 68%);
    border-radius: 50%;
    content: "";
    height: 570px;
    position: absolute;
    transform: rotate(-10deg);
    width: 570px;
}

.hero-stage::after {
    border: 1px solid rgba(203, 237, 253, 0.28);
    border-radius: 50%;
    content: "";
    height: 570px;
    position: absolute;
    transform: rotate(22deg);
    width: 570px;
}

.stage-label {
    background: var(--coral);
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 10px 14px;
    position: absolute;
    right: 4%;
    text-transform: uppercase;
    top: 7%;
    transform: rotate(8deg);
    z-index: 1;
}

.device {
    background: var(--ink);
    border: 7px solid var(--ink);
    border-radius: 40px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
    padding: 8px;
    position: relative;
    transform: rotate(2deg);
    width: min(326px, 76vw);
    z-index: 1;
}

.device::before {
    background: #000;
    border-radius: 0 0 14px 14px;
    content: "";
    height: 23px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 108px;
    z-index: 2;
}

.device-screen {
    background: #f1f4fb;
    border-radius: 30px;
    min-height: 660px;
    overflow: hidden;
    padding: 30px 14px 18px;
}

.app-statusbar,
.app-titleline {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.app-statusbar {
    color: #081326;
    font-size: 9px;
    font-weight: 700;
    padding: 0 9px;
}

.app-titleline {
    gap: 8px;
    margin: 27px 2px 16px;
}

.app-titleline strong {
    font-family: var(--display);
    font-size: 16px;
    letter-spacing: -0.06em;
    margin-right: auto;
}

.app-mode,
.app-settings {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    color: var(--teal);
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.app-settings {
    color: #6e7b91;
}

.readiness-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 26px rgba(0, 38, 100, 0.08);
    padding: 15px 13px 13px;
}

.readiness-label {
    color: var(--success);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.readiness-main {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 10px 0 14px;
}

.readiness-copy {
    align-items: center;
    display: flex;
    gap: 8px;
    min-width: 0;
}

.readiness-badge {
    align-items: center;
    background: #e5f6e6;
    border-radius: 50%;
    color: var(--success);
    display: flex;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    height: 39px;
    justify-content: center;
    width: 39px;
}

.readiness-copy strong {
    display: block;
    font-family: var(--display);
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    white-space: nowrap;
}

.readiness-copy small {
    color: #8490a2;
    display: block;
    font-size: 7px;
    line-height: 1.2;
    margin-top: 4px;
}

.readiness-ring {
    align-items: center;
    border: 7px solid #d9f1dc;
    border-bottom-color: var(--success);
    border-left-color: var(--success);
    border-radius: 50%;
    color: var(--success);
    display: flex;
    flex: 0 0 auto;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.readiness-stats {
    border-top: 1px solid #e3e7ed;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 11px;
}

.readiness-stats div {
    text-align: center;
}

.readiness-stats div + div {
    border-left: 1px solid #e3e7ed;
}

.readiness-stats strong {
    color: var(--success);
    display: block;
    font-family: var(--display);
    font-size: 18px;
    line-height: 1;
}

.readiness-stats small {
    color: #8993a2;
    display: block;
    font-size: 7px;
    margin-top: 5px;
}

.quick-title {
    color: #737f93;
    font-family: var(--display);
    font-size: 15px;
    letter-spacing: -0.05em;
    margin: 16px 7px 8px;
}

.study-title {
    margin-top: 19px;
}

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

.quick-card {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0, 38, 100, 0.06);
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-height: 76px;
    padding: 8px 4px;
}

.quick-card__icon {
    align-items: center;
    background: #fff0df;
    border-radius: 50%;
    color: #ff9d2e;
    display: flex;
    font-size: 16px;
    height: 29px;
    justify-content: center;
    width: 29px;
}

.quick-card small {
    color: #17243a;
    font-size: 8px;
    font-weight: 600;
}

.quick-card--review .quick-card__icon {
    background: #eee5ff;
    color: #9365e9;
}

.quick-card--stats .quick-card__icon {
    background: #dceeff;
    color: var(--teal);
}

.study-card {
    align-items: center;
    border-radius: 18px;
    color: #fff;
    display: grid;
    gap: 9px;
    grid-template-columns: 38px 1fr 14px;
    margin-top: 9px;
    min-height: 76px;
    padding: 11px 12px;
}

.study-card--practice {
    background: var(--success);
    box-shadow: 0 5px 0 #2aa63b;
}

.study-card--mock {
    background: var(--teal);
    box-shadow: 0 5px 0 #0053c7;
}

.study-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    font-size: 17px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.study-card strong {
    display: block;
    font-family: var(--display);
    font-size: 17px;
    letter-spacing: -0.05em;
    line-height: 1;
}

.study-card small {
    display: block;
    font-size: 8px;
    line-height: 1.2;
    margin-top: 4px;
    max-width: 150px;
}

.study-card b {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
}

.app-footerline {
    color: #8993a2;
    font-size: 8px;
    margin: 15px 0 0;
    text-align: center;
}

.section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.section-heading {
    margin-bottom: 42px;
    max-width: 610px;
}

.section-heading h2 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1;
    margin: 15px 0 18px;
}

.section-heading p {
    color: var(--ink-soft);
    font-size: 17px;
    margin-bottom: 0;
}

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

.feature-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 28px;
    min-height: 300px;
    padding: 26px;
    position: relative;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.feature-card:hover {
    box-shadow: 0 20px 45px rgba(22, 36, 58, 0.08);
    transform: translateY(-4px);
}

.feature-card:nth-child(2) {
    background: var(--surface-soft);
}

.feature-card:nth-child(3) {
    background: #fff3ed;
}

.feature-icon {
    align-items: center;
    background: var(--ink);
    border-radius: 15px;
    color: #fff;
    display: flex;
    font-family: var(--display);
    font-size: 22px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    margin-bottom: 70px;
    width: 48px;
}

.feature-card:nth-child(2) .feature-icon {
    background: var(--teal);
}

.feature-card:nth-child(3) .feature-icon {
    background: var(--coral);
}

.feature-card h3 {
    font-size: 24px;
    line-height: 1.05;
    margin-bottom: 10px;
}

.feature-card p {
    color: var(--ink-soft);
    font-size: 14px;
    margin-bottom: 0;
}

.feature-card__number {
    color: rgba(22, 36, 58, 0.28);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: 26px;
    top: 29px;
}

.seo-section {
    padding-top: 44px;
}

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

.test-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-top: 4px solid var(--teal);
    border-radius: 24px;
    min-height: 230px;
    padding: 26px;
}

.test-card:nth-child(2) {
    background: var(--surface-soft);
    border-top-color: var(--coral);
}

.test-card:nth-child(3) {
    background: #fff8e7;
    border-top-color: var(--sun);
}

.test-card__tag {
    color: var(--teal-dark);
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.test-card h3 {
    font-size: 25px;
    line-height: 1.05;
    margin: 25px 0 11px;
}

.test-card p {
    color: var(--ink-soft);
    font-size: 14px;
    margin-bottom: 0;
}

.faq-section {
    padding-top: 44px;
}

.faq-grid {
    display: grid;
    gap: 14px 18px;
    grid-template-columns: repeat(2, 1fr);
}

.faq-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 20px 22px;
}

.faq-card summary {
    color: var(--ink);
    cursor: pointer;
    font-family: var(--display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
    list-style: none;
    padding-right: 28px;
    position: relative;
}

.faq-card summary::-webkit-details-marker {
    display: none;
}

.faq-card summary::after {
    color: var(--coral);
    content: "+";
    font-family: var(--body);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.faq-card[open] summary::after {
    content: "−";
}

.faq-card summary:focus-visible {
    outline: 3px solid var(--sun);
    outline-offset: 4px;
}

.faq-card p {
    color: var(--ink-soft);
    font-size: 14px;
    margin: 14px 0 0;
}

.story-panel {
    align-items: center;
    background: var(--ink);
    border-radius: 34px;
    color: #fff;
    display: grid;
    gap: 60px;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    padding: 54px;
    position: relative;
}

.story-panel::after {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    content: "";
    height: 400px;
    position: absolute;
    right: -180px;
    top: -170px;
    width: 400px;
}

.story-panel .eyebrow {
    color: #b8e5dc;
}

.story-panel h2 {
    font-size: clamp(2.5rem, 5vw, 4.7rem);
    line-height: 0.98;
    margin: 16px 0 18px;
}

.story-panel p {
    color: #b6c4d5;
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 420px;
}

.road-map {
    background: #20334e;
    border-radius: 26px;
    min-height: 300px;
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.road-map::before {
    border: 10px solid #2c4565;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    content: "";
    height: 220px;
    left: 45px;
    position: absolute;
    top: 58px;
    transform: rotate(30deg);
    width: 300px;
}

.road-map::after {
    border-left: 3px dashed var(--sun);
    content: "";
    height: 178px;
    left: 198px;
    position: absolute;
    top: 60px;
    transform: rotate(51deg);
}

.map-point {
    align-items: center;
    background: var(--coral);
    border: 5px solid #20334e;
    border-radius: 50%;
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    width: 42px;
    z-index: 1;
}

.map-point::after {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 9px;
    width: 9px;
}

.map-point--start {
    left: 64px;
    top: 62px;
}

.map-point--end {
    bottom: 52px;
    right: 74px;
}

.map-caption {
    bottom: 24px;
    color: #9db0c6;
    font-size: 11px;
    left: 28px;
    position: absolute;
}

.trust-row {
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
}

.trust-item {
    padding: 22px 24px;
    text-align: center;
}

.trust-item + .trust-item {
    border-left: 1px solid var(--line);
}

.trust-item strong {
    display: block;
    font-family: var(--display);
    font-size: 18px;
    letter-spacing: -0.04em;
}

.trust-item span {
    color: var(--ink-soft);
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.cta-panel {
    align-items: center;
    background: var(--coral);
    border-radius: 34px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 44px 54px;
    position: relative;
}

.cta-panel::after {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    content: "";
    height: 300px;
    position: absolute;
    right: -80px;
    top: -150px;
    width: 300px;
}

.cta-panel h2 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1;
    margin: 0 0 10px;
}

.cta-panel p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

.site-footer {
    color: var(--ink-soft);
    font-size: 13px;
    padding-bottom: 38px;
    padding-top: 38px;
    position: relative;
    z-index: 1;
}

.footer-row {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}

.footer-links {
    display: flex;
    gap: 18px;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--teal-dark);
}

.disclaimer {
    color: var(--ink-soft);
    font-size: 12px;
    margin: 20px 0 0;
    text-align: center;
}

.page-main {
    padding-bottom: 92px;
}

.page-intro {
    max-width: 760px;
    padding-bottom: 48px;
    padding-top: 76px;
}

.page-intro h1 {
    font-size: clamp(3rem, 7vw, 5.6rem);
    line-height: 0.97;
    margin: 18px 0;
}

.page-intro p {
    color: var(--ink-soft);
    font-size: 17px;
    margin-bottom: 0;
}

.legal-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 0.72fr 1.7fr;
}

.page-aside {
    background: var(--surface-soft);
    border-radius: 24px;
    padding: 24px;
    position: sticky;
    top: 20px;
}

.page-aside strong {
    display: block;
    font-family: var(--display);
    font-size: 18px;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
}

.page-aside p {
    color: var(--ink-soft);
    font-size: 13px;
    margin: 0;
}

.page-aside a {
    color: var(--teal-dark);
    font-weight: 700;
    text-decoration: none;
}

.legal-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: clamp(28px, 5vw, 58px);
}

.legal-card h2 {
    font-size: 28px;
    line-height: 1.05;
    margin: 34px 0 11px;
}

.legal-card h2:first-child {
    margin-top: 0;
}

.legal-card p,
.legal-card li {
    color: var(--ink-soft);
    font-size: 15px;
}

.legal-card p:last-child {
    margin-bottom: 0;
}

.legal-card ul {
    padding-left: 22px;
}

.legal-card li + li {
    margin-top: 8px;
}

.legal-card a {
    color: var(--teal-dark);
    font-weight: 700;
}

.meta {
    color: var(--ink-soft);
    font-size: 13px;
    margin-bottom: 0;
}

.support-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 28px;
}

.support-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 26px;
}

.support-card--accent {
    background: var(--teal);
    color: #fff;
}

.support-card h2 {
    font-size: 24px;
    margin: 0 0 9px;
}

.support-card p {
    color: var(--ink-soft);
    font-size: 14px;
    margin-bottom: 0;
}

.support-card--accent p {
    color: rgba(255, 255, 255, 0.82);
}

.email-link {
    color: var(--teal-dark);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 18px;
    text-decoration: none;
}

.support-card--accent .email-link {
    color: #fff;
}

.back-link {
    color: var(--ink-soft);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 26px;
    text-decoration: none;
}

.back-link:hover {
    color: var(--teal-dark);
}

@media (max-width: 920px) {
    .hero-grid {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 720px;
    }

    .hero-stage {
        min-height: 650px;
    }

    .story-panel {
        gap: 38px;
        grid-template-columns: 1fr;
    }

    .story-panel .road-map {
        min-height: 250px;
    }

    .legal-layout {
        grid-template-columns: 1fr;
    }

    .page-aside {
        position: static;
    }
}

@media (max-width: 680px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .site-header {
        padding-top: 18px;
    }

    .site-nav {
        gap: 0;
    }

    .site-nav a:not(.button) {
        display: none;
    }

    .site-nav .button {
        font-size: 12px;
        min-height: 42px;
        padding: 0 15px;
    }

    .hero {
        padding-bottom: 50px;
        padding-top: 58px;
    }

    .hero h1 {
        font-size: clamp(3.1rem, 15vw, 5.3rem);
    }

    .lede {
        font-size: 16px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-stage {
        min-height: 700px;
    }

    .hero-stage::before {
        height: 500px;
        width: 500px;
    }

    .hero-stage::after {
        height: 440px;
        width: 440px;
    }

    .device {
        width: min(326px, 88vw);
    }

    .device-screen {
        min-height: 660px;
    }

    .stage-label {
        right: 0;
        top: 5%;
    }

    .section {
        padding-bottom: 68px;
        padding-top: 68px;
    }

    .feature-grid,
    .support-grid,
    .test-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: 250px;
    }

    .feature-icon {
        margin-bottom: 48px;
    }

    .story-panel,
    .cta-panel {
        border-radius: 26px;
        padding: 30px 24px;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
        gap: 26px;
    }

    .trust-row {
        grid-template-columns: 1fr;
        margin-top: 54px;
    }

    .trust-item + .trust-item {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .footer-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .page-intro {
        padding-top: 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}
