:root {
    color-scheme: dark;
    font-family: "Inter", Arial, sans-serif;
    font-synthesis: none;
}

* {
    box-sizing: border-box;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
    scroll-padding-block: clamp(14px, 2vw, 30px);
    overflow-x: clip;
}

body {
    margin: 0;
    padding: clamp(14px, 2vw, 30px);
    overflow-x: clip;
    background: #f7f7f5;
    color: #fff;
}

main {
    width: min(100%, 1500px);
    margin: 0 auto;
}

.concept-section,
.concept-ticker,
.brand-marquee,
.lifecycle-scroll {
    margin-inline: auto;
}

a {
    color: inherit;
}

.concept-section {
    position: relative;
    width: 100%;
    height: clamp(640px, 55vw, 820px);
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
    border-radius: clamp(18px, 2vw, 30px);
    box-shadow: 0 20px 52px rgba(29, 49, 86, 0.1);
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.hero-section {
    background:
        radial-gradient(circle at 63% 56%, rgba(29, 204, 230, 0.75), transparent 30%),
        linear-gradient(122deg, #18d5c2 0%, #15c2d0 31%, #2789ff 100%);
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.07), transparent 38%);
    pointer-events: none;
}

.concept-nav {
    position: fixed;
    top: clamp(16px, 2vw, 26px);
    left: 50%;
    z-index: 100;
    width: min(calc(100% - 44px), 1180px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
    pointer-events: none;
}

.wordmark {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 58px;
    padding: 0 1rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.92);
    color: #17263f;
    box-shadow: 0 14px 38px rgba(26, 54, 105, 0.16);
    font-size: 1.08rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.025em;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(22px) saturate(1.3);
    pointer-events: auto;
}

.wordmark span {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding-top: 2px;
}

.wordmark img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    min-height: 58px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.92);
    color: #526078;
    box-shadow: 0 14px 38px rgba(26, 54, 105, 0.16);
    font-size: clamp(0.66rem, 0.72vw, 0.76rem);
    font-weight: 800;
    text-transform: uppercase;
    backdrop-filter: blur(22px) saturate(1.3);
    pointer-events: auto;
}

.nav-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.15rem 1rem 0;
    border-radius: 13px;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-actions a:hover {
    background: rgba(91, 83, 218, 0.08);
    color: #554bc8;
    transform: translateY(-1px);
}

.nav-actions .download-link {
    gap: 0.55rem;
    min-width: 172px;
    min-height: 46px;
    margin-left: 0.3rem;
    padding: 0.15rem 1.15rem 0;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(105deg, #7451e7, #a653e8);
    color: #fff;
    box-shadow: 0 9px 20px rgba(103, 70, 213, 0.3);
}

.nav-actions .download-link:hover {
    background: linear-gradient(105deg, #6947db, #9848dc);
    color: #fff;
    box-shadow: 0 12px 24px rgba(103, 70, 213, 0.38);
}

.download-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-copy {
    position: absolute;
    top: 42%;
    left: 7.5%;
    z-index: 8;
    width: min(52%, 710px);
    animation: copy-enter 800ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.4rem;
    padding: 0.48rem 0.8rem 0.44rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #2765aa;
    box-shadow: 0 9px 24px rgba(15, 83, 159, 0.16);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(12px);
    transform: translateY(-9px);
}

.hero-rating strong {
    font-family: Arial, sans-serif;
    font-weight: 900;
}

.rating-stars {
    color: #ffb21c;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-shadow: 0 2px 8px rgba(255, 178, 28, 0.25);
}

.hero-copy h1,
.rewards-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(3.7rem, 6vw, 6.9rem);
    letter-spacing: -0.012em;
    line-height: 0.86;
    text-transform: uppercase;
}

.hero-copy h1 span,
.hero-copy h1 strong,
.rewards-copy h2 span,
.rewards-copy h2 strong {
    display: block;
}

.hero-copy h1 span {
    font-size: 0.52em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.hero-copy h1 strong {
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.018em;
    margin-left: clamp(1.7rem, 4vw, 4.2rem);
}

.hero-word {
    display: inline-block;
    font: inherit;
    font-style: inherit;
    opacity: 0;
    animation: hero-word-in 420ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: calc(120ms + var(--word-order) * 150ms);
    will-change: opacity, transform, filter;
}

.title-words-ready .section-title-word {
    display: inline-block;
    font: inherit;
    font-style: inherit;
    opacity: 0;
    will-change: opacity, transform, filter;
}

.title-words-ready.is-title-visible .section-title-word {
    animation: hero-word-in 420ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: calc(70ms + var(--word-order) * 120ms);
}

.hero-copy p {
    margin: 1.25rem 0 1.5rem;
    font-size: clamp(0.95rem, 1.2vw, 1.2rem);
}

.store-links {
    display: flex;
    align-items: center;
    gap: 0.72rem;
}

.store-links a {
    display: inline-flex;
    transition: transform 220ms ease;
}

.store-links a:hover {
    transform: translateY(-4px);
}

.store-links img {
    display: block;
    width: auto;
    height: 45px;
    filter: invert(1) hue-rotate(180deg);
}

.phone-stage {
    position: absolute;
    z-index: 7;
}

.hero-phone-stage {
    top: 19%;
    right: 7.5%;
    width: clamp(270px, 23vw, 400px);
    transform: translate3d(var(--phone-x, 0), var(--phone-y, 0), 0);
    transition: transform 220ms ease-out;
}

.phone {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 34px 32px rgba(9, 57, 136, 0.25));
    will-change: transform;
}

.hero-phone {
    animation:
        phone-enter 900ms 180ms cubic-bezier(0.16, 1, 0.3, 1) both,
        phone-float 6s 1.1s ease-in-out infinite;
}

.phone-halo {
    position: absolute;
    inset: 13% -10% 8%;
    border-radius: 50%;
    background: rgba(102, 252, 225, 0.25);
    filter: blur(60px);
}

.hero-brand-scatter {
    position: absolute;
    inset: 0;
    z-index: 8;
    pointer-events: none;
}

.hero-brand-logo {
    position: absolute;
    width: clamp(82px, 7vw, 112px);
    min-height: clamp(48px, 4.5vw, 66px);
    display: grid;
    place-items: center;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(12, 85, 159, 0.2);
    rotate: -5deg;
    animation: reward-brand-float 5.8s ease-in-out infinite;
    animation-delay: calc(var(--brand-index) * -0.8s);
}

.hero-brand-logo img {
    display: block;
    max-width: 100%;
    max-height: 38px;
    object-fit: contain;
}

.hero-brand-logo:nth-child(1) {
    top: 13%;
    left: 63%;
}

.hero-brand-logo:nth-child(2) {
    top: 24%;
    right: 3%;
    width: 92px;
    rotate: 6deg;
}

.hero-brand-logo:nth-child(3) {
    top: 52%;
    left: 60%;
    width: 96px;
    rotate: 4deg;
}

.hero-brand-logo:nth-child(4) {
    right: 4%;
    bottom: 12%;
    width: 88px;
    rotate: -7deg;
}

.hero-brand-logo:nth-child(5) {
    bottom: 4%;
    left: 65%;
    width: 104px;
    rotate: 5deg;
}

.hero-brand-logo.is-myprotein,
.hero-brand-logo.is-optimum-nutrition {
    width: clamp(122px, 10vw, 154px);
    min-height: clamp(68px, 6vw, 88px);
    padding: 0.9rem;
}

.hero-brand-logo.is-myprotein img {
    transform: scale(1.55);
}

.hero-brand-logo.is-optimum-nutrition img {
    transform: scale(1.14);
}

.floating-coin {
    position: absolute;
    z-index: 5;
    display: block;
    width: 76px;
    height: auto;
    pointer-events: none;
    will-change: transform;
}

.coin-a {
    top: 15%;
    left: 11%;
    width: 95px;
    animation: coin-drift-a 7.5s ease-in-out infinite;
}

.coin-b {
    top: 12%;
    left: 49%;
    width: 45px;
    opacity: 0.25;
    animation: coin-drift-b 10s 0.7s ease-in-out infinite;
}

.coin-c {
    top: 3%;
    right: 29%;
    width: 70px;
    opacity: 0.25;
    animation: coin-drift-b 9s ease-in-out infinite reverse;
}

.coin-d {
    bottom: 16%;
    left: 4%;
    width: 48px;
    opacity: 0.32;
    animation: coin-drift-a 8s 1.2s ease-in-out infinite reverse;
}

.coin-e {
    right: -2%;
    bottom: 8%;
    width: 168px;
    opacity: 0.22;
    animation: coin-drift-b 10s 0.5s ease-in-out infinite;
}

.concept-ticker {
    position: relative;
    z-index: 30;
    height: 48px;
    margin: 10px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #fff;
    color: #090909;
    font-size: 0.7rem;
    font-weight: 900;
    white-space: nowrap;
    border-radius: 10px;
}

.concept-ticker div {
    display: flex;
    width: max-content;
    animation: ticker 18s linear infinite;
}

.concept-ticker span {
    margin-right: 0.3rem;
}

.brand-marquee {
    position: relative;
    z-index: 30;
    height: 122px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(22, 48, 92, 0.07);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(29, 49, 86, 0.07);
    scroll-snap-align: end;
    scroll-snap-stop: always;
}

.brand-marquee-label {
    position: relative;
    z-index: 4;
    margin: 0 0 0.2rem;
    transform: translateY(-4px);
    color: #586273;
    font-size: clamp(0.7rem, 0.75vw, 0.78rem);
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.brand-marquee::before,
.brand-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: clamp(34px, 6vw, 90px);
    pointer-events: none;
}

.brand-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent);
}

.brand-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, #fff, transparent);
}

.brand-logo-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    align-items: center;
    gap: 0;
    will-change: transform;
}

.brand-logo-track.is-ready {
    animation: brand-marquee var(--marquee-duration, 36s) linear infinite;
}

.brand-logo-set {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 2.2vw, 2rem);
    padding-right: clamp(1.25rem, 2.2vw, 2rem);
}

.brand-logo {
    flex: 0 0 auto;
    width: clamp(100px, 10vw, 145px);
    height: 58px;
    display: grid;
    place-items: center;
}

.brand-logo img {
    display: block;
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
    filter: saturate(0.9);
}

.brand-logo span,
.brand-loading {
    color: #596273;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.brand-marquee:hover .brand-logo-track {
    animation-play-state: paused;
}

.mission-section {
    position: relative;
    width: 100vw;
    min-height: 720px;
    margin-left: calc(50% - 50vw);
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 50%, rgba(26, 195, 213, 0.08), transparent 31%),
        #fff;
    color: #13243d;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    scroll-margin-top: clamp(60px, 6vw, 90px);
}

.mission-inner {
    width: min(calc(100% - clamp(48px, 9vw, 150px)), 1260px);
    display: grid;
    grid-template-columns: minmax(440px, 1.15fr) minmax(300px, 0.85fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.mission-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: clamp(2rem, 5vw, 5rem);
    border-left: 1px solid #dfe6ee;
}

.mission-stat strong {
    color: #188ddd;
    font-size: clamp(3.5rem, 5.2vw, 5.8rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.92;
    white-space: nowrap;
}

.mission-stat span {
    max-width: 380px;
    margin-top: 1.35rem;
    color: #34445a;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
    font-weight: 600;
    line-height: 1.45;
}

.mission-stat a {
    margin-top: 0.7rem;
    color: #718096;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-underline-offset: 3px;
}

.mission-copy {
    padding-left: 0;
    border-left: 0;
}

.mission-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: #168fdc;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mission-copy h2 {
    margin: 0;
    color: #13243d;
    font-size: clamp(2.8rem, 4.5vw, 4.9rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 0.94;
    text-transform: uppercase;
}

.mission-copy h2 strong {
    color: #8053e8;
    font-style: italic;
    font-weight: 900;
}

.mission-copy p {
    max-width: 680px;
    margin: 1.25rem 0 0;
    color: #526176;
    font-size: clamp(0.88rem, 1vw, 1rem);
    line-height: 1.55;
}

.mission-path {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.7rem;
    color: #13243d;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mission-path i {
    color: #9ca9b8;
    font-style: normal;
}

.no-crypto-promise {
    max-width: 650px;
    display: block;
    margin-top: 1.7rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.no-crypto-promise > span {
    display: none;
}

.no-crypto-promise div {
    display: grid;
    gap: 0.18rem;
}

.no-crypto-promise strong {
    color: #13243d;
    font-size: 0.9rem;
    font-weight: 900;
}

.no-crypto-promise small {
    color: #66768a;
    font-size: 0.74rem;
    line-height: 1.35;
}

.rewards-section {
    background:
        radial-gradient(circle at 78% 52%, rgba(255, 61, 90, 0.38), transparent 31%),
        linear-gradient(125deg, #ff7a2f 0%, #ff7336 43%, #ff617b 100%);
}

.rewards-section::before,
.wallet-section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 48%;
    background: repeating-linear-gradient(
        136deg,
        rgba(255, 255, 255, 0.055) 0,
        rgba(255, 255, 255, 0.055) 1px,
        transparent 1px,
        transparent 8px
    );
    opacity: 0.6;
    pointer-events: none;
}

.rewards-copy {
    position: absolute;
    top: 50%;
    left: 8.5%;
    z-index: 6;
    width: 60%;
}

.rewards-copy h2 {
    font-size: clamp(2.7rem, 4vw, 4.65rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 0.94;
}

.rewards-copy h2 span {
    margin-bottom: 0.12em;
    font-size: 0.56em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.rewards-copy h2 strong {
    margin-left: 0;
    font-size: 1em;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

.rewards-copy p {
    width: min(100%, 620px);
    margin: 1.6rem 0 0;
    font-size: clamp(0.95rem, 1.2vw, 1.18rem);
    line-height: 1.45;
}

.rewards-type {
    position: absolute;
    top: 13%;
    right: auto;
    left: 77%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: transparent;
    font-size: clamp(3.7rem, 6vw, 6.8rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.82);
    transform: translateX(-50%);
}

.reward-brand-scatter {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
}

.reward-brand-logo {
    position: absolute;
    width: clamp(76px, 8vw, 116px);
    min-height: clamp(48px, 5vw, 68px);
    display: grid;
    place-items: center;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 15px 34px rgba(130, 38, 50, 0.2);
    rotate: -5deg;
    animation: reward-brand-float 5.8s ease-in-out infinite;
    animation-delay: calc(var(--brand-index) * -0.7s);
}

.reward-brand-logo img {
    display: block;
    max-width: 100%;
    max-height: 36px;
    object-fit: contain;
}

.reward-brand-logo:nth-child(1) {
    top: 8%;
    left: 58%;
    width: 100px;
    min-height: 60px;
}

.reward-brand-logo:nth-child(2) {
    top: 23%;
    right: 2%;
    width: 84px;
    min-height: 50px;
    rotate: 6deg;
}

.reward-brand-logo:nth-child(3) {
    top: 73%;
    left: 53%;
    width: 98px;
    min-height: 58px;
    rotate: 4deg;
}

.reward-brand-logo:nth-child(4) {
    right: 7%;
    bottom: 7%;
    width: 76px;
    min-height: 46px;
    rotate: -7deg;
}

.reward-brand-logo:nth-child(5) {
    bottom: 3%;
    left: 63%;
    width: 122px;
    min-height: 72px;
    rotate: 5deg;
}

.reward-brand-logo:nth-child(6) {
    top: 42%;
    right: 28%;
    width: 68px;
    min-height: 44px;
    rotate: -3deg;
}

.reward-brand-logo.is-myprotein,
.reward-brand-logo.is-optimum-nutrition {
    width: clamp(112px, 11vw, 158px);
    min-height: clamp(68px, 7vw, 92px);
    padding: 0.9rem;
}

.reward-brand-logo.is-myprotein img {
    transform: scale(1.75);
}

.reward-brand-logo.is-saucony img {
    transform: scale(1.28);
}

.reward-brand-logo.is-optimum-nutrition {
    top: 14%;
    right: auto;
    bottom: auto;
    left: 41%;
    rotate: -4deg;
}

.reward-brand-logo.is-optimum-nutrition img {
    transform: scale(1.18);
}

.rewards-phone-stage {
    top: 50%;
    right: auto;
    left: 77%;
    z-index: 9;
    width: clamp(340px, 32vw, 500px);
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: clamp(20px, 2vw, 30px);
    box-shadow: 0 28px 60px rgba(145, 34, 38, 0.28);
    transform: translate(-50%, -50%);
}

.rewards-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.floating-flame {
    position: absolute;
    z-index: 5;
    display: block;
    height: auto;
    filter: drop-shadow(0 12px 20px rgba(139, 22, 44, 0.24));
    pointer-events: none;
    will-change: transform;
}

.reward-flame-a {
    top: -5%;
    right: -1%;
    width: 190px;
    opacity: 0.72;
    animation: coin-drift-a 8.5s ease-in-out infinite;
}

.reward-flame-b {
    bottom: 9%;
    left: 4%;
    width: 86px;
    opacity: 0.58;
    animation: coin-drift-b 10s ease-in-out infinite;
}

.reward-flame-c {
    top: 24%;
    left: 51%;
    width: 48px;
    opacity: 0.42;
    animation: coin-drift-a 7s 0.9s ease-in-out infinite reverse;
}

.reward-flame-d {
    top: -8%;
    left: 2%;
    width: 165px;
    opacity: 0.62;
    animation: coin-drift-b 9.5s 0.4s ease-in-out infinite;
}

.contact-card-section {
    height: clamp(520px, 43vw, 650px);
    margin-block: clamp(20px, 2.2vw, 34px);
    background:
        radial-gradient(circle at 18% 4%, rgba(255, 184, 71, 0.58), transparent 34%),
        linear-gradient(125deg, #ff8a34 0%, #ff713b 48%, #f6524e 100%);
}

.contact-card-section::before,
.contact-card-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: clamp(220px, 27vw, 410px);
    aspect-ratio: 1;
    border-radius: 48% 52% 45% 55%;
    background: rgba(221, 58, 78, 0.25);
    rotate: -18deg;
}

.contact-card-section::before {
    right: -9%;
    top: -39%;
}

.contact-card-section::after {
    left: -13%;
    bottom: -53%;
    scale: 1.18;
}

.contact-card-brand {
    position: absolute;
    top: clamp(26px, 4vw, 54px);
    left: clamp(26px, 4vw, 58px);
    z-index: 3;
    display: grid;
    justify-items: center;
    gap: 0.2rem;
    color: #fff;
    font-size: clamp(0.75rem, 1vw, 1rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.contact-card-brand img {
    width: clamp(42px, 4.5vw, 66px);
    height: auto;
    filter: drop-shadow(0 8px 16px rgba(174, 52, 38, 0.18));
}

.contact-card-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: min(72%, 670px);
    text-align: center;
    transform: translate(-50%, -50%);
}

.contact-card-copy > p {
    margin: 0 0 0.7rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.7rem, 0.9vw, 0.86rem);
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.contact-card-copy h2 {
    margin: 0 0 clamp(2rem, 4vw, 3.4rem);
    font-size: clamp(3rem, 5.8vw, 6rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.78;
    text-transform: uppercase;
}

.contact-card-copy h2 span {
    display: block;
    margin-bottom: 0.13em;
    font-size: 0.58em;
    font-style: normal;
    font-weight: 750;
    letter-spacing: -0.025em;
}

.contact-card-links {
    display: grid;
    gap: 0.8rem;
    width: min(100%, 520px);
    margin-inline: auto;
}

.contact-card-links > a,
.contact-card-socials {
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    align-items: center;
    min-height: 58px;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #ee6b3d;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(177, 52, 40, 0.15);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-card-links > a:hover {
    transform: translateY(-3px);
    box-shadow: 0 19px 42px rgba(177, 52, 40, 0.22);
}

.contact-card-links strong {
    font-size: clamp(0.82rem, 1.2vw, 1.05rem);
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.contact-card-socials {
    grid-template-columns: 1fr auto;
    padding: 0.5rem 0.65rem 0.5rem 1.35rem;
}

.contact-card-socials > strong {
    text-align: left;
}

.contact-card-socials nav {
    display: flex;
    gap: 0.38rem;
}

.contact-card-socials nav a {
    display: grid;
    width: 38px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 50%;
    background: #f37947;
    color: #fff;
    transition: transform 180ms ease, background 180ms ease;
}

.contact-card-socials nav a:hover {
    background: #e95f31;
    transform: translateY(-2px) scale(1.05);
}

.contact-card-socials nav svg {
    width: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.contact-card-socials nav .is-filled {
    fill: currentColor;
    stroke: none;
}

.contact-card-icon {
    display: grid;
    width: 38px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 50%;
    background: #f37947;
    color: #fff;
}

.contact-card-icon svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.contact-card-flame {
    position: absolute;
    top: -4%;
    right: 5%;
    z-index: 1;
    width: clamp(105px, 14vw, 205px);
    padding: 1.3rem;
    border: 2px solid rgba(113, 73, 244, 0.8);
    rotate: -14deg;
    opacity: 0.62;
}

.contact-card-flame svg {
    display: block;
    width: 100%;
    fill: rgba(213, 57, 77, 0.42);
}

.wallet-section {
    position: relative;
    width: 100vw;
    height: clamp(460px, 40vw, 600px);
    min-height: 460px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 17% 7%, rgba(201, 174, 255, 0.5), transparent 31%),
        radial-gradient(circle at 86% 92%, rgba(255, 145, 219, 0.3), transparent 35%),
        linear-gradient(132deg, #7043e2 0%, #8c4de7 50%, #c357d4 100%);
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.wallet-section::before {
    opacity: 0.42;
}

.wallet-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 7;
    width: min(84%, 930px);
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.wallet-cta h2 span {
    display: block;
    margin-bottom: 0.1em;
    font-size: 0.45em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.wallet-cta h2 {
    margin: 0;
    font-size: clamp(3.5rem, 5.4vw, 6.4rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.82;
    text-transform: uppercase;
}

.wallet-cta h2 strong {
    display: block;
    font-size: 1.18em;
    font-style: italic;
    font-weight: 900;
}

.wallet-cta p {
    max-width: 520px;
    margin: 1.25rem auto 1.4rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.9rem, 1.15vw, 1.1rem);
    line-height: 1.5;
}

.wallet-cta .store-links {
    justify-content: center;
}

.earn-stickers {
    position: absolute;
    inset: 0;
    z-index: auto;
    pointer-events: none;
}

.earn-sticker {
    position: absolute;
    z-index: 3;
    display: block;
    height: auto;
    filter: drop-shadow(0 18px 24px rgba(71, 31, 143, 0.22));
    animation: earn-sticker-float 5.5s ease-in-out infinite;
}

.sticker-goal-reached {
    top: 9%;
    left: 14%;
    width: clamp(100px, 10vw, 145px);
    rotate: -8deg;
}

.sticker-daily-goal {
    top: 7%;
    right: 7%;
    z-index: 10;
    width: clamp(84px, 8vw, 120px);
    rotate: 7deg;
    animation-delay: -2.1s;
}

.sticker-partner {
    bottom: 9%;
    left: 11%;
    width: clamp(125px, 12vw, 175px);
    rotate: 5deg;
    animation-delay: -3.4s;
}

.sticker-new-offer {
    right: 9%;
    bottom: 10%;
    z-index: 10;
    width: clamp(115px, 11vw, 160px);
    rotate: -6deg;
    animation-delay: -1.1s;
}

.lifecycle-scroll {
    position: relative;
    height: 300vh;
    min-height: 2100px;
    scroll-snap-align: none;
}

.lifecycle-sticky {
    position: sticky;
    top: clamp(14px, 2vw, 30px);
    height: clamp(640px, calc(100vh - clamp(28px, 4vw, 60px)), 820px);
    overflow: hidden;
    border-radius: clamp(18px, 2vw, 30px);
    box-shadow: 0 24px 60px rgba(29, 49, 86, 0.14);
    perspective: 1400px;
}

.lifecycle-track {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.lifecycle-panel {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
}

.fitscore-panel {
    background:
        radial-gradient(circle at 76% 48%, rgba(116, 226, 255, 0.28), transparent 29%),
        linear-gradient(126deg, #129fdc 0%, #2688f1 48%, #5559e8 100%);
}

.fitscore-panel::before,
.earn-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        136deg,
        rgba(255, 255, 255, 0.045) 0,
        rgba(255, 255, 255, 0.045) 1px,
        transparent 1px,
        transparent 9px
    );
    -webkit-mask-image: linear-gradient(35deg, #000, transparent 65%);
    mask-image: linear-gradient(35deg, #000, transparent 65%);
}

.lifecycle-copy {
    position: absolute;
    z-index: 6;
}

.fitscore-copy {
    top: 27%;
    left: 7.5%;
    width: min(48%, 660px);
}

.lifecycle-step {
    display: inline-block;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.lifecycle-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 4.6vw, 5.2rem);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 0.94;
    text-transform: uppercase;
}

.lifecycle-copy h2 strong {
    font-weight: 900;
    font-style: italic;
}

.fitscore-title .fitscore-kicker,
.fitscore-title .fitscore-word,
.fitscore-title strong {
    display: block;
}

.fitscore-title .fitscore-kicker {
    margin-bottom: 0.08em;
    font-size: 0.54em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.fitscore-title .fitscore-word {
    position: relative;
    z-index: 1;
    width: max-content;
    margin: 0;
    font-size: 1em;
    isolation: isolate;
}

.fitscore-title strong {
    position: relative;
    z-index: 2;
}

.lifecycle-copy > p {
    max-width: 590px;
    margin: 1.1rem 0 1.25rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.88rem, 1.1vw, 1.08rem);
    line-height: 1.45;
}

.score-mode {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(17, 63, 159, 0.2);
    backdrop-filter: blur(14px);
}

.score-mode button {
    min-width: 92px;
    padding: 0.62rem 1rem 0.56rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
}

.score-mode button.is-active {
    background: #fff;
    color: #167dd8;
    box-shadow: 0 7px 18px rgba(15, 61, 142, 0.2);
}

.calculator-controls {
    display: grid;
    gap: 0.8rem;
    max-width: 570px;
    margin-top: 1rem;
}

.is-control-disabled {
    display: none;
}

.calculator-control,
.workout-select {
    display: grid;
    gap: 0.55rem;
}

.calculator-control > span,
.workout-select > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.calculator-control output {
    color: #fff;
    font-size: 0.86rem;
    letter-spacing: 0;
}

.calculator-control input[type="range"] {
    width: 100%;
    height: 5px;
    margin: 0;
    border-radius: 999px;
    appearance: none;
    background: rgba(255, 255, 255, 0.22);
    accent-color: #fff;
    cursor: pointer;
}

.calculator-control input[type="range"]::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    border: 3px solid #2789f2;
    border-radius: 50%;
    appearance: none;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}

.workout-controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: end;
}

.workout-select select {
    min-height: 38px;
    padding: 0 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 10px;
    outline: none;
    background: rgba(15, 57, 149, 0.25);
    color: #fff;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
}

.tracker-note {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1rem !important;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 0.72rem !important;
}

.tracker-note span {
    color: #fff;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.fitscore-type {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    margin: 0;
    color: transparent;
    font-size: 1em;
    font-style: italic;
    font-weight: 900;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: uppercase;
    pointer-events: none;
}

.fitscore-type i {
    --ghost-x: 22px;
    --ghost-opacity: 0.34;
    position: absolute;
    inset: 0 auto auto 0;
    display: block;
    width: max-content;
    color: transparent;
    font: inherit;
    opacity: var(--ghost-opacity);
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.72);
    transform: translateX(var(--ghost-x));
}

.fitscore-type i:nth-child(2) {
    --ghost-x: 44px;
    --ghost-opacity: 0.22;
}

.fitscore-type i:nth-child(3) {
    --ghost-x: 66px;
    --ghost-opacity: 0.1;
}

.fitscore-panel.is-ghosting .fitscore-title strong {
    animation: fitscore-title-swipe 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.fitscore-panel.is-ghosting .fitscore-type i {
    animation: fitscore-ghost-swipe 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.fitscore-panel.is-ghosting .fitscore-type i:nth-child(2) {
    animation-delay: 45ms;
}

.fitscore-panel.is-ghosting .fitscore-type i:nth-child(3) {
    animation-delay: 90ms;
}

.cursor-ghost {
    position: absolute;
    z-index: 5;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    border: 2px solid rgba(255, 255, 255, 0.74);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(91, 224, 255, 0.65);
    pointer-events: none;
    animation: cursor-ghost-fade 650ms ease-out forwards;
}

.fitscore-demo {
    position: absolute;
    top: 18%;
    right: 8%;
    z-index: 4;
    width: clamp(320px, 33vw, 470px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
}

.fitscore-outer-glow {
    position: absolute;
    inset: 3%;
    border-radius: 50%;
    border: 2px solid rgba(117, 232, 255, 0.16);
    background: transparent;
    box-shadow:
        0 0 26px 10px rgba(54, 191, 255, 0.48),
        0 0 66px 22px rgba(67, 85, 255, 0.34),
        inset 0 0 24px rgba(68, 213, 255, 0.2);
    filter: blur(2px);
    animation: ring-outer-pulse 2s ease-in-out infinite alternate;
}

.fitscore-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.fitscore-ring circle {
    fill: none;
    transform-origin: center;
    transform: rotate(-90deg);
}

.ring-track {
    stroke-linecap: round;
}

.ring-track-goal {
    stroke: rgba(255, 255, 255, 0.16);
    stroke-width: 18;
    stroke-dasharray: 31 69;
    stroke-dashoffset: -2;
}

.ring-track-bonus {
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 12;
    stroke-dasharray: 61 39;
    stroke-dashoffset: -37;
}

.ring-progress {
    stroke: #fff;
    stroke-linecap: round;
    transition: stroke-dasharray 550ms cubic-bezier(0.16, 1, 0.3, 1);
    filter:
        drop-shadow(0 0 4px rgba(255, 255, 255, 0.96))
        drop-shadow(0 0 10px rgba(104, 224, 255, 0.72))
        drop-shadow(0 0 18px rgba(74, 104, 255, 0.46));
}

.ring-progress-goal {
    stroke-width: 18;
}

.ring-progress-bonus {
    stroke-width: 12;
}

.ring-glow {
    stroke: transparent;
    stroke-width: 1;
    filter: none;
    animation: none;
}

.ring-goal-marker {
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    filter: drop-shadow(0 0 6px #0bc5a5);
}

.ring-heart {
    position: absolute;
    top: 1.5%;
    left: 50%;
    z-index: 5;
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    text-shadow: 0 0 12px rgba(0, 123, 255, 0.8);
    transform: translateX(-50%);
}

.fitscore-center {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fitscore-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.fitscore-label span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 0.23rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
    letter-spacing: 0;
}

.fitscore-label img {
    width: 13px;
    height: 13px;
    object-fit: contain;
}

.fitscore-value-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.2rem;
}

.fitscore-value-row strong {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
    font-size: clamp(5.5rem, 9vw, 8.6rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.055em;
    text-shadow: 0 0 28px rgba(0, 123, 255, 0.9), 0 0 6px rgba(255, 255, 255, 0.75);
}

.fitscore-value-row span {
    color: #4bea64;
    font-size: 2.6rem;
    font-weight: 900;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    animation: trend-bounce 1.8s ease-in-out infinite;
}

.fitscore-center small {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    font-weight: 700;
}

.fitscore-center em {
    margin-top: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.earn-panel {
    background:
        radial-gradient(circle at 75% 50%, rgba(255, 119, 225, 0.28), transparent 31%),
        linear-gradient(128deg, #6745d9 0%, #9946df 48%, #eb6684 100%);
}

.earn-copy {
    top: 33%;
    left: 7.5%;
    width: min(46%, 650px);
}

.earn-copy h2 span,
.earn-copy h2 strong {
    display: block;
}

.earn-copy h2 span {
    margin-bottom: 0.12em;
    font-size: 0.56em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.earn-copy h2 strong {
    font-size: 1em;
}

.earn-phone-stage {
    top: 50%;
    right: 8%;
    width: clamp(320px, 30vw, 470px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: clamp(20px, 2vw, 30px);
    box-shadow: 0 28px 60px rgba(17, 91, 78, 0.26);
    transform: translateY(-50%);
}

.earn-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center;
}

.earning-system {
    position: absolute;
    top: 13%;
    right: 7%;
    width: min(44%, 620px);
    height: 73%;
}

.earning-source {
    position: absolute;
    left: 0;
    z-index: 4;
    width: min(72%, 390px);
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 0.8rem;
    align-items: center;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 16px 35px rgba(63, 26, 121, 0.18);
    backdrop-filter: blur(16px);
}

.source-score { top: 4%; }
.source-challenge { top: 32%; left: 8%; }
.source-referral { top: 60%; left: 2%; }

.source-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 1.1rem;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
}

.earning-source div {
    display: grid;
    gap: 0.15rem;
}

.earning-source strong {
    color: #fff;
    font-size: 0.92rem;
}

.earning-source small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.68rem;
}

.earning-source > b {
    color: #d8ff63;
    font-size: 0.78rem;
}

.earning-flow {
    position: absolute;
    top: 11%;
    right: 18%;
    bottom: 17%;
    width: 35%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    border-radius: 0 50% 50% 0;
}

.earning-flow::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 20%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 18px #fff;
    animation: flow-pulse 1.5s ease-in-out infinite;
}

.balance-orb {
    position: absolute;
    right: -2%;
    bottom: 2%;
    z-index: 5;
    width: clamp(190px, 18vw, 250px);
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.35), rgba(118, 55, 212, 0.82) 58%, rgba(74, 33, 170, 0.9));
    box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.15), 0 25px 55px rgba(59, 22, 139, 0.3);
    text-align: center;
}

.balance-orb img {
    width: 48px;
    margin-bottom: 0.55rem;
}

.balance-orb span,
.balance-orb small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.balance-orb strong {
    margin: 0.25rem 0;
    color: #fff;
    font-size: 1.35rem;
}

.lifecycle-progress {
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 30;
    display: flex;
    gap: 8px;
    padding: 7px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(12px);
    transform: translateX(-50%);
}

.lifecycle-progress button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: width 220ms ease, background 220ms ease;
}

.lifecycle-progress button.is-active {
    width: 28px;
    background: #fff;
}

.league-section {
    display: grid;
    grid-template-columns: minmax(300px, 0.86fr) minmax(500px, 1.14fr);
    gap: clamp(2.5rem, 6vw, 6.5rem);
    align-items: center;
    margin-block: clamp(14px, 1.5vw, 24px);
    padding: clamp(3rem, 6vw, 6rem);
    background:
        radial-gradient(circle at 92% 12%, rgba(87, 126, 255, 0.15), transparent 30%),
        radial-gradient(circle at 12% 90%, rgba(42, 211, 177, 0.12), transparent 28%),
        linear-gradient(135deg, #f8fbff 0%, #eef3ff 52%, #f5efff 100%);
    color: #12213b;
}

.league-copy {
    position: relative;
    z-index: 5;
}

.league-eyebrow {
    color: #5e54df;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.league-copy h2 {
    margin: 0.9rem 0 0;
    font-size: clamp(2.8rem, 4.7vw, 5.4rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.88;
    text-transform: uppercase;
}

.league-copy h2 strong {
    color: #7050e8;
    font-style: italic;
    font-weight: 900;
}

.league-copy > p {
    max-width: 590px;
    margin: 1.45rem 0 0;
    color: #5c6b82;
    font-size: clamp(0.88rem, 1.1vw, 1.06rem);
    line-height: 1.55;
}

.league-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.4rem;
    color: #5e54df;
    font-size: 0.76rem;
    font-weight: 900;
    text-decoration: none;
}

.league-link span {
    transition: translate 180ms ease;
}

.league-link:hover span {
    translate: 4px 0;
}

.league-explorer {
    --tier-color: #b46b37;
    --tier-soft: rgba(180, 107, 55, 0.22);
    --league-direction: 1;
    position: relative;
    z-index: 5;
    min-width: 0;
    height: min(650px, calc(100% - 1rem));
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    padding: 1.25rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.67);
    box-shadow: 0 28px 70px rgba(57, 72, 130, 0.15);
    backdrop-filter: blur(22px);
    transition: background 350ms ease;
}

.league-tier-display {
    min-width: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: opacity 160ms ease, transform 240ms ease;
}

.league-explorer.is-changing .league-tier-display {
    opacity: 0;
    transform: translateX(calc(var(--league-direction) * -30px));
}

.league-tier-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 14px;
}

.league-tier-pills button {
    width: 10px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--pill-color);
    box-shadow: none;
    opacity: 0.28;
    cursor: pointer;
    transition: width 260ms cubic-bezier(0.16, 1, 0.3, 1), opacity 180ms ease, box-shadow 180ms ease;
}

.league-tier-pills button:hover {
    opacity: 0.65;
}

.league-tier-pills button.is-active {
    width: 27px;
    box-shadow: 0 0 12px color-mix(in srgb, var(--pill-color) 55%, transparent);
    opacity: 1;
}

.league-crest-stage {
    position: relative;
    width: clamp(180px, 19vw, 280px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin: 0.3rem 0 0;
    overflow: hidden;
    transition: transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
}

.league-crest-glow {
    position: absolute;
    inset: 12%;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(circle, var(--tier-soft), transparent 69%);
    filter: blur(12px);
    transform: scale(1.2);
    transition: background 350ms ease;
}

.league-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.league-particle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--particle-size, 4px);
    height: var(--particle-size, 4px);
    border-radius: 50%;
    background: var(--tier-color);
    box-shadow: 0 0 9px var(--tier-color);
    opacity: 0;
    animation: league-particle-orbit var(--particle-duration, 7s) linear infinite;
    animation-delay: var(--particle-delay, 0s);
}

.league-particle.is-rising {
    top: auto;
    bottom: 8%;
    left: var(--particle-x, 50%);
    animation-name: league-particle-rise;
    animation-timing-function: ease-out;
}

.league-particle.is-sparkle {
    border-radius: 1px;
}

.league-particle.is-sparkle::before,
.league-particle.is-sparkle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--tier-color);
    transform: translate(-50%, -50%);
}

.league-particle.is-sparkle::before {
    width: 260%;
    height: 1px;
}

.league-particle.is-sparkle::after {
    width: 1px;
    height: 260%;
}

.league-crest-stage img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 800%;
    max-width: none;
    height: 600%;
    object-fit: fill;
    will-change: transform;
    transition: opacity 160ms ease;
}

.league-explorer.is-changing .league-crest-stage img {
    opacity: 0;
}

.league-explorer.is-changing .league-crest-stage {
    transform: scale(0.88);
}

.league-tier-display h3 {
    margin: 0.25rem 0 0;
    color: var(--tier-color);
    font-size: clamp(1.8rem, 2.7vw, 3rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    text-transform: uppercase;
    transition: color 350ms ease;
}

.league-tier-display > p {
    max-width: 430px;
    min-height: 2.6em;
    margin: 0.65rem auto 0;
    color: #69778d;
    font-size: 0.72rem;
    line-height: 1.4;
}

.league-arrow {
    position: relative;
    z-index: 8;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 255, 0.82));
    color: var(--tier-color);
    box-shadow: 0 10px 24px rgba(55, 67, 112, 0.14);
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.league-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.league-arrow:hover {
    background: #fff;
    box-shadow: 0 14px 30px rgba(55, 67, 112, 0.2);
}

.league-arrow-prev:hover {
    transform: translateX(-3px);
}

.league-arrow-next:hover {
    transform: translateX(3px);
}

.community-section {
    margin-block: clamp(14px, 1.5vw, 24px);
    padding: clamp(18px, 2.4vw, 34px);
    background: #edf2f6;
}

.community-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 1.2vw, 16px);
}

.community-tile {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    margin: 0;
    border-radius: clamp(16px, 1.5vw, 22px);
}

.community-section.is-community-ready .community-tile {
    opacity: 0;
    transform: translateY(20px) scale(0.965);
    transition:
        opacity 380ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.community-section.is-community-visible .community-tile {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.community-section.is-community-visible .community-tile:nth-child(2) { transition-delay: 55ms; }
.community-section.is-community-visible .community-tile:nth-child(3) { transition-delay: 110ms; }
.community-section.is-community-visible .community-tile:nth-child(4) { transition-delay: 165ms; }
.community-section.is-community-visible .community-tile:nth-child(5) { transition-delay: 220ms; }
.community-section.is-community-visible .community-tile:nth-child(6) { transition-delay: 275ms; }

.community-intro {
    grid-column: 1 / 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: clamp(1.7rem, 4vw, 3.8rem);
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.28), transparent 27%),
        linear-gradient(135deg, #16bfb3, #159be3);
    color: #fff;
}

.community-intro h2 {
    margin: 0;
    font-size: clamp(2.8rem, 4.5vw, 5.2rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.84;
    text-transform: uppercase;
}

.community-intro h2 strong {
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.015em;
}

.community-intro p {
    max-width: 610px;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(0.75rem, 0.95vw, 0.9rem);
    line-height: 1.45;
}

.community-intro a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: max-content;
    margin-top: 1rem;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    text-decoration: none;
}

.community-intro a span {
    transition: translate 180ms ease;
}

.community-intro a:hover span {
    translate: 4px 0;
}

.community-photo-group {
    grid-column: 3 / 5;
}

.community-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.community-photo:hover img {
    transform: scale(1.04);
}

.community-photo-group img {
    object-position: center 48%;
}

.community-photo-runners img {
    object-position: center 48%;
}

.community-photo-dog img {
    object-position: center 69%;
    transform: scale(2.15);
    transform-origin: 50% 69%;
}

.community-photo-dog:hover img {
    transform: scale(2.24);
}

.community-quote {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: clamp(1.2rem, 2.5vw, 2.2rem);
    background: #8750e7;
    color: #fff;
    text-align: center;
}

.community-quote > span {
    font-family: Georgia, serif;
    font-size: 2.4rem;
    line-height: 0.5;
    opacity: 0.45;
}

.community-quote p {
    margin: 0.8rem 0 0;
    font-size: clamp(1rem, 1.5vw, 1.4rem);
    font-weight: 900;
    line-height: 1.08;
}

.community-quote footer {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.community-run-club {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1.2rem;
    background: #15253a;
    color: #fff;
    text-align: center;
}

.community-run-club::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(10, 22, 37, 0.32), rgba(10, 22, 37, 0.78));
}

.community-run-club > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.community-run-club > span,
.community-run-club strong,
.community-run-club small {
    position: relative;
    z-index: 2;
}

.community-run-club > span {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.community-run-club strong {
    margin-top: 0.4rem;
    font-size: clamp(2rem, 3vw, 3.4rem);
    font-style: italic;
    font-weight: 900;
    line-height: 0.8;
}

.community-run-club small {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.testimonial-section {
    margin-block: clamp(14px, 1.5vw, 24px);
    background:
        radial-gradient(circle at 10% 18%, rgba(89, 235, 182, 0.48), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(18, 208, 220, 0.42), transparent 27%),
        linear-gradient(128deg, #12bdbb 0%, #118cf1 46%, #176fe8 100%);
}

.testimonial-heading {
    position: absolute;
    top: 6%;
    left: 50%;
    z-index: 8;
    text-align: center;
    transform: translateX(-50%);
}

.testimonial-heading > span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.testimonial-heading h2 {
    margin: 0.25rem 0 0;
    color: #fff;
    font-size: clamp(2.8rem, 4.5vw, 5rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 0.9;
    text-transform: uppercase;
}

.testimonial-layout {
    position: absolute;
    inset: 16% 6% 5%;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(250px, 0.8fr) minmax(250px, 1fr);
    gap: clamp(1.6rem, 3vw, 3.4rem);
    align-items: center;
}

.review-column {
    display: flex;
    flex-direction: column;
    gap: clamp(0.8rem, 1.6vw, 1.3rem);
}

.review-bubble {
    position: relative;
    margin: 0;
    padding: clamp(0.85rem, 1.25vw, 1.15rem);
    border: 1px solid rgba(31, 91, 149, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    color: #526176;
    box-shadow: 0 16px 34px rgba(8, 74, 144, 0.15);
    transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease;
}

@media (hover: hover) {
    .review-bubble:hover {
        z-index: 10;
        box-shadow: 0 24px 48px rgba(8, 74, 144, 0.24);
        transform: translateY(-4px) scale(1.055);
    }
}

.review-bubble::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: -8px;
    width: 18px;
    height: 18px;
    border: 0;
    background: rgba(255, 255, 255, 0.96);
    transform: rotate(45deg);
}

.review-column-right .review-bubble::after {
    right: auto;
    left: 24px;
}

.review-bubble header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.review-bubble header strong {
    color: #13a4a5;
    font-size: 0.82rem;
}

.review-bubble header span {
    color: #ffb21c;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.review-bubble p {
    margin: 0.55rem 0 0;
    font-size: clamp(0.66rem, 0.8vw, 0.78rem);
    line-height: 1.45;
}

.testimonial-phone-stack {
    position: relative;
    height: 100%;
    min-height: 490px;
}

.testimonial-phone {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    width: clamp(175px, 16vw, 250px);
    filter: drop-shadow(0 28px 28px rgba(2, 49, 114, 0.25));
    transform-origin: center;
}

.testimonial-phone-centre {
    z-index: 4;
    transform: translate(-50%, -50%);
}

.testimonial-phone-left {
    z-index: 2;
    width: clamp(150px, 13vw, 210px);
    transform: translate(-85%, -50%) rotate(-7deg) scale(0.92);
}

.testimonial-phone-right {
    z-index: 3;
    width: clamp(150px, 13vw, 210px);
    transform: translate(-15%, -50%) rotate(7deg) scale(0.92);
}

.testimonial-coin {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.testimonial-coin-a {
    top: 15%;
    left: -2%;
    width: 110px;
    opacity: 0.35;
    animation: coin-drift-a 8s ease-in-out infinite;
}

.testimonial-coin-b {
    right: -2%;
    bottom: 8%;
    width: 145px;
    opacity: 0.3;
    animation: coin-drift-b 9s ease-in-out infinite;
}

.faq-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.62fr) minmax(650px, 1.38fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
    margin-block: clamp(14px, 1.5vw, 24px);
    padding: clamp(3rem, 6vw, 6rem);
    background:
        radial-gradient(circle at 14% 15%, rgba(58, 211, 184, 0.12), transparent 28%),
        radial-gradient(circle at 92% 88%, rgba(111, 80, 232, 0.14), transparent 30%),
        #f8fafc;
    color: #15243d;
}

.faq-heading h2 {
    margin: 0;
    font-size: clamp(3rem, 4.8vw, 5.5rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.87;
    text-transform: uppercase;
}

.faq-heading h2 strong {
    color: #7050e8;
    font-style: italic;
    font-weight: 900;
}

.faq-shell {
    min-width: 0;
    height: min(590px, calc(100% - 1rem));
    display: grid;
    grid-template-columns: minmax(230px, 0.82fr) minmax(320px, 1.18fr);
    gap: 1.1rem;
}

.faq-question-list {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq-question-list button {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
    width: 100%;
    padding: 1rem 0.8rem;
    border: 0;
    border-bottom: 1px solid #dfe5ee;
    background: transparent;
    color: #708096;
    text-align: left;
    cursor: pointer;
    transition: color 200ms ease, padding-left 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-question-list button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 0;
    border-radius: 99px;
    background: #7050e8;
    transform: translateY(-50%);
    transition: height 220ms ease;
}

.faq-question-list button:hover,
.faq-question-list button.is-active {
    padding-left: 1.1rem;
    color: #192a45;
}

.faq-question-list button.is-active::before {
    height: 55%;
}

.faq-question-list button > span {
    color: #a4afbf;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
}

.faq-question-list button.is-active > span {
    color: #7050e8;
}

.faq-question-list button strong {
    font-size: clamp(0.74rem, 0.9vw, 0.88rem);
    font-weight: 750;
    line-height: 1.25;
}

.faq-answer-panel {
    --faq-accent-a: #6951e5;
    --faq-accent-b: #2da7dc;
    position: relative;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.5rem);
    border-radius: 28px;
    outline: none;
    background:
        radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.25), transparent 24%),
        linear-gradient(145deg, var(--faq-accent-a), var(--faq-accent-b));
    color: #fff;
    box-shadow: 0 28px 65px rgba(65, 65, 145, 0.2);
    transition: background 320ms ease, transform 320ms ease;
}

.faq-answer-panel.is-changing {
    transform: scale(0.985);
}

.faq-answer-count {
    position: absolute;
    top: 1.4rem;
    left: 1.5rem;
    z-index: 3;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.faq-answer-count b {
    color: #fff;
}

.faq-answer-mark {
    position: absolute;
    top: 6%;
    right: 8%;
    z-index: 1;
    color: rgba(255, 255, 255, 0.16);
    font-family: Arial, sans-serif;
    font-size: clamp(9rem, 15vw, 15rem);
    font-weight: 900;
    line-height: 1;
    rotate: 8deg;
}

.faq-answer-panel h3,
.faq-answer-panel > p {
    position: relative;
    z-index: 3;
    transition: opacity 140ms ease, translate 240ms ease;
}

.faq-answer-panel.is-changing h3,
.faq-answer-panel.is-changing > p {
    opacity: 0;
    translate: 0 8px;
}

.faq-answer-panel h3 {
    max-width: 500px;
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 4rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 0.95;
    text-transform: uppercase;
}

.faq-answer-panel > p {
    max-width: 570px;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(0.78rem, 1vw, 0.96rem);
    line-height: 1.55;
}

@media (min-width: 801px) {
    .faq-answer-panel[data-active-index="2"] h3 {
        max-width: calc(100% - 1.5rem);
        font-size: clamp(1.85rem, 3vw, 3.35rem);
    }
}

.site-footer {
    width: min(100%, 1500px);
    margin: clamp(14px, 1.5vw, 24px) auto clamp(6px, 0.8vw, 12px);
    padding: clamp(3.5rem, 7vw, 6.5rem) clamp(2rem, 7vw, 7rem) 2rem;
    border-radius: clamp(18px, 2vw, 30px);
    background:
        radial-gradient(circle at 8% 0%, rgba(100, 84, 239, 0.24), transparent 28%),
        radial-gradient(circle at 94% 100%, rgba(18, 189, 187, 0.16), transparent 28%),
        #0d1728;
    color: #fff;
    scroll-snap-align: end;
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(260px, 1.8fr) repeat(3, minmax(120px, 0.65fr));
    gap: clamp(2.5rem, 6vw, 6rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
}

.footer-brand {
    max-width: 390px;
}

.footer-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #fff;
    text-decoration: none;
}

.footer-wordmark img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.footer-wordmark span {
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.footer-brand p {
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    line-height: 1.65;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
}

.footer-links strong {
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-links a {
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 650;
    text-decoration: none;
    transition: color 180ms ease, translate 180ms ease;
}

.footer-links a:hover {
    color: #77e7df;
    translate: 3px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.64rem;
}

@keyframes ring-outer-pulse {
    from { opacity: 0.75; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1.12); }
}

@keyframes hero-word-in {
    from {
        opacity: 0;
        filter: blur(7px);
        transform: translateY(0.48em) rotate(2deg);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) rotate(0);
    }
}

@keyframes fitscore-title-swipe {
    from {
        opacity: 0;
        filter: blur(5px);
        transform: translateX(72px);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }
}

@keyframes fitscore-ghost-swipe {
    from {
        opacity: 0;
        filter: blur(6px);
        transform: translateX(110px);
    }
    to {
        opacity: var(--ghost-opacity);
        filter: blur(0);
        transform: translateX(var(--ghost-x));
    }
}

@keyframes cursor-ghost-fade {
    from {
        opacity: 0.72;
        transform: scale(0.75);
    }
    to {
        opacity: 0;
        filter: blur(3px);
        transform: scale(1.55);
    }
}

@keyframes earn-sticker-float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -14px; }
}

@keyframes reward-brand-float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -11px; }
}

@keyframes league-particle-orbit {
    0% {
        opacity: 0.2;
        transform: rotate(var(--particle-start, 0deg)) translateX(var(--particle-radius, 105px)) scale(0.7);
    }
    25% { opacity: 0.9; }
    60% { opacity: 0.38; }
    100% {
        opacity: 0.2;
        transform: rotate(calc(var(--particle-start, 0deg) + 360deg)) translateX(var(--particle-radius, 105px)) scale(1.15);
    }
}

@keyframes league-particle-rise {
    0% {
        opacity: 0;
        transform: translate3d(0, 12px, 0) scale(0.65);
    }
    18% { opacity: 0.9; }
    75% { opacity: 0.45; }
    100% {
        opacity: 0;
        transform: translate3d(var(--particle-drift, 8px), var(--particle-rise, -160px), 0) scale(1.2);
    }
}

@keyframes ring-glow-pulse {
    from { opacity: 0.45; }
    to { opacity: 0.8; }
}

@keyframes trend-bounce {
    0%, 100% { transform: translateY(2px); }
    50% { transform: translateY(-3px); }
}

@keyframes flow-pulse {
    0%, 100% { opacity: 0.45; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.25); }
}

.reveal {
    opacity: 0;
    translate: 0 36px;
    transition:
        opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
        translate 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
    opacity: 1;
    translate: 0 0;
}

@keyframes copy-enter {
    from { opacity: 0; transform: translateY(34px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes phone-enter {
    from { opacity: 0; transform: translate(45px, 50px) rotate(6deg) scale(0.9); }
    to { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
}

@keyframes phone-float {
    0%, 100% { transform: translateY(0) rotate(0.2deg); }
    50% { transform: translateY(-17px) rotate(-0.5deg); }
}

@keyframes coin-drift-a {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-9deg); }
    50% { transform: translate3d(15px, -28px, 0) rotate(14deg); }
}

@keyframes coin-drift-b {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(8deg); }
    50% { transform: translate3d(-14px, 24px, 0) rotate(-15deg); }
}

@keyframes lines-drift {
    from { transform: translateX(-2%) scale(1.02); }
    to { transform: translateX(2%) scale(1.05); }
}

@keyframes ticker {
    to { transform: translateX(-50%); }
}

@keyframes brand-marquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(var(--marquee-offset), 0, 0); }
}

@media (max-width: 800px) {
    .concept-section,
    .hero-section,
    .wallet-section {
        min-height: 780px;
    }

    .concept-nav {
        top: 12px;
        left: 50%;
        width: calc(100% - 24px);
    }

    .wordmark img {
        display: block;
        width: 26px;
        height: 26px;
    }

    .wordmark {
        gap: 0.4rem;
        min-height: 54px;
        padding: 0 0.8rem;
        border-radius: 15px;
        font-size: 1rem;
    }

    .nav-actions a:not(.download-link) {
        display: none;
    }

    .nav-actions .download-link {
        min-width: 132px;
        min-height: 42px;
        margin-left: 0;
        padding: 0.15rem 0.7rem 0;
        font-size: 0.57rem;
    }

    .nav-actions {
        width: auto;
        min-height: 54px;
        padding: 5px;
        border-radius: 15px;
    }

    .hero-copy {
        top: 14%;
        left: 8%;
        width: 84%;
        text-align: center;
    }

    .hero-rating {
        gap: 0.45rem;
        margin-bottom: 1.1rem;
        padding: 0.42rem 0.65rem 0.39rem;
        font-size: 0.62rem;
        transform: translateY(-7px);
    }

    .rating-stars {
        font-size: 0.68rem;
    }

    .hero-copy h1 {
        font-size: clamp(2.9rem, 13vw, 4.6rem);
    }

    .hero-copy h1 strong {
        margin-left: 0;
    }

    .hero-copy p {
        max-width: 290px;
        margin-right: auto;
        margin-left: auto;
    }

    .store-links {
        justify-content: center;
    }

    .store-links img {
        height: 38px;
    }

    .hero-phone-stage {
        top: 53%;
        right: 50%;
        width: 200px;
        transform: translateX(50%);
    }

    .coin-a {
        top: 44%;
        left: -3%;
    }

    .coin-c {
        right: 2%;
        top: 43%;
    }

    .coin-b,
    .coin-d,
    .coin-e {
        display: none;
    }

    .brand-marquee {
        height: 104px;
        border-radius: 12px;
    }

    .brand-marquee-label {
        margin-bottom: 0.1rem;
        transform: translateY(-3px);
        font-size: 0.66rem;
        letter-spacing: 0.065em;
    }

    .brand-logo {
        width: 94px;
        height: 48px;
    }

    .brand-logo img {
        max-height: 34px;
    }

    .mission-section {
        min-height: 840px;
        padding: 96px 0;
    }

    .mission-inner {
        width: min(86%, 620px);
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .mission-stat {
        align-items: center;
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }

    .mission-stat strong {
        font-size: clamp(3.25rem, 12vw, 4.2rem);
    }

    .mission-stat span {
        max-width: 480px;
    }

    .mission-copy {
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }

    .mission-copy h2 {
        font-size: clamp(2.5rem, 8.5vw, 3.5rem);
    }

    .mission-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .mission-path {
        justify-content: center;
    }

    .concept-ticker {
        display: none;
    }

    .lifecycle-scroll {
        min-height: 2200px;
    }

    .lifecycle-sticky {
        height: calc(100svh - 28px);
        min-height: min(700px, calc(100svh - 28px));
        max-height: none;
        top: 14px;
    }

    .fitscore-copy {
        top: 22%;
        left: 5%;
        width: 49%;
    }

    .lifecycle-copy h2 {
        font-size: clamp(2.25rem, 6.3vw, 3.2rem);
    }

    .lifecycle-copy > p {
        font-size: 0.78rem;
    }

    .score-mode button {
        min-width: 68px;
        padding: 0.5rem 0.7rem 0.45rem;
        font-size: 0.66rem;
    }

    .workout-controls {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .fitscore-demo {
        top: 26%;
        right: 2%;
        width: 47%;
        max-width: 330px;
    }

    .fitscore-value-row strong {
        font-size: clamp(4.2rem, 13vw, 6.4rem);
    }

    .tracker-note {
        display: none;
    }

    .earn-copy {
        top: 28%;
        left: 5%;
        width: 42%;
    }

    .earn-phone-stage {
        top: 50%;
        right: 4%;
        width: min(39vw, 340px);
        transform: translateY(-50%);
    }

    .earning-system {
        top: 12%;
        right: 3%;
        width: 51%;
        height: 76%;
    }

    .earning-source {
        width: 78%;
        grid-template-columns: 34px 1fr auto;
        padding: 0.7rem;
    }

    .source-icon {
        width: 34px;
        height: 34px;
    }

    .balance-orb {
        width: 175px;
    }

    .rewards-copy {
        top: 14%;
        left: 8%;
        width: 84%;
        text-align: center;
    }

    .rewards-copy h2 {
        font-size: clamp(2.15rem, 9vw, 3.2rem);
        line-height: 0.88;
    }

    .rewards-copy h2 strong {
        margin-left: 0;
        white-space: normal;
    }

    .rewards-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .rewards-type {
        top: 48%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        font-size: 3.7rem;
        opacity: 0.68;
    }

    .rewards-phone-stage {
        top: 65%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: min(72vw, 350px);
        transform: translate(-50%, -50%);
    }

    .rewards-type {
        top: auto;
        bottom: 3%;
        font-size: 2.8rem;
        opacity: 0.42;
    }

    .reward-flame-b,
    .reward-flame-c,
    .reward-flame-d {
        display: none;
    }

    .reward-flame-a {
        width: 130px;
    }

    .reward-brand-logo {
        width: 82px;
        min-height: 50px;
        padding: 0.6rem;
    }

    .reward-brand-logo:nth-child(1) {
        top: 44%;
        left: 5%;
        width: 84px;
        min-height: 52px;
    }

    .reward-brand-logo:nth-child(2) {
        top: 47%;
        right: 4%;
        width: 72px;
        min-height: 46px;
    }

    .reward-brand-logo:nth-child(3) {
        top: auto;
        bottom: 10%;
        left: 8%;
        width: 88px;
        min-height: 54px;
    }

    .reward-brand-logo:nth-child(n + 4) {
        display: none;
    }

    .reward-brand-logo.is-optimum-nutrition {
        top: 58%;
        right: 3%;
        bottom: auto;
        left: auto;
        display: grid;
    }

    .reward-brand-logo.is-myprotein,
    .reward-brand-logo.is-optimum-nutrition {
        width: 100px;
        min-height: 62px;
        padding: 0.7rem;
    }

    .wallet-section {
        height: 520px;
        min-height: 520px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact-card-section {
        height: 570px;
        min-height: 570px;
        margin-block: 24px;
    }

    .contact-card-brand {
        top: 24px;
        left: 24px;
    }

    .contact-card-copy {
        top: 55%;
        width: 88%;
    }

    .contact-card-copy h2 {
        margin-bottom: 2.1rem;
        font-size: clamp(3.1rem, 15vw, 4.8rem);
    }

    .contact-card-copy > p {
        max-width: 230px;
        margin-inline: auto;
        line-height: 1.45;
    }

    .contact-card-links > a {
        grid-template-columns: 36px 1fr 36px;
        min-height: 54px;
    }

    .contact-card-socials {
        min-height: 54px;
        padding-left: 1.1rem;
    }

    .contact-card-socials nav a {
        width: 35px;
    }

    .contact-card-flame {
        top: -2%;
        right: -9%;
        width: 120px;
    }

    .wallet-cta {
        top: 50%;
        left: 7%;
        width: 86%;
        text-align: center;
        transform: translateY(-50%);
    }

    .wallet-cta h2 {
        font-size: clamp(3.2rem, 13vw, 4.7rem);
    }

    .wallet-cta p {
        max-width: 460px;
        margin: 1.1rem auto 1.25rem;
        font-size: 0.82rem;
    }

    .wallet-cta .store-links {
        justify-content: center;
    }

    .sticker-daily-goal,
    .sticker-partner {
        display: none;
    }

    .sticker-goal-reached {
        top: 5%;
        left: 8%;
        width: 88px;
    }

    .sticker-new-offer {
        right: 2%;
        bottom: 6%;
        width: 96px;
    }

    .league-section {
        height: max(780px, calc(100svh - 28px));
        min-height: 780px;
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr);
        gap: 1rem;
        padding: 64px 6% 24px;
    }

    .league-copy {
        text-align: center;
    }

    .league-copy h2 {
        font-size: clamp(2.5rem, 8vw, 3.8rem);
    }

    .league-copy > p {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
        font-size: 0.78rem;
    }

    .league-link {
        margin-top: 1rem;
    }

    .league-explorer {
        width: min(100%, 720px);
        height: 100%;
        min-height: 430px;
        justify-self: center;
        padding: 0.9rem;
    }

    .league-crest-stage {
        width: 170px;
    }

    .league-tier-display h3 {
        font-size: 2rem;
    }

    .community-section {
        height: max(940px, calc(100svh - 28px));
        min-height: 940px;
        padding: 14px;
    }

    .community-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr 1.15fr 0.95fr 0.95fr;
        gap: 10px;
    }

    .community-intro {
        grid-column: 1 / 3;
        padding: 1.8rem;
        text-align: center;
    }

    .community-intro h2 {
        font-size: clamp(2.6rem, 9vw, 4rem);
    }

    .community-intro p {
        max-width: 570px;
        margin-right: auto;
        margin-left: auto;
    }

    .community-intro a {
        margin-right: auto;
        margin-left: auto;
    }

    .community-photo-group {
        grid-column: 1 / 3;
    }

    .community-photo-dog {
        grid-column: 1;
    }

    .community-run-club {
        grid-column: 2;
    }

    .faq-section {
        height: max(820px, calc(100svh - 28px));
        min-height: 820px;
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr);
        gap: 1.2rem;
        padding: 64px 6% 24px;
    }

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

    .faq-heading h2 {
        font-size: clamp(2.5rem, 8vw, 3.8rem);
    }

    .faq-shell {
        height: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr);
        gap: 0.8rem;
    }

    .faq-question-list {
        flex-direction: row;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        scrollbar-width: none;
    }

    .faq-question-list::-webkit-scrollbar {
        display: none;
    }

    .faq-question-list button {
        flex: 0 0 190px;
        grid-template-columns: 28px minmax(0, 1fr);
        padding: 0.75rem 0.65rem;
        border-bottom-color: #dfe5ee;
    }

    .faq-question-list button::before {
        top: auto;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;
        transform: translateX(-50%);
        transition: width 220ms ease;
    }

    .faq-question-list button.is-active::before {
        width: 60%;
        height: 3px;
    }

    .faq-question-list button:hover,
    .faq-question-list button.is-active {
        padding-left: 0.65rem;
    }

    .faq-answer-panel {
        min-height: 380px;
    }

    .testimonial-section {
        height: max(780px, calc(100svh - 28px));
        min-height: 780px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .testimonial-heading {
        top: 6%;
        width: 90%;
    }

    .testimonial-heading h2 {
        font-size: clamp(2.7rem, 11vw, 4rem);
    }

    .testimonial-layout {
        inset: 15% 6% 3%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .testimonial-phone-stack {
        order: 1;
        width: 100%;
        height: 350px;
        min-height: 350px;
    }

    .testimonial-phone {
        top: 50%;
        bottom: auto;
        width: 175px;
    }

    .testimonial-phone-left,
    .testimonial-phone-right {
        width: 145px;
    }

    .review-column {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.8rem;
    }

    .review-column-left {
        order: 2;
    }

    .review-column-right {
        order: 3;
    }

    .review-column .review-bubble:nth-child(3) {
        display: none;
    }

    .review-bubble {
        min-height: 126px;
        padding: 0.8rem;
        border-radius: 14px;
    }

    .review-bubble header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .review-bubble p {
        font-size: 0.64rem;
        line-height: 1.38;
    }

    .testimonial-coin {
        display: none;
    }

    .site-footer {
        padding: 3.5rem 7% 1.5rem;
    }

    .footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.5rem 2rem;
    }

    .footer-brand {
        max-width: 520px;
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
    }

}

@media (max-width: 620px) {
    .lifecycle-sticky {
        min-height: min(760px, calc(100svh - 28px));
    }

    .league-section {
        height: max(760px, calc(100svh - 28px));
        min-height: 760px;
        padding: 52px 5% 18px;
    }

    .league-copy h2 {
        font-size: clamp(2.25rem, 10vw, 3.15rem);
    }

    .league-copy > p {
        margin-top: 0.9rem;
        font-size: 0.72rem;
        line-height: 1.42;
    }

    .league-link {
        margin-top: 0.7rem;
        font-size: 0.68rem;
    }

    .league-explorer {
        min-height: 400px;
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        padding: 0.7rem 0.45rem;
        border-radius: 22px;
    }

    .league-arrow {
        width: 34px;
        height: 34px;
    }

    .league-crest-stage {
        width: 148px;
    }

    .league-tier-display h3 {
        font-size: 1.65rem;
    }

    .league-tier-display > p {
        max-width: 280px;
        font-size: 0.64rem;
    }

    .community-section {
        height: max(850px, calc(100svh - 28px));
        min-height: 850px;
        padding: 10px;
    }

    .community-grid {
        grid-template-rows: 1fr 1.05fr 0.9fr 0.9fr;
        gap: 8px;
    }

    .community-intro {
        padding: 1.3rem;
    }

    .community-intro h2 {
        font-size: clamp(2.2rem, 11vw, 3.2rem);
    }

    .community-intro p {
        margin-top: 0.7rem;
        font-size: 0.68rem;
    }

    .community-intro a {
        margin-top: 0.65rem;
        font-size: 0.64rem;
    }

    .community-quote {
        padding: 0.9rem;
    }

    .community-quote p {
        font-size: 0.9rem;
    }

    .community-run-club strong {
        font-size: 1.75rem;
    }

    .community-photo-dog img {
        transform: scale(2.3);
    }

    .community-photo-dog:hover img {
        transform: scale(2.38);
    }

    .faq-section {
        height: max(760px, calc(100svh - 28px));
        min-height: 760px;
        padding: 52px 5% 18px;
    }

    .faq-heading h2 {
        font-size: clamp(2.25rem, 10vw, 3.15rem);
    }

    .faq-question-list button {
        flex-basis: 168px;
        padding: 0.65rem 0.5rem;
    }

    .faq-question-list button:hover,
    .faq-question-list button.is-active {
        padding-left: 0.5rem;
    }

    .faq-answer-panel {
        min-height: 350px;
        padding: 1.5rem;
        padding-bottom: 2.75rem;
        border-radius: 22px;
    }

    .faq-answer-panel h3 {
        font-size: clamp(1.9rem, 9vw, 2.8rem);
    }

    .faq-answer-panel > p {
        font-size: 0.72rem;
    }

    .faq-answer-mark {
        font-size: 9rem;
    }

    .fitscore-copy {
        top: 16%;
        left: 7%;
        width: 86%;
        text-align: center;
    }

    .fitscore-copy > p {
        max-width: 470px;
        margin-right: auto;
        margin-left: auto;
    }

    .fitscore-title .fitscore-word {
        margin-right: auto;
        margin-left: auto;
    }

    .score-mode {
        margin: 0 auto;
    }

    .calculator-controls {
        text-align: left;
    }

    .workout-controls {
        grid-template-columns: 1fr;
    }

    .fitscore-demo {
        top: auto;
        right: 50%;
        bottom: 2%;
        width: 265px;
        transform: translateX(50%);
    }

    .fitscore-value-row strong {
        font-size: 4.15rem;
    }

    .earn-copy {
        top: 18%;
        left: 7%;
        width: 86%;
        text-align: center;
    }

    .earn-phone-stage {
        top: auto;
        right: 50%;
        bottom: -2%;
        width: min(76vw, 330px);
        transform: translateX(50%);
    }

    .earn-copy > p {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }

    .rewards-copy {
        top: 13%;
        left: 7%;
        width: 86%;
    }

    .rewards-copy p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .lifecycle-progress {
        bottom: 9px;
    }

    .earning-system {
        top: 38%;
        right: 6%;
        width: 88%;
        height: 56%;
    }

    .earning-source {
        width: 72%;
    }

    .balance-orb {
        width: 145px;
    }
}

@media (max-width: 800px) {
    html {
        scroll-behavior: auto;
        scroll-snap-type: none;
    }

    body {
        padding-top: 4px;
    }

    .concept-section,
    .brand-marquee,
    .mission-section,
    .wallet-section,
    .site-footer {
        scroll-snap-align: none;
        scroll-snap-stop: normal;
    }

    .wordmark,
    .nav-actions {
        min-height: 48px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .wordmark {
        gap: 0.4rem;
    }

    .nav-actions .download-link {
        margin-left: 0;
    }

    .hero-brand-scatter {
        display: none;
    }

    .lifecycle-scroll {
        height: auto;
        min-height: 0;
    }

    .lifecycle-sticky {
        position: relative;
        top: auto;
        height: auto;
        min-height: 0;
        overflow: visible;
        border-radius: 0;
        box-shadow: none;
    }

    .lifecycle-track {
        height: auto;
        display: grid;
        gap: 20px;
        transform: none !important;
    }

    .lifecycle-panel {
        width: 100%;
        height: 820px;
        min-height: 820px;
        border-radius: 18px;
        box-shadow: 0 20px 52px rgba(29, 49, 86, 0.12);
    }

    .fitscore-panel {
        height: 820px;
        min-height: 820px;
    }

    .fitscore-demo {
        bottom: 8%;
    }

    .earn-phone-stage {
        bottom: 2%;
    }

    .lifecycle-progress {
        display: none;
    }

    .testimonial-section {
        height: 980px;
        min-height: 980px;
    }

    .testimonial-layout {
        bottom: 5%;
    }
}

.cookie-banner {
    position: fixed;
    right: auto;
    bottom: 24px;
    left: 50%;
    z-index: 9999;
    width: min(calc(100% - 32px), 820px);
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background:
        linear-gradient(125deg, rgba(20, 32, 54, 0.97), rgba(35, 24, 70, 0.97));
    box-shadow: 0 22px 60px rgba(11, 19, 38, 0.38);
    color: #fff;
    opacity: 0;
    transform: translateX(-50%) translateY(150%);
    backdrop-filter: blur(20px);
    transition:
        opacity 400ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-banner.cookie-banner--visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.cookie-banner__text {
    flex: 1;
    color: #fff;
    font-size: 0.88rem;
    line-height: 1.5;
}

.cookie-banner__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 0.65rem;
}

.cookie-banner__button {
    min-height: 44px;
    padding: 0.7rem 1.2rem;
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 800;
    cursor: pointer;
}

.cookie-banner__button--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.cookie-banner__button--primary {
    background: linear-gradient(105deg, #7451e7, #a653e8);
    color: #fff;
    box-shadow: 0 8px 20px rgba(116, 81, 231, 0.3);
}

@media (max-width: 620px) {
    .cookie-banner {
        bottom: 12px;
        width: calc(100% - 24px);
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        padding: 1.15rem;
        border-radius: 20px;
        text-align: center;
    }

    .cookie-banner__text {
        font-size: 0.78rem;
        line-height: 1.48;
    }

    .cookie-banner__actions {
        width: 100%;
    }

    .cookie-banner__button {
        flex: 1;
    }
}

@media (min-width: 1600px) {
    .hero-section {
        width: calc(100vw - 24px);
        height: min(980px, calc(100svh - 24px));
        min-height: 820px;
        margin-top: -18px;
        margin-left: calc((100% - (100vw - 24px)) / 2);
    }

    .hero-phone-stage {
        top: 7%;
    }

    .rewards-copy h2 {
        font-size: 4.1rem;
    }

    .rewards-phone-stage,
    .rewards-type {
        left: 80%;
    }

    .faq-section {
        grid-template-columns: minmax(400px, 0.72fr) minmax(650px, 1.28fr);
        gap: 7rem;
    }

    .faq-heading {
        max-width: 430px;
    }

    .faq-heading h2 {
        font-size: 5rem;
    }
}

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