/* ==========================================================================
   promorio.pro — base stylesheet
   Palette: deep malbec base, celeste (Argentine sky) accent, gold for figures.
   Type: Bricolage Grotesque (display) / Instrument Sans (body) / DM Mono (data)
   ========================================================================== */

:root {
    --ink:        #150A10;
    --ink-2:      #1D0E16;
    --surface:    #26131D;
    --surface-2:  #311926;
    --line:       rgba(246, 239, 232, .12);
    --line-soft:  rgba(246, 239, 232, .07);

    --cream:      #F6EFE8;
    --muted:      #B79FAB;
    --muted-2:    #8E7683;

    --celeste:    #74CBE8;
    --celeste-dk: #3FA6C9;
    --gold:       #F2B63F;
    --gold-dk:    #D2942A;

    --display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
    --body:    "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    --mono:    "DM Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

    --wrap: 1160px;
    --gap: 28px;
    --r: 18px;
    --sec-y: 104px;

    --shadow: 0 24px 60px -28px rgba(0, 0, 0, .85);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--ink);
    color: var(--cream);
    font-family: var(--body);
    font-size: 17px;
    line-height: 1.68;
    letter-spacing: .005em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

a { color: var(--celeste); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

h1, h2, h3, h4 {
    font-family: var(--display);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.028em;
    margin: 0 0 .5em;
    text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4.05rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.16rem; letter-spacing: -.012em; line-height: 1.3; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

code {
    font-family: var(--mono);
    font-size: .88em;
    background: rgba(246, 239, 232, .07);
    padding: .12em .4em;
    border-radius: 4px;
}

strong { font-weight: 600; color: #FFF8F2; }

::selection { background: var(--celeste); color: var(--ink); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 26px; }

.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 {
    position: absolute; left: 14px; top: -70px; z-index: 200;
    background: var(--gold); color: var(--ink); font-weight: 600;
    padding: 12px 20px; border-radius: 0 0 10px 10px; transition: top .18s ease;
}
.skip:focus { top: 0; text-decoration: none; }

:focus-visible {
    outline: 2px solid var(--celeste);
    outline-offset: 3px;
    border-radius: 3px;
}

/* --- signature: the "cinta" band ---------------------------------------- */
.band {
    display: inline-block;
    width: 24px; height: 9px;
    margin-right: 11px;
    vertical-align: 0;
    border-radius: 1px;
    background: linear-gradient(
        to bottom,
        var(--celeste) 0 3px,
        rgba(246, 239, 232, .92) 3px 6px,
        var(--celeste) 6px 9px);
}

.eyebrow {
    display: flex;
    align-items: center;
    font-family: var(--mono);
    font-size: .74rem;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 0 0 18px;
}

.age {
    display: inline-block;
    font-family: var(--mono);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .06em;
    color: var(--ink);
    background: var(--gold);
    border-radius: 4px;
    padding: 2px 7px 1px;
    vertical-align: 1px;
}

/* --- buttons ------------------------------------------------------------ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--display);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1;
    padding: 17px 28px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
    background: var(--gold);
    color: #1A0B12;
    box-shadow: 0 10px 26px -14px rgba(242, 182, 63, .9);
}
.btn-primary:hover { background: #FFC754; }

.btn-ghost {
    background: transparent;
    color: var(--cream);
    border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--celeste); color: var(--celeste); }

.btn-lg { font-size: 1.06rem; padding: 20px 36px; }

/* --- top bar ------------------------------------------------------------ */
.topbar {
    background: #0E060A;
    border-bottom: 1px solid var(--line-soft);
    font-family: var(--mono);
    font-size: .72rem;
    letter-spacing: .05em;
}
.topbar-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 38px;
}
.topbar p { margin: 0; color: var(--muted-2); }
.topbar-age { color: var(--muted); }

/* --- header ------------------------------------------------------------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(21, 10, 16, .86);
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid var(--line-soft);
    transition: box-shadow .2s ease, background-color .2s ease;
}
.site-header.is-stuck {
    background: rgba(21, 10, 16, .97);
    box-shadow: 0 12px 34px -26px rgba(0, 0, 0, 1);
}
.header-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--cream);
    flex: 0 0 auto;
}
.brand:hover { text-decoration: none; }
.brand .mark { color: var(--celeste); display: inline-flex; }
.brand-name {
    font-family: var(--display);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -.045em;
}
.brand-name i { font-style: normal; color: var(--muted-2); font-weight: 400; }

.site-nav { display: flex; align-items: center; gap: 30px; }

.nav {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav a {
    position: relative;
    color: var(--cream);
    font-size: .93rem;
    font-weight: 500;
    letter-spacing: -.005em;
    padding: 6px 0;
    white-space: nowrap;
}
.nav a:hover { color: var(--celeste); text-decoration: none; }
.nav a::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2px;
    background: var(--celeste);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}
.nav a:hover::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--gold); }
.nav a[aria-current="page"]::after { background: var(--gold); transform: scaleX(1); }

.lang {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--mono);
    font-size: .8rem;
    letter-spacing: .07em;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 14px;
    flex: 0 0 auto;
}
.lang-opt { color: var(--muted); }
.lang-opt:hover { color: var(--cream); text-decoration: none; }
.lang-opt.is-on { color: var(--gold); }
.lang-sep { color: var(--muted-2); }

.nav-toggle {
    display: none;
    width: 44px; height: 44px;
    background: none;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.nav-toggle span {
    display: block;
    width: 19px; height: 2px;
    background: var(--cream);
    border-radius: 2px;
    transition: transform .22s ease, opacity .18s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- hero --------------------------------------------------------------- */
.hero {
    position: relative;
    padding: 106px 0 116px;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(760px 420px at 12% 0%, rgba(116, 203, 232, .13), transparent 62%),
        radial-gradient(620px 460px at 92% 22%, rgba(242, 182, 63, .11), transparent 60%);
    pointer-events: none;
}
.hero-in {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
    gap: 64px;
    align-items: center;
}
.hero h1 { margin-bottom: 22px; }
.hero-sub {
    font-size: clamp(1.1rem, 1.7vw, 1.33rem);
    line-height: 1.5;
    color: #EADFE6;
    max-width: 34ch;
    margin-bottom: 16px;
}
.hero-text { color: var(--muted); max-width: 46ch; margin-bottom: 34px; }
.hero-cta { margin-bottom: 18px; }
.hero-note {
    font-family: var(--mono);
    font-size: .78rem;
    letter-spacing: .09em;
    color: var(--muted);
    margin-bottom: 44px;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 26px 0 0;
    border-top: 1px solid var(--line-soft);
}
.chips li { display: flex; flex-direction: column; gap: 2px; }
.chip-n {
    font-family: var(--display);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--gold);
}
.chip-l {
    font-family: var(--mono);
    font-size: .7rem;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--muted-2);
}

.hero-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 34px 32px 30px;
    background: linear-gradient(160deg, var(--surface-2), var(--surface));
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    transform: rotate(-2.2deg);
}
.hero-card::after {
    content: "";
    position: absolute;
    left: 32px; right: 32px; bottom: 74px;
    border-top: 1px dashed rgba(246, 239, 232, .2);
}
.hero-card-tag {
    font-family: var(--mono);
    font-size: .68rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--celeste);
}
.hero-card-kind {
    font-family: var(--display);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--cream);
    margin-top: 8px;
}
.hero-card-num {
    font-family: var(--display);
    font-size: 4.2rem;
    font-weight: 800;
    line-height: .95;
    letter-spacing: -.05em;
    color: var(--gold);
    margin-top: 6px;
}
.hero-card-unit {
    font-family: var(--display);
    font-size: 1.02rem;
    font-weight: 600;
    color: #EADFE6;
    margin-bottom: 42px;
}
.hero-card-foot {
    font-family: var(--mono);
    font-size: .72rem;
    letter-spacing: .09em;
    color: var(--muted-2);
}

/* --- page head ---------------------------------------------------------- */
.pagehead {
    position: relative;
    padding: 78px 0 58px;
    border-bottom: 1px solid var(--line-soft);
    background:
        radial-gradient(680px 320px at 8% 0%, rgba(116, 203, 232, .1), transparent 64%);
}
.pagehead h1 { max-width: 20ch; margin-bottom: 20px; }
.pagehead .lead { max-width: 62ch; }

.lead {
    font-size: 1.11rem;
    line-height: 1.62;
    color: var(--muted);
}

/* --- sections ----------------------------------------------------------- */
.section { padding: var(--sec-y) 0; }
.section.alt-sec { background: var(--ink-2); }
.section.rg-sec {
    background:
        linear-gradient(180deg, rgba(116, 203, 232, .05), transparent 70%), var(--ink);
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
}

.sec-head { max-width: 60ch; margin-bottom: 52px; }
.sec-head h2 { margin-bottom: 16px; }

.split {
    display: grid;
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    gap: 72px;
    align-items: start;
}
.split .col-head { position: sticky; top: 108px; }
.split .col-head h2 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); margin-bottom: 0; }
.split .col-body > h3:first-child { margin-top: 0; }
.split .col-body h3 { margin-top: 2.2em; color: #FFF8F2; }
.split .col-body p { color: var(--muted); }
.split .col-body p strong { color: #FFF8F2; }

.ticks, .steps { margin: 0 0 1.2em; padding: 0; list-style: none; }
.ticks li, .steps li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--muted);
}
.ticks li::before {
    content: "";
    position: absolute;
    left: 3px; top: .62em;
    width: 9px; height: 9px;
    border-radius: 2px;
    background: var(--celeste);
}
.steps { counter-reset: s; }
.steps li { counter-increment: s; padding-left: 42px; margin-bottom: 15px; }
.steps li::before {
    content: counter(s, decimal-leading-zero);
    position: absolute;
    left: 0; top: .1em;
    font-family: var(--mono);
    font-size: .78rem;
    letter-spacing: .04em;
    color: var(--gold);
}

.note {
    margin-top: 1.6em;
    padding: 16px 20px;
    border-left: 2px solid var(--celeste);
    background: rgba(116, 203, 232, .06);
    border-radius: 0 10px 10px 0;
    font-size: .95rem;
    color: var(--muted);
}

/* --- bonus tickets (signature) ------------------------------------------ */
.tickets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    align-items: stretch;
}

.ticket {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(168deg, var(--surface-2) 0%, var(--surface) 62%);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    transition: transform .22s ease, border-color .22s ease;
}
.ticket:hover { transform: translateY(-4px); border-color: rgba(242, 182, 63, .38); }

.ticket-top { padding: 34px 34px 32px; }

.badge {
    display: inline-block;
    font-family: var(--mono);
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .16em;
    color: var(--celeste);
    border: 1px solid rgba(116, 203, 232, .38);
    border-radius: 999px;
    padding: 5px 13px;
    margin-bottom: 22px;
}
.ticket-name {
    font-size: 1.55rem;
    letter-spacing: -.032em;
    margin-bottom: 4px;
}
.ticket-kind {
    font-family: var(--mono);
    font-size: .73rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-bottom: 26px;
}
.offer { display: flex; flex-direction: column; gap: 4px; margin-bottom: 20px; }
.offer-num {
    font-family: var(--display);
    font-size: clamp(3.2rem, 6vw, 4.3rem);
    font-weight: 800;
    line-height: .9;
    letter-spacing: -.055em;
    color: var(--gold);
}
.offer-unit {
    font-family: var(--display);
    font-size: 1.06rem;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #FFF8F2;
}
.ticket-desc { color: var(--muted); font-size: .99rem; margin: 0; }

.ticket-bottom {
    position: relative;
    margin-top: auto;
    padding: 34px 34px 32px;
    border-top: 1px dashed rgba(246, 239, 232, .22);
}
.ticket-bottom::before,
.ticket-bottom::after {
    content: "";
    position: absolute;
    top: -13px;
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--ink);
    border: 1px solid var(--line);
}
.ticket-bottom::before { left: -14px; clip-path: inset(0 0 0 50%); }
.ticket-bottom::after  { right: -14px; clip-path: inset(0 50% 0 0); }

.feats { list-style: none; margin: 0 0 28px; padding: 0; }
.feats li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 11px;
    font-size: .97rem;
    color: #E7DBE2;
}
.feats li::before {
    content: "";
    position: absolute;
    left: 0; top: .48em;
    width: 12px; height: 7px;
    border-left: 2px solid var(--celeste);
    border-bottom: 2px solid var(--celeste);
    transform: rotate(-45deg);
}
.ticket .btn { width: 100%; }
.terms {
    margin: 20px 0 0;
    font-size: .82rem;
    line-height: 1.55;
    color: var(--muted-2);
}

.disclaimer {
    margin-top: 40px;
    padding: 22px 26px;
    border: 1px solid rgba(242, 182, 63, .3);
    background: rgba(242, 182, 63, .07);
    border-radius: 14px;
    font-size: .96rem;
    color: #EADFE6;
}
.disclaimer strong { color: var(--gold); }

/* --- comparison table --------------------------------------------------- */
.table-wrap {
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--surface);
}
.ctable { width: 100%; border-collapse: collapse; font-size: .97rem; }
.ctable thead th {
    font-family: var(--display);
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -.02em;
    text-align: left;
    padding: 20px 24px;
    background: var(--surface-2);
    border-bottom: 1px solid var(--line);
    color: #FFF8F2;
}
.ctable thead th:first-child { width: 21%; }
.ctable tbody th {
    font-family: var(--mono);
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    padding: 19px 24px;
    color: var(--muted-2);
    background: rgba(0, 0, 0, .16);
    border-bottom: 1px solid var(--line-soft);
}
.ctable tbody td {
    padding: 19px 24px;
    vertical-align: top;
    color: var(--muted);
    border-bottom: 1px solid var(--line-soft);
    border-left: 1px solid var(--line-soft);
}
.ctable tbody tr:last-child th,
.ctable tbody tr:last-child td { border-bottom: 0; }
.compare-sec .note { max-width: 78ch; }

/* --- cards grid --------------------------------------------------------- */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap);
}
.card {
    padding: 32px 30px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r);
    transition: border-color .2s ease, transform .2s ease;
}
.card:hover { border-color: rgba(116, 203, 232, .4); transform: translateY(-3px); }
.card-idx {
    display: block;
    font-family: var(--mono);
    font-size: .7rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--celeste);
    margin-bottom: 16px;
}
.card h3 { margin-bottom: 12px; color: #FFF8F2; }
.card p { color: var(--muted); font-size: .96rem; margin: 0; }

/* --- panels / forms ----------------------------------------------------- */
.panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    padding: 52px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 24px;
}
.panel-copy h2 { margin-bottom: 16px; }
.panel-copy p { color: var(--muted); }

.contact-list { list-style: none; margin: 28px 0 0; padding: 0; }
.contact-list li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 14px 0;
    border-top: 1px solid var(--line-soft);
}
.contact-list span {
    font-family: var(--mono);
    font-size: .7rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--muted-2);
}
.contact-list strong { font-weight: 500; color: #FFF8F2; font-size: .98rem; }

form label {
    display: block;
    font-family: var(--mono);
    font-size: .72rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 9px;
}
.field { margin-bottom: 20px; }

input[type="email"],
input[type="text"],
textarea {
    width: 100%;
    font-family: var(--body);
    font-size: 1rem;
    color: var(--cream);
    background: rgba(0, 0, 0, .26);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 15px 17px;
    transition: border-color .16s ease, background-color .16s ease;
}
input::placeholder, textarea::placeholder { color: var(--muted-2); }
input:focus, textarea:focus {
    outline: none;
    border-color: var(--celeste);
    background: rgba(0, 0, 0, .38);
}
input.is-invalid, textarea.is-invalid { border-color: #E4736F; }
textarea { resize: vertical; min-height: 130px; }

#subscribe-form input[type="email"],
#unsubscribe-form input[type="email"] { margin-bottom: 16px; }
#subscribe-form .btn,
#unsubscribe-form .btn,
#contact-form .btn { width: 100%; }

.form-help {
    margin: 14px 0 0;
    font-size: .84rem;
    line-height: 1.5;
    color: var(--muted-2);
}
.form-error {
    margin: 12px 0 0;
    font-size: .86rem;
    color: #F0918D;
}

.form-done {
    padding: 34px 30px;
    background: rgba(116, 203, 232, .08);
    border: 1px solid rgba(116, 203, 232, .32);
    border-radius: 16px;
}
.done-title {
    font-family: var(--display);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--celeste);
    margin-bottom: 10px;
}
.done-text { color: var(--muted); font-size: .97rem; }
.form-done .btn { margin-top: 20px; }

/* --- FAQ ---------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); max-width: 900px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 0;
    cursor: pointer;
    list-style: none;
    font-family: var(--display);
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: -.018em;
    color: #FFF8F2;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "";
    flex: 0 0 auto;
    width: 13px; height: 13px;
    margin-top: 7px;
    border-right: 2px solid var(--celeste);
    border-bottom: 2px solid var(--celeste);
    transform: rotate(45deg);
    transition: transform .22s ease;
}
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item summary:hover { color: var(--celeste); }
.faq-a { padding: 0 0 28px; max-width: 74ch; }
.faq-a p { color: var(--muted); margin: 0; }

/* --- CTA band ----------------------------------------------------------- */
.ctaband {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    padding: 48px 52px;
    background: linear-gradient(120deg, var(--surface-2), var(--surface));
    border: 1px solid var(--line);
    border-radius: 24px;
}
.ctaband h2 { font-size: clamp(1.6rem, 2.5vw, 2.15rem); margin-bottom: 10px; }
.ctaband p { color: var(--muted); margin: 0; max-width: 46ch; }
.ctaband .btn { flex: 0 0 auto; }

/* --- responsible gambling helpbox --------------------------------------- */
.helpbox {
    margin-top: 30px;
    padding: 24px 26px;
    background: rgba(242, 182, 63, .08);
    border: 1px solid rgba(242, 182, 63, .3);
    border-radius: 16px;
}
.helpbox-k {
    font-family: var(--mono);
    font-size: .7rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
}
.helpbox-v {
    font-family: var(--display);
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -.035em;
    color: var(--gold);
    margin-bottom: 8px;
}
.helpbox-t { font-size: .88rem; line-height: 1.55; color: var(--muted); margin: 0; }

/* --- 404 ---------------------------------------------------------------- */
.err { padding: 118px 0 128px; text-align: center; }
.err-in { max-width: 640px; }
.err-code {
    font-family: var(--display);
    font-size: clamp(5.5rem, 17vw, 11rem);
    font-weight: 800;
    line-height: .85;
    letter-spacing: -.06em;
    color: transparent;
    -webkit-text-stroke: 2px rgba(116, 203, 232, .55);
    margin: 0 0 22px;
}
.err h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 18px; }
.err-text { color: var(--muted); margin-bottom: 34px; }
.err-alt-l {
    font-family: var(--mono);
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin: 52px 0 16px;
}
.err-alt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.err-alt a {
    display: inline-block;
    font-size: .9rem;
    color: var(--cream);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 18px;
}
.err-alt a:hover { border-color: var(--celeste); color: var(--celeste); text-decoration: none; }

/* --- footer ------------------------------------------------------------- */
.site-footer {
    background: #0E060A;
    border-top: 1px solid var(--line-soft);
    padding: 72px 0 34px;
    font-size: .94rem;
}
.footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr);
    gap: 56px;
    padding-bottom: 46px;
    border-bottom: 1px solid var(--line-soft);
}
.fbrand { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.fbrand .mark { color: var(--celeste); margin-bottom: 12px; }
.fbrand-t { color: var(--muted-2); margin: 14px 0 0; max-width: 40ch; font-size: .9rem; }
.fmail { margin: 16px 0 0; }
.fmail a { font-family: var(--mono); font-size: .86rem; }

.fcols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.fcol-h {
    font-family: var(--mono);
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin: 0 0 16px;
}
.fcol ul { list-style: none; margin: 0; padding: 0; }
.fcol li { margin-bottom: 10px; }
.fcol a { color: var(--cream); font-size: .93rem; }
.fcol a:hover { color: var(--celeste); }

.footer-rg {
    padding: 30px 0;
    border-bottom: 1px solid var(--line-soft);
}
.footer-rg p { margin: 0 0 8px; color: var(--muted); font-size: .9rem; }
.frg-line { color: var(--muted-2) !important; margin-bottom: 0 !important; }

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding-top: 26px;
}
.footer-bottom p { margin: 0; font-size: .82rem; color: var(--muted-2); }
.fdis { max-width: 74ch; }

/* --- motion ------------------------------------------------------------- */
.js .reveal { opacity: 0; transform: translateY(16px); }
.js .reveal.is-in {
    opacity: 1;
    transform: none;
    transition: opacity .6s cubic-bezier(.22, .8, .3, 1), transform .6s cubic-bezier(.22, .8, .3, 1);
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
    }
    .js .reveal { opacity: 1; transform: none; }
}
