/* ============================================
   RADICAL REDESIGN - Dark Tech / Cyber Aesthetic
   ============================================ */

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

:root {
    --bg-deep: #050508;
    --bg-dark: #0a0a0f;
    --bg-surface: #12121a;
    --bg-card: #16161f;
    --accent-cyan: #00e5ff;
    --accent-cyan-dim: rgba(0, 229, 255, 0.15);
    --accent-lime: #00ff88;
    --accent-lime-dim: rgba(0, 255, 136, 0.12);
    --text-primary: #f0f0f5;
    --text-muted: #8a8a9a;
    --text-dim: #5a5a6a;
    --border: rgba(255, 255, 255, 0.06);
    --font-head: 'Bebas Neue', 'Impact', sans-serif;
    --font-body: 'Outfit', 'Segoe UI', sans-serif;
    --radius-none: 0;
    --radius-tight: 4px;
    --radius-sm: 6px;
    --radius-md: 10px;
}

body {
    font-family: var(--font-body);
    line-height: 1.7;
    color: var(--text-primary);
    background: var(--bg-deep);
    background-image: 
        linear-gradient(180deg, transparent 0%, var(--bg-dark) 100%),
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(0, 229, 255, 0.06) 0%, transparent 50%);
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(0, 229, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 229, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Advertorial disclosure – Outbrain moderation requirement */
.advertorial-disclosure {
    background: #f0f0f0;
    color: #111111;
    text-align: center;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    z-index: 1001;
    border-bottom: 1px solid #cccccc;
}

.advertorial-disclosure p {
    margin: 0;
}

/* Top Banner – neon strip */
.top-banner {
    background: var(--bg-surface);
    border-bottom: 1px solid var(--accent-cyan-dim);
    padding: 10px 0;
    text-align: center;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent-cyan);
    font-weight: 500;
}

.top-banner p { margin: 0; }

/* Header – minimal dark bar */
.header {
    background: rgba(10, 10, 15, 0.92);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    font-family: var(--font-head);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--text-primary);
    letter-spacing: 0.05em;
}

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

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-toggle span {
    width: 22px;
    height: 2px;
    background: var(--text-primary);
}

.main-nav {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.main-nav a {
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: color 0.2s;
}

.main-nav a:hover { color: var(--accent-cyan); }

.btn-order {
    padding: 0.6rem 1.5rem;
    background: transparent;
    color: var(--accent-cyan);
    text-decoration: none;
    border: 2px solid var(--accent-cyan);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: all 0.25s;
}

.btn-order:hover {
    background: var(--accent-cyan);
    color: var(--bg-deep);
}

/* Hero – full bleed, image left, text right, geometric */
.hero-section {
    padding: 4rem 0 5rem;
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: var(--bg-surface);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 0;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--accent-cyan-dim) 0%, transparent 70%);
    z-index: 0;
}

.hero-content {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    gap: 3rem;
    align-items: center;
    min-height: 560px;
    position: relative;
    z-index: 1;
}

.hero-text {
    order: 2;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-headlines {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 2.5rem;
    position: relative;
    z-index: 1;
}

.hero-headline {
    margin: 0;
    padding: 1.25rem 1.75rem;
    font-family: var(--font-body);
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    border: 4px solid;
    border-radius: var(--radius-sm);
    box-shadow: 0 0 24px rgba(255, 60, 60, 0.3);
    width: 100%;
}

.hero-headline--1 {
    color: #ff3b3b;
    background: rgba(255, 59, 59, 0.12);
    border-color: #ff3b3b;
    text-shadow: 0 0 12px rgba(255, 59, 59, 0.5);
}

.hero-headline--2 {
    color: #ffcc00;
    background: rgba(255, 204, 0, 0.1);
    border-color: #ffcc00;
    text-shadow: 0 0 12px rgba(255, 204, 0, 0.4);
}

.hero-badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    background: var(--accent-cyan-dim);
    color: var(--accent-cyan);
    border: 1px solid rgba(0, 229, 255, 0.3);
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content;
}

.hero-title {
    font-family: var(--font-head);
    font-size: 3rem;
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.05;
    margin: 0;
    letter-spacing: 0.02em;
}

.hero-subtitle {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.feature-check {
    color: var(--accent-lime);
    font-weight: bold;
    font-size: 1rem;
}

.hero-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.price-label { font-size: 0.85rem; color: var(--text-muted); }
.price-value { font-size: 1.3rem; font-weight: 700; color: var(--accent-cyan); }

.btn-hero {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: var(--accent-cyan);
    color: var(--bg-deep);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: all 0.25s;
    width: fit-content;
    border: 2px solid var(--accent-cyan);
}

.btn-hero:hover {
    background: transparent;
    color: var(--accent-cyan);
}

.hero-image {
    order: 1;
    position: relative;
    padding: 2rem 0;
}

.hero-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    border: 1px solid var(--border);
    outline: 1px solid rgba(0, 229, 255, 0.2);
    outline-offset: 8px;
}

/* About – vertical stack, left text, right image */
.about-section {
    padding: 6rem 0;
    background: var(--bg-dark);
    border-top: 1px solid var(--border);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 4rem;
    align-items: center;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid var(--border);
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.about-text .section-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 2.2rem;
}

.about-text p {
    color: var(--text-muted);
    line-height: 1.85;
    font-size: 0.98rem;
    margin: 0;
}

.about-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-left: 3px solid var(--accent-cyan);
}

.highlight-icon { font-size: 1.5rem; flex-shrink: 0; }

.highlight-text strong {
    color: var(--text-primary);
    font-size: 0.95rem;
    font-weight: 600;
}

.highlight-text span {
    color: var(--text-muted);
    font-size: 0.88rem;
    display: block;
    margin-top: 0.25rem;
}

/* Features – uniform grid, sharp cards */
.features-section {
    padding: 5rem 0 6rem;
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-family: var(--font-head);
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    letter-spacing: 0.03em;
}

.section-subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.feature-card {
    background: var(--bg-card);
    padding: 2rem;
    border: 1px solid var(--border);
    transition: all 0.25s;
}

.feature-card:hover {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 30px var(--accent-cyan-dim);
}

.feature-card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-weight: 600;
}

.feature-card p {
    color: var(--text-muted);
    line-height: 1.65;
    font-size: 0.88rem;
    margin: 0;
}

/* Product Details – stacked layout */
.product-details-section {
    padding: 5rem 0 6rem;
    background: var(--bg-dark);
    border-top: 1px solid var(--border);
}

.product-details-grid {
    display: grid;
    grid-template-columns: 0.55fr 0.45fr;
    gap: 3rem;
    align-items: start;
}

.product-specs-box {
    background: var(--bg-card);
    padding: 2rem;
    border: 1px solid var(--border);
    border-top: 3px solid var(--accent-cyan);
}

.product-specs-box h3 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    font-weight: 600;
    letter-spacing: 0.05em;
}

.specs-list { display: flex; flex-direction: column; gap: 0; }

.spec-item {
    display: flex;
    justify-content: space-between;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--border);
}

.spec-item:last-child { border-bottom: none; }

.spec-label { color: var(--text-muted); font-size: 0.85rem; }
.spec-value { color: var(--text-primary); font-size: 0.9rem; font-weight: 500; }

.product-images-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-image-main {
    background: var(--bg-card);
    overflow: hidden;
    border: 1px solid var(--border);
}

.product-image-main img { width: 100%; height: auto; display: block; }

.product-thumbnails { display: flex; gap: 1rem; flex-wrap: wrap; }

.thumbnail {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s;
    object-fit: cover;
    background: var(--bg-card);
}

.thumbnail:hover, .thumbnail.active {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 20px var(--accent-cyan-dim);
}

/* Trust – horizontal strip with icons */
.trust-section {
    padding: 3rem 0;
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
}

.trust-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.trust-item {
    flex: 1;
    min-width: 180px;
    max-width: 240px;
    text-align: center;
    padding: 1.75rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
}

.trust-icon { font-size: 1.75rem; margin-bottom: 0.75rem; }

.trust-item h3 {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
    color: var(--text-primary);
    font-weight: 600;
}

.trust-item p { color: var(--text-muted); font-size: 0.82rem; margin: 0; }

/* How it works – vertical steps, left border */
.how-it-works-section {
    padding: 5rem 0 6rem;
    background: var(--bg-dark);
    border-top: 1px solid var(--border);
}

.how-it-works-section .section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.steps-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 2rem;
}

.step-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.step-number {
    width: 56px;
    height: 56px;
    background: var(--bg-card);
    color: var(--accent-cyan);
    border: 2px solid var(--accent-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 auto 1.25rem;
}

.step-item h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-weight: 600;
}

.step-item p {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 0.88rem;
    margin: 0;
}

/* FAQ – single column, bordered */
.faq {
    padding: 5rem 0 6rem;
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
}

.faq-list {
    max-width: 800px;
    margin: 2.5rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: var(--bg-card);
    padding: 1.75rem;
    border: 1px solid var(--border);
    border-left: 3px solid var(--accent-cyan);
    transition: border-color 0.2s;
}

.faq-item:hover {
    border-left-color: var(--accent-lime);
}

.faq-item h3 {
    color: var(--text-primary);
    margin-bottom: 0.6rem;
    font-size: 0.98rem;
    font-weight: 600;
}

.faq-item p {
    color: var(--text-muted);
    line-height: 1.75;
    font-size: 0.9rem;
    margin: 0;
}

/* CTA – full-width neon bar */
.cta-section {
    padding: 4.5rem 0;
    background: var(--bg-card);
    text-align: center;
    border-top: 2px solid var(--accent-cyan);
}

.cta-section h2 {
    font-family: var(--font-head);
    font-size: 2.2rem;
    margin-bottom: 0.6rem;
    font-weight: 400;
    color: var(--text-primary);
    letter-spacing: 0.03em;
}

.cta-section p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--text-muted);
}

.cta-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.cta-price-label { font-size: 0.9rem; color: var(--text-muted); }
.cta-price-value { font-size: 1.4rem; font-weight: 700; color: var(--accent-cyan); }

.btn-primary-large {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: var(--accent-cyan);
    color: var(--bg-deep);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 2px solid var(--accent-cyan);
    transition: all 0.2s;
}

.btn-primary-large:hover {
    background: transparent;
    color: var(--accent-cyan);
}

/* Footer – dark minimal */
.footer {
    background: var(--bg-deep);
    color: var(--text-muted);
    margin-top: 0;
    border-top: 1px solid var(--border);
}

.footer-cta-bar {
    background: var(--bg-surface);
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid var(--border);
}

.footer-cta-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-cta-bar p {
    margin: 0;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.95rem;
}

.footer-cta-bar .btn-footer-cta {
    display: inline-block;
    background: var(--accent-cyan);
    color: var(--bg-deep);
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    border: 2px solid var(--accent-cyan);
    transition: all 0.2s;
}

.footer-cta-bar .btn-footer-cta:hover {
    background: transparent;
    color: var(--accent-cyan);
}

.footer-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 2.5rem;
    padding: 3rem 0 2rem;
}

.footer-brand {
    padding-right: 1rem;
}

.footer-brand .footer-logo {
    font-family: var(--font-head);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    display: block;
    letter-spacing: 0.05em;
}

.footer-brand p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.footer-col h4 {
    color: var(--text-primary);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid var(--accent-cyan);
    display: inline-block;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.88rem;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: var(--accent-cyan);
}

.footer-col a[href^="mailto:"] {
    color: var(--accent-cyan);
}

.footer-col p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.35rem;
    line-height: 1.6;
}

.footer-legal-box {
    background: var(--bg-card);
    padding: 1rem 1.25rem;
    border: 1px solid var(--border);
    border-left: 3px solid var(--accent-cyan);
}

.footer-legal-box p {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.footer-health-note {
    font-size: 0.75rem !important;
    color: var(--text-dim) !important;
    margin-top: 0.75rem;
    line-height: 1.5;
}

.footer-bottom {
    border-top: 1px solid var(--border);
    padding: 1rem 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.75rem;
    color: var(--text-dim);
    margin: 0;
}

/* Legal page */
.legal-page {
    padding: 4rem 0 5rem;
    background: var(--bg-dark);
}

.legal-page h1 {
    font-family: var(--font-head);
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 2rem;
    letter-spacing: 0.03em;
}

.legal-page h2 {
    font-size: 1.1rem;
    color: var(--text-primary);
    margin: 2rem 0 1rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}

.legal-page h3 {
    font-size: 0.95rem;
    color: var(--text-primary);
    margin: 1.25rem 0 0.5rem;
    font-weight: 500;
}

.legal-page p, .legal-page li {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.legal-page a {
    color: var(--accent-cyan);
    text-decoration: none;
}

.legal-page a:hover {
    text-decoration: underline;
}

.withdrawal-form {
    background: var(--bg-card);
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-left: 3px solid var(--accent-cyan);
    margin: 1rem 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-content { grid-template-columns: 1fr; }
    .hero-section::before { display: none; }
    .hero-section::after { display: none; }
    .hero-text { order: 1; padding-left: 0; padding-right: 0; }
    .hero-image { order: 2; }
    .hero-image img { margin: 0 auto; }
    .about-content { grid-template-columns: 1fr; }
    .features-grid {
        grid-template-columns: 1fr 1fr;
    }
    .product-details-grid { grid-template-columns: 1fr; }
    .steps-grid { flex-direction: column; gap: 2rem; }
}

@media (max-width: 768px) {
    .mobile-menu-toggle { display: flex; }
    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-surface);
        flex-direction: column;
        padding: 1.25rem;
        border-bottom: 1px solid var(--border);
        display: none;
        gap: 1rem;
    }
    .main-nav.active { display: flex; }
    .hero-headline { font-size: 1.5rem; padding: 1rem 1.25rem; }
    .hero-title { font-size: 2.2rem; }
    .section-title { font-size: 1.9rem; }
    .features-grid { grid-template-columns: 1fr; }
    .trust-item { min-width: 100%; }
    .footer-main { grid-template-columns: 1fr; gap: 1.5rem; }
}

img { max-width: 100%; height: auto; }
