/* =========================================================
   ГЛАВНАЯ СТРАНИЦА АРЕНЫ
   Apple-подача + фирменный стиль проекта
   ========================================================= */

:root {
    --home-bg: #f5f5f7;
    --home-white: #ffffff;
    --home-black: #1d1d1f;
    --home-muted: #6e6e73;
    --home-light-muted: #86868b;
    --home-border: rgba(0, 0, 0, 0.08);
    --home-border-strong: rgba(0, 0, 0, 0.13);
    --home-red: #d91f26;
    --home-red-dark: #b5171d;
    --home-red-soft: #fff1f1;
    --home-green: #18864b;
    --home-radius: 28px;
    --home-radius-small: 18px;
    --home-transition:
        260ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Эта таблица стилей загружается только на главной */

body {
    background: var(--home-bg);
    color: var(--home-black);
}

.topbar {
    border-bottom: 1px solid var(--home-border) !important;
    background: rgba(245, 245, 247, 0.82) !important;
    box-shadow: none !important;

    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.topbar .brand-name,
.topbar .nav-links a {
    color: var(--home-black) !important;
}

.topbar .nav-links > a:not(.button):hover {
    color: var(--home-muted) !important;
}

.topbar .button {
    border-color: var(--home-black) !important;
    background: var(--home-black) !important;
    color: #fff !important;
}

.main {
    padding-top: 0;
    background: var(--home-bg);
}

.main > .container {
    width: min(1240px, calc(100% - 48px));
}

.home-hero {
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 27%,
            rgba(217, 31, 38, 0.055),
            transparent 31rem
        ),
        var(--home-bg);
}

.home-hero-inner {
    padding-top: clamp(80px, 10vw, 144px);
    padding-bottom: 42px;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.home-label,
.home-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: var(--home-muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.home-label-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--home-red);
}

.home-hero h1 {
    max-width: 1000px;
    margin: 25px auto 25px;

    color: var(--home-black);
    font-size: clamp(55px, 8vw, 104px);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.home-hero h1 span {
    display: block;
    color: var(--home-red);
}

.home-hero-copy > p {
    max-width: 680px;
    margin: 0 auto;

    color: var(--home-muted);
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.025em;
}

.home-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.home-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;

    padding: 13px 24px;
    border: 1px solid var(--home-border-strong);
    border-radius: 999px;

    color: var(--home-black);
    background: transparent;

    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none !important;

    transition:
        transform var(--home-transition),
        color var(--home-transition),
        background-color var(--home-transition),
        border-color var(--home-transition);
}

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

.home-button-primary {
    border-color: var(--home-black);
    background: var(--home-black);
    color: #fff !important;
}

.home-button-primary:hover {
    border-color: #000;
    background: #000;
    color: #fff !important;
}

.home-button-secondary {
    background: rgba(255, 255, 255, 0.62);
}

.home-button-secondary:hover {
    border-color: rgba(0, 0, 0, 0.22);
    background: #fff;
    color: var(--home-black);
}

/* Демонстрация продукта */

.home-product-wrap {
    position: relative;
    width: min(1120px, 100%);
    margin: clamp(65px, 8vw, 110px) auto 0;
    padding: 0 22px;
}

.home-product-glow {
    position: absolute;
    top: 12%;
    right: 8%;
    bottom: -3%;
    left: 8%;

    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(217, 31, 38, 0.12),
            transparent 68%
        );
    filter: blur(46px);
    pointer-events: none;
}

.home-product {
    position: relative;
    z-index: 1;
    overflow: hidden;

    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 26px;

    background: #fff;
    box-shadow:
        0 42px 100px rgba(0, 0, 0, 0.13),
        0 10px 28px rgba(0, 0, 0, 0.06);

    transform: perspective(1500px) rotateX(1.5deg);
}

.home-product-topbar {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;

    padding: 0 20px;
    border-bottom: 1px solid var(--home-border);

    background: rgba(255, 255, 255, 0.94);
}

.home-product-brand {
    display: flex;
    align-items: center;
    gap: 9px;

    color: var(--home-black);
    font-size: 13px;
    font-weight: 700;
}

.home-product-brand img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.home-product-subject {
    padding: 8px 12px;
    border: 1px solid var(--home-border);
    border-radius: 999px;

    color: var(--home-muted);
    background: #fff;

    font-size: 12px;
    font-weight: 500;
}

.home-product-layout {
    display: grid;
    grid-template-columns: 185px minmax(0, 1fr);
    min-height: 570px;
}

.home-product-sidebar {
    padding: 24px 16px;
    border-right: 1px solid var(--home-border);
    background: #fafafa;
}

.home-sidebar-logo {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;

    margin: 0 8px 34px;
    border-radius: 12px;

    background: var(--home-red);
    color: #fff;

    font-size: 18px;
    font-weight: 700;
}

.home-sidebar-item {
    display: flex;
    min-height: 42px;
    align-items: center;
    gap: 10px;

    margin-bottom: 6px;
    padding: 0 12px;
    border-radius: 11px;

    color: var(--home-muted);
    font-size: 12px;
    font-weight: 500;
}

.home-sidebar-item span {
    width: 8px;
    height: 8px;
    border: 1.5px solid currentColor;
    border-radius: 3px;
}

.home-sidebar-item.active {
    background: var(--home-red-soft);
    color: var(--home-red);
}

.home-product-main {
    padding: clamp(26px, 4vw, 48px);
    background: #fff;
}

.home-product-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.home-product-caption,
.home-result-label,
.home-mini-label {
    color: var(--home-light-muted);
    font-size: 12px;
    font-weight: 500;
}

.home-product-heading h2 {
    margin: 6px 0 0;
    color: var(--home-black);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 600;
    letter-spacing: -0.045em;
}

.home-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 8px 11px;
    border-radius: 999px;

    color: var(--home-green);
    background: #eff9f3;

    font-size: 11px;
    font-weight: 600;
}

.home-status span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.home-result-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr;
    gap: 16px;
    margin-top: 30px;
}

.home-result-card {
    overflow: hidden;
    min-height: 300px;

    padding: 22px;
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius-small);

    background: #fbfbfd;
}

.home-result-primary {
    position: relative;
}

.home-score {
    margin-top: 18px;
    color: var(--home-black);
    font-size: clamp(52px, 7vw, 86px);
    font-weight: 650;
    line-height: 0.9;
    letter-spacing: -0.065em;
}

.home-score span {
    color: var(--home-muted);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.home-score-change {
    margin-top: 13px;
    color: var(--home-green);
    font-size: 12px;
    font-weight: 600;
}

.home-chart {
    position: absolute;
    right: 22px;
    bottom: 20px;
    left: 22px;
    height: 130px;
}

.home-chart svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.home-chart-area {
    fill: url("#areaGradient");
}

.home-chart-line {
    fill: none;
    stroke: var(--home-red);
    stroke-width: 3;
    stroke-linecap: round;
}

.home-chart-point {
    fill: var(--home-red);
}

.home-expert-card {
    background: #f7f7f9;
}

.home-paper {
    position: relative;
    min-height: 184px;
    margin-top: 16px;
    padding: 20px;

    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 13px;

    background:
        repeating-linear-gradient(
            to bottom,
            #fff 0,
            #fff 25px,
            #f1f1f3 26px
        );
}

.home-paper-line {
    width: 83%;
    height: 6px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #d9d9de;
}

.home-paper-line.short {
    width: 41%;
}

.home-paper-line.medium {
    width: 62%;
}

.home-paper-formula {
    margin: 20px 0 17px;
    color: #3a3a3c;
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
}

.home-paper-mark {
    position: absolute;
    right: 25px;
    bottom: 48px;

    width: 63px;
    height: 38px;

    border: 2px solid var(--home-red);
    border-radius: 50%;

    transform: rotate(-11deg);
}

.home-paper-note {
    position: absolute;
    right: 13px;
    bottom: 15px;

    color: var(--home-red);
    font-size: 11px;
    font-weight: 600;
    transform: rotate(-5deg);
}

.home-expert-footer {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 15px;
}

.home-expert-avatar {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    flex: 0 0 auto;

    border-radius: 50%;
    background: var(--home-black);
    color: #fff;

    font-size: 13px;
    font-weight: 700;
}

.home-expert-footer div {
    display: flex;
    flex-direction: column;
}

.home-expert-footer b {
    color: var(--home-black);
    font-size: 12px;
    font-weight: 600;
}

.home-expert-footer div span {
    color: var(--home-light-muted);
    font-size: 10px;
}

.home-product-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 16px;

    border: 1px solid var(--home-border);
    border-radius: 15px;
}

.home-product-footer > div {
    display: flex;
    min-height: 75px;
    flex-direction: column;
    justify-content: center;

    padding: 15px 20px;
    border-right: 1px solid var(--home-border);
}

.home-product-footer > div:last-child {
    border-right: 0;
}

.home-product-footer b {
    margin-top: 5px;
    color: var(--home-black);
    font-size: 14px;
    font-weight: 600;
}

.home-product-footer .home-positive {
    color: var(--home-green);
}

.home-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 960px;

    margin: 48px auto 0;
    padding-top: 28px;
    border-top: 1px solid var(--home-border);
}

.home-trust-row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    color: var(--home-muted);
    font-size: 14px;
    font-weight: 500;
}

.home-trust-icon {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;

    border: 1px solid var(--home-border-strong);
    border-radius: 50%;

    color: var(--home-black);
    font-size: 12px;
}

/* Контент */

.home-content {
    padding-top: clamp(90px, 11vw, 150px);
    padding-bottom: 38px;
}

.home-section,
.home-feature-grid,
.home-final {
    margin-bottom: clamp(90px, 11vw, 150px);
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 36px;
}

.home-section-heading h2 {
    margin: 10px 0 0;
    color: var(--home-black);
    font-size: clamp(42px, 6vw, 68px);
    font-weight: 650;
    letter-spacing: -0.055em;
}

.home-text-link,
.home-feature-copy a {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: var(--home-black);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
}

.home-text-link span,
.home-feature-copy a span {
    transition: transform var(--home-transition);
}

.home-text-link:hover span,
.home-feature-copy a:hover span {
    transform: translateX(4px);
}

/* Список пробников */

.home-exam-list {
    overflow: hidden;
    border-top: 1px solid var(--home-border-strong);
}

.home-exam-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto 30px;
    align-items: center;
    gap: 22px;

    min-height: 145px;
    padding: 24px 8px;

    border-bottom: 1px solid var(--home-border);

    color: var(--home-black);
    text-decoration: none !important;

    transition:
        padding var(--home-transition),
        background-color var(--home-transition);
}

.home-exam-row:hover {
    padding-right: 18px;
    padding-left: 18px;
    background: rgba(255, 255, 255, 0.62);
}

.home-exam-type {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;

    border: 1px solid var(--home-border);
    border-radius: 15px;

    background: #fff;
    color: var(--home-red);

    font-size: 20px;
    font-weight: 650;
}

.home-exam-info h3 {
    margin: 8px 0 6px;
    color: var(--home-black);
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 600;
    letter-spacing: -0.035em;
}

.home-exam-info p {
    max-width: 700px;
    margin: 0;
    color: var(--home-muted);
    font-size: 14px;
}

.home-exam-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;

    color: var(--home-light-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.home-exam-details {
    display: flex;
    min-width: 130px;
    flex-direction: column;
    gap: 7px;

    color: var(--home-muted);
    font-size: 13px;
    text-align: right;
}

.home-exam-arrow {
    color: var(--home-black);
    font-size: 22px;
    transition: transform var(--home-transition);
}

.home-exam-row:hover .home-exam-arrow {
    transform: translateX(4px);
}

.home-empty {
    padding: 64px 0;
    border-bottom: 1px solid var(--home-border);
}

.home-empty span {
    color: var(--home-red);
    font-size: 13px;
    font-weight: 600;
}

.home-empty h3 {
    max-width: 600px;
    margin: 10px 0 0;
}

/* Два крупных блока вместо сетки мелких карточек */

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.home-feature {
    position: relative;
    display: flex;
    min-height: 690px;
    flex-direction: column;
    overflow: hidden;

    padding: clamp(28px, 4vw, 48px);
    border-radius: var(--home-radius);

    isolation: isolate;
}

.home-feature-light {
    border: 1px solid var(--home-border);
    background: #fff;
}

.home-feature-dark {
    border: 1px solid #1d1d1f;
    background: #1d1d1f;
    color: #fff;
}

.home-feature-number {
    color: var(--home-light-muted);
    font-size: 13px;
    font-weight: 600;
}

.home-feature-dark .home-feature-number {
    color: rgba(255, 255, 255, 0.45);
}

.home-feature-copy {
    position: relative;
    z-index: 2;
    margin-top: 46px;
}

.home-feature-copy h2 {
    max-width: 510px;
    margin: 0;
    color: var(--home-black);
    font-size: clamp(38px, 5vw, 63px);
    font-weight: 650;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.home-feature-copy p {
    max-width: 520px;
    margin: 25px 0 30px;

    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.5;
}

.home-feature-dark .home-feature-copy h2 {
    color: #fff;
}

.home-feature-dark .home-feature-copy p {
    color: rgba(255, 255, 255, 0.62);
}

.home-feature-dark .home-feature-copy a {
    color: #fff;
}

.home-review-visual,
.home-progress-visual {
    position: absolute;
    right: 35px;
    bottom: -26px;
    left: 35px;
    height: 315px;
}

.home-review-sheet {
    position: absolute;
    width: min(420px, 82%);
    height: 290px;

    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;

    background: #fff;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.09);
}

.home-review-sheet.sheet-back {
    right: 4%;
    bottom: 0;
    transform: rotate(7deg);
}

.home-review-sheet.sheet-front {
    bottom: 8px;
    left: 4%;
    padding: 34px;
    transform: rotate(-3deg);
}

.home-sheet-caption {
    color: var(--home-light-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-sheet-line {
    width: 75%;
    height: 6px;
    margin-top: 19px;
    border-radius: 10px;
    background: #e4e4e8;
}

.home-sheet-line.wide {
    width: 92%;
}

.home-sheet-line.medium {
    width: 65%;
}

.home-sheet-line.short {
    width: 41%;
}

.home-sheet-equation {
    margin-top: 27px;
    color: #28282b;
    font-family: Georgia, serif;
    font-size: 21px;
    font-style: italic;
}

.home-review-circle {
    position: absolute;
    right: 38px;
    bottom: 54px;

    display: grid;
    width: 65px;
    height: 45px;
    place-items: center;

    border: 2px solid var(--home-red);
    border-radius: 50%;

    color: var(--home-red);
    font-size: 17px;
    font-weight: 650;
    transform: rotate(-8deg);
}

.home-review-comment {
    position: absolute;
    right: 25px;
    bottom: 27px;

    color: var(--home-red);
    font-size: 12px;
    font-weight: 600;
    transform: rotate(-4deg);
}

.home-progress-visual {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 21px 21px 0 0;

    background: #29292c;
}

.home-progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
}

.home-progress-top b {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.home-progress-score {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 28px;
}

.home-progress-score span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
}

.home-progress-score strong {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.06em;
}

.home-progress-bars {
    display: flex;
    height: 120px;
    align-items: flex-end;
    gap: 13px;
    margin-top: 26px;
}

.home-progress-bars span {
    width: 100%;
    border-radius: 8px 8px 3px 3px;
    background: rgba(255, 255, 255, 0.15);
}

.home-progress-bars span:last-child {
    background: var(--home-red);
}

.home-progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;

    color: rgba(255, 255, 255, 0.38);
    font-size: 10px;
}

/* Финальный блок */

.home-final {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    align-items: end;
    gap: 70px;

    padding: clamp(42px, 7vw, 82px);
    border-radius: var(--home-radius);

    background: #fff;
}

.home-final h2 {
    margin: 17px 0 0;
    color: var(--home-black);
    font-size: clamp(42px, 6vw, 74px);
    font-weight: 650;
    line-height: 0.97;
    letter-spacing: -0.06em;
}

.home-final-action p {
    margin: 0 0 26px;
    color: var(--home-muted);
    font-size: 16px;
}

.footer {
    border-top: 1px solid var(--home-border);
    background: var(--home-bg) !important;
}

/* Анимации */

.home-hero-copy,
.home-product-wrap {
    animation:
        home-enter 850ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-product-wrap {
    animation-delay: 110ms;
}

.home-reveal {
    opacity: 0;
    transform: translateY(30px);

    transition:
        opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes home-enter {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптив */

@media (max-width: 950px) {
    .home-product-layout {
        grid-template-columns: 1fr;
    }

    .home-product-sidebar {
        display: none;
    }

    .home-result-grid {
        grid-template-columns: 1fr;
    }

    .home-expert-card {
        display: none;
    }

    .home-feature-grid {
        grid-template-columns: 1fr;
    }

    .home-feature {
        min-height: 650px;
    }

    .home-final {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 720px) {
    .main > .container {
        width: min(100% - 28px, 1240px);
    }

    .home-hero-inner {
        padding-top: 66px;
    }

    .home-hero h1 {
        font-size: clamp(46px, 14vw, 68px);
        line-height: 0.98;
    }

    .home-hero-copy > p {
        font-size: 18px;
    }

    .home-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-button {
        width: 100%;
    }

    .home-product-wrap {
        width: calc(100% + 14px);
        margin-left: -7px;
        padding: 0;
    }

    .home-product {
        border-radius: 20px;
        transform: none;
    }

    .home-product-topbar {
        min-height: 50px;
        padding: 0 14px;
    }

    .home-product-brand {
        font-size: 11px;
    }

    .home-product-subject {
        font-size: 10px;
    }

    .home-product-main {
        padding: 22px 16px;
    }

    .home-product-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .home-product-heading h2 {
        font-size: 27px;
    }

    .home-result-card {
        min-height: 300px;
        padding: 18px;
    }

    .home-score {
        font-size: 70px;
    }

    .home-product-footer {
        grid-template-columns: 1fr;
    }

    .home-product-footer > div {
        min-height: 62px;
        border-right: 0;
        border-bottom: 1px solid var(--home-border);
    }

    .home-product-footer > div:last-child {
        border-bottom: 0;
    }

    .home-trust-row {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .home-trust-row > div {
        justify-content: flex-start;
    }

    .home-content {
        padding-top: 95px;
    }

    .home-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-section-heading h2 {
        font-size: 46px;
    }

    .home-exam-row {
        grid-template-columns: 48px minmax(0, 1fr) 25px;
        gap: 14px;
        padding: 22px 0;
    }

    .home-exam-type {
        width: 43px;
        height: 43px;
        border-radius: 13px;
    }

    .home-exam-details {
        display: none;
    }

    .home-exam-info p {
        display: none;
    }

    .home-feature {
        min-height: 620px;
        padding: 28px 24px;
        border-radius: 22px;
    }

    .home-feature-copy {
        margin-top: 34px;
    }

    .home-feature-copy h2 {
        font-size: 43px;
    }

    .home-review-visual,
    .home-progress-visual {
        right: 18px;
        left: 18px;
    }

    .home-review-sheet.sheet-front {
        padding: 27px 22px;
    }

    .home-final {
        padding: 40px 25px;
        border-radius: 22px;
    }

    .home-final h2 {
        font-size: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-copy,
    .home-product-wrap {
        animation: none;
    }

    .home-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
