/* Variables */
:root {
    --font-main: "Roboto", sans-serif;

    --color-page: #09070d;
    --color-surface: rgba(17, 12, 20, 0.88);
    --color-surface-strong: rgba(12, 8, 15, 0.98);
    --color-panel: rgba(15, 11, 18, 0.98);
    --color-line: rgba(255, 255, 255, 0.1);
    --color-line-strong: rgba(255, 255, 255, 0.16);
    --color-text: #ffffff;
    --color-text-soft: rgba(255, 255, 255, 0.78);
    --color-text-muted: rgba(255, 255, 255, 0.58);
    --color-accent: #ffb63f;
    --color-accent-strong: #ff7a1a;
    --color-accent-deep: #ff3012;
    --color-accent-contrast: #120b03;
    --color-card: rgba(18, 13, 22, 0.96);
    --color-card-hover: rgba(26, 17, 30, 0.98);

    --shadow-header: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
    --shadow-panel: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.45);
    --shadow-button: 0 0.55rem 1.15rem rgba(0, 0, 0, 0.22);
    --shadow-card: 0 0.85rem 1.9rem rgba(0, 0, 0, 0.25);

    --radius-s: clamp(0.45rem, 0.4rem + 0.15vw, 0.6rem);
    --radius-m: clamp(0.75rem, 0.68rem + 0.18vw, 0.95rem);
    --radius-l: clamp(1rem, 0.9rem + 0.35vw, 1.35rem);
    --radius-xl: clamp(1.3rem, 1.1rem + 0.8vw, 1.9rem);
    --radius-pill: 999px;

    --container-width: min(100% - clamp(1rem, 3vw, 2.25rem), 81.25rem);
    --header-height: clamp(4.3rem, 4rem + 1.2vw, 5rem);
    --section-space: clamp(1.6rem, 1.2rem + 1.5vw, 2.75rem);
    --section-gap: clamp(0.95rem, 0.8rem + 0.4vw, 1.3rem);
    --section-gap-large: clamp(1.4rem, 1.1rem + 1vw, 2rem);
    --page-gap: clamp(1rem, 0.8rem + 1vw, 1.6rem);
    --column-gap: clamp(1rem, 0.8rem + 1vw, 1.75rem);
    --row-gap: clamp(0.85rem, 0.7rem + 0.45vw, 1.15rem);
    --icon-size: clamp(1rem, 0.95rem + 0.18vw, 1.15rem);
    --control-size: clamp(2.45rem, 2.2rem + 0.65vw, 3rem);
    --button-height: clamp(2.7rem, 2.45rem + 0.55vw, 3.15rem);
    --button-padding: clamp(1rem, 0.85rem + 0.5vw, 1.45rem);
    --button-text: clamp(0.75rem, 0.72rem + 0.1vw, 0.88rem);
    --nav-text: clamp(0.88rem, 0.82rem + 0.16vw, 1rem);
    --brand-width: clamp(8.8rem, 7.2rem + 4vw, 13.7rem);

    --hero-space-top: clamp(1rem, 0.85rem + 0.5vw, 1.5rem);
    --hero-gap: clamp(1.15rem, 0.9rem + 1.15vw, 2.3rem);
    --hero-padding: clamp(1rem, 0.75rem + 1.25vw, 2rem);
    --hero-min-height: clamp(16rem, 19vw, 24.5rem);
    --hero-copy-width: clamp(18rem, 38vw, 41rem);
    --hero-title-size: clamp(2.25rem, 1.7rem + 2.8vw, 4.95rem);
    --hero-body-size: clamp(1rem, 0.95rem + 0.2vw, 1.15rem);

    --slots-card-width: clamp(9rem, 8.4rem + 2.8vw, 12.8rem);
    --slots-card-gap: clamp(0.9rem, 0.75rem + 0.5vw, 1.2rem);
    --slots-info-gap: clamp(0.55rem, 0.5rem + 0.14vw, 0.75rem);
    --slots-name-size: clamp(0.95rem, 0.9rem + 0.16vw, 1.06rem);
    --slots-provider-size: clamp(0.73rem, 0.7rem + 0.08vw, 0.82rem);

    --provider-gap: clamp(0.75rem, 0.65rem + 0.3vw, 1rem);
    --provider-card-height: clamp(4.1rem, 3.8rem + 1vw, 5.2rem);
    --provider-logo-width: clamp(5.25rem, 4.4rem + 2.5vw, 7.2rem);

    --footer-space-y: clamp(1.8rem, 1.35rem + 1.8vw, 3rem);
    --footer-gap: clamp(1.1rem, 0.95rem + 0.5vw, 1.6rem);
    --footer-title-size: clamp(0.88rem, 0.84rem + 0.12vw, 0.98rem);
    --footer-link-size: clamp(0.82rem, 0.79rem + 0.1vw, 0.92rem);
    --footer-copy-size: clamp(0.76rem, 0.73rem + 0.08vw, 0.86rem);
    --footer-social-size: clamp(2.3rem, 2.1rem + 0.55vw, 2.65rem);
}

/* Base */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-VariableFont_wdth,wght.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    color-scheme: dark;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 20rem;
    overflow-x: hidden;
    color: var(--color-text);
    font-family: var(--font-main);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 120, 0, 0.14), transparent 28%),
        radial-gradient(circle at 90% 8%, rgba(255, 46, 18, 0.16), transparent 36%),
        radial-gradient(circle at 50% 90%, rgba(255, 181, 63, 0.08), transparent 30%),
        var(--color-page);
}

img {
    display: block;
    max-width: 100%;
}

figure[class~="block-image--auto"] {
    display: contents;
}

a,
button {
    color: inherit;
    font: inherit;
}

a {
    text-decoration: none;
}

button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

svg {
    display: block;
}

p {
    margin: 0;
}

.container {
    width: var(--container-width);
    margin-inline: auto;
}

/* Header */
.instant-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(180deg, rgba(14, 10, 18, 0.95) 0%, rgba(9, 7, 13, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow-header);
    backdrop-filter: blur(0.8rem);
}

.header-row {
    display: flex;
    align-items: center;
    gap: var(--column-gap);
    min-height: var(--header-height);
}

.brand {
    flex: 0 0 auto;
    width: var(--brand-width);
}

.brand img {
    width: 100%;
    height: auto;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.4rem, 0.3rem + 0.4vw, 0.75rem);
    flex: 1 1 auto;
    min-width: 0;
}

.header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(2.25rem, 2.1rem + 0.35vw, 2.7rem);
    padding-inline: clamp(0.75rem, 0.68rem + 0.22vw, 1rem);
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    color: var(--color-text-soft);
    font-size: var(--nav-text);
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.header-link:hover,
.header-link:focus-visible {
    color: var(--color-text);
    border-color: rgba(255, 182, 63, 0.22);
    background: rgba(255, 255, 255, 0.04);
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.45rem, 0.35rem + 0.35vw, 0.8rem);
    flex: 0 0 auto;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--button-height);
    padding-inline: var(--button-padding);
    border-radius: var(--radius-s);
    border: 1px solid transparent;
    box-shadow: var(--shadow-button);
    font-size: var(--button-text);
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.header-link:focus-visible,
.button:focus-visible,
.menu-toggle:focus-visible,
.mobile-nav-link:focus-visible,
.icon-button:focus-visible,
.slot-card:focus-visible,
.footer-social:focus-visible,
.footer-link:focus-visible {
    outline: 2px solid rgba(255, 182, 63, 0.86);
    outline-offset: 3px;
}

.button-solid {
    color: var(--color-accent-contrast);
    background: linear-gradient(180deg, #ffd45c 0%, #ffaf33 54%, #ff8a1f 100%);
}

.button-soft {
    color: var(--color-text);
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.button-ghost {
    color: var(--color-text);
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.02);
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: var(--control-size);
    height: var(--control-size);
    margin-left: auto;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: var(--color-text);
    transition: border-color 180ms ease, background-color 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.menu-icon {
    width: var(--icon-size);
    height: var(--icon-size);
    fill: currentColor;
}

.menu-icon-close {
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-icon-open {
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-icon-close {
    display: block;
}

.mobile-drawer {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 60;
    width: var(--container-width);
    margin-top: clamp(0.35rem, 0.3rem + 0.2vw, 0.55rem);
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-l);
    background-color: #09070d;
    overflow: hidden;
}

.mobile-drawer[hidden] {
    display: none;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: clamp(3.1rem, 2.85rem + 0.65vw, 3.6rem);
    padding: clamp(0.85rem, 0.75rem + 0.25vw, 1.05rem) clamp(1rem, 0.9rem + 0.35vw, 1.2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #17111f;
    font-size: var(--nav-text);
    font-weight: 700;
}

.mobile-nav-link:first-child {
    border-top: 0;
}

.mobile-nav-link svg {
    width: var(--icon-size);
    height: var(--icon-size);
    fill: currentColor;
    color: var(--color-accent);
}

/* Main */
.page-main {
    padding-block: var(--section-space) 0;
}

/* Hero */
.hero-section {
    padding-top: var(--hero-space-top);
}

.hero-shell {
    position: relative;
    overflow: hidden;
    padding: var(--hero-padding);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: calc(var(--radius-xl) + 0.1rem);
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 181, 63, 0.18), transparent 36%),
        radial-gradient(circle at 100% 0%, rgba(255, 60, 18, 0.16), transparent 30%),
        linear-gradient(90deg, rgba(15, 11, 18, 0.98) 0%, rgba(12, 10, 16, 0.98) 48%, rgba(8, 7, 11, 0.98) 100%);
    box-shadow: var(--shadow-panel);
}

.hero-shell::before {
    content: "";
    position: absolute;
    inset: auto -18% -45% auto;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 181, 63, 0.18), transparent 55%);
    pointer-events: none;
}

.hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--section-gap);
    width: min(100%, var(--hero-copy-width));
    min-height: var(--hero-min-height);
    padding: clamp(0.4rem, 0.2rem + 0.7vw, 1rem);
}

.hero-title {
    font-size: var(--hero-title-size);
    font-style: italic;
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.055em;
    text-transform: uppercase;
    color: #080808;
    -webkit-text-fill-color: #080808;
    text-shadow:
        1px 0 0 #ff8b18,
        -1px 0 0 #ff8b18,
        0 1px 0 #ff8b18,
        0 -1px 0 #ff8b18,
        1px 1px 0 #ff8b18,
        -1px 1px 0 #ff8b18,
        1px -1px 0 #ff8b18,
        -1px -1px 0 #ff8b18,
        0 0 0.2rem rgba(0, 0, 0, 0.45);
}

.hero-text {
    max-width: 38rem;
    color: var(--color-text);
    font-size: var(--hero-body-size);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.7rem, 0.6rem + 0.35vw, 1rem);
}

.hero-button {
    min-width: clamp(10rem, 9rem + 2.5vw, 12.4rem);
}

.hero-visual {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 25% 55%, rgba(255, 179, 53, 0.18), transparent 42%),
        radial-gradient(circle at 88% 18%, rgba(255, 61, 18, 0.16), transparent 32%),
        rgba(6, 5, 8, 0.45);
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 7, 12, 0.18) 0%, rgba(9, 7, 12, 0.04) 40%, rgba(9, 7, 12, 0.14) 100%),
        radial-gradient(circle at 82% 32%, rgba(255, 255, 255, 0.18), transparent 18%);
    pointer-events: none;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    filter: saturate(1.05) contrast(1.05);
}

/* Slots */
.slots-section {
    padding-top: var(--section-space);
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--column-gap);
    margin-bottom: var(--section-gap-large);
}

.section-head-soft {
    align-items: center;
}

.section-copy {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.section-kicker {
    color: var(--color-accent);
    font-size: clamp(0.8rem, 0.76rem + 0.1vw, 0.92rem);
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-title {
    font-size: clamp(1.35rem, 1.1rem + 1vw, 2.05rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.section-note {
    color: var(--color-text-muted);
    font-size: clamp(0.9rem, 0.86rem + 0.1vw, 1rem);
    line-height: 1.45;
}

.section-controls {
    display: flex;
    align-items: center;
    gap: clamp(0.45rem, 0.38rem + 0.18vw, 0.65rem);
}

.icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--control-size);
    height: var(--control-size);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.05);
    color: var(--color-text);
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.icon-button:hover,
.icon-button:focus-visible {
    border-color: rgba(255, 182, 63, 0.28);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.icon-button svg {
    width: var(--icon-size);
    height: var(--icon-size);
    fill: currentColor;
}

.slots-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--slots-card-width);
    gap: var(--slots-card-gap);
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.slots-track::-webkit-scrollbar {
    display: none;
}

.slot-card {
    display: flex;
    flex-direction: column;
    gap: var(--slots-info-gap);
    color: inherit;
    scroll-snap-align: start;
}

.slot-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 150 / 191;
    border-radius: var(--radius-l);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--color-card);
    isolation: isolate;
    box-shadow: var(--shadow-card);
}

.slot-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 8, 13, 0.08) 0%, rgba(10, 8, 13, 0.22) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0.72;
    transition: opacity 180ms ease, background-color 180ms ease;
    z-index: 1;
}

.slot-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease, filter 220ms ease;
}

.slot-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(2.4rem, 2.1rem + 0.75vw, 2.95rem);
    height: clamp(2.4rem, 2.1rem + 0.75vw, 2.95rem);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(16, 12, 18, 0.78);
    color: #ffbf45;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 220ms ease, transform 220ms ease, background-color 220ms ease;
    backdrop-filter: blur(0.55rem);
}

.slot-play svg {
    width: clamp(1rem, 0.9rem + 0.2vw, 1.15rem);
    height: clamp(1rem, 0.9rem + 0.2vw, 1.15rem);
    fill: currentColor;
}

.slot-name {
    font-size: var(--slots-name-size);
    font-weight: 800;
    line-height: 1.2;
}

.slot-provider {
    color: var(--color-text-muted);
    font-size: var(--slots-provider-size);
    line-height: 1.2;
}

.slot-card:hover .slot-media::after,
.slot-card:focus-visible .slot-media::after,
.slot-card:focus-within .slot-media::after {
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(4, 4, 6, 0.22) 0%, rgba(4, 4, 6, 0.58) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.slot-card:hover .slot-media img,
.slot-card:focus-visible .slot-media img,
.slot-card:focus-within .slot-media img {
    transform: scale(1.04);
    filter: brightness(0.72) saturate(0.95);
}

.slot-card:hover .slot-play,
.slot-card:focus-visible .slot-play,
.slot-card:focus-within .slot-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Providers */
.providers-section {
    padding-top: var(--section-space);
}

.providers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--provider-gap);
}

.provider-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--provider-card-height);
    padding: clamp(0.85rem, 0.75rem + 0.3vw, 1.1rem);
    border-radius: var(--radius-m);
    border: 1px solid rgba(255, 255, 255, 0.07);
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.04), transparent 38%),
        linear-gradient(180deg, rgba(20, 16, 24, 0.98) 0%, rgba(14, 11, 18, 0.98) 100%);
    box-shadow: var(--shadow-card);
}

.provider-card img {
    width: min(100%, var(--provider-logo-width));
    max-height: clamp(2rem, 1.8rem + 0.55vw, 2.85rem);
    object-fit: contain;
}

/* Footer */
.instant-site-footer {
    margin-top: var(--section-space);
    padding-block: var(--footer-space-y);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 181, 63, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(12, 9, 15, 0.98) 0%, rgba(8, 6, 10, 0.99) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-shell {
    display: flex;
    flex-direction: column;
    gap: var(--footer-gap);
}

.footer-top {
    display: grid;
    gap: var(--section-gap-large);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: clamp(0.6rem, 0.5rem + 0.25vw, 0.8rem);
}

.footer-brand-link {
    width: var(--brand-width);
}

.footer-copy {
    color: var(--color-text-muted);
    font-size: var(--footer-copy-size);
    line-height: 1.45;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.5rem, 0.42rem + 0.18vw, 0.7rem);
    margin-top: clamp(0.3rem, 0.2rem + 0.2vw, 0.45rem);
}

.footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--footer-social-size);
    height: var(--footer-social-size);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: var(--color-text);
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.footer-social:hover,
.footer-social:focus-visible {
    border-color: rgba(255, 182, 63, 0.24);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.footer-social svg {
    width: clamp(0.92rem, 0.85rem + 0.15vw, 1rem);
    height: clamp(0.92rem, 0.85rem + 0.15vw, 1rem);
    fill: currentColor;
}

.footer-links {
    display: grid;
    gap: var(--row-gap);
    grid-template-columns: 1fr;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.footer-title {
    color: var(--color-accent);
    font-size: var(--footer-title-size);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-link {
    color: var(--color-text-soft);
    font-size: var(--footer-link-size);
    line-height: 1.35;
    transition: color 180ms ease, opacity 180ms ease;
}

.footer-link:hover,
.footer-link:focus-visible {
    color: var(--color-text);
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.9rem, 0.7rem + 0.7vw, 1.65rem);
    padding-top: clamp(1rem, 0.85rem + 0.5vw, 1.4rem);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-payments img {
    width: auto;
    max-height: clamp(1.4rem, 1.25rem + 0.45vw, 1.9rem);
    object-fit: contain;
}

/* Responsive */
@media (max-width: 980px) {
    :root {
        --header-height: clamp(5rem, 15vw, 5.8rem);
    }

    .header-row {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: clamp(0.35rem, 0.9vw, 0.65rem);
        padding-inline: clamp(0.55rem, 1.7vw, 0.95rem);
        padding-block: clamp(0.55rem, 1.2vw, 0.8rem);
    }

    .header-actions {
        width: auto;
        justify-content: flex-end;
        flex: 0 1 auto;
        min-width: 0;
        gap: clamp(0.2rem, 0.55vw, 0.35rem);
    }

    .brand {
        width: clamp(6.2rem, 30vw, 8rem);
    }

    .header-actions .button {
        min-height: clamp(2.15rem, 7.2vw, 2.45rem);
        padding-inline: clamp(0.58rem, 1.5vw, 0.82rem);
        font-size: clamp(0.58rem, 1.5vw, 0.66rem);
    }

    .header-nav {
        display: none;
    }

    .hero-shell {
        min-height: clamp(18rem, 58vw, 26rem);
    }

    .hero-visual {
        inset: 0;
    }

    .providers-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .menu-toggle {
        display: inline-flex;
        margin-left: 0;
    }

}

@media (max-width: 720px) {
    .section-head {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .section-copy {
        flex: 1 1 auto;
        min-width: 0;
    }

    .section-controls {
        flex: 0 0 auto;
    }

    .slots-track {
        grid-auto-columns: clamp(8.8rem, 42vw, 10.25rem);
    }

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

@media (min-width: 981px) {
    .footer-top {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        align-items: start;
    }
}

@media (min-width: 1100px) {
    .providers-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* merged from pages.css */
:root {
    --pages-width: min(100% - clamp(1rem, 3vw, 2.25rem), 80rem);
    --pages-width-narrow: min(100% - clamp(1rem, 3vw, 2.25rem), 72rem);
    --pages-surface: rgba(18, 13, 22, 0.9);
    --pages-surface-strong: rgba(12, 8, 16, 0.98);
    --pages-surface-soft: rgba(255, 182, 63, 0.08);
    --pages-border: rgba(255, 255, 255, 0.1);
    --pages-border-strong: rgba(255, 255, 255, 0.16);
    --pages-border-soft: rgba(255, 255, 255, 0.06);
    --pages-text: rgba(255, 255, 255, 0.84);
    --pages-text-soft: rgba(255, 255, 255, 0.66);
    --pages-title: #ffffff;
    --pages-accent: #ffb63f;
    --pages-accent-strong: #ff8a1f;
    --pages-accent-contrast: #120b03;
    --pages-shadow: 0 1.2rem 2.9rem rgba(0, 0, 0, 0.38);
    --pages-radius: clamp(1rem, 0.9rem + 0.4vw, 1.4rem);
    --pages-radius-pill: 999px;
}

.page-article {
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 120, 0, 0.12), transparent 28%),
        radial-gradient(circle at 90% 8%, rgba(255, 46, 18, 0.14), transparent 36%),
        radial-gradient(circle at 50% 90%, rgba(255, 181, 63, 0.08), transparent 30%),
        var(--color-page);
}

.page-article .page-content {
    width: var(--pages-width);
    margin: 0 auto;
    padding: clamp(1.2rem, 1rem + 1vw, 2rem) 0 clamp(3rem, 5vw, 5rem);
}

.page-minimal .page-content {
    width: var(--pages-width-narrow);
}

.page-article .page-content > * {
    margin-bottom: clamp(1rem, 1.8vw, 1.5rem);
}

.page-article .page-content > *:last-child {
    margin-bottom: 0;
}

.page-article .page-content h1,
.page-article .page-content h2,
.page-article .page-content h3 {
    margin: 0 0 0.72rem;
    color: var(--pages-title);
    letter-spacing: -0.03em;
}

.page-article .page-content h1 {
    font-size: clamp(2.15rem, 1.85rem + 1.6vw, 4.15rem);
    line-height: 1.03;
}

.page-article .page-content h2 {
    font-size: clamp(1.5rem, 1.26rem + 0.95vw, 2.3rem);
    line-height: 1.12;
}

.page-article .page-content h3 {
    font-size: clamp(1.08rem, 0.98rem + 0.48vw, 1.45rem);
    line-height: 1.24;
}

.page-article .page-content p,
.page-article .page-content li,
.page-article .page-content td,
.page-article .page-content th {
    color: var(--pages-text);
    font-size: clamp(0.98rem, 0.94rem + 0.16vw, 1.08rem);
    line-height: 1.72;
}

.page-article .page-content p {
    margin: 0 0 0.92rem;
}

.page-article .page-content p:last-child,
.page-article .page-content li p:last-child,
.page-article .page-content td p:last-child,
.page-article .page-content th p:last-child {
    margin-bottom: 0;
}

.page-article .page-content strong {
    color: var(--pages-title);
}

.page-article .page-content a {
    color: var(--pages-accent);
    text-decoration: underline;
    text-decoration-color: rgba(255, 182, 63, 0.38);
    text-underline-offset: 0.18em;
}

.page-article .page-content a:hover,
.page-article .page-content a:focus-visible {
    color: var(--pages-title);
    text-decoration-color: rgba(255, 182, 63, 0.8);
}

.page-article .page-content ul,
.page-article .page-content ol {
    margin: 0 0 1rem;
    padding-left: 1.35rem;
}

.page-article .page-content ul {
    list-style: none;
    padding-left: 0;
}

.page-article .page-content ul li {
    position: relative;
    margin-bottom: 0.6rem;
    padding-left: 1.35rem;
}

.page-article .page-content ul li::before {
    content: "";
    position: absolute;
    top: 0.78em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pages-accent), rgba(255, 182, 63, 0.26));
    transform: translateY(-50%);
}

.page-article .page-content ol li {
    margin-bottom: 0.6rem;
}

.page-article .page-content figure {
    margin: 0;
}

.page-article .page-content figure.article-table-wrap {
    display: block;
    width: 100%;
}

.page-article .page-content figure.article-table-wrap {
    margin: 1rem 0 1.35rem;
    overflow-x: auto;
    border: 1px solid var(--pages-border);
    border-radius: var(--pages-radius);
    background:
        linear-gradient(180deg, rgba(255, 182, 63, 0.06), rgba(255, 182, 63, 0.02)),
        var(--pages-surface-strong);
    box-shadow: var(--pages-shadow);
    -webkit-overflow-scrolling: touch;
}

.page-article .page-content figure.article-table-wrap table {
    display: table;
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    table-layout: auto;
}

.page-article .page-content th,
.page-article .page-content td {
    padding: 0.82rem 0.95rem;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid var(--pages-border-soft);
}

.page-article .page-content th {
    color: var(--pages-title);
    font-weight: 800;
    white-space: nowrap;
    background: rgba(255, 182, 63, 0.1);
}

.page-article .page-content figure.article-table-wrap tbody tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

.page-article .page-content .article-media {
    margin: 1rem auto 1.15rem;
    text-align: center;
    clear: both;
}

.page-article .page-content .article-media img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-inline: auto;
    border-radius: 1rem;
    box-shadow: var(--pages-shadow);
}

.page-article .page-content .article-media.wide {
    max-width: min(100%, 58rem);
}

.page-article .page-content .article-media.compact {
    max-width: clamp(13rem, 22vw, 19rem);
}

.page-article .page-content .article-media.float-right {
    float: right;
    max-width: clamp(14rem, 28vw, 20rem);
    margin: 0.35rem 0 1rem 1rem;
}

.page-article .page-content .article-media.float-left {
    float: left;
    max-width: clamp(14rem, 28vw, 20rem);
    margin: 0.35rem 1rem 1rem 0;
}

.page-article .page-content .article-media-block {
    display: block;
}

.page-article .page-content .article-media-block.float-right {
    float: right;
    width: min(100%, clamp(14rem, 28vw, 20rem));
    margin: 0.35rem 0 1rem 1rem;
}

.page-article .page-content .article-media-block.float-left {
    float: left;
    width: min(100%, clamp(14rem, 28vw, 20rem));
    margin: 0.35rem 1rem 1rem 0;
}

.page-article .page-content .article-media-block .article-media {
    margin: 0;
}

.page-article .page-content .article-media-block .article-cta-wrap {
    margin: 0.7rem 0 0;
}

.page-article .page-content .article-media figcaption {
    margin-top: 0.6rem;
    color: var(--pages-text-soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.page-article .page-content .article-cta-wrap {
    margin: -0.15rem auto 1rem;
    text-align: center;
}

.page-article .page-content .article-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--pages-radius-pill);
    background: linear-gradient(180deg, #ffd55c 0%, #ffb53a 54%, #ff8a1f 100%);
    color: var(--pages-accent-contrast);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow:
        0 0.75rem 1.75rem rgba(255, 122, 26, 0.25),
        0 0 0 0.24rem rgba(255, 182, 63, 0.1);
    animation: pages-breathe 2.6s ease-in-out infinite;
}

.page-article .page-content .article-cta:hover,
.page-article .page-content .article-cta:focus-visible {
    color: var(--pages-accent-contrast);
    filter: brightness(1.05);
}

.page-article .page-content .article-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 0.95rem;
    margin: 1rem 0 1.2rem;
    clear: both;
}

.page-article .page-content .article-card {
    padding: 1rem;
    border: 1px solid var(--pages-border);
    border-radius: var(--pages-radius);
    background:
        linear-gradient(180deg, rgba(255, 182, 63, 0.08), rgba(255, 182, 63, 0.02)),
        var(--pages-surface);
    box-shadow: var(--pages-shadow);
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.page-article .page-content .article-card:hover {
    transform: translateY(-2px);
    border-color: var(--pages-border-strong);
    background: var(--pages-surface-strong);
}

.page-article .page-content .article-card h3 {
    margin-bottom: 0.35rem;
}

.page-article .page-content .article-card p {
    margin-bottom: 0;
    color: var(--pages-text-soft);
}

.page-article .page-content .article-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.page-article .page-content .article-toc {
    margin: 0 0 1.2rem;
    padding: 1rem 1.05rem;
    border: 1px solid var(--pages-border);
    border-radius: var(--pages-radius);
    background:
        linear-gradient(180deg, rgba(255, 182, 63, 0.06), rgba(255, 182, 63, 0.02)),
        var(--pages-surface);
    box-shadow: var(--pages-shadow);
}

.page-article .page-content .article-toc summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--pages-title);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.page-article .page-content .article-toc summary::-webkit-details-marker {
    display: none;
}

.page-article .page-content .article-toc summary::after {
    content: "+";
    color: var(--pages-accent);
    font-size: 1.2rem;
    line-height: 1;
}

.page-article .page-content .article-toc[open] summary::after {
    content: "−";
}

.page-article .page-content .article-toc nav {
    margin-top: 0.75rem;
}

.page-article .page-content .article-toc ol {
    margin: 0;
    padding-left: 1.15rem;
}

.page-article .page-content .article-toc li {
    margin-bottom: 0.45rem;
}

.page-article .page-content .article-toc a {
    text-decoration: none;
}

.page-article .page-content .faq-group {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.6rem;
}

.page-article .page-content .spoiler {
    overflow: hidden;
    border: 1px solid var(--pages-border);
    border-radius: var(--pages-radius);
    background:
        linear-gradient(180deg, rgba(255, 182, 63, 0.06), rgba(255, 182, 63, 0.02)),
        var(--pages-surface);
    box-shadow: var(--pages-shadow);
}

.page-article .page-content p.spoiler-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0;
    padding: 0.95rem 1.05rem;
    color: var(--pages-title);
    font-weight: 800;
    cursor: pointer;
    user-select: none;
}

.page-article .page-content p.spoiler-toggle::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--pages-accent);
    font-size: 1.35rem;
    line-height: 1;
    transition: transform 180ms ease;
}

.page-article .page-content .spoiler.active p.spoiler-toggle::after {
    content: "−";
}

.page-article .page-content p.spoiler-toggle:focus-visible {
    outline: 2px solid rgba(255, 182, 63, 0.74);
    outline-offset: -2px;
}

.page-article .page-content .spoiler-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.05rem;
    transition: max-height 240ms ease, padding 240ms ease;
}

.page-article .page-content .spoiler.active .spoiler-content {
    padding: 0 1.05rem 1rem;
}

.page-article .page-content .spoiler-content p {
    margin: 0;
}

.page-article .page-content .article-side-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(14rem, 0.9fr);
    gap: 1.1rem;
    align-items: start;
}

.page-article .page-content .article-side-layout > * {
    min-width: 0;
}

.page-minimal .page-content .article-media,
.page-minimal .page-content .article-card,
.page-minimal .page-content .article-card-grid,
.page-minimal .page-content .article-cta-wrap {
    margin-top: 0.8rem;
    margin-bottom: 0.95rem;
}

.page-minimal .page-content .article-media.float-right,
.page-minimal .page-content .article-media.float-left,
.page-minimal .page-content .article-media-block.float-right,
.page-minimal .page-content .article-media-block.float-left {
    max-width: clamp(12rem, 24vw, 17rem);
}

.page-minimal .page-content .article-card {
    background: rgba(18, 13, 22, 0.78);
}

@keyframes pages-breathe {
    0%,
    100% {
        transform: translateY(0) scale(1);
        box-shadow:
            0 0.75rem 1.75rem rgba(255, 122, 26, 0.25),
            0 0 0 0.24rem rgba(255, 182, 63, 0.1);
    }

    50% {
        transform: translateY(-1px) scale(1.03);
        box-shadow:
            0 1rem 2rem rgba(255, 122, 26, 0.34),
            0 0 0 0.38rem rgba(255, 182, 63, 0.14);
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-article .page-content .article-cta {
        animation: none;
    }

    .page-article .page-content .spoiler-content,
    .page-article .page-content p.spoiler-toggle::after {
        transition: none;
    }
}

@media (max-width: 900px) {
    .page-article .page-content {
        width: min(100% - 1.2rem, 100%);
        padding-top: 1rem;
    }

    .page-article .page-content .article-side-layout {
        grid-template-columns: 1fr;
    }

    .page-article .page-content .article-media.float-right,
    .page-article .page-content .article-media.float-left {
        float: none;
        max-width: 100%;
        margin: 0.9rem auto 1rem;
    }

    .page-article .page-content .article-media-block.float-right,
    .page-article .page-content .article-media-block.float-left {
        float: none;
        width: 100%;
        margin: 0.9rem auto 1rem;
    }

    .page-article .page-content figure.article-table-wrap table {
        min-width: 480px;
    }
}
