*,
*::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: Inter, "Segoe UI", "PingFang SC", sans-serif;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 89, 174, 0.18), transparent 22%),
        radial-gradient(circle at 82% 8%, rgba(108, 92, 255, 0.24), transparent 20%),
        radial-gradient(circle at 50% 80%, rgba(255, 191, 70, 0.14), transparent 26%),
        linear-gradient(180deg, #130421 0%, #1c0830 52%, #10031d 100%);
}

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

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

::selection {
    background: #ffbf46;
    color: #190423;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(19, 4, 33, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.brand-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

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

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

.brand-subtitle {
    margin-top: 0.18rem;
    color: #d9cde7;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

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

.status-pill {
    padding: 0.45rem 0.78rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #eadff6;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.page-shell {
    width: min(100%, 31rem);
    margin: 0 auto;
    padding: 1.4rem 1rem 8rem;
}

.hero-section h1,
.editorial-panel h2,
.steps-panel h2,
.trust-panel h2 {
    margin: 0;
    font-weight: 800;
    line-height: 1.12;
}

.hero-section h1 {
    margin-top: 1rem;
    font-size: clamp(2rem, 7vw, 2.7rem);
    letter-spacing: -0.04em;
}

.hero-chip {
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(255, 191, 70, 0.28);
    background: rgba(255, 191, 70, 0.08);
    color: #ffcf79;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.hero-copy,
.editorial-panel p,
.feature-card p,
.step-card p,
.trust-copy,
.mini-text,
.trust-stat small,
.download-hint {
    color: #d8cfe5;
    font-size: 0.92rem;
    line-height: 1.68;
}

.hero-copy {
    margin: 1rem 0 0;
}

.hero-card,
.feature-card,
.editorial-panel,
.steps-panel,
.trust-panel {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}

.hero-card {
    position: relative;
    overflow: hidden;
    margin-top: 1.5rem;
    padding: 1.3rem;
    border-radius: 1.75rem;
    background:
        linear-gradient(160deg, rgba(101, 52, 255, 0.32), rgba(255, 87, 172, 0.16)),
        rgba(18, 7, 32, 0.9);
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(16px);
    pointer-events: none;
}

.hero-glow-left {
    left: -2rem;
    bottom: 3rem;
    width: 8rem;
    height: 8rem;
    background: rgba(255, 191, 70, 0.25);
}

.hero-glow-right {
    right: -1.5rem;
    top: -1rem;
    width: 8.5rem;
    height: 8.5rem;
    background: rgba(255, 89, 174, 0.24);
}

.hero-card-top {
    position: relative;
    z-index: 1;
}

.eyebrow {
    padding: 0.38rem 0.72rem;
    background: rgba(255, 255, 255, 0.08);
    color: #f4ebff;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.hero-card-top strong {
    display: block;
    margin-top: 0.95rem;
    max-width: 14rem;
    font-size: 1.7rem;
    line-height: 1.1;
}

.coupon-stack {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.coupon-card {
    padding: 1rem;
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.08);
}

.coupon-card span,
.coupon-card strong,
.coupon-card small {
    display: block;
}

.coupon-card span {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffcf79;
}

.coupon-card strong {
    margin-top: 0.45rem;
    font-size: 1.15rem;
}

.coupon-card small {
    margin-top: 0.4rem;
    color: #e7def3;
    font-size: 0.82rem;
    line-height: 1.55;
}

.coupon-card-secondary {
    background: rgba(23, 11, 41, 0.72);
}

.hero-metrics,
.feature-grid,
.mini-grid,
.trust-stats {
    display: grid;
    gap: 0.85rem;
}

.hero-metrics {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
}

.metric-card,
.mini-card,
.trust-stat {
    padding: 0.95rem 1rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}

.metric-card small,
.trust-label,
.mini-title {
    display: block;
    color: #ffcf79;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.metric-card strong,
.trust-stat strong {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.98rem;
    line-height: 1.45;
}

.feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.feature-card,
.editorial-panel,
.steps-panel,
.trust-panel {
    border-radius: 1.5rem;
}

.feature-card {
    padding: 1rem;
}

.feature-index,
.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    font-weight: 800;
}

.feature-index {
    background: rgba(255, 191, 70, 0.12);
    color: #ffcf79;
    font-size: 0.74rem;
}

.feature-card h2,
.step-card h3 {
    margin: 0.8rem 0 0.4rem;
    font-size: 1rem;
    line-height: 1.35;
}

.feature-card p {
    margin: 0;
    font-size: 0.84rem;
}

.editorial-panel,
.steps-panel,
.trust-panel {
    margin-top: 1rem;
    padding: 1.25rem;
}

.inline-badge {
    padding: 0.42rem 0.74rem;
    background: rgba(255, 255, 255, 0.07);
    color: #f3eaff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.editorial-panel h2,
.steps-panel h2,
.trust-panel h2 {
    margin-top: 0.95rem;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
}

.editorial-panel p {
    margin: 0.8rem 0 0;
}

.mini-title {
    margin: 0;
}

.mini-text {
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
}

.step-list {
    display: grid;
    gap: 0.95rem;
    margin-top: 1rem;
}

.step-card {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
}

.step-badge {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.8rem;
}

.step-badge-active {
    background: #ffbf46;
    color: #190423;
}

.step-card h3 {
    margin-top: 0.1rem;
}

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

.trust-label {
    margin: 0;
}

.trust-copy {
    margin: 0.9rem 0 0;
}

.trust-stat small {
    display: block;
    margin-top: 0.28rem;
    font-size: 0.78rem;
}

.cta-shell {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 45;
    padding: 0.9rem 1rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(16, 3, 29, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.cta-inner {
    width: min(100%, 31rem);
    margin: 0 auto;
}

.download-hint {
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
}

.download-hint-warning {
    color: #ffd49f;
}

.download-link {
    display: block;
    width: 100%;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #ffbf46, #ff8f5b);
    color: #190423;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-align: center;
    box-shadow: 0 20px 44px rgba(255, 143, 91, 0.28);
    transition: transform 160ms ease, opacity 160ms ease, box-shadow 160ms ease;
}

.download-link:active {
    transform: scale(0.98);
}

.download-link.is-disabled {
    opacity: 0.7;
    box-shadow: none;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .topbar,
    .cta-shell {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

@supports not (position: sticky) {
    .topbar {
        position: static;
    }
}

@media (max-width: 380px) {
    .page-shell {
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .hero-card-top strong {
        font-size: 1.5rem;
    }
}
