:root {
    --bg: #07030e;
    --panel: #100719;
    --panel2: #150a23;
    --text: #fbf8ff;
    --muted: #beb4c9;
    --violet: #a92cff;
    --violet2: #711fff;
    --pink: #ee63ff;
    --line: rgba(219,168,255,.16);
    --good: #c58aff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: radial-gradient(circle at 70% -10%,#1c0830 0,#08030f 28%,#06020b 70%);
    color: var(--text);
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
}

.container {
    width: min(1180px,calc(100% - 36px));
    margin: auto;
}

.hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: #090313;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% center;
    z-index: -5;
    transform: scale(1.003);
}

.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: linear-gradient(90deg,rgba(5,1,12,.95) 0%,rgba(6,1,14,.90) 25%,rgba(7,2,17,.55) 44%,rgba(7,2,16,.08) 65%,rgba(4,1,10,.05) 100%),linear-gradient(0deg,rgba(4,1,10,.5) 0%,transparent 35%,rgba(3,0,8,.10) 100%);
}

.hero-noise {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .07;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}

.hero-header {
    position: absolute;
    z-index: 70;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px clamp(22px,4.8vw,76px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 950;
    letter-spacing: .07em;
}

.brand img {
    width: 56px;
    height: auto;
    filter: drop-shadow(0 0 18px rgba(173,52,255,.62));
}

.brand span {
    font-size: 17px;
}

.brand b {
    color: #c35aff;
}

.login-btn {
    position: relative;
    z-index: 90;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid rgba(236,190,255,.9);
    background: linear-gradient(135deg,rgba(111,26,186,.96),rgba(34,8,61,.98));
    padding: 14px 28px;
    border-radius: 17px;
    box-shadow: 0 0 0 1px rgba(180,70,255,.15),0 0 28px rgba(183,55,255,.55),0 12px 32px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.18);
    text-shadow: 0 1px 5px #000;
    transition: .2s;
}

.login-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.12);
}

.hero-stage {
    position: relative;
    z-index: 10;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 112px clamp(28px,5vw,80px) 72px;
}

.hero-copy {
    position: relative;
    z-index: 30;
    width: min(48vw,760px);
    margin-top: 4vh;
    padding: 34px 0;
}

.eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .31em;
    font-weight: 950;
    color: #efaeff;
    margin-bottom: 22px;
    text-shadow: 0 0 24px rgba(198,85,255,.45);
}

.hero-copy h1 {
    font-size: clamp(58px,5.5vw,92px);
    line-height: .92;
    margin: 0 0 24px;
    letter-spacing: -.055em;
    text-wrap: balance;
    text-shadow: 0 2px 32px rgba(0,0,0,.38),0 0 60px rgba(169,56,255,.20);
}

.hero-copy h1 em {
    display: block;
    margin-top: 13px;
    font-style: normal;
    font-size: .33em;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #c88bff;
    text-transform: uppercase;
}

.hero-lead {
    font-size: clamp(17px,1.3vw,21px);
    line-height: 1.55;
    color: #efe8f5;
    max-width: 620px;
    margin: 0;
    text-shadow: 0 2px 14px rgba(0,0,0,.65);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-btn {
    min-width: 190px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 16px 20px;
    border-radius: 17px;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    transition: .22s;
    backdrop-filter: blur(12px);
}

.hero-btn span {
    font-size: 22px;
    line-height: 1;
}

.hero-btn.primary {
    border: 1px solid rgba(241,183,255,.8);
    background: linear-gradient(135deg,#ce32ff,#7b22ff 56%,#5b18d9);
    box-shadow: 0 12px 42px rgba(142,31,255,.42),0 0 26px rgba(188,55,255,.28),inset 0 1px rgba(255,255,255,.28);
}

.hero-btn.secondary {
    border: 1px solid rgba(221,155,255,.65);
    background: rgba(18,5,33,.78);
    box-shadow: inset 0 0 22px rgba(126,33,255,.10),0 10px 26px rgba(0,0,0,.2);
}

.hero-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.hero-tags a {
    font-size: 12px;
    color: #e1d4e8;
    text-decoration: none;
    border: 1px solid rgba(228,180,255,.28);
    background: rgba(16,5,30,.62);
    backdrop-filter: blur(8px);
    padding: 7px 11px;
    border-radius: 999px;
}

.bonus-bubble {
    position: absolute;
    z-index: 25;
    width: clamp(158px,11.5vw,210px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(244,203,255,.74);
    color: #fff;
    background: radial-gradient(circle at 33% 25%,rgba(255,255,255,.36),transparent 16%),radial-gradient(circle at 53% 56%,rgba(174,48,255,.64),rgba(54,7,101,.78) 55%,rgba(10,2,21,.96) 77%);
    box-shadow: inset 0 0 20px rgba(255,255,255,.18),inset 0 0 42px rgba(184,57,255,.32),0 0 9px #cf61ff,0 0 38px rgba(154,45,255,.50),0 18px 56px rgba(0,0,0,.42);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-shadow: 0 2px 12px #000;
    will-change: transform;
    transition: filter .2s,box-shadow .2s;
}

.bonus-bubble:before {
    content: "";
    position: absolute;
    inset: 8%;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
}

.bonus-bubble:after {
    content: "";
    position: absolute;
    top: 13%;
    left: 21%;
    width: 34%;
    height: 13%;
    border-radius: 50%;
    background: linear-gradient(90deg,rgba(255,255,255,.30),transparent);
    transform: rotate(-19deg);
    filter: blur(1px);
}

.bonus-bubble:hover {
    filter: brightness(1.18);
    box-shadow: inset 0 0 20px rgba(255,255,255,.22),0 0 13px #df7aff,0 0 52px rgba(173,57,255,.70);
}

.bonus-bubble small {
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .13em;
    color: #ead5ff;
    z-index: 2;
}

.bonus-bubble strong {
    font-size: clamp(28px,2.45vw,42px);
    line-height: 1;
    margin: 5px 0 2px;
    z-index: 2;
    text-align: center;
}

.bonus-bubble span {
    font-size: 11px;
    font-weight: 850;
    color: #f4eaff;
    z-index: 2;
    text-align: center;
}

.bubble-a {
    left: 55%;
    top: 13%;
    animation: floatA 7.2s ease-in-out infinite;
}

.bubble-b {
    right: 3%;
    top: 29%;
    animation: floatB 8.6s ease-in-out infinite;
}

.bubble-c {
    right: 3.5%;
    bottom: 6%;
    animation: floatC 9.4s ease-in-out infinite;
}

.bubble-d {
    left: 58%;
    bottom: 6%;
    width: clamp(146px,10vw,184px);
    animation: floatD 7.9s ease-in-out infinite;
}

@keyframes floatA {
    0%,100% {
        transform: translate3d(0,0,0) rotate(-3deg);
    }

    45% {
        transform: translate3d(14px,-22px,0) rotate(3deg);
    }

    70% {
        transform: translate3d(-7px,-9px,0);
    }

}

@keyframes floatB {
    0%,100% {
        transform: translate3d(0,0,0);
    }

    50% {
        transform: translate3d(-18px,24px,0) rotate(-4deg);
    }

}

@keyframes floatC {
    0%,100% {
        transform: translate3d(0,0,0);
    }

    40% {
        transform: translate3d(14px,-18px,0);
    }

    75% {
        transform: translate3d(-10px,-7px,0);
    }

}

@keyframes floatD {
    0%,100% {
        transform: translate3d(0,0,0) rotate(3deg);
    }

    50% {
        transform: translate3d(-15px,-21px,0) rotate(-3deg);
    }

}

.scroll-cue {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: #b6a9c0;
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.scroll-cue span {
    width: 1px;
    height: 26px;
    background: linear-gradient(#c458ff,transparent);
}

.scroll-cue em {
    font-style: normal;
}

.seo-wrap {
    width: min(1180px,calc(100% - 36px));
    margin: 0 auto;
    padding: 54px 0 24px;
}

.seo-wrap>section {
    scroll-margin-top: 18px;
}

.section {
    background: linear-gradient(180deg,rgba(24,10,38,.96),rgba(11,5,19,.98));
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: clamp(24px,4vw,42px);
    margin-bottom: 18px;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.kicker {
    color: #c96bff;
    font-size: 11px;
    letter-spacing: .24em;
    font-weight: 900;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.seo-wrap h2, .page-shell h1, .page-shell h2 {
    letter-spacing: -.035em;
}

.seo-wrap h2 {
    font-size: clamp(28px,3vw,43px);
    margin: 0;
}

.seo-wrap h3 {
    font-size: 21px;
    margin: 0 0 10px;
}

.seo-wrap p, .page-shell p {
    color: var(--muted);
    font-size: 16.5px;
    line-height: 1.75;
    margin: 0 0 14px;
}

.lead {
    font-size: 18px !important;
    color: #e9e0ef !important;
    max-width: 950px;
}

.facts {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
}

.fact, .card {
    background: linear-gradient(180deg,rgba(34,14,54,.85),rgba(15,7,25,.9));
    border: 1px solid var(--line);
    border-radius: 17px;
    padding: 20px;
}

.fact small, .card small {
    display: block;
    color: #9f8dab;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .13em;
    margin-bottom: 7px;
}

.fact strong {
    font-size: 20px;
    display: block;
}

.fact span {
    display: block;
    margin-top: 7px;
    color: #aa9bb5;
    font-size: 13px;
    line-height: 1.45;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
}

.card {
    text-decoration: none;
    transition: .2s;
}

.card:hover {
    transform: translateY(-2px);
    border-color: rgba(206,116,255,.42);
    background: linear-gradient(180deg,rgba(48,20,75,.92),rgba(17,8,28,.96));
}

.card b {
    font-size: 20px;
}

.card p {
    font-size: 14px;
    margin: 8px 0 0;
}

.table-wrap {
    overflow: auto;
    border-radius: 15px;
    border: 1px solid var(--line);
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    background: rgba(8,3,14,.45);
}

th, td {
    text-align: left;
    padding: 15px 16px;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}

th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #d7b7e8;
    background: rgba(47,18,72,.45);
}

td {
    color: #c8bbd0;
    line-height: 1.55;
}

tr:last-child td {
    border-bottom: 0;
}

.note {
    margin-top: 14px !important;
    font-size: 13px !important;
    color: #91859b !important;
}

.split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 18px;
}

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

.bullet-list li {
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: rgba(19,8,31,.55);
    color: #cfc3d7;
    line-height: 1.55;
}

.bullet-list li b {
    color: #fff;
}

.reviews {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
}

.review {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: rgba(20,8,32,.65);
}

.review strong {
    display: block;
    margin-bottom: 8px;
}

.review p {
    font-size: 14.5px;
    margin: 0;
}

.editorial {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 16px;
}

.editor-card {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(21,8,34,.62);
}

.editor-card b {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
}

.editor-card span {
    color: #a899b2;
    font-size: 14px;
    line-height: 1.5;
}

.faq details {
    border-top: 1px solid var(--line);
    padding: 17px 0;
}

.faq details:first-of-type {
    margin-top: 8px;
}

.faq summary {
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
}

.faq details p {
    margin-top: 12px;
}

.text-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.text-links a {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--line);
    text-decoration: none;
    background: rgba(23,9,37,.55);
    color: #d9ccdf;
}

.text-links a:hover {
    border-color: #8e39d2;
}

.page-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(7,2,12,.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
}

.page-header .inner {
    width: min(1180px,calc(100% - 36px));
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
}

.page-header .brand img {
    width: 42px;
}

.page-header nav {
    display: flex;
    gap: 8px;
    align-items: center;
}

.page-header nav a {
    padding: 9px 11px;
    border-radius: 10px;
    text-decoration: none;
    color: #b9a9c3;
    font-size: 13px;
}

.page-header nav a:hover {
    background: #150922;
    color: #fff;
}

.page-shell {
    width: min(1000px,calc(100% - 36px));
    margin: 42px auto 70px;
}

.breadcrumbs {
    font-size: 12px;
    color: #8b7d94;
    margin-bottom: 18px;
}

.breadcrumbs a {
    text-decoration: none;
}

.page-shell h1 {
    font-size: clamp(38px,5vw,64px);
    line-height: 1;
    margin: 0 0 18px;
}

.page-shell h2 {
    font-size: 28px;
    margin: 34px 0 12px;
}

.page-shell .summary {
    font-size: 19px;
    color: #e6ddea;
    line-height: 1.6;
}

.page-table {
    margin: 20px 0;
}

.page-callout {
    padding: 18px 20px;
    border: 1px solid rgba(188,88,255,.3);
    background: linear-gradient(135deg,rgba(99,26,150,.24),rgba(18,6,30,.82));
    border-radius: 16px;
    margin: 22px 0;
}

.page-callout b {
    display: block;
    margin-bottom: 7px;
}

.authorline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #94869d;
    border-top: 1px solid var(--line);
    padding-top: 20px;
    margin-top: 34px;
}

@media (max-width:1000px) {
    .facts {
        grid-template-columns: repeat(2,1fr);
    }

    .cards {
        grid-template-columns: repeat(2,1fr);
    }

    .reviews {
        grid-template-columns: 1fr;
    }

    .split, .editorial {
        grid-template-columns: 1fr;
    }

    .hero-bg {
        object-position: 57% center;
    }

    .hero-copy {
        width: 54vw;
    }

    .bubble-a {
        left: 58%;
    }

    .bubble-b {
        right: 2%;
    }

    .bubble-d {
        left: 58%;
    }

}

@media (max-width:760px) {
    .cards {
        grid-template-columns: 1fr;
    }

    .page-header nav a:not(.login-mini) {
        display: none;
    }

    .section {
        border-radius: 17px;
        padding: 22px;
    }

    .seo-wrap {
        width: min(100% - 24px,1180px);
        padding-top: 36px;
    }

}

@media (max-width:520px) {
    .facts {
        grid-template-columns: 1fr;
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }

}

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

    .bonus-bubble {
        animation: none !important;
    }

}

.page-shell .intro-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
    margin: 22px 0;
}

.page-shell .intro-stat {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(28,11,44,.7);
}

.page-shell .intro-stat small {
    display: block;
    color: #a996b6;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: 10px;
    margin-bottom: 7px;
}

.page-shell .intro-stat b {
    display: block;
    font-size: 17px;
}

.page-shell .toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0;
}

.page-shell .toc a {
    font-size: 12px;
    text-decoration: none;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(24,9,39,.7);
    color: #d7c9df;
}

.page-shell h3 {
    font-size: 20px;
    margin: 24px 0 10px;
}

.page-shell ul, .page-shell ol {
    color: var(--muted);
    line-height: 1.75;
    padding-left: 22px;
}

.page-shell li {
    margin: 6px 0;
}

.page-shell .faq {
    margin-top: 32px;
}

.page-shell .faq details {
    border-top: 1px solid var(--line);
    padding: 16px 0;
}

.page-shell .faq summary {
    cursor: pointer;
    font-weight: 800;
}

.page-shell .faq p {
    margin-top: 10px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
    margin-top: 16px;
}

.related-grid a {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(23,9,37,.6);
    text-decoration: none;
}

.related-grid b {
    display: block;
    margin-bottom: 6px;
}

.related-grid span {
    display: block;
    color: #9c8ba7;
    font-size: 13px;
    line-height: 1.45;
}

.page-shell blockquote {
    margin: 18px 0;
    padding: 18px 20px;
    border-left: 3px solid #b74cff;
    background: rgba(49,16,75,.25);
    border-radius: 0 14px 14px 0;
    color: #d7c8df;
    line-height: 1.65;
}

.page-shell .definition {
    padding: 16px 18px;
    border-radius: 15px;
    background: linear-gradient(135deg,rgba(98,30,147,.22),rgba(15,6,25,.86));
    border: 1px solid rgba(188,88,255,.26);
    margin: 16px 0;
}

.page-shell .definition b {
    color: #fff;
}

.page-shell .checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px 0;
}

.page-shell .checklist div {
    padding: 14px 15px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: rgba(20,8,32,.55);
    color: #cdbed5;
    line-height: 1.55;
}

.page-shell .checklist b {
    color: #fff;
}

.page-shell .article-note {
    font-size: 13px;
    color: #8f8098;
    border-top: 1px dashed var(--line);
    padding-top: 14px;
    margin-top: 18px;
}

.login-btn {
    background: linear-gradient(135deg,#b42cff,#6519e8 62%,#401093);
    border-color: #edc6ff;
    box-shadow: 0 0 0 1px rgba(255,255,255,.08),0 0 34px rgba(190,65,255,.76),0 12px 34px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.25);
}

@media (max-width:760px) {
    .page-shell .intro-grid {
        grid-template-columns: 1fr 1fr;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .page-shell .checklist {
        grid-template-columns: 1fr;
    }

}

.review-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 18px 0 22px;
}

.review-source {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px;
    background: rgba(20,8,32,.72);
}

.review-source.positive {
    box-shadow: inset 3px 0 0 rgba(156,255,191,.38);
}

.review-source.mixed {
    box-shadow: inset 3px 0 0 rgba(255,223,126,.38);
}

.review-source.negative {
    box-shadow: inset 3px 0 0 rgba(255,116,154,.38);
}

.review-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 10px;
}

.review-meta span {
    color: #9787a3;
    font-size: 12px;
}

.review-source p {
    margin: 0 !important;
    font-size: 14.5px !important;
}

.author-profiles {
    display: grid;
    gap: 14px;
}

.author-profile {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(22,8,36,.66);
}

.author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#c236ff,#6c20ee);
    font-weight: 950;
    font-size: 20px;
    box-shadow: 0 0 28px rgba(178,51,255,.25);
}

.author-profile h3 {
    margin: 0 0 5px;
}

.author-profile b {
    display: block;
    margin-bottom: 8px;
}

.author-profile p {
    margin: 0 0 12px !important;
}

.author-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.author-tags span {
    border: 1px solid var(--line);
    padding: 6px 9px;
    border-radius: 999px;
    color: #beaeca;
    font-size: 11px;
}

.byline-card {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(25,9,40,.62);
    margin-top: 30px;
}

.byline-card b {
    display: block;
    font-size: 14px;
}

.byline-card span {
    display: block;
    color: #94869d;
    font-size: 11px;
    margin-top: 4px;
}

.byline-card a {
    text-decoration: none;
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 9px 11px;
    color: #d9ccdf;
    font-size: 12px;
}

@media (max-width:760px) {
    .review-list {
        grid-template-columns: 1fr;
    }

    .review-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .author-profile {
        grid-template-columns: 1fr;
    }

    .byline-card {
        grid-template-columns: 1fr;
    }

}

/* ========================================================================== 
   V10: responsive hero composition and footer.
   Desktop artwork keeps its original full-bleed layout.
   On phones the illustration, bonuses and copy occupy separate flow rows.
   ========================================================================== */

.hero-visual,
.hero-art,
.hero-bonuses {
    display: contents;
}

.hero-title-line {
    display: inline;
}

.hero-btn:focus-visible,
.login-btn:focus-visible,
.hero-tags a:focus-visible,
.bonus-bubble:focus-visible,
.footer a:focus-visible {
    outline: 2px solid #efc5ff;
    outline-offset: 5px;
}

/* Footer: every navigation link is inside the same centered grid. */
.footer {
    border-top: 1px solid var(--line);
    background: #07020c;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(210px, 1.45fr) repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 2.8vw, 40px);
    align-items: start;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 40px 0 32px;
}

.footer-grid > * {
    min-width: 0;
}

.footer-brand img {
    display: block;
    width: 52px;
    height: auto;
}

.footer-brand p {
    max-width: 250px;
    margin: 14px 0 0;
    color: #a79aaf;
    font-size: 13px;
    line-height: 1.7;
}

.footer-column h4 {
    margin: 0 0 12px;
    color: #f3ecf8;
    font-size: 14px;
    line-height: 1.5;
}

.footer-column a {
    display: table;
    max-width: 100%;
    padding: 5px 0;
    color: #ac9eb6;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: color 0.2s;
}

.footer-column a:hover {
    color: #ffffff;
}

.legal {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    border-top: 1px solid var(--line);
    padding: 20px 0 max(28px, env(safe-area-inset-bottom));
    color: #92859c;
    font-size: 12px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

@media (max-width: 1000px) {
    .footer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .footer-brand {
        display: flex;
        grid-column: 1 / -1;
        align-items: center;
        gap: 18px;
    }

    .footer-brand p {
        max-width: 460px;
        margin: 0;
    }
}

@media (max-width: 900px) {
    .hero {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        overflow: hidden;
        background: #090313;
    }

    .hero::after {
        display: none;
    }

    .hero-header {
        position: relative;
        flex: 0 0 auto;
        inset: auto;
        padding: max(16px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) 10px max(22px, env(safe-area-inset-left));
    }

    .hero-header .brand img {
        display: block;
        width: 46px;
        height: auto;
    }

    .hero-header .brand span {
        display: none;
    }

    .hero-header .login-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 19px;
        border-radius: 15px;
        font-size: 14px;
    }

    .hero-visual {
        position: relative;
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
        min-width: 0;
        z-index: 0;
    }

    .hero-art {
        position: relative;
        display: block;
        flex: 1 0 210px;
        min-height: 210px;
        overflow: hidden;
        isolation: isolate;
    }

    .hero-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
        transform: none;
        z-index: 0;
    }

    .hero-art::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #090313 0%, rgba(9, 3, 19, 0) 16%, rgba(9, 3, 19, 0) 64%, #090313 100%);
        pointer-events: none;
        z-index: 1;
    }

    .hero-bonuses {
        position: relative;
        display: grid;
        flex: 0 0 auto;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: center;
        gap: 12px;
        width: min(480px, calc(100% - 44px));
        margin: 0 auto;
        padding: 4px 0 0;
        z-index: 2;
    }

    .hero .bonus-bubble {
        position: relative;
        display: flex;
        inset: auto;
        width: 100%;
        min-width: 0;
        height: auto;
        aspect-ratio: 1;
        margin: 0;
        padding: 8px 3px;
        animation: none;
        transform: none;
        will-change: auto;
        backdrop-filter: none;
        font-family: inherit;
        box-shadow: inset 0 0 16px rgba(240, 189, 255, 0.14), inset 0 0 28px rgba(184, 57, 255, 0.24), 0 0 15px rgba(154, 45, 255, 0.35);
    }

    .hero .bonus-bubble small {
        font-size: clamp(6px, 1.8vw, 8px);
        line-height: 1.2;
        letter-spacing: 0.09em;
    }

    .hero .bonus-bubble strong {
        margin: 4px 0 3px;
        font-size: clamp(17px, 4.9vw, 25px);
        line-height: 1;
        white-space: nowrap;
    }

    .hero .bonus-bubble span {
        font-size: clamp(7px, 2vw, 10px);
        line-height: 1.2;
        white-space: nowrap;
    }

    .hero .bubble-b strong,
    .hero .bubble-c strong {
        font-size: clamp(14px, 4.15vw, 22px);
    }

    .hero .bubble-c {
        order: 4;
    }

    .hero .bubble-d {
        order: 3;
    }

    .hero-stage {
        position: relative;
        display: block;
        flex: 0 0 auto;
        min-height: 0;
        padding: 24px max(22px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left));
    }

    .hero-copy {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        padding: 0;
    }

    .hero-copy .eyebrow {
        display: block;
        margin: 0 0 16px;
        font-size: clamp(8px, 2.3vw, 11px);
        line-height: 1.5;
        letter-spacing: 0.2em;
    }

    .hero-copy h1 {
        max-width: 100%;
        margin: 0 0 18px;
        font-size: clamp(44px, 12vw, 60px);
        line-height: 0.96;
        letter-spacing: -0.05em;
        text-wrap: initial;
    }

    .hero-title-line {
        display: block;
    }

    .hero-copy h1 em {
        margin-top: 12px;
        font-size: clamp(14px, 3.9vw, 19px);
        line-height: 1.3;
        letter-spacing: 0;
    }

    .hero-lead {
        max-width: 100%;
        margin: 0;
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
        gap: 10px;
        margin-top: 22px;
    }

    .hero-btn {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        gap: 12px;
        padding: 14px 16px;
        border-radius: 16px;
        font-size: 15px;
    }

    .hero-btn span {
        flex: 0 0 auto;
        font-size: 22px;
    }

    .hero-btn:hover,
    .hero-header .login-btn:hover {
        transform: none;
    }

    .hero-tags {
        gap: 8px;
        margin-top: 14px;
    }

    .hero-tags a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 7px 11px;
        font-size: 11px;
    }

    .scroll-cue {
        display: none;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
        width: calc(100% - 40px);
        padding: 30px 0 24px;
    }

    .footer-brand {
        align-items: flex-start;
        gap: 16px;
    }

    .footer-brand img {
        flex-shrink: 0;
        width: 46px;
    }

    .footer-brand p {
        font-size: 12px;
    }

    .footer-column h4 {
        margin-bottom: 10px;
    }

    .footer-column a {
        padding: 7px 0;
        font-size: 13px;
    }

    .legal {
        width: calc(100% - 40px);
        padding-top: 18px;
        font-size: 11px;
    }
}

/* Short phones: shrink spacing, never overlay or truncate content. */
@media (max-width: 900px) and (max-height: 740px) {
    .hero-header {
        padding-top: max(12px, env(safe-area-inset-top));
        padding-bottom: 6px;
    }

    .hero-header .brand img {
        width: 42px;
    }

    .hero-art {
        flex-basis: 156px;
        min-height: 156px;
    }

    .hero-stage {
        padding-top: 18px;
        padding-bottom: max(20px, env(safe-area-inset-bottom));
    }

    .hero-copy .eyebrow {
        margin-bottom: 12px;
    }

    .hero-copy h1 {
        margin-bottom: 14px;
        font-size: clamp(40px, 11.5vw, 48px);
    }

    .hero-copy h1 em {
        margin-top: 10px;
    }

    .hero-lead {
        font-size: 14px;
        line-height: 1.5;
    }

    .hero-actions {
        margin-top: 18px;
    }

    .hero-btn {
        min-height: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .hero-tags {
        margin-top: 12px;
    }
}

@media (max-width: 360px) {
    .hero-header {
        padding-right: max(18px, env(safe-area-inset-right));
        padding-left: max(18px, env(safe-area-inset-left));
    }

    .hero-bonuses {
        width: calc(100% - 36px);
        gap: 8px;
    }

    .hero-stage {
        padding-right: max(18px, env(safe-area-inset-right));
        padding-left: max(18px, env(safe-area-inset-left));
    }

    .hero-btn {
        gap: 8px;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 13px;
    }

    .hero-btn span {
        font-size: 19px;
    }

    .hero-tags {
        gap: 6px;
    }

    .hero-tags a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 10px;
    }

    .fact strong {
        overflow-wrap: anywhere;
    }
}

/* Preserve the compact header and keep long factual values inside their cards. */
@media (max-width: 760px) {
    .page-header .brand span {
        display: none;
    }

    .page-shell .intro-stat,
    .fact,
    .card {
        min-width: 0;
    }

    .page-shell .intro-stat b,
    .fact strong {
        overflow-wrap: anywhere;
    }
}

/* A compact single-line title leaves both main buttons visible on small phones. */
@media (max-width: 900px) and (max-height: 640px) and (orientation: portrait) {
    .hero-art {
        flex-basis: 132px;
        min-height: 132px;
    }

    .hero-stage {
        padding-top: 14px;
        padding-bottom: max(16px, env(safe-area-inset-bottom));
    }

    .hero-copy .eyebrow {
        margin-bottom: 10px;
    }

    .hero-copy h1 {
        margin-bottom: 12px;
        font-size: clamp(34px, 10.2vw, 42px);
        line-height: 1;
    }

    .hero-title-line {
        display: inline;
    }

    .hero-copy h1 em {
        margin-top: 8px;
        font-size: 13px;
    }

    .hero-lead {
        font-size: 13.5px;
        line-height: 1.5;
    }

    .hero-actions {
        margin-top: 16px;
    }

    .hero-btn {
        min-height: 46px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hero-tags {
        margin-top: 10px;
    }

    .hero-tags a {
        min-height: 30px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* Landscape phones: use two columns rather than a very tall portrait layout. */
@media (max-width: 1100px) and (max-height: 550px) and (orientation: landscape) {
    .hero {
        display: block;
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
    }

    .hero::after {
        display: none;
    }

    .hero-header {
        position: absolute;
        inset: 0 0 auto;
        padding: max(12px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) 0 max(22px, env(safe-area-inset-left));
    }

    .hero-header .brand img {
        width: 42px;
    }

    .hero-header .brand span {
        display: none;
    }

    .hero-visual {
        position: absolute;
        inset: 0 0 0 52%;
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding-top: max(60px, calc(env(safe-area-inset-top) + 52px));
        padding-bottom: 20px;
        z-index: 0;
    }

    .hero-art {
        position: relative;
        display: block;
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .hero-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
        transform: none;
        z-index: 0;
    }

    .hero-art::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #090313 0%, transparent 22%, transparent 55%, #090313 100%), linear-gradient(90deg, #090313, transparent 18%);
        z-index: 1;
    }

    .hero-bonuses {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        width: calc(100% - 44px);
        max-width: 376px;
        margin: 0 auto;
        padding: 0;
    }

    .hero .bonus-bubble {
        position: relative;
        display: flex;
        inset: auto;
        width: 100%;
        height: auto;
        min-width: 0;
        margin: 0;
        padding: 8px 3px;
        animation: none;
        transform: none;
        box-shadow: inset 0 0 16px rgba(240, 189, 255, 0.14), 0 0 12px rgba(154, 45, 255, 0.3);
    }

    .hero .bonus-bubble small {
        font-size: 7px;
    }

    .hero .bonus-bubble strong {
        margin: 3px 0;
        font-size: clamp(13px, 2.3vw, 19px);
        white-space: nowrap;
    }

    .hero .bubble-b strong,
    .hero .bubble-c strong {
        font-size: clamp(11px, 1.9vw, 15px);
    }

    .hero .bonus-bubble span {
        font-size: 8px;
    }

    .hero-stage {
        display: flex;
        align-items: center;
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        pointer-events: none;
        padding: 78px max(22px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left));
    }

    .hero-copy {
        width: 49%;
        max-width: none;
        pointer-events: auto;
        margin: 0;
        padding: 0;
    }

    .hero-copy .eyebrow {
        margin: 0 0 10px;
        font-size: 8px;
        line-height: 1.4;
        letter-spacing: 0.1em;
    }

    .hero-copy h1 {
        margin: 0 0 12px;
        font-size: clamp(32px, 4.8vw, 46px);
        line-height: 1;
        text-wrap: initial;
    }

    .hero-title-line {
        display: inline;
    }

    .hero-copy h1 em {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.3;
    }

    .hero-lead {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.45;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
        gap: 8px;
        margin-top: 16px;
    }

    .hero-btn {
        width: 100%;
        min-width: 0;
        min-height: 46px;
        gap: 8px;
        padding: 10px 12px;
        font-size: 13px;
    }

    .hero-btn span {
        font-size: 18px;
    }

    .hero-tags {
        gap: 6px;
        margin-top: 12px;
    }

    .hero-tags a {
        min-height: 30px;
        padding: 6px 8px;
        font-size: 10px;
    }

    .scroll-cue {
        display: none;
    }
}

/* Respect reduced motion for button interactions as well as floating objects. */
@media (prefers-reduced-motion: reduce) {
    .hero-btn,
    .login-btn,
    .bonus-bubble {
        transition: none;
    }

    .hero-btn:hover,
    .login-btn:hover {
        transform: none;
    }
}
