/* ================================================================
   СТИЛИ: дизайн-токены и базовые правила
   ================================================================ */
:root {
    --color-bg: #0d0713;
    --color-bg-deep: #08040d;
    --color-panel: rgba(40, 21, 52, 0.72);
    --color-panel-solid: #21132c;
    --color-text: #fff8ff;
    --color-muted: #c8b9cf;
    --color-pink: #ff3ca6;
    --color-pink-hot: #ff168f;
    --color-purple: #9c4dff;
    --color-border: rgba(255, 83, 179, 0.25);
    --gradient-primary: linear-gradient(135deg, #ff168f 0%, #d72fff 52%, #8a55ff 100%);
    --gradient-surface: linear-gradient(145deg, rgba(60, 27, 76, 0.82), rgba(25, 13, 35, 0.76));
    --shadow-panel: 0 22px 60px rgba(3, 0, 8, 0.35);
    --shadow-neon: 0 0 34px rgba(255, 35, 161, 0.34);
    --radius-large: 28px;
    --radius-medium: 22px;
    --container: 1100px;
    --reviews-gap: 18px;
    --reviews-duration: 34s;
    --ease-spin: cubic-bezier(0.12, 0.67, 0.08, 1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: var(--color-text);
    background:
        radial-gradient(circle at 82% 8%, rgba(134, 55, 191, 0.2), transparent 34rem),
        radial-gradient(circle at 10% 40%, rgba(255, 22, 143, 0.1), transparent 30rem),
        linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-deep) 100%);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body.modal-open {
    overflow: hidden;
}

button,
a {
    font: inherit;
}

button {
    color: inherit;
}

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

a {
    color: inherit;
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 200;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    color: #16091d;
    background: #fff;
    transform: translateY(-160%);
}

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

:focus-visible {
    outline: 3px solid #ff78c2;
    outline-offset: 4px;
}

.glass-panel {
    border: 1px solid var(--color-border);
    background: var(--gradient-surface);
    box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

/* ================================================================
   СТИЛИ: шапка
   ================================================================ */
.site-header {
    padding-top: 14px;
}

.topbar {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    min-height: 64px;
    border-radius: 21px;
    padding: 8px 10px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.brand-copy__title {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.brand-copy__subtitle {
    margin-top: 1px;
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 600;
}

.more-button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    cursor: default;
}

.availability {
    display: flex;
    width: fit-content;
    max-width: calc(100% - 24px);
    align-items: center;
    gap: 8px;
    margin: 10px auto 0;
    border-radius: 999px;
    padding: 8px 14px;
    color: var(--color-muted);
    font-size: 0.78rem;
}

.availability strong {
    color: var(--color-text);
}

.availability__icon {
    color: var(--color-pink);
}

/* ================================================================
   СТИЛИ: главный экран и рулетка
   ================================================================ */
.hero {
    display: grid;
    gap: 24px;
    align-items: center;
    padding-block: 46px 74px;
}

.hero__copy {
    text-align: center;
}

.eyebrow {
    margin: 0 0 10px;
    color: #ff80c5;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

h1,
h2,
p {
    overflow-wrap: anywhere;
}

h1,
h2 {
    margin: 0;
    line-height: 1.06;
}

h1 {
    font-size: clamp(2.45rem, 12vw, 5.4rem);
    letter-spacing: -0.06em;
    text-wrap: balance;
}

h2 {
    font-size: clamp(1.8rem, 7vw, 3.2rem);
    letter-spacing: -0.04em;
}

.hero__subtitle {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--color-muted);
    font-size: clamp(0.98rem, 3.8vw, 1.2rem);
    line-height: 1.6;
    text-wrap: balance;
}

.desktop-status,
.hero__actions--desktop {
    display: none;
}

.wheel-column {
    min-width: 0;
    text-align: center;
}

.wheel-stage {
    position: relative;
    width: min(90vw, 580px);
    margin: 0 auto;
    isolation: isolate;
}

.wheel-stage::before {
    position: absolute;
    z-index: -1;
    inset: 9%;
    border-radius: 50%;
    background: rgba(255, 35, 159, 0.16);
    filter: blur(30px);
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease, transform 300ms ease;
}

.wheel-stage.is-spinning::before {
    opacity: 1;
    transform: scale(1.08);
    animation: wheelGlow 1s ease-in-out infinite alternate;
}

.wheel-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.42));
}

.wheel-image,
.wheel-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.wheel-image {
    z-index: 2;
    object-fit: contain;
    transform: rotate(0deg);
    will-change: transform;
    user-select: none;
}

.wheel-image.is-missing {
    display: none;
}

.wheel-fallback {
    z-index: 1;
    overflow: hidden;
    border: clamp(8px, 2.2vw, 16px) solid #492157;
    background:
        radial-gradient(circle, #fff 0 5%, #e83fa5 5.5% 9%, transparent 9.5%),
        repeating-conic-gradient(from -22.5deg, #f53ea8 0 45deg, #7b3be0 45deg 90deg);
    box-shadow:
        inset 0 0 0 5px rgba(255, 255, 255, 0.1),
        inset 0 0 42px rgba(25, 4, 39, 0.45);
}

.wheel-fallback__label {
    position: absolute;
    z-index: 2;
    font-size: clamp(0.62rem, 2.8vw, 1.12rem);
    font-weight: 900;
    letter-spacing: 0.03em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}

.wheel-fallback__label--top {
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
}

.wheel-fallback__label--right {
    top: 48%;
    right: 7%;
    transform: rotate(90deg);
}

.wheel-fallback__label--bottom {
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

.wheel-fallback__label--left {
    top: 48%;
    left: 5%;
    transform: rotate(-90deg);
}

.wheel-hub {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: grid;
    width: 15%;
    aspect-ratio: 1;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    color: #701153;
    background: linear-gradient(145deg, #fff, #ffd1e9);
    box-shadow: 0 5px 18px rgba(48, 4, 43, 0.5);
    transform: translate(-50%, -50%);
}

.wheel-hub span {
    font-size: clamp(0.8rem, 4vw, 1.5rem);
}

.pointer {
    position: absolute;
    z-index: 8;
    top: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: clamp(29px, 8vw, 50px) solid #fff;
    border-right: clamp(18px, 5vw, 31px) solid transparent;
    border-left: clamp(18px, 5vw, 31px) solid transparent;
    filter: drop-shadow(0 5px 9px rgba(68, 5, 50, 0.58));
    transform: translateX(-50%);
}

.pointer::after {
    position: absolute;
    top: calc(clamp(29px, 8vw, 50px) * -1 + 7px);
    left: 0;
    width: 0;
    height: 0;
    border-top: clamp(20px, 6vw, 37px) solid var(--color-pink-hot);
    border-right: clamp(11px, 3.3vw, 21px) solid transparent;
    border-left: clamp(11px, 3.3vw, 21px) solid transparent;
    content: "";
    transform: translateX(-50%);
}

.pointer__cap {
    position: absolute;
    top: calc(clamp(29px, 8vw, 50px) * -1 - 3px);
    left: 0;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--color-pink-hot);
    transform: translate(-50%, -50%);
}

.spin-counter {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 8px 15px 8px 9px;
    color: var(--color-muted);
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.9rem;
}

.spin-counter strong {
    color: var(--color-text);
    font-size: 1rem;
}

.spin-counter__mini-wheel {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 2px dashed #ff75c1;
    border-radius: 50%;
    color: #ff83c6;
}

.spin-message {
    min-height: 24px;
    margin: 13px auto 0;
    color: #eadfeb;
    font-size: 0.86rem;
}

.hero__actions {
    width: 100%;
}

.hero__actions--mobile {
    margin-top: 18px;
}

.primary-button {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    padding: 14px 22px;
    color: #fff;
    background: var(--gradient-primary);
    box-shadow: var(--shadow-neon), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.primary-button::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.22) 48%, transparent 76%);
    content: "";
    transform: translateX(-130%);
    transition: transform 520ms ease;
}

.primary-button > span {
    position: relative;
    z-index: 1;
}

.primary-button:hover:not(:disabled) {
    box-shadow: 0 0 48px rgba(255, 35, 161, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    filter: saturate(1.1);
    transform: translateY(-2px);
}

.primary-button:hover:not(:disabled)::before {
    transform: translateX(130%);
}

.primary-button:active:not(:disabled) {
    transform: translateY(1px) scale(0.985);
}

.primary-button:disabled {
    opacity: 0.64;
    cursor: wait;
    filter: saturate(0.7);
}

.button-arrow {
    display: grid;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.reset-button {
    min-height: 48px;
    margin-top: 8px;
    border: 0;
    padding: 10px 14px;
    color: var(--color-muted);
    background: transparent;
    font-size: 0.8rem;
    cursor: pointer;
    transition: color 180ms ease;
}

.reset-button:hover {
    color: #fff;
}

/* ================================================================
   СТИЛИ: отзывы
   ================================================================ */
.reviews-section {
    overflow: hidden;
    padding-block: 72px;
    border-block: 1px solid rgba(255, 255, 255, 0.05);
    background:
        radial-gradient(circle at 70% 50%, rgba(143, 60, 211, 0.1), transparent 35rem),
        rgba(255, 255, 255, 0.015);
}

.section-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
}

.section-heading .eyebrow {
    margin-bottom: 8px;
}

.demo-label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border: 1px solid rgba(255, 111, 192, 0.2);
    border-radius: 999px;
    padding: 6px 11px;
    color: #e2cfdf;
    background: rgba(255, 58, 169, 0.07);
    font-size: 0.72rem;
}

.reviews-viewport {
    width: 100%;
    overflow-x: auto;
    padding: 8px max(16px, calc((100vw - var(--container)) / 2)) 22px;
    scrollbar-color: rgba(255, 72, 175, 0.45) transparent;
    scrollbar-width: thin;
    touch-action: pan-x;
}

.reviews-viewport::-webkit-scrollbar {
    height: 6px;
}

.reviews-viewport::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 72, 175, 0.45);
}

.reviews-track {
    display: flex;
    width: max-content;
    gap: var(--reviews-gap);
    animation: reviewsMarquee var(--reviews-duration) linear infinite;
    will-change: transform;
}

.reviews-viewport:hover .reviews-track,
.reviews-viewport:focus-within .reviews-track,
.reviews-viewport.is-touching .reviews-track {
    animation-play-state: paused;
}

.reviews-group {
    display: flex;
    flex: none;
    gap: var(--reviews-gap);
}

.review-card {
    width: min(80vw, 310px);
    min-height: 190px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 65, 172, 0.26);
    border-radius: var(--radius-medium);
    padding: 20px;
    background: linear-gradient(145deg, rgba(48, 25, 62, 0.95), rgba(26, 14, 36, 0.95));
    box-shadow: 0 16px 35px rgba(3, 0, 8, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.review-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar-wrap {
    position: relative;
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    overflow: hidden;
    border: 2px solid rgba(255, 107, 190, 0.58);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #7f37be, #e832a1);
    font-weight: 800;
}

.avatar-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-wrap img.is-missing {
    display: none;
}

.review-card__name {
    margin: 0;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
}

.review-card__stars {
    margin-top: 3px;
    color: #ff66b8;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
}

.review-card__text {
    margin: 16px 0 0;
    color: #d8cadb;
    font-size: 0.88rem;
    line-height: 1.6;
}

/* ================================================================
   СТИЛИ: информационный блок
   ================================================================ */
.how-section {
    padding-block: 74px;
}

.how-panel {
    border-radius: var(--radius-large);
    padding: clamp(22px, 5vw, 48px);
}

.section-heading--inside {
    margin-bottom: 28px;
}

.steps-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps-list li {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 17px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.035);
}

.step-number {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, rgba(255, 37, 156, 0.92), rgba(143, 59, 222, 0.92));
    box-shadow: 0 8px 20px rgba(255, 32, 156, 0.18);
    font-size: 0.76rem;
    font-weight: 900;
}

.steps-list p {
    margin: 0;
    color: #eadfeb;
    font-size: 0.9rem;
}

.notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
    border-left: 3px solid var(--color-pink);
    border-radius: 4px 14px 14px 4px;
    padding: 15px;
    background: rgba(255, 45, 161, 0.065);
}

.notice__icon {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    border: 1px solid rgba(255, 103, 190, 0.65);
    border-radius: 50%;
    color: #ff86c8;
    font-family: Georgia, serif;
    font-weight: 700;
}

.notice p {
    margin: 0;
    color: #d7c7d9;
    font-size: 0.8rem;
    line-height: 1.6;
}

.site-footer {
    padding-block: 8px 38px;
    color: #86758d;
    font-size: 0.75rem;
    text-align: center;
}

/* ================================================================
   СТИЛИ: модальное окно результата
   ================================================================ */
.modal-overlay {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    overflow-y: auto;
    place-items: center;
    padding: 16px;
    background: rgba(7, 3, 10, 0.82);
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: opacity 220ms ease;
}

.modal-overlay[hidden] {
    display: none;
}

.modal-overlay.is-open {
    opacity: 1;
}

.result-modal {
    position: relative;
    width: min(100%, 560px);
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    border: 1px solid rgba(255, 100, 192, 0.35);
    border-radius: 28px;
    padding: clamp(22px, 5vw, 40px);
    background:
        radial-gradient(circle at 50% 5%, rgba(255, 43, 158, 0.2), transparent 15rem),
        linear-gradient(150deg, #31143e 0%, #160b20 72%);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.66), 0 0 60px rgba(255, 34, 159, 0.15);
    text-align: center;
    transform: translateY(22px) scale(0.96);
    transition: transform 300ms cubic-bezier(0.18, 0.8, 0.2, 1);
}

.modal-overlay.is-open .result-modal {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    z-index: 4;
    top: 12px;
    right: 12px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.075);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: rotate(5deg);
}

.modal-visuals {
    position: relative;
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.check-visual {
    position: relative;
    z-index: 2;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #57d98a, #159755);
    box-shadow: 0 10px 28px rgba(34, 196, 108, 0.28);
    transform: translateX(12px);
}

.check-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.check-visual img.is-missing {
    display: none;
}

.check-fallback {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
}

.card-visual {
    position: relative;
    width: 148px;
    min-height: 86px;
    transform: translateX(-8px) rotate(4deg);
}

.card-visual img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 104px;
    object-fit: contain;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.36));
}

.card-visual img.is-missing {
    display: none;
}

.card-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #7d32c3, #e52b9b);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
}

.card-fallback span {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
}

.card-fallback strong {
    font-size: 1.25rem;
}

.result-copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.8rem);
    letter-spacing: -0.035em;
}

.result-accent {
    margin: 6px 0 0;
    color: var(--color-pink);
    background: linear-gradient(90deg, #ff56b6, #dc44ff, #ff7bc3);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(1.55rem, 7.5vw, 2.55rem);
    font-weight: 900;
    line-height: 1.08;
    -webkit-text-fill-color: transparent;
}

.result-description {
    margin: 8px 0 0;
    color: #f4e9f3;
    font-size: clamp(0.82rem, 3.7vw, 1.05rem);
    font-weight: 800;
    letter-spacing: 0.08em;
}

.result-amount {
    margin: 1px 0 0;
    color: #fff7fc;
    font-size: clamp(3.2rem, 17vw, 6.2rem);
    font-weight: 950;
    letter-spacing: -0.07em;
    line-height: 1;
    -webkit-text-stroke: 2px rgba(255, 52, 169, 0.82);
    text-shadow: 0 0 12px rgba(255, 50, 170, 0.58), 0 0 32px rgba(190, 54, 255, 0.38);
}

.modal-overlay.is-open .result-amount {
    animation: amountPop 620ms 180ms both cubic-bezier(0.2, 0.9, 0.24, 1.2);
}

.result-disclaimer {
    margin: 20px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    padding: 13px;
    color: #d3c3d5;
    background: rgba(0, 0, 0, 0.14);
    font-size: 0.76rem;
    line-height: 1.55;
}

.primary-button--link {
    margin-top: 18px;
}

.external-notice {
    margin: 12px 8px 0;
    color: #b9a9be;
    font-size: 0.7rem;
    line-height: 1.5;
}

/* ================================================================
   СТИЛИ: анимации и адаптивность
   ================================================================ */
.reveal {
    animation: revealUp 700ms both ease-out;
}

.reveal--delay {
    animation-delay: 120ms;
}

@keyframes revealUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes wheelGlow {
    from { filter: blur(28px); transform: scale(1.04); }
    to { filter: blur(38px); transform: scale(1.12); }
}

@keyframes reviewsMarquee {
    to { transform: translateX(calc(-50% - (var(--reviews-gap) / 2))); }
}

@keyframes amountPop {
    from { opacity: 0; transform: scale(0.7); }
    to { opacity: 1; transform: scale(1); }
}

@media (min-width: 640px) {
    .container {
        width: min(calc(100% - 48px), var(--container));
    }

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

    .section-heading {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .steps-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .steps-list li {
        min-height: 154px;
        flex-direction: column;
        align-items: flex-start;
    }

    .review-card {
        width: 310px;
    }
}

@media (min-width: 900px) {
    .topbar {
        min-height: 70px;
    }

    .availability {
        margin-top: 12px;
    }

    .hero {
        grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
        gap: 30px;
        min-height: 700px;
        padding-block: 56px 90px;
    }

    .hero__copy {
        text-align: left;
    }

    .hero__subtitle {
        margin-inline: 0;
    }

    .desktop-status {
        display: flex;
        max-width: 390px;
        align-items: center;
        gap: 12px;
        margin-top: 25px;
        border-radius: 18px;
        padding: 13px 15px;
        color: #d7c8da;
        font-size: 0.82rem;
    }

    .desktop-status__icon {
        display: grid;
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        place-items: center;
        border-radius: 50%;
        color: #fff;
        background: var(--gradient-primary);
        font-weight: 900;
    }

    .hero__actions--desktop {
        display: block;
        max-width: 340px;
        margin-top: 24px;
    }

    .hero__actions--mobile {
        display: none;
    }

    .wheel-stage {
        width: min(49vw, 600px);
    }

    .spin-message {
        min-height: 28px;
    }
}

@media (max-width: 374px) {
    .container {
        width: calc(100% - 24px);
    }

    .hero {
        padding-top: 36px;
    }

    .availability {
        font-size: 0.72rem;
    }

    .result-modal {
        padding: 18px 16px;
    }

    .modal-visuals {
        min-height: 75px;
    }

    .card-visual {
        width: 126px;
        min-height: 72px;
    }

    .check-visual {
        width: 50px;
        height: 50px;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
    }

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

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .glass-panel {
        background: var(--color-panel-solid);
    }

    .modal-overlay {
        background: rgba(7, 3, 10, 0.94);
    }
}
