.parallax-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.parallax-bg__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(180deg,
            rgb(var(--canvas-base) / 0) 0%,
            rgb(var(--canvas-base) / 0) 68%,
            rgb(var(--canvas-base) / 0.18) 84%,
            rgb(var(--canvas-base) / 0.72) 94%,
            rgb(var(--canvas-base) / 1) 100%),
        radial-gradient(50% 55% at 82% 22%, rgba(124, 58, 237, 0.26), transparent 68%),
        radial-gradient(50% 55% at 18% 82%, rgba(37, 99, 235, 0.2), transparent 70%);
}

.parallax-bg__blob {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(88px);
    will-change: transform;
    opacity: 0.5;
}

.parallax-bg__blob--1 {
    width: 360px;
    height: 360px;
    top: -6%;
    left: -4%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.72) 0%, rgba(99, 102, 241, 0.44) 42%, rgba(139, 92, 246, 0) 72%);
}

.parallax-bg__blob--2 {
    width: 420px;
    height: 420px;
    top: calc(50% - 210px);
    left: calc(50% - 210px);
    background: radial-gradient(circle, rgba(34, 211, 238, 0.62) 0%, rgba(59, 130, 246, 0.42) 44%, rgba(59, 130, 246, 0) 74%);
    opacity: 0.44;
}

.hero {
    position: relative;
    z-index: 1;
    overflow: visible;
    isolation: isolate;
    background-color: rgb(var(--canvas-base));
    width: 100%;
}

.hero__bg-layer {
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}

.hero__bg-media {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero__bg-corner-mask {
    position: absolute;
    right: -8%;
    bottom: -18%;
    width: 520px;
    height: 520px;
    border-radius: 9999px;
    background: radial-gradient(circle,
        rgb(var(--canvas-base) / 1) 0%,
        rgb(var(--canvas-base) / 0.98) 34%,
        rgb(var(--canvas-base) / 0.88) 48%,
        rgb(var(--canvas-base) / 0) 74%);
    filter: blur(36px);
    pointer-events: none;
    z-index: 2;
}

.hero__bg-image {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
}

.hero__figure-glow {
    position: absolute;
    top: 0;
    right: 0;
    width: min(52%, 760px);
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background:
        radial-gradient(42% 30% at 78% 34%, rgba(56, 189, 248, 0.28), transparent 72%),
        radial-gradient(36% 26% at 82% 56%, rgba(168, 85, 247, 0.24), transparent 74%),
        radial-gradient(30% 24% at 68% 70%, rgba(34, 211, 238, 0.18), transparent 72%);
    mix-blend-mode: screen;
    opacity: 0.95;
    filter: blur(10px);
    animation: hero-figure-glow 4.8s ease-in-out infinite;
}

@media (max-width: 767px) {
    .hero__bg-layer {
        min-height: 100%;
    }

    .hero__bg-layer,
    .hero__bg-media,
    .hero__bg-image {
        width: 100%;
    }

    .hero__bg-media {
        min-height: 100vh;
    }

    .hero__bg-image {
        min-width: 100%;
        height: 100%;
        min-height: 100vh;
        object-fit: cover;
        object-position: center top;
    }

    .hero__figure-glow {
        width: 64%;
        opacity: 0.82;
        filter: blur(12px);
    }
}

.hero > .mx-auto {
    position: relative;
    z-index: 1;
}

.hero__copy,
.hero__mockup {
    position: relative;
}

.hero__highlight {
    background-image: linear-gradient(120deg, #60a5fa 0%, #a78bfa 50%, #60a5fa 100%);
    background-size: 200% 100%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: hero-shine 8s linear infinite;
}

@keyframes hero-shine {
    to {
        background-position: 200% 50%;
    }
}

@keyframes hero-figure-glow {
    0%,
    100% {
        opacity: 0.72;
        transform: translate3d(0, 0, 0) scale(0.985);
    }

    50% {
        opacity: 1;
        transform: translate3d(-1.5%, 0, 0) scale(1.02);
    }
}

.hero__mockup-shell {
    position: relative;
    border-radius: 1.25rem;
}

.hero__mockup-shell::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.5), rgba(59, 130, 246, 0) 50%, rgba(139, 92, 246, 0.4));
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.home-hero-background {
    display: block;
    width: 100%;
    height: clamp(720px, 92vw, 1180px);
    object-fit: cover;
    object-position: top center;
}

.js [data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js [data-reveal][data-reveal-from="left"] {
    transform: translateX(-32px);
}

.js [data-reveal][data-reveal-from="right"] {
    transform: translateX(32px);
}

.js [data-reveal][data-reveal-from="top"] {
    transform: translateY(-28px);
}

.js [data-reveal][data-reveal-from="scale"] {
    transform: scale(0.94);
}

.js [data-reveal].is-revealed {
    opacity: 1;
    transform: none;
}

.feature-card {
    transition:
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 320ms ease-out,
        background-color 320ms ease-out,
        box-shadow 320ms ease-out;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 130, 246, 0.4);
    background-color: rgb(var(--canvas-sunken) / 0.85);
    box-shadow: 0 18px 40px -20px rgba(99, 102, 241, 0.25);
}

.carousel-section {
    position: relative;
    z-index: 1;
    background: linear-gradient(12deg, #dde3fb, #fffdfd);
}

.dark .carousel-section {
    background: linear-gradient(180deg, #0a0a14, #050511);
}

.carousel-eyebrow {
    color: rgb(82, 82, 91);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.dark .carousel-eyebrow {
    color: rgba(161, 161, 170, 0.85);
}

.marquee {
    --gap: 3rem;
    --duration: 40s;
    display: flex;
    gap: var(--gap);
    overflow: hidden;
    user-select: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.marquee__group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-shrink: 0;
    gap: var(--gap);
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
}

.marquee__item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.marquee__logo {
    display: block;
    height: 1.75rem;
    width: auto;
    opacity: 0.55;
    filter: grayscale(1);
    transition: opacity 280ms ease, filter 280ms ease;
}

.marquee__logo--pokerstars {
    height: 8rem;
}

.marquee__logo--hill {
    filter: grayscale(1);
}

.dark .marquee__logo--hill {
    filter: invert(1) grayscale(1);
}

.marquee__logo:hover {
    opacity: 1;
    filter: grayscale(0);
}

.marquee__logo--hill:hover {
    filter: grayscale(0);
}

.dark .marquee__logo--hill:hover {
    filter: invert(1) grayscale(0);
}

@keyframes marquee-scroll {
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.why-us-trails {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 50%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0) 90%);
    mask-image: radial-gradient(ellipse 75% 65% at 50% 50%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0) 90%);
}

.why-us-trails__layer {
    position: absolute;
    inset: 0;
    will-change: transform;
}

.why-us-trails__layer svg {
    display: block;
    width: 200%;
    height: 100%;
    opacity: 0.35;
}

.dark .why-us-trails__layer svg {
    opacity: 0.6;
}

.trail {
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 8 8;
    animation: trail-flow linear infinite;
    will-change: transform;
}

.trail--blue   { stroke: rgba(96, 165, 250, 0.85); }
.trail--violet { stroke: rgba(167, 139, 250, 0.85); }
.trail--cyan   { stroke: rgba(34, 211, 238, 0.8); stroke-dasharray: 5 5; }
.trail--alt    { stroke-dasharray: 10 6; }

.why-us-trails__layer--slow .trail:nth-child(1) { animation-duration: 48s; animation-delay: 0s; }
.why-us-trails__layer--slow .trail:nth-child(2) { animation-duration: 62s; animation-delay: -14s; }
.why-us-trails__layer--slow .trail:nth-child(3) { animation-duration: 38s; animation-delay: -8s; }
.why-us-trails__layer--slow .trail:nth-child(4) { animation-duration: 55s; animation-delay: -22s; }
.why-us-trails__layer--slow .trail:nth-child(5) { animation-duration: 42s; animation-delay: -5s; }
.why-us-trails__layer--slow .trail:nth-child(6) { animation-duration: 70s; animation-delay: -30s; }

.why-us-trails__layer--fast .trail:nth-child(1) { animation-duration: 28s; animation-delay: -3s; }
.why-us-trails__layer--fast .trail:nth-child(2) { animation-duration: 36s; animation-delay: -16s; }
.why-us-trails__layer--fast .trail:nth-child(3) { animation-duration: 24s; animation-delay: -9s; }
.why-us-trails__layer--fast .trail:nth-child(4) { animation-duration: 32s; animation-delay: -19s; }

@keyframes trail-flow {
    to { transform: translateX(-1200px); }
}

@media (prefers-reduced-motion: reduce) {
    .trail {
        animation: none;
    }
}

.why-us-bento {
    align-items: stretch;
}

@media (min-width: 768px) {
    .why-us-bento {
        grid-template-rows: auto auto;
    }
}

@media (max-width: 767px) {
    .marquee {
        --gap: 1.75rem;
        --duration: 28s;
    }

    .marquee__logo {
        height: 1.4rem;
    }

    .marquee__logo--pokerstars {
        height: 5.5rem;
    }

    .why-us-bento {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .why-us-card--featured {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

.why-us-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 320ms ease-out,
        box-shadow 320ms ease-out,
        background-color 320ms ease-out;
}

.why-us-card--featured .why-us-card__canvas {
    min-height: 160px;
}

.why-us-card--compact .why-us-card__canvas {
    min-height: 80px;
}

.why-us-card.is-revealed .why-us-savings__line {
    stroke-dashoffset: 0;
}

.why-us-card.is-revealed .why-us-savings__area {
    opacity: 1;
}

.why-us-card.is-revealed .why-us-savings__dot--us {
    opacity: 1;
    transform: scale(1);
}

.why-us-card.is-revealed .why-us-gauge__progress {
    stroke-dashoffset: 55;
}

.why-us-card.is-revealed .why-us-gauge__readout {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.why-us-card:hover .why-us-savings__line--us {
    filter: drop-shadow(0 0 10px rgba(96, 165, 250, 0.85));
}

.why-us-card:hover .why-us-savings__dot--us {
    filter: drop-shadow(0 0 10px rgba(216, 180, 254, 1));
}

.why-us-card:hover .why-us-gauge__progress {
    filter: drop-shadow(0 0 14px rgba(167, 139, 250, 0.75));
}

.why-us-card__canvas {
    margin-top: auto;
    flex-shrink: 0;
}

.why-us-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), transparent 34%), radial-gradient(circle at bottom left, rgba(168, 85, 247, 0.08), transparent 38%);
    opacity: 0.9;
    pointer-events: none;
}

.why-us-card:hover {
    transform: translateY(-8px);
    border-color: rgb(var(--outline-default) / 0.7);
    background-color: rgb(var(--canvas-sunken) / 0.92);
    box-shadow: 0 28px 80px -34px rgba(59, 130, 246, 0.32);
}

.why-us-card > * {
    position: relative;
    z-index: 1;
}

.why-us-card__icon-wrap {
    display: flex;
    align-items: center;
}

.why-us-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.875rem;
    border: 1px solid rgb(var(--outline-subtle));
    box-shadow: inset 0 1px 0 rgb(var(--canvas-base) / 0.6);
}

.dark .why-us-card__icon {
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.why-us-card__icon--blue {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0.04));
    color: rgb(37, 99, 235);
}

.dark .why-us-card__icon--blue {
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.38), rgba(30, 41, 59, 0.72));
    color: #93c5fd;
}

.why-us-card__icon--violet {
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.18), rgba(139, 92, 246, 0.04));
    color: rgb(124, 58, 237);
}

.dark .why-us-card__icon--violet {
    background: linear-gradient(180deg, rgba(124, 58, 237, 0.38), rgba(30, 41, 59, 0.72));
    color: #c4b5fd;
}

.why-us-card__icon--green {
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0.04));
    color: rgb(22, 163, 74);
}

.dark .why-us-card__icon--green {
    background: linear-gradient(180deg, rgba(22, 163, 74, 0.34), rgba(30, 41, 59, 0.72));
    color: #86efac;
}

.why-us-card__canvas {
    position: relative;
    min-height: 92px;
    border: 1px solid rgb(var(--outline-subtle));
    border-radius: 1rem;
    background: rgb(var(--canvas-sunken) / 0.6);
    overflow: hidden;
}

.why-us-card__canvas::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.04), transparent 45%);
    pointer-events: none;
}

.dark .why-us-card__canvas::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 45%);
}

.why-us-card__canvas--savings {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}

.why-us-card__canvas--savings::before {
    display: none;
}

.why-us-savings__legend {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(148, 163, 184, 0.85);
}

.why-us-savings__legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.why-us-savings__legend-item::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 9999px;
}

.why-us-savings__legend-item--competitor::before {
    background: rgba(148, 163, 184, 0.55);
}

.why-us-savings__legend-item--us::before {
    background: linear-gradient(90deg, rgba(96, 165, 250, 1), rgba(167, 139, 250, 1));
    box-shadow: 0 0 8px rgba(96, 165, 250, 0.5);
}

.why-us-savings__chart {
    flex: 1;
    width: 100%;
    overflow: visible;
}

.why-us-savings__grid {
    stroke: rgba(148, 163, 184, 0.1);
    stroke-width: 0.5;
    stroke-dasharray: 2 3;
}

.why-us-savings__line {
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.why-us-savings__line--competitor {
    stroke: rgba(148, 163, 184, 0.55);
    stroke-dasharray: 230;
    stroke-dashoffset: 230;
    transition: stroke-dashoffset 950ms cubic-bezier(0.22, 1, 0.36, 1);
}

.why-us-savings__line--us {
    stroke: url(#savings-us-line);
    stroke-width: 2;
    stroke-dasharray: 230;
    stroke-dashoffset: 230;
    filter: drop-shadow(0 0 4px rgba(96, 165, 250, 0.6));
    transition: stroke-dashoffset 950ms cubic-bezier(0.22, 1, 0.36, 1) 200ms;
}

.why-us-savings__area {
    fill: url(#savings-fill);
    opacity: 0;
    transition: opacity 600ms ease 1000ms;
}

.why-us-savings__dot--us {
    fill: rgba(216, 180, 254, 1);
    filter: drop-shadow(0 0 5px rgba(167, 139, 250, 0.9));
    opacity: 0;
    transform-origin: center;
    transform: scale(0.4);
    transition: opacity 240ms ease 1100ms, transform 320ms cubic-bezier(0.22, 1, 0.36, 1) 1100ms;
}

.why-us-card__canvas--gauge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: none;
    background: none;
    border-radius: 0;
    margin-block: auto;
}

.why-us-card__canvas--gauge::before {
    display: none;
}

.why-us-gauge {
    width: 100%;
    max-width: 220px;
    height: auto;
    overflow: visible;
}

.why-us-gauge__track {
    fill: none;
    stroke: rgba(148, 163, 184, 0.18);
    stroke-width: 9;
    stroke-linecap: round;
}

.why-us-gauge__progress {
    fill: none;
    stroke: url(#gauge-fill);
    stroke-width: 9;
    stroke-linecap: round;
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    filter: drop-shadow(0 0 8px rgba(167, 139, 250, 0.45));
    transition: stroke-dashoffset 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.why-us-gauge__tick {
    stroke: rgba(148, 163, 184, 0.32);
    stroke-width: 1.2;
    stroke-linecap: round;
}

.why-us-gauge__tick--major {
    stroke: rgba(203, 213, 225, 0.7);
    stroke-width: 2;
}

.why-us-gauge__tick-label {
    fill: rgba(148, 163, 184, 0.78);
    font-size: 9px;
    font-weight: 600;
    font-family: 'Geist Mono', 'Geist Mono Fallback', ui-monospace, monospace;
}

.why-us-gauge__needle {
    stroke: url(#gauge-fill);
    stroke-width: 2.6;
    stroke-linecap: round;
    transform-box: fill-box;
    transform-origin: 50% 100%;
    transform: rotate(-90deg);
    filter: drop-shadow(0 0 6px rgba(167, 139, 250, 0.65));
    transition: transform 1100ms cubic-bezier(0.22, 1, 0.36, 1) 200ms;
}

.why-us-gauge__pivot {
    fill: rgba(15, 23, 42, 1);
    stroke: rgba(167, 139, 250, 0.9);
    stroke-width: 1.6;
    filter: drop-shadow(0 0 4px rgba(167, 139, 250, 0.5));
}

.why-us-card.is-revealed .why-us-gauge__needle {
    transform: rotate(45deg);
}

.why-us-gauge__readout {
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    text-align: center;
    opacity: 0.75;
    transition: opacity 320ms ease 600ms, transform 320ms cubic-bezier(0.22, 1, 0.36, 1) 600ms;
    line-height: 1;
}

.why-us-gauge__value {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(90deg, #93c5fd, #c4b5fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.why-us-gauge__suffix {
    font-size: 1.05rem;
    font-weight: 700;
    margin-left: 0.1em;
}


@media (prefers-reduced-motion: reduce) {
    .why-us-savings__line,
    .why-us-savings__area,
    .why-us-savings__dot--us,
    .why-us-gauge__progress,
    .why-us-gauge__readout,
    .why-us-calendar__grid .cell {
        transition: none !important;
    }

    .why-us-savings__line,
    .why-us-savings__dot--us,
    .why-us-gauge__progress {
        stroke-dashoffset: 0 !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .why-us-savings__area,
    .why-us-gauge__readout {
        opacity: 1 !important;
        transform: translateX(-50%) translateY(0) !important;
    }
}


.why-us-card__canvas--calendar {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0;
    overflow: hidden;
    border: none;
    background: none;
    border-radius: 0;
    min-width: 240px;
}

.why-us-card__canvas--calendar::before {
    display: none;
}

.why-us-card__canvas--security {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.6rem;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
    overflow: hidden;
    min-height: 80px;
}

.why-us-card__canvas--security::before {
    display: none;
}

.why-us-shield {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 auto;
}

.why-us-shield__pulse {
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    border: 1.5px solid rgba(74, 222, 128, 0.45);
    opacity: 0;
    animation: shield-pulse 2.6s ease-out infinite;
    pointer-events: none;
}

.why-us-shield__pulse:nth-child(2) {
    animation-delay: 0.86s;
}

.why-us-shield__pulse:nth-child(3) {
    animation-delay: 1.72s;
}

@keyframes shield-pulse {
    0% { transform: scale(0.55); opacity: 0.85; }
    100% { transform: scale(1.6); opacity: 0; }
}

.why-us-shield__core {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0.04));
    border: 1px solid rgba(34, 197, 94, 0.45);
    box-shadow: 0 0 18px rgba(34, 197, 94, 0.18), inset 0 1px 0 rgb(var(--canvas-base) / 0.6);
    color: rgb(22, 163, 74);
}

.dark .why-us-shield__core {
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.32), rgba(15, 23, 42, 0.7));
    border: 1px solid rgba(74, 222, 128, 0.42);
    box-shadow: 0 0 18px rgba(74, 222, 128, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #86efac;
}

.why-us-shield__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    text-transform: uppercase;
    font-weight: 600;
}

.why-us-shield__status {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(187, 247, 208, 1);
}

.why-us-shield__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 10px rgba(74, 222, 128, 0.7);
    animation: shield-dot 1.6s ease-in-out infinite;
}

@keyframes shield-dot {
    0%, 100% { opacity: 0.6; transform: scale(0.92); }
    50% { opacity: 1; transform: scale(1.1); }
}

.why-us-shield__metric {
    color: rgba(148, 163, 184, 0.85);
    font-variant-numeric: tabular-nums;
}

.why-us-card__icon--cyan {
    background: linear-gradient(180deg, rgba(6, 182, 212, 0.18), rgba(6, 182, 212, 0.04));
    color: rgb(8, 145, 178);
}

.dark .why-us-card__icon--cyan {
    background: linear-gradient(180deg, rgba(34, 211, 238, 0.34), rgba(15, 23, 42, 0.72));
    color: #67e8f9;
}

.why-us-calendar__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 600;
}

.why-us-calendar__month {
    color: rgba(148, 163, 184, 0.85);
}

.why-us-calendar__count {
    color: rgba(74, 222, 128, 0.85);
    font-variant-numeric: tabular-nums;
}

.why-us-calendar__count-num {
    color: rgba(187, 247, 208, 1);
    font-size: 0.78rem;
    font-weight: 700;
    margin-right: 0.1em;
}

.why-us-calendar__weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    font-size: 0.55rem;
    text-transform: uppercase;
    color: rgba(100, 116, 139, 0.7);
    text-align: center;
    font-weight: 600;
}

.why-us-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    flex: 1;
}

.why-us-calendar__grid .cell {
    aspect-ratio: 1.6;
    background: rgba(51, 65, 85, 0.5);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: background 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.why-us-calendar__grid .cell.is-active {
    background: rgba(34, 197, 94, 0.55);
    box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.35) inset;
}

.why-us-card:hover .why-us-calendar__grid .cell.is-active {
    background: rgba(74, 222, 128, 0.95);
    box-shadow: 0 0 12px rgba(74, 222, 128, 0.6), 0 0 0 1px rgba(187, 247, 208, 0.6) inset;
    transform: scale(1.06);
}

.why-us-card:hover .why-us-calendar__grid .cell.is-active:nth-child(7n+1) { transition-delay: 0ms; }
.why-us-card:hover .why-us-calendar__grid .cell.is-active:nth-child(7n+2) { transition-delay: 50ms; }
.why-us-card:hover .why-us-calendar__grid .cell.is-active:nth-child(7n+3) { transition-delay: 100ms; }
.why-us-card:hover .why-us-calendar__grid .cell.is-active:nth-child(7n+4) { transition-delay: 150ms; }
.why-us-card:hover .why-us-calendar__grid .cell.is-active:nth-child(7n+5) { transition-delay: 200ms; }
.why-us-card:hover .why-us-calendar__grid .cell.is-active:nth-child(7n+6) { transition-delay: 250ms; }
.why-us-card:hover .why-us-calendar__grid .cell.is-active:nth-child(7n+7) { transition-delay: 300ms; }

.why-us-card:hover .why-us-calendar__count-num {
    color: rgba(187, 247, 208, 1);
    text-shadow: 0 0 12px rgba(74, 222, 128, 0.5);
}

.book-shell {
    position: relative;
    background: rgb(var(--canvas-raised));
}

.dark .book-shell {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.96));
}

.book-panel {
    position: relative;
    min-width: 0;
}

.book-panel--visual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
}

.book-panel--form {
    padding: 2rem;
    border-left: 1px solid rgb(var(--outline-subtle));
    background: rgb(var(--canvas-raised));
}

.dark .book-panel--form {
    background: linear-gradient(180deg, rgba(10, 12, 20, 0.92), rgba(3, 7, 18, 0.96));
}

.book-panel__copy {
    max-width: 32rem;
    padding: 2rem 2rem 0;
}

.book-panel__glow {
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
    filter: blur(56px);
    opacity: 0.7;
    z-index: 2;
}

.book-panel__glow--top {
    top: -10%;
    left: -8%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.34), rgba(59, 130, 246, 0) 72%);
}

.book-panel__glow--bottom {
    right: -12%;
    bottom: -12%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.28), rgba(168, 85, 247, 0) 72%);
}

.book-panel__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.book-panel__badge {
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 9.5rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgb(var(--outline-subtle));
    border-radius: 1rem;
    background: rgb(var(--canvas-raised) / 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.book-panel__badge-value {
    color: rgb(var(--ink-primary));
    font-size: 1rem;
    font-weight: 700;
}

.book-panel__badge-label {
    color: rgb(var(--ink-muted));
    font-size: 0.78rem;
}

.book-panel__image-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 180px;
    background-image: url("../images/home/whitelist/light.88e791e2f435.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dark .book-panel__image-wrap {
    background-image: url("../images/home/whitelist/dark.ef343cf53113.png");
}

.book-panel__image-wrap::before {
    content: "";
    position: absolute;
    inset: auto 10% -4% 10%;
    height: 20%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.2), rgba(96, 165, 250, 0) 72%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 2;
}

.book-form__eyebrow {
    color: rgb(37, 99, 235);
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 700;
}

.dark .book-form__eyebrow {
    color: rgba(96, 165, 250, 0.95);
}

@media (max-width: 767px) {
    .why-us-card__canvas--status {
        flex-direction: column;
        align-items: flex-start;
    }

    .book-panel--visual,
    .book-panel--form {
        padding: 1.5rem;
    }

    .book-panel--visual {
        padding: 0;
    }

    .book-panel--form {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .book-panel__copy {
        padding: 1.5rem 1.5rem 0;
    }

    .book-panel__image-wrap {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation: none;
    }

    .parallax-bg__blob {
        transform: none !important;
    }

    .hero__figure-glow {
        animation: none;
    }

    .hero__highlight {
        animation: none;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .feature-card {
        transition: none;
    }

    .why-us-card,
    .book-control,
    .book-submit {
        transition: none;
    }
}
