:root {
    --bg: #090d1f;
    --bg-soft: #10162d;
    --surface: rgba(18, 25, 49, 0.76);
    --surface-strong: rgba(12, 17, 35, 0.92);
    --surface-warm: rgba(55, 31, 22, 0.35);
    --line: rgba(255, 208, 126, 0.15);
    --line-strong: rgba(255, 208, 126, 0.35);
    --text: #f8f2df;
    --muted: #cfc4ad;
    --gold: #f4b24b;
    --gold-soft: #ffd98b;
    --amber: #ff8f3f;
    --fire: #ff6540;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --container: min(1180px, calc(100% - 40px));
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top, rgba(255, 162, 77, 0.18), transparent 28%),
        radial-gradient(circle at 20% 20%, rgba(255, 203, 117, 0.12), transparent 20%),
        radial-gradient(circle at 80% 12%, rgba(255, 105, 64, 0.1), transparent 18%),
        linear-gradient(180deg, #090d1f 0%, #0c1124 35%, #070a16 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

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

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

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4 {
    font-family: "Cinzel", Georgia, serif;
    line-height: 1.08;
    margin: 0 0 16px;
}

p {
    margin: 0 0 16px;
    color: var(--muted);
    line-height: 1.75;
}

strong {
    color: var(--text);
}

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

.ambient {
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: 0;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.65;
}

.ambient--top {
    top: -140px;
    left: 10%;
    width: 360px;
    height: 360px;
    background: rgba(255, 177, 61, 0.2);
}

.ambient--left {
    top: 30%;
    left: -140px;
    width: 280px;
    height: 420px;
    background: rgba(255, 99, 71, 0.12);
}

.ambient--right {
    top: 25%;
    right: -120px;
    width: 320px;
    height: 420px;
    background: rgba(255, 208, 126, 0.1);
}

.top-status {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid var(--line);
    background: rgba(6, 10, 23, 0.88);
    backdrop-filter: blur(14px);
}

.top-status__inner {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.top-status__inner p {
    margin: 0;
    font-size: 0.94rem;
}

.status-pill,
.card-badge,
.hero-pills span,
.tag-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 214, 151, 0.18);
    background: rgba(255, 179, 71, 0.1);
    color: var(--gold-soft);
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(8, 12, 24, 0.7);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
    background: rgba(7, 10, 20, 0.92);
    border-color: var(--line);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand__copy strong {
    font-family: "Cinzel", Georgia, serif;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
}

.brand__copy small {
    color: var(--muted);
    font-size: 0.85rem;
}

.brand-mark {
    position: relative;
    width: 118px;
    flex: 0 0 auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
}

.brand-mark--compact {
    width: 64px;
}

.brand-mark__glow,
.brand-mark__ring {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    pointer-events: none;
}

.brand-mark__glow {
    inset: 12%;
    background: radial-gradient(circle, rgba(255, 169, 58, 0.32), rgba(255, 89, 32, 0.06) 62%, transparent 74%);
    filter: blur(14px);
    animation: pulse 3.4s ease-in-out infinite;
}

.brand-mark__ring {
    border: 1px solid rgba(255, 208, 126, 0.22);
}

.brand-mark__ring--one {
    inset: 6%;
    border-style: dashed;
    animation: spin 16s linear infinite;
}

.brand-mark__ring--two {
    inset: -4%;
    opacity: 0.65;
    animation: spin-reverse 22s linear infinite;
}

.brand-mark__image {
    position: relative;
    z-index: 1;
    width: 82%;
    height: 82%;
    object-fit: contain;
    filter: drop-shadow(0 14px 26px rgba(255, 122, 46, 0.28));
    animation: float 5s ease-in-out infinite;
}

.lion-logo {
    overflow: visible;
}

.logo__halo {
    fill: rgba(255, 213, 143, 0.03);
    stroke: rgba(255, 213, 143, 0.2);
    stroke-width: 2;
}

.logo__orbit {
    fill: none;
    stroke: rgba(255, 217, 139, 0.3);
    stroke-width: 2;
    stroke-dasharray: 8 10;
    transform-origin: center;
}

.logo__orbit--inner {
    animation: spin 12s linear infinite;
}

.logo__orbit--outer {
    animation: spin-reverse 18s linear infinite;
}

.logo__mane {
    transform-origin: center;
    animation: sway 9s ease-in-out infinite;
}

.logo__face {
    transform-origin: center;
    animation: float 5s ease-in-out infinite;
}

.logo__eye {
    animation: blink 6s infinite;
    transform-origin: center;
}

.logo__crown-jewel {
    animation: pulse 2.8s ease-in-out infinite;
}

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

.nav-auth {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 214, 151, 0.12);
}

.nav-user {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 220, 170, 0.12);
    color: var(--gold-soft);
    font-size: 0.88rem;
}

.site-nav a {
    padding: 12px 14px;
    border-radius: 999px;
    color: var(--muted);
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--text);
    background: rgba(255, 188, 92, 0.12);
    transform: translateY(-1px);
}

.site-nav .button,
.site-nav .button:hover {
    color: #1e1322;
    background: linear-gradient(135deg, var(--gold), var(--amber));
}

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

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--text);
    border-radius: 999px;
    transition: transform 180ms ease, opacity 180ms ease;
}

.page-shell {
    position: relative;
    z-index: 1;
}

.section {
    padding: 52px 0;
}

.section--tight {
    padding-top: 14px;
}

.section--contrast {
    background: linear-gradient(180deg, rgba(255, 173, 84, 0.05), rgba(255, 173, 84, 0.02));
    border-top: 1px solid rgba(255, 201, 119, 0.08);
    border-bottom: 1px solid rgba(255, 201, 119, 0.08);
}

.page-hero {
    padding-top: 68px;
}

.hero {
    padding-top: 74px;
}

.hero-grid,
.two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 34px;
    align-items: center;
}

.two-column--wide {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.hero-copy h1,
.page-hero h1 {
    font-size: clamp(2.8rem, 4vw, 5rem);
    margin-bottom: 20px;
}

.page-hero h1 {
    font-size: clamp(2.4rem, 3.5vw, 4.1rem);
}

.lead {
    font-size: 1.08rem;
    max-width: 62ch;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--gold-soft);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 24px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    border: 1px solid rgba(255, 193, 102, 0.36);
    background: linear-gradient(135deg, var(--gold), var(--amber));
    color: #1e1322;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(244, 178, 75, 0.25);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(244, 178, 75, 0.28);
    filter: saturate(1.06);
}

.button.is-copied {
    background: linear-gradient(135deg, #82ffa6, #47d77e);
}

.button--ghost {
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    box-shadow: none;
}

.button--small {
    min-height: 44px;
    padding: 0 16px;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-panel__frame,
.glass-panel,
.metric-card,
.info-card,
.mode-card,
.price-card,
.staff-card,
.quote-card,
.timeline-card,
.promo-banner,
.faq-item,
.auth-card,
.auth-spotlight {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        linear-gradient(135deg, rgba(255, 177, 74, 0.06), rgba(255, 104, 73, 0.05)),
        var(--surface);
    box-shadow: var(--shadow);
}

.hero-panel__frame {
    padding: 28px;
}

.hero-panel__frame::before,
.glass-panel::before,
.info-card::before,
.mode-card::before,
.price-card::before,
.staff-card::before,
.quote-card::before,
.timeline-card::before,
.promo-banner::before,
.auth-card::before,
.auth-spotlight::before {
    content: "";
    position: absolute;
    inset: -40% auto auto -10%;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 207, 124, 0.2), transparent 70%);
    opacity: 0.75;
    pointer-events: none;
}

.hero-panel__copy h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.signal-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.signal-list div {
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 221, 170, 0.08);
}

.metrics-grid,
.cards,
.timeline-grid,
.pricing-grid,
.mode-grid {
    display: grid;
    gap: 22px;
}

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

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

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

.cards--stack {
    grid-template-columns: 1fr;
}

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

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

.metric-card,
.info-card,
.mode-card,
.price-card,
.staff-card,
.quote-card,
.timeline-card {
    padding: 26px;
}

.metric-card {
    text-align: center;
    padding: 24px 18px;
}

.metric-card strong {
    display: block;
    font-family: "Cinzel", Georgia, serif;
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.section-heading--left {
    margin-left: 0;
    text-align: left;
}

.section-heading h2 {
    font-size: clamp(2rem, 3vw, 3.1rem);
}

.info-card h3,
.mode-card h2,
.price-card h2,
.staff-card h3,
.timeline-card h3 {
    font-size: 1.55rem;
}

.detail-list,
.tag-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.detail-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: var(--muted);
}

.detail-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), var(--amber));
    box-shadow: 0 0 16px rgba(255, 193, 102, 0.35);
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.stacked-panels {
    display: grid;
    gap: 16px;
}

.glass-panel {
    padding: 22px 24px;
}

.glass-panel span,
.timeline-card span,
.staff-card span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--gold-soft);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.76rem;
}

.timeline-list {
    display: grid;
    gap: 16px;
}

.timeline-row {
    padding: 18px 20px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 215, 146, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.timeline-row strong {
    display: block;
    margin-bottom: 10px;
}

.promo-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
}

.auth-spotlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px;
}

.auth-card {
    padding: 28px;
}

.price-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-card--featured {
    border-color: rgba(255, 205, 122, 0.45);
    transform: translateY(-8px);
}

.price-tag {
    display: block;
    font-family: "Cinzel", Georgia, serif;
    font-size: 2.1rem;
    color: var(--gold-soft);
}

.quote-card p {
    font-size: 1.02rem;
}

.faq-list {
    display: grid;
    gap: 16px;
}

.faq-item {
    padding: 8px;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: var(--text);
    padding: 18px 18px 12px;
    text-align: left;
    font-weight: 700;
}

.faq-question strong {
    font-size: 1.4rem;
    transition: transform 180ms ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 240ms ease, opacity 200ms ease, padding 200ms ease;
    padding: 0 18px;
}

.faq-answer.is-open {
    max-height: 220px;
    opacity: 1;
    padding: 0 18px 16px;
}

.contact-form {
    display: grid;
    gap: 16px;
}

.contact-form label {
    display: grid;
    gap: 10px;
}

.contact-form span {
    font-weight: 700;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 220, 170, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    padding: 16px 18px;
    color: var(--text);
    outline: none;
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: rgba(255, 205, 122, 0.5);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

.contact-form small {
    color: #ffac92;
}

.alert {
    margin-bottom: 16px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid;
}

.alert--error {
    background: rgba(255, 90, 90, 0.08);
    border-color: rgba(255, 90, 90, 0.22);
    color: #ffd6d6;
}

.alert--success {
    background: rgba(118, 255, 154, 0.08);
    border-color: rgba(118, 255, 154, 0.22);
    color: #d9ffe2;
}

.alert--info {
    background: rgba(112, 185, 255, 0.08);
    border-color: rgba(112, 185, 255, 0.22);
    color: #d9edff;
}

.auth-switch {
    margin-top: 18px;
    margin-bottom: 0;
}

.auth-switch a {
    color: var(--gold-soft);
}

.auth-switch a:hover {
    color: var(--text);
}

.auth-info-stack {
    margin-top: 24px;
}

.site-footer {
    position: relative;
    z-index: 1;
    margin-top: 48px;
    padding: 46px 0 22px;
    border-top: 1px solid var(--line);
    background: rgba(6, 9, 18, 0.82);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 30px;
}

.footer-brand .brand {
    margin-bottom: 16px;
}

.brand--footer .brand-mark {
    width: 96px;
}

.footer-links {
    display: grid;
    gap: 10px;
}

.footer-links a {
    color: var(--muted);
}

.footer-links a:hover {
    color: var(--gold-soft);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 214, 151, 0.08);
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 560ms ease, transform 560ms ease;
}

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

.reveal-delay {
    transition-delay: 120ms;
}

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

@keyframes spin-reverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes sway {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(3deg) scale(1.02);
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes blink {
    0%,
    45%,
    100% {
        opacity: 1;
    }
    47%,
    49% {
        opacity: 0.25;
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(255, 207, 124, 0.3));
    }
    50% {
        transform: scale(1.08);
        filter: drop-shadow(0 0 16px rgba(255, 207, 124, 0.55));
    }
}

@media (max-width: 1100px) {
    .metrics-grid,
    .cards--three,
    .timeline-grid,
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-grid,
    .two-column,
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

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

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 20px;
        right: 20px;
        display: grid;
        gap: 8px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid var(--line);
        background: rgba(8, 12, 24, 0.98);
        box-shadow: var(--shadow);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    }

    .site-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-auth {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        display: grid;
        gap: 8px;
    }

    .top-status__inner,
    .promo-banner,
    .auth-spotlight,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-copy h1,
    .page-hero h1 {
        font-size: clamp(2.3rem, 8vw, 3.8rem);
    }
}

@media (max-width: 640px) {
    .section {
        padding: 40px 0;
    }

    .metrics-grid,
    .cards--two,
    .cards--three,
    .timeline-grid,
    .pricing-grid,
    .mode-grid {
        grid-template-columns: 1fr;
    }

    .container {
        width: min(100% - 26px, 100%);
    }

    .hero-panel__frame,
    .metric-card,
    .info-card,
    .mode-card,
    .price-card,
    .staff-card,
    .quote-card,
    .timeline-card,
    .promo-banner,
    .glass-panel,
    .auth-card,
    .auth-spotlight {
        padding: 22px;
        border-radius: 22px;
    }

    .button,
    .button--small {
        width: 100%;
    }

    .button-row {
        width: 100%;
    }

    .button-row .button {
        flex: 1 1 100%;
    }
}
