@property --cw-spin {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

body.landing-pro-max {
    --cw-ink: #101214;
    --cw-muted: #626970;
    --cw-paper: #f4f8f4;
    --cw-line: rgba(12, 18, 18, 0.12);
    --cw-line-dark: rgba(255, 255, 255, 0.16);
    --cw-dark: #020504;
    --cw-panel: #0b1010;
    --cw-panel-2: #111918;
    --cw-green: #20d887;
    --cw-green-soft: #8af4ba;
    --cw-cyan: #31c8e6;
    --cw-blue: #3d78ff;
    --cw-gold: #d7a73d;
    --cw-red: #ff5d6c;
    --cw-r: 8px;
    --cw-ease: cubic-bezier(0.16, 1, 0.3, 1);
    background: var(--cw-paper);
    color: var(--cw-ink);
}

body.landing-pro-max * {
    letter-spacing: 0;
}

body.landing-pro-max::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3, 8, 9, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(3, 8, 9, 0.04) 1px, transparent 1px),
        linear-gradient(135deg, #f8fbf7 0%, #eef7f1 52%, #f9fbf8 100%);
    background-size: 96px 96px, 96px 96px, auto;
}

body.landing-pro-max .site-header {
    top: max(22px, env(safe-area-inset-top));
    width: min(1360px, calc(100% - 48px));
    min-height: 76px;
    grid-template-columns: minmax(230px, auto) 1fr auto;
    gap: 28px;
    padding: 12px 14px 12px 16px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent 34%),
        rgba(5, 8, 9, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--cw-r);
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.landing-pro-max .site-header::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(110deg, rgba(49, 200, 230, 0.28), transparent 30%, rgba(32, 216, 135, 0.32) 72%, transparent);
    opacity: 0.72;
    filter: blur(16px);
}

body.landing-pro-max .brand {
    min-width: 0;
}

body.landing-pro-max .brand-mark {
    width: 54px;
    height: 54px;
    border-radius: var(--cw-r);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 42%),
        linear-gradient(145deg, #4de7d5 0%, #20d887 45%, #0d8053 100%);
    box-shadow:
        0 16px 34px rgba(32, 216, 135, 0.26),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

body.landing-pro-max .brand-word {
    font-size: 19px;
}

body.landing-pro-max .brand-sub {
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    letter-spacing: 0.08em;
}

body.landing-pro-max .nav-links {
    gap: 4px;
}

body.landing-pro-max .nav-links a,
body.landing-pro-max .login-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: var(--cw-r);
    color: rgba(255, 255, 255, 0.74);
    font-weight: 800;
    transition:
        color 180ms ease,
        border-color 180ms ease,
        background 180ms ease,
        transform 180ms ease;
}

body.landing-pro-max .nav-links a:hover,
body.landing-pro-max .login-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

body.landing-pro-max .btn {
    min-height: 54px;
    border-radius: var(--cw-r);
    font-weight: 900;
    transition:
        transform 180ms var(--cw-ease),
        box-shadow 180ms ease,
        border-color 180ms ease,
        background 180ms ease;
}

body.landing-pro-max .btn-small {
    min-height: 52px;
    padding: 0 18px;
}

body.landing-pro-max .btn-telegram {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(120deg, #32b8ef 0%, #20d887 72%, #11a260 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 20px 46px rgba(32, 216, 135, 0.22),
        0 8px 24px rgba(49, 200, 230, 0.14);
}

body.landing-pro-max .btn-telegram::after {
    content: "";
    position: absolute;
    inset: -60% -40%;
    z-index: -1;
    background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.42) 49%, transparent 60%);
    transform: translateX(-55%) rotate(8deg);
    animation: cw-sheen 5.2s ease-in-out infinite;
}

body.landing-pro-max .btn-telegram:hover {
    transform: translateY(-2px);
    box-shadow:
        0 24px 58px rgba(32, 216, 135, 0.3),
        0 12px 34px rgba(49, 200, 230, 0.2);
}

body.landing-pro-max .btn-ghost {
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.landing-pro-max .btn-ghost:hover {
    transform: translateY(-2px);
    border-color: rgba(138, 244, 186, 0.45);
    background: rgba(255, 255, 255, 0.09);
}

body.landing-pro-max .hero {
    min-height: 1010px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(180deg, #020403 0%, #020604 64%, #07120e 100%);
}

body.landing-pro-max .hero::before,
body.landing-pro-max .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    pointer-events: none;
}

body.landing-pro-max .hero::before {
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 96px 96px;
    opacity: 0.22;
}

body.landing-pro-max .hero::after {
    z-index: 1;
    background: linear-gradient(180deg, transparent 0%, transparent 78%, rgba(244, 248, 244, 0.95) 100%);
}

body.landing-pro-max .hero-bg,
body.landing-pro-max .hero-shade,
body.landing-pro-max .hero-noise {
    display: none;
}

body.landing-pro-max .hero-lattice {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0%, rgba(49, 200, 230, 0.08) 26%, transparent 44%),
        repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 20px);
    opacity: 0.56;
    transform: skewX(-8deg);
}

body.landing-pro-max .hero-orbit,
body.landing-pro-max .signal-dot,
body.landing-pro-max .income-aurora,
body.landing-pro-max .final-aurora {
    display: none;
}

body.landing-pro-max .hero-stage {
    z-index: 2;
    top: 112px;
    right: max(24px, calc((100vw - 1360px) / 2));
    width: min(760px, 50vw);
    height: 760px;
    opacity: 1;
}

body.landing-pro-max .hero-stage::before {
    content: "";
    position: absolute;
    right: -32px;
    top: 106px;
    width: 560px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--cw-r);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.005)),
        linear-gradient(150deg, rgba(49, 200, 230, 0.08), rgba(0, 0, 0, 0.02) 56%, rgba(32, 216, 135, 0.08));
    transform: rotate(-8deg);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 44px 100px rgba(0, 0, 0, 0.28);
    opacity: 0.46;
}

body.landing-pro-max .hero-card-scene {
    top: 52px;
    right: 0;
    width: 690px;
    height: 640px;
    transform: translateZ(0);
    animation: cw-scene-float 7.5s ease-in-out infinite;
}

body.landing-pro-max .ad-pay-card {
    width: 420px;
    height: 252px;
    padding: 28px;
    border-radius: var(--cw-r);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        0 38px 88px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

body.landing-pro-max .ad-pay-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.14) 46%, transparent 62%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%);
    opacity: 0.86;
    pointer-events: none;
}

body.landing-pro-max .ad-card-sheen {
    opacity: 0.8;
}

body.landing-pro-max .card-facebook {
    top: 64px;
    right: 32px;
    background:
        linear-gradient(135deg, rgba(24, 119, 242, 0.25), rgba(3, 6, 8, 0.92) 46%),
        linear-gradient(145deg, #162028, #060808);
    transform: rotate(-5deg);
}

body.landing-pro-max .card-google {
    top: 292px;
    left: 32px;
    color: #101214;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(230, 237, 229, 0.9)),
        linear-gradient(145deg, rgba(251, 188, 5, 0.18), transparent);
    transform: rotate(-8deg);
}

body.landing-pro-max .card-tiktok {
    right: -6px;
    bottom: 14px;
    color: #101214;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 241, 0.93) 54%, rgba(255, 229, 232, 0.88)),
        linear-gradient(145deg, rgba(37, 244, 238, 0.18), transparent);
    transform: rotate(6deg);
}

body.landing-pro-max .ad-card-title {
    font-size: 27px;
    font-weight: 900;
}

body.landing-pro-max .ad-card-lines span {
    height: 10px;
    border-radius: 999px;
}

body.landing-pro-max .ad-chip {
    width: 56px;
    height: 42px;
    border-radius: var(--cw-r);
    background:
        linear-gradient(90deg, rgba(8, 10, 8, 0.22) 1px, transparent 1px),
        linear-gradient(180deg, rgba(8, 10, 8, 0.22) 1px, transparent 1px),
        linear-gradient(145deg, #caa14d, #8e6f22);
    background-size: 18px 18px, 18px 18px, auto;
}

body.landing-pro-max .ad-platform-logo {
    width: 58px;
    height: 58px;
    border-radius: var(--cw-r);
}

body.landing-pro-max .ad-card-footer strong {
    font-size: 22px;
}

body.landing-pro-max .hero-inner {
    z-index: 3;
    width: min(1360px, calc(100% - 48px));
    padding: 220px 0 132px;
}

body.landing-pro-max .eyebrow,
body.landing-pro-max .section-kicker {
    color: var(--cw-green-soft);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

body.landing-pro-max .hero h1 {
    max-width: 720px;
    font-size: 76px;
    line-height: 1;
}

body.landing-pro-max .wordmark-amp {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(49, 200, 230, 0.95), rgba(61, 120, 255, 0.96) 52%, rgba(32, 216, 135, 0.95));
    border-radius: var(--cw-r);
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

body.landing-pro-max .hero-lead {
    max-width: 710px;
    color: rgba(255, 255, 255, 0.83);
    font-size: 24px;
    line-height: 1.46;
}

body.landing-pro-max .cashback-inline {
    padding: 2px 9px 3px;
    border-radius: var(--cw-r);
    background: rgba(138, 244, 186, 0.1);
    border: 1px solid rgba(138, 244, 186, 0.18);
}

body.landing-pro-max .cashback-inline strong {
    color: var(--cw-green-soft);
    text-shadow: 0 0 28px rgba(138, 244, 186, 0.38);
}

body.landing-pro-max .cashback-spotlight {
    width: min(460px, 100%);
    min-height: 150px;
    margin-top: 32px;
    padding: 22px 26px;
    border-radius: var(--cw-r);
    border-color: rgba(138, 244, 186, 0.36);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
        linear-gradient(115deg, rgba(32, 216, 135, 0.2), transparent 58%);
    box-shadow:
        0 28px 82px rgba(32, 216, 135, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

body.landing-pro-max .cashback-spotlight strong {
    margin-top: 4px;
    font-size: 60px;
}

body.landing-pro-max .cashback-spotlight em {
    color: rgba(255, 255, 255, 0.76);
}

body.landing-pro-max .hero-actions {
    margin-top: 34px;
}

body.landing-pro-max .hero-metrics {
    width: min(820px, 100%);
    gap: 12px;
    margin-top: 62px;
}

body.landing-pro-max .hero-metrics div {
    min-height: 142px;
    padding: 24px;
    border-radius: var(--cw-r);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

body.landing-pro-max .hero-metrics dt {
    color: #fff;
    font-size: 34px;
}

body.landing-pro-max .hero-metrics dd {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

body.landing-pro-max .section-inner {
    width: min(1360px, calc(100% - 48px));
}

body.landing-pro-max .platform-band {
    margin-top: -84px;
    padding: 86px 0 76px;
    scroll-margin-top: 112px;
    background:
        linear-gradient(180deg, rgba(244, 248, 244, 0.98), #f7faf7 82%);
}

body.landing-pro-max .platform-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 18, 20, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(16, 18, 20, 0.04) 1px, transparent 1px);
    background-size: 92px 92px;
    opacity: 0.54;
    filter: none;
}

body.landing-pro-max .platform-inner {
    grid-template-columns: minmax(360px, 0.75fr) minmax(650px, 1fr);
    gap: 48px;
}

body.landing-pro-max .platform-inner h2 {
    max-width: 520px;
    font-size: 44px;
    line-height: 1.05;
}

body.landing-pro-max .platform-logos {
    gap: 14px;
}

body.landing-pro-max .platform-logos li {
    min-height: 126px;
    padding: 24px;
    border-radius: var(--cw-r);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 248, 0.92)),
        linear-gradient(115deg, rgba(32, 216, 135, 0.08), transparent);
    border: 1px solid rgba(16, 20, 20, 0.1);
    box-shadow:
        0 24px 58px rgba(10, 18, 18, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

body.landing-pro-max .platform-logos li::before {
    opacity: 0.48;
}

body.landing-pro-max .platform-logos li > span:last-child {
    color: #111416;
    font-size: 23px;
}

body.landing-pro-max .logo-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--cw-r);
}

body.landing-pro-max .benefits {
    position: relative;
    padding: 120px 0 118px;
    scroll-margin-top: 112px;
    background:
        linear-gradient(180deg, #f7faf7 0%, #eef5ef 100%);
}

body.landing-pro-max .section-heading {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1fr);
    gap: 42px;
    align-items: end;
    margin-bottom: 44px;
}

body.landing-pro-max .section-heading h2 {
    max-width: 670px;
    color: #111416;
    font-size: 56px;
    line-height: 1.03;
}

body.landing-pro-max .section-heading p:not(.section-kicker) {
    max-width: 640px;
    margin: 0 0 6px;
    color: #5f666d;
    font-size: 20px;
    line-height: 1.55;
}

body.landing-pro-max .benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.landing-pro-max .benefit-card {
    --card-accent: #20d887;
    --cw-card-y: 0px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 344px;
    padding: 34px;
    translate: 0 var(--cw-card-y);
    transform: translate3d(0, 0, 0);
    border-radius: var(--cw-r);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 249, 0.9));
    border: 1px solid rgba(16, 20, 20, 0.12);
    box-shadow:
        0 26px 64px rgba(16, 20, 20, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    transition:
        transform 680ms cubic-bezier(0.19, 1, 0.22, 1),
        border-color 680ms ease,
        box-shadow 680ms ease,
        background 680ms ease;
    animation: none;
    will-change: transform;
}

body.landing-pro-max .benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    padding: 0;
    border-radius: inherit;
    background:
        linear-gradient(var(--cw-spin), color-mix(in srgb, var(--card-accent), transparent 62%), transparent 34%, rgba(61, 120, 255, 0.18) 62%, transparent);
    mask: none;
    -webkit-mask: none;
    opacity: 0.16;
    pointer-events: none;
    animation: cw-spin 18s linear infinite;
    transition:
        opacity 820ms ease,
        filter 820ms ease;
}

body.landing-pro-max .benefit-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    width: auto;
    height: auto;
    border-radius: calc(var(--cw-r) - 1px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 248, 0.94));
    filter: none;
    opacity: 1;
    pointer-events: none;
    transform: none;
    animation: none;
    transition:
        background 820ms ease,
        opacity 820ms ease;
}

body.landing-pro-max .benefit-card:hover,
body.landing-pro-max .benefit-card:focus-within {
    translate: 0 var(--cw-card-y);
    transform: translate3d(0, -4px, 0) scale(1.006);
    border-color: rgba(32, 216, 135, 0.3);
    box-shadow:
        0 32px 86px rgba(16, 20, 20, 0.13),
        0 0 48px color-mix(in srgb, var(--card-accent), transparent 86%),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.landing-pro-max .benefit-card:hover::before,
body.landing-pro-max .benefit-card:focus-within::before {
    opacity: 0.44;
}

body.landing-pro-max .benefit-card:nth-child(3) {
    --card-accent: #d7a73d;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, #121818, #060908);
}

body.landing-pro-max .benefit-card:nth-child(2) {
    --card-accent: #3d78ff;
    --cw-card-y: 28px;
}

body.landing-pro-max .benefit-card:nth-child(3)::after {
    background:
        linear-gradient(135deg, rgba(32, 216, 135, 0.2), transparent 42%),
        linear-gradient(145deg, #121818, #060908);
}

body.landing-pro-max .benefit-number {
    display: inline-grid;
    position: relative;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 56px;
    border-radius: var(--cw-r);
    background: #121416;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 38px rgba(16, 20, 20, 0.12);
    transition:
        transform 680ms cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 680ms ease;
}

body.landing-pro-max .benefit-number::after {
    content: "";
    position: absolute;
    inset: -12px;
    z-index: -1;
    border-radius: inherit;
    background: radial-gradient(circle, color-mix(in srgb, var(--card-accent), transparent 58%), transparent 68%);
    filter: blur(14px);
    opacity: 0.24;
    transform: scale(0.96);
    animation: cw-benefit-number-aura 8.8s ease-in-out infinite;
    transition:
        opacity 820ms ease,
        transform 820ms cubic-bezier(0.19, 1, 0.22, 1);
}

body.landing-pro-max .benefit-card:hover .benefit-number,
body.landing-pro-max .benefit-card:focus-within .benefit-number {
    transform: translate3d(0, -2px, 0) scale(1.025);
    box-shadow: 0 20px 42px color-mix(in srgb, var(--card-accent), transparent 75%);
}

body.landing-pro-max .benefit-card:hover .benefit-number::after,
body.landing-pro-max .benefit-card:focus-within .benefit-number::after {
    opacity: 0.54;
    transform: scale(1.04);
}

body.landing-pro-max .benefit-card:nth-child(2) .benefit-number {
    background: linear-gradient(145deg, #31c8e6, #3d78ff);
}

body.landing-pro-max .benefit-card:nth-child(3) .benefit-number {
    background: linear-gradient(145deg, #d7a73d, #f1c65f);
    color: #15120a;
}

body.landing-pro-max .benefit-card h3 {
    margin: 0 0 14px;
    color: inherit;
    font-size: 27px;
    line-height: 1.16;
}

body.landing-pro-max .benefit-card h3::after {
    bottom: -10px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--card-accent), transparent);
    background-size: 190% 100%;
    opacity: 0.42;
    animation: cw-benefit-title-flow 8.6s ease-in-out infinite;
}

body.landing-pro-max .benefit-card p {
    margin: 0;
    color: #687078;
    font-size: 18px;
}

body.landing-pro-max .benefit-card:nth-child(3) p {
    color: rgba(255, 255, 255, 0.72);
}

body.landing-pro-max .white-offer {
    position: relative;
    overflow: hidden;
    padding: 118px 0;
    scroll-margin-top: 112px;
    color: #101214;
    background:
        linear-gradient(90deg, rgba(32, 216, 135, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(16, 18, 20, 0.05) 1px, transparent 1px),
        linear-gradient(135deg, #f7fbf7, #eef7ef 58%, #f9fbf9);
    background-size: 108px 108px, 108px 108px, auto;
}

body.landing-pro-max .white-offer::before,
body.landing-pro-max .white-offer::after {
    display: none;
}

body.landing-pro-max .white-offer-inner {
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 0.72fr);
    gap: 56px;
    align-items: center;
}

body.landing-pro-max .white-offer-copy h2 {
    max-width: 790px;
    font-size: 58px;
    line-height: 1.04;
}

body.landing-pro-max .white-offer-copy > p {
    max-width: 780px;
    margin-top: 28px;
    color: #596168;
    font-size: 22px;
    line-height: 1.58;
}

body.landing-pro-max .white-proof {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: var(--cw-r);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(49, 200, 230, 0.15), transparent 48%),
        linear-gradient(145deg, #101817, #040706);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 34px 84px rgba(13, 28, 24, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.landing-pro-max .white-proof::before {
    content: "";
    position: absolute;
    inset: -30% -20%;
    background: linear-gradient(115deg, transparent 38%, rgba(138, 244, 186, 0.14) 50%, transparent 62%);
    animation: cw-sheen 7s ease-in-out infinite;
    pointer-events: none;
}

body.landing-pro-max .white-proof-badge {
    position: relative;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-radius: var(--cw-r);
    background: rgba(138, 244, 186, 0.1);
    border: 1px solid rgba(138, 244, 186, 0.22);
    color: var(--cw-green-soft);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

body.landing-pro-max .white-proof-badge i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cw-green);
    box-shadow: 0 0 20px rgba(32, 216, 135, 0.8);
}

body.landing-pro-max .white-proof ul {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 28px 0 0;
    margin: 0;
    list-style: none;
}

body.landing-pro-max .white-proof li {
    padding: 20px;
    border-radius: var(--cw-r);
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.landing-pro-max .white-proof strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

body.landing-pro-max .white-proof span:not(.white-proof-badge) {
    color: rgba(255, 255, 255, 0.72);
}

body.landing-pro-max .income-section {
    position: relative;
    overflow: hidden;
    padding: 124px 0 134px;
    scroll-margin-top: 112px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(135deg, #071014 0%, #030807 42%, #082318 100%);
    background-size: 102px 102px, 102px 102px, auto;
}

body.landing-pro-max .income-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(110deg, rgba(61, 120, 255, 0.18), transparent 38%),
        linear-gradient(290deg, rgba(32, 216, 135, 0.22), transparent 48%);
    opacity: 0.9;
}

body.landing-pro-max .income-inner {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(420px, 0.85fr) minmax(520px, 0.9fr);
    gap: 56px;
}

body.landing-pro-max .income-copy h2 {
    max-width: 780px;
    font-size: 58px;
    line-height: 1.05;
}

body.landing-pro-max .income-copy p {
    max-width: 710px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 22px;
    line-height: 1.58;
}

body.landing-pro-max .income-calculator {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border-radius: var(--cw-r);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06)),
        linear-gradient(145deg, rgba(32, 216, 135, 0.14), rgba(61, 120, 255, 0.13));
    border: 1px solid rgba(138, 244, 186, 0.28);
    box-shadow:
        0 42px 100px rgba(0, 0, 0, 0.32),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

body.landing-pro-max .income-calculator::before {
    content: "";
    position: absolute;
    inset: -40% -32%;
    background: linear-gradient(112deg, transparent 40%, rgba(255, 255, 255, 0.14) 50%, transparent 60%);
    transform: translateX(-50%) rotate(8deg);
    animation: cw-sheen 6.5s ease-in-out infinite;
    pointer-events: none;
}

body.landing-pro-max .income-gridline {
    opacity: 0.36;
}

body.landing-pro-max .income-topline {
    position: relative;
    z-index: 1;
    align-items: start;
}

body.landing-pro-max .income-topline span,
body.landing-pro-max .income-result span {
    color: var(--cw-green-soft);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

body.landing-pro-max .income-topline strong {
    color: #fff;
    font-size: 54px;
}

body.landing-pro-max .income-range {
    margin-top: 30px;
    border-radius: var(--cw-r);
}

body.landing-pro-max .income-range-track {
    height: 84px;
    border-radius: 999px;
    border: 4px solid rgba(138, 244, 186, 0.84);
    background:
        linear-gradient(90deg, rgba(138, 244, 186, 0.18), rgba(61, 120, 255, 0.16)),
        rgba(255, 255, 255, 0.06);
}

body.landing-pro-max .income-range-track::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 50%;
    height: 8px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.18);
}

body.landing-pro-max .income-range-track span {
    z-index: 1;
    height: 8px;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cw-green-soft), var(--cw-blue));
    box-shadow: 0 0 24px rgba(138, 244, 186, 0.38);
}

body.landing-pro-max .income-range input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 84px;
    opacity: 0;
    cursor: pointer;
}

body.landing-pro-max .income-range::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: calc(28px + (100% - 56px) * var(--income-progress, 0) / 100);
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.8), transparent 30%),
        linear-gradient(135deg, var(--cw-green-soft), var(--cw-blue));
    box-shadow:
        0 0 0 12px rgba(138, 244, 186, 0.14),
        0 14px 34px rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

body.landing-pro-max .income-scale {
    color: rgba(255, 255, 255, 0.56);
    font-size: 19px;
    font-weight: 900;
}

body.landing-pro-max .income-result {
    position: relative;
    z-index: 1;
    margin-top: 34px;
    padding: 28px;
    border-radius: var(--cw-r);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
        linear-gradient(115deg, rgba(215, 167, 61, 0.16), transparent 58%);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.landing-pro-max .income-result strong {
    margin-top: 10px;
    color: #fff;
    font-size: 82px;
    line-height: 0.98;
    text-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

body.landing-pro-max .income-result em {
    color: rgba(255, 255, 255, 0.76);
    font-size: 20px;
    font-weight: 900;
}

body.landing-pro-max .income-presets {
    gap: 14px;
    margin-top: 28px;
}

body.landing-pro-max .income-presets button {
    min-height: 64px;
    border-radius: var(--cw-r);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.74);
    font-size: 22px;
    font-weight: 900;
}

body.landing-pro-max .income-presets button:hover,
body.landing-pro-max .income-presets button.is-active {
    color: #fff;
    border-color: rgba(138, 244, 186, 0.46);
    background: rgba(32, 216, 135, 0.18);
}

body.landing-pro-max .process {
    padding: 118px 0;
    scroll-margin-top: 112px;
    background: #f7faf7;
}

body.landing-pro-max .process-inner {
    grid-template-columns: minmax(420px, 0.82fr) minmax(560px, 0.92fr);
    gap: 64px;
}

body.landing-pro-max .process-copy h2 {
    max-width: 640px;
    font-size: 56px;
    line-height: 1.05;
}

body.landing-pro-max .process-copy p {
    max-width: 600px;
    color: #5f666d;
    font-size: 21px;
    line-height: 1.6;
}

body.landing-pro-max .steps {
    position: relative;
    display: grid;
    gap: 16px;
    padding: 0;
}

body.landing-pro-max .steps::before {
    content: "";
    position: absolute;
    left: 38px;
    top: 48px;
    bottom: 48px;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(32, 216, 135, 0.58), rgba(61, 120, 255, 0.42), transparent);
}

body.landing-pro-max .steps li {
    position: relative;
    overflow: hidden;
    min-height: 138px;
    padding: 28px 30px;
    border-radius: var(--cw-r);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 248, 0.94));
    border: 1px solid rgba(16, 20, 20, 0.1);
    box-shadow:
        0 24px 60px rgba(16, 20, 20, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.landing-pro-max .steps li::after {
    content: "";
    position: absolute;
    inset: -60% -40%;
    background: linear-gradient(112deg, transparent 40%, rgba(32, 216, 135, 0.12) 50%, transparent 60%);
    transform: translateX(-50%) rotate(8deg);
    animation: cw-sheen 6s ease-in-out infinite;
    pointer-events: none;
}

body.landing-pro-max .steps li span {
    width: 68px;
    height: 68px;
    border-radius: var(--cw-r);
    background:
        linear-gradient(145deg, var(--cw-green), #0e8555);
    color: #fff;
    font-size: 28px;
    box-shadow: 0 18px 38px rgba(32, 216, 135, 0.22);
}

body.landing-pro-max .steps h3 {
    font-size: 27px;
}

body.landing-pro-max .steps p {
    color: #626970;
    font-size: 18px;
}

body.landing-pro-max .final-cta {
    position: relative;
    overflow: hidden;
    padding: 124px 0;
    scroll-margin-top: 112px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px),
        linear-gradient(135deg, #06100f 0%, #0b2118 56%, #020504 100%);
    background-size: 106px 106px, 106px 106px, auto;
}

body.landing-pro-max .final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(49, 200, 230, 0.16), transparent 42%),
        linear-gradient(300deg, rgba(32, 216, 135, 0.2), transparent 45%);
    pointer-events: none;
}

body.landing-pro-max .final-inner {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(480px, 0.9fr) minmax(430px, 0.65fr);
    gap: 62px;
}

body.landing-pro-max .final-copy h2 {
    max-width: 780px;
    font-size: 58px;
    line-height: 1.05;
}

body.landing-pro-max .final-lead {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 21px;
    line-height: 1.6;
}

body.landing-pro-max .final-status {
    min-height: 54px;
    align-items: center;
    padding: 0 16px;
    border-radius: var(--cw-r);
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.landing-pro-max .final-visual {
    min-height: 450px;
}

body.landing-pro-max .final-deal-card {
    border-radius: var(--cw-r);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
        linear-gradient(145deg, rgba(32, 216, 135, 0.17), rgba(61, 120, 255, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow:
        0 38px 90px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.landing-pro-max .final-orbit-token {
    border-radius: var(--cw-r);
}

body.landing-pro-max .site-footer {
    background: #020504;
    color: rgba(255, 255, 255, 0.64);
}

body.landing-pro-max .footer-inner {
    border-color: rgba(255, 255, 255, 0.1);
}

body.landing-pro-max .reveal-ready [data-reveal] {
    transform: translate3d(0, 14px, 0);
    filter: none;
    transition:
        opacity 240ms var(--cw-ease),
        transform 240ms var(--cw-ease);
}

body.landing-pro-max .reveal-ready [data-reveal="left"] {
    transform: translate3d(-18px, 0, 0);
}

body.landing-pro-max .reveal-ready [data-reveal="right"] {
    transform: translate3d(18px, 0, 0);
}

body.landing-pro-max .reveal-ready [data-reveal="scale"] {
    transform: translate3d(0, 12px, 0) scale(0.985);
}

body.landing-pro-max .reveal-ready .benefits [data-reveal] {
    transition:
        opacity 840ms cubic-bezier(0.19, 1, 0.22, 1),
        transform 840ms cubic-bezier(0.19, 1, 0.22, 1);
}

body.landing-pro-max .reveal-ready .benefits [data-reveal="scale"] {
    transform: translate3d(0, 18px, 0) scale(0.975);
}

@keyframes cw-spin {
    to {
        --cw-spin: 360deg;
    }
}

@keyframes cw-benefit-number-aura {
    0%,
    100% {
        transform: scale(0.94);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.06);
        opacity: 0.38;
    }
}

@keyframes cw-benefit-title-flow {
    0%,
    100% {
        background-position: 110% 50%;
        opacity: 0.32;
    }
    50% {
        background-position: -10% 50%;
        opacity: 0.68;
    }
}

@keyframes cw-sheen {
    0%,
    42% {
        transform: translateX(-52%) rotate(8deg);
        opacity: 0;
    }
    54% {
        opacity: 1;
    }
    76%,
    100% {
        transform: translateX(52%) rotate(8deg);
        opacity: 0;
    }
}

@keyframes cw-scene-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -12px, 0);
    }
}

@media (max-width: 1240px) {
    body.landing-pro-max .site-header,
    body.landing-pro-max .section-inner,
    body.landing-pro-max .hero-inner {
        width: min(1120px, calc(100% - 40px));
    }

    body.landing-pro-max .hero-stage {
        right: -120px;
        width: 670px;
        opacity: 0.78;
    }

    body.landing-pro-max .hero h1 {
        font-size: 66px;
    }

    body.landing-pro-max .hero-lead {
        max-width: 620px;
        font-size: 22px;
    }

    body.landing-pro-max .platform-inner,
    body.landing-pro-max .income-inner,
    body.landing-pro-max .process-inner,
    body.landing-pro-max .final-inner,
    body.landing-pro-max .white-offer-inner {
        grid-template-columns: 1fr;
    }

    body.landing-pro-max .platform-inner h2,
    body.landing-pro-max .income-copy h2,
    body.landing-pro-max .process-copy h2,
    body.landing-pro-max .final-copy h2,
    body.landing-pro-max .white-offer-copy h2 {
        max-width: 850px;
    }
}

@media (max-width: 980px) {
    body.landing-pro-max .site-header {
        grid-template-columns: 1fr auto;
        width: calc(100% - 28px);
        gap: 12px;
    }

    body.landing-pro-max .nav-links,
    body.landing-pro-max .login-link {
        display: none;
    }

    body.landing-pro-max .hero {
        min-height: 1060px;
    }

    body.landing-pro-max .hero-inner {
        width: calc(100% - 32px);
        padding-top: 154px;
        padding-bottom: 92px;
    }

    body.landing-pro-max .hero-stage {
        top: 450px;
        right: -190px;
        width: 700px;
        opacity: 0.44;
    }

    body.landing-pro-max .hero h1 {
        font-size: 56px;
    }

    body.landing-pro-max .cashback-spotlight {
        max-width: 420px;
    }

    body.landing-pro-max .hero-metrics {
        grid-template-columns: 1fr;
        margin-top: 44px;
    }

    body.landing-pro-max .platform-band {
        margin-top: -42px;
        padding-top: 72px;
    }

    body.landing-pro-max .platform-logos,
    body.landing-pro-max .benefit-grid {
        grid-template-columns: 1fr;
    }

    body.landing-pro-max .benefit-card:nth-child(2) {
        --cw-card-y: 0px;
    }

    body.landing-pro-max .section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.landing-pro-max .section-heading h2,
    body.landing-pro-max .platform-inner h2,
    body.landing-pro-max .income-copy h2,
    body.landing-pro-max .process-copy h2,
    body.landing-pro-max .final-copy h2,
    body.landing-pro-max .white-offer-copy h2 {
        font-size: 44px;
    }

    body.landing-pro-max .income-result strong {
        font-size: 64px;
    }
}

@media (max-width: 640px) {
    body.landing-pro-max::before {
        background-size: 64px 64px, 64px 64px, auto;
    }

    body.landing-pro-max .site-header {
        top: 12px;
        padding: 10px;
        min-height: 64px;
    }

    body.landing-pro-max .brand-mark {
        width: 46px;
        height: 46px;
    }

    body.landing-pro-max .brand-mark svg {
        width: 36px;
        height: 36px;
    }

    body.landing-pro-max .brand-word {
        font-size: 16px;
    }

    body.landing-pro-max .brand-sub {
        font-size: 9px;
    }

    body.landing-pro-max .btn-small {
        width: 52px;
        min-width: 52px;
        padding: 0;
        justify-content: center;
    }

    body.landing-pro-max .btn-small span {
        display: none;
    }

    body.landing-pro-max .hero {
        min-height: 980px;
    }

    body.landing-pro-max .hero-inner {
        width: calc(100% - 28px);
        padding-top: 128px;
    }

    body.landing-pro-max .hero-stage {
        top: 506px;
        right: -250px;
        width: 640px;
        opacity: 0.38;
        transform: scale(0.82);
        transform-origin: top right;
    }

    body.landing-pro-max .hero h1 {
        font-size: 40px;
    }

    body.landing-pro-max .hero-lead {
        font-size: 18px;
    }

    body.landing-pro-max .cashback-inline {
        display: inline-flex;
        margin: 2px 0;
    }

    body.landing-pro-max .cashback-spotlight {
        min-height: 126px;
        padding: 18px;
    }

    body.landing-pro-max .cashback-spotlight strong {
        font-size: 46px;
    }

    body.landing-pro-max .hero-actions {
        display: grid;
    }

    body.landing-pro-max .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    body.landing-pro-max .hero-metrics dt {
        font-size: 30px;
    }

    body.landing-pro-max .section-inner {
        width: calc(100% - 28px);
    }

    body.landing-pro-max .section-heading h2,
    body.landing-pro-max .platform-inner h2,
    body.landing-pro-max .income-copy h2,
    body.landing-pro-max .process-copy h2,
    body.landing-pro-max .final-copy h2,
    body.landing-pro-max .white-offer-copy h2 {
        font-size: 34px;
    }

    body.landing-pro-max .section-heading p:not(.section-kicker),
    body.landing-pro-max .white-offer-copy > p,
    body.landing-pro-max .income-copy p,
    body.landing-pro-max .process-copy p,
    body.landing-pro-max .final-lead {
        font-size: 18px;
    }

    body.landing-pro-max .benefits,
    body.landing-pro-max .white-offer,
    body.landing-pro-max .income-section,
    body.landing-pro-max .process,
    body.landing-pro-max .final-cta {
        padding-top: 82px;
        padding-bottom: 82px;
    }

    body.landing-pro-max .benefit-card {
        min-height: 300px;
        padding: 24px;
    }

    body.landing-pro-max .benefit-number {
        margin-bottom: 34px;
    }

    body.landing-pro-max .income-calculator {
        padding: 22px;
    }

    body.landing-pro-max .income-topline {
        display: grid;
        gap: 6px;
    }

    body.landing-pro-max .income-topline strong {
        font-size: 40px;
    }

    body.landing-pro-max .income-result strong {
        font-size: 48px;
    }

    body.landing-pro-max .income-result em {
        font-size: 17px;
    }

    body.landing-pro-max .income-presets {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.landing-pro-max .steps::before {
        display: none;
    }

    body.landing-pro-max .steps li {
        grid-template-columns: 58px 1fr;
        padding: 22px;
    }

    body.landing-pro-max .steps li span {
        width: 54px;
        height: 54px;
        font-size: 22px;
    }
}

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