:root {
    --bg: #090217;
    --bg-soft: #14042a;
    --panel: rgba(12, 8, 28, 0.72);
    --panel-strong: rgba(11, 7, 25, 0.92);
    --line: rgba(255, 255, 255, 0.1);
    --text: #f7f3ff;
    --muted: #c9c2e8;
    --gold: #ffd54b;
    --orange: #ff7a18;
    --pink: #ff4fd8;
    --violet: #865cff;
    --cyan: #42d7ff;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
    --radius-lg: 28px;
    --radius-md: 22px;
    --radius-sm: 16px;
    --container: min(1180px, calc(100vw - 2rem));
    --gold-glow: rgba(255, 213, 75, 0.28);
    --gold-glow-strong: rgba(255, 213, 75, 0.48);
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.08) 0 1px, transparent 2px),
        radial-gradient(circle at 24% 70%, rgba(255, 213, 75, 0.08) 0 1px, transparent 2px),
        radial-gradient(circle at 74% 18%, rgba(66, 215, 255, 0.08) 0 1px, transparent 2px),
        radial-gradient(circle at 88% 62%, rgba(255, 79, 216, 0.08) 0 1px, transparent 2px),
        radial-gradient(circle at 58% 46%, rgba(255, 255, 255, 0.06) 0 1px, transparent 2px),
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.06) 0 1px, transparent 2px),
        radial-gradient(circle at 66% 82%, rgba(255, 213, 75, 0.06) 0 1px, transparent 2px),
        radial-gradient(circle at 32% 38%, rgba(255, 255, 255, 0.05) 0 1px, transparent 2px),
        radial-gradient(circle at 79% 72%, rgba(66, 215, 255, 0.05) 0 1px, transparent 2px),
        radial-gradient(circle at top, rgba(138, 64, 255, 0.16), transparent 28%),
        radial-gradient(circle at bottom, rgba(255, 122, 24, 0.22), transparent 34%),
        linear-gradient(180deg, #070111 0%, #120421 42%, #090217 100%);
    color: var(--text);
    min-height: 100vh;
    overflow-x: hidden;
}

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

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

a,
button,
.glow-card,
.glass-card,
.media-card,
.poster,
.hero-points span,
.pill-row span,
.brand-mark,
.site-nav a,
.footer-links a,
.text-link,
.social-pill,
.countdown-box {
    --mx: 50%;
    --my: 50%;
}

button,
input,
textarea {
    font: inherit;
}

.site-shell {
    position: relative;
    isolation: isolate;
}

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

.stars,
.aurora {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: -2;
}

.stars::before,
.stars::after {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    pointer-events: none;
}

.stars-a {
    background-image:
        radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.8px),
        radial-gradient(circle at 68% 34%, rgba(255, 213, 75, 0.95) 0 1.2px, transparent 2px),
        radial-gradient(circle at 42% 73%, rgba(66, 215, 255, 0.85) 0 1px, transparent 1.8px),
        radial-gradient(circle at 82% 14%, rgba(255, 79, 216, 0.8) 0 1.2px, transparent 2px),
        radial-gradient(circle at 29% 58%, rgba(255, 255, 255, 0.75) 0 0.9px, transparent 1.7px),
        radial-gradient(circle at 52% 24%, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.8px),
        radial-gradient(circle at 90% 78%, rgba(255, 213, 75, 0.8) 0 1px, transparent 1.9px),
        radial-gradient(circle at 7% 52%, rgba(66, 215, 255, 0.8) 0 1px, transparent 1.8px),
        radial-gradient(circle at 38% 14%, rgba(255, 255, 255, 0.72) 0 0.9px, transparent 1.7px),
        radial-gradient(circle at 61% 54%, rgba(255, 255, 255, 0.68) 0 0.9px, transparent 1.7px);
}

.stars-b {
    background-image:
        radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.95) 0 1px, transparent 1.7px),
        radial-gradient(circle at 77% 66%, rgba(255, 213, 75, 0.9) 0 1.2px, transparent 2px),
        radial-gradient(circle at 54% 12%, rgba(66, 215, 255, 0.9) 0 1px, transparent 1.6px),
        radial-gradient(circle at 91% 42%, rgba(255, 79, 216, 0.8) 0 1.1px, transparent 1.8px),
        radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.8) 0 0.9px, transparent 1.6px),
        radial-gradient(circle at 62% 84%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.8px),
        radial-gradient(circle at 18% 46%, rgba(255, 79, 216, 0.72) 0 1px, transparent 1.8px),
        radial-gradient(circle at 84% 22%, rgba(66, 215, 255, 0.78) 0 1px, transparent 1.7px),
        radial-gradient(circle at 46% 64%, rgba(255, 255, 255, 0.7) 0 0.9px, transparent 1.7px),
        radial-gradient(circle at 72% 48%, rgba(255, 213, 75, 0.68) 0 0.9px, transparent 1.7px);
}

.stars-a::before {
    background-image:
        radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.34) 0 2px, transparent 5px),
        radial-gradient(circle at 68% 34%, rgba(255, 213, 75, 0.26) 0 2.4px, transparent 6px),
        radial-gradient(circle at 42% 73%, rgba(66, 215, 255, 0.22) 0 2px, transparent 5px),
        radial-gradient(circle at 82% 14%, rgba(255, 79, 216, 0.22) 0 2px, transparent 5px),
        radial-gradient(circle at 90% 78%, rgba(255, 213, 75, 0.24) 0 2px, transparent 5px);
    filter: blur(1px);
    opacity: 0.42;
    opacity: 0.22;
}

.stars-a::after {
    background-image:
        radial-gradient(circle at 29% 58%, rgba(255, 255, 255, 0.24) 0 1.8px, transparent 4px),
        radial-gradient(circle at 52% 24%, rgba(255, 255, 255, 0.24) 0 1.8px, transparent 4px),
        radial-gradient(circle at 7% 52%, rgba(66, 215, 255, 0.18) 0 1.8px, transparent 4px);
    opacity: 0.18;
}

.stars-b::before {
    background-image:
        radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.22) 0 2px, transparent 5px),
        radial-gradient(circle at 77% 66%, rgba(255, 213, 75, 0.2) 0 2px, transparent 5px),
        radial-gradient(circle at 54% 12%, rgba(66, 215, 255, 0.22) 0 2px, transparent 5px),
        radial-gradient(circle at 91% 42%, rgba(255, 79, 216, 0.18) 0 2px, transparent 5px);
    filter: blur(1.2px);
    opacity: 0.18;
}

.stars-b::after {
    background-image:
        radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.2) 0 1.8px, transparent 4px),
        radial-gradient(circle at 62% 84%, rgba(255, 255, 255, 0.2) 0 1.8px, transparent 4px),
        radial-gradient(circle at 18% 46%, rgba(255, 79, 216, 0.16) 0 1.8px, transparent 4px),
        radial-gradient(circle at 84% 22%, rgba(66, 215, 255, 0.18) 0 1.8px, transparent 4px);
    opacity: 0.14;
}

.aurora-left {
    background: radial-gradient(circle at 18% 28%, rgba(255, 122, 24, 0.18), transparent 25%);
}

.aurora-right {
    background: radial-gradient(circle at 80% 12%, rgba(134, 92, 255, 0.16), transparent 20%);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(16px);
    background: rgba(7, 1, 17, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 150px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    max-width: min(560px, 74vw);
    position: relative;
    border-radius: 18px;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.brand-mark__logo {
    width: 100%;
    height: auto;
    max-height: 126px;
    object-fit: contain;
    filter: drop-shadow(0 10px 24px rgba(255, 122, 24, 0.22));
}

.brand-mark:hover {
    transform: translateY(-2px) scale(1.015);
    filter: drop-shadow(0 0 18px rgba(255, 213, 75, 0.3));
}

.eyebrow,
.card-label,
.business-badge,
.social-badge {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.74rem;
    font-weight: 800;
}

.eyebrow,
.card-label,
.social-badge {
    color: var(--gold);
}

.drops-section .card-label {
    color: var(--gold);
}

h1,
h2,
h3,
.button,
.step-number,
.timeline-index {
    font-family: "Arial Black", "Segoe UI", sans-serif;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.site-nav a {
    position: relative;
    color: var(--muted);
    font-weight: 700;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    transition: color 240ms ease, text-shadow 240ms ease, background-color 240ms ease, box-shadow 240ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav a:hover,
.site-nav a.is-active {
    color: white;
    text-shadow: 0 0 18px rgba(255, 213, 75, 0.5);
    background: rgba(255, 213, 75, 0.08);
    box-shadow: 0 0 0 1px rgba(255, 213, 75, 0.16), 0 0 22px rgba(255, 213, 75, 0.12);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.05);
    padding: 0;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: white;
}

.section,
.hero,
.page-hero {
    position: relative;
    padding: 5.5rem 0;
}

.hero {
    padding-top: 4rem;
}

.hero-grid,
.spotlight-grid,
.hunt-grid,
.partner-grid,
.social-layout,
.inquiry-grid,
.two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: center;
}

.hero-grid {
    align-items: start;
}

.hero-copy h1,
.page-hero h1 {
    font-size: clamp(2.7rem, 6vw, 5.2rem);
    line-height: 0.95;
    margin: 0.2rem 0 1rem;
    max-width: 12ch;
}

.hero-lead,
.hero-subline,
.page-hero p,
.section-heading p + h2 + p,
.spotlight-copy p,
.hunt-copy p,
.partner-grid p,
.social-layout p,
.timeline-item p,
.business-card p,
.drop-card p,
.glow-card p,
.site-footer p {
    color: var(--muted);
    line-height: 1.7;
}

.hero-subline {
    margin: 0 0 0.55rem;
    font-size: 1.02rem;
}

.hero-lead {
    font-size: 1.14rem;
    font-weight: 800;
    color: var(--gold);
    margin-top: 0;
}

.hero-actions,
.pill-row,
.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.story-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.4rem;
    align-items: start;
}

.story-visual {
    padding: 1rem;
    min-height: 100%;
    display: grid;
    place-items: center;
}

.story-visual img {
    width: min(100%, 360px);
    object-fit: contain;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.story-visual__placeholder {
    width: 100%;
    min-height: 340px;
    display: grid;
    place-items: center;
    padding: 2rem;
    border-radius: 26px;
    border: 1px dashed rgba(255, 213, 75, 0.28);
    background: rgba(255, 255, 255, 0.02);
    text-align: center;
}

.story-visual__placeholder p {
    margin: 0;
    color: #fff0b8;
    font-weight: 700;
}

.steps-grid--stacked {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 1rem;
}

.hero-points span,
.pill-row span {
    position: relative;
    overflow: hidden;
    padding: 0.7rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
    color: #fef3bd;
    font-size: 0.95rem;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.hero-platforms {
    align-items: stretch;
    margin-top: 1.1rem;
}

.social-pill {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 213, 75, 0.22);
    background: linear-gradient(135deg, rgba(255, 122, 24, 0.16), rgba(134, 92, 255, 0.14));
    color: #fff0b5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 24px rgba(255, 122, 24, 0.12);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.social-pill__label {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.03em;
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.2rem;
    border-radius: 999px;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease, border-color 240ms ease, filter 240ms ease;
}

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

.button-primary {
    background: linear-gradient(135deg, var(--orange), var(--gold));
    color: #18052f;
    box-shadow: 0 0 0 1px rgba(255, 213, 75, 0.3), 0 14px 34px rgba(255, 122, 24, 0.25);
}

.button-secondary {
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    color: white;
    box-shadow: 0 14px 34px rgba(66, 215, 255, 0.18);
}

.button-ghost {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

.hero-visual,
.poster-stack,
.media-card,
.hunt-visual {
    position: relative;
}

.hero-visual {
    margin-top: -1.2rem;
    min-height: 540px;
    display: grid;
    place-items: center;
}

.hero-visual--inline {
    margin-top: 1rem;
}

.hero-mascot-track {
    position: relative;
    width: min(100%, 520px);
    min-height: 520px;
    transform: translate3d(0, 0, 0);
    transition: transform 220ms linear;
    will-change: transform;
}

.hero-backdrop,
.media-card img,
.hunt-visual img {
    border-radius: 30px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms ease, border-color 280ms ease;
}

.hero-backdrop {
    width: 100%;
}

.hero-floater {
    position: absolute;
    width: min(78%, 420px);
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 3;
    filter: drop-shadow(0 22px 40px rgba(255, 90, 31, 0.34));
    animation: mascotFloat 5.6s ease-in-out infinite;
}

.glass-card,
.glow-card,
.form-panel {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.glass-card,
.glow-card,
.form-panel,
.timeline-item {
    padding: 1.4rem;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.section-heading h2,
.spotlight-copy h2,
.hunt-copy h2,
.partner-grid h2,
.social-layout h2,
.site-footer h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
    margin: 0.25rem 0 1rem;
}

.steps-grid,
.cards-grid,
.business-grid,
.social-grid {
    display: grid;
    gap: 1.2rem;
}

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

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

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

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

.step-card,
.drop-card,
.business-card,
.social-card {
    position: relative;
    overflow: hidden;
}

.button::before,
.glass-card::before,
.glow-card::before,
.form-panel::before,
.hero-points span::before,
.pill-row span::before,
.social-pill::before,
.poster::before,
.media-card::before,
.brand-mark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mx) var(--my), var(--gold-glow-strong), transparent 42%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
}

.step-card::after,
.drop-card::after,
.business-card::after,
.social-card::after,
.form-panel::after {
    content: "";
    position: absolute;
    inset: auto -30% -40% auto;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 213, 75, 0.18), transparent 68%);
}

.button:hover::before,
.glass-card:hover::before,
.glow-card:hover::before,
.form-panel:hover::before,
.hero-points span:hover::before,
.pill-row span:hover::before,
.social-pill:hover::before,
.poster:hover::before,
.media-card:hover::before,
.brand-mark:hover::before {
    opacity: 1;
}

.glow-card:hover,
.glass-card:hover,
.form-panel:hover,
.step-card:hover,
.drop-card:hover,
.business-card:hover,
.social-card:hover,
.note-card:hover,
.timeline-item:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 213, 75, 0.34);
    box-shadow:
        0 0 0 1px rgba(255, 213, 75, 0.12),
        0 24px 80px rgba(0, 0, 0, 0.38),
        0 0 40px rgba(255, 213, 75, 0.14);
}

.media-card:hover img,
.hunt-visual:hover img,
.poster:hover {
    transform: translateY(-5px) scale(1.01);
    border-color: rgba(255, 213, 75, 0.34);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.38),
        0 0 42px rgba(255, 213, 75, 0.18);
}

.hero-points span:hover,
.pill-row span:hover,
.social-pill:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 213, 75, 0.34);
    box-shadow: 0 0 24px rgba(255, 213, 75, 0.14);
    background: rgba(255, 213, 75, 0.09);
}

.step-number,
.timeline-index {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--orange), var(--gold));
    color: #160427;
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.step-card {
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.2rem;
}

.step-card p {
    margin: 0;
    font-size: 1rem;
}

.poster {
    width: min(82%, 420px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow);
}

.poster-main {
    position: relative;
    z-index: 2;
}

.poster-side {
    position: absolute;
    right: 0;
    bottom: -12%;
    width: min(48%, 260px);
    transform: rotate(8deg);
    z-index: 1;
}

.spotlight-mascot {
    display: grid;
    place-items: center;
    min-height: 420px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    align-self: center;
}

.spotlight-mascot__image {
    width: min(100%, 360px);
    filter: drop-shadow(0 22px 40px rgba(255, 90, 31, 0.34));
    animation: sectionMascotFloat 5.8s ease-in-out infinite;
}

.spotlight-section .eyebrow {
    color: var(--gold);
}

.spotlight-section h2 {
    color: white;
}

.offer-box {
    display: grid;
    gap: 0.45rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-box strong {
    color: #fff1ae;
}

.business-badge {
    display: inline-flex;
    align-self: start;
    margin-bottom: 0.8rem;
    color: var(--cyan);
}

.logo-orb {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--violet), var(--cyan));
    color: #0a0320;
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: 1.5rem;
}

.text-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--gold);
    font-weight: 800;
    transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.text-link:hover,
.footer-links a:hover {
    color: #fff3b0;
    text-shadow: 0 0 18px rgba(255, 213, 75, 0.34);
    transform: translateX(3px);
}

.feature-list,
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list li,
.footer-links li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.9rem;
    color: var(--muted);
}

.feature-list li::before,
.footer-links li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--orange));
}

.footer-links a {
    display: inline-block;
    transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.page-hero {
    min-height: 48vh;
    display: grid;
    align-items: end;
    background:
        linear-gradient(180deg, rgba(7, 1, 17, 0.28), rgba(7, 1, 17, 0.9)),
        url("../images/wide-wallpaper.png") center/cover no-repeat;
}

.page-hero--inquiry {
    background:
        linear-gradient(180deg, rgba(7, 1, 17, 0.35), rgba(7, 1, 17, 0.9)),
        url("../images/hidden-deals-poster.png") center 15% / cover no-repeat;
}

.page-hero--services {
    background:
        linear-gradient(180deg, rgba(7, 1, 17, 0.3), rgba(7, 1, 17, 0.9)),
        url("../images/unlock-hidden-deals.png") center 22% / cover no-repeat;
}

.page-hero__content {
    max-width: 720px;
}

.page-hero__content .page-hero__eyebrow,
.services-accent-label {
    color: var(--gold) !important;
}

.timeline {
    display: grid;
    gap: 1rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.service-card {
    position: relative;
    min-height: 100%;
}

.service-card__index {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--orange), var(--gold));
    color: #160427;
    font-family: "Arial Black", "Segoe UI", sans-serif;
    font-size: 1rem;
}

.service-card h3,
.service-cta-card h3 {
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    line-height: 1.08;
    margin: 0 0 0.85rem;
}

.service-card p,
.service-cta-card p {
    color: var(--muted);
    line-height: 1.7;
}

.service-cta-card {
    display: grid;
    gap: 0.9rem;
    align-content: start;
}

.timeline-item {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: 1rem;
}

.social-card {
    display: block;
}

.note-card {
    margin-top: 1.5rem;
}

.inquiry-form {
    display: grid;
    gap: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.inquiry-form label {
    display: grid;
    gap: 0.5rem;
}

.inquiry-form span {
    font-size: 0.92rem;
    font-weight: 700;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: white;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus,
.inquiry-form select:focus {
    outline: 2px solid rgba(66, 215, 255, 0.4);
    border-color: rgba(66, 215, 255, 0.45);
}

.form-status {
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 213, 75, 0.12);
    border: 1px solid rgba(255, 213, 75, 0.24);
    color: #fff0b8;
}

.centered-cta {
    margin-top: 2rem;
    text-align: center;
}

.site-footer {
    position: relative;
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 1, 17, 0.72);
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    max-width: min(520px, 100%);
    margin-bottom: 1.4rem;
    border-radius: 20px;
    transition: transform 220ms ease, filter 220ms ease;
}

.footer-brand__logo {
    width: 100%;
    height: auto;
    max-height: 170px;
    object-fit: contain;
    filter: drop-shadow(0 12px 30px rgba(255, 122, 24, 0.24));
}

.footer-brand:hover {
    transform: translateY(-2px) scale(1.01);
    filter: drop-shadow(0 0 18px rgba(255, 213, 75, 0.28));
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 213, 75, 0.45), transparent);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 1.5rem;
}

.footer-bottom {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 820ms ease, transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes mascotFloat {
    0%, 100% { transform: translate3d(-50%, -50%, 0) rotate(-4deg); }
    50% { transform: translate3d(-50%, calc(-50% - 16px), 0) rotate(2deg); }
}

@keyframes sectionMascotFloat {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg); }
    50% { transform: translate3d(0, -16px, 0) rotate(2deg); }
}

@media (max-width: 1080px) {
    .steps-grid,
    .business-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cards-grid,
    .business-grid--full,
    .services-grid,
    .social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .step-card {
        min-height: 170px;
    }
}

@media (max-width: 860px) {
    .nav-toggle {
        display: inline-block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.5rem);
        right: 1rem;
        left: 1rem;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        border-radius: 22px;
        background: rgba(10, 4, 22, 0.96);
        border: 1px solid var(--line);
    }

    .site-nav.is-open {
        display: flex;
    }

    .hero-grid,
    .spotlight-grid,
    .hunt-grid,
    .partner-grid,
    .social-layout,
    .inquiry-grid,
    .two-column,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy h1,
    .page-hero h1 {
        max-width: 100%;
    }

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

    .step-card {
        min-height: 170px;
    }

    .brand-mark {
        max-width: min(420px, 72vw);
    }

    .brand-mark__logo {
        max-height: 104px;
    }

    .hero-visual {
        margin-top: -1rem;
        min-height: 420px;
    }

    .hero-visual--inline {
        margin-top: 1rem;
        max-width: 640px;
    }

    .spotlight-mascot {
        min-height: 300px;
    }

    .hero-platforms {
        gap: 0.7rem;
    }
}

@media (max-width: 640px) {
    .section,
    .hero,
    .page-hero {
        padding: 4rem 0;
    }

    .hero {
        padding-top: 2rem;
    }

    .nav-wrap {
        min-height: 122px;
    }

    .brand-mark {
        max-width: min(360px, 78vw);
    }

    .brand-mark__logo {
        max-height: 88px;
    }

    .footer-brand {
        max-width: min(360px, 100%);
    }

    .footer-brand__logo {
        max-height: 126px;
    }

    .steps-grid,
    .cards-grid,
    .business-grid,
    .business-grid--full,
    .services-grid,
    .social-grid,
    .form-row,
    .timeline-item {
        grid-template-columns: 1fr;
    }

    .steps-grid--stacked {
        grid-template-columns: 1fr;
    }

    .timeline-item {
        gap: 0.8rem;
    }

    .poster-main,
    .poster-side {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        transform: none;
    }

    .poster-side {
        margin-top: 1rem;
    }

    .spotlight-mascot {
        min-height: 240px;
    }

    .spotlight-mascot__image {
        width: min(100%, 250px);
    }

    .hero-visual {
        margin-top: -0.4rem;
        min-height: 320px;
    }

    .hero-visual--inline {
        max-width: 100%;
    }

    .hero-mascot-track {
        min-height: 300px;
    }

    .hero-floater {
        width: min(82%, 320px);
    }

    .social-pill {
        width: 100%;
        justify-content: flex-start;
    }
}

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

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}
