@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700&family=Cinzel:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap");

:root {
    --bg: #08060d;
    --bg2: #110819;
    --panel: #140d1d;
    --panel2: #1b1027;
    --text: #f5efe7;
    --muted: #b9adba;
    --orange: #ff6b16;
    --gold: #e8b84b;
    --purple: #9b45ff;
    --cyan: #19d6e2;
    --pink: #ed2b8b;
    --green: #9df20e;
    --line: rgba(255, 255, 255, 0.13);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
    --radius: 24px;
    --shell: min(1180px, calc(100% - 40px));
}

.primary-nav a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    display: block;
}
a {
    color: inherit;
}
button,
input,
select,
textarea {
    font: inherit;
}
.shell {
    width: var(--shell);
    margin-inline: auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
.skip-link {
    position: fixed;
    z-index: 9999;
    left: 16px;
    top: -80px;
    background: #fff;
    color: #000;
    padding: 12px 16px;
    border-radius: 8px;
}
.skip-link:focus {
    top: 16px;
}
.hero {
    position: relative;
    min-height: 900px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 150px 0 72px;
}
.hero-art {
    position: absolute;
    inset: 0;
    background-image: url("../images/hero-entrance.webp");
    background-size: cover;
    background-position: center 28%;
    transform: scale(1.03);
}
.hero-shade {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 28%, transparent 0, rgba(8, 6, 13, 0.12) 35%, rgba(8, 6, 13, 0.88) 81%),
        linear-gradient(90deg, rgba(7, 4, 11, 0.95) 0%, rgba(7, 4, 11, 0.67) 42%, rgba(7, 4, 11, 0.14) 80%),
        linear-gradient(0deg, var(--bg) 0%, rgba(8, 6, 13, 0.15) 36%, rgba(8, 6, 13, 0.1) 80%);
}
.hero-content {
    position: relative;
    z-index: 2;
}
.eyebrow,
.kicker {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 12px;
    font-weight: 900;
    color: var(--orange);
    margin: 0 0 18px;
}
.hero h1,
.section-heading h2,
.scene-copy h2,
.finale h2,
.application-intro h2 {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 0.96;
    margin: 0;
}
.hero h1 {
    font-size: clamp(58px, 8.5vw, 122px);
    max-width: 900px;
    text-shadow: 0 6px 30px rgba(0, 0, 0, 0.7);
}
.hero h1 em {
    font-style: normal;
    color: #ff7a1a;
}
.hero-copy {
    font-size: clamp(18px, 2vw, 24px);
    max-width: 760px;
    color: #e7dfe7;
    margin: 30px 0 28px;
    text-shadow: 0 2px 18px #000;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 12px;
    font-weight: 900;
    border: 0;
    cursor: pointer;
}
.button-primary {
    background: linear-gradient(135deg, var(--orange), #ff3d22 52%, #a32cf6);
    color: #fff;
    box-shadow: 0 12px 30px rgba(255, 83, 25, 0.27);
}
.button-primary:hover {
    filter: brightness(1.12);
    transform: translateY(-1px);
}
.button-glass {
    background: rgba(14, 8, 22, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.36);
    backdrop-filter: blur(10px);
}
.event-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 1040px;
    margin-top: 44px;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.event-facts > div {
    padding: 20px;
    background: rgba(10, 6, 15, 0.75);
    backdrop-filter: blur(12px);
}
.event-facts span {
    display: block;
    font-size: 10px;
    color: var(--cyan);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 900;
}
.event-facts strong {
    display: block;
    margin-top: 6px;
    font-size: 16px;
}
.deadline-note {
    margin: 12px 0 0;
    color: var(--gold);
    font-weight: 800;
    font-size: 13px;
}
section {
    position: relative;
}
.intro,
.calendar,
.selection,
.food-section,
.insurance-section,
.application-process,
.references {
    padding: 110px 0;
}
.section-heading {
    max-width: 880px;
    margin-bottom: 46px;
}
.section-heading.compact {
    margin-bottom: 30px;
}
.section-heading h2,
.scene-copy h2,
.application-intro h2 {
    font-size: clamp(42px, 5.3vw, 78px);
    letter-spacing: -1.8px;
}
.section-heading p:not(.kicker),
.scene-copy p:not(.kicker),
.application-intro p:not(.kicker) {
    font-size: 18px;
    color: var(--muted);
    max-width: 820px;
}
.section-heading.light p:not(.kicker) {
    color: #ded5e1;
}
.intro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.feature-card,
.criteria-grid article,
.insurance-grid article,
.process-grid article {
    background: linear-gradient(145deg, rgba(28, 16, 39, 0.94), rgba(12, 8, 19, 0.92));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}
.feature-card span {
    font-size: 44px;
    font-weight: 900;
    color: rgba(255, 107, 22, 0.26);
}
.feature-card h3,
.criteria-grid h3,
.insurance-grid h3,
.process-grid h3 {
    font-family: Georgia, serif;
    font-size: 24px;
    margin: 5px 0 10px;
}
.feature-card p,
.criteria-grid p,
.insurance-grid p,
.process-grid p {
    margin: 0;
    color: var(--muted);
}
.contents-section {
    padding: 86px 0;
    background: linear-gradient(180deg, #0d0813, #150b20);
    border-block: 1px solid var(--line);
}
.contents-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.contents-grid a {
    min-height: 136px;
    padding: 19px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.2s;
}
.contents-grid a:hover {
    transform: translateY(-4px);
    border-color: var(--purple);
    background: rgba(155, 69, 255, 0.09);
}
.contents-grid b {
    font-size: 30px;
    color: var(--orange);
}
.contents-grid span {
    font-size: 13px;
    font-weight: 800;
}
.fullbleed {
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.scene-art {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.scene-vendor .scene-art {
    background-image: linear-gradient(90deg, rgba(8, 6, 13, 0.93), rgba(8, 6, 13, 0.38) 55%, rgba(8, 6, 13, 0.11)),
        url("../images/vendor-row.webp");
}
.scene-vip .scene-art {
    background-image: linear-gradient(90deg, rgba(8, 6, 13, 0.28), rgba(8, 6, 13, 0.93) 75%),
        url("../images/vip-lounge.webp");
}
.scene-copy {
    position: relative;
    z-index: 2;
    padding: 80px 0;
    max-width: 680px;
    margin-left: calc((100% - min(1180px, calc(100% - 40px))) / 2);
}
.scene-copy.align-right {
    margin-left: auto;
    margin-right: calc((100% - min(1180px, calc(100% - 40px))) / 2);
    text-align: right;
}
.scene-copy p:not(.kicker) {
    color: #e4dce6;
    max-width: 650px;
}
.scene-copy.align-right p {
    margin-left: auto;
}
.timeline {
    display: grid;
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
}
.timeline article {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 24px;
    background: #100a17;
    padding: 23px 28px;
}
.timeline time {
    color: var(--orange);
    font-size: 16px;
    font-weight: 900;
}
.timeline h3 {
    margin: 0 0 5px;
    font-size: 19px;
}
.timeline p {
    margin: 0;
    color: var(--muted);
}
.pricing-section {
    padding: 110px 0;
    background: radial-gradient(circle at 70% 10%, rgba(155, 69, 255, 0.16), transparent 38%), #0d0713;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.pricing-grid-spaces {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.price-card {
    background: linear-gradient(180deg, #21102f, #0d0912);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    padding: 28px;
    box-shadow: var(--shadow);
}
.price-card.featured {
    border-color: rgba(255, 107, 22, 0.62);
    transform: translateY(-8px);
}
.price-card.vip {
    border-color: rgba(25, 214, 226, 0.45);
}
.price-label {
    display: inline-block;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 10px;
    font-weight: 900;
}
.price-card h3 {
    font-family: Georgia, serif;
    font-size: 30px;
    margin: 14px 0 22px;
}
.price {
    display: flex;
    align-items: baseline;
    gap: 9px;
    padding: 12px 0;
    border-top: 1px solid var(--line);
}
.price.alt {
    border-bottom: 1px solid var(--line);
}
.price strong {
    font-size: clamp(28px, 3vw, 40px);
    color: #fff;
}
.price span {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.price-card ul {
    padding-left: 18px;
    color: #d3c8d4;
}
.price-card li {
    margin: 9px 0;
}
.split-terms {
    margin-top: 22px;
    padding: 22px 24px;
    border: 1px solid rgba(155, 69, 255, 0.35);
    border-radius: 18px;
    background: rgba(155, 69, 255, 0.07);
    color: #e7dce9;
}
.split-terms strong {
    color: #cf7cff;
}
.terms-callout {
    margin-top: 22px;
    padding: 22px 24px;
    border: 1px solid rgba(232, 184, 75, 0.35);
    border-radius: 18px;
    background: rgba(232, 184, 75, 0.06);
    color: #e7dce9;
}
.terms-callout strong {
    color: var(--gold);
}
.criteria-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.criteria-grid article b {
    color: var(--cyan);
    font-size: 12px;
    letter-spacing: 2px;
}
.compliance-section {
    overflow: hidden;
    background: #0a0710;
}
.compliance-art {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 5, 14, 0.78), rgba(9, 5, 14, 0.97)),
        url("../images/compliance-bg.webp") center/cover no-repeat;
}
.compliance-shell {
    position: relative;
    z-index: 2;
    padding: 110px 0;
}
.roadmap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.roadmap article {
    display: flex;
    gap: 18px;
    padding: 22px;
    background: rgba(15, 9, 22, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(12px);
}
.roadmap article > span {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--orange);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--orange);
    font-weight: 900;
}
.roadmap h3 {
    margin: 0 0 5px;
}
.roadmap p {
    margin: 0;
    color: #c8bec9;
}
.permit-sample {
    position: relative;
    margin-top: 32px;
    background: linear-gradient(145deg, #efe7d6, #d8cbb3);
    color: #222;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    border: 6px double #7a6340;
}
.sample-watermark {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
    white-space: nowrap;
    font-weight: 900;
    font-size: clamp(28px, 5vw, 70px);
    color: rgba(132, 25, 25, 0.12);
}
.permit-top {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr auto;
    align-items: center;
    gap: 18px;
    border-bottom: 2px solid #6e6048;
    padding-bottom: 16px;
}
.seal {
    width: 58px;
    height: 58px;
    border: 3px double #5d4d35;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: Georgia, serif;
    font-weight: 900;
}
.permit-top small {
    letter-spacing: 2px;
}
.permit-top h3 {
    font-family: Georgia, serif;
    font-size: 27px;
    margin: 2px 0;
}
.permit-top p {
    margin: 0;
}
.permit-top > strong {
    font-size: 30px;
}
.permit-sample dl {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 22px 0 0;
}
.permit-sample dl div {
    border-bottom: 1px solid #8a7a60;
    padding-bottom: 9px;
}
.permit-sample dt {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #655844;
}
.permit-sample dd {
    margin: 4px 0 0;
    font-weight: 800;
}
.legal-note {
    margin: 20px 0 0;
    color: #c7bdc8;
    font-size: 13px;
}
.risk-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.risk-grid article {
    padding: 22px;
    background: #140c1c;
    border: 1px solid var(--line);
    border-radius: 18px;
}
.risk-grid article span {
    display: block;
    width: 34px;
    height: 4px;
    background: linear-gradient(90deg, var(--orange), var(--purple));
    border-radius: 999px;
}
.risk-grid h3 {
    font-size: 17px;
    margin: 16px 0 9px;
}
.risk-grid p {
    font-size: 13px;
    color: var(--muted);
    margin: 0;
}
.temperature-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 28px 0;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--line);
}
.temperature-band > div {
    text-align: center;
    padding: 27px;
    background: #110a18;
}
.temperature-band > div:nth-child(2) {
    background: linear-gradient(135deg, #2c0b17, #301232);
}
.temperature-band small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--muted);
}
.temperature-band strong {
    font-size: 30px;
}
.two-col {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    gap: 16px;
}
.panel {
    background: #120b19;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
}
.panel h3 {
    font-family: Georgia, serif;
    font-size: 27px;
    margin-top: 0;
}
.panel h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: var(--orange);
    margin-top: 28px;
}
.panel p,
.panel li {
    color: #c8bdca;
}
.panel table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}
.panel th,
.panel td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid var(--line);
}
.panel th {
    color: var(--cyan);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.mini-note {
    font-size: 12px;
}
.workshop-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 18px;
}
.workshop-grid article {
    padding: 20px;
    background: linear-gradient(180deg, #170d20, #0d0912);
    border: 1px solid var(--line);
    border-radius: 18px;
}
.workshop-grid h3 {
    font-size: 17px;
    margin: 0 0 12px;
}
.workshop-grid ul {
    padding-left: 17px;
    margin: 0;
    color: #c6bac8;
    font-size: 13px;
}
.workshop-grid li {
    margin: 7px 0;
}
.closure-box {
    margin-top: 18px;
    background: rgba(237, 43, 139, 0.08);
    border: 1px solid rgba(237, 43, 139, 0.38);
    padding: 22px;
    border-radius: 18px;
    color: #d9cedb;
}
.closure-box strong {
    color: #ff70b4;
}
.quiz {
    margin-top: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #100a17;
    overflow: hidden;
}
.quiz summary {
    padding: 20px 22px;
    cursor: pointer;
    font-weight: 900;
    color: var(--gold);
}
.quiz-body {
    padding: 0 22px 20px;
    color: var(--muted);
}
.operations-section {
    padding: 110px 0;
    background: #0e0814;
}
.layout-demo {
    position: relative;
    min-height: 520px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 50px repeat(5, 76px) 50px;
    gap: 10px;
    padding: 18px;
    border: 2px solid rgba(25, 214, 226, 0.45);
    border-radius: 24px;
    background: linear-gradient(rgba(155, 69, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(155, 69, 255, 0.04) 1px, transparent 1px), #09060e;
    background-size: 38px 38px;
}
.layout-label {
    display: grid;
    place-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 900;
    color: var(--cyan);
}
.selling {
    grid-column: 1/-1;
    grid-row: 1;
}
.rear {
    grid-column: 1/-1;
    grid-row: 7;
}
.unit {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(31, 17, 43, 0.93);
    font-size: 12px;
    font-weight: 800;
}
.counter {
    grid-column: 1/13;
    grid-row: 2;
}
.pos {
    grid-column: 1/3;
    grid-row: 3;
}
.handwash {
    grid-column: 10/13;
    grid-row: 3;
}
.cold {
    grid-column: 1/5;
    grid-row: 4/6;
}
.hot {
    grid-column: 9/13;
    grid-row: 4/6;
}
.prep {
    grid-column: 5/9;
    grid-row: 3/5;
}
.storage {
    grid-column: 5/9;
    grid-row: 5/7;
}
.extinguisher {
    grid-column: 9/13;
    grid-row: 6;
    color: var(--orange);
}
.operations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 22px;
}
.operations-grid article {
    background: #160d1e;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 22px;
}
.operations-grid h3 {
    font-family: Georgia, serif;
    font-size: 22px;
    margin: 0 0 12px;
}
.operations-grid ul {
    padding-left: 18px;
    color: var(--muted);
    font-size: 14px;
}
.operations-grid li {
    margin: 7px 0;
}
.insurance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.coi-check {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.coi-check span,
.coi-check b {
    padding: 11px 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    font-size: 12px;
}
.coi-check span {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.budget-section {
    padding: 110px 0;
    background: radial-gradient(circle at 16% 20%, rgba(255, 107, 22, 0.13), transparent 30%),
        linear-gradient(180deg, #13091c, #08060d);
}
.scenario-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.scenario-tabs button {
    padding: 12px 20px;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    border: 1px solid var(--line);
    cursor: pointer;
    font-weight: 900;
}
.scenario-tabs button.active {
    background: var(--orange);
    border-color: var(--orange);
}
.scenario-panel {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--line);
    padding: 24px;
    border-radius: 24px;
}
.budget-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}
.budget-inputs label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--muted);
}
.budget-inputs input {
    width: 100%;
    margin-top: 7px;
    background: #0a0710;
    color: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
}
.budget-results {
    display: grid;
    gap: 1px;
    border-radius: 17px;
    overflow: hidden;
    background: var(--line);
}
.budget-results div {
    background: #100a17;
    padding: 17px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.budget-results span {
    color: var(--muted);
}
.budget-results strong {
    font-size: 20px;
}
.budget-results .net {
    background: linear-gradient(135deg, rgba(255, 107, 22, 0.17), rgba(155, 69, 255, 0.14));
}
.budget-results .net strong {
    color: var(--green);
    font-size: 26px;
}
.budget-notes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 16px;
}
.budget-notes p {
    margin: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 17px;
    color: var(--muted);
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.process-grid article span {
    font-size: 32px;
    color: var(--orange);
    font-weight: 900;
}
.required-docs {
    margin-top: 20px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: #100a17;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.required-docs h3 {
    width: 100%;
    margin: 0 0 8px;
    font-family: Georgia, serif;
    font-size: 25px;
}
.required-docs span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(155, 69, 255, 0.09);
    border: 1px solid rgba(155, 69, 255, 0.25);
    font-size: 12px;
}
.application-section {
    padding: 110px 0;
    background: linear-gradient(180deg, #0a0710, #150b20);
}
.application-shell {
    display: grid;
    grid-template-columns: 0.36fr 0.64fr;
    gap: 26px;
    align-items: start;
}
.application-intro {
    position: sticky;
    top: 105px;
}
.application-intro p:not(.kicker) {
    color: var(--muted);
}
.contact-card {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
}
.contact-card a {
    text-decoration: none;
    color: var(--cyan);
}
.contact-card span {
    color: var(--muted);
    margin-top: 9px;
}
.application-card {
    background: #f4efe9;
    color: #211b23;
    border-radius: 27px;
    padding: 30px;
    box-shadow: var(--shadow);
}
.application-card form {
    display: grid;
    gap: 18px;
}
.application-card fieldset {
    border: 1px solid #d8ccda;
    border-radius: 18px;
    padding: 19px;
}
.application-card legend {
    padding: 0 8px;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 800;
    color: #5e246e;
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}
.form-grid label {
    font-size: 12px;
    font-weight: 800;
    color: #4a3c4d;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #cfc2d1;
    border-radius: 11px;
    background: #fff;
    color: #241d25;
    padding: 11px;
    outline: none;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
    border-color: #8c35a4;
    box-shadow: 0 0 0 3px rgba(140, 53, 164, 0.13);
}
.form-grid .wide {
    grid-column: 1/-1;
}
.form-grid .check {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px;
    border: 1px solid #d8ccda;
    border-radius: 12px;
}
.form-grid .check input {
    width: auto;
    margin: 0;
}
.form-grid .check span {
    font-weight: 700;
}
.uploads label {
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #d8ccda;
}
.field-note {
    font-size: 12px;
    color: #6f6072;
}
.agreement {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #4c3e4f;
    padding: 14px;
    border-radius: 14px;
    background: #fff8e8;
    border: 1px solid #e3c770;
}
.agreement input {
    margin-top: 4px;
}
.submit {
    width: 100%;
    min-height: 58px;
}
.honeypot {
    position: absolute;
    left: -9999px;
}
.error-message {
    background: #fff0f2;
    border: 1px solid #d75b69;
    border-radius: 14px;
    padding: 14px;
    color: #721c26;
}
.success-message {
    text-align: center;
    padding: 60px 20px;
}
.success-message span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    color: #7a3a8c;
}
.success-message h3 {
    font-size: 34px;
    margin: 12px 0;
}
.success-message p {
    color: #625565;
}
.success-message .button {
    margin-top: 14px;
}
.reference-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.reference-grid a {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    text-decoration: none;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #100a17;
    color: #d9cfdb;
}
.reference-grid a:hover {
    border-color: var(--cyan);
}
.reference-grid span {
    color: var(--cyan);
}
.finale {
    position: relative;
    isolation: isolate;
    min-height: 520px;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
    padding: 88px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.finale-art {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(
            180deg,
            rgba(8, 6, 13, 0.32) 0%,
            rgba(8, 6, 13, 0.48) 45%,
            rgba(8, 6, 13, 0.9) 100%
        ),
        radial-gradient(ellipse at 50% 30%, rgba(155, 69, 255, 0.17), transparent 53%),
        url("../images/finale-carnival-clean.webp");
    background-size: cover;
    background-position: center 62%;
    background-repeat: no-repeat;
}
.finale .shell {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100% - 40px, 980px);
    padding: 34px 30px;
}
.finale .kicker {
    margin: 0 0 16px;
}
.finale h2 {
    max-width: 900px;
    margin: 0 auto 28px;
    font-size: clamp(42px, 5.6vw, 78px);
    line-height: 1.04;
    text-wrap: balance;
    text-shadow: 0 5px 34px rgba(0, 0, 0, 0.9);
}
.finale .button {
    position: relative;
    z-index: 3;
}
footer {
    padding: 50px 0 24px;
    border-top: 1px solid var(--line);
    background: #07050a;
}
.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.footer-grid > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer-grid span {
    color: var(--muted);
}
.footer-grid a {
    text-decoration: none;
    color: var(--cyan);
}
.footer-legal {
    width: var(--shell);
    margin: 28px auto 0;
    color: #7f7481;
    font-size: 11px;
    border-top: 1px solid var(--line);
    padding-top: 18px;
}
@media (max-width: 980px) {
    
    .hero {
        min-height: 820px;
    }
    .contents-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .intro-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .price-card.featured {
        transform: none;
    }
    .criteria-grid,
    .operations-grid,
    .insurance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .risk-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .workshop-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .application-shell {
        grid-template-columns: 1fr;
    }
    .application-intro {
        position: static;
    }
    .scene-copy,
    .scene-copy.align-right {
        margin-inline: auto;
        text-align: left;
    }
    .scene-copy.align-right p {
        margin-left: 0;
    }
    .roadmap {
        grid-template-columns: 1fr;
    }
    .two-col {
        grid-template-columns: 1fr;
    }
    .scenario-panel {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 680px) {
    :root {
        --shell: min(100% - 26px, 1180px);
        --radius: 18px;
    }
    .brand span {
        display: none;
    }
    .brand img {
        width: 48px;
        height: 50px;
    }
    
    .hero {
        min-height: 760px;
        padding-top: 120px;
    }
    .hero-art {
        background-position: 58% center;
    }
    .hero-shade {
        background: linear-gradient(0deg, var(--bg) 0%, rgba(8, 6, 13, 0.53) 45%, rgba(8, 6, 13, 0.35) 100%);
    }
    .hero h1 {
        font-size: 54px;
    }
    .hero-copy {
        font-size: 17px;
    }
    .event-facts {
        grid-template-columns: 1fr;
    }
    .event-facts > div {
        padding: 13px 16px;
    }
    .intro,
    .calendar,
    .selection,
    .food-section,
    .insurance-section,
    .application-process,
    .references,
    .pricing-section,
    .operations-section,
    .budget-section,
    .application-section {
        padding: 76px 0;
    }
    .section-heading h2,
    .scene-copy h2,
    .application-intro h2 {
        font-size: 40px;
    }
    .section-heading p:not(.kicker),
    .scene-copy p:not(.kicker) {
        font-size: 16px;
    }
    .intro-grid,
    .contents-grid,
    .criteria-grid,
    .operations-grid,
    .insurance-grid,
    .risk-grid,
    .workshop-grid,
    .process-grid,
    .reference-grid {
        grid-template-columns: 1fr;
    }
    .contents-grid a {
        min-height: 100px;
    }
    .fullbleed {
        min-height: 530px;
    }
    .scene-vendor .scene-art {
        background-position: 66% center;
    }
    .scene-vip .scene-art {
        background-position: 58% center;
    }
    .timeline article {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 20px;
    }
    .pricing-grid {
        gap: 13px;
    }
    .permit-top {
        grid-template-columns: 54px 1fr;
    }
    .permit-top > strong {
        grid-column: 1/-1;
    }
    .permit-sample dl {
        grid-template-columns: 1fr;
    }
    .temperature-band {
        grid-template-columns: 1fr;
    }
    .layout-demo {
        grid-template-rows: 48px repeat(6, 68px) 48px;
        min-height: 640px;
        gap: 7px;
        padding: 11px;
    }
    .counter {
        grid-column: 1/13;
    }
    .pos {
        grid-column: 1/5;
    }
    .handwash {
        grid-column: 9/13;
    }
    .cold {
        grid-column: 1/7;
        grid-row: 4/5;
    }
    .hot {
        grid-column: 7/13;
        grid-row: 4/5;
    }
    .prep {
        grid-column: 1/13;
        grid-row: 5;
    }
    .storage {
        grid-column: 1/8;
        grid-row: 6;
    }
    .extinguisher {
        grid-column: 8/13;
        grid-row: 6;
    }
    .rear {
        grid-row: 8;
    }
    .budget-inputs,
    .budget-notes,
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-grid .wide {
        grid-column: auto;
    }
    .application-card {
        padding: 17px;
    }
    .application-card fieldset {
        padding: 14px;
    }
    .footer-grid {
        flex-direction: column;
    }
    .scene-copy {
        padding: 58px 0;
    }
    .coi-check {
        align-items: flex-start;
    }
    .finale {
        min-height: 400px;
        padding: 58px 0;
    }
    .finale .shell {
        width: min(100% - 26px, 620px);
        padding: 28px 18px;
    }
    .finale .kicker {
        margin-bottom: 12px;
    }
    .finale h2 {
        font-size: clamp(32px, 9.5vw, 46px);
        line-height: 1.09;
        margin-bottom: 22px;
    }
    .finale-art {
        background-position: center 72%;
    }
    .footer-legal {
        font-size: 10px;
    }
}
@media (prefers-reduced-motion: no-preference) {
    .feature-card,
    .price-card,
    .criteria-grid article,
    .operations-grid article {
        transition:
            transform 0.2s,
            border-color 0.2s;
    }
    .feature-card:hover,
    .criteria-grid article:hover,
    .operations-grid article:hover {
        transform: translateY(-4px);
        border-color: rgba(155, 69, 255, 0.55);
    }
}

/* Vendor fee checkout */
.price-pay-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-top: 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 107, 22, 0.5);
    background: linear-gradient(135deg, rgba(255, 107, 22, 0.19), rgba(155, 69, 255, 0.15));
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 900;
}
.price-pay-link:hover {
    border-color: var(--orange);
    background: linear-gradient(135deg, rgba(255, 107, 22, 0.34), rgba(155, 69, 255, 0.25));
}
.checkout-section {
    padding: 120px 0;
    background: #07050b;
    overflow: hidden;
    border-block: 1px solid var(--line);
}
.checkout-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 24%, rgba(155, 69, 255, 0.22), transparent 34%),
        radial-gradient(circle at 82% 70%, rgba(255, 107, 22, 0.16), transparent 31%),
        linear-gradient(135deg, #090610 0%, #15091d 48%, #07050b 100%);
}
.checkout-glow:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent);
}
.checkout-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 38px;
    align-items: start;
}
.checkout-intro {
    position: sticky;
    top: 110px;
}
.checkout-intro h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 74px);
    line-height: 0.97;
    margin: 0 0 24px;
    letter-spacing: -1.5px;
}
.checkout-intro > p:not(.kicker) {
    font-size: 18px;
    color: var(--muted);
    max-width: 540px;
}
.expedite-card {
    margin-top: 28px;
    padding: 26px;
    border: 1px solid rgba(255, 107, 22, 0.44);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 107, 22, 0.13), rgba(155, 69, 255, 0.08));
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.28);
}
.expedite-card > span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--orange);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 900;
}
.expedite-card strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 25px;
    line-height: 1.15;
    margin: 15px 0 10px;
}
.expedite-card p {
    margin: 0;
    color: #d1c6d3;
    font-size: 14px;
}
.promo-spot {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(25, 214, 226, 0.3);
    background: rgba(25, 214, 226, 0.06);
}
.promo-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--cyan), var(--purple));
    font-size: 24px;
    font-weight: 900;
}
.promo-spot strong,
.promo-spot span {
    display: block;
}
.promo-spot span {
    color: var(--muted);
    font-size: 13px;
    margin-top: 3px;
}
.checkout-trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.checkout-trust li {
    position: relative;
    padding: 11px 12px 11px 34px;
    border: 1px solid var(--line);
    border-radius: 13px;
    color: #d7cdd9;
    font-size: 12px;
}
.checkout-trust li:before {
    content: "✓";
    position: absolute;
    left: 12px;
    color: var(--green);
    font-weight: 900;
}
.checkout-card {
    background: linear-gradient(180deg, #f6f0ea, #eee4ed);
    color: #221923;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.65);
}
.checkout-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d9cddd;
}
.checkout-card-head span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px;
    font-weight: 900;
    color: #8a4d93;
}
.checkout-card-head h3 {
    margin: 4px 0 0;
    font-family: Georgia, serif;
    font-size: 30px;
}
.checkout-card-head > b {
    padding: 10px 14px;
    border-radius: 12px;
    background: #635bff;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.checkout-error {
    margin: 17px 0 0;
    padding: 13px 14px;
    border-radius: 13px;
    background: #fff0f2;
    border: 1px solid #d75b69;
    color: #721c26;
    font-size: 13px;
    font-weight: 700;
}
.checkout-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 20px;
}
.checkout-contact-grid label {
    font-size: 12px;
    font-weight: 800;
    color: #493c4b;
}
.checkout-contact-grid .wide {
    grid-column: 1/-1;
}
.checkout-contact-grid input {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #cfc2d1;
    border-radius: 11px;
    background: #fff;
    color: #241d25;
    padding: 12px;
    outline: none;
}
.checkout-contact-grid input:focus {
    border-color: #8c35a4;
    box-shadow: 0 0 0 3px rgba(140, 53, 164, 0.13);
}
.checkout-contact-grid small {
    display: block;
    margin-top: 5px;
    color: #726575;
    font-weight: 400;
}
.checkout-options {
    border: 0;
    padding: 0;
    margin: 24px 0 0;
}
.checkout-options legend {
    padding: 0;
    margin-bottom: 11px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 11px;
    font-weight: 900;
    color: #6c3f75;
}
.payment-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.payment-option {
    position: relative;
    cursor: pointer;
}
.payment-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.payment-option-body {
    display: flex;
    flex-direction: column;
    min-height: 170px;
    padding: 16px;
    border-radius: 17px;
    border: 1px solid #d1c3d3;
    background: #fff;
    transition: 0.18s;
}
.payment-option-body b {
    font-size: 13px;
    line-height: 1.25;
}
.payment-option-body strong {
    font-family: Georgia, serif;
    font-size: 28px;
    color: #5b2268;
    margin: 9px 0 2px;
}
.payment-option-body em {
    font-style: normal;
    color: #d44f16;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 900;
}
.payment-option-body small {
    margin-top: auto;
    padding-top: 10px;
    color: #6f6072;
    font-size: 11px;
    line-height: 1.35;
}
.payment-option input:checked + .payment-option-body {
    border-color: #8f39a8;
    box-shadow:
        0 0 0 3px rgba(143, 57, 168, 0.16),
        0 12px 30px rgba(72, 30, 83, 0.12);
    background: linear-gradient(145deg, #fff, #fbf5ff);
}
.payment-option input:focus-visible + .payment-option-body {
    outline: 3px solid rgba(25, 214, 226, 0.42);
    outline-offset: 2px;
}
.checkout-summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px 18px;
    margin-top: 20px;
    padding: 18px;
    border-radius: 18px;
    background: #17101d;
    color: #fff;
    border: 1px solid rgba(155, 69, 255, 0.4);
}
.checkout-summary > span {
    grid-column: 1/-1;
    color: var(--cyan);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 10px;
    font-weight: 900;
}
.checkout-summary > strong {
    font-size: 15px;
}
.checkout-summary > b {
    font-family: Georgia, serif;
    font-size: 24px;
    color: var(--gold);
}
.checkout-summary > p {
    grid-column: 1/-1;
    margin: 3px 0 0;
    color: #cfc4d1;
    font-size: 12px;
}
.payment-agreement {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding: 14px;
    border-radius: 14px;
    background: #fff8e8;
    border: 1px solid #e3c770;
    color: #4c3e4f;
    font-size: 12px;
}
.payment-agreement input {
    margin-top: 3px;
}
.checkout-submit {
    width: 100%;
    min-height: 60px;
    margin-top: 15px;
    justify-content: space-between;
    padding-inline: 24px;
}
.checkout-submit b {
    font-size: 22px;
}
.checkout-fineprint {
    text-align: center;
    color: #77697a;
    font-size: 11px;
    margin: 10px 0 0;
}
.finale-actions,
.success-actions,
.result-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.button-glass.dark {
    color: #312536;
    border-color: #ad9caf;
    background: transparent;
}
.checkout-result-page {
    min-height: 100vh;
    background: radial-gradient(circle at 50% 10%, rgba(155, 69, 255, 0.24), transparent 38%),
        linear-gradient(180deg, #09060f, #12081a);
    display: grid;
    place-items: center;
    padding: 28px;
}
.checkout-result-shell {
    width: min(760px, 100%);
}
.checkout-result-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(27, 16, 39, 0.98), rgba(9, 6, 14, 0.98));
    box-shadow: var(--shadow);
}
.checkout-result-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--orange), var(--pink), var(--purple));
}
.checkout-result-card.paid:before {
    background: linear-gradient(90deg, var(--green), var(--cyan), var(--purple));
}
.checkout-result-card h1 {
    font-family: Georgia, serif;
    font-size: clamp(42px, 7vw, 70px);
    line-height: 1;
    margin: 0 0 22px;
}
.checkout-result-card > p:not(.kicker) {
    color: var(--muted);
    font-size: 17px;
}
.checkout-result-card dl {
    display: grid;
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    margin: 25px 0;
}
.checkout-result-card dl > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 15px;
    background: #100a17;
}
.checkout-result-card dt {
    color: var(--muted);
}
.checkout-result-card dd {
    margin: 0;
    font-weight: 900;
    text-align: right;
}
.expedite-result {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 17px;
    border: 1px solid rgba(157, 242, 14, 0.32);
    background: rgba(157, 242, 14, 0.06);
    border-radius: 16px;
}
.expedite-result strong {
    color: var(--green);
}
.expedite-result span {
    color: #d6cbd8;
    font-size: 13px;
}
.result-actions {
    justify-content: flex-start;
    margin-top: 24px;
}

@media (max-width: 980px) {
    .checkout-shell {
        grid-template-columns: 1fr;
    }
    .checkout-intro {
        position: static;
    }
    .payment-option-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .checkout-trust {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 680px) {
    .checkout-section {
        padding: 76px 0;
    }
    .checkout-intro h2 {
        font-size: 42px;
    }
    .checkout-trust {
        grid-template-columns: 1fr 1fr;
    }
    .checkout-card {
        padding: 17px;
        border-radius: 22px;
    }
    .checkout-card-head h3 {
        font-size: 24px;
    }
    .checkout-contact-grid,
    .payment-option-grid {
        grid-template-columns: 1fr;
    }
    .checkout-contact-grid .wide {
        grid-column: auto;
    }
    .payment-option-body {
        min-height: auto;
    }
    .checkout-summary {
        grid-template-columns: 1fr;
    }
    .checkout-summary > b {
        margin-top: 2px;
    }
    .checkout-result-card {
        padding: 28px 20px;
    }
    .checkout-result-card dl > div {
        flex-direction: column;
        gap: 4px;
    }
    .checkout-result-card dd {
        text-align: left;
    }
    .result-actions,
    .finale-actions {
        flex-direction: column;
        width: 100%;
    }
    .result-actions .button,
    .finale-actions .button {
        width: 100%;
    }
}


article.price-card {
  display: flex;
  flex-direction: column;
}

/* On the button */
.price-pay-link {
  position: static; /* Remove position: absolute */
  width: 100%;
  margin-top: auto;  /* Pushes the button naturally to the bottom */
  box-sizing: border-box;
}
