:root {
    --ink: #1b1a17;
    --ink-soft: #3a382f;
    --paper: #ffffff;
    --paper-strong: #ffffff;
    --surface-alt: #f5f5f2;
    --dark: #16150f;
    --line: #e6e4dd;
    --line-strong: #d6d3c8;
    --muted: #6c6862;
    --yellow: #ffbb00;
    --yellow-deep: #ffbb00;
    --green: #2f8e55;
    --danger: #d94343;
    --radius: 6px;
    --shadow: 0 18px 50px rgba(23, 21, 15, .08);
    --container: min(1180px, calc(100% - 40px));
    --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

button,
input,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.skip-link {
    position: fixed;
    z-index: 2000;
    left: 16px;
    top: 12px;
    padding: 10px 16px;
    color: var(--ink);
    background: var(--yellow);
    transform: translateY(-150%);
    transition: transform .2s;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 76px;
    color: var(--ink);
    background: #fff;
    border-bottom: 1px solid var(--line);
    transition: box-shadow .25s;
}

.site-header.scrolled {
    box-shadow: 0 4px 18px rgba(23, 21, 15, .07);
}

.header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .06em;
}

.logo b {
    color: var(--yellow-deep);
}

.logo-mark {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 10px 10px 10px 3px;
    font-weight: 900;
}

.logo-mark svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.main-nav a {
    position: relative;
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 600;
    transition: color .2s;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 2px;
    background: var(--yellow-deep);
    transition: right .25s;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--ink);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
    right: 0;
}

.nav-tg-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    color: var(--ink) !important;
    background: var(--yellow);
    border: 1px solid rgba(21, 20, 15, .16);
    border-radius: 6px;
}

.nav-tg-link::after {
    display: none;
}

.nav-tg-link:hover,
.nav-tg-link:focus-visible {
    color: var(--ink) !important;
    background: #ffd24d;
}

.nav-tg-link i {
    font-size: 16px;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 12px 9px;
    background: transparent;
    border: 0;
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: var(--ink);
    transition: transform .2s;
}

.hero {
    position: relative;
    min-height: 720px;
    padding: 150px 0 86px;
    color: #fff;
    background:
        linear-gradient(rgba(10, 9, 7, .65), rgba(10, 9, 7, .72)),
        url('https://lh6.googleusercontent.com/9uMOun_Vz8XMtqHYZn6QM0qhr-ZA4h7cR0_8WWP8zignC9Zb0zqKxYZI8Mx3YTPROmVbLl3fPrmZns4btlDvioT-0xvQtF87EHNz-h9T1zF8S27hAS-xPPp7OSkY5j2lRm_9IPGH3rip_sKPMw') center / cover no-repeat;
    overflow: hidden;
}

.hero-glow {
    display: none;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 760px);
    gap: 90px;
    align-items: center;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    color: #706c62;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.eyebrow span {
    width: 26px;
    height: 2px;
    background: var(--yellow-deep);
}

.eyebrow.light {
    color: var(--muted);
}

.hero h1,
.section-heading h2,
.about-heading h2,
.support-copy h2,
.closing-cta h2 {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.04;
}

.hero h1 {
    max-width: 760px;
    font-size: clamp(46px, 5.2vw, 72px);
    letter-spacing: -.03em;
}

h1 em,
h2 em {
    color: var(--yellow-deep);
    font-weight: 800;
    font-style: normal;
}

.hero-lead {
    max-width: 565px;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 24px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    transition: transform .2s, background .2s, color .2s, box-shadow .2s;
}

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

.button:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    outline: 3px solid rgba(255, 198, 41, .55);
    outline-offset: 3px;
}

.button-primary {
    color: var(--ink);
    background: var(--yellow);
}

.button-primary:hover {
    background: #ffc820;
}

.btn-arrow {
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 1;
}

.text-link {
    padding: 8px 0;
    color: var(--ink-soft);
    border-bottom: 1px solid var(--line-strong);
    font-size: 13px;
    font-weight: 700;
}

.hero .text-link {
    color: rgba(255, 255, 255, .85);
    border-bottom-color: rgba(255, 255, 255, .28);
}

.text-link .btn-arrow {
    margin-left: 8px;
    font-size: 13px;
    color: var(--yellow-deep);
    vertical-align: middle;
}

.hero .text-link .btn-arrow {
    color: inherit;
}

.hero-features {
    display: flex;
    gap: 32px;
    padding: 0;
    margin: 54px 0 0;
    list-style: none;
}

.hero-features li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    white-space: nowrap;
}

.hero-features span {
    color: var(--yellow-deep);
    font-family: var(--font-sans);
    font-weight: 800;
    font-size: 13px;
}

.fuel-widget {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 24px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(23, 21, 15, .07);
}

.fuel-inventory-head {
    margin-bottom: 4px;
}

.widget-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 10px 5px 8px;
    color: #1f7a43;
    background: rgba(47, 142, 85, .1);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.live-indicator i,
.manager-card small i,
#chat-status i {
    width: 7px;
    height: 7px;
    background: #3ecf73;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(62, 207, 115, .16);
    animation: live-pulse 2s ease-in-out infinite;
}

@keyframes live-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .55; }
}

.fuel-readout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.fuel-readout-main {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fuel-readout strong {
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: clamp(2rem, 4vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.fuel-readout-main > span {
    color: var(--muted);
    font-size: 12px;
}

.fuel-percent {
    flex-shrink: 0;
    padding: 8px 12px;
    font-family: var(--font-sans);
    font-size: 1.15rem;
    font-weight: 800;
    color: #9a6b00;
    letter-spacing: -.02em;
    background: rgba(255, 187, 0, .14);
    border-radius: 10px;
    font-variant-numeric: tabular-nums;
}

.fuel-progress-track {
    margin-top: 16px;
}

.fuel-progress {
    width: 100%;
    height: 10px;
    overflow: hidden;
    background: #ece9e1;
    border-radius: 999px;
}

.fuel-progress span {
    display: block;
    width: 19%;
    height: 100%;
    background: linear-gradient(90deg, #f0a500, #ffcf4d);
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(255, 187, 0, .35);
    transition: width 1.5s cubic-bezier(.22, 1, .36, 1);
}

.fuel-chart-heading {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fuel-chart-wrap {
    position: relative;
}

.purchase-toast {
    display: grid;
    grid-template-columns: 40px 1fr 28px;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
    padding: 12px 14px;
    color: var(--ink);
    background: linear-gradient(135deg, #fffdf6, #fff);
    border: 1px solid rgba(255, 187, 0, .22);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(23, 21, 15, .06);
    transition: opacity .3s, transform .3s;
}

.purchase-toast.refreshing {
    opacity: 0;
    transform: translateY(6px);
}

.purchase-toast.pending {
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
}

.purchase-avatar {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--ink);
    background: linear-gradient(145deg, #ffd24d, #ffbb00);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.purchase-toast-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.purchase-toast b {
    font-size: 13px;
    font-weight: 700;
}

.purchase-toast small {
    color: var(--muted);
    font-size: 11px;
}

.purchase-check {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    background: var(--green);
    border-radius: 50%;
    font-size: 11px;
}

.hero-ticker {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    overflow: hidden;
    color: var(--ink);
    background: var(--yellow);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
    white-space: nowrap;
}

.hero-ticker div {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.hero-ticker div > *:nth-child(n+8) {
    display: none;
}

.hero-ticker i {
    font-size: 7px;
}

@keyframes ticker {
    to { transform: translateX(-50%); }
}

.section {
    padding: 110px 0;
}

.tickets-section {
    padding-top: 112px;
    background: var(--surface-alt);
    border-bottom: 1px solid var(--line);
}

.roadmap-strip {
    margin: 4px 0 28px;
    padding: 16px 20px 18px;
    background: var(--surface-alt);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}

.roadmap-strip-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.roadmap-kicker {
    color: var(--yellow-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.roadmap-strip-lead {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
}

.roadmap-timeline-wrap {
    position: relative;
}

.roadmap-scroll-btn {
    display: none;
}

.roadmap-timeline {
    --roadmap-steps: 5;
    position: relative;
    display: flex;
    gap: 0;
    margin: 12px 0 0;
    padding: 4px 2px 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    list-style: none;
}

.roadmap-timeline::-webkit-scrollbar {
    display: none;
}

.roadmap-timeline-item {
    flex: 0 0 42%;
    min-width: 104px;
    max-width: 120px;
    margin: 0;
    padding: 0;
    scroll-snap-align: start;
}

.roadmap-timeline::before {
    display: none;
}

@media (min-width: 821px) {
    .roadmap-timeline-wrap {
        display: flex;
        justify-content: center;
        padding: 0 8px;
    }

    .roadmap-scroll-btn {
        display: none;
    }

    .roadmap-timeline {
        display: grid;
        grid-template-columns: repeat(var(--roadmap-steps), minmax(0, 1fr));
        column-gap: 0;
        width: min(100%, 720px);
        margin: 20px auto 0;
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .roadmap-timeline-item {
        flex: unset;
        min-width: 0;
        max-width: none;
        scroll-snap-align: unset;
    }

    .roadmap-timeline::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        top: 28px;
        left: calc(50% / var(--roadmap-steps));
        right: calc(50% / var(--roadmap-steps));
        height: 2px;
        background: linear-gradient(
            90deg,
            rgba(21, 20, 15, .08),
            rgba(21, 20, 15, .18) 18%,
            rgba(21, 20, 15, .18) 82%,
            rgba(21, 20, 15, .08)
        );
    }
}

.roadmap-node {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: transform .25s;
}

.roadmap-node:hover,
.roadmap-node:focus-visible {
    transform: translateY(-2px);
}

.roadmap-node:focus-visible {
    outline: 2px solid var(--yellow-deep);
    outline-offset: 4px;
    border-radius: 8px;
}

.roadmap-node-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    color: var(--ink);
    background: linear-gradient(145deg, #fff8dd, #ffedaa);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: background .25s, box-shadow .25s;
}

.roadmap-node:hover .roadmap-node-icon,
.roadmap-node:focus-visible .roadmap-node-icon {
    background: linear-gradient(145deg, #fff3c4, #ffe07a);
    box-shadow: 0 4px 14px rgba(211, 151, 0, .2);
}

.roadmap-node-icon i {
    font-size: 23px;
    line-height: 1;
    color: var(--ink);
}

.roadmap-node-label {
    max-width: 13ch;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.ticket-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    padding-top: 46px;
    margin-bottom: 34px;
    border-top: 1px solid var(--line-strong);
}

.ticket-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ticket-heading-copy h2 {
    margin: 0;
}

.ticket-heading h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1;
    letter-spacing: -.03em;
}

.ticket-heading p {
    margin: 0;
    max-width: 340px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

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

.section-heading h2,
.about-heading h2,
.support-copy h2,
.closing-cta h2 {
    font-size: clamp(46px, 5vw, 68px);
}

.section-heading h2 em,
.about-heading h2 em {
    color: var(--yellow-deep);
}

.section-heading > p {
    width: 350px;
    margin: 0 0 7px;
    color: var(--muted);
}

.ticket-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}

.ticket-card {
    position: relative;
    background: var(--paper-strong);
    border: 1px solid var(--line);
    box-shadow: 0 8px 30px rgba(30, 27, 18, .04);
    transition: transform .35s, box-shadow .35s;
}

.ticket-card:hover {
    z-index: 2;
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.ticket-card.featured {
    border-color: rgba(211, 151, 0, .55);
    box-shadow: 0 15px 50px rgba(100, 74, 12, .11);
}

.popular-label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    padding: 7px 16px;
    color: var(--ink);
    background: var(--yellow);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.ticket-visual {
    position: relative;
    height: 210px;
    margin: 16px;
    padding: 20px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 198, 41, .22), transparent 35%),
        linear-gradient(135deg, #26241d, #11100d);
    border-radius: 7px;
    overflow: hidden;
}

.ticket-visual::before,
.ticket-visual::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 26px;
    height: 26px;
    top: 50%;
    background: var(--paper-strong);
    border-radius: 50%;
    transform: translateY(-50%);
}

.ticket-visual::before { left: -13px; }
.ticket-visual::after { right: -13px; }

.ticket-brand {
    position: relative;
    z-index: 1;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.ticket-brand b {
    color: var(--yellow);
}

.ticket-volume {
    position: absolute;
    z-index: 1;
    top: 58px;
    left: 21px;
    font-family: var(--font-sans);
    font-size: 52px;
    font-weight: 800;
    line-height: .85;
    letter-spacing: -.04em;
}

.ticket-volume small {
    display: block;
    margin: 11px 0 0 3px;
    color: rgba(255, 255, 255, .52);
    font-family: var(--font-sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.ticket-visual svg {
    position: absolute;
    width: 72%;
    right: -14px;
    bottom: 10px;
    fill: none;
    stroke: rgba(255, 198, 41, .34);
    stroke-width: 1;
}

.ticket-code {
    position: absolute;
    z-index: 1;
    left: 22px;
    bottom: 17px;
    color: rgba(255, 255, 255, .32);
    font-size: 7px;
    letter-spacing: .16em;
}

.ticket-content {
    padding: 10px 25px 26px;
}

.ticket-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--line);
}

.ticket-title h3 {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
}

.ticket-title > span {
    padding: 4px 8px;
    color: var(--yellow-deep);
    background: rgba(255, 198, 41, .14);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fuel-options {
    padding: 0;
    margin: 17px 0 0;
    border: 0;
}

.station-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding: 0;
    margin: 17px 0 0;
    border: 0;
}

.station-options legend {
    grid-column: 1 / -1;
    margin-bottom: 1px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.station-options label {
    position: relative;
    display: grid;
    min-height: 40px;
    place-items: center;
    cursor: pointer;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    transition: border-color .2s, background .2s;
}

.station-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.station-options label:has(input:checked) {
    background: rgba(255, 187, 0, .15);
    border-color: var(--yellow-deep);
}

.fuel-options legend {
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fuel-options label {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    gap: 7px;
    align-items: center;
    min-height: 42px;
    cursor: pointer;
    border-bottom: 1px dashed rgba(21, 20, 15, .1);
    font-size: 13px;
}

.fuel-options input {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: var(--yellow-deep);
}

.fuel-options b {
    font-size: 13px;
}

.package-benefits {
    min-height: 78px;
    padding: 0;
    margin: 15px 0 18px;
    list-style: none;
}

.package-benefits li {
    position: relative;
    margin: 6px 0;
    padding-left: 18px;
    color: #6e6a61;
    font-size: 11px;
}

.package-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 800;
}

.button-card {
    width: 100%;
    color: #fff;
    background: var(--ink);
}

.button-card:hover {
    color: var(--ink);
    background: var(--yellow);
}

.button-card .btn-arrow {
    margin-left: auto;
}

.ticket-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 30px 0 0;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.ticket-note > span {
    display: inline-grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-family: var(--font-sans);
}

.support-section {
    padding-top: 35px;
}

.support-shell {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 500px;
    color: var(--ink);
    background: var(--surface-alt);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.support-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px 54px;
}

.support-copy h2 em,
.closing-cta h2 em {
    color: var(--yellow-deep);
}

.support-copy > p:not(.eyebrow) {
    max-width: 390px;
    margin: 25px 0 36px;
    color: var(--muted);
    font-size: 14px;
}

.manager-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.manager-avatar {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 50%;
    font-family: var(--font-sans);
    font-size: 19px;
    font-weight: 800;
}

.manager-card > span:last-child {
    display: flex;
    flex-direction: column;
}

.manager-card b {
    font-size: 12px;
}

.manager-card small {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: 9px;
}

.support-chat-button {
    align-self: flex-start;
    margin-top: 30px;
}

.support-preview {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 17px;
    min-width: 0;
    padding: 60px;
    background:
        radial-gradient(circle at 70% 25%, rgba(255, 187, 0, .22), transparent 28%),
        #1b1a17;
    overflow: hidden;
}

.support-preview::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    right: -100px;
    bottom: -120px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.support-preview-card {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(100%, 390px);
    align-items: flex-start;
    gap: 11px;
    padding: 16px;
    color: var(--ink);
    background: #fff;
    border-radius: 14px 14px 14px 3px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .25);
}

.support-preview-card.customer {
    align-self: flex-end;
    justify-content: flex-end;
    width: min(88%, 340px);
    background: var(--yellow);
    border-radius: 14px 14px 3px;
}

.support-preview-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    background: var(--yellow);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
}

.support-preview-card small {
    color: var(--muted);
    font-size: 9px;
}

.support-preview-card p {
    margin: 3px 0 0;
    font-size: 13px;
}

.support-preview-caption {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    text-align: center;
}

.floating-chat {
    position: fixed;
    z-index: 900;
    right: 24px;
    bottom: 24px;
    pointer-events: none;
}

.chat-window {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 70px;
    flex-direction: column;
    width: min(390px, calc(100vw - 30px));
    height: min(550px, calc(100dvh - 115px));
    min-width: 0;
    margin: 0;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px) scale(.97);
    transform-origin: right bottom;
    visibility: hidden;
    transition: opacity .2s, transform .2s, visibility .2s;
}

.chat-window.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
}

.chat-launcher {
    position: relative;
    display: flex;
    min-height: 54px;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    color: var(--ink);
    background: var(--yellow);
    border: 0;
    border-radius: 28px 28px 5px 28px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    pointer-events: auto;
}

.chat-launcher i {
    font-size: 20px;
    line-height: 1;
}

.chat-launcher.has-unread::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2px;
    width: 11px;
    height: 11px;
    background: var(--danger);
    border: 2px solid #fff;
    border-radius: 50%;
}

.chat-launcher.chat-is-open span {
    display: none;
}

.chat-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-close {
    display: grid;
    width: 30px;
    height: 30px;
    padding: 0 0 2px;
    place-items: center;
    color: var(--muted);
    background: var(--surface-alt);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
}

.chat-header {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.chat-header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-logo {
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 50%;
    font-family: var(--font-sans);
    font-weight: 700;
}

.chat-header > div > span:last-child {
    display: flex;
    flex-direction: column;
}

.chat-header b {
    font-size: 12px;
}

#chat-status {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--green);
    font-size: 9px;
}

.chat-secure {
    color: var(--muted);
    font-size: 9px;
}

.chat-messages {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.chat-empty {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9b978e;
    text-align: center;
}

.chat-empty[hidden] {
    display: none;
}

.chat-empty > span {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    color: var(--yellow-deep);
    background: rgba(255, 198, 41, .15);
    border-radius: 50%;
    font-family: var(--font-sans);
    font-weight: 800;
}

.chat-empty p {
    max-width: 260px;
    margin: 14px 0;
    font-size: 12px;
}

.chat-message {
    display: flex;
    max-width: 78%;
    flex-direction: column;
    align-self: flex-start;
}

.chat-message.visitor {
    align-self: flex-end;
    align-items: flex-end;
}

.chat-bubble {
    padding: 10px 13px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 2px 13px 13px 13px;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
}

.chat-bubble img.chat-voucher-image {
    display: block;
    width: min(220px, 100%);
    height: auto;
    margin-top: 8px;
    border-radius: 8px;
    background: #fff;
}

.visitor .chat-bubble {
    color: var(--ink);
    background: var(--yellow);
    border-color: var(--yellow);
    border-radius: 13px 2px 13px 13px;
}

.chat-time {
    margin-top: 3px;
    color: #aaa59b;
    font-size: 8px;
}

.chat-form {
    display: grid;
    grid-template-columns: 1fr 43px;
    gap: 10px;
    align-items: end;
    padding: 13px;
    background: #fff;
    border-top: 1px solid var(--line);
}

.chat-form textarea {
    width: 100%;
    max-height: 100px;
    padding: 11px 13px;
    resize: none;
    background: #f5f3ed;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    font-size: 12px;
}

.chat-form textarea:focus {
    background: #fff;
    border-color: rgba(180, 128, 0, .4);
}

.chat-form button {
    display: grid;
    width: 43px;
    height: 43px;
    padding: 0;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.chat-form button:disabled {
    opacity: .55;
    cursor: wait;
}

.chat-form button i {
    font-size: 17px;
    line-height: 1;
}

.about-section {
    padding-bottom: 80px;
}

.about-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 120px;
}

.about-heading {
    position: relative;
}

.about-stat {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 50px;
}

.about-stat strong {
    color: var(--yellow-deep);
    font-family: var(--font-sans);
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.about-stat span {
    padding-left: 18px;
    color: var(--muted);
    border-left: 1px solid var(--line);
    font-size: 11px;
}

.about-content {
    padding-top: 43px;
}

.about-content p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.about-content .lead-paragraph {
    margin-top: 0;
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.55;
}

.advantages-wrap {
    margin-top: 85px;
}

.advantages-title {
    margin: 0 0 28px;
    font-family: var(--font-sans);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.01em;
}

.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.about-closing {
    margin: 28px 0 0;
    max-width: 760px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.advantage {
    min-height: 220px;
    padding: 30px 25px;
    border-right: 1px solid var(--line);
}

.advantage:first-child {
    border-left: 1px solid var(--line);
}

.advantage > span {
    color: var(--yellow-deep);
    font-family: var(--font-sans);
    font-size: 12px;
}

.advantage h3 {
    margin: 55px 0 8px;
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.advantage p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
}

.faq-section {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.faq-heading {
    margin-bottom: 48px;
}

.faq-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--yellow-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.faq-heading h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1;
    letter-spacing: -.03em;
}

.faq-heading h2 em {
    color: var(--yellow-deep);
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item summary {
    display: grid;
    grid-template-columns: 55px 1fr 28px;
    gap: 20px;
    align-items: center;
    min-height: 72px;
    padding: 20px 0;
    list-style: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

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

.faq-item summary::marker {
    display: none;
    content: "";
}

.faq-number {
    color: #9e9990;
    font-family: var(--font-sans);
    font-size: 12px;
}

.faq-question {
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.faq-icon {
    justify-self: end;
    color: var(--muted);
    font-size: 13px;
    transition: transform .25s ease, color .25s ease;
}

.faq-item[open] .faq-icon {
    color: var(--yellow-deep);
    transform: rotate(180deg);
}

.faq-item summary:hover .faq-question {
    color: var(--ink-soft);
}

.faq-answer {
    max-width: 760px;
    padding: 0 0 28px 75px;
    color: #615d55;
    font-family: var(--font-sans);
    font-size: 15px;
    line-height: 1.65;
}

.faq-answer p {
    margin: 0 0 12px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer strong {
    color: var(--ink);
    font-weight: 700;
}

.reviews-section {
    background: var(--surface-alt);
}

.clients-chat-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 32px;
    text-align: left;
}

.clients-chat-label {
    margin: 0;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.clients-chat-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    background: var(--yellow);
    border-color: rgba(21, 20, 15, .16);
}

.clients-chat-button:hover {
    color: var(--ink);
    background: #ffd24d;
    border-color: rgba(21, 20, 15, .24);
}

.clients-chat-button i {
    font-size: 18px;
}

.review-heading {
    align-items: center;
    margin-bottom: 24px;
}

.rating-block {
    display: flex;
    align-items: center;
    gap: 14px;
}

.rating-block strong {
    font-family: var(--font-sans);
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.rating-block > span {
    display: flex;
    flex-direction: column;
    color: var(--yellow-deep);
    font-size: 12px;
    letter-spacing: .15em;
}

.rating-block small {
    color: var(--muted);
    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.reviews-list {
    border-top: 1px solid var(--line);
}

.review-card {
    border-bottom: 1px solid var(--line);
}

.review-card[hidden] {
    display: none;
}

.review-card .review-summary {
    display: grid;
    grid-template-columns: 55px 1fr 100px;
    gap: 20px;
    align-items: center;
    min-height: 72px;
    padding: 20px 0 0;
}

.review-card > p {
    max-width: 760px;
    padding: 0 0 24px 75px;
    margin: 16px 0 0;
    color: #615d55;
    font-family: var(--font-sans);
    font-size: 15px;
    line-height: 1.65;
}

.review-number {
    color: #9e9990;
    font-family: var(--font-sans);
    font-size: 12px;
}

.review-person {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
}

.review-person > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.review-avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    object-fit: cover;
    background: #e9e6dd;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(23, 21, 15, .12);
}

.review-avatar-fallback {
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    font-size: 17px;
    font-weight: 900;
}

.review-person b {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 700;
}

.review-person a {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    color: #229ed9;
    font-size: 10px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.review-person a .tg-icon {
    flex: 0 0 auto;
    color: #229ed9;
    font-size: 15px;
}

.review-stars {
    color: var(--yellow-deep);
    font-size: 9px;
    letter-spacing: .12em;
}

.show-reviews {
    margin: 35px auto 0;
    color: var(--ink);
    background: transparent;
    border: 1px solid rgba(21, 20, 15, .35);
}

.show-reviews:hover {
    color: #fff;
    background: var(--ink);
}

.closing-cta {
    position: relative;
    padding: 110px 0;
    color: var(--ink);
    background: var(--surface-alt);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-align: center;
    overflow: hidden;
}

.closing-cta .eyebrow {
    justify-content: center;
}

.closing-cta h2 {
    margin-bottom: 35px;
}

.site-footer {
    padding: 45px 0 20px;
    color: var(--muted);
    background: #fff;
    border-top: 1px solid var(--line);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.footer-logo .logo-mark {
    width: 35px;
    height: 35px;
}

.footer-grid p {
    margin: 0;
    font-size: 11px;
    text-align: center;
}

.footer-grid nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-size: 10px;
}

.footer-grid nav a:hover {
    color: var(--ink);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 35px;
    border-top: 1px solid var(--line);
    font-size: 9px;
}

.purchase-modal {
    width: min(920px, calc(100% - 30px));
    max-height: min(760px, calc(100vh - 30px));
    padding: 0;
    color: var(--ink);
    background: var(--paper-strong);
    border: 0;
    border-radius: 2px;
    box-shadow: 0 40px 110px rgba(0, 0, 0, .4);
    overflow: auto;
}

.purchase-modal.purchase-modal--step-details {
    width: min(760px, calc(100% - 30px));
    max-height: min(620px, calc(100vh - 30px));
}

.purchase-modal.purchase-modal--step-details .modal-layout {
    min-height: 0;
    grid-template-columns: 280px 1fr;
}

.purchase-modal.purchase-modal--step-details .modal-summary h2 {
    margin-bottom: 24px;
    font-size: 26px;
}

.purchase-modal.purchase-modal--step-details .modal-summary ul {
    margin-top: 28px;
}

.purchase-modal.purchase-modal--step-details .modal-content {
    padding: 36px 40px;
    align-items: flex-start;
}

.payment-step {
    width: 100%;
}

.payment-next {
    width: 100%;
    margin-top: 8px;
}

.payment-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    color: var(--muted);
    background: none;
    border: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
}

.payment-back-link:hover {
    color: var(--ink);
}

.payment-customer-summary {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
    padding: 14px 16px;
    background: #f7f5f0;
    border: 1px solid var(--line);
    border-radius: 2px;
}

.payment-customer-summary-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.payment-customer-summary-item span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.payment-customer-summary-item strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.payment-customer-summary-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding-top: 4px;
    color: #6e6a61;
    font-size: 11px;
}

.payment-customer-summary-meta span:not(:last-child)::after {
    content: "·";
    margin-left: 14px;
    color: #b8b3a8;
}

.payment-method-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.payment-method-card {
    display: flex;
    min-height: 118px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 14px;
    color: var(--ink);
    background: #fff;
    border: 1.5px solid var(--line-strong);
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    transition: border-color .2s, background .2s, box-shadow .2s, transform .15s;
}

.payment-method-card i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 50%;
    font-size: 17px;
}

.payment-method-card:hover,
.payment-method-card:focus-visible {
    background: #fffdf5;
    border-color: var(--yellow-deep);
    box-shadow: 0 10px 30px rgba(23, 21, 15, .08);
}

.payment-method-card:active {
    transform: scale(.98);
}

.payment-method-card:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
}

.payment-method-notice {
    margin: 12px 0 0;
    padding: 12px 14px;
    color: var(--ink);
    font-size: 12px;
    line-height: 1.45;
    background: #fff4f4;
    border: 1px solid rgba(220, 53, 69, .25);
    border-radius: 8px;
}

.payment-method-notice[hidden] {
    display: none;
}

#payment-details-step .form-grid {
    margin-bottom: 4px;
}

#payment-details-step .payment-error {
    min-height: 0;
    margin-top: 10px;
}

.purchase-modal::backdrop {
    background: rgba(10, 9, 7, .72);
    backdrop-filter: blur(10px);
}

.modal-close {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0 0 3px;
    place-items: center;
    color: var(--ink);
    background: rgba(255, 255, 255, .8);
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
    font-size: 23px;
}

.modal-layout {
    display: grid;
    grid-template-columns: 330px 1fr;
    min-height: 610px;
}

.modal-summary {
    padding: 45px 34px;
    color: #fff;
    background:
        radial-gradient(circle at 50% 32%, rgba(255, 198, 41, .14), transparent 30%),
        #181713;
}

.modal-summary.station-theme--atan,
.modal-summary.station-theme--tes {
    background:
        radial-gradient(circle at 50% 32%, var(--station-accent-glow), transparent 32%),
        var(--station-surface);
}

.modal-summary.station-theme--atan .modal-kicker,
.modal-summary.station-theme--tes .modal-kicker,
.modal-summary.station-theme--atan .selected-ticket > span,
.modal-summary.station-theme--tes .selected-ticket > span,
.modal-summary.station-theme--atan .modal-total strong,
.modal-summary.station-theme--tes .modal-total strong {
    color: var(--station-accent);
}

.modal-kicker {
    color: var(--yellow-deep);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.modal-summary h2 {
    margin: 8px 0 35px;
    font-family: var(--font-sans);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.selected-ticket {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.selected-ticket > span {
    color: var(--yellow);
    font-family: var(--font-sans);
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: .85;
}

.selected-ticket > span small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .4);
    font-family: var(--font-sans);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.selected-ticket div {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.selected-ticket b {
    font-size: 15px;
}

.selected-ticket div small {
    color: rgba(255, 255, 255, .4);
    font-size: 9px;
}

.modal-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 29px 0;
}

.modal-total span {
    color: rgba(255, 255, 255, .45);
    font-size: 10px;
}

.modal-total strong {
    color: var(--yellow);
    font-family: var(--font-sans);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.modal-summary ul {
    padding: 0;
    margin: 45px 0 0;
    list-style: none;
}

.modal-summary li {
    position: relative;
    margin: 12px 0;
    padding-left: 21px;
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
}

.modal-summary li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--yellow);
}

.modal-content {
    display: flex;
    padding: 44px;
    align-items: center;
}

.modal-content h3 {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -.01em;
}

.modal-intro {
    margin: 5px 0 24px;
    color: var(--muted);
    font-size: 11px;
}

.voucher-principle {
    padding: 13px 15px;
    margin: -9px 0 20px;
    background: #fff9e8;
    border-left: 3px solid var(--yellow-deep);
}

.voucher-principle strong {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
}

.voucher-principle ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 20px;
    padding-left: 17px;
    margin: 0;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.45;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-grid label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-grid label > span {
    color: #6e6a61;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.form-grid input {
    width: 100%;
    height: 45px;
    padding: 0 12px;
    background: #f4f1e9;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: none;
    font-size: 12px;
}

.form-grid input:focus {
    background: #fff;
    border-color: rgba(178, 128, 0, .45);
}

.payment-details {
    margin-top: 22px;
    background: #f1eee5;
    border: 1px solid var(--line);
}

.payment-details-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 13px;
    border-bottom: 1px solid var(--line);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.payment-details-head i {
    color: var(--green);
    font-size: 8px;
    font-style: normal;
}

.payment-details dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}

.payment-details dl > div {
    padding: 10px 13px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.payment-details dl > div:nth-child(even) {
    border-right: 0;
}

.payment-details dl > div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.payment-details dt {
    color: var(--muted);
    font-size: 8px;
}

.payment-details dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 2px 0 0;
    font-size: 11px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.payment-details dd span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.copy-detail {
    flex: 0 0 auto;
    min-height: 26px;
    padding: 0 9px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line-strong);
    border-radius: 4px;
    cursor: pointer;
    font-size: 8px;
    font-weight: 800;
}

.copy-detail:hover,
.copy-detail:focus-visible {
    border-color: var(--yellow-deep);
    background: #fff8df;
}

.payment-loading {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 24px 18px;
    margin-top: 16px;
    color: var(--ink);
    background: #fff9e8;
    border: 1px solid rgba(255, 187, 0, .35);
    border-radius: 8px;
    text-align: center;
}

.payment-loading[hidden],
.sbp-qr-box[hidden] {
    display: none;
}

.payment-loading--large {
    margin-top: 0;
    padding: 34px 22px;
}

.payment-loading b {
    font-size: 14px;
    line-height: 1.35;
}

.payment-loading small {
    max-width: 360px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.45;
}

.spinner {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(21, 20, 15, .12);
    border-top-color: var(--yellow-deep);
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.sbp-qr-box {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 16px;
    margin-top: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    text-align: center;
}

.sbp-qr-box span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sbp-qr-box iframe {
    width: min(320px, 100%);
    height: 420px;
    border: 0;
    border-radius: 8px;
    background: #fff;
}

.form-grid--single {
    grid-template-columns: 1fr;
}

.consent-group {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.consent-group .consent {
    margin: 0;
}

.consent {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 16px 0 0;
    color: var(--muted);
    cursor: pointer;
    font-size: 9px;
}

.consent input {
    flex: 0 0 auto;
    margin: 1px 0 0;
    accent-color: var(--yellow-deep);
}

.payment-error {
    min-height: 17px;
    margin: 7px 0 2px;
    color: var(--danger);
    font-size: 10px;
}

.receipt-upload {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 12px;
    background: #f4f1e9;
    border: 1px dashed rgba(178, 128, 0, .35);
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

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

.receipt-upload.is-disabled .receipt-upload-input {
    pointer-events: none;
}

.receipt-upload.is-disabled {
    opacity: .65;
    pointer-events: none;
    cursor: not-allowed;
}

.receipt-upload.is-dragover {
    background: #fff8e8;
    border-color: var(--yellow-deep);
}

.receipt-upload-label {
    color: #6e6a61;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.receipt-upload-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 14px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 2px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
}

.receipt-upload.has-file .receipt-upload-button {
    color: var(--green);
    border-color: rgba(34, 120, 74, .35);
}

.receipt-file-name {
    color: var(--muted);
    font-size: 9px;
    overflow-wrap: anywhere;
}

.receipt-upload-hint {
    color: #99958c;
    font-size: 9px;
}

.receipt-upload.has-file .receipt-upload-hint {
    display: none;
}

.payment-submit {
    width: 100%;
}

.payment-submit:disabled {
    color: rgba(255, 255, 255, .7);
    background: #807c72;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

.payment-submit span {
    margin-left: auto;
}

.payment-hint {
    margin: 8px 0 0;
    color: #99958c;
    font-size: 8px;
    text-align: center;
}

.payment-support-link {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    color: #6e6a61;
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.payment-support-link:hover {
    color: var(--yellow-deep);
}

.coupon-placeholder {
    width: 100%;
    text-align: center;
}

.coupon-placeholder[hidden],
.refund-notice[hidden] {
    display: none;
}

.success-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    place-items: center;
    color: #fff;
    background: var(--green);
    border-radius: 50%;
    font-size: 24px;
}

.coupon-placeholder h3 {
    margin: 6px 0 24px;
}

.qr-code[hidden],
.voucher-code-box[hidden] {
    display: none !important;
}

.qr-code {
    display: grid;
    width: min(250px, 100%);
    aspect-ratio: 1;
    padding: 10px;
    margin: 0 auto;
    place-items: center;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 14px 35px rgba(23, 22, 18, .12);
}

.qr-code.voucher-code-box--barcode {
    width: min(420px, 100%);
    aspect-ratio: auto;
    min-height: 170px;
    padding: 18px 16px;
}

.qr-code.voucher-code-box--barcode img {
    width: 100%;
    max-width: 390px;
    height: auto;
    min-height: 110px;
    object-fit: contain;
}

.qr-code img {
    display: block;
    width: 100%;
    height: auto;
}

.coupon-placeholder .coupon-volume {
    margin-top: 14px;
    color: var(--ink);
    font-weight: 800;
}

.coupon-placeholder > p {
    max-width: 380px;
    margin: 18px auto 0;
    color: var(--muted);
    font-size: 10px;
}

.refund-notice {
    width: 100%;
}

.refund-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 50%;
    font-family: var(--font-sans);
    font-size: 29px;
    font-weight: 800;
}

.refund-notice h3 {
    margin: 7px 0 24px;
    font-size: 31px;
}

.refund-notice p {
    margin: 0 0 13px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}

.refund-notice > strong {
    display: block;
    padding-top: 17px;
    margin-top: 20px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    line-height: 1.55;
}

.refund-action {
    width: 100%;
    margin-top: 25px;
}

.refund-action span {
    margin-left: auto;
}

.site-toast {
    position: fixed;
    z-index: 1200;
    left: 50%;
    bottom: 24px;
    max-width: min(430px, calc(100% - 30px));
    padding: 12px 18px;
    color: #fff;
    background: var(--ink);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .25);
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 15px);
    transition: opacity .25s, transform .25s;
}

.site-toast.visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.reveal,
.reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1000px) {
    .hero {
        min-height: auto;
    }

    .hero-grid {
        grid-template-columns: 1fr 380px;
        gap: 35px;
    }

    .hero h1 {
        font-size: clamp(53px, 7vw, 72px);
    }

    .purchase-toast {
        margin-top: 14px;
    }

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

    .ticket-card:last-child {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 520px;
        justify-self: center;
    }

    .support-shell {
        grid-template-columns: 1fr 1.25fr;
    }

    .support-copy {
        padding: 50px 35px;
    }

    .about-grid {
        gap: 60px;
    }
}

@media (max-width: 820px) {
    :root {
        --container: min(100% - 28px, 620px);
    }

    html {
        scroll-padding-top: 68px;
    }

    .site-header {
        height: 66px;
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 66px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 14px 18px;
        background: #fff;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 16px 30px rgba(23, 21, 15, .08);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity .2s, transform .2s;
    }

    .main-nav.open {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .main-nav a {
        padding: 13px 8px;
        border-bottom: 1px solid var(--line);
    }

    .main-nav a::after {
        display: none;
    }

    .hero {
        padding: 116px 0 110px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .hero h1 {
        font-size: clamp(49px, 14vw, 70px);
    }

    .hero-lead {
        font-size: 15px;
    }

    .hero-actions {
        flex-wrap: wrap;
    }

    .hero-features {
        gap: 13px;
        justify-content: space-between;
    }

    .hero-features li {
        font-size: 9px;
    }

    .fuel-widget {
        justify-self: stretch;
    }

    .section {
        padding: 82px 0;
    }

    .section-heading {
        display: block;
        margin-bottom: 40px;
    }

    .roadmap-strip {
        padding: 12px 14px 14px;
        margin-bottom: 22px;
    }

    .roadmap-strip-head {
        flex-direction: column;
        align-items: center;
        gap: 4px;
        text-align: center;
    }

    .roadmap-strip-lead {
        text-align: center;
    }

    .roadmap-timeline-wrap {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        align-items: center;
        gap: 6px;
        margin-top: 12px;
    }

    .roadmap-scroll-btn {
        display: grid;
        width: 40px;
        height: 40px;
        place-items: center;
        flex-shrink: 0;
        padding: 0;
        color: var(--ink-soft);
        background: #fff;
        border: 1px solid var(--line-strong);
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(23, 21, 15, .06);
        cursor: pointer;
        transition: border-color .2s, color .2s, background .2s, opacity .2s;
    }

    .roadmap-scroll-btn:hover:not(:disabled) {
        color: var(--ink);
        border-color: var(--yellow-deep);
        background: #fffdf5;
    }

    .roadmap-scroll-btn:disabled {
        opacity: .3;
        cursor: default;
    }

    .roadmap-scroll-btn i {
        font-size: 14px;
        line-height: 1;
    }

    .roadmap-node {
        gap: 10px;
    }

    .roadmap-node-icon {
        width: 52px;
        height: 52px;
    }

    .roadmap-node-icon i {
        font-size: 22px;
    }

    .roadmap-node-label {
        max-width: 11ch;
        font-size: 12px;
        line-height: 1.3;
    }

    .fuel-calculator .fuel-option-card {
        display: grid;
        grid-template-columns: 22px 1fr auto;
        grid-template-areas: none;
        align-items: center;
        gap: 10px 12px;
        min-height: 0;
        padding: 14px 16px;
        border-bottom: none;
    }

    .fuel-calculator .fuel-option-card input {
        position: relative;
        grid-area: auto;
        align-self: center;
    }

    .fuel-calculator .fuel-option-name,
    .fuel-calculator .fuel-option-price {
        grid-area: auto;
    }

    .ticket-heading {
        display: block;
        padding-top: 36px;
    }

    .ticket-heading p {
        max-width: none;
        margin-top: 12px;
    }

    .section-heading > p {
        width: auto;
        margin-top: 22px;
    }

    .section-heading h2,
    .about-heading h2,
    .support-copy h2,
    .closing-cta h2 {
        font-size: clamp(43px, 12vw, 58px);
    }

    .ticket-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ticket-card:last-child {
        grid-column: auto;
        width: 100%;
        max-width: none;
    }

    .ticket-visual {
        height: auto;
        min-height: 210px;
        margin: 12px 12px 0;
        padding: 22px 18px;
    }

    .ticket-volume {
        font-size: clamp(42px, 12vw, 52px);
    }

    .ticket-card[data-liters="1000"] .ticket-volume {
        font-size: clamp(38px, 11vw, 46px);
        letter-spacing: -.05em;
    }

    .ticket-card[data-liters="1000"] .ticket-code {
        font-size: 6px;
        letter-spacing: .12em;
    }

    .ticket-content {
        padding: 16px 18px 28px;
    }

    .ticket-title {
        gap: 10px;
        align-items: flex-start;
    }

    .ticket-title h3 {
        font-size: clamp(19px, 5.2vw, 22px);
        line-height: 1.15;
    }

    .ticket-card .fuel-options label {
        grid-template-columns: 18px minmax(0, 1fr) auto;
        gap: 8px 10px;
        min-height: 48px;
        padding: 8px 0;
    }

    .ticket-card .fuel-options b {
        font-size: 12px;
        white-space: nowrap;
    }

    .package-benefits {
        min-height: 0;
        margin-bottom: 20px;
    }

    .package-benefits li {
        font-size: 12px;
        line-height: 1.45;
    }

    .support-section {
        padding-top: 20px;
    }

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

    .support-copy {
        padding: 50px 28px 32px;
    }

    .support-preview {
        min-height: 370px;
        padding: 35px 28px;
    }

    .floating-chat {
        right: max(12px, env(safe-area-inset-right, 0px));
        bottom: max(12px, env(safe-area-inset-bottom, 0px));
    }

    .chat-window {
        width: calc(100vw - 24px);
        height: min(540px, calc(100dvh - 96px));
        min-height: 0;
        margin: 0;
    }

    .chat-launcher {
        min-width: 54px;
        padding-inline: 15px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-content {
        padding-top: 0;
    }

    .advantages {
        grid-template-columns: 1fr 1fr;
        margin-top: 55px;
    }

    .advantage:nth-child(odd) {
        border-left: 1px solid var(--line);
    }

    .advantage:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .review-heading {
        display: flex;
        align-items: flex-start;
    }

    .rating-block strong {
        font-size: 34px;
    }

    .review-card .review-summary {
        grid-template-columns: 26px 1fr;
        gap: 10px;
        min-height: 56px;
        padding-top: 14px;
    }

    .review-card > p {
        padding-left: 36px;
        padding-bottom: 18px;
        margin-top: 14px;
        font-size: 14px;
    }

    .review-stars {
        display: none;
    }

    .faq-heading {
        margin-bottom: 32px;
    }

    .faq-item summary {
        grid-template-columns: 26px 1fr 22px;
        gap: 10px;
        min-height: 56px;
        padding: 14px 0;
    }

    .faq-question {
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 0 20px 36px;
        font-size: 14px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .footer-grid nav {
        justify-content: center;
    }

    .modal-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .purchase-modal {
        width: 100%;
        max-width: 100%;
        max-height: 100dvh;
        height: 100dvh;
        margin: 0;
        border-radius: 0;
    }

    .purchase-modal.purchase-modal--step-details .modal-content {
        padding: 24px 22px calc(28px + env(safe-area-inset-bottom, 0px));
    }

    .payment-customer-summary-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .payment-customer-summary-item strong {
        text-align: left;
    }

    .modal-content {
        padding: 28px 22px calc(34px + env(safe-area-inset-bottom, 0px));
    }

    .receipt-upload {
        padding: 14px;
        gap: 10px;
    }

    .receipt-upload-button {
        min-height: 44px;
        padding: 0 18px;
        font-size: 12px;
    }

    .receipt-upload-hint {
        font-size: 10px;
        line-height: 1.4;
    }

    .payment-submit,
    .button {
        min-height: 44px;
    }

    .modal-summary {
        padding: 30px 25px 24px;
    }

    .modal-summary h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .modal-summary ul {
        display: none;
    }

    .modal-total {
        margin-bottom: 0;
    }

    .voucher-principle ol {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 460px) {
    .logo {
        font-size: 13px;
    }

    .hero-features li:last-child {
        display: none;
    }

    .fuel-widget {
        width: 100%;
        padding-inline: 18px;
    }

    .ticket-visual {
        min-height: 200px;
        margin-inline: 10px;
    }

    .ticket-card[data-liters="1000"] .ticket-visual {
        min-height: 215px;
        padding-bottom: 24px;
    }

    .ticket-card[data-liters="1000"] .ticket-volume {
        top: 54px;
        left: 18px;
        font-size: clamp(34px, 10vw, 42px);
    }

    .ticket-content {
        padding: 14px 16px 26px;
    }

    .ticket-card .fuel-options label {
        grid-template-columns: 18px 1fr;
        grid-template-areas:
            "input name"
            "input price";
        align-items: center;
        gap: 2px 10px;
        padding: 12px 0;
    }

    .ticket-card .fuel-options input {
        grid-area: input;
        align-self: center;
    }

    .ticket-card .fuel-options label > span {
        grid-area: name;
    }

    .ticket-card .fuel-options b {
        grid-area: price;
        font-size: 14px;
        font-weight: 800;
        white-space: normal;
    }

    .fuel-calculator .fuel-option-card {
        grid-template-areas: none;
        grid-template-columns: 22px 1fr auto;
        align-items: center;
        gap: 10px 12px;
        padding: 10px 12px;
    }

    .station-options label {
        min-height: 44px;
    }

    .ticket-title > span {
        flex-shrink: 0;
    }

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

    .advantage {
        min-height: 175px;
        border-left: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .advantage h3 {
        margin-top: 35px;
    }

    .review-heading {
        display: block;
    }

    .rating-block {
        margin-top: 22px;
    }

    .review-person b {
        font-size: 14px;
    }

    .review-avatar {
        width: 42px;
        height: 42px;
    }

    .review-person {
        gap: 9px;
    }

    .review-person a {
        font-size: 9px;
    }

    .review-card > p {
        font-size: 15px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 14px;
        line-height: 1.6;
    }

    .ticket-heading {
        padding-top: 24px;
        margin-bottom: 24px;
    }

    .ticket-heading-copy h2,
    .ticket-heading h2 {
        font-size: clamp(28px, 8vw, 36px);
    }

    .calculator-form {
        padding: 16px 16px 6px;
    }

    .fuel-calculator .fuel-option-card {
        padding: 10px 12px;
    }

    .form-grid,
    .payment-details dl {
        grid-template-columns: 1fr;
    }

    .payment-method-grid {
        grid-template-columns: 1fr;
    }

    .payment-details dd {
        align-items: flex-start;
        flex-direction: column;
    }

    .copy-detail {
        min-height: 32px;
        font-size: 10px;
    }

    .payment-details dl > div {
        border-right: 0;
        border-bottom: 1px solid var(--line) !important;
    }

    .payment-details dl > div:last-child {
        border-bottom: 0 !important;
    }

    .chat-secure {
        display: none;
    }

    .chat-launcher span {
        display: none;
    }

    .chat-launcher {
        width: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50% 50% 5px 50%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        align-items: center;
        text-align: center;
    }
}

.fuel-hub {
    display: grid;
    grid-template-columns: minmax(280px, .92fr) minmax(0, 1.18fr);
    gap: 20px;
    align-items: stretch;
    margin-bottom: 28px;
}

.fuel-hub-live {
    min-height: 100%;
}

.inventory-chart {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    background:
        radial-gradient(circle at 85% 12%, rgba(255, 187, 0, .14), transparent 34%),
        linear-gradient(180deg, #faf8f4, #f0ede6);
    border: 1px solid rgba(23, 21, 15, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.purchase-preview {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 14px 0 0;
    padding: 12px 14px;
    background: #f7f5f0;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.purchase-preview[hidden],
.purchase-preview:empty {
    display: none;
}

.purchase-preview li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    line-height: 1.35;
}

.purchase-preview-name {
    min-width: 0;
    overflow: hidden;
    color: var(--ink);
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.purchase-preview-liters {
    flex-shrink: 0;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.purchase-preview-refill .purchase-preview-name,
.purchase-preview-refill .purchase-preview-liters {
    color: var(--green);
}

.purchase-history-refill td {
    color: var(--green);
    font-weight: 600;
}

.history-open-button {
    width: 100%;
    margin-top: 12px;
    gap: 8px;
    justify-content: center;
    border-radius: 12px;
    font-weight: 600;
}

.station-theme--atan {
    --station-accent: #2f8e55;
    --station-accent-soft: rgba(47, 142, 85, .12);
    --station-accent-glow: rgba(47, 142, 85, .28);
    --station-code-color: rgba(141, 255, 184, .72);
    --station-surface: linear-gradient(165deg, #173a28 0%, #0d2117 55%, #08140e 100%);
    --station-surface-highlight:
        radial-gradient(circle at 78% 8%, rgba(141, 255, 184, .18), transparent 38%),
        radial-gradient(circle at 12% 88%, rgba(255, 187, 0, .12), transparent 42%);
}

.station-theme--tes {
    --station-accent: #d97706;
    --station-accent-soft: rgba(217, 119, 6, .14);
    --station-accent-glow: rgba(217, 119, 6, .28);
    --station-code-color: rgba(255, 210, 138, .78);
    --station-surface: linear-gradient(165deg, #4a2d08 0%, #2a1a06 55%, #1a1004 100%);
    --station-surface-highlight:
        radial-gradient(circle at 78% 8%, rgba(255, 210, 138, .2), transparent 38%),
        radial-gradient(circle at 12% 88%, rgba(255, 140, 40, .1), transparent 42%);
}

.fuel-calculator {
    display: grid;
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    min-height: 100%;
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    background: var(--paper-strong);
    box-shadow: 0 24px 70px rgba(23, 21, 15, .08);
    transition: border-color .25s, box-shadow .25s;
}

.fuel-calculator:focus-within {
    border-color: var(--station-accent);
    box-shadow: 0 28px 80px rgba(23, 21, 15, .1), 0 0 0 3px var(--station-accent-glow);
}

.calculator-preview {
    position: relative;
    min-height: 100%;
}

.fuel-calculator .calculator-visual {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 24px 20px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--station-surface-highlight), var(--station-surface);
}

.fuel-calculator .ticket-code {
    color: var(--station-code-color);
}

.fuel-calculator .ticket-volume {
    position: relative;
    top: auto;
    left: auto;
    margin: 18px 0 8px;
    font-size: clamp(2.8rem, 5vw, 3.4rem);
}

.ticket-station-hint {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 11rem;
    color: rgba(255, 255, 255, .88);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
}

.fuel-calculator .ticket-visual svg {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: auto;
    opacity: .85;
}

.calculator-panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.calculator-form {
    flex: 1;
    padding: 24px 24px 8px;
}

.calculator-checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px 24px;
    background: linear-gradient(180deg, rgba(245, 245, 242, .55), rgba(245, 245, 242, .95));
    border-top: 1px solid var(--line);
}

.calculator-checkout-total {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.calculator-total-label {
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.calculator-total-amount {
    color: var(--station-accent, var(--ink));
    font-size: clamp(1.45rem, 2.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.fuel-calculator .buy-button {
    flex-shrink: 0;
    width: auto;
    min-width: min(100%, 220px);
    padding-inline: 22px;
    border-radius: 12px;
    font-weight: 700;
}

.fuel-calculator .station-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0;
    margin: 0;
    border: 0;
}

.fuel-calculator .station-options legend {
    grid-column: 1 / -1;
    margin-bottom: 8px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
}

.fuel-calculator .station-options label {
    position: relative;
    display: block;
    min-height: 0;
    cursor: pointer;
}

.fuel-calculator .station-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fuel-calculator .station-options label.station-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 14px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    transition: border-color .2s, background .2s, box-shadow .2s, color .2s;
}

.fuel-calculator .station-options label.station-chip i {
    color: var(--muted);
    font-size: 12px;
    transition: color .2s;
}

.fuel-calculator .station-options label.station-chip:has(input:checked) {
    color: var(--ink);
    background: var(--station-accent-soft);
    border-color: var(--station-accent);
    box-shadow: 0 0 0 3px var(--station-accent-glow);
}

.fuel-calculator .station-options label.station-chip:has(input:checked) i {
    color: var(--station-accent);
}

.fuel-calculator .fuel-options {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 22px 0 0;
    border: 0;
}

.fuel-calculator .fuel-options legend {
    margin-bottom: 8px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
}

.fuel-calculator .fuel-option-card {
    position: relative;
    display: grid;
    grid-template-columns: 22px 1fr auto;
    grid-template-areas: none;
    gap: 10px 12px;
    align-items: center;
    min-height: 0;
    padding: 14px 16px;
    cursor: pointer;
    border: 1.5px solid var(--line);
    border-radius: 14px;
    background: #fff;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

.fuel-calculator .fuel-option-card input {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0;
    appearance: none;
    border: 2px solid var(--line-strong);
    border-radius: 50%;
    background: #fff;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

.fuel-calculator .fuel-option-card input::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--station-accent);
    transform: scale(0);
    transition: transform .2s;
}

.fuel-calculator .fuel-option-card:has(input:checked) {
    background: var(--station-accent-soft);
    border-color: var(--station-accent);
    box-shadow: 0 8px 24px var(--station-accent-glow);
}

.fuel-calculator .fuel-option-card:has(input:checked) input {
    border-color: var(--station-accent);
}

.fuel-calculator .fuel-option-card:has(input:checked) input::after {
    transform: scale(1);
}

.fuel-calculator .fuel-option-name {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.01em;
    grid-area: auto;
}

.fuel-calculator .fuel-option-price {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    grid-area: auto;
}

.fuel-calculator .fuel-option-card:has(input:checked) .fuel-option-price {
    color: var(--ink-soft);
}

.fuel-calculator .fuel-option-sold-out {
    grid-column: 2 / -1;
    color: #e53935;
    font-size: 12px;
    font-weight: 700;
}

.fuel-calculator .fuel-option-card--sold-out {
    cursor: not-allowed;
}

.fuel-calculator .fuel-option-card--sold-out .fuel-option-price {
    opacity: 0.7;
}

.fuel-calculator .buy-button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.calculator-volume {
    margin: 22px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.calculator-volume-label {
    display: grid;
    gap: 4px;
    margin-bottom: 12px;
}

.calculator-volume-label span {
    font-size: 12px;
    font-weight: 700;
    color: var(--ink-soft);
}

.calculator-volume-label small {
    color: var(--muted);
    font-size: 12px;
}

.calculator-volume-controls {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 10px;
    align-items: center;
}

.volume-input-wrap {
    position: relative;
}

.volume-input-wrap .volume-unit {
    position: absolute;
    top: 50%;
    right: 16px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    pointer-events: none;
    transform: translateY(-50%);
}

.calculator-volume-controls input {
    width: 100%;
    text-align: center;
    padding: 14px 36px 14px 14px;
    border: 1.5px solid var(--line-strong);
    border-radius: 12px;
    background: #fff;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -.02em;
    font-variant-numeric: tabular-nums;
    transition: border-color .2s, box-shadow .2s;
    -moz-appearance: textfield;
    appearance: textfield;
}

.calculator-volume-controls input::-webkit-outer-spin-button,
.calculator-volume-controls input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fuel-calculator .calculator-volume-controls input:focus {
    outline: none;
    border-color: var(--station-accent);
    box-shadow: 0 0 0 4px var(--station-accent-glow);
}

.volume-step {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1.5px solid var(--line-strong);
    border-radius: 12px;
    background: var(--surface-alt);
    color: var(--ink);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color .2s, background .2s, color .2s, transform .15s;
}

.volume-step:hover {
    border-color: var(--ink-soft);
    background: #fff;
}

.volume-step:active {
    transform: scale(.96);
}

.calculator-vouchers {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.purchase-history {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.history-modal {
    width: min(1120px, calc(100% - 24px));
    max-height: min(88vh, 920px);
    padding: 0;
    color: var(--ink);
    background: var(--paper-strong);
    border: 0;
    border-radius: 4px;
    box-shadow: 0 40px 110px rgba(0, 0, 0, .4);
    overflow: auto;
}

.history-modal::backdrop {
    background: rgba(10, 9, 7, .72);
    backdrop-filter: blur(10px);
}

.history-modal-body {
    padding: 34px 34px 30px;
}

.history-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 22px;
    padding-right: 48px;
}

.history-modal-head h2 {
    margin: 6px 0 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.button-secondary {
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line-strong);
    box-shadow: none;
}

.button-secondary:hover {
    border-color: var(--ink-soft);
    background: var(--surface-alt);
}

.history-modal .purchase-history-table-wrap {
    max-height: min(68vh, 720px);
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) + 2px);
    background: #fff;
}

.history-modal .purchase-history-table th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.purchase-history-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
}

.purchase-history-head h3 {
    margin: 0;
    font-size: 1.05rem;
}

.purchase-history-table-wrap {
    overflow-x: auto;
}

.purchase-history-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .94rem;
}

.purchase-history-table th,
.purchase-history-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--line);
}

.purchase-history-table th {
    color: var(--muted);
    font-weight: 600;
    background: var(--surface-alt);
}

.purchase-history-empty td {
    text-align: center;
    color: var(--muted);
}

@media (max-width: 900px) {
    .fuel-hub {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fuel-hub-live {
        order: 2;
    }

    .fuel-calculator {
        order: 1;
        grid-template-columns: 1fr;
    }

    .fuel-calculator .calculator-visual {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 0;
        height: auto;
        padding: 10px 14px;
    }

    .fuel-calculator .calculator-visual svg {
        display: none;
    }

    .fuel-calculator .ticket-volume {
        margin: 0;
        font-size: 1.5rem;
    }

    .fuel-calculator .ticket-volume small {
        font-size: .45em;
    }

    .fuel-calculator .ticket-brand {
        font-size: 11px;
    }

    .fuel-calculator .ticket-code {
        font-size: 8px;
        letter-spacing: .14em;
    }

    .calculator-checkout {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .fuel-calculator .buy-button {
        width: 100%;
        min-width: 0;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }

    .live-indicator i {
        animation: none;
    }
}
