:root {
    --surface-strong: rgba(7, 11, 20, 0.92);
    --surface-soft: rgba(15, 23, 42, 0.72);
    --surface-border: rgba(96, 165, 250, 0.14);
    --surface-glow: rgba(37, 99, 235, 0.18);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.logo-eye {
    flex-shrink: 0;
}

.text-accent {
    color: var(--accent-light);
}

.nav-link.active {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.06);
}

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 2px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 12px var(--surface-glow);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: 1px solid rgba(96, 165, 250, 0.18);
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
    box-shadow: 0 10px 26px rgba(37, 99, 235, 0.22);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.3);
    border-color: rgba(147, 197, 253, 0.34);
}

.btn-sm {
    padding: 10px 16px;
    font-size: 13px;
}

.site-footer {
    position: relative;
    padding: 60px 0 0;
    border-top: 1px solid rgba(96, 165, 250, 0.08);
}

.site-footer::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 5%, var(--accent) 50%, transparent 95%);
    opacity: 0.4;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.site-footer .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
}

.footer-desc {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-top: 16px;
    max-width: 280px;
}

.site-footer .footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.site-footer .footer-col h4 {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.site-footer .footer-col a {
    font-size: 13.5px;
    color: var(--text-muted);
    transition: color var(--transition-fast);
    width: fit-content;
}

.site-footer .footer-col a:hover {
    color: var(--text-primary);
}

.site-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 0;
    border-top: 1px solid var(--bg-card-border);
}

.hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 56px);
    padding-bottom: 104px;
}

.hero-layout {
    align-items: start;
    gap: 56px;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(7, 11, 20, 0.72));
    pointer-events: none;
}

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

.hero-glow--one {
    top: 72px;
    right: 12%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.22), transparent 72%);
}

.hero-glow--two {
    bottom: 84px;
    left: 8%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.12), transparent 74%);
}

.hero-title {
    max-width: 11ch;
}

.hero-subtitle {
    max-width: 560px;
    font-size: 17px;
}

.hero-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 620px;
}

.hero-proof {
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(8, 14, 26, 0.84));
    border: 1px solid var(--surface-border);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-proof__value {
    display: block;
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}

.hero-proof__label {
    display: block;
    font-size: 12.5px;
    color: var(--text-muted);
}

.hero-visual-stack {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: auto;
}

.hero-summary {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    border-top: 1px solid rgba(96, 165, 250, 0.18);
}

.hero-summary__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-summary__key {
    font-size: 13px;
    color: var(--text-muted);
}

.hero-summary__value {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-align: right;
}

.section-header--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}

.section-header--split .section-subtitle {
    margin: 0;
}

.section-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-light);
    font-weight: 600;
    flex-shrink: 0;
}

.section-link:hover {
    color: var(--text-primary);
}

.why-simple {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.why-simple__title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.14;
    margin-bottom: 14px;
}

.why-simple__copy {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 460px;
}

.why-simple__list {
    border-top: 1px solid rgba(96, 165, 250, 0.14);
}

.why-simple__row {
    display: grid;
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.why-simple__label {
    font-size: 13px;
    color: var(--text-muted);
}

.why-simple__value {
    font-size: 15px;
    color: var(--text-primary);
    line-height: 1.6;
}

.featured {
    padding-top: 0;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.featured-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: rgba(13, 21, 37, 0.96);
    border: 1px solid rgba(96, 165, 250, 0.12);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.featured-card::before {
    display: none;
}

.featured-card:hover::before {
    transform: none;
}

.featured-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.featured-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-card:hover .featured-card__media img {
    transform: scale(1.02);
}

.featured-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 8px;
    background: rgba(7, 11, 20, 0.82);
    border: 1px solid rgba(96, 165, 250, 0.18);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent-light);
}

.featured-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.featured-card__game {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-light);
}

.featured-card__title {
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.featured-card__desc {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

.featured-card__price {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.featured-card__price span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: var(--text-muted);
    font-family: var(--font-body);
    font-weight: 500;
}

.featured-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(96, 165, 250, 0.18);
    color: var(--accent-light);
    font-weight: 600;
    flex-shrink: 0;
}

.featured-card__link:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.03);
}

.why-us .section-subtitle {
    max-width: 640px;
}

.process {
    padding-top: 64px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.process-card {
    padding: 24px;
    background: rgba(13, 21, 37, 0.78);
    border: 1px solid rgba(96, 165, 250, 0.1);
    border-radius: 12px;
}

.process-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--accent-light);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.process-card__title {
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.process-card__desc {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

.catalog-summary {
    margin: -24px auto 30px;
    text-align: center;
    font-size: 13.5px;
    color: var(--text-muted);
}

.catalog-summary strong {
    color: var(--text-primary);
    font-weight: 700;
}

.product-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.product-card__pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(96, 165, 250, 0.12);
    color: var(--accent-light);
    font-size: 11px;
    font-weight: 600;
}

.product-card__desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 66px;
    margin-bottom: 14px;
}

.faq-cta {
    margin-top: 24px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(8, 14, 26, 0.9));
    border: 1px solid rgba(96, 165, 250, 0.12);
    border-radius: 22px;
}

.faq-cta__title {
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.faq-cta__desc {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 540px;
}

.reveal-card {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.promo-toast {
    position: fixed;
    top: calc(var(--header-height) + 18px);
    right: 20px;
    z-index: 1200;
    width: min(360px, calc(100vw - 32px));
    padding: 16px 16px 14px;
    background: rgba(8, 14, 25, 0.96);
    border: 1px solid rgba(96, 165, 250, 0.16);
    border-radius: 12px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    pointer-events: none;
    transition: opacity 160ms ease, transform 180ms ease, border-color var(--transition-fast);
}

.promo-toast.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

.promo-toast:hover {
    border-color: rgba(96, 165, 250, 0.24);
}

.promo-toast::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(180deg, #60a5fa, #2563eb);
}

.promo-toast__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}

.promo-toast__title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promo-toast__dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.16);
    flex: 0 0 auto;
}

.promo-toast__title {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--text-primary);
}

.promo-toast__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    color: var(--text-muted);
    transition: background var(--transition-fast), color var(--transition-fast);
}

.promo-toast__close:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.04);
}

.promo-toast__copy {
    margin-top: 10px;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.65;
}

.promo-toast__steps {
    margin-top: 12px;
    display: grid;
    gap: 8px;
}

.promo-toast__step {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.55;
}

.promo-toast__step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.16);
    border: 1px solid rgba(96, 165, 250, 0.14);
    color: #93c5fd;
    font-family: var(--font-mono);
    font-size: 11px;
}

.promo-toast__note {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.55;
}

.promo-toast__actions {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promo-toast__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid rgba(96, 165, 250, 0.16);
    font-size: 13px;
    font-weight: 600;
    transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.promo-toast__link--primary {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.96), rgba(37, 99, 235, 0.96));
    border-color: rgba(96, 165, 250, 0.26);
    color: #ffffff;
}

.promo-toast__link--primary:hover {
    background: linear-gradient(180deg, rgba(76, 139, 247, 0.98), rgba(43, 108, 236, 0.98));
}

.promo-toast__link--ghost {
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.02);
}

.promo-toast__link--ghost:hover {
    color: var(--text-primary);
    border-color: rgba(96, 165, 250, 0.22);
    background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 1024px) {
    .featured-grid,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding-top: calc(var(--header-height) + 36px);
        padding-bottom: 76px;
    }

    .hero-proof-strip,
    .featured-grid,
    .process-grid,
    .site-footer .footer-grid {
        grid-template-columns: 1fr;
    }

    .section-header--split,
    .faq-cta {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .hero-summary,
    .hero-visual-stack {
        margin-left: 0;
        max-width: none;
    }

    .why-simple {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .why-simple__row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .product-card__desc {
        min-height: auto;
    }

    .site-footer .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .promo-toast {
        top: auto;
        right: 16px;
        bottom: 16px;
        width: min(100%, calc(100vw - 32px));
    }
}
