@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500 900;
    font-display: swap;
    src: url("/static/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500 900;
    font-display: swap;
    src: url("/static/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    color-scheme: dark;
    --bg: #050b16;
    --bg-soft: #071225;
    --surface: #0b1729;
    --surface-2: #0e1d34;
    --surface-3: #132641;
    --text: #f7f9ff;
    --muted: #a5b5d2;
    --dim: #7588aa;
    --line: rgba(148, 177, 224, 0.17);
    --line-strong: rgba(112, 207, 255, 0.34);
    --blue: #397df6;
    --blue-2: #5a92ff;
    --cyan: #45d4ff;
    --mint: #62e2ae;
    --violet: #a986ff;
    --orange: #ffb75e;
    --danger: #ff7f9d;
    --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
    --radius: 26px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 104px;
    overflow-x: hidden;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--text);
    background:
        radial-gradient(circle at 82% 2%, rgba(57, 125, 246, 0.18), transparent 29rem),
        radial-gradient(circle at 8% 32%, rgba(69, 212, 255, 0.08), transparent 28rem),
        var(--bg);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: 0.25;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

a {
    color: inherit;
}

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

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

:focus-visible {
    outline: 3px solid rgba(69, 212, 255, 0.78);
    outline-offset: 4px;
}

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

.site-header {
    position: fixed;
    z-index: 100;
    top: 10px;
    left: 50%;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 0;
    padding: 8px 12px 8px 14px;
    border: 1px solid rgba(130, 184, 255, 0.18);
    border-radius: 19px;
    background: rgba(5, 14, 28, 0.78);
    box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    transform: translateX(-50%);
}

main {
    padding-top: 82px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--text);
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.brand img {
    width: 36px;
    height: 36px;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.zappi-wordmark {
    color: #fff;
    font-family: "Segoe Script", "Brush Script MT", "Comic Sans MS", cursive;
    font-size: 30px;
    font-weight: 700;
    font-synthesis-weight: none;
    line-height: 1;
    letter-spacing: 0.01em;
    text-shadow:
        0 0 2px #fff,
        0 0 10px rgba(56, 189, 248, 0.82),
        0 0 22px rgba(30, 111, 255, 0.58);
}

.brand .zappi-wordmark {
    font-size: 27px;
}

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

.site-nav > a:not(.button) {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: color 160ms ease;
}

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

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.button--small {
    min-height: 44px;
    padding-inline: 18px;
    border-radius: 14px;
    font-size: 12px;
}

.button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--blue-2), var(--blue));
    box-shadow: 0 15px 36px rgba(57, 125, 246, 0.3);
}

.button--primary:hover {
    box-shadow: 0 18px 44px rgba(57, 125, 246, 0.42);
}

.button--secondary {
    border-color: var(--line);
    color: var(--text);
    background: rgba(13, 28, 50, 0.72);
}

.button--secondary:hover {
    border-color: var(--line-strong);
    background: rgba(18, 39, 68, 0.9);
}

.button__arrow {
    font-size: 18px;
    line-height: 1;
}

.hero {
    display: grid;
    min-height: calc(100svh - 78px);
    grid-template-columns: minmax(0, 1.04fr) minmax(410px, 0.96fr);
    align-items: center;
    gap: clamp(36px, 6vw, 78px);
    padding: 42px 0 72px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #93e5ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 6px rgba(98, 226, 174, 0.1);
    content: "";
}

.hero h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(44px, 5vw, 70px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.99;
    text-wrap: balance;
}

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

.hero__lead {
    max-width: 670px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: clamp(16px, 1.55vw, 19px);
    font-weight: 650;
    line-height: 1.58;
}

.hero__lead strong {
    color: var(--text);
    font-weight: 850;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.demo-wrap {
    position: relative;
    padding: 22px 0;
}

.demo-wrap::before {
    position: absolute;
    z-index: -1;
    inset: 4% -12% 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57, 125, 246, 0.26), rgba(69, 212, 255, 0.06) 48%, transparent 72%);
    filter: blur(18px);
    content: "";
}

.demo {
    position: relative;
    width: min(100%, 480px);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(130, 178, 255, 0.24);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(16, 34, 59, 0.98), rgba(7, 18, 34, 0.98));
    box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, 0.04);
}

.demo__bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 17px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
}

.demo__bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 12px rgba(98, 226, 174, 0.8);
}

.demo__progress {
    height: 5px;
    flex: 1;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(129, 151, 191, 0.18);
}

.demo__progress span {
    display: block;
    width: 46%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cyan), var(--blue-2));
}

.demo__body {
    padding: 19px;
}

.demo__task {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(5, 13, 26, 0.64);
}

.demo__task small {
    display: block;
    margin-bottom: 7px;
    color: var(--cyan);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.demo__task b {
    font-size: 18px;
    font-weight: 850;
}

.fraction {
    display: inline-grid;
    grid-template-rows: 1fr 1px 1fr;
    vertical-align: -0.58em;
    min-width: 1.3em;
    margin-inline: 0.08em;
    text-align: center;
    line-height: 1.1;
}

.fraction i {
    background: currentColor;
}

.chat {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 16px;
}

.message {
    max-width: 88%;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.48;
}

.message--student {
    align-self: flex-end;
    border-bottom-right-radius: 5px;
    color: #fff;
    background: linear-gradient(135deg, #346fe2, #4b8cff);
}

.message--zappi {
    position: relative;
    align-self: flex-start;
    margin-left: 31px;
    border: 1px solid rgba(112, 207, 255, 0.2);
    border-bottom-left-radius: 5px;
    color: #dbe7fb;
    background: rgba(20, 40, 67, 0.92);
}

.message--zappi::before {
    position: absolute;
    top: 2px;
    left: -31px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    color: var(--cyan);
    background: #0c192c;
    font-size: 13px;
    font-weight: 900;
    content: "З";
}

.message strong {
    color: var(--cyan);
}

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

.demo__answer {
    padding: 9px 6px;
    border: 1px solid var(--line);
    border-radius: 11px;
    color: var(--muted);
    background: rgba(5, 13, 26, 0.66);
    font-size: 11px;
    font-weight: 850;
    text-align: center;
}

.demo__answer--active {
    border-color: rgba(98, 226, 174, 0.54);
    color: var(--mint);
    background: rgba(98, 226, 174, 0.1);
}

.demo__badge {
    position: absolute;
    right: -15px;
    bottom: 3px;
    padding: 10px 14px;
    border: 1px solid rgba(98, 226, 174, 0.34);
    border-radius: 999px;
    color: #a6f2d3;
    background: rgba(8, 36, 35, 0.94);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
    font-size: 11px;
    font-weight: 900;
}

.real-demo {
    position: relative;
    width: min(100%, 458px);
    margin: 0 auto;
    padding: 0;
}

.real-demo::before {
    position: absolute;
    z-index: -1;
    inset: 8% -12% 2%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57, 125, 246, 0.28), rgba(69, 212, 255, 0.06) 50%, transparent 72%);
    filter: blur(22px);
    content: "";
}

.real-demo__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 16px;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    background: rgba(12, 27, 49, 0.96);
}

.real-demo__label span {
    flex: 0 0 auto;
    color: var(--cyan);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.real-demo__label b {
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    text-align: right;
}

.real-demo__viewport {
    height: 500px;
    overflow: hidden;
    border: 1px solid rgba(130, 178, 255, 0.26);
    background: #020713;
    box-shadow: var(--shadow);
}

.real-demo__viewport img {
    width: 100%;
    height: auto;
    transform: translateY(-384px);
}

.real-demo figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid rgba(98, 226, 174, 0.28);
    border-top: 0;
    border-radius: 0 0 24px 24px;
    color: var(--muted);
    background: rgba(8, 30, 34, 0.96);
    font-size: 10px;
    font-weight: 700;
}

.real-demo figcaption b {
    flex: 0 0 auto;
    color: var(--mint);
    font-weight: 900;
}

.ai-stage {
    position: relative;
    width: min(100%, 500px);
    margin-inline: auto;
    padding: 24px 0 48px;
}

.ai-stage::before {
    position: absolute;
    z-index: -1;
    inset: -5% -13% 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 75% 18%, rgba(169, 134, 255, 0.2), transparent 28%),
        radial-gradient(circle at 35% 55%, rgba(57, 125, 246, 0.3), transparent 58%);
    filter: blur(22px);
    content: "";
}

.ai-mascot {
    position: absolute;
    z-index: 3;
    top: -42px;
    left: -58px;
    width: 126px;
    height: auto;
    pointer-events: none;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
    animation: mascotFloat 4.4s ease-in-out infinite;
    will-change: transform;
}

.ai-window {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(130, 178, 255, 0.3);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(15, 33, 58, 0.98), rgba(5, 14, 28, 0.99));
    box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, 0.04);
}

.ai-window__head {
    display: grid;
    gap: 11px;
    padding: 15px 18px 14px;
    border-bottom: 1px solid var(--line);
    background: rgba(13, 29, 51, 0.96);
}

.ai-window__agent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ai-window__agent .zappi-wordmark {
    font-size: 25px;
}

.ai-online {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a8f0d5;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ai-online i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 0 rgba(98, 226, 174, 0.55);
    animation: onlinePulse 2s ease-out infinite;
}

.ai-context {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 9px 11px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--muted);
    background: rgba(4, 13, 26, 0.54);
    font-size: 10px;
    font-weight: 750;
}

.ai-context b {
    flex: 0 0 auto;
    color: var(--cyan);
    font-size: 9px;
    font-weight: 900;
}

.ai-context span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-dialog {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 15px 16px 12px;
}

.ai-message {
    max-width: 88%;
    padding: 9px 11px;
    border-radius: 13px;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.42;
    animation: chatReveal 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ai-message--user {
    align-self: flex-end;
    border-bottom-right-radius: 4px;
    color: #fff;
    background: linear-gradient(135deg, #346fe2, #4b8cff);
    box-shadow: 0 8px 20px rgba(57, 125, 246, 0.18);
}

.ai-message--bot {
    align-self: flex-start;
    border: 1px solid rgba(112, 207, 255, 0.18);
    border-bottom-left-radius: 4px;
    color: #dce8fb;
    background: rgba(20, 41, 69, 0.94);
}

.ai-message--bot b {
    display: block;
    margin-bottom: 2px;
    color: var(--cyan);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ai-message--1 { animation-delay: 350ms; }
.ai-message--2 { animation-delay: 1.65s; }
.ai-message--3 { animation-delay: 3.45s; }
.ai-message--4 { animation-delay: 4.75s; }
.ai-message--5 { animation-delay: 6.55s; }
.ai-message--6 { animation-delay: 7.85s; }

.ai-typing {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 2px 0 0 4px;
    color: var(--dim);
    font-size: 8.5px;
    font-weight: 750;
    animation: chatReveal 420ms ease 9.2s both;
}

.ai-typing i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--cyan);
    animation: typingDot 1.25s ease-in-out infinite;
}

.ai-typing i:nth-child(2) { animation-delay: 130ms; }
.ai-typing i:nth-child(3) { animation-delay: 260ms; }
.ai-typing span { margin-left: 4px; }

.ai-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 15px 15px;
    overflow: hidden;
    border: 1px solid rgba(73, 132, 239, 0.34);
    border-radius: 13px;
    color: var(--dim);
    background: rgba(3, 10, 21, 0.68);
    font-size: 9.5px;
    font-weight: 700;
}

.ai-input span {
    padding-left: 12px;
}

.ai-input b {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue-2), var(--blue));
    font-size: 9px;
    font-weight: 900;
}

.ai-stage__note {
    position: absolute;
    z-index: 4;
    right: -20px;
    bottom: 0;
    max-width: 245px;
    padding: 9px 12px;
    border: 1px solid rgba(98, 226, 174, 0.34);
    border-radius: 13px;
    color: var(--muted);
    background: rgba(7, 30, 34, 0.96);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    font-size: 8.5px;
    font-weight: 700;
}

.ai-stage__note b,
.ai-stage__note span {
    display: block;
}

.ai-stage__note b {
    color: var(--mint);
    font-size: 9.5px;
    font-weight: 900;
}

.motion-strip {
    width: 100%;
    overflow: hidden;
    border-block: 1px solid var(--line);
    background: linear-gradient(90deg, rgba(8, 20, 37, 0.96), rgba(17, 37, 64, 0.96), rgba(8, 20, 37, 0.96));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
    contain: paint;
}

.motion-track {
    display: flex;
    width: max-content;
    animation: tickerMove 30s linear infinite;
    will-change: transform;
}

.motion-group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 42px;
    padding: 13px 21px;
}

.motion-group span {
    color: #b9c9e5;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.025em;
    white-space: nowrap;
}

.motion-group i {
    color: var(--cyan);
    font-style: normal;
    text-shadow: 0 0 12px rgba(69, 212, 255, 0.62);
}

.proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 0;
    padding: 1px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--line);
    list-style: none;
}

.proof li {
    min-width: 0;
    padding: 19px 20px;
    background: rgba(8, 20, 37, 0.96);
}

.proof li:first-child {
    border-radius: 20px 0 0 20px;
}

.proof li:last-child {
    border-radius: 0 20px 20px 0;
}

.proof b {
    display: block;
    color: var(--text);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.proof span {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.section {
    padding: clamp(76px, 9vw, 120px) 0;
}

.section--compact {
    padding-top: clamp(62px, 7vw, 88px);
    padding-bottom: clamp(62px, 7vw, 88px);
}

.section__kicker {
    margin: 0 0 10px;
    color: var(--cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section h2 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(34px, 4.3vw, 58px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.03;
    text-wrap: balance;
}

.section__lead {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 16px;
    font-weight: 650;
}

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

.step {
    position: relative;
    min-height: 250px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(155deg, rgba(16, 34, 59, 0.86), rgba(8, 19, 36, 0.86));
}

.step::after {
    position: absolute;
    right: -18px;
    bottom: -40px;
    color: rgba(69, 212, 255, 0.055);
    font-size: 170px;
    font-weight: 900;
    line-height: 1;
    content: attr(data-step);
}

.step__number {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(69, 212, 255, 0.28);
    border-radius: 13px;
    color: var(--cyan);
    background: rgba(69, 212, 255, 0.08);
    font-size: 13px;
    font-weight: 900;
}

.step h3 {
    position: relative;
    z-index: 1;
    margin: 44px 0 9px;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.step p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.58;
}

.compare-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.compare-card {
    min-width: 0;
    padding: 23px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(16, 34, 59, 0.82), rgba(7, 18, 34, 0.9));
}

.compare-card__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--muted);
    background: rgba(5, 14, 27, 0.56);
    font-size: 16px;
    font-weight: 900;
}

.compare-card h3 {
    margin: 22px 0 14px;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.compare-card p {
    margin: 0;
    font-size: 11.5px;
    font-weight: 650;
    line-height: 1.55;
}

.compare-card p + p {
    margin-top: 11px;
}

.compare-card p b {
    display: block;
    margin-bottom: 2px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.compare-card__plus {
    color: #bcd2c8;
}

.compare-card__plus b {
    color: var(--mint);
}

.compare-card__minus {
    color: var(--muted);
}

.compare-card__minus b {
    color: #ffafbf;
}

.compare-card--zappi {
    position: relative;
    grid-column: 1 / -1;
    padding: 27px;
    overflow: hidden;
    border-color: rgba(69, 212, 255, 0.36);
    background:
        radial-gradient(circle at 88% 10%, rgba(69, 212, 255, 0.16), transparent 18rem),
        linear-gradient(135deg, rgba(20, 50, 86, 0.98), rgba(8, 24, 44, 0.98));
    box-shadow: 0 24px 60px rgba(6, 40, 79, 0.25);
}

.compare-card__badge {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--cyan);
    background: rgba(69, 212, 255, 0.09);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.compare-card--zappi h3 {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 15px;
    font-size: 27px;
}

.compare-card--zappi h3 .zappi-wordmark {
    font-size: 31px;
}

.compare-card--zappi ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.compare-card--zappi li {
    position: relative;
    padding-left: 22px;
    color: #c5d3e9;
    font-size: 12px;
    font-weight: 700;
}

.compare-card--zappi li::before {
    position: absolute;
    left: 0;
    color: var(--mint);
    font-weight: 900;
    content: "✓";
}

.compare-note {
    max-width: 880px;
    margin: 17px 0 0;
    color: var(--dim);
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.55;
}

.modes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 36px;
}

.mode {
    position: relative;
    min-height: 250px;
    padding: 27px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(150deg, rgba(16, 34, 59, 0.92), rgba(7, 17, 33, 0.95));
}

.mode--wide {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 36px;
}

.mode__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 15px;
    color: var(--cyan);
    background: rgba(69, 212, 255, 0.08);
    font-size: 22px;
    font-weight: 900;
}

.mode h3 {
    margin: 20px 0 8px;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.mode p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 650;
}

.mode__label {
    display: inline-flex;
    margin-top: 17px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #a7f2d4;
    background: rgba(98, 226, 174, 0.09);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.trainer-ui {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(4, 12, 25, 0.7);
    transform: rotate(1.4deg);
}

.trainer-ui__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
}

.trainer-ui__numbers {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 7px;
    margin-top: 14px;
}

.trainer-ui__numbers span {
    display: grid;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 9px;
    color: var(--dim);
    background: rgba(19, 38, 65, 0.7);
    font-size: 10px;
    font-weight: 850;
}

.trainer-ui__numbers .is-current {
    border-color: rgba(69, 212, 255, 0.46);
    color: var(--cyan);
    background: rgba(69, 212, 255, 0.1);
}

.trainer-ui__task {
    margin-top: 12px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: #d9e6fa;
    background: rgba(10, 23, 42, 0.86);
    font-size: 11px;
    font-weight: 750;
}

.trainer-ui__hint {
    display: inline-flex;
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #b9eaff;
    background: rgba(57, 125, 246, 0.16);
    font-size: 10px;
    font-weight: 900;
}

.lesson-map {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 28px;
}

.lesson-node {
    position: relative;
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 5px solid rgba(69, 212, 255, 0.24);
    border-radius: 50%;
    color: var(--cyan);
    background: #0b1b30;
    box-shadow: 0 0 0 8px rgba(69, 212, 255, 0.04);
    font-size: 18px;
    font-weight: 900;
}

.lesson-node + .lesson-node::before {
    position: absolute;
    top: 50%;
    right: calc(100% + 5px);
    width: 11px;
    border-top: 2px dashed rgba(105, 139, 190, 0.34);
    content: "";
}

.lesson-node--done {
    border-color: rgba(98, 226, 174, 0.64);
    color: var(--mint);
}

.photo-review {
    margin-top: 24px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(4, 12, 25, 0.67);
}

.photo-review__paper {
    min-height: 84px;
    padding: 13px;
    border-radius: 12px;
    color: #1a2740;
    background: #f4f0e6;
    font-family: Georgia, serif;
    font-size: 12px;
    font-style: italic;
    transform: rotate(-1deg);
}

.photo-review__result {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 13px;
    color: #cdeede;
    font-size: 11px;
    font-weight: 750;
}

.photo-review__result b {
    color: var(--mint);
}

.exam-ui {
    margin-top: 24px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(4, 12, 25, 0.67);
}

.exam-ui__timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--orange);
    font-size: 11px;
    font-weight: 900;
}

.exam-ui__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    padding: 11px;
    border-radius: 11px;
    color: var(--muted);
    background: rgba(18, 38, 65, 0.7);
    font-size: 10px;
    font-weight: 800;
}

.exam-ui__row span:last-child {
    color: var(--mint);
}

.gallery-heading {
    position: relative;
    margin-top: clamp(62px, 8vw, 92px);
}

.gallery-heading h3 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.gallery-hint {
    position: absolute;
    right: 0;
    bottom: 3px;
    color: var(--dim);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.screen-gallery {
    display: flex;
    gap: 16px;
    margin-top: 28px;
    padding: 3px 2px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(69, 212, 255, 0.4) rgba(13, 28, 50, 0.65);
    scrollbar-width: thin;
}

.screen-shot {
    flex: 0 0 clamp(220px, 22vw, 265px);
    min-width: 0;
    margin: 0;
    scroll-snap-align: start;
}

.screen-shot__image {
    aspect-ratio: 0.518;
    overflow: hidden;
    border: 1px solid rgba(130, 178, 255, 0.22);
    border-radius: 24px;
    background: #020713;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.32);
    transition: transform 180ms ease, border-color 180ms ease;
}

.screen-shot:hover .screen-shot__image {
    border-color: var(--line-strong);
    transform: translateY(-4px);
}

.screen-shot__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.screen-shot figcaption {
    padding: 14px 5px 0;
}

.screen-shot figcaption b,
.screen-shot figcaption span {
    display: block;
}

.screen-shot figcaption small {
    display: inline-flex;
    margin-bottom: 7px;
    padding: 4px 7px;
    border-radius: 999px;
    color: var(--cyan);
    background: rgba(69, 212, 255, 0.08);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.07em;
}

.screen-shot figcaption b {
    font-size: 13px;
    font-weight: 900;
}

.screen-shot figcaption span {
    margin-top: 3px;
    color: var(--dim);
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.45;
}

.available {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.exam-card {
    position: relative;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(10, 24, 43, 0.88);
}

.exam-card::after {
    position: absolute;
    top: -50px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(57, 125, 246, 0.13);
    filter: blur(5px);
    content: "";
}

.exam-card--ege::after {
    background: rgba(169, 134, 255, 0.14);
}

.exam-card__tag {
    color: var(--cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.exam-card--ege .exam-card__tag {
    color: #c6adff;
}

.exam-card h3 {
    margin: 12px 0 0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.exam-card ul {
    display: grid;
    gap: 10px;
    margin: 20px 0 24px;
    padding: 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    list-style: none;
}

.exam-card li {
    position: relative;
    padding-left: 23px;
}

.exam-card li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--mint);
    font-weight: 900;
    content: "✓";
}

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

.honest {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
    gap: clamp(32px, 7vw, 92px);
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid var(--line);
    border-radius: 32px;
    background:
        radial-gradient(circle at 8% 10%, rgba(98, 226, 174, 0.1), transparent 18rem),
        rgba(9, 23, 41, 0.88);
}

.honest h2 {
    font-size: clamp(32px, 4vw, 50px);
}

.honest__list {
    display: grid;
    gap: 14px;
}

.honest__item {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(6, 17, 32, 0.54);
}

.honest__item b {
    display: block;
    font-size: 14px;
    font-weight: 900;
}

.honest__item p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 650;
}

.faq {
    display: grid;
    gap: 10px;
    max-width: 900px;
    margin-top: 34px;
}

.faq details {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(9, 23, 41, 0.74);
}

.faq summary {
    position: relative;
    padding: 19px 52px 19px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 850;
    list-style: none;
}

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

.faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--cyan);
    border-bottom: 2px solid var(--cyan);
    content: "";
    transform: translateY(-68%) rotate(45deg);
    transition: transform 160ms ease;
}

.faq details[open] summary::after {
    transform: translateY(-25%) rotate(225deg);
}

.faq details p {
    max-width: 780px;
    margin: 0;
    padding: 0 20px 20px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.62;
}

.founder-contact {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
    margin-top: clamp(12px, 3vw, 34px);
    margin-bottom: clamp(18px, 4vw, 46px);
    padding: clamp(26px, 4vw, 40px);
    border: 1px solid rgba(112, 207, 255, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 0%, rgba(69, 212, 255, 0.15), transparent 23rem),
        linear-gradient(135deg, rgba(13, 31, 55, 0.96), rgba(7, 19, 36, 0.96));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.founder-contact__copy h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.founder-contact__copy > p:last-child {
    max-width: 550px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.62;
}

.founder-contact__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-pill {
    display: flex;
    min-height: 116px;
    align-items: center;
    gap: 14px;
    padding: 17px;
    border: 1px solid rgba(122, 178, 255, 0.2);
    border-radius: 20px;
    color: var(--text);
    background: rgba(7, 20, 39, 0.78);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-pill:hover {
    border-color: rgba(90, 208, 255, 0.55);
    background: rgba(15, 39, 70, 0.92);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    transform: translateY(-3px);
}

.contact-pill--creators {
    background: linear-gradient(145deg, rgba(20, 75, 126, 0.72), rgba(11, 34, 63, 0.88));
}

.contact-pill__icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(99, 208, 255, 0.28);
    border-radius: 14px;
    color: var(--cyan);
    background: rgba(69, 212, 255, 0.1);
    font-size: 21px;
    font-weight: 900;
}

.contact-pill b,
.contact-pill small {
    display: block;
}

.contact-pill b {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.28;
}

.contact-pill small {
    margin-top: 6px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
    line-height: 1.35;
}

.final-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(44px, 7vw, 78px) 24px;
    border: 1px solid rgba(112, 207, 255, 0.24);
    border-radius: 32px;
    background:
        radial-gradient(circle at 50% -20%, rgba(69, 212, 255, 0.28), transparent 32rem),
        linear-gradient(145deg, rgba(23, 52, 91, 0.96), rgba(9, 24, 43, 0.96));
    text-align: center;
}

.final-cta h2 {
    max-width: 760px;
    margin-inline: auto;
}

.final-cta p {
    max-width: 650px;
    margin: 17px auto 26px;
    color: #bdcce4;
    font-size: 15px;
    font-weight: 700;
}

.seo-note {
    max-width: 880px;
    padding: 70px 0 24px;
}

.seo-note h2 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.seo-note p {
    margin: 0;
    color: var(--dim);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.72;
}

.site-footer {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 34px;
    padding: 34px 0 22px;
    border-top: 1px solid var(--line);
}

.site-footer__brand b {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.site-footer__brand p {
    max-width: 300px;
    margin: 8px 0 0;
    color: var(--dim);
    font-size: 11px;
    font-weight: 650;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links b {
    margin-bottom: 2px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-links a {
    color: var(--dim);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

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

.legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 22px;
    padding: 18px 0 28px;
    border-top: 1px solid var(--line);
    color: #607597;
    font-size: 9.5px;
    font-weight: 700;
}

.legal a {
    color: #7f94b7;
}

@keyframes tickerMove {
    to { transform: translate3d(-50%, 0, 0); }
}

@keyframes mascotFloat {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes onlinePulse {
    0% { box-shadow: 0 0 0 0 rgba(98, 226, 174, 0.52); }
    70%, 100% { box-shadow: 0 0 0 8px rgba(98, 226, 174, 0); }
}

@keyframes chatReveal {
    from { opacity: 0; transform: translateY(8px) scale(0.985); }
    to { opacity: 1; transform: none; }
}

@keyframes typingDot {
    0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
    30% { opacity: 1; transform: translateY(-3px); }
}

@media (max-width: 980px) {
    .hero {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 34px;
        padding-top: 52px;
    }

    .hero__copy {
        max-width: 780px;
        order: 2;
    }

    .ai-stage {
        order: 1;
        width: min(100%, 500px);
        margin-top: 40px;
    }

    .demo-wrap {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .real-demo {
        width: min(100%, 458px);
        margin-inline: auto;
    }

    .steps {
        grid-template-columns: 1fr;
    }

    .compare-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .compare-card--zappi {
        grid-column: 1 / -1;
    }

    .step {
        min-height: 190px;
    }

    .step h3 {
        margin-top: 26px;
    }

    .honest {
        grid-template-columns: 1fr;
    }

    .site-footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .founder-contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .shell {
        width: min(100% - 28px, 1160px);
    }

    .site-header {
        top: 8px;
        min-height: 60px;
        margin-top: 0;
        padding: 7px 8px 7px 10px;
        border-radius: 17px;
    }

    main {
        padding-top: 74px;
    }

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

    .site-nav {
        gap: 0;
    }

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

    .demo-wrap::before {
        inset-inline: 0;
    }

    .real-demo::before {
        inset-inline: 0;
    }

    .ai-stage::before {
        inset-inline: 0;
    }

    .hero h1 {
        font-size: clamp(39px, 10.5vw, 58px);
    }

    .proof {
        grid-template-columns: 1fr;
    }

    .proof li:first-child {
        border-radius: 20px 20px 0 0;
    }

    .proof li:last-child {
        border-radius: 0 0 20px 20px;
    }

    .modes,
    .available {
        grid-template-columns: 1fr;
    }

    .compare-grid {
        grid-template-columns: 1fr;
    }

    .compare-card--zappi {
        grid-column: auto;
    }

    .compare-card--zappi ul {
        grid-template-columns: 1fr;
    }

    .screen-gallery {
        display: flex;
        gap: 14px;
        margin-inline: calc((100vw - 100%) / -2);
        padding: 2px max(14px, calc((100vw - 100%) / 2)) 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .screen-gallery::-webkit-scrollbar {
        display: none;
    }

    .screen-shot {
        flex: 0 0 min(78vw, 310px);
        scroll-snap-align: center;
    }

    .gallery-hint {
        position: static;
        display: block;
        margin-top: 10px;
    }

    .mode--wide {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .mode {
        min-height: 0;
    }

    .trainer-ui {
        margin-top: 22px;
        transform: none;
    }
}

@media (max-width: 540px) {
    .brand span {
        font-size: 17px;
    }

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

    .button--small {
        min-height: 42px;
        padding-inline: 14px;
    }

    .hero {
        gap: 22px;
        padding-top: 38px;
    }

    .ai-stage {
        width: 100%;
        margin-top: 18px;
        padding: 28px 0 58px;
    }

    .ai-mascot {
        top: -37px;
        right: -3px;
        left: auto;
        width: 96px;
    }

    .ai-window {
        border-radius: 22px;
    }

    .ai-window__head {
        padding: 13px 14px 12px;
    }

    .ai-window__agent .zappi-wordmark {
        font-size: 23px;
    }

    .ai-context {
        align-items: flex-start;
        font-size: 9px;
    }

    .ai-context span {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    .ai-dialog {
        gap: 7px;
        padding: 12px 12px 10px;
    }

    .ai-message {
        max-width: 92%;
        padding: 8px 10px;
        font-size: 9.5px;
    }

    .ai-input {
        margin: 0 12px 13px;
    }

    .ai-stage__note {
        right: 5px;
        bottom: 2px;
    }

    .motion-group {
        gap: 30px;
        padding-block: 11px;
    }

    .motion-group span {
        font-size: 10px;
    }

    .eyebrow {
        margin-bottom: 13px;
        font-size: 10px;
    }

    .hero h1 {
        font-size: clamp(36px, 11.3vw, 48px);
        line-height: 1.01;
    }

    .hero__lead {
        margin-top: 18px;
        font-size: 14px;
    }

    .hero__actions {
        display: grid;
        margin-top: 23px;
    }

    .hero__actions .button {
        width: 100%;
    }

    .demo-wrap {
        padding: 6px 0 18px;
    }

    .real-demo {
        width: 100%;
    }

    .real-demo__label {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
        border-radius: 21px 21px 0 0;
    }

    .real-demo__label b {
        text-align: left;
    }

    .real-demo__viewport {
        height: 420px;
    }

    .real-demo__viewport img {
        transform: translateY(-316px);
    }

    .real-demo figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
        border-radius: 0 0 21px 21px;
    }

    .demo {
        border-radius: 24px;
    }

    .demo__body {
        padding: 14px;
    }

    .demo__badge {
        right: 8px;
        bottom: -7px;
    }

    .proof li {
        padding: 16px;
    }

    .section {
        padding: 68px 0;
    }

    .section h2 {
        font-size: 34px;
    }

    .section__lead {
        font-size: 14px;
    }

    .step,
    .mode,
    .compare-card,
    .exam-card {
        padding: 21px;
        border-radius: 22px;
    }

    .step {
        min-height: 206px;
    }

    .mode h3 {
        font-size: 22px;
    }

    .compare-card--zappi h3 {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        font-size: 23px;
    }

    .trainer-ui__numbers {
        grid-template-columns: repeat(5, 1fr);
    }

    .lesson-map {
        gap: 12px;
    }

    .lesson-node {
        width: 55px;
        height: 55px;
    }

    .honest {
        padding: 24px;
        border-radius: 24px;
    }

    .founder-contact {
        gap: 24px;
        padding: 24px 18px;
        border-radius: 24px;
    }

    .founder-contact__actions {
        grid-template-columns: 1fr;
    }

    .contact-pill {
        min-height: 92px;
    }

    .final-cta {
        border-radius: 24px;
    }

    .site-footer {
        grid-template-columns: 1fr 1fr;
        gap: 26px 20px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .legal {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .ai-message,
    .ai-typing {
        opacity: 1 !important;
        transform: none !important;
        animation-delay: 0ms !important;
    }

    .motion-track {
        animation: none !important;
        transform: none !important;
    }
}
