:root {
    --primary: #ff5a00;
    --primary-hover: #e04f00;
    --bg-body: #0a0a0a;
    --bg-alt: #0f0f0f;
    --bg-surface: #141414;
    --bg-surface-hover: #1e1e1e;
    --border-light: #2a2a2a;
    --text-main: #ffffff;
    --text-muted: #a3a3a3;
    --shadow-subtle: 0 4px 20px rgba(0,0,0,0.7);
    --radius-lg: 16px;
    --container-width: 1200px;
    --nav-height: 80px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
    font-family: 'Inter', -apple-system, sans-serif;
    background-color: var(--bg-body);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .headline, .headline-secondary {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--text-main);
}

.headline { font-size: clamp(3rem, 6vw, 5rem); margin-bottom: 20px; }
.headline-secondary { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 20px; }
h3 { font-size: 1.5rem; letter-spacing: 0.02em; }
p { font-size: 1.1rem; color: var(--text-muted); }

.text-neon { color: var(--primary); }
.eyebrow-neon {
    color: var(--primary);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.mx-auto { margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.justify-center { justify-content: center; }
.w-100 { width: 100%; }
.container { max-width: var(--container-width); margin: 0 auto; padding: 0 24px; }

/* =========================================================
   BRAND GLOW
   ========================================================= */
.brand-glow {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 800px; height: 400px;
    background: radial-gradient(ellipse at top, rgba(255,90,0,0.15), transparent 70%);
    z-index: -1; pointer-events: none;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn-primary, .btn-secondary, .btn-outline {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 14px 28px; border-radius: 8px;
    font-family: 'Inter', sans-serif; font-weight: 600; text-decoration: none;
    transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
    cursor: pointer; font-size: 1rem; border: none;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { transform: scale(0.98); background: var(--primary-hover); }
.btn-secondary { background: #ffffff; color: #000000; }
.btn-secondary:hover { transform: scale(0.98); opacity: 0.9; }
.btn-outline { background: transparent; border: 1px solid var(--border-light); color: var(--text-main); }
.btn-outline:hover { background: var(--bg-surface-hover); border-color: var(--text-muted); transform: scale(0.98); }

.btn-pricing {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 14px 28px; border-radius: 8px;
    font-family: 'Inter', sans-serif; font-weight: 600; text-decoration: none;
    background: var(--bg-surface-hover); color: #fff; border: none;
    transition: transform 0.15s ease, background 0.3s ease;
    cursor: pointer; font-size: 1rem;
}
.btn-pricing:hover { background: var(--primary); transform: scale(0.98); }

.btn-pricing-primary {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 16px 28px; border-radius: 8px;
    font-family: 'Inter', sans-serif; font-weight: 700; text-decoration: none;
    background: var(--primary); color: #fff; border: none;
    transition: transform 0.15s ease, background 0.15s ease;
    cursor: pointer; font-size: 1rem;
    letter-spacing: 0.02em;
}
.btn-pricing-primary:hover { background: var(--primary-hover); transform: scale(0.98); }

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar {
    position: fixed; top: 0; left: 0; width: 100%; height: var(--nav-height);
    z-index: 1000; background: rgba(10,10,10,0.7); backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-light); transition: background 0.3s ease;
}
.nav-container { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.logo { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; font-family: 'Oswald', sans-serif; font-size: 1.8rem; font-weight: 700; text-decoration: none; color: var(--text-main); letter-spacing: -0.02em; }
.logo-img { height: 56px; width: auto; display: block; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.footer-logo-img { height: 60px; width: auto; display: block; }
.nav-links-center { display: flex; gap: 32px; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-link { font-family: 'Inter', sans-serif; text-decoration: none; color: var(--text-muted); font-weight: 500; font-size: 0.95rem; transition: color 0.2s; }
.nav-link:hover, .nav-link.active { color: var(--text-main); }
.nav-actions { display: flex; align-items: center; gap: 16px; }

.lang-selector {
    appearance: none; background: transparent; border: none; color: var(--text-muted);
    font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.9rem;
    cursor: pointer; outline: none; padding-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23a3a3a3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right center;
}
.lang-selector:hover { color: var(--text-main); }
.lang-selector option { background: var(--bg-surface); color: var(--text-main); }

/* =========================================================
   HERO
   ========================================================= */
.hero-section { padding-top: 160px; padding-bottom: 80px; display: flex; flex-direction: column; align-items: center; }
.badge-minimal {
    display: inline-block; padding: 6px 14px; background: rgba(255,90,0,0.1);
    color: var(--primary); border: 1px solid rgba(255,90,0,0.2);
    border-radius: 50px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; margin-bottom: 30px;
}
.hero-subtitle { max-width: 600px; margin-bottom: 40px; }
.cta-group { margin-bottom: 60px; display: flex; gap: 20px; }
.trust-metrics { display: flex; gap: 40px; padding-top: 40px; border-top: 1px solid var(--border-light); }
.metric-item strong { display: block; font-family: 'Oswald', sans-serif; font-size: 2rem; color: var(--text-main); line-height: 1; }
.metric-item span { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; }

.hero-video-wrapper { width: 100%; max-width: 1000px; margin-top: 60px; padding: 0 24px; }
.video-container { aspect-ratio: 16/9; background: var(--bg-surface); border: 1px solid var(--border-light); border-radius: var(--radius-lg); overflow: hidden; position: relative; box-shadow: var(--shadow-subtle); }
.video-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-body) 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.3s ease;
}
.video-placeholder:hover .play-icon-wrapper { background: var(--primary); color: white; border-color: var(--primary); transform: scale(1.05); }
.play-icon-wrapper { width: 70px; height: 70px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--text-main); transition: all 0.3s ease; margin-bottom: 16px; }
.video-overlay-text { font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--text-muted); font-weight: 500; }

/* =========================================================
   SECTIONS
   ========================================================= */
.section { padding: 100px 0; }

#features, #about {
    background-color: var(--bg-alt);
    border-top: 1px solid rgba(255,255,255,0.02);
    border-bottom: 1px solid rgba(255,255,255,0.02);
}

.section-header { margin-bottom: 40px; max-width: 600px; }
.section-header h2 { margin-bottom: 15px; }
.section-header p { margin-bottom: 0; }

/* =========================================================
   BENTO GRID
   ========================================================= */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(180px, auto);
    gap: 20px;
}
.bento-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 32px;
    display: flex; flex-direction: column;
    position: relative; overflow: hidden;
    transition: border-color 0.3s ease;
}
.bento-card:hover { border-color: #333333; }
.bento-large { grid-column: span 2; grid-row: span 2; padding-bottom: 220px; }
.bento-medium { grid-column: span 2; }
.bento-wide { grid-column: span 3; position: relative; }

.bento-content { position: relative; z-index: 10; }
.bento-icon { font-size: 2rem; margin-bottom: 20px; color: var(--text-main); }
.bento-card h3 { margin-bottom: 12px; }
.bento-card p { font-size: 1rem; }

.bento-text-part { position: relative; z-index: 10; flex: 1; transition: opacity 0.3s; padding-right: 240px; }
.bento-content-horizontal { display: flex; align-items: center; gap: 40px; height: 100%; position: relative; z-index: 10; }

.bento-ui-mockup {
    position: absolute; z-index: 1;
    background: var(--bg-surface); border: 1px solid var(--border-light); border-radius: 12px;
    box-shadow: -10px -10px 30px rgba(0,0,0,0.6);
    transition: transform 0.3s ease;
}
.bento-large:hover .bento-ui-mockup,
.bento-wide:hover .bento-ui-mockup { transform: translateY(-4px); }

.mockup-editor {
    width: 90%; max-width: 480px; height: 60%;
    bottom: -20px; right: -20px;
    padding: 16px;
    display: flex; flex-direction: column; gap: 4px;
    background: var(--bg-body); overflow: hidden;
}
.mockup-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 4px; }
.mockup-row .cell {
    background: var(--bg-surface-hover); padding: 6px 8px;
    font-size: 0.7rem; color: var(--text-muted);
    border-radius: 4px; font-family: 'Inter', monospace;
}
.mockup-row.header .cell {
    background: transparent; color: #fff; font-weight: 600;
    border-bottom: 1px solid var(--border-light); padding-bottom: 8px; border-radius: 0;
}
.mockup-row .cell.highlight { color: var(--text-main); border-left: 2px solid var(--primary); border-radius: 0 4px 4px 0; }

.mockup-stats {
    right: 10px; bottom: -15px;
    width: 220px; height: 110px; display: flex; align-items: flex-end; gap: 10px; padding: 15px;
}
.stat-bar { width: 100%; background: var(--bg-surface-hover); border-radius: 4px 4px 0 0; }
.stat-bar.h-1 { height: 40%; }
.stat-bar.h-2 { height: 70%; }
.stat-bar.h-3 { height: 100%; background: var(--primary); }

.features-footer { margin-top: 40px; text-align: center; }

/* =========================================================
   ABOUT / VISION
   ========================================================= */
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.vision-content p { margin-bottom: 20px; font-size: 1.15rem; }
.brutal-image-box { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; border: 1px solid var(--border-light); }
.brutal-image-box img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.2); transition: filter 0.5s ease; }
.brutal-image-box:hover img { filter: grayscale(50%) contrast(1.1); }
.brutal-image-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(10,10,10,0.8) 0%, transparent 50%);
    z-index: 1;
}
.badge-floating { position: absolute; bottom: 30px; left: 30px; z-index: 2; background: var(--primary); color: white; font-family: 'Oswald', sans-serif; padding: 8px 16px; font-size: 1.2rem; text-transform: uppercase; border-radius: 4px; }

/* =========================================================
   PRICING
   ========================================================= */
.pricing-toggle-container {
    display: flex; align-items: center; justify-content: center;
    gap: 16px; margin-top: 30px; margin-bottom: 50px; position: relative;
}
.toggle-label { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1rem; }
.relative-label { display: inline-flex; align-items: center; gap: 10px; }
.badge-save {
    background: rgba(255,90,0,0.1); color: var(--primary);
    padding: 4px 10px; border-radius: 4px;
    font-size: 0.75rem; font-weight: 700; white-space: nowrap;
}
.switch { position: relative; display: inline-block; width: 50px; height: 28px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--bg-surface); border: 1px solid var(--border-light); transition: .3s; border-radius: 34px; }
.slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 4px; bottom: 3px; background-color: var(--text-muted); transition: .3s; border-radius: 50%; }
input:checked + .slider { border-color: var(--primary); }
input:checked + .slider:before { transform: translateX(20px); background-color: var(--primary); }

.pricing-split-layout {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
    width: 100%;
}
.pricing-side { display: flex; flex-direction: column; }
.side-athlete { flex: 0 1 360px; max-width: 100%; }
.side-coach { flex: 0 1 520px; max-width: 100%; }

.side-label {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; font-size: 1.2rem;
    color: var(--primary); margin-bottom: 24px;
    text-align: center; letter-spacing: 0.05em;
}
.vertical-divider {
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--border-light) 10%, var(--border-light) 90%, transparent);
    align-self: stretch;
}

/* Pricing cards */
.pricing-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 40px 32px;
    display: flex; flex-direction: column;
    height: 100%;
    transition: border-color 0.3s ease;
    position: relative;
}
.pricing-card:hover { border-color: rgba(255,90,0,0.4); }

/* Featured coach card */
.coach-featured {
    border-color: rgba(255,90,0,0.25);
    background: linear-gradient(160deg, #1a1a1a 0%, #141414 100%);
}
.coach-featured:hover { border-color: var(--primary); }

/* Coach features 2-col on wide card */
.coach-features-grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
}

.pricing-header { margin-bottom: 30px; border-bottom: 1px solid var(--border-light); padding-bottom: 30px; }
.pricing-header h3 { font-family: 'Inter', sans-serif; text-transform: none; font-size: 1.3rem; margin-bottom: 8px; }
.pricing-header p { font-size: 0.95rem; color: var(--text-muted); }
.price { font-family: 'Oswald', sans-serif; font-size: 3.5rem; color: var(--text-main); line-height: 1; margin-top: 20px; }
.price .period { font-family: 'Inter', sans-serif; font-size: 1rem; color: var(--text-muted); font-weight: 400; margin-left: 5px; }
.custom-price { font-size: 2.5rem; }
.pricing-features { flex-grow: 1; margin-bottom: 40px; }
.pricing-features ul { list-style: none; }
.pricing-features li { display: flex; align-items: center; margin-bottom: 14px; font-size: 0.95rem; color: var(--text-muted); }
.pricing-features li i { color: var(--primary); margin-right: 12px; font-size: 0.9rem; flex-shrink: 0; }
.pricing-features li.disabled { opacity: 0.4; }
.pricing-features li.disabled i { color: #52525b; }

/* Enterprise */
.enterprise-section { width: 100%; margin-top: 24px; }
.enterprise-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    display: flex; justify-content: space-between; align-items: center;
    gap: 32px; transition: border-color 0.3s ease;
}
.enterprise-card:hover { border-color: var(--primary); }
.enterprise-content-wrapper { flex: 1; }
.enterprise-header { margin-bottom: 15px; }
.enterprise-header h3 { font-family: 'Inter', sans-serif; text-transform: none; font-size: 1.2rem; margin-bottom: 6px; }
.enterprise-header p { font-size: 0.95rem; color: var(--text-muted); }
.enterprise-header .price { font-family: 'Oswald', sans-serif; font-size: 2rem; color: var(--text-main); line-height: 1; margin-top: 8px; }

.enterprise-features-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 10px; list-style: none;
}
.enterprise-features-grid li { display: flex; align-items: center; font-size: 0.9rem; color: var(--text-muted); }
.enterprise-features-grid li i { color: var(--primary); margin-right: 10px; font-size: 0.85rem; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer-dark {
    background: #000000; padding-top: 60px;
    position: relative; border-top: 1px solid var(--border-light);
}
.footer-content {
    display: flex; flex-wrap: wrap;
    justify-content: flex-start;
    gap: clamp(50px, 8vw, 100px);
    padding-bottom: 40px;
}
.footer-col-1 { flex: 0 1 350px; margin-right: 13vw; }
.footer-col-2, .footer-col-3 { flex: 0 1 auto; min-width: 140px; }
.footer-col h4 {
    font-family: 'Inter', sans-serif; color: white;
    font-size: 1.1rem; margin-bottom: 25px; font-weight: 600;
    position: relative; padding-bottom: 12px; text-transform: none;
}
.footer-col h4::after {
    content: ''; position: absolute; left: 0; bottom: 0;
    width: 40px; height: 2px; background: var(--primary);
}
.footer-col-1 .footer-logo { font-family: 'Oswald', sans-serif; font-size: 2rem; font-weight: 700; margin-bottom: 15px; color: white; }
.footer-tagline { color: var(--text-muted); margin-bottom: 25px; line-height: 1.6; max-width: 280px; font-size: 0.95rem; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { color: var(--text-muted); text-decoration: none; transition: all 0.3s ease; display: flex; align-items: center; gap: 10px; font-size: 0.95rem; }
.footer-links a i { font-size: 0.75rem; color: var(--primary); transition: transform 0.3s ease; }
.footer-links a:hover { color: white; transform: translateX(5px); }
.footer-links a:hover i { transform: translateX(3px); }
.social-links { display: flex; gap: 15px; margin-top: 10px; }
.social-links a {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border-light); border-radius: 50%;
    color: var(--text-muted); font-size: 1.1rem; transition: all 0.3s ease;
}
.social-links a:hover { background: var(--primary); color: white; border-color: var(--primary); transform: translateY(-5px); }
.footer-bottom { background: rgba(10,10,10,0.5); padding: 15px 0; border-top: 1px solid var(--border-light); }
.copyright { color: var(--text-muted); font-size: 0.85rem; }

/* =========================================================
   MOBILE NAV
   ========================================================= */
.mobile-toggle { display: none; cursor: pointer; }
.hamburger { display: flex; flex-direction: column; gap: 5px; }
.hamburger span { width: 24px; height: 2px; background: var(--text-main); transition: 0.3s; }
.mobile-menu {
    position: fixed; top: 0; left: 0; width: 100%; height: 100dvh;
    background: rgba(10,10,10,0.97); backdrop-filter: blur(10px);
    z-index: 999; padding: 100px 24px; transform: translateY(-100%);
    transition: transform 0.4s ease; border-bottom: 1px solid var(--border-light);
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu-links { display: flex; flex-direction: column; align-items: center; gap: 30px; }
.mobile-menu-links a { font-family: 'Oswald', sans-serif; font-size: 2rem; text-transform: uppercase; text-decoration: none; color: var(--text-main); }
.mobile-btn { font-family: 'Inter', sans-serif !important; text-transform: none !important; font-size: 1.1rem !important; margin-top: 20px; border-bottom: none; color: var(--primary) !important; }

/* =========================================================
   MODALS
   ========================================================= */
.modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 2000; padding: 20px; overflow-y: auto; }
.modal-content.dark-modal {
    max-width: 650px; margin: 60px auto;
    background: var(--bg-surface); border: 1px solid var(--border-light);
    border-radius: var(--radius-lg); padding: 40px; position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.modal-close { position: absolute; top: 20px; right: 24px; background: none; border: none; font-size: 28px; color: var(--text-muted); cursor: pointer; transition: color 0.2s; }
.modal-close:hover { color: var(--text-main); }
.modal h2 { font-size: 2rem; margin-bottom: 20px; }

.features-list-minimal { margin-top: 30px; }
.feature-row { display: flex; gap: 24px; align-items: flex-start; padding: 24px 0; border-bottom: 1px solid var(--border-light); }
.feature-row:last-child { border-bottom: none; padding-bottom: 0; }
.feature-row i { font-size: 1.8rem; margin-top: 2px; }
.feature-row h4 { margin-bottom: 8px; font-family: 'Inter', sans-serif; font-size: 1.15rem; color: var(--text-main); }
.feature-row p { font-size: 0.95rem; margin: 0; line-height: 1.5; color: var(--text-muted); }

/* =========================================================
   ANIMATIONS
   ========================================================= */
.reveal-text, .reveal-card, .reveal-up, .fade-in-scroll {
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.is-visible { opacity: 1; transform: translateY(0); }

/* =========================================================
   RESPONSIVE — 1024px
   ========================================================= */
@media (max-width: 1024px) {
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .bento-wide { grid-column: span 2; }
    .bento-large { grid-column: span 2; grid-row: auto; padding-bottom: 32px; }
    .bento-medium { grid-column: span 1; }
    .bento-text-part { padding-right: 0; }
    .bento-card { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
    .bento-content-horizontal { flex-direction: column; align-items: stretch; gap: 20px; }
    .bento-ui-mockup { position: relative; right: auto; bottom: auto; width: 100%; max-width: 100%; margin-top: auto; transform: none !important; }
    .bento-large:hover .bento-ui-mockup,
    .bento-wide:hover .bento-ui-mockup { transform: translateY(-4px) !important; }
    .mockup-editor { height: auto; padding: 20px; }
    .mockup-stats { width: 100%; height: 120px; justify-content: center; }

    .pricing-split-layout { flex-direction: column; align-items: center; gap: 40px; }
    .vertical-divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--border-light) 10%, var(--border-light) 90%, transparent); }
    .side-athlete, .side-coach { flex: auto; width: 100%; max-width: 540px; }
    .enterprise-card { flex-direction: column; text-align: center; padding: 24px; gap: 24px; }
    .enterprise-features-grid { grid-template-columns: 1fr 1fr; text-align: left; margin-top: 16px; }

    .vision-grid { grid-template-columns: 1fr; }
    .nav-links-center, .nav-btn { display: none; }
    .mobile-toggle { display: block; }

    .coach-features-grid ul { grid-template-columns: 1fr; }
}

/* =========================================================
   RESPONSIVE — 768px
   ========================================================= */
@media (max-width: 768px) {
    .headline { font-size: 2.5rem; }
    .headline-secondary { font-size: 2.2rem; }
    .hero-section { padding-top: 120px; }
    .section { padding: 72px 0; }

    .bento-grid { grid-template-columns: 1fr; }
    .bento-large, .bento-wide, .bento-medium { grid-column: span 1; grid-row: auto; }

    .trust-metrics { flex-direction: column; gap: 20px; align-items: center; }
    .metric-item { text-align: center; }
    .cta-group { flex-direction: column; align-items: stretch; }
    .cta-group .btn-primary { text-align: center; }

    .mockup-editor { padding: 12px; }
    .mockup-stats { height: 100px; padding: 15px; }

    .coach-features-grid ul { grid-template-columns: 1fr; }

    .enterprise-card { flex-direction: column; }
    .enterprise-features-grid { grid-template-columns: 1fr; }

    .footer-content { flex-direction: column; gap: 40px; text-align: center; }
    .footer-col-1 { margin-right: 0; }
    .footer-col { align-items: center; display: flex; flex-direction: column; }
    .footer-col h4::after { left: 50%; transform: translateX(-50%); }
    .footer-tagline { margin-left: auto; margin-right: auto; max-width: 100%; }
    .footer-links a { justify-content: center; }
    .social-links { justify-content: center; }

    .feature-row { flex-direction: column; gap: 12px; }

    .pricing-card { padding: 28px 20px; }
}

/* =========================================================
   RESPONSIVE — 480px
   ========================================================= */
@media (max-width: 480px) {
    .pricing-toggle-container { margin-bottom: 60px; }
    .relative-label { display: block; }
    .badge-save {
        position: absolute; top: 100%; left: 50%;
        transform: translateX(-50%); margin-top: 10px;
    }
    .coach-features-grid ul { grid-template-columns: 1fr; }
    .price { font-size: 2.8rem; }
}

/* =========================================================
   COOKIE CONSENT BANNER + PREFERENCES
   ========================================================= */
.cc-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(140%);
    width: min(680px, calc(100% - 32px));
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-subtle);
    padding: 26px 28px;
    z-index: 9999;
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.16,1,0.3,1), opacity 0.45s ease;
    pointer-events: none;
}
.cc-banner.cc-visible { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; }
.cc-banner h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--text-main);
}
.cc-banner p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text-muted);
    margin-bottom: 18px;
}
.cc-banner p a { color: var(--primary); text-decoration: underline; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cc-btn {
    flex: 1 1 auto;
    min-width: 130px;
    padding: 12px 18px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    border: 1px solid var(--border-light);
    background: transparent;
    color: var(--text-main);
    transition: all 0.2s ease;
}
.cc-btn:hover { background: var(--bg-surface-hover); border-color: var(--text-muted); }
.cc-btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.cc-btn-primary:hover { background: var(--primary-hover); border-color: var(--primary-hover); }

/* Preferences panel */
.cc-prefs { display: none; margin: 4px 0 20px; }
.cc-prefs.cc-open { display: block; }
.cc-cat {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid var(--border-light);
}
.cc-cat-info h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 4px;
}
.cc-cat-info p { font-size: 0.82rem; margin: 0; color: var(--text-muted); }
.cc-toggle { position: relative; width: 46px; height: 26px; flex-shrink: 0; margin-top: 4px; }
.cc-toggle input { opacity: 0; width: 0; height: 0; }
.cc-slider {
    position: absolute; inset: 0; cursor: pointer;
    background: var(--bg-surface-hover); border: 1px solid var(--border-light);
    border-radius: 26px; transition: 0.3s;
}
.cc-slider::before {
    content: ""; position: absolute; height: 18px; width: 18px;
    left: 3px; bottom: 3px; background: var(--text-muted);
    border-radius: 50%; transition: 0.3s;
}
.cc-toggle input:checked + .cc-slider { background: var(--primary); border-color: var(--primary); }
.cc-toggle input:checked + .cc-slider::before { transform: translateX(20px); background: #fff; }
.cc-toggle input:disabled + .cc-slider { opacity: 0.55; cursor: not-allowed; }

/* Floating reopen button */
.cc-reopen {
    position: fixed;
    bottom: 18px;
    left: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    color: var(--text-muted);
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-subtle);
    transition: all 0.2s ease;
}
.cc-reopen:hover { color: var(--primary); border-color: var(--primary); }
.cc-reopen.cc-show { display: flex; }

@media (max-width: 480px) {
    .cc-banner { padding: 20px 18px; bottom: 12px; }
    .cc-btn { min-width: 100%; }
    .cc-reopen { width: 40px; height: 40px; bottom: 12px; left: 12px; }
}

/* =========================================================
   LEGAL PAGES (privacy.html / cookies.html / 404.html)
   ========================================================= */
.legal-page { padding-top: calc(var(--nav-height) + 40px); padding-bottom: 80px; min-height: 100vh; }
.legal-wrapper { max-width: 820px; margin: 0 auto; padding: 0 24px; }
.legal-back {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--text-muted); text-decoration: none; font-size: 0.9rem;
    font-weight: 500; margin-bottom: 32px; transition: color 0.2s;
}
.legal-back:hover { color: var(--text-main); }
.legal-page h1 {
    font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 5vw, 2.8rem);
    line-height: 1.1; margin-bottom: 12px; color: var(--text-main);
}
.legal-updated { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 8px; }
.legal-intro { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 40px; line-height: 1.6; }
.legal-page h2 {
    font-family: 'Oswald', sans-serif; font-size: 1.5rem;
    margin: 44px 0 16px; color: var(--text-main);
    padding-bottom: 10px; border-bottom: 1px solid var(--border-light);
}
.legal-page h3 { font-family: 'Inter', sans-serif; font-size: 1.1rem; font-weight: 600; margin: 26px 0 10px; color: var(--text-main); }
.legal-page p, .legal-page li { font-size: 1rem; line-height: 1.7; color: var(--text-muted); }
.legal-page p { margin-bottom: 16px; }
.legal-page ul, .legal-page ol { margin: 0 0 16px 22px; }
.legal-page li { margin-bottom: 8px; }
.legal-page a { color: var(--primary); text-decoration: underline; }
.legal-page strong { color: var(--text-main); }
.legal-table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 0.9rem; }
.legal-table th, .legal-table td {
    border: 1px solid var(--border-light); padding: 12px 14px; text-align: left; vertical-align: top;
}
.legal-table th { background: var(--bg-surface); color: var(--text-main); font-weight: 600; }
.legal-table td { color: var(--text-muted); }
.legal-box {
    background: var(--bg-surface); border: 1px solid var(--border-light);
    border-radius: 12px; padding: 22px 24px; margin: 24px 0;
}
.legal-box p:last-child { margin-bottom: 0; }
.legal-footer {
    text-align: center; padding: 30px 0; border-top: 1px solid var(--border-light);
    margin-top: 60px; color: var(--text-muted); font-size: 0.85rem;
}
.legal-footer a { color: var(--text-muted); text-decoration: none; margin: 0 10px; }
.legal-footer a:hover { color: var(--text-main); }

/* 404 */
.notfound {
    min-height: 100vh; display: flex; flex-direction: column;
    align-items: center; justify-content: center; text-align: center; padding: 24px;
}
.notfound-code {
    font-family: 'Oswald', sans-serif; font-weight: 700;
    font-size: clamp(6rem, 22vw, 12rem); line-height: 1;
    color: var(--text-main); letter-spacing: -0.04em;
}
.notfound-code span { color: var(--primary); }
.notfound h1 { font-family: 'Oswald', sans-serif; font-size: clamp(1.5rem, 5vw, 2.2rem); margin: 10px 0 16px; }
.notfound p { color: var(--text-muted); max-width: 460px; margin: 0 auto 32px; }
.notfound .cta-group { justify-content: center; }
