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

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Segoe UI", "PingFang SC", sans-serif;
    background:
        radial-gradient(circle at 15% 12%, rgba(63, 208, 181, 0.18), transparent 22%),
        radial-gradient(circle at 82% 10%, rgba(240, 177, 93, 0.18), transparent 18%),
        radial-gradient(circle at 50% 84%, rgba(239, 126, 136, 0.12), transparent 24%),
        linear-gradient(180deg, #08131f 0%, #0b1f31 50%, #07111a 100%);
    color: #ffffff;
}

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

::selection {
    background: #f0b15d;
    color: #000000;
}

.sticky { position: sticky; }
.fixed { position: fixed; }
.relative { position: relative; }
.flex { display: flex; }
.grid { display: grid; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.space-x-3 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.w-1 { width: 0.25rem; }
.w-full { width: 100%; }
.h-4 { height: 1rem; }
.max-w-md { max-width: 28rem; }
.max-w-sm { max-width: 24rem; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gap-3 { gap: 0.75rem; }
.rounded-full { border-radius: 9999px; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-3xl { border-radius: 1.5rem; }
.border { border-width: 1px; border-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-white\/6 { border-color: rgba(255, 255, 255, 0.06); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.10); }
.bg-night { background-color: #08131f; }
.bg-night\/88 { background-color: rgba(8, 19, 31, 0.88); }
.bg-night\/90 { background-color: rgba(8, 19, 31, 0.90); }
.bg-accentGold { background-color: #f0b15d; }
.text-black { color: #000000; }
.text-white { color: #ffffff; }
.text-slateSoft { color: #b9c8d6; }
.text-slateMid { color: #d4deea; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-light { font-weight: 300; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.leading-tight { line-height: 1.2; }
.leading-relaxed { line-height: 1.625; }
.text-center { text-align: center; }
.shadow-2xl { box-shadow: 0 26px 48px rgba(0, 0, 0, 0.32); }
.shadow-black\/30 { box-shadow: 0 24px 56px rgba(0, 0, 0, 0.30); }
.shadow-lg { box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22); }
.shadow-gold\/20 { box-shadow: 0 18px 40px rgba(240, 177, 93, 0.20); }
.transition-all {
    transition-property: all;
    transition-duration: 180ms;
    transition-timing-function: ease;
}
.hover\:bg-goldHover:hover { background-color: #f6c37b; }
.active\:scale-95:active { transform: scale(0.95); }
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.z-50 { z-index: 50; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.p-4 { padding: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.pt-10 { padding-top: 2.5rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-28 { padding-bottom: 7rem; }

.backdrop-blur-md {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.backdrop-blur-lg {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.brand-mark {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3fd0b5, #f0b15d);
    box-shadow: 0 0 18px rgba(63, 208, 181, 0.45);
    flex-shrink: 0;
}

.brand-name,
.brand-subtitle {
    display: block;
}

.brand-name {
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.brand-subtitle {
    margin-top: 0.18rem;
    color: #98a8ba;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.status-pill,
.hero-chip,
.inline-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.status-pill {
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #c7d2df;
    font-size: 0.66rem;
}

.hero-chip {
    margin-bottom: 1rem;
    padding: 0.6rem 0.95rem;
    border: 1px solid rgba(240, 177, 93, 0.24);
    background: rgba(8, 19, 31, 0.72);
    color: #f0b15d;
    font-size: 0.68rem;
}

.hero-shell {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
        linear-gradient(160deg, rgba(13, 34, 53, 0.98), rgba(6, 14, 23, 0.98));
}

.hero-poster {
    position: relative;
    min-height: 20rem;
    padding: 1.5rem;
    overflow: hidden;
}

.hero-poster::before,
.hero-poster::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    pointer-events: none;
}

.hero-poster::before {
    top: -2rem;
    right: -1rem;
    width: 9rem;
    height: 9rem;
    background: radial-gradient(circle, rgba(240, 177, 93, 0.32), rgba(240, 177, 93, 0));
}

.hero-poster::after {
    left: -2rem;
    bottom: 3rem;
    width: 8rem;
    height: 8rem;
    background: radial-gradient(circle, rgba(63, 208, 181, 0.24), rgba(63, 208, 181, 0));
}

.hero-grid,
.hero-grid::before,
.hero-grid::after {
    position: absolute;
}

.hero-grid {
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 1.75rem 1.75rem;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 95%);
}

.hero-grid::before {
    content: "";
    inset: auto 1.5rem 1.8rem 1.5rem;
    height: 7rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-grid::after {
    content: "";
    top: 1.8rem;
    right: 1.8rem;
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240, 177, 93, 0.75), rgba(240, 177, 93, 0));
}

.hero-copy,
.hero-metric {
    position: relative;
    z-index: 1;
}

.hero-copy {
    position: absolute;
    left: 1.8rem;
    right: 1.8rem;
    bottom: 2.8rem;
    text-align: left;
}

.hero-copy span,
.hero-copy strong,
.hero-copy p {
    display: block;
}

.hero-copy span {
    margin-bottom: 0.5rem;
    color: #3fd0b5;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-copy strong {
    margin-bottom: 0.5rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
}

.hero-copy p {
    max-width: 18rem;
    margin: 0;
    color: rgba(246, 242, 235, 0.8);
    font-size: 0.82rem;
    line-height: 1.6;
}

.hero-metric {
    position: absolute;
    display: grid;
    gap: 0.12rem;
    padding: 0.8rem 0.9rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
    text-align: left;
}

.hero-metric small {
    color: #aab7c6;
    font-size: 0.64rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-metric strong {
    color: #ffffff;
    font-size: 0.88rem;
    line-height: 1.35;
}

.hero-metric-top {
    top: 1.1rem;
    left: 1.1rem;
}

.hero-metric-bottom {
    right: 1.1rem;
    bottom: 8.8rem;
}

.feature-card,
.editorial-panel,
.guide-panel,
.trust-panel {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(11, 29, 46, 0.72);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

.feature-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1rem;
}

.feature-icon {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.feature-icon-gold {
    background: rgba(240, 177, 93, 0.14);
    color: #f0b15d;
}

.feature-icon-mint {
    background: rgba(63, 208, 181, 0.14);
    color: #3fd0b5;
}

.feature-icon-rose {
    background: rgba(239, 126, 136, 0.14);
    color: #ef7e88;
}

.editorial-panel {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(145deg, rgba(13, 34, 53, 0.98), rgba(8, 19, 31, 0.96));
}

.inline-badge {
    padding: 0.45rem 0.8rem;
    background: rgba(240, 177, 93, 0.12);
    color: #f0b15d;
    font-size: 0.62rem;
}

.info-grid {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.info-card {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.info-title {
    margin: 0 0 0.3rem;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
}

.info-text {
    margin: 0;
    color: #b9c8d6;
    font-size: 0.78rem;
    line-height: 1.58;
}

.guide-panel {
    padding: 1.5rem;
    border-radius: 1.5rem;
}

.guide-step {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.step-index {
    display: inline-flex;
    width: 1.7rem;
    height: 1.7rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
}

.step-index-active {
    background: #f0b15d;
    color: #000000;
}

.trust-panel {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(145deg, rgba(9, 26, 40, 0.98), rgba(7, 17, 26, 0.96));
}

.trust-label {
    margin: 0 0 0.45rem;
    color: #f0b15d;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.trust-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.75rem;
    line-height: 1.05;
}

.trust-text {
    margin: 0.9rem 0 0;
    color: #b9c8d6;
    font-size: 0.86rem;
    line-height: 1.7;
}

.trust-stats {
    display: grid;
    gap: 0.75rem;
}

.trust-stat {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-stat strong,
.trust-stat small {
    display: block;
}

.trust-stat strong {
    color: #ffffff;
    font-size: 0.95rem;
}

.trust-stat small {
    margin-top: 0.25rem;
    color: #aab7c6;
    font-size: 0.74rem;
    line-height: 1.5;
}

.is-disabled {
    opacity: 0.76;
    box-shadow: none;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .backdrop-blur-md,
    .backdrop-blur-lg {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

@supports not (position: sticky) {
    header {
        position: static !important;
    }
}

@media (max-width: 380px) {
    .px-6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .text-3xl {
        font-size: 1.68rem;
        line-height: 2rem;
    }

    .hero-poster {
        min-height: 18.6rem;
        padding: 1.2rem;
    }

    .hero-copy {
        left: 1.3rem;
        right: 1.3rem;
        bottom: 2.2rem;
    }

    .hero-copy strong {
        font-size: 1.9rem;
    }

    .hero-metric {
        padding: 0.65rem 0.8rem;
    }
}
