:root {
    --purple-950: #16033a;
    --purple-900: #27006f;
    --purple-700: #5627d8;
    --purple-500: #7a4cff;
    --orange-500: #ff8a00;
    --orange-400: #ffb21a;
    --cream: #fff7ef;
    --ink: #160d2a;
    --muted: #635b78;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(22, 3, 58, 0.28);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--purple-950);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.loading-shell,
.not-found {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: var(--purple-900);
    color: var(--white);
    font-weight: 800;
}

.maintenance-page {
    --ttt-bg-deep: #070024;
    --ttt-bg-purple: #160047;
    --ttt-card-bg: rgba(18, 4, 58, 0.88);
    --ttt-purple: #6D2CFF;
    --ttt-purple-dark: #3A0CA3;
    --ttt-magenta: #C026FF;
    --ttt-orange: #FF9F0A;
    --ttt-yellow: #FFD43B;
    --ttt-white: #FFFFFF;
    --ttt-muted: #C9C0E8;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--ttt-white);
    background:
        radial-gradient(circle at 50% 10%, rgba(109, 44, 255, 0.28), transparent 30rem),
        radial-gradient(circle at 18% 38%, rgba(255, 159, 10, 0.12), transparent 18rem),
        radial-gradient(circle at 76% 64%, rgba(192, 38, 255, 0.18), transparent 20rem),
        linear-gradient(180deg, #070024 0%, #0b0030 48%, #05001b 100%);
}

.maintenance-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 13%, #ff9f0a 0 .22rem, transparent .26rem),
        radial-gradient(circle at 21% 8%, #6d2cff 0 .3rem, transparent .34rem),
        radial-gradient(circle at 84% 11%, #ff9f0a 0 .22rem, transparent .26rem),
        radial-gradient(circle at 93% 33%, #c026ff 0 .26rem, transparent .3rem),
        radial-gradient(circle at 12% 74%, #6d2cff 0 .22rem, transparent .26rem),
        radial-gradient(circle at 88% 78%, #ff9f0a 0 .18rem, transparent .22rem);
    opacity: .9;
}

.maintenance-shell {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100% - 40px));
    min-height: 100vh;
    margin: 0 auto;
    padding: 32px 0 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maintenance-logo {
    width: min(360px, 72%);
    height: auto;
    margin: 0 auto 12px;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.55));
}

.maintenance-card {
    position: relative;
    width: min(830px, 100%);
    padding: 38px 56px 28px;
    overflow: hidden;
    text-align: center;
    border: 2px solid var(--ttt-magenta);
    border-radius: 38px;
    background:
        radial-gradient(circle at 50% 35%, rgba(109, 44, 255, 0.24), transparent 23rem),
        radial-gradient(circle at 50% 75%, rgba(255, 159, 10, 0.16), transparent 15rem),
        linear-gradient(180deg, rgba(20, 4, 66, 0.94), var(--ttt-card-bg));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 0 26px rgba(192, 38, 255, 0.54),
        0 28px 80px rgba(0, 0, 0, 0.48);
}

.maintenance-card::before {
    content: "";
    position: absolute;
    inset: 14% -14% auto;
    height: 48%;
    pointer-events: none;
    background: repeating-conic-gradient(from 0deg, rgba(109, 44, 255, 0.18) 0 4deg, transparent 4deg 12deg);
    opacity: .35;
    transform: scaleY(.75);
}

.maintenance-icon-wrap {
    position: relative;
    z-index: 1;
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
}

.maintenance-icon {
    width: 88px;
    height: 88px;
}

.maintenance-title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 4.7rem;
    line-height: .92;
    font-weight: 950;
    color: var(--ttt-white);
    text-shadow: 0 6px 0 rgba(0, 0, 0, 0.44), 0 0 16px rgba(255, 255, 255, 0.22);
}

.maintenance-title span {
    display: block;
    color: var(--ttt-orange);
    text-shadow: 0 6px 0 #7a1557, 0 0 16px rgba(255, 212, 59, 0.46);
}

.maintenance-message {
    position: relative;
    z-index: 1;
    max-width: 580px;
    margin: 20px auto 10px;
    color: var(--ttt-white);
    font-size: 1.38rem;
    line-height: 1.45;
    font-weight: 700;
}

.maintenance-content-row {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
    align-items: end;
    gap: 28px;
    margin: 0 auto 18px;
}

.bomby-wrap {
    position: relative;
    display: grid;
    justify-items: center;
    align-items: end;
    min-height: 292px;
}

.bomby-image {
    position: relative;
    z-index: 1;
    width: min(360px, 100%);
    height: auto;
    margin-bottom: -4px;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.58));
}

.patience-card {
    min-height: 170px;
    margin-bottom: 28px;
    padding: 26px 22px;
    display: grid;
    place-items: center;
    gap: 8px;
    border: 2px solid rgba(192, 38, 255, 0.82);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(37, 8, 96, 0.9), rgba(7, 0, 36, 0.86));
    box-shadow: 0 0 24px rgba(192, 38, 255, 0.38), 0 22px 46px rgba(0, 0, 0, 0.24);
}

.patience-icon {
    width: 62px;
    height: 62px;
}

.patience-card p {
    margin: 0;
    max-width: 220px;
    font-size: 1.55rem;
    line-height: 1.12;
    font-weight: 950;
}

.store-buttons {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.store-button {
    min-height: 86px;
    padding: 14px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 2px solid var(--ttt-magenta);
    border-radius: 14px;
    color: var(--ttt-white);
    background: linear-gradient(180deg, rgba(73, 20, 158, 0.96), rgba(50, 6, 132, 0.96));
    box-shadow: 0 0 20px rgba(192, 38, 255, 0.62), 0 16px 32px rgba(0, 0, 0, 0.34);
    font-size: 1.62rem;
    line-height: 1.02;
    font-weight: 950;
    text-align: left;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.store-button:hover,
.store-button:focus-visible {
    transform: translateY(-2px);
    border-color: var(--ttt-yellow);
    box-shadow: 0 0 28px rgba(255, 212, 59, 0.42), 0 18px 34px rgba(0, 0, 0, 0.36);
}

.store-button:focus-visible {
    outline: 3px solid var(--ttt-yellow);
    outline-offset: 4px;
}

.store-button img {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
}

.maintenance-featurebar {
    width: min(920px, 100%);
    margin-top: 22px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(192, 38, 255, 0.5);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(17, 4, 55, 0.88), rgba(6, 0, 30, 0.88));
    box-shadow: 0 0 24px rgba(109, 44, 255, 0.24), 0 20px 54px rgba(0, 0, 0, 0.34);
}

.feature-item {
    min-height: 96px;
    padding: 0 20px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    color: var(--ttt-white);
    text-align: center;
    font-size: 1rem;
    line-height: 1.18;
    font-weight: 900;
}

.feature-item + .feature-item {
    border-left: 1px solid rgba(192, 38, 255, 0.36);
}

.feature-item img {
    width: 58px;
    height: 58px;
}

@media (max-width: 900px) {
    .maintenance-shell {
        width: min(100% - 32px, 780px);
        padding: 28px 0 36px;
    }

    .maintenance-card {
        padding: 34px 34px 26px;
        border-radius: 30px;
    }

    .maintenance-title {
        font-size: 3.9rem;
    }

    .maintenance-message {
        font-size: 1.2rem;
    }

    .maintenance-content-row {
        grid-template-columns: minmax(0, 1fr) minmax(230px, .85fr);
        gap: 18px;
    }

    .bomby-image {
        width: min(310px, 100%);
    }

    .patience-card {
        min-height: 150px;
        margin-bottom: 22px;
    }

    .store-button {
        min-height: 78px;
        font-size: 1.34rem;
    }

    .maintenance-featurebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 28px;
    }

    .feature-item + .feature-item {
        border-left: 0;
    }

    .feature-item:nth-child(even) {
        border-left: 1px solid rgba(192, 38, 255, 0.36);
    }

    .feature-item:nth-child(n + 3) {
        border-top: 1px solid rgba(192, 38, 255, 0.36);
    }
}

@media (max-width: 640px) {
    .maintenance-shell {
        width: min(100% - 24px, 420px);
        padding: 24px 0 30px;
    }

    .maintenance-logo {
        width: min(240px, 76%);
        margin-bottom: 10px;
    }

    .maintenance-card {
        padding: 26px 18px 20px;
        border-radius: 24px;
    }

    .maintenance-icon-wrap,
    .maintenance-icon {
        width: 68px;
        height: 68px;
    }

    .maintenance-title {
        font-size: 3rem;
    }

    .maintenance-message {
        margin-top: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .maintenance-content-row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 18px;
    }

    .bomby-wrap {
        min-height: 0;
    }

    .bomby-image {
        width: min(250px, 92%);
    }

    .patience-card {
        min-height: 128px;
        width: min(100%, 280px);
        margin: 0 auto;
        padding: 18px;
    }

    .patience-icon {
        width: 50px;
        height: 50px;
    }

    .patience-card p {
        font-size: 1.2rem;
    }

    .store-buttons {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .store-button {
        min-height: 68px;
        width: 100%;
        padding: 12px 18px;
        justify-content: center;
        font-size: 1.15rem;
    }

    .store-button img {
        width: 36px;
        height: 36px;
    }

    .maintenance-featurebar {
        margin-top: 16px;
        padding: 12px;
        border-radius: 22px;
    }

    .feature-item {
        min-height: 86px;
        padding: 10px;
        font-size: .83rem;
    }

    .feature-item img {
        width: 46px;
        height: 46px;
    }
}

.site-shell {
    overflow: hidden;
}

.hero {
    position: relative;
    min-height: 760px;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(13, 4, 24, 0.94) 0%, rgba(42, 8, 72, 0.82) 42%, rgba(19, 4, 28, 0.75) 100%),
        url("../assets/lifestyle_triptych_backview.png") center / cover;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 18px;
    background: repeating-linear-gradient(135deg, var(--purple-700) 0 10px, var(--purple-500) 10px 20px);
}

.nav-bar {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    position: relative;
    z-index: 2;
}

.brand img {
    width: 267px;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.88);
}

.nav-cta,
.store-badge,
.newsletter-form button {
    border: 0;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(180deg, var(--orange-400), var(--orange-500));
    box-shadow: 0 12px 30px rgba(255, 138, 0, 0.38);
    font-weight: 900;
    cursor: pointer;
}

.nav-cta {
    padding: 16px 26px;
    white-space: nowrap;
}

.hero-content {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    min-height: 620px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 36px;
    position: relative;
    z-index: 1;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--orange-400);
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    font-size: clamp(64px, 8vw, 118px);
    line-height: 0.86;
    color: var(--white);
    text-shadow: 0 7px 0 rgba(0, 0, 0, 0.6);
}

.hero h1 span {
    display: block;
    color: var(--orange-500);
}

.hero-lead {
    max-width: 620px;
    margin: 30px 0;
    font-size: clamp(28px, 3.6vw, 54px);
    line-height: 1.05;
    font-weight: 950;
}

.hero-lead::first-line {
    color: var(--white);
}

.store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.store-badge {
    min-width: 168px;
    padding: 14px 22px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background: #0a0710;
    border: 2px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
}

.store-badge img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    color: var(--white);
    flex: 0 0 auto;
}

.hero-visual {
    min-height: 540px;
    position: relative;
}

.phone {
    position: absolute;
    width: 260px;
    aspect-ratio: 0.52;
    padding: 12px;
    border-radius: 40px;
    background: #15101f;
    box-shadow: var(--shadow);
}

.phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.phone img.phone-screen-squeezed {
    object-fit: fill;
}

.phone-front {
    right: 190px;
    top: 34px;
    z-index: 3;
    transform: rotate(-2deg);
}

.phone-back {
    right: 14px;
    top: 96px;
    z-index: 2;
    transform: rotate(8deg);
}

.bomby-explode {
    position: absolute;
    right: 246px;
    bottom: 10px;
    width: 320px;
    z-index: 4;
    border-radius: 28px;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.5));
    mask-image: radial-gradient(circle at center, #000 58%, rgba(0, 0, 0, 0.82) 70%, transparent 82%);
    -webkit-mask-image: radial-gradient(circle at center, #000 58%, rgba(0, 0, 0, 0.82) 70%, transparent 82%);
}

.speed-bonus-fuse {
    position: relative;
    overflow: hidden;
    padding: 34px 20px 32px;
    color: var(--white);
    background:
        radial-gradient(circle at 48% 24%, rgba(255, 138, 0, 0.18), transparent 20%),
        radial-gradient(circle at 16% 86%, rgba(122, 76, 255, 0.22), transparent 28%),
        linear-gradient(180deg, #24006a 0%, #170244 100%);
}

.speed-bonus-fuse::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 28% 76%, rgba(255, 178, 26, 0.16) 0 4px, transparent 8px),
        radial-gradient(circle at 72% 18%, rgba(122, 76, 255, 0.26) 0 6px, transparent 12px),
        linear-gradient(90deg, rgba(255, 138, 0, 0.08), transparent 22%, transparent 78%, rgba(122, 76, 255, 0.1));
}

.speed-bonus-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.speed-bonus-heading {
    text-align: center;
}

.speed-bonus-heading .eyebrow {
    margin-bottom: 8px;
    color: var(--orange-400);
    font-size: 18px;
    letter-spacing: 0;
}

.speed-bonus-heading h2 {
    margin: 0;
    color: var(--white);
    font-size: clamp(32px, 4.5vw, 54px);
    line-height: 1;
    font-weight: 950;
    text-shadow: 0 5px 0 rgba(0, 0, 0, 0.72), 0 18px 34px rgba(0, 0, 0, 0.34);
}

.fuse-stage {
    display: grid;
    justify-items: center;
    gap: 22px;
    margin-top: 26px;
}

.fuse-track {
    position: relative;
    width: min(100%, 1120px);
    height: clamp(54px, 6.1vw, 76px);
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.45));
}

.fuse-track::before {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%;
    top: 50%;
    height: 28%;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.36);
    filter: blur(4px);
}

.fuse-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

.fuse-layer-burned {
    clip-path: inset(0 100% 0 0);
    animation: fuseBurnedReveal 10s linear infinite;
}

.fuse-layer-lit {
    clip-path: inset(0 0 0 0);
    animation: fuseLitHide 10s linear infinite;
}

.fuse-spark {
    position: absolute;
    left: 0;
    top: 50%;
    width: 128px;
    height: 128px;
    transform: translate(-50%, -50%);
    animation: fuseSparkTravel 10s linear infinite;
    pointer-events: none;
}

.fuse-spark::before,
.fuse-spark::after {
    content: "";
    position: absolute;
    inset: 5%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 5%, rgba(255, 232, 126, 0.58) 16%, rgba(255, 138, 0, 0.36) 36%, rgba(122, 76, 255, 0.22) 58%, transparent 76%);
    filter: blur(4px);
    animation: fuseSparkPulse 0.48s ease-in-out infinite alternate;
}

.fuse-spark::after {
    inset: 21%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 8%, rgba(255, 236, 132, 0.9) 19%, rgba(255, 89, 0, 0.7) 42%, transparent 70%);
    filter: blur(6px);
}

.fuse-spark span {
    position: absolute;
    left: 20%;
    top: -4%;
    width: 60%;
    height: 92%;
    transform-origin: 50% 82%;
    background:
        radial-gradient(ellipse at 50% 64%, rgba(255, 255, 255, 0.98) 0 7%, rgba(255, 232, 112, 0.96) 15%, rgba(255, 139, 0, 0.98) 34%, rgba(229, 43, 0, 0.72) 56%, transparent 74%);
    clip-path: polygon(52% 0, 66% 21%, 89% 41%, 75% 82%, 50% 100%, 25% 82%, 9% 42%, 34% 22%);
    filter: drop-shadow(0 0 13px rgba(255, 215, 72, 0.98)) drop-shadow(0 0 30px rgba(255, 70, 0, 0.84));
    animation: fuseFlameLick 0.34s ease-in-out infinite alternate;
}

.fuse-spark span::before,
.fuse-spark span::after {
    content: "";
    position: absolute;
    bottom: 4%;
    width: 56%;
    height: 68%;
    background: rgba(255, 139, 0, 0.86);
    clip-path: polygon(48% 0, 82% 44%, 65% 100%, 24% 100%, 10% 44%);
    filter: blur(0.2px);
}

.fuse-spark span::before {
    left: -25%;
    transform: rotate(-19deg);
}

.fuse-spark span::after {
    right: -25%;
    transform: rotate(21deg);
}

.speed-bonus-badge {
    min-width: 314px;
    min-height: 94px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    padding: 14px 42px;
    border: 5px solid var(--orange-400);
    border-radius: 34px;
    color: var(--white);
    background: #12002d;
    box-shadow:
        0 0 0 2px rgba(255, 138, 0, 0.42) inset,
        0 15px 34px rgba(0, 0, 0, 0.34);
}

.speed-bonus-badge span {
    color: var(--orange-400);
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.speed-bonus-badge strong {
    color: var(--white);
    font-size: 62px;
    font-weight: 950;
    line-height: 0.9;
    min-width: 1.15em;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.66);
}

@keyframes fuseBurnedReveal {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes fuseLitHide {
    0% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(0 0 0 100%);
    }
}

@keyframes fuseSparkTravel {
    0% {
        left: 0;
        top: 51%;
        transform: translate(-50%, -50%) rotate(-7deg);
    }

    24% {
        top: 45%;
    }

    46% {
        top: 52%;
    }

    68% {
        top: 58%;
    }

    100% {
        left: 100%;
        top: 49%;
        transform: translate(-50%, -50%) rotate(8deg);
    }
}

@keyframes fuseSparkPulse {
    0% {
        opacity: 0.65;
        transform: scale(0.84);
    }

    100% {
        opacity: 1;
        transform: scale(1.08);
    }
}

@keyframes fuseFlameLick {
    0% {
        transform: rotate(-7deg) scaleX(0.88) scaleY(0.9);
    }

    100% {
        transform: rotate(8deg) scaleX(1.08) scaleY(1.16);
    }
}

.purple-band,
.download-section {
    color: var(--white);
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 178, 26, 0.14), transparent 28%),
        linear-gradient(135deg, #26006d, #35109a 55%, #1c0652);
}

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

.section-heading h2,
.feature-copy h2,
.download-section h2,
.newsletter-section h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
    font-weight: 950;
}

.purple-band {
    padding: 76px 20px 86px;
}

.steps-grid {
    width: min(1080px, 100%);
    margin: 46px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.steps-grid article,
.modes-grid article,
.quotes-grid blockquote {
    border-radius: 8px;
}

.steps-grid article {
    position: relative;
    text-align: center;
}

.steps-grid span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin: 0 auto -18px;
    border-radius: 50%;
    color: var(--purple-950);
    background: var(--orange-400);
    font-weight: 950;
    position: relative;
    z-index: 2;
}

.steps-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.18);
}

.steps-grid h3,
.modes-grid h3 {
    margin: 20px 0 8px;
    font-size: 20px;
    text-transform: uppercase;
}

.steps-grid p,
.modes-grid p {
    margin: 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.white-block {
    padding: 76px max(20px, calc((100% - 1180px) / 2));
    display: grid;
    grid-template-columns: 0.8fr 1fr 0.85fr;
    align-items: center;
    gap: 42px;
    background: var(--cream);
}

.screen-card {
    position: relative;
    min-height: 470px;
}

.screen-phone {
    width: 270px;
    height: 510px;
    object-fit: cover;
    border-radius: 42px;
    border: 12px solid #15101f;
    box-shadow: var(--shadow);
    margin: 0 auto;
}

.screen-bomby {
    position: absolute;
    width: 150px;
    left: 4%;
    bottom: 2%;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.25));
}

.feature-copy {
    align-self: center;
}

.feature-copy h2 {
    color: var(--purple-950);
}

.feature-list {
    display: grid;
    gap: 24px;
    margin-top: 30px;
}

.feature-list div {
    padding-left: 22px;
    border-left: 6px solid var(--purple-500);
}

.feature-list strong {
    display: block;
    color: var(--purple-700);
    font-size: 22px;
    text-transform: uppercase;
}

.feature-list p,
.newsletter-section p {
    color: var(--muted);
    line-height: 1.55;
}

.lifestyle-card img {
    width: 100%;
    height: 380px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(22, 3, 58, 0.08), rgba(255, 138, 0, 0.1));
    box-shadow: var(--shadow);
}

.modes-section {
    position: relative;
    overflow: hidden;
    padding: 74px 20px 104px;
    color: var(--white);
    background:
        radial-gradient(circle at 15% 88%, rgba(178, 52, 255, 0.34), transparent 20%),
        radial-gradient(circle at 84% 82%, rgba(113, 42, 255, 0.42), transparent 22%),
        radial-gradient(circle at 44% 30%, rgba(255, 138, 0, 0.11), transparent 22%),
        linear-gradient(180deg, #0d0132 0%, #16034f 45%, #1b0669 78%, #240087 100%);
}

.modes-section::before,
.modes-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.modes-section::before {
    inset: 0;
    opacity: 0.58;
    background:
        radial-gradient(circle at 2% 70%, rgba(255, 91, 92, 0.7) 0 5px, transparent 7px),
        radial-gradient(circle at 18% 74%, rgba(154, 77, 255, 0.9) 0 8px, transparent 12px),
        radial-gradient(circle at 74% 78%, rgba(255, 138, 0, 0.8) 0 5px, transparent 8px),
        radial-gradient(circle at 92% 65%, rgba(122, 76, 255, 0.95) 0 6px, transparent 10px),
        radial-gradient(circle at 55% 20%, rgba(255, 178, 26, 0.45) 0 2px, transparent 4px),
        radial-gradient(circle at 38% 63%, rgba(255, 255, 255, 0.16) 0 1px, transparent 3px);
}

.modes-section::after {
    left: -8%;
    right: -8%;
    bottom: -58px;
    height: 112px;
    border-radius: 50% 50% 0 0;
    background: #2b0791;
    box-shadow: 0 -28px 58px rgba(106, 31, 255, 0.24);
}

.modes-section .section-heading,
.modes-grid {
    position: relative;
    z-index: 1;
}

.modes-section .eyebrow {
    color: var(--orange-400);
    font-size: 16px;
    letter-spacing: 0.16em;
}

.modes-section .section-heading h2 {
    margin-top: 12px;
    font-size: clamp(48px, 6vw, 78px);
    text-shadow: 0 8px 0 rgba(255, 255, 255, 0.08), 0 24px 36px rgba(0, 0, 0, 0.32);
}

.modes-grid {
    width: min(1606px, 100%);
    margin: 44px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(18px, 2.3vw, 42px);
}

.mode-card {
    position: relative;
    overflow: hidden;
    min-height: clamp(420px, 30vw, 538px);
    padding: 24px clamp(18px, 2vw, 34px) 30px;
    text-align: center;
    border: 2px solid rgba(181, 71, 255, 0.86);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 138, 0, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(74, 12, 158, 0.74), rgba(26, 4, 74, 0.78));
    box-shadow: inset 0 0 42px rgba(128, 67, 255, 0.18), 0 28px 60px rgba(0, 0, 0, 0.28);
}

.mode-card-featured {
    border-color: rgba(255, 178, 26, 0.9);
}

.mode-card h3 {
    margin: 24px 0 12px;
    color: var(--white);
    font-size: clamp(22px, 1.9vw, 34px);
    line-height: 1.08;
    font-weight: 950;
    text-transform: uppercase;
}

.mode-card p {
    max-width: 275px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 1.35vw, 24px);
    line-height: 1.38;
}

.mode-card > span {
    display: block;
    width: 54px;
    height: 5px;
    margin: 24px auto 0;
    border-radius: 999px;
    background: var(--purple-500);
    box-shadow: 0 0 18px rgba(122, 76, 255, 0.9);
}

.mode-card-featured > span {
    background: var(--orange-500);
    box-shadow: 0 0 18px rgba(255, 138, 0, 0.8);
}

.mode-visual {
    height: clamp(190px, 17vw, 306px);
    display: grid;
    place-items: end center;
}

.mode-visual img {
    width: min(100%, 300px);
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.36));
}

.mode-card-coming-soon .mode-visual img {
    width: min(100%, 336px);
}

.mode-card--coming-soon {
    overflow: visible;
}

.mode-card--coming-soon::after {
    content: "";
    position: absolute;
    top: 28px;
    right: -2px;
    z-index: 8;
    width: 205px;
    height: 62px;
    transform: rotate(28deg);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    filter: blur(14px);
    pointer-events: none;
}

.mode-card--coming-soon .corner-ribbon {
    position: absolute;
    top: 18px;
    right: -62px;
    z-index: 20;
    width: 260px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(28deg);
    background: linear-gradient(90deg, #ff9d00 0%, #e8499c 52%, #7435e8 100%);
    border-top: 2px solid rgba(255, 255, 255, 0.48);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    pointer-events: none;
}

.mode-card--coming-soon .corner-ribbon span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(35, 0, 80, 0.55);
    white-space: nowrap;
}

.mode-card--coming-soon .corner-ribbon::before,
.mode-card--coming-soon .corner-ribbon::after {
    content: "";
    position: absolute;
    top: -2px;
    width: 0;
    height: 0;
}

.mode-card--coming-soon .corner-ribbon::before {
    left: -34px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 34px solid #d56b00;
    filter: brightness(0.82);
}

.mode-card--coming-soon .corner-ribbon::after {
    right: -34px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 34px solid #4d22a8;
    filter: brightness(0.8);
}

.categories-strip {
    padding: 30px max(20px, calc((100% - 1180px) / 2));
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    background: #ffffff;
}

.categories-strip div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--purple-950);
    font-weight: 900;
}

.categories-strip img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.proof-section {
    padding: 72px 20px;
    background: var(--cream);
}

.proof-section h2 {
    color: var(--purple-950);
}

.quotes-grid {
    width: min(900px, 100%);
    margin: 36px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.quotes-grid blockquote {
    margin: 0;
    padding: 30px;
    background: var(--white);
    box-shadow: 0 16px 40px rgba(22, 3, 58, 0.12);
}

.quotes-grid p {
    margin: 0 0 18px;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 800;
}

.quotes-grid footer {
    color: var(--purple-700);
    font-weight: 950;
}

.download-section {
    padding: 66px max(20px, calc((100% - 1180px) / 2));
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
}

.download-section h2 {
    max-width: 780px;
    margin-bottom: 28px;
}

.download-section img {
    width: 230px;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.35));
}

.newsletter-section {
    padding: 72px max(20px, calc((100% - 980px) / 2));
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 44px;
    background: #fff;
}

.newsletter-section h2 {
    color: var(--purple-950);
}

.newsletter-form {
    padding: 30px;
    display: grid;
    gap: 18px;
    border-radius: 8px;
    background: var(--cream);
    box-shadow: 0 16px 46px rgba(22, 3, 58, 0.1);
}

.newsletter-form label {
    display: grid;
    gap: 8px;
    color: var(--purple-950);
    font-weight: 900;
}

.newsletter-form input {
    width: 100%;
    min-height: 52px;
    border: 2px solid rgba(86, 39, 216, 0.18);
    border-radius: 8px;
    padding: 0 16px;
    color: var(--ink);
    background: var(--white);
    font: inherit;
}

.newsletter-form button {
    min-height: 54px;
    padding: 0 24px;
    font-size: 17px;
}

.newsletter-success-card {
    align-self: center;
    border-radius: 8px;
    overflow: hidden;
    background: var(--purple-950);
    box-shadow: 0 22px 58px rgba(22, 3, 58, 0.24);
}

.newsletter-success-card img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 980px) {
    .hero {
        min-height: 940px;
    }

    .speed-bonus-fuse {
        padding-top: 30px;
    }

    .speed-bonus-badge {
        min-width: 286px;
        min-height: 84px;
        gap: 34px;
        border-radius: 30px;
    }

    .nav-bar {
        align-items: flex-start;
    }

    .nav-links {
        display: none;
    }

    .hero-content,
    .white-block,
    .download-section,
    .newsletter-section {
        grid-template-columns: 1fr;
    }

    .hero-content {
        padding-top: 28px;
        text-align: left;
    }

    .hero-visual {
        min-height: 430px;
    }

    .phone {
        width: 210px;
    }

    .phone-front {
        left: 22px;
        right: auto;
        top: 0;
    }

    .phone-back {
        left: 180px;
        right: auto;
        top: 44px;
    }

    .bomby-explode {
        left: 140px;
        right: auto;
        bottom: 0;
        width: 240px;
    }

    .steps-grid,
    .modes-grid,
    .categories-strip,
    .quotes-grid {
        grid-template-columns: 1fr 1fr;
    }

    .white-block {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}

@media (max-width: 620px) {
    .hero {
        min-height: 900px;
    }

    .speed-bonus-fuse {
        padding: 28px 14px 30px;
    }

    .speed-bonus-heading .eyebrow {
        font-size: 16px;
    }

    .speed-bonus-heading h2 {
        font-size: 34px;
        line-height: 1.05;
    }

    .fuse-stage {
        gap: 18px;
        margin-top: 22px;
    }

    .fuse-track {
        height: 58px;
    }

    .fuse-spark {
        width: 72px;
        height: 72px;
    }

    .speed-bonus-badge {
        min-width: 238px;
        min-height: 72px;
        gap: 26px;
        padding: 12px 28px;
        border-width: 4px;
        border-radius: 26px;
    }

    .speed-bonus-badge span {
        font-size: 23px;
    }

    .speed-bonus-badge strong {
        font-size: 48px;
    }

    .nav-bar {
        width: min(100% - 28px, 1180px);
        padding-top: 20px;
    }

    .brand img {
        width: 207px;
    }

    .nav-cta {
        padding: 12px 16px;
        font-size: 14px;
    }

    .hero-content {
        width: min(100% - 28px, 1180px);
    }

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

    .hero-lead {
        font-size: 30px;
    }

    .store-badge {
        min-width: 146px;
    }

    .phone {
        width: 174px;
        border-radius: 30px;
        padding: 8px;
    }

    .phone img {
        border-radius: 22px;
    }

    .phone-front {
        left: 0;
    }

    .phone-back {
        left: 126px;
        top: 46px;
    }

    .bomby-explode {
        left: 84px;
        width: 210px;
    }

    .steps-grid,
    .modes-grid,
    .categories-strip,
    .quotes-grid {
        grid-template-columns: 1fr;
    }

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

    .modes-section .section-heading h2 {
        font-size: 48px;
    }

    .mode-card {
        min-height: 520px;
        padding: 22px 26px 28px;
    }

    .mode-visual {
        height: 250px;
        place-items: center;
    }

    .mode-visual img,
    .mode-card-coming-soon .mode-visual img {
        width: min(88%, 240px);
        max-height: 246px;
    }

    .mode-card h3 {
        margin-top: 18px;
    }

    .mode-card--coming-soon {
        overflow: hidden;
    }

    .mode-card--coming-soon::after {
        top: 24px;
        right: 0;
        width: 170px;
        height: 54px;
    }

    .mode-card--coming-soon .corner-ribbon {
        top: 20px;
        right: -50px;
        width: 220px;
        height: 42px;
    }

    .mode-card--coming-soon .corner-ribbon span {
        font-size: 16px;
    }

    .mode-card--coming-soon .corner-ribbon::before {
        left: -30px;
        border-top-width: 22px;
        border-bottom-width: 22px;
        border-right-width: 30px;
    }

    .mode-card--coming-soon .corner-ribbon::after {
        right: -30px;
        border-top-width: 22px;
        border-bottom-width: 22px;
        border-left-width: 30px;
    }

    .screen-card {
        min-height: 420px;
    }

    .screen-phone {
        width: 220px;
        height: 420px;
    }

    .screen-bomby {
        width: 120px;
    }

    .categories-strip {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .download-section img {
        width: 170px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fuse-layer-burned,
    .fuse-layer-lit,
    .fuse-spark,
    .fuse-spark::before,
    .fuse-spark::after,
    .fuse-spark span {
        animation: none;
    }

    .fuse-layer-burned {
        clip-path: inset(0 52% 0 0);
    }

    .fuse-layer-lit {
        clip-path: inset(0 0 0 48%);
    }

    .fuse-spark {
        left: 48%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
