/* =========================================================
   McDia Feliz — Insanos MC Regional Vale do Café
   Tema: asfalto + vermelho McDonald's + dourado do brasão
   ========================================================= */

:root {
    /* Marca */
    --red: #d9232d;
    --red-dark: #a5151d;
    --red-glow: rgba(217, 35, 45, .45);
    --gold: #ffc72c;
    --gold-dark: #e0a500;
    --green: #1fa463;

    /* Superfícies */
    --bg: #0b0b0d;
    --bg-2: #101015;
    --surface: rgba(255, 255, 255, .045);
    --surface-2: rgba(255, 255, 255, .075);
    --line: rgba(255, 255, 255, .10);
    --line-strong: rgba(255, 255, 255, .18);

    /* Texto */
    --txt: #f2f3f5;
    --txt-soft: #a8adb8;
    --txt-dim: #6f757f;

    --radius: 18px;
    --radius-lg: 26px;
    --shadow: 0 18px 50px rgba(0, 0, 0, .55);
    --ease: cubic-bezier(.2, .8, .25, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background:
        radial-gradient(1100px 620px at 12% -10%, rgba(217, 35, 45, .16), transparent 62%),
        radial-gradient(900px 520px at 92% 8%, rgba(255, 199, 44, .10), transparent 60%),
        var(--bg);
    color: var(--txt);
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Condensed', 'Inter', sans-serif;
    font-weight: 800;
    letter-spacing: .012em;
    line-height: 1.08;
    text-transform: uppercase;
}

a { color: var(--gold); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: #fff; }

::selection { background: var(--red); color: #fff; }

.muted { color: var(--txt-soft); }
.req { color: var(--red); }

.txt-grad {
    background: linear-gradient(100deg, var(--gold) 0%, #fff0b8 45%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ---------- Faixas / seções ---------- */

.section { padding: clamp(56px, 8vw, 104px) 0; position: relative; }
.section--tight { padding: clamp(36px, 5vw, 64px) 0; }

.section__head { text-align: center; max-width: 660px; margin: 0 auto clamp(36px, 5vw, 60px); }

.eyebrow {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .6rem;
}

.section__title { font-size: clamp(2rem, 5vw, 3.1rem); margin: 0 0 .7rem; }
.section__sub { color: var(--txt-soft); margin: 0; }

.panel {
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100svh;
    padding: clamp(90px, 12vh, 140px) 0 clamp(60px, 9vh, 100px);
    overflow: hidden;
    isolation: isolate;
}

.hero__bg {
    position: absolute;
    inset: -6%;
    z-index: -2;
    background-size: cover;
    background-position: center;
    filter: saturate(.55) contrast(1.05) blur(3px);
    transform: scale(1.06);
    opacity: .34;
}

.hero__veil {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(70% 90% at 22% 40%, rgba(11, 11, 13, .55), rgba(11, 11, 13, .93) 70%),
        linear-gradient(180deg, rgba(11, 11, 13, .8) 0%, rgba(11, 11, 13, .35) 45%, var(--bg) 100%);
}

.hero__inner { position: relative; z-index: 1; }

.hero__logo {
    width: clamp(170px, 22vw, 260px);
    height: auto;
    margin-bottom: 1.4rem;
    border-radius: 16px;
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, .8));
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .42rem 1rem;
    margin-bottom: 1.1rem;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(255, 199, 44, .10);
    border: 1px solid rgba(255, 199, 44, .32);
    border-radius: 999px;
}

.hero__title {
    font-size: clamp(2.4rem, 6.4vw, 4.6rem);
    margin: 0 0 1.1rem;
    text-shadow: 0 6px 30px rgba(0, 0, 0, .7);
}

.hero__lead {
    max-width: 52ch;
    color: var(--txt-soft);
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    margin: 0 0 1.9rem;
}

.hero__lead strong { color: var(--txt); font-weight: 600; }

.hero__cta { display: flex; flex-wrap: wrap; gap: .85rem; justify-content: center; }

.hero__price {
    margin: 1.6rem 0 0;
    font-size: .92rem;
    color: var(--txt-soft);
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
}

.hero__price i { color: var(--gold); }
.hero__price strong { color: var(--txt); }

/* ---------- Carrossel ---------- */

.shelf {
    max-width: 320px;
    margin-inline: auto;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--line-strong);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .65), 0 0 0 1px rgba(255, 255, 255, .04) inset;
    background: #000;
    transition: transform .35s var(--ease);
}

.shelf:hover { transform: translateY(-6px); }

.shelf__img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: top center;
}

.carousel-indicators { margin-bottom: .75rem; }

.carousel-indicators [data-bs-target] {
    width: 26px;
    height: 4px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, .35);
    opacity: 1;
    transition: background .25s var(--ease), width .25s var(--ease);
}

.carousel-indicators .active { background: var(--gold); width: 40px; }

.carousel-control-prev, .carousel-control-next { width: 12%; opacity: .55; }
.carousel-control-prev:hover, .carousel-control-next:hover { opacity: 1; }

/* =========================================================
   BOTÕES
   ========================================================= */

.btn {
    --bs-btn-focus-box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .82rem 1.6rem;
    border: 0;
    border-radius: 14px;
    font-weight: 700;
    font-size: .95rem;
    letter-spacing: .02em;
    transition: transform .22s var(--ease), box-shadow .22s var(--ease),
                background .22s var(--ease), color .22s var(--ease);
}

.btn:active { transform: translateY(1px) scale(.99); }

.btn-mc {
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: #fff;
    box-shadow: 0 12px 30px var(--red-glow);
}

.btn-mc:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 20px 44px var(--red-glow);
}

.btn-ghost {
    background: transparent;
    color: var(--txt);
    border: 1px solid var(--line-strong);
}

.btn-ghost:hover {
    color: var(--bg);
    background: var(--txt);
    border-color: var(--txt);
    transform: translateY(-2px);
}

.btn-whats { background: #25d366; color: #08240f; }
.btn-whats:hover { background: #1fbe5a; color: #08240f; transform: translateY(-2px); }

.btn-opt {
    width: 100%;
    margin-top: auto;
    background: var(--surface-2);
    color: var(--txt);
    border: 1px solid var(--line-strong);
}

.btn-opt:hover { color: var(--txt); transform: translateY(-2px); }

.icon-btn {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--txt-soft);
    cursor: pointer;
    transition: all .2s var(--ease);
}

.icon-btn:hover { background: var(--red); border-color: var(--red); color: #fff; }

/* =========================================================
   META / PROGRESSO
   ========================================================= */

.meta { padding: clamp(24px, 4vw, 38px); }

.meta__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.meta__head h2 { display: flex; align-items: center; gap: .55rem; font-size: 1.15rem; }
.meta__head i { color: var(--green); }

.meta__pct {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    color: var(--gold);
}

.bar {
    height: 22px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .45);
    border: 1px solid var(--line);
    overflow: hidden;
    padding: 3px;
}

.bar__fill {
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--red) 0%, #ff5a3c 55%, var(--gold) 100%);
    box-shadow: 0 0 22px var(--red-glow);
    animation: fill 1.4s var(--ease) .25s forwards;
    position: relative;
    overflow: hidden;
}

.bar__fill::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg,
        rgba(255, 255, 255, .18) 25%, transparent 25%, transparent 50%,
        rgba(255, 255, 255, .18) 50%, rgba(255, 255, 255, .18) 75%, transparent 75%);
    background-size: 22px 22px;
    animation: slide 1.1s linear infinite;
}

@keyframes fill { to { width: var(--pct); } }
@keyframes slide { to { background-position: 22px 0; } }

.meta__foot {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: .9rem;
    font-size: .9rem;
    color: var(--txt-soft);
}

.meta__foot strong { color: var(--txt); }

/* =========================================================
   CARDS DAS 3 ETAPAS
   ========================================================= */

.opt {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2.2rem 1.7rem 1.7rem;
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}

.opt::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--accent, var(--line-strong));
    opacity: .8;
}

.opt::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -30%;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: var(--accent, transparent);
    filter: blur(90px);
    opacity: .14;
    pointer-events: none;
    transition: opacity .35s var(--ease);
}

.opt:hover {
    transform: translateY(-8px);
    border-color: var(--accent, var(--line-strong));
    box-shadow: 0 26px 60px rgba(0, 0, 0, .6);
}

.opt:hover::after { opacity: .28; }

.opt--agendar { --accent: #4f8cff; }
.opt--pix     { --accent: var(--green); }
.opt--site    { --accent: var(--gold); }

.opt.is-featured { border-color: rgba(31, 164, 99, .40); }

.opt.is-selected {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px var(--accent) inset, 0 26px 60px rgba(0, 0, 0, .6);
}

.opt__flag {
    position: absolute;
    top: 1.15rem;
    right: 1.15rem;
    padding: .22rem .6rem;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #062514;
    background: var(--green);
    border-radius: 999px;
}

.opt__num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--line-strong);
    position: absolute;
    top: .9rem;
    left: 1.5rem;
    pointer-events: none;
}

.opt__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 1.6rem 0 1.1rem;
    border-radius: 16px;
    font-size: 1.6rem;
    color: var(--accent);
    background: color-mix(in srgb, var(--accent) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--accent) 32%, transparent);
}

.opt__title { font-size: 1.5rem; margin: 0 0 .6rem; }

.opt__text { color: var(--txt-soft); font-size: .93rem; margin: 0 0 1.1rem; }
.opt__text strong { color: var(--txt); font-weight: 600; }

.opt__list { list-style: none; padding: 0; margin: 0 0 1.6rem; }

.opt__list li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    font-size: .86rem;
    color: var(--txt-soft);
    padding: .22rem 0;
}

.opt__list i { color: var(--accent); margin-top: .25rem; }

/* =========================================================
   FORMULÁRIO
   ========================================================= */

.section--form { scroll-margin-top: 24px; }

.is-hidden { display: none !important; }

.form-panel { padding: clamp(24px, 4vw, 40px); animation: rise .5s var(--ease); }

@keyframes rise {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: none; }
}

.form-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.4rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid var(--line);
}

.form-panel__head .eyebrow { margin-bottom: .25rem; }
.form-panel__head h3 { font-size: 1.75rem; }

.form-label {
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--txt-soft);
    margin-bottom: .4rem;
}

.form-control,
.form-select {
    height: 52px;
    padding: .7rem 1rem;
    background: rgba(0, 0, 0, .32);
    border: 1px solid var(--line);
    border-radius: 13px;
    color: var(--txt);
    font-size: .97rem;
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}

textarea.form-control { height: auto; }

.form-control::placeholder { color: var(--txt-dim); }

.form-control:focus,
.form-select:focus {
    background: rgba(0, 0, 0, .45);
    border-color: var(--red);
    box-shadow: 0 0 0 4px rgba(217, 35, 45, .16);
    color: var(--txt);
    outline: none;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a8adb8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-select option { background: var(--bg-2); color: var(--txt); }

.form-control::-webkit-calendar-picker-indicator { filter: invert(.75); cursor: pointer; }

.was-validated .form-control:invalid,
.was-validated .form-select:invalid,
.form-control.is-invalid {
    border-color: var(--red);
    background-image: none;
}

.invalid-feedback { font-size: .8rem; color: #ff7b7b; }

/* Quantidade */
.qtd { display: flex; align-items: stretch; gap: .5rem; }

.qtd .form-control {
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    -moz-appearance: textfield;
}

.qtd .form-control::-webkit-outer-spin-button,
.qtd .form-control::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.qtd__btn {
    flex: 0 0 52px;
    height: 52px;
    border-radius: 13px;
    border: 1px solid var(--line);
    background: var(--surface-2);
    color: var(--txt);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: all .2s var(--ease);
}

.qtd__btn:hover { background: var(--red); border-color: var(--red); color: #fff; }

/* Total */
.total {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.1rem;
    border-radius: 13px;
    background: linear-gradient(120deg, rgba(255, 199, 44, .12), rgba(217, 35, 45, .10));
    border: 1px solid rgba(255, 199, 44, .28);
}

.total__valor {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    color: var(--gold);
}

.total__hint { font-size: .8rem; color: var(--txt-soft); }

/* Blocos extras */
.extra {
    margin-top: 1.8rem;
    padding: 1.5rem;
    border-radius: var(--radius);
    background: rgba(0, 0, 0, .28);
    border: 1px solid var(--line);
    border-left: 3px solid var(--accent, var(--line-strong));
    animation: rise .35s var(--ease);
}

.extra--agendar { --accent: #4f8cff; }
.extra--pix     { --accent: var(--green); }

.extra__title {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: 1.05rem;
    margin: 0 0 1.1rem;
    color: var(--accent);
}

.note {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin: 1.1rem 0 0;
    font-size: .84rem;
    color: var(--txt-soft);
}

.note i { color: var(--accent, var(--gold)); margin-top: .2rem; }

/* PIX */
.pix {
    padding: 1.2rem;
    border-radius: var(--radius);
    background: rgba(31, 164, 99, .07);
    border: 1px dashed rgba(31, 164, 99, .38);
}

.pix__qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.2rem;
    padding: 1.2rem;
    background: #fff;
    border-radius: var(--radius);
}

.pix__qr canvas { display: block; width: 200px; height: 200px; max-width: 100%; }

.pix__qr-valor {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: #111;
}

.pix__qr-hint { font-size: .78rem; color: #555; text-align: center; }

.pix__label {
    display: block;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--txt-dim);
    margin-bottom: .3rem;
}

.pix__value { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; }

.pix__value code {
    flex: 1 1 220px;
    padding: .6rem .9rem;
    border-radius: 11px;
    background: rgba(0, 0, 0, .45);
    border: 1px solid var(--line);
    color: var(--gold);
    font-size: .95rem;
    word-break: break-all;
}

.btn-copy {
    padding: .6rem 1rem;
    font-size: .85rem;
    background: var(--green);
    color: #062514;
    border-radius: 11px;
}

.btn-copy:hover { background: #17c473; color: #062514; }
.btn-copy.is-done { background: var(--gold); color: #2b1d00; }

.pix__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-top: 1.1rem;
}

.pix__grid strong { font-size: .92rem; font-weight: 600; }

.form-panel__actions {
    display: grid;
    gap: .7rem;
    margin-top: 1.9rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

/* =========================================================
   COMO FUNCIONA
   ========================================================= */

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.4rem;
}

.step {
    position: relative;
    padding: 1.6rem 1.4rem 1.4rem;
    border-radius: var(--radius);
    background: var(--surface);
    border: 1px solid var(--line);
}

.step__n {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: .9rem;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
}

.step h4 { font-size: 1.15rem; margin: 0 0 .4rem; }
.step p { margin: 0; font-size: .88rem; color: var(--txt-soft); }

/* =========================================================
   MODAIS
   ========================================================= */

.modal-content {
    background: var(--bg-2);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-lg);
    color: var(--txt);
    box-shadow: var(--shadow);
}

.modal-header, .modal-footer { border-color: var(--line); padding: 1.2rem 1.5rem; }
.modal-body { padding: 1.2rem 1.5rem; }
.modal-title { font-size: 1.3rem; }
.btn-close { filter: invert(1) grayscale(1); opacity: .6; }
.btn-close:hover { opacity: 1; }

.resumo { list-style: none; padding: 0; margin: 0; }

.resumo li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .6rem 0;
    border-bottom: 1px dashed var(--line);
    font-size: .92rem;
}

.resumo li:last-child { border-bottom: 0; }
.resumo span:first-child { color: var(--txt-soft); }
.resumo span:last-child { font-weight: 600; text-align: right; }
.resumo .is-total span:last-child { color: var(--gold); font-size: 1.1rem; }

.ok-mark {
    width: 78px;
    height: 78px;
    margin: 0 auto 1.4rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 2.4rem;
    color: #062514;
    background: var(--green);
    box-shadow: 0 0 0 10px rgba(31, 164, 99, .14);
    animation: pop .45s var(--ease);
}

@keyframes pop {
    0%   { transform: scale(.5); opacity: 0; }
    70%  { transform: scale(1.08); }
    100% { transform: scale(1); opacity: 1; }
}

/* =========================================================
   BADGES DE STATUS (página "Já doei")
   ========================================================= */

.badge-status {
    display: inline-block;
    padding: .28rem .7rem;
    border-radius: 999px;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.badge-status.pago       { background: rgba(31, 164, 99, .16); color: #4bd696; border: 1px solid rgba(31, 164, 99, .4); }
.badge-status.aguardando { background: rgba(255, 199, 44, .14); color: var(--gold); border: 1px solid rgba(255, 199, 44, .35); }
.badge-status.cancelado  { background: rgba(217, 35, 45, .14); color: #ff8a8a; border: 1px solid rgba(217, 35, 45, .35); }

/* =========================================================
   RODAPÉ
   ========================================================= */

.footer {
    padding: clamp(48px, 6vw, 72px) 0 28px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .55));
    border-top: 1px solid var(--line);
    font-size: .9rem;
}

.footer h6 {
    font-size: .8rem;
    letter-spacing: .16em;
    color: var(--gold);
    margin-bottom: 1rem;
}

.footer__logo { width: 74px; border-radius: 12px; margin-bottom: 1rem; }

.footer__links { list-style: none; padding: 0; margin: 0; }
.footer__links li { padding: .28rem 0; color: var(--txt-soft); }
.footer__links a { color: var(--txt-soft); }
.footer__links a:hover { color: var(--gold); }
.footer__links i { color: var(--red); margin-right: .4rem; }

.footer__bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .6rem;
    margin-top: 2.4rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
    font-size: .8rem;
    color: var(--txt-dim);
}

/* =========================================================
   RESPONSIVO / ACESSIBILIDADE
   ========================================================= */

@media (max-width: 767.98px) {
    .opt { padding: 2rem 1.3rem 1.4rem; }
    .opt__num { font-size: 2.8rem; }
    .form-panel__head { flex-direction: row; }
    .meta__head { flex-direction: row; align-items: center; }
    .footer__bar { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
    .bar__fill { width: var(--pct); }
}

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