* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg: #090818;
    --card: rgba(255, 255, 255, 0.09);
    --border: rgba(255, 255, 255, 0.14);
    --text: #ffffff;
    --muted: #d6def7;
    --primary: #7c3aed;
    --secondary: #06b6d4;
    --accent: #f97316;
    --green: #22c55e;
    --pink: #ec4899;
    --yellow: #facc15;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, Arial, sans-serif;
    background:
        radial-gradient(circle at 10% 10%, rgba(124, 58, 237, 0.35), transparent 32%),
        radial-gradient(circle at 90% 20%, rgba(6, 182, 212, 0.28), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(249, 115, 22, 0.20), transparent 34%),
        var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(1160px, 92%);
    margin: 0 auto;
}

.page-glow {
    position: fixed;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.35;
    pointer-events: none;
    z-index: -1;
}

.page-glow-one {
    background: #8b5cf6;
    top: 80px;
    left: -180px;
}

.page-glow-two {
    background: #22d3ee;
    bottom: -160px;
    right: -150px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(9, 8, 24, 0.78);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: white;
    background: linear-gradient(135deg, #f97316, #ec4899, #7c3aed, #06b6d4);
    box-shadow: 0 14px 38px rgba(236, 72, 153, 0.35);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.nav-links a:hover {
    color: white;
}

.header-cta {
    padding: 12px 18px;
    border-radius: 999px;
    color: white;
    font-weight: 900;
    background: linear-gradient(135deg, #f97316, #ec4899);
    box-shadow: 0 14px 34px rgba(249, 115, 22, 0.24);
}

.hero-section {
    padding: 92px 0 62px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.eyebrow,
.section-heading span,
.order-copy span,
.promo-box span {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff7ed;
    font-weight: 900;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.22), rgba(236, 72, 153, 0.18));
    margin-bottom: 18px;
}

.hero-content h1 {
    font-size: clamp(42px, 7vw, 78px);
    line-height: 0.94;
    letter-spacing: -2.5px;
    margin-bottom: 24px;
}

.hero-content h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(135deg, #facc15, #fb7185, #a78bfa, #22d3ee);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-content p {
    max-width: 650px;
    color: var(--muted);
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 22px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 900;
    transition: 0.22s ease;
}

.btn-primary {
    color: white;
    background: linear-gradient(135deg, #7c3aed, #06b6d4, #22c55e);
    box-shadow: 0 16px 34px rgba(6, 182, 212, 0.25);
}

.btn-primary:hover,
.header-cta:hover,
.pick-product:hover {
    transform: translateY(-2px);
}

.btn-soft {
    color: white;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid var(--border);
}

.btn-light {
    color: #111827;
    background: white;
}

.full-width {
    width: 100%;
}

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badge-row span {
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 13px;
    color: #eef2ff;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-showcase {
    position: relative;
}

.showcase-card {
    position: relative;
    padding: 24px;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,0.16);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.06)),
        rgba(255,255,255,0.06);
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    overflow: hidden;
}

.showcase-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.26), transparent 65%);
    top: -80px;
    right: -90px;
}

.showcase-top,
.showcase-product,
.voucher-card {
    position: relative;
    z-index: 2;
}

.showcase-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    color: var(--muted);
}

.rainbow-strip {
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f97316, #facc15, #22c55e, #06b6d4, #7c3aed, #ec4899);
    margin-bottom: 18px;
    box-shadow: 0 14px 30px rgba(236, 72, 153, 0.25);
}

.showcase-product {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
    margin-bottom: 14px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.13);
}

.showcase-product.active {
    background: rgba(255,255,255,0.15);
}

.showcase-product div:nth-child(2) {
    flex: 1;
}

.showcase-product small {
    display: block;
    color: var(--muted);
    margin-top: 4px;
}

.showcase-product > span {
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    background: rgba(255,255,255,0.13);
}

.product-mini-icon,
.product-code {
    display: grid;
    place-items: center;
    color: white;
    font-weight: 950;
}

.product-mini-icon {
    width: 48px;
    height: 48px;
    border-radius: 17px;
}

.color-violet { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.color-orange { background: linear-gradient(135deg, #f97316, #ef4444); }
.color-blue { background: linear-gradient(135deg, #06b6d4, #3b82f6); }

.voucher-card {
    margin-top: 18px;
    padding: 22px;
    border-radius: 26px;
    color: #111827;
    background: linear-gradient(135deg, #facc15, #fb7185);
}

.voucher-card small {
    font-weight: 900;
    opacity: 0.8;
}

.voucher-card strong {
    display: block;
    font-size: 42px;
    letter-spacing: -2px;
    margin: 4px 0;
}

.voucher-card p {
    color: rgba(17, 24, 39, 0.82);
    line-height: 1.6;
}

.stats-section,
.products-section,
.promo-section,
.steps-section,
.order-section,
.faq-section {
    padding: 68px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.stat-card {
    padding: 24px;
    border-radius: 26px;
    background: var(--card);
    border: 1px solid var(--border);
    text-align: center;
}

.stat-card strong {
    display: block;
    font-size: 32px;
    margin-bottom: 6px;
    color: #67e8f9;
}

.stat-card span {
    color: var(--muted);
    font-size: 14px;
}

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

.section-heading h2,
.order-copy h2,
.promo-box h2 {
    font-size: clamp(30px, 4.4vw, 50px);
    line-height: 1.05;
    letter-spacing: -1.4px;
    margin-bottom: 14px;
}

.section-heading p,
.order-copy p,
.promo-box p {
    color: var(--muted);
    line-height: 1.8;
}

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

.product-card {
    position: relative;
    min-height: 280px;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.14);
    overflow: hidden;
    transition: 0.25s ease;
}

.product-card::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 999px;
    right: -90px;
    top: -70px;
    background: rgba(255,255,255,0.18);
}

.product-card:hover {
    transform: translateY(-6px);
}

.product-violet { background: linear-gradient(135deg, rgba(124, 58, 237, 0.92), rgba(168, 85, 247, 0.58)); }
.product-orange { background: linear-gradient(135deg, rgba(249, 115, 22, 0.92), rgba(239, 68, 68, 0.58)); }
.product-blue { background: linear-gradient(135deg, rgba(6, 182, 212, 0.92), rgba(59, 130, 246, 0.58)); }
.product-green { background: linear-gradient(135deg, rgba(34, 197, 94, 0.90), rgba(20, 184, 166, 0.58)); }
.product-dark { background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(100, 116, 139, 0.62)); }
.product-pink { background: linear-gradient(135deg, rgba(236, 72, 153, 0.90), rgba(244, 114, 182, 0.58)); }

.product-code {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: rgba(255,255,255,0.20);
    border: 1px solid rgba(255,255,255,0.20);
    margin-bottom: 18px;
}

.product-category {
    position: relative;
    z-index: 2;
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    font-size: 12px;
    font-weight: 900;
}

.product-card h3,
.product-card p,
.product-bottom {
    position: relative;
    z-index: 2;
}

.product-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.product-card p {
    color: rgba(255,255,255,0.86);
    line-height: 1.6;
    margin-bottom: 22px;
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-bottom strong {
    font-size: 14px;
}

.pick-product {
    border: 0;
    padding: 10px 14px;
    border-radius: 999px;
    color: #111827;
    background: white;
    font-weight: 950;
    cursor: pointer;
    transition: 0.22s ease;
}

.promo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 34px;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,0.18);
    background:
        radial-gradient(circle at 20% 20%, rgba(250, 204, 21, 0.30), transparent 26%),
        radial-gradient(circle at 90% 20%, rgba(6, 182, 212, 0.26), transparent 24%),
        linear-gradient(135deg, rgba(124, 58, 237, 0.62), rgba(236, 72, 153, 0.44), rgba(249, 115, 22, 0.34));
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.step-card {
    padding: 24px;
    border-radius: 28px;
    background: var(--card);
    border: 1px solid var(--border);
}

.step-number {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    font-weight: 950;
    background: linear-gradient(135deg, #facc15, #f97316);
    color: #111827;
}

.step-card h3 {
    margin-bottom: 10px;
}

.step-card p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

.order-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
    align-items: start;
}

.order-note {
    margin-top: 20px;
    padding: 18px;
    border-radius: 22px;
    color: #fef3c7;
    background: rgba(250, 204, 21, 0.10);
    border: 1px solid rgba(250, 204, 21, 0.22);
    line-height: 1.7;
}

.order-form {
    padding: 28px;
    border-radius: 32px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 22px 60px rgba(0,0,0,0.24);
}

.form-row {
    margin-bottom: 16px;
}

.form-row label {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 18px;
    background: rgba(255,255,255,0.09);
    color: white;
    padding: 14px 16px;
    outline: none;
}

.form-row textarea {
    min-height: 104px;
    resize: vertical;
}

.form-row select option {
    background: #111827;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: rgba(34, 211, 238, 0.7);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.faq-list {
    max-width: 850px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.faq-item {
    border-radius: 24px;
    overflow: hidden;
    background: var(--card);
    border: 1px solid var(--border);
}

.faq-question {
    width: 100%;
    border: 0;
    color: white;
    background: transparent;
    cursor: pointer;
    text-align: left;
    padding: 20px;
    font-weight: 950;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

.faq-item.active .faq-answer {
    display: block;
}

.site-footer {
    padding: 34px 0;
    border-top: 1px solid rgba(255,255,255,0.10);
    color: var(--muted);
    font-size: 14px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

@media (max-width: 980px) {
    .hero-grid,
    .order-grid {
        grid-template-columns: 1fr;
    }

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

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

    .nav-links {
        display: none;
    }

    .promo-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .header-inner {
        min-height: 70px;
    }

    .brand {
        font-size: 18px;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
    }

    .header-cta {
        display: none;
    }

    .hero-section {
        padding: 62px 0 42px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .products-grid,
    .steps-grid,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .product-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .pick-product {
        width: 100%;
    }

    .voucher-card strong {
        font-size: 34px;
    }

    .order-form {
        padding: 20px;
    }
}
