﻿:root {
    --zr-ink: #080712;
    --zr-surface: #111020;
    --zr-surface-2: #19172c;
    --zr-gold: #e6bd62;
    --zr-gold-light: #f6d98e;
    --zr-purple: #936cf2;
    --zr-mist: #efeefa;
    --zr-muted: #aaa7bd;
    --zr-line: rgba(239, 238, 250, .13);
    --zr-ok: #96d8bd;
    --zr-radius: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    margin: 0;
    background: var(--zr-ink);
    color: var(--zr-mist);
    font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

button {
    font: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 2px solid var(--zr-gold);
    outline-offset: 4px;
}

.zr-shell {
    width: min(1160px, calc(100% - 40px));
    margin: auto;
}

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

.zr-skip-link {
    background: var(--zr-gold);
    color: #22190a;
    font-weight: 800;
    left: 16px;
    padding: 8px 14px;
    position: fixed;
    top: -48px;
    z-index: 1000;
}

.zr-skip-link:focus {
    top: 16px;
}

.zr-header {
    background: rgba(8, 7, 18, .9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent;
    position: sticky;
    top: 0;
    z-index: 40;
}

.zr-header.is-scrolled {
    border-color: var(--zr-line);
    box-shadow: 0 8px 30px #0004;
}

.zr-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zr-brand {
    color: #fff;
    display: inline-flex;
    align-items: center;
    font: 700 1.38rem Georgia, serif;
    letter-spacing: -.04em;
}

.zr-brand__gem {
    color: var(--zr-gold);
    font: 1.05rem Arial;
    margin-right: 8px;
    text-shadow: 0 0 17px #e6bd6288;
}

.zr-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.zr-nav a {
    color: #d2cfdf;
    font-size: .88rem;
    font-weight: 700;
    position: relative;
}

.zr-nav a:not(.zr-nav__start)::after {
    background: var(--zr-gold);
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: .2s;
    width: 100%;
}

.zr-nav a:hover::after,
.zr-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.zr-nav__start {
    background: linear-gradient(135deg, var(--zr-gold-light), var(--zr-gold));
    border-radius: 7px;
    color: #201707 !important;
    padding: 8px 14px;
}

.zr-menu-toggle {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: none;
    padding: 8px;
}

.zr-menu-toggle span:not(.zr-visually-hidden) {
    background: var(--zr-mist);
    display: block;
    height: 2px;
    margin: 5px;
    width: 24px;
}

.zr-hero {
    background: radial-gradient(circle at 77% 31%, #7e57dc4f, transparent 25%), radial-gradient(circle at 15% 82%, #cf98311f, transparent 22%), var(--zr-ink);
    min-height: 615px;
    overflow: hidden;
    padding: 76px 0 70px;
    position: relative;
}

.zr-hero::after {
    background-image: linear-gradient(#fff1 1px, transparent 1px), linear-gradient(90deg, #fff1 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(#000, transparent);
    position: absolute;
}

.zr-hero__grid {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1.08fr .92fr;
    position: relative;
    z-index: 1;
}

.zr-hero__content {
    max-width: 680px;
}

.zr-eyebrow {
    color: var(--zr-gold);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .14em;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.zr-eyebrow span {
    font-size: 1rem;
    margin-right: 5px;
}

.zr-hero h1 {
    font: 700 clamp(2.55rem, 5.2vw, 4.7rem)/1.04 Georgia, serif;
    letter-spacing: -.055em;
    margin: 0;
}

.zr-hero__lead {
    color: #d4d0e0;
    font-size: 1.08rem;
    line-height: 1.75;
    margin: 24px 0 10px;
}

.zr-hero__trust {
    color: var(--zr-ok);
    font-size: .93rem;
    margin: 0;
}

.zr-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
}

.zr-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    letter-spacing: .01em;
    padding: 12px 17px;
    text-align: center;
    transition: .2s;
}

.zr-button:hover {
    transform: translateY(-2px);
}

.zr-button--gold {
    background: linear-gradient(135deg, var(--zr-gold-light), var(--zr-gold));
    box-shadow: 0 8px 25px #e6bd6229;
    color: #231706;
}

.zr-button--outline {
    border-color: #e6bd628f;
    color: var(--zr-gold-light);
    width: 100%;
}

.zr-button--outline:hover {
    background: #e6bd6217;
    border-color: var(--zr-gold-light);
}

.zr-button--quiet {
    background: transparent;
    border-color: var(--zr-line);
    color: var(--zr-mist);
}

.zr-button--quiet:hover {
    background: #fff1a;
}

.zr-button--small {
    font-size: .76rem;
    padding: 8px 12px;
}

.zr-text-link {
    color: var(--zr-gold-light);
    font-size: .9rem;
    font-weight: 800;
}

.zr-text-link:hover {
    color: #fff;
    text-decoration: underline;
}

.zr-age-note {
    border-left: 2px solid var(--zr-gold);
    color: #a9a5ba;
    font-size: .78rem;
    line-height: 1.5;
    margin: 31px 0 0;
    padding-left: 11px;
}

.zr-age-note strong {
    color: var(--zr-gold);
}

.zr-hero__art {
    height: 420px;
    isolation: isolate;
    position: relative;
}

.zr-orbit {
    border: 1px solid #dfd1ff26;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zr-orbit--one {
    height: 380px;
    width: 380px;
}

.zr-orbit--two {
    border-color: #e6bd622b;
    height: 290px;
    width: 290px;
}

.zr-card-fan {
    align-items: center;
    background: linear-gradient(135deg, #faf9ff, #d8d3ed);
    border: 1px solid #ffffffa6;
    border-radius: 12px;
    box-shadow: 0 17px 45px #0006;
    color: #25183e;
    display: flex;
    font: 700 2.6rem Georgia, serif;
    height: 205px;
    justify-content: space-between;
    padding: 14px;
    position: absolute;
    width: 137px;
}

.zr-card-fan span {
    align-self: flex-end;
    color: #8a2d4d;
    font-size: 2rem;
}

.zr-card-fan--a {
    left: 23%;
    top: 113px;
    transform: rotate(-23deg);
}

.zr-card-fan--b {
    left: 40%;
    top: 70px;
    transform: rotate(-1deg);
    z-index: 2;
}

.zr-card-fan--c {
    left: 57%;
    top: 115px;
    transform: rotate(23deg);
}

.zr-coin {
    align-items: center;
    background: radial-gradient(circle at 33% 30%, #ffe6a3, #d49a27 48%, #7a4413);
    border: 4px solid #f5cf6e;
    border-radius: 50%;
    box-shadow: 0 12px 25px #0005, inset 0 0 0 2px #54300666;
    color: #62400d;
    display: flex;
    font: 900 1.3rem Georgia, serif;
    height: 61px;
    justify-content: center;
    position: absolute;
    width: 61px;
    z-index: 3;
}

.zr-coin--one {
    left: 19%;
    top: 81px;
}

.zr-coin--two {
    bottom: 49px;
    right: 14%;
}

.zr-hero__seal {
    align-items: center;
    background: #171229d9;
    border: 1px solid #e6bd6273;
    border-radius: 50%;
    bottom: 3px;
    color: var(--zr-gold-light);
    display: flex;
    flex-direction: column;
    font-size: .42rem;
    font-weight: 700;
    height: 88px;
    justify-content: center;
    letter-spacing: .1em;
    position: absolute;
    right: 23%;
    transform: rotate(12deg);
    width: 88px;
    z-index: 4;
}

.zr-hero__seal strong {
    font: 700 1.5rem Georgia, serif;
    line-height: 1.2;
}

.zr-section {
    padding: 94px 0;
}

.zr-section--offers {
    background: #0c0b18;
}

.zr-section--tinted {
    background: linear-gradient(110deg, #121022, #17132a);
}

.zr-section--onboarding {
    background: linear-gradient(120deg, #6745b43d, #111020b3), #121021;
}

.zr-section-heading {
    align-items: end;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 36px;
}

.zr-section-heading>div {
    max-width: 580px;
}

.zr-section-heading>p {
    color: var(--zr-muted);
    font-size: .91rem;
    line-height: 1.7;
    margin: 0;
    max-width: 370px;
}

.zr-section h2 {
    font: 700 clamp(2rem, 3.6vw, 3.1rem)/1.1 Georgia, serif;
    letter-spacing: -.04em;
    margin: 0;
}

.zr-offer-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
}

.zr-offer-card {
    background: linear-gradient(145deg, #211e35f0, #121020f0);
    border: 1px solid var(--zr-line);
    border-radius: var(--zr-radius);
    display: flex;
    flex-direction: column;
    min-height: 405px;
    padding: 21px;
    position: relative;
    transition: .2s;
}

.zr-offer-card:hover {
    border-color: #e6bd6280;
    box-shadow: 0 22px 65px #0007;
    transform: translateY(-5px);
}

.zr-offer-card--featured {
    border-color: #e6bd627a;
}

.zr-ribbon {
    background: var(--zr-gold);
    border-radius: 0 14px 0 8px;
    color: #2c1f09;
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 6px 9px;
    position: absolute;
    right: 0;
    top: 0;
}

.zr-offer-card__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 48px;
}

.zr-casino-logo {
    align-items: center;
    border: 1px solid #fff2;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-style: italic;
    font-weight: 950;
    line-height: .9;
    min-height: 40px;
    padding: 9px 10px;
}

.zr-casino-logo span {
    font-size: .48rem;
    font-style: normal;
    margin-left: 2px;
}

.zr-casino-logo--super {
    background: #171c29;
}

.zr-casino-logo--super span {
    color: #e52432;
}

.zr-casino-logo--365 {
    background: #08733a;
    border-color: #20a366;
}

.zr-casino-logo--volcano {
    background: #3d1723;
    color: #f5d05d;
}

.zr-casino-logo--star {
    background: #242356;
    color: #f2d66e;
}

.zr-score {
    color: var(--zr-gold-light);
    font-size: .75rem;
    font-weight: 800;
}

.zr-score span {
    display: block;
    font-size: .61rem;
    letter-spacing: -1px;
}

.zr-offer-card h3 {
    font: 1.53rem Georgia, serif;
    margin: 21px 0 3px;
}

.zr-bonus-tag {
    color: var(--zr-ok);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 16px;
}

.zr-offer-card>p:not(.zr-bonus-tag):not(.zr-card-disclaimer) {
    color: #c1bdcd;
    font-size: .84rem;
    line-height: 1.62;
    margin: 0;
}

.zr-card-disclaimer {
    color: #898597;
    font-size: .69rem;
    line-height: 1.45;
    margin: 17px 0;
}

.zr-offer-card .zr-button {
    margin-top: auto;
}

.zr-affiliate-note {
    border-top: 1px solid var(--zr-line);
    color: #908c9e;
    font-size: .76rem;
    margin-top: 30px;
    padding-top: 18px;
}

.zr-affiliate-note span {
    color: var(--zr-gold);
    font-size: 1rem;
    margin-right: 5px;
}

.zr-split-layout {
    align-items: center;
    display: grid;
    gap: clamp(35px, 7vw, 100px);
    grid-template-columns: .9fr 1fr;
}

.zr-live-visual {
    background: radial-gradient(circle at 50% 48%, #4d3173, #171127 62%);
    border: 1px solid #e6bd6240;
    border-radius: 28px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.zr-live-visual::before {
    border: 1px solid #fff2;
    border-radius: 50%;
    content: "";
    height: 480px;
    left: 50%;
    position: absolute;
    top: -190px;
    transform: translateX(-50%);
    width: 480px;
}

.zr-live-visual__table {
    background: radial-gradient(ellipse, #24856d, #0c3e36 58%, #072821 59%, #173725 65%, transparent 66%);
    border-radius: 50%;
    bottom: -195px;
    height: 420px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 680px;
}

.zr-live-visual__dealer {
    align-items: center;
    background: linear-gradient(145deg, #f0c7a8, #8e594d);
    border: 4px solid #e6bd62;
    border-radius: 50%;
    box-shadow: 0 7px 25px #0006;
    color: #351e39;
    display: flex;
    font-size: 3.4rem;
    height: 106px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 72px;
    transform: translateX(-50%);
    width: 106px;
}

.zr-chip {
    align-items: center;
    background: #a04e75;
    border: 4px dashed #f9d9ba;
    border-radius: 50%;
    color: #f9e9df;
    display: flex;
    font-size: .7rem;
    font-weight: 800;
    height: 52px;
    justify-content: center;
    position: absolute;
    width: 52px;
}

.zr-chip--a {
    bottom: 83px;
    left: 27%;
}

.zr-chip--b {
    background: #d2a331;
    bottom: 49px;
    right: 24%;
    transform: rotate(23deg);
}

.zr-live-visual__label {
    bottom: 27px;
    color: #e9c76b;
    font: 700 1.05rem/.85 Georgia, serif;
    left: 29px;
    letter-spacing: .12em;
    position: absolute;
}

.zr-live-visual__label span {
    color: #e7e1f1;
    font-size: .64rem;
}

.zr-copy-block p,
.zr-copy-wide p {
    color: #bdb9ca;
    margin: 17px 0 0;
}

.zr-copy-wide {
    max-width: 850px;
}

.zr-payment-layout {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: 1.15fr .85fr;
}

.zr-payment-panel {
    background: linear-gradient(145deg, #292243, #17162b);
    border: 1px solid #e6bd624d;
    border-radius: 20px;
    box-shadow: 0 22px 65px #0007;
    overflow: hidden;
    padding: 29px;
    position: relative;
}

.zr-payment-panel__glow {
    background: #724cbb;
    border-radius: 50%;
    filter: blur(60px);
    height: 170px;
    opacity: .25;
    position: absolute;
    right: -70px;
    top: -70px;
    width: 170px;
}

.zr-payment-panel p {
    color: var(--zr-gold-light);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .14em;
    margin: 0;
}

.zr-payment-icons {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    margin: 16px 0 20px;
}

.zr-payment-icons span {
    background: #fff1;
    border: 1px solid var(--zr-line);
    border-radius: 6px;
    color: #e4e0ee;
    font-size: .66rem;
    font-weight: 800;
    padding: 10px;
    text-align: center;
}

.zr-payment-panel ul {
    border-top: 1px solid var(--zr-line);
    list-style: none;
    margin: 0;
    padding: 15px 0;
}

.zr-payment-panel li {
    color: #d1ccdb;
    font-size: .8rem;
    margin: 7px 0;
}

.zr-payment-panel li span {
    color: var(--zr-ok);
    font-weight: 900;
    margin-right: 7px;
}

.zr-payment-panel small {
    color: #9793a6;
    font-size: .65rem;
}

.zr-trust-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.zr-trust-grid article {
    border-left: 1px solid #e6bd6273;
    padding: 5px 17px;
}

.zr-trust-icon {
    color: var(--zr-gold);
    display: block;
    font-size: 1.7rem;
}

.zr-trust-grid h3 {
    font-size: 1rem;
    margin: 8px 0;
}

.zr-trust-grid p {
    color: var(--zr-muted);
    font-size: .82rem;
    line-height: 1.6;
    margin: 0;
}

.zr-steps {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.zr-steps li {
    border-top: 1px solid #e6bd627a;
    padding: 18px 7px;
}

.zr-steps li>span {
    color: var(--zr-gold);
    font: 1.35rem Georgia, serif;
}

.zr-steps h3 {
    font-size: 1rem;
    margin: 13px 0 5px;
}

.zr-steps p {
    color: #b6b2c2;
    font-size: .82rem;
    line-height: 1.58;
    margin: 0;
}

.zr-faq {
    background: #0d0c19;
}

.zr-faq-list {
    margin-top: 31px;
}

.zr-faq-list details {
    border-bottom: 1px solid var(--zr-line);
    padding: 0;
}

.zr-faq-list summary {
    color: #e7e3f0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 750;
    list-style: none;
    padding: 17px 31px 17px 0;
    position: relative;
}

.zr-faq-list summary::-webkit-details-marker {
    display: none;
}

.zr-faq-list summary::after {
    color: var(--zr-gold);
    content: "+";
    font-size: 1.4rem;
    font-weight: 400;
    position: absolute;
    right: 5px;
    top: 12px;
}

.zr-faq-list details[open] summary::after {
    content: "−";
}

.zr-faq-list p {
    color: #bcb8c8;
    font-size: .9rem;
    margin: 0 0 18px;
    max-width: 750px;
}

.zr-footer {
    background: #06050d;
    border-top: 1px solid var(--zr-line);
    padding: 59px 0 25px;
}

.zr-footer__top {
    display: grid;
    gap: 45px;
    grid-template-columns: 1.35fr .8fr 1fr;
    padding-bottom: 42px;
}

.zr-footer__top p {
    color: #9995a9;
    font-size: .82rem;
    line-height: 1.65;
    margin: 15px 0;
    max-width: 360px;
}

.zr-footer__email {
    color: var(--zr-gold-light);
    font-size: .85rem;
    font-weight: 750;
}

.zr-footer h2 {
    color: #ddd8e8;
    font-size: .77rem;
    letter-spacing: .1em;
    margin: 2px 0 14px;
    text-transform: uppercase;
}

.zr-footer nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.zr-footer nav a,
.zr-footer__top>div:last-child>a {
    color: #aaa6ba;
    font-size: .81rem;
}

.zr-footer nav a:hover,
.zr-footer__top>div:last-child>a:hover {
    color: var(--zr-gold-light);
}

.zr-footer__bottom {
    align-items: end;
    border-top: 1px solid var(--zr-line);
    display: flex;
    gap: 25px;
    justify-content: space-between;
    padding-top: 21px;
}

.zr-footer__bottom p {
    color: #777386;
    font-size: .72rem;
    margin: 0;
}

.zr-badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zr-badge {
    align-items: center;
    border: 1px solid #efeefa45;
    border-radius: 5px;
    color: #aaa5b8;
    display: flex;
    font-size: .49rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.12;
    min-height: 31px;
    padding: 4px 8px;
    text-align: center;
}

.zr-badge--age {
    border-color: #e6bd62cc;
    color: var(--zr-gold-light);
    font-size: .9rem;
    min-width: 35px;
}

.zr-badge--authority {
    font-size: .46rem;
}

.zr-scroll-top {
    background: var(--zr-gold);
    border: 0;
    border-radius: 50%;
    bottom: 23px;
    box-shadow: 0 7px 20px #0005;
    color: #261a09;
    cursor: pointer;
    font-size: 1.2rem;
    height: 42px;
    opacity: 0;
    position: fixed;
    right: 23px;
    transform: translateY(12px);
    transition: .2s;
    visibility: hidden;
    width: 42px;
    z-index: 30;
}

.zr-scroll-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.zr-age-modal {
    align-items: center;
    background: #030309d6;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 18px;
    position: fixed;
    z-index: 100;
}

.zr-age-modal[hidden],
.zr-cookie-banner[hidden] {
    display: none;
}

.zr-age-modal__box {
    background: linear-gradient(145deg, #24203b, #11101e);
    border: 1px solid #e6bd6280;
    border-radius: 18px;
    box-shadow: 0 22px 70px #000a;
    max-width: 465px;
    padding: 35px;
    text-align: center;
}

.zr-age-modal__mark {
    align-items: center;
    border: 2px solid var(--zr-gold);
    border-radius: 50%;
    color: var(--zr-gold-light);
    display: flex;
    font: 700 1.3rem Georgia, serif;
    height: 57px;
    justify-content: center;
    margin: 0 auto 17px;
    width: 57px;
}

.zr-age-modal h2 {
    font: 700 2rem Georgia, serif;
    letter-spacing: -.04em;
    margin: 0;
}

.zr-age-modal__box>p:not(.zr-eyebrow) {
    color: #c4c0cf;
    font-size: .92rem;
    margin: 12px 0 23px;
}

.zr-age-modal__buttons {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.zr-age-modal__box small {
    color: #938fa1;
    display: block;
    font-size: .67rem;
    margin-top: 16px;
}

.zr-cookie-banner {
    align-items: center;
    background: #211d35;
    border: 1px solid #e6bd624d;
    border-radius: 11px;
    bottom: 16px;
    box-shadow: 0 22px 65px #0007;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    left: 50%;
    max-width: 800px;
    padding: 13px 15px;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 50;
}

.zr-cookie-banner p {
    color: #bcb8c8;
    font-size: .73rem;
    line-height: 1.5;
    margin: 0;
}

.zr-cookie-banner strong {
    color: #f1edf8;
    display: block;
}

.zr-cookie-banner a {
    color: var(--zr-gold-light);
    text-decoration: underline;
}

.zr-cookie-banner>div {
    display: flex;
    gap: 7px;
    flex-shrink: 0;
}

.zr-page-hero {
    background: radial-gradient(circle at 80% 0, #7350c54a, transparent 29%), #0d0b19;
    border-bottom: 1px solid var(--zr-line);
    padding: 68px 0 57px;
}

.zr-breadcrumbs {
    color: #aaa5b7;
    font-size: .77rem;
    margin: 0 0 25px;
}

.zr-breadcrumbs a {
    color: var(--zr-gold-light);
}

.zr-breadcrumbs span {
    margin: 0 8px;
}

.zr-page-hero h1 {
    font: 700 clamp(2.35rem, 5vw, 4.15rem)/1.07 Georgia, serif;
    letter-spacing: -.05em;
    margin: 0;
    max-width: 780px;
}

.zr-page-hero__lead {
    color: #c4bfce;
    font-size: 1.02rem;
    margin: 17px 0 0;
    max-width: 670px;
}

.zr-legal-layout {
    display: grid;
    gap: 55px;
    grid-template-columns: 190px minmax(0, 740px);
    padding: 68px 0 90px;
}

.zr-legal-aside {
    align-self: start;
    border-left: 1px solid var(--zr-line);
    position: sticky;
    top: 100px;
}

.zr-legal-aside a {
    color: #aaa5b7;
    display: block;
    font-size: .77rem;
    line-height: 1.35;
    padding: 7px 13px;
}

.zr-legal-aside a:hover {
    color: var(--zr-gold-light);
}

.zr-legal-article section {
    border-bottom: 1px solid var(--zr-line);
    padding: 0 0 28px;
}

.zr-legal-article section+section {
    padding-top: 32px;
}

.zr-legal-article h2 {
    color: #f0edf7;
    font: 1.7rem/1.2 Georgia, serif;
    letter-spacing: -.03em;
    margin: 0 0 13px;
}

.zr-legal-article p,
.zr-legal-article li {
    color: #bdb9c7;
    font-size: .92rem;
}

.zr-legal-article p {
    margin: 0 0 13px;
}

.zr-legal-article ul {
    margin: 10px 0;
    padding-left: 20px;
}

.zr-legal-article a {
    color: var(--zr-gold-light);
    text-decoration: underline;
}

.zr-legal-notice {
    background: #936cf217;
    border-left: 2px solid var(--zr-purple);
    color: #c9c1df;
    font-size: .83rem;
    margin-top: 33px;
    padding: 15px 17px;
}

.zr-error-main {
    align-items: center;
    display: flex;
    min-height: calc(100vh - 406px);
    padding: 85px 0;
    text-align: center;
}

.zr-error-box {
    margin: auto;
    max-width: 700px;
}

.zr-error-code {
    color: var(--zr-gold);
    font: 700 clamp(6rem, 17vw, 12rem)/.8 Georgia, serif;
    letter-spacing: -.12em;
    margin: 0;
}

.zr-error-box h1 {
    font: 700 clamp(2rem, 4vw, 3rem) Georgia, serif;
    letter-spacing: -.04em;
    margin: 26px 0 10px;
}

.zr-error-box p {
    color: #bdb9c9;
    margin: 0 auto 26px;
    max-width: 520px;
}

@media(max-width:860px) {
    .zr-nav {
        background: #121021;
        border: 1px solid var(--zr-line);
        border-radius: 12px;
        box-shadow: 0 22px 65px #0007;
        display: none;
        flex-direction: column;
        gap: 0;
        left: 20px;
        padding: 10px;
        position: absolute;
        right: 20px;
        top: 69px
    }

    .zr-nav.is-open {
        display: flex
    }

    .zr-nav a {
        padding: 10px;
        width: 100%
    }

    .zr-nav a:not(.zr-nav__start)::after {
        display: none
    }

    .zr-nav__start {
        text-align: center
    }

    .zr-menu-toggle {
        display: block
    }

    .zr-hero {
        padding-top: 59px
    }

    .zr-hero__grid,
    .zr-split-layout,
    .zr-payment-layout {
        grid-template-columns: 1fr
    }

    .zr-hero__art {
        height: 355px;
        margin: auto;
        max-width: 520px;
        width: 100%
    }

    .zr-offer-grid {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .zr-section-heading>p {
        max-width: 600px
    }

    .zr-trust-grid,
    .zr-steps {
        grid-template-columns: repeat(2, 1fr)
    }

    .zr-footer__top {
        grid-template-columns: 1fr 1fr
    }

    .zr-footer__top>div:first-child {
        grid-column: 1/-1
    }

    .zr-legal-layout {
        gap: 35px;
        grid-template-columns: 1fr;
        padding-top: 42px
    }

    .zr-legal-aside {
        display: flex;
        flex-wrap: wrap;
        position: static
    }

    .zr-legal-aside a {
        padding: 7px 10px
    }

    .zr-page-hero {
        padding: 51px 0 43px
    }
}

@media(max-width:560px) {
    .zr-shell {
        width: min(100% - 32px, 1160px)
    }

    .zr-header__inner {
        min-height: 67px
    }

    .zr-brand {
        font-size: 1.22rem
    }

    .zr-hero {
        min-height: auto;
        padding-bottom: 50px
    }

    .zr-hero h1 {
        font-size: 2.45rem
    }

    .zr-hero__lead {
        font-size: .97rem
    }

    .zr-hero__art {
        height: 285px;
        margin-top: -5px;
        transform: scale(.86);
        transform-origin: top center;
        width: 116%
    }

    .zr-orbit--one {
        height: 330px;
        width: 330px
    }

    .zr-orbit--two {
        height: 250px;
        width: 250px
    }

    .zr-card-fan {
        height: 180px;
        width: 120px
    }

    .zr-card-fan--a {
        left: 14%;
        top: 86px
    }

    .zr-card-fan--b {
        left: 37%;
        top: 44px
    }

    .zr-card-fan--c {
        left: 60%;
        top: 89px
    }

    .zr-coin--one {
        left: 10%;
        top: 57px
    }

    .zr-coin--two {
        bottom: 34px;
        right: 9%
    }

    .zr-hero__seal {
        bottom: 1px;
        right: 20%
    }

    .zr-section {
        padding: 66px 0
    }

    .zr-section h2 {
        font-size: 2rem
    }

    .zr-offer-grid,
    .zr-trust-grid,
    .zr-steps {
        grid-template-columns: 1fr
    }

    .zr-offer-card {
        min-height: 350px
    }

    .zr-live-visual {
        height: 300px
    }

    .zr-live-visual__table {
        bottom: -225px
    }

    .zr-live-visual__dealer {
        height: 85px;
        top: 43px;
        width: 85px
    }

    .zr-payment-layout {
        gap: 37px
    }

    .zr-footer__top {
        gap: 29px;
        grid-template-columns: 1fr
    }

    .zr-footer__top>div:first-child {
        grid-column: auto
    }

    .zr-footer__bottom {
        align-items: start;
        flex-direction: column
    }

    .zr-cookie-banner {
        align-items: stretch;
        bottom: 10px;
        flex-direction: column;
        gap: 8px
    }

    .zr-cookie-banner>div {
        justify-content: flex-end
    }

    .zr-age-modal__box {
        padding: 27px 22px
    }

    .zr-page-hero h1 {
        font-size: 2.45rem
    }

    .zr-error-main {
        min-height: 470px;
        padding: 65px 0
    }

    .zr-legal-aside {
        display: none
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important
    }
}

.zr-footer__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}

.zr-footer__logos a,
.zr-footer__logos span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.zr-footer__logos img {
    display: block;
    height: 40px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
}