/* ============================================
    NEXTBALL - COMPLETE STYLESHEET
    ============================================ */
:root {
    --bg-primary: #050505;
    --bg-secondary: #0b0d0f;
    --text-primary: #f5f5f5;
    --text-secondary: rgba(255, 255, 255, 0.68);
    --accent: #d9ff2f;
    --accent-light: #e8ff75;
    --hero-text: #ffffff;
    --panel-bg: rgba(255, 255, 255, 0.96);
    --border-color: rgba(16, 16, 16, 0.14);
    --border-accent: rgba(217, 255, 47, 0.3);
    --transition: 180ms ease;
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: var(--bg-primary);
    color: var(--text-primary);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body[data-theme="light"] {
    background: #f5f5f1;
    color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

button,
input,
select,
textarea {
    font: inherit;
}

img {
    max-width: 100%;
}

.container {
    width: min(100% - 2rem, 1180px);
    margin-inline: auto;
}

main > section > .container,
.hero-inner {
    width: min(100% - 2rem, 1180px);
    margin-inline: auto;
}

.section-services > .container,
.section-process > .container,
.section-analysis-plan > .container,
.section-coach > .container,
.section-application > .container {
    max-width: 1180px;
}

.section-services .services-intro-simple,
.section-services .services-grid,
.section-services > .container > .next-player-feature,
.section-process .process-steps,
.section-process .process-proof,
.section-analysis-plan .analysis-plan-grid,
.section-coach .coach-container {
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
}

.section-services .services-intro-simple {
    max-width: 760px;
    margin-right: auto;
    margin-left: 0;
}

.section-services .service-intro-copy,
.section-services .service-intro-detail {
    max-width: 760px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .btn {
        font-size: 0.94rem;
        padding: 0.85rem 1.4rem;
    }

    .hero-cta .btn,
    .consultation-banner .btn {
        width: 100%;
        max-width: 100%;
        padding: 0.9rem 1rem;
    }
}

.btn-primary {
    background: var(--accent);
    color: var(--bg-primary);
    border: 1px solid rgba(217, 255, 47, 0.3);
    box-shadow: 0 0 0 1px rgba(217, 255, 47, 0.2);
}

.btn-primary:hover {
    background: var(--accent-light);
    transform: scale(1.02);
}

.btn-primary:active {
    transform: scale(0.98);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-primary);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: rgba(217, 255, 47, 0.1);
    transform: scale(1.02);
}

.btn-secondary:active {
    transform: scale(0.98);
}

/* ============================================
   NAVBAR
   ============================================ */

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    border-bottom: none;
    background: transparent;
    backdrop-filter: blur(0);
}

.navbar .container {
    padding: 1rem 1rem 0;
}

.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
    background: transparent;
    color: var(--text-primary);
    cursor: pointer;
    transition: var(--transition);
}

.theme-toggle:hover {
    border-color: var(--accent);
    background: rgba(217, 255, 47, 0.12);
    color: var(--accent);
}

.theme-toggle-icon {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
}

body[data-theme="light"] .theme-toggle {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.04);
}

body[data-theme="light"] .hero-text,
body[data-theme="light"] .hero-label,
body[data-theme="light"] .hero-subtitle,
body[data-theme="light"] .hero-description,
body[data-theme="light"] .hero-title,
body[data-theme="light"] .hero-title .accent,
body[data-theme="light"] .hero-label,
body[data-theme="light"] .hero-description,
body[data-theme="light"] .check-list li,
body[data-theme="light"] .process-step p,
body[data-theme="light"] .service-card p,
body[data-theme="light"] .deep-card p,
body[data-theme="light"] .coach-details p,
body[data-theme="light"] .footer-section p,
body[data-theme="light"] .footer-section li,
body[data-theme="light"] .section-subtitle,
body[data-theme="light"] .hero-label {
    color: var(--hero-text);
}

body[data-theme="light"] .hero-label {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.08);
}

body[data-theme="light"] .hero-description,
body[data-theme="light"] .check-list li,
body[data-theme="light"] .process-step p,
body[data-theme="light"] .service-card p,
body[data-theme="light"] .deep-card p,
body[data-theme="light"] .coach-details p,
body[data-theme="light"] .section-subtitle,
body[data-theme="light"] .services-intro p,
body[data-theme="light"] .service-intro-copy,
body[data-theme="light"] .consultation-banner p,
body[data-theme="light"] .why-text,
body[data-theme="light"] .feature-card p,
body[data-theme="light"] .method-card p,
body[data-theme="light"] .program-card p,
body[data-theme="light"] .coach-role,
body[data-theme="light"] .experience-lead,
body[data-theme="light"] .experience-points p,
body[data-theme="light"] .experience-statement,
body[data-theme="light"] .faq-answer,
body[data-theme="light"] .form-group label,
body[data-theme="light"] .footer-section p,
body[data-theme="light"] .footer-section li {
    color: #4A4A4A;
}

body[data-theme="light"] h1,
body[data-theme="light"] h2,
body[data-theme="light"] h3,
body[data-theme="light"] h4,
body[data-theme="light"] h5,
body[data-theme="light"] h6,
body[data-theme="light"] .section-title,
body[data-theme="light"] .why-heading,
body[data-theme="light"] .feature-card h3,
body[data-theme="light"] .method-card h3,
body[data-theme="light"] .program-card h3,
body[data-theme="light"] .deep-card h2,
body[data-theme="light"] .coach-info h2,
body[data-theme="light"] .coach-item-text,
body[data-theme="light"] .process-step h3,
body[data-theme="light"] .service-card h3,
body[data-theme="light"] .consultation-banner p,
body[data-theme="light"] .process-proof strong {
    color: #111111;
}

body[data-theme="light"] .service-card,
body[data-theme="light"] .deep-card,
body[data-theme="light"] .check-panel,
body[data-theme="light"] .process-step,
body[data-theme="light"] .application-form,
body[data-theme="light"] .coach-item,
body[data-theme="light"] .experience-points div,
body[data-theme="light"] .consultation-banner,
body[data-theme="light"] .services-intro {
    background: var(--panel-bg);
    border-color: var(--border-color);
}

body[data-theme="light"] .hero {
    background-color: #edf0ea;
}

body[data-theme="light"] .hero-overlay {
    background: transparent;
}

body[data-theme="light"] .hero::before {
    background: linear-gradient(90deg, rgba(245, 245, 241, 0.6) 0%, rgba(245, 245, 241, 0.3) 30%, transparent 60%);
}

body[data-theme="light"] .hero-title .accent,
body[data-theme="light"] .section-kicker,
body[data-theme="light"] .service-price,
body[data-theme="light"] .service-launch span,
body[data-theme="light"] .experience-tags span,
body[data-theme="light"] .stat-value,
body[data-theme="light"] .navbar-btn,
body[data-theme="light"] .faq-question {
    color: #B8E600;
}

body[data-theme="light"] .navbar-btn {
    background: rgba(185, 219, 0, 0.12);
    border-color: rgba(185, 219, 0, 0.28);
}

body[data-theme="light"] .navbar-link {
    color: #111111;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.35);
}

body[data-theme="light"] .navbar-link:hover,
body[data-theme="light"] .navbar-link.active {
    color: #111111;
}

body[data-theme="dark"] .navbar-link {
    color: #ffffff;
}

body[data-theme="dark"] .navbar-link:hover,
body[data-theme="dark"] .navbar-link.active {
    color: #ffffff;
}

body[data-theme="light"] .hero .btn-primary,
body[data-theme="light"] .hero .btn-secondary {
    box-shadow: none;
}

body[data-theme="light"] .btn-secondary {
    background: rgba(0, 0, 0, 0.03);
    color: var(--text-primary);
    border-color: rgba(0, 0, 0, 0.12);
}

body[data-theme="light"] .coach-image,
body[data-theme="light"] .coach-item,
body[data-theme="light"] .coach-stat,
body[data-theme="light"] .application-form,
body[data-theme="light"] .check-panel,
body[data-theme="light"] .deep-card,
body[data-theme="light"] .process-step {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

body[data-theme="light"] .coach-image {
    background: #f7f6f1;
}

body[data-theme="light"] .coach-item,
body[data-theme="light"] .coach-stat {
    background: #ffffff;
}

body[data-theme="light"] .coach-item-label,
body[data-theme="light"] .coach-stat-label,
body[data-theme="light"] .coach-role,
body[data-theme="light"] .coach-details p,
body[data-theme="light"] .small-note,
body[data-theme="light"] .tool-note,
body[data-theme="light"] .services-note {
    color: var(--text-secondary);
}

body[data-theme="light"] .tool-note {
    background: rgba(184, 230, 0, 0.08);
    border-color: rgba(184, 230, 0, 0.26);
    color: var(--text-primary);
}

body[data-theme="light"] .application-form {
    background: rgba(255, 255, 255, 0.98);
}

body[data-theme="light"] .form-group input,
body[data-theme="light"] .form-group select,
body[data-theme="light"] .form-group textarea {
    background: #ffffff;
    color: var(--text-primary);
    border-color: rgba(0, 0, 0, 0.12);
}

body[data-theme="light"] .form-group input::placeholder,
body[data-theme="light"] .form-group textarea::placeholder {
    color: rgba(16, 16, 16, 0.35);
}

.navbar-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
}

.navbar-logo {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--text-primary);
    text-decoration: none;
}

.navbar-logo .accent {
    color: var(--accent);
}

.navbar-menu {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 1.25rem;
    margin: 0;
}

.navbar-link {
    position: relative;
    font-size: 0.875rem;
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 240ms ease, text-shadow 240ms ease;
}

.navbar-link::after {
    position: absolute;
    right: 0;
    bottom: -0.35rem;
    left: 0;
    height: 2px;
    content: '';
    background: var(--accent);
    box-shadow: 0 0 8px rgba(217, 255, 47, 0.28);
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 240ms ease, transform 240ms ease;
}

.navbar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.1rem;
    font-size: 0.875rem;
    border: 1px solid rgba(217, 255, 47, 0.3);
    background: rgba(217, 255, 47, 0.1);
    color: var(--accent);
    border-radius: 9999px;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
}

.navbar .navbar-link:is(:hover, :focus-visible, :active) {
    color: var(--accent);
    text-shadow: 0 0 10px rgba(217, 255, 47, 0.16);
}

body[data-theme="light"] .navbar .navbar-link:is(:hover, :focus-visible, :active),
body[data-theme="dark"] .navbar .navbar-link:is(:hover, :focus-visible, :active) {
    color: var(--accent);
}

.navbar .navbar-link:is(:hover, :focus-visible, :active)::after {
    opacity: 1;
    transform: scaleX(1);
}

.navbar-btn:hover {
    background: rgba(217, 255, 47, 0.2);
}

.mobile-menu-socials {
    display: none;
}

.logo-img {
    height: clamp(56px, 5.8vw, 85px);
    width: auto;
    display: block;
    max-width: 260px;
    background: transparent;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.35));
}

.navbar-logo {
    display: inline-flex;
    align-items: center;
    background: transparent;
    padding: 0;
}

.mobile-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
    background: transparent;
    color: var(--text-primary);
    cursor: pointer;
    transition: var(--transition);
}

.mobile-menu-btn span {
    width: 18px;
    height: 2px;
    border-radius: 9999px;
    background: currentColor;
    transition: var(--transition);
}

.mobile-menu-btn[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-btn[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
    .navbar .container {
        padding: 0.75rem 1rem 0;
    }

    .navbar-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        position: relative;
        z-index: 2;
    }

    .navbar-logo {
        order: 1;
        min-width: 0;
        padding: 0.25rem;
        margin: -0.25rem;
    }

    .theme-toggle {
        order: 2;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        margin-left: auto;
    }

    .logo-img {
        height: 56px;
        max-width: 180px;
    }

    .mobile-menu-btn {
        display: inline-flex;
        order: 3;
        margin-left: 0;
        flex-shrink: 0;
    }

    .navbar-content.menu-open .theme-toggle {
        position: relative;
        z-index: 3;
        border-color: rgba(255, 255, 255, 0.58);
        background: rgba(5, 7, 7, 0.78);
        color: #ffffff;
    }

    .navbar-content.menu-open .navbar-logo {
        position: relative;
        z-index: 3;
    }

    .navbar-content.menu-open .mobile-menu-btn {
        position: relative;
        z-index: 3;
        border-color: rgba(255, 255, 255, 0.42);
        background: rgba(5, 7, 7, 0.72);
        color: #ffffff;
    }

    .navbar-menu {
        position: fixed;
        inset: 0;
        z-index: 1;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.35rem;
        width: 100vw;
        min-height: 100dvh;
        padding: 7.5rem 1.5rem 2.5rem;
        border: 0;
        border-radius: 0;
        background-color: #050707;
        background-image: linear-gradient(180deg, rgba(3, 7, 10, 0.84) 0%, rgba(3, 7, 10, 0.74) 48%, rgba(3, 7, 10, 0.94) 100%), url('../assets/field/field-services.png');
        background-position: center 46%;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: none;
    }

    .navbar-menu.is-open {
        display: flex;
    }

    .navbar-link {
        width: auto;
        font-size: 1.12rem;
        line-height: 1.4;
        text-align: center;
    }

    .navbar-btn {
        display: none;
        width: 100%;
        justify-content: center;
        margin-top: auto;
        max-width: 22rem;
        padding: 0.9rem 1.2rem;
        border-color: rgba(217, 255, 47, 0.72);
        background: rgba(5, 7, 7, 0.5);
        color: var(--accent);
        font-size: 0.95rem;
    }

    .navbar-content.menu-open .navbar-btn {
        display: inline-flex;
    }

    .mobile-menu-socials {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.4rem;
        padding-top: 0.25rem;
    }

    .mobile-menu-socials a {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.78rem;
        text-decoration: none;
        transition: color 180ms ease;
    }

    .mobile-menu-socials a:hover,
    .mobile-menu-socials a:focus-visible {
        color: var(--accent);
    }

    .mobile-menu-socials svg {
        width: 1.1rem;
        height: 1.1rem;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.7;
    }

    .mobile-menu-socials a:last-child svg {
        fill: currentColor;
        stroke: none;
    }

    .mobile-menu-socials .social-dot {
        fill: currentColor;
        stroke: none;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }
}

/* ============================================
   HERO SECTION
   ============================================ */

/* ============================================
   SHARED HERO + FOR-WHO WRAPPER
   ============================================ */
.hero-section-wrapper {
    position: relative;
    width: 100%;
    max-width: none;
    background-color: var(--bg-primary);
    overflow: hidden;
}

.hero-section-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.62) 0%, rgba(5, 5, 5, 0.42) 20%, rgba(5, 5, 5, 0.18) 40%, rgba(5, 5, 5, 0.1) 60%, rgba(5, 5, 5, 0.04) 100%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.05) 24%, rgba(5, 5, 5, 0.06) 58%, rgba(5, 5, 5, 0.26) 100%);
    pointer-events: none;
    z-index: 0;
}

.hero {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: visible;
    padding: 6.5rem 0 4rem;
    z-index: 1;
}

.hero-background-image {
    display: none;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.54) 0%, rgba(5, 5, 5, 0.32) 25%, rgba(5, 5, 5, 0.08) 50%, rgba(5, 5, 5, 0.04) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
}

.hero-glow {
    display: none;
}

.hero-gradient {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    min-height: clamp(500px, 68vh, 700px);
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: min(100%, 42rem);
    max-width: 42rem;
    animation: slideInUp 0.8s ease-out;
    margin-right: auto;
    margin-bottom: 3rem;
}

.hero-player {
    display: none;
}

.hero-label {
    display: inline-flex;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.26em;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.hero-title {
    max-width: 9.5ch;
    font-size: clamp(3.2rem, 4vw, 6rem);
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: -0.06em;
    margin: 0;
}

.hero-title .accent {
    color: var(--accent);
}

.hero-subtitle {
    font-size: clamp(1.6rem, 2vw, 2.7rem);
    font-weight: 600;
    line-height: 1.08;
    max-width: 30rem;
    letter-spacing: -0.04em;
    margin: 0;
}

.hero-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
    max-width: 33rem;
    margin: 0;
}

.hero-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 0.5rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
}

.stat {
    flex: 1;
}

.stat-value {
    font-size: 2rem;
    font-weight: bold;
    color: var(--accent);
}

.stat-label {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 0.5rem;
}

.hero-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    padding: 1.5rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    animation: slideInRight 0.8s ease-out;
}

.card-inner {
    border: 1px solid var(--border-accent);
    background: rgba(217, 255, 47, 0.1);
    border-radius: 24px;
    padding: 1.5rem;
}

.card-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.card-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step {
    display: flex;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.4);
    padding: 1rem;
}

.step-num {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
}

.step-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.step-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

.hero-highlights {
    position: relative;
    z-index: 20;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem 0;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
}

.highlight svg {
    color: var(--accent);
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .hero {
        background-color: #050505;
    }

    .hero-background-image {
        object-position: center 35%;
    }

    .hero-content {
        min-height: 520px;
    }

    .hero-title {
        max-width: 9ch;
        font-size: clamp(3rem, 7vw, 5.2rem);
        line-height: 0.84;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .hero {
        min-height: 600px;
        height: auto;
        padding-top: 6.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-background-image {
        object-position: center 40%;
    }

    .hero-overlay {
        background: transparent;
    }

    .hero-content {
        display: flex;
        align-items: flex-start;
        min-height: 0;
    }

    .hero-text {
        max-width: none;
        gap: 1.2rem;
    }

    .hero-title {
        max-width: 8ch;
        font-size: clamp(2.6rem, 9vw, 3.9rem);
        line-height: 0.9;
    }

    .hero-subtitle {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
    }

    .hero-label {
        max-width: 100%;
        white-space: normal;
        letter-spacing: 0.18em;
    }

    .hero-cta {
        width: 100%;
        flex-direction: column;
    }

    .hero-cta .btn {
        width: 100%;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   ANIMATION KEYFRAMES
   ============================================ */

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ============================================
   SECTIONS COMMON STYLES
   ============================================ */

main > section {
    padding: clamp(4rem, 7vw, 6rem) 0;
}

main > section:not(.hero):nth-child(odd) {
    background: var(--bg-primary);
}

main > section:nth-child(even) {
    background: rgba(10, 10, 10, 0.5);
}

#why {
    background: var(--bg-primary);
}

#method {
    background: rgba(26, 26, 26, 0.3);
}

#program {
    background: rgba(10, 10, 10, 0.5);
}

.section-five {
    background: rgba(26, 26, 26, 0.3);
}

.section-coach {
    background: rgba(255, 255, 255, 0.03);
}

.section-testimonials {
    background: rgba(26, 26, 26, 0.3);
}

.section-faq {
    background: rgba(26, 26, 26, 0.3);
}

.section-application {
    background: var(--bg-primary);
}

.section-for-who {
    position: relative;
    overflow: visible;
    background: var(--bg-secondary);
    padding-top: 4rem;
    padding-bottom: 4rem;
    z-index: 1;
}

.section-for-who::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
    z-index: 0;
    pointer-events: none;
}

.section-services::before {
    position: absolute;
    inset: 0 0 auto;
    height: clamp(7rem, 12vw, 11rem);
    z-index: 0;
    background: linear-gradient(180deg, rgba(3, 7, 10, 0.78) 0%, rgba(3, 7, 10, 0.34) 62%, transparent 100%);
    content: "";
    pointer-events: none;
}

.section-process::before,
.section-analysis-plan::before,
.section-coach::before,
.section-application::before {
    position: absolute;
    inset: 0 0 auto;
    height: clamp(7rem, 12vw, 11rem);
    z-index: 0;
    background: linear-gradient(180deg, rgba(3, 7, 10, 0.78) 0%, rgba(3, 7, 10, 0.34) 62%, transparent 100%);
    content: "";
    pointer-events: none;
}

.section-for-who .container {
    position: relative;
    z-index: 1;
    width: min(100%, 900px);
    margin-left: max(1rem, calc((100vw - 1280px) / 2 + 1rem));
    margin-right: auto;
    transform: none;
}

.section-for-who .split-layout {
    align-items: center;
    min-height: 30rem;
    gap: clamp(1.5rem, 2vw, 2.5rem);
}

.section-for-who .check-panel {
    margin-left: 0;
    transform: none;
    transform-origin: left center;
}

/* ============================================
   WHY NEXTBALL SECTION
   ============================================ */

.section-why .section-header {
    margin-bottom: 4rem;
}

.why-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
    align-items: start;
}

.why-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-badge {
    display: inline-flex;
    width: fit-content;
    border: 1px solid rgba(217, 255, 47, 0.2);
    background: rgba(217, 255, 47, 0.1);
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--accent);
}

.why-heading {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3;
}

.why-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.why-highlight {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(217, 255, 47, 0.2);
    background: rgba(217, 255, 47, 0.1);
    padding: 1.5rem;
}

.why-highlight svg {
    width: 16px;
    height: 16px;
    color: var(--accent);
    flex-shrink: 0;
}

.why-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    transition: var(--transition);
    min-height: 190px;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 255, 47, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 1rem;
    background: rgba(217, 255, 47, 0.1);
    color: var(--accent);
}

.feature-icon svg {
    width: 24px;
    height: 24px;
}

.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.feature-card p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

@media (max-width: 1024px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-right {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .why-right {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   METHOD SECTION
   ============================================ */

.section-method .section-header {
    margin-bottom: 3rem;
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.method-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    transition: var(--transition);
    min-height: 220px;
}

.method-card:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 255, 47, 0.3);
}

.method-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 1rem;
    background: var(--accent);
    color: var(--bg-primary);
    font-size: 1.25rem;
    font-weight: bold;
}

.method-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.method-card p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

@media (max-width: 1024px) {
    .method-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .method-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   PROGRAMS SECTION
   ============================================ */

.section-program .section-header {
    margin-bottom: 3rem;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.program-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(to bottom, rgba(25, 25, 25, 1), rgba(0, 0, 0, 1));
    padding: 2rem;
    transition: var(--transition);
}

.program-card.highlight {
    border: 1px solid rgba(217, 255, 47, 0.3);
    background: linear-gradient(to bottom, rgba(40, 40, 40, 0.8), rgba(10, 10, 10, 0.8));
    box-shadow: 0 0 20px rgba(217, 255, 47, 0.1);
}

.program-badge {
    display: inline-flex;
    width: fit-content;
    border: 1px solid rgba(217, 255, 47, 0.2);
    background: rgba(217, 255, 47, 0.1);
    border-radius: 9999px;
    padding: 0.375rem 0.75rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: var(--accent);
    text-transform: uppercase;
}

.program-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.program-card p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.program-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.program-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.program-list li:before {
    content: "✓";
    color: var(--accent);
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

.program-price {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.program-price-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent);
}

.program-price-meta {
    font-size: 0.875rem;
    color: var(--text-secondary);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .programs-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   VIDEO SECTION
   ============================================ */

.section-video .section-header {
    margin-bottom: 3rem;
}

.video-container {
    border: 1px solid rgba(217, 255, 47, 0.2);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 3rem;
}

.video-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    gap: 2rem;
    padding: 3rem;
    text-align: center;
}

.video-placeholder svg {
    color: rgba(217, 255, 47, 0.5);
}

.video-placeholder h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.video-placeholder p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    max-width: 28rem;
}

.video-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.video-feature {
    text-align: center;
}

.feature-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.feature-text {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .video-features {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   REPORT SECTION
   ============================================ */

.section-report .section-header {
    margin-bottom: 3rem;
}

.report-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
}

.report-metrics {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
}

.report-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: var(--accent);
    text-transform: uppercase;
}

.report-label svg {
    width: 18px;
    height: 18px;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.metric {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
}

.metric-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.metric-header h4 {
    font-weight: 600;
    font-size: 0.875rem;
}

.trend {
    font-size: 0.875rem;
    font-weight: 600;
}

.trend.up {
    color: #10b981;
}

.trend.down {
    color: #ef4444;
}

.trend.stable {
    color: var(--text-secondary);
}

.metric-bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.metric-fill {
    height: 100%;
    background: var(--accent);
    border-radius: 4px;
}

.metric-value {
    text-align: right;
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.report-summary {
    border-radius: 1rem;
    border: 1px solid rgba(217, 255, 47, 0.2);
    background: rgba(217, 255, 47, 0.1);
    padding: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.report-mockup {
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(25, 25, 25, 0.8);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.mockup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
}

.mockup-label {
    font-weight: 600;
    text-transform: uppercase;
}

.live {
    color: var(--accent);
    font-weight: 600;
}

.mockup-content {
    flex: 1;
    min-height: 200px;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.5);
}

.mockup-chart {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .report-grid {
        grid-template-columns: 1fr;
    }

    .metrics-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   WHY FIVE SECTION
   ============================================ */

.five-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.five-card {
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
}

.five-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.five-point {
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    padding: 1.25rem;
}

.five-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: var(--accent);
    color: var(--bg-primary);
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.five-point h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.five-point p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.five-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.stat-box {
    text-align: center;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}

.stat-big {
    font-size: 2rem;
    font-weight: bold;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.stat-small {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .five-grid {
        grid-template-columns: 1fr;
    }

    .five-stats {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   COACH SECTION
   ============================================ */

.coach-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 2vw, 2.25rem);
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-coach .container {
    max-width: 1180px;
}

.coach-container--single {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 2vw, 2.25rem);
    width: 100%;
    max-width: 1100px;
    text-align: center;
}

.coach-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    max-width: 760px;
}

.coach-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.coach-profile-header {
    display: block;
}

.coach-image {
    display: block;
    width: min(100%, 820px);
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.coach-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.coach-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 9999px;
    border: 1px solid rgba(217, 255, 47, 0.3);
    background: rgba(217, 255, 47, 0.1);
    font-size: 2rem;
    font-weight: bold;
    color: var(--accent);
}

.coach-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.coach-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.coach-info h3 {
    font-size: 2rem;
    font-weight: 600;
}

.coach-role {
    font-size: 1.125rem;
    color: var(--text-secondary);
}

.coach-details p {
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.coach-intro {
    max-width: 760px;
    margin: 0;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.7;
}

.coach-intro p {
    margin: 0;
}

.coach-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
    max-width: 100%;
}

.coach-item {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.10);
    padding: 1rem;
    min-height: 100%;
}

.coach-item-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.coach-item-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.coach-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.coach-stat {
    text-align: center;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.10);
    padding: 1.5rem;
}

.coach-stat-value {
    font-size: 1.875rem;
    font-weight: bold;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.coach-stat-label {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

@media (max-width: 1024px) {
    .coach-container,
    .coach-container--single {
        gap: 1.5rem;
    }

    .coach-image {
        max-width: 680px;
    }

    .coach-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coach-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .coach-container,
    .coach-container--single {
        display: flex;
        flex-direction: column;
    }

    .coach-visual {
        justify-content: center;
    }

    .coach-image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .coach-stats {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.testimonial {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    min-height: 260px;
}

.quote-icon {
    color: rgba(217, 255, 47, 0.5);
}

.testimonial-text {
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    flex: 1;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.author-name {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--text-primary);
}

.author-role {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

@media (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   FAQ SECTION
   ============================================ */

.faq-container {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item.active .faq-question {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

.faq-item.active svg {
    transform: rotate(180deg);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    color: var(--text-primary);
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: var(--transition);
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.05);
}

.faq-question svg {
    color: var(--text-secondary);
    flex-shrink: 0;
    margin-left: 1rem;
    transition: var(--transition);
}

.faq-answer {
    display: none;
    padding: 0 1.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.faq-item.active .faq-answer {
    display: block;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   APPLICATION FORM SECTION
   ============================================ */

.section-application .section-header {
    margin-bottom: 2.25rem;
}

.form-container {
    max-width: 48rem;
    margin: 0 auto;
}

.service-context {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    width: fit-content;
    max-width: 100%;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(217, 255, 47, 0.25);
    background: rgba(217, 255, 47, 0.06);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

.service-context strong {
    color: var(--accent);
    font-weight: 800;
}

.application-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0.92), rgba(22, 22, 22, 0.98));
    padding: 1.4rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-group label {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.form-group-full {
    width: 100%;
}

.checkbox-fieldset {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.checkbox-fieldset legend {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    font-weight: 500;
}

.checkbox-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 0.9rem;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.5rem;
    padding: 0.55rem 0.7rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.22);
    color: var(--text-primary);
    font-size: 0.875rem;
    cursor: pointer;
    transition: var(--transition);
}

.checkbox-item:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.02);
}

.checkbox-item input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: var(--accent);
    cursor: pointer;
}

.checkbox-item span {
    line-height: 1.4;
}

.goal-other-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.15rem;
}

.goal-other-field label {
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
}

.form-group input,
.form-group select,
.form-group textarea {
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.4);
    padding: 0.7rem 0.9rem;
    color: var(--text-primary);
    font-size: 0.9375rem;
    font-family: inherit;
    transition: var(--transition);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(217, 255, 47, 0.4);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 3px rgba(217, 255, 47, 0.1);
}

.form-group input.valid,
.form-group select.valid,
.form-group textarea.valid {
    border-color: rgba(217, 255, 47, 0.45);
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: rgba(239, 68, 68, 0.65);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* ============================================
   NEXTBALL - FINAL RESPONSIVE LAYOUT
   ============================================ */

.accent {
    color: var(--accent);
}

.section-kicker {
    margin-bottom: 0.875rem;
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.section-heading-row .section-title {
    max-width: 46rem;
    margin-bottom: 0;
}

.hero {
    min-height: max(760px, 57.14vw);
    padding: 0 0 4rem;
    align-items: center;
    background-color: #050505;
    background-image: url('../assets/images/hero2.png');
    background-repeat: no-repeat;
    background-position: center 58%;
    background-size: cover;
    background-attachment: fixed;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.52) 26%, rgba(5, 5, 5, 0.22) 48%, rgba(5, 5, 5, 0.1) 70%, rgba(5, 5, 5, 0.04) 100%);
}

.hero-content {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: clamp(1.5rem, 2vw, 2rem);
    min-height: 680px;
    padding-top: 6rem;
    align-items: center;
}

.hero-text {
    width: min(100%, 32rem);
    max-width: 32rem;
    position: relative;
    z-index: 2;
}

.hero-title {
    max-width: 8.5ch;
    font-size: clamp(2.7rem, 2vw + 1.2rem, 4.5rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.hero-subtitle {
    max-width: 28rem;
    font-size: clamp(1.45rem, 1.5vw, 2rem);
}

.hero-description {
    max-width: 29rem;
    font-size: 0.98rem;
}

.hero-subtitle span {
    display: block;
}

.hero-cta {
    flex-direction: row;
    align-items: center;
}

.hero-media {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: end;
    justify-content: center;
    min-height: 30rem;
    margin: 0;
    overflow: visible;
}

.hero-media img {
    display: block;
    width: min(100%, 620px);
    max-height: 720px;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 24px 64px rgba(0, 0, 0, 0.45));
    transform: none;
}

.hero-stats {
    display: none;
}

.split-layout,
.analysis-plan-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.analysis-plan-grid {
    grid-template-columns: minmax(0, 42rem);
    justify-content: center;
}

.section-analysis-plan .analysis-plan-grid {
    grid-template-columns: minmax(0, 58rem);
}

.section-copy {
    min-width: 0;
}

.section-copy .section-title {
    display: flex;
    flex-direction: column;
    gap: 0.15em;
    font-size: clamp(2.15rem, 2.1vw + 1.1rem, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    max-width: 100%;
    margin: 0;
}

.headline-block {
    display: block;
    white-space: normal;
    line-height: 1.08;
}

.section-copy .section-title {
    margin-bottom: 1.2rem;
}

.section-for-who .section-copy .section-subtitle {
    margin: 0 0 1.2rem;
    text-align: left;
}

.section-heading-row .section-title {
    display: flex;
    flex-direction: column;
    gap: 0.15em;
    max-width: 100%;
    margin: 0;
}

.process-title-line {
    display: inline-block;
    white-space: nowrap;
}

.check-panel,
.deep-card,
.service-card,
.process-step,
.application-form {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.check-panel,
.deep-card {
    border-radius: 1.5rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 1.8rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
}

.check-list li::before {
    content: "";
    position: absolute;
    top: 0.48em;
    left: 0;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 9999px;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(217, 255, 47, 0.12);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.service-card,
.next-player-feature {
    min-height: 17rem;
    border-radius: 1.1rem;
    padding: 1.4rem 1.2rem;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
    justify-content: flex-start;
    gap: 0.35rem;
    cursor: pointer;
}

.next-player-feature {
    grid-column: 1 / -1;
    min-height: auto;
    border: 1px solid rgba(217, 255, 47, 0.3);
    background: linear-gradient(145deg, rgba(217, 255, 47, 0.08), rgba(255, 255, 255, 0.025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    margin-top: 0.2rem;
}

.next-player-feature-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.next-player-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.55rem;
    min-width: 0;
}

.next-player-availability {
    color: var(--text-primary);
    font-size: 0.64rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
}

.next-player-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 0;
    padding: 0.9rem 1.4rem;
    border-radius: 9999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.next-player-copy {
    min-width: 0;
}

.next-player-title {
    margin: 0 0 0.4rem;
    font-size: clamp(1.15rem, 1vw + 0.75rem, 2rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--text-primary);
}

.next-player-copy p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.88rem;
    line-height: 1.55;
}

.next-player-flow {
    margin-top: 0.5rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.04em;
    text-transform: none;
}

.next-player-meta-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.next-player-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(217, 255, 47, 0.45);
    background: rgba(217, 255, 47, 0.08);
    color: var(--accent);
    font-weight: 800;
    font-size: 0.82rem;
    line-height: 1.2;
    text-decoration: none;
    transition: var(--transition);
    white-space: nowrap;
}

.next-player-cta:hover,
.next-player-cta:focus-visible {
    background: rgba(217, 255, 47, 0.14);
    border-color: rgba(217, 255, 47, 0.7);
    outline: none;
}

.service-photo {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    margin-bottom: 1rem;
    border-radius: 0.85rem;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card:hover,
.next-player-feature:hover,
.service-card:focus-visible,
.next-player-feature:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(217, 255, 47, 0.4);
    box-shadow: 0 0 0 1px rgba(217, 255, 47, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.03));
}

.service-card:focus-visible,
.next-player-feature:focus-visible {
    outline: none;
}

.service-arrow {
    margin-top: auto;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--accent);
    opacity: 0.95;
}

.service-icon {
    display: inline-flex;
    width: 3.8rem;
    height: 3.8rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.35rem;
    border: 1px solid rgba(217, 255, 47, 0.45);
    border-radius: 50%;
    color: var(--accent);
    background: rgba(217, 255, 47, 0.03);
}

.service-icon svg {
    width: 2.1rem;
    height: 2.1rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-height: 2.8rem;
}

.service-card h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: clamp(0.72rem, 0.68vw + 0.38rem, 0.9rem);
    line-height: 1.1;
    font-weight: 800;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    color: #ffffff;
}

.service-card p {
    color: var(--text-secondary);
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0;
    min-height: 4.7rem;
}

.service-price {
    margin: 0;
    color: var(--accent);
    font-size: clamp(0.95rem, 0.7vw + 0.63rem, 1.1rem);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.service-price:hover,
.service-price:focus-visible {
    color: var(--accent-light);
    opacity: 0.9;
    transform: translateY(-1px);
    outline: none;
}

.service-meta {
    margin-top: 0.1rem;
    font-size: 0.64rem;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 700;
    white-space: nowrap;
}

.service-card > .service-meta:last-child {
    margin-top: auto;
}

.service-meta-stack {
    white-space: normal;
    line-height: 1.45;
    letter-spacing: 0.09em;
}

.service-meta-secondary {
    margin-top: 0.1rem;
    letter-spacing: 0.02em;
    text-transform: none;
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.7);
    white-space: normal;
}

.services-note,
.small-note {
    margin-top: 1rem;
    color: var(--text-secondary);
    font-size: 0.88rem;
}

body[data-theme="light"] .service-meta {
    color: rgba(17, 17, 17, 0.75);
}

body[data-theme="light"] .service-meta-secondary {
    color: rgba(17, 17, 17, 0.72);
}

.section-services-header {
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.section-services-heading {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.services-title {
    display: flex;
    flex-direction: column;
    gap: 0.05em;
    margin: 0;
    font-size: clamp(2.6rem, 3vw, 4.2rem);
    line-height: 0.94;
    font-weight: 800;
    letter-spacing: -0.06em;
    color: var(--text-primary);
}

.services-title .accent {
    color: var(--accent);
}

.services-intro {
    display: grid;
    gap: 0.8rem;
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(217, 255, 47, 0.04), rgba(255, 255, 255, 0.02));
}

.services-intro-simple {
    width: min(78%, 1000px);
    padding: 0;
    margin: 1.5rem 0 2.25rem;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.services-intro-content {
    display: block;
}

.services-intro-icon {
    display: none;
}

.services-intro-icon svg {
    display: none;
}

.service-intro-standalone {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.start-next-ball {
    margin-top: 1.25rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(217, 255, 47, 0.3);
    background: linear-gradient(145deg, rgba(217, 255, 47, 0.08), rgba(255, 255, 255, 0.025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    padding: 1.4rem 1.2rem;
}

.start-next-ball-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.start-next-ball-copy {
    min-width: 0;
}

.start-next-ball-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.55rem;
    min-width: 0;
}

.start-next-ball-availability {
    color: var(--text-primary);
    font-size: 0.64rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
}

.start-next-ball-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 0;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.start-next-ball-kicker {
    margin: 0 0 0.45rem;
    color: var(--text-primary);
    font-size: clamp(1.25rem, 1vw + 0.9rem, 2.1rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.start-next-ball-description {
    margin: 0;
    color: var(--text-primary);
    font-size: 1rem;
    line-height: 1.55;
    max-width: 40rem;
}

.start-next-ball-meta {
    margin-top: 0.9rem;
}

.start-next-ball-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.start-next-ball-features li {
    color: var(--text-primary);
    font-size: 0.73rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.services-intro p {
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(1.02rem, 1vw + 0.55rem, 1.5rem);
    line-height: 1.55;
    letter-spacing: -0.02em;
    font-weight: 500;
    max-width: 78rem;
}

.service-intro-copy {
    max-width: 1000px;
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.8;
    letter-spacing: normal;
    font-weight: 400;
}

.service-intro-lead,
.service-intro-detail {
    display: block;
}

.service-intro-lead {
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    font-size: clamp(1.35rem, 1.4vw + 0.8rem, 2rem);
    line-height: 1.25;
    font-weight: 600;
}

.service-intro-detail {
    max-width: 900px;
    color: var(--text-secondary);
    font-size: clamp(1rem, 0.45vw + 0.85rem, 1.2rem);
    line-height: 1.8;
}

body[data-theme="light"] .services-intro.services-intro-simple {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.service-launch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(217, 255, 47, 0.25);
    border-radius: 0.9rem;
    background: rgba(217, 255, 47, 0.06);
}

.service-launch strong {
    color: var(--text-primary);
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.service-launch span {
    color: var(--accent);
    font-size: 1.2rem;
    font-weight: 800;
}

.consultation-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 1.75rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: radial-gradient(circle at left, rgba(217, 255, 47, 0.08), rgba(255, 255, 255, 0.02) 50%, rgba(255, 255, 255, 0.02));
}

.consultation-banner p {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-primary);
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    position: relative;
    padding-top: 1.5rem;
}

.process-steps::before {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    top: 1.2rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 255, 47, 0.4), rgba(217, 255, 47, 0.1));
}

.process-proof {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
    gap: 1.5rem;
    align-items: center;
    margin: 1.5rem 0 0;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.04);
}

.process-proof img {
    width: 100%;
    aspect-ratio: 16 / 8;
    display: block;
    border-radius: 0.9rem;
    object-fit: cover;
    object-position: center;
}

.process-proof figcaption {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.process-proof span {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.process-proof strong {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.25;
}

.process-step {
    position: relative;
    min-height: 12rem;
    border-radius: 1rem;
    padding: 1.25rem 0.8rem 0.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.process-step-number {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 2.7rem;
    height: 2.7rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
    border: 1px solid rgba(217, 255, 47, 0.8);
    border-radius: 9999px;
    background: rgba(12, 15, 19, 0.92);
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 800;
}

.process-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: var(--accent);
    background: rgba(255, 255, 255, 0.02);
}

.process-step-icon svg {
    width: 2.2rem;
    height: 2.2rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.process-step h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
}

.process-step p {
    color: var(--text-secondary);
    font-size: 0.84rem;
    line-height: 1.5;
    margin: 0;
}

.deep-card {
    min-height: 30rem;
}

.deep-card h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.7rem, 2.8vw, 2.45rem);
    line-height: 1.15;
}

.deep-card > p {
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
}

.section-analysis-plan .analysis-lead {
    max-width: 42rem;
    margin-bottom: 1.25rem;
    color: var(--text-primary);
    font-size: 1.12rem;
    line-height: 1.45;
}

.analysis-context,
.analysis-off-ball {
    padding: 1rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.035);
}

.analysis-context {
    margin-bottom: 1.5rem;
}

.analysis-context strong,
.analysis-off-ball strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--accent);
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.analysis-context p,
.analysis-off-ball p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.5;
}

.two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1.25rem;
}

.section-analysis-plan .check-list li {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.section-analysis-plan .check-list li strong {
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.98rem;
    line-height: 1.2;
}

.section-analysis-plan .check-list li span {
    color: var(--text-secondary);
    font-size: 0.86rem;
    line-height: 1.45;
}

.analysis-off-ball {
    margin-top: 1.5rem;
}

.tool-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.8rem;
    padding: 1rem;
    border: 1px solid rgba(217, 255, 47, 0.2);
    border-radius: 0.9rem;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(217, 255, 47, 0.08);
}

.tool-note-logo {
    display: block;
    width: auto;
    height: 2rem;
    max-width: min(42%, 10rem);
    flex: 0 1 auto;
    object-fit: contain;
    object-position: center;
}

.plan-table {
    display: grid;
    grid-template-columns: 1fr 0.72fr 1.8fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(14, 14, 14, 0.15);
}

.plan-table div {
    padding: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

.plan-table div:nth-last-child(-n + 3) {
    border-bottom: none;
}

.plan-table div:nth-child(3n + 2) {
    color: var(--accent);
    font-weight: 700;
}

body[data-theme="light"] .plan-table {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.08);
}

body[data-theme="light"] .plan-table div {
    color: var(--text-primary);
    border-bottom-color: rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.2);
}

body[data-theme="light"] .plan-table div:nth-child(3n + 2) {
    color: #B8E600;
}

.coach-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 0;
}

.coach-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 1.25rem;
}

.coach-info h2 {
    margin-bottom: 0.4rem;
}

.coach-grid {
    margin-top: 0;
}

.section-application .section-header {
    max-width: 48rem;
    margin-inline: auto;
}

.form-container {
    max-width: 58rem;
}

.application-form {
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.form-group input,
.form-group select,
.form-group textarea {
    min-height: 48px;
}

.footer-logo {
    width: 170px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.experience-block {
    width: 100%;
    margin-top: 2rem;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    border: 1px solid rgba(217, 255, 47, 0.18);
    border-radius: 1.25rem;
    background:
        linear-gradient(145deg, rgba(217, 255, 47, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(0, 0, 0, 0.24);
}

.experience-block h3 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.15;
}

.experience-block p {
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.65;
}

.experience-lead {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 700;
}

.experience-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 1.25rem 0;
}

.experience-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(217, 255, 47, 0.24);
    border-radius: 9999px;
    background: rgba(217, 255, 47, 0.07);
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.experience-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.experience-points div {
    padding: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.9rem;
    background: rgba(0, 0, 0, 0.22);
}

.experience-points strong {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
}

.experience-points p {
    font-size: 0.78rem;
    line-height: 1.5;
}

.experience-statement {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
}

@media (min-width: 1200px) {
    .navbar-menu {
        display: flex;
    }

    .services-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        max-width: 100%;
        padding-inline: 1.5rem;
    }

    .navbar-content {
        gap: 1.25rem;
    }

    .navbar-menu {
        gap: 1rem;
    }

    .logo-img {
        height: 58px;
        max-width: 190px;
    }

    main > section {
        padding: 4rem 0;
    }

    .hero {
        min-height: 720px;
        padding: 6.5rem 0 3rem;
    }

    .hero-content {
        grid-template-columns: minmax(20rem, 0.88fr) minmax(24rem, 1.12fr);
        gap: 1.5rem;
        min-height: 580px;
    }

    .hero-title {
        max-width: 8ch;
        font-size: clamp(2.5rem, 3.3vw, 4.1rem);
        line-height: 0.9;
    }

    .hero-media {
        min-height: 26rem;
    }

    .split-layout,
    .analysis-plan-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .analysis-plan-grid {
        grid-template-columns: minmax(0, 42rem);
        justify-content: center;
    }

    .coach-container,
    .coach-container--single {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-steps {
        grid-template-columns: repeat(5, minmax(8rem, 1fr));
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }

    .process-step {
        min-width: 8.5rem;
    }
}

@media (max-width: 767px) {
    .container {
        padding-inline: 1rem;
    }

    .section-heading-row {
        display: block;
    }

    .section-heading-row .btn {
        width: 100%;
        margin-top: 1.25rem;
    }

    .section-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.22em;
    }

    main > section {
        padding: 3.25rem 0;
    }

    .hero-section-wrapper {
        background-color: var(--bg-primary);
    }

    .hero {
        min-height: 760px;
        padding: 6.5rem 0 2.5rem;
        background-color: #050505;
        background-image: url('../assets/images/hero2.png');
        background-position: 72% 58%;
        background-size: auto 100%;
        background-attachment: scroll;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.22) 55%, rgba(5, 5, 5, 0.7) 100%);
    }

    .hero-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        min-height: 0;
    }

    .hero-text {
        order: 1;
        width: 100%;
        max-width: none;
        gap: 1.1rem;
    }

    .hero-media {
        order: 2;
        width: min(100%, 26rem);
        min-height: 0;
        margin: 0 auto;
        justify-self: center;
    }

    .hero-media img {
        width: 100%;
        max-height: 420px;
        object-fit: contain;
        object-position: center bottom;
    }

    .hero-title {
        max-width: 8ch;
        font-size: clamp(2.3rem, 9vw, 3.3rem);
        line-height: 0.9;
    }

    .hero-subtitle {
        font-size: 1.45rem;
    }

    .hero-description {
        font-size: 0.98rem;
    }

    .hero-cta {
        width: 100%;
        flex-direction: column;
    }

    .hero-cta .btn,
    .form-submit {
        width: 100%;
        min-height: 52px;
    }

    .split-layout,
    .analysis-plan-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .analysis-plan-grid {
        justify-content: center;
    }

    .coach-container,
    .coach-container--single {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

    .section-services {
        padding-bottom: 0;
        background: transparent;
    }

    .section-for-who {
        position: relative;
        padding-top: 0.75rem;
        padding-bottom: 2.2rem;
        margin-top: -0.2rem;
        overflow: hidden;
        background:
            linear-gradient(180deg, rgba(5, 5, 5, 0.03) 0%, rgba(5, 5, 5, 0.16) 20%, rgba(5, 5, 5, 0.34) 100%);
    }

    .section-for-who::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.18) 100%);
        pointer-events: none;
    }

    .section-for-who .container {
        position: relative;
        z-index: 1;
        width: 100%;
        margin-inline: auto;
        transform: none;
    }

    .section-for-who .split-layout {
        min-height: auto;
    }

    .section-for-who .check-panel {
        margin-left: 0;
        transform: none;
    }

    .services-grid,
    .process-steps {
        grid-template-columns: 1fr;
    }

    .section-for-who .section-title {
        margin-bottom: 1.75rem;
    }

    .section-copy .section-title {
        white-space: normal;
    }

    .service-card,
    .process-step,
    .deep-card,
    .check-panel {
        min-height: 0;
        padding: 1.25rem;
        border-radius: 1rem;
    }

    .start-next-ball {
        padding: 0;
        margin: 0 0 0.5rem;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .start-next-ball-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
    }

    .start-next-ball-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 0.65rem;
    }

    .start-next-ball-price {
        font-size: 1.15rem;
    }

    .start-next-ball-description {
        font-size: 0.92rem;
        line-height: 1.6;
        max-width: none;
    }

    .start-next-ball-features {
        gap: 0.45rem 0.8rem;
    }

    .start-next-ball-feature {
        font-size: 0.62rem;
        letter-spacing: 0.1em;
    }

    .start-next-ball-side {
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .start-next-ball-availability {
        white-space: normal;
        letter-spacing: 0.12em;
    }

    .start-next-ball-action {
        width: 100%;
        justify-content: center;
    }

    .next-player-feature {
        padding: 1.5rem 1.25rem;
    }

    .next-player-feature-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .next-player-feature .service-icon {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 0;
    }

    .next-player-copy,
    .next-player-meta-wrap {
        width: 100%;
    }

    .next-player-meta-wrap {
        align-items: flex-start;
        text-align: left;
        border-top: 1px solid rgba(217, 255, 47, 0.2);
        padding-top: 0.8rem;
    }

    .next-player-title {
        font-size: clamp(1.5rem, 6vw, 2.1rem);
    }

    .next-player-copy p {
        font-size: 0.97rem;
        line-height: 1.6;
        max-width: none;
    }

    .next-player-price {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .service-card h3 {
        font-size: 0.78rem;
    }

    .service-header-row {
        gap: 0.3rem;
    }

    .service-price {
        font-size: 0.95rem;
    }

    .two-columns,
    .plan-table {
        grid-template-columns: 1fr;
    }

    .plan-table div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .plan-table div:nth-last-child(-n + 3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .coach-image {
        aspect-ratio: 4 / 3;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        min-height: 54px;
        font-size: 1rem;
    }

    .form-group textarea {
        min-height: 9rem;
    }
}

.form-group select {
    position: relative;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a6a6a6' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    background-size: 12px 12px;
    padding-right: 2.8rem;
    box-sizing: border-box;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.form-submit {
    margin-top: 1rem;
}

.success-message {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(217, 255, 47, 0.2);
    background: rgba(217, 255, 47, 0.1);
    color: var(--accent-light);
    text-align: center;
    font-size: 0.875rem;
    animation: slideDown 0.3s ease-out;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .application-form {
        padding: 1.5rem;
    }
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #050505 url('../assets/field/field-about.png') center 58% / cover no-repeat;
    padding: 4.5rem 0 1.5rem;
}

.footer::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(3, 5, 7, 0.48) 0%, rgba(3, 5, 7, 0.56) 52%, rgba(3, 5, 7, 0.78) 100%);
    content: "";
}

.footer::after {
    position: absolute;
    inset: 0 0 auto;
    height: clamp(7rem, 12vw, 11rem);
    z-index: 0;
    background: linear-gradient(180deg, rgba(3, 7, 10, 0.78) 0%, rgba(3, 7, 10, 0.34) 62%, transparent 100%);
    content: "";
    pointer-events: none;
}

.footer .container {
    position: relative;
    z-index: 1;
    padding: 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: minmax(15rem, 1.45fr) repeat(3, minmax(10rem, 1fr));
    align-items: start;
    gap: clamp(2rem, 4vw, 4rem);
    margin-bottom: 2.5rem;
}

.footer-section {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.footer-section h3,
.footer-section h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-section h3 {
    font-size: 1.125rem;
}

.footer-section h3 .accent {
    color: var(--accent);
}

.footer-section h4 {
    margin: 0 0 1rem;
    font-size: 0.7rem;
    color: var(--accent);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.footer-section p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.footer-brand p {
    max-width: 18rem;
    margin: 0 0 1.25rem;
}

.footer .footer-logo {
    width: 145px;
}

.footer-apply {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--accent) !important;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
}

.footer-apply span {
    font-size: 1rem;
    transition: transform 180ms ease;
}

.footer-apply:hover span,
.footer-apply:focus-visible span {
    transform: translateX(0.2rem);
}

.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-section ul li {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.footer-section a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: var(--transition);
}

.footer-section a:hover {
    color: var(--accent);
}

.footer-contact-list {
    gap: 0.8rem;
}

.footer-contact-list a,
.footer-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.footer-contact-list svg,
.social-link svg {
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.social-links {
    display: grid;
    gap: 0.8rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    width: fit-content;
    font-size: 0.875rem;
    text-decoration: none;
    transition: var(--transition);
}

.social-link:hover {
    color: var(--accent);
}

.instagram-cta {
    justify-content: center;
    margin: 1.25rem auto 0;
    color: var(--accent);
    font-weight: 700;
}

.social-link .social-dot {
    fill: currentColor;
    stroke: none;
}

.footer-branding {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.footer-branding > span {
    width: 2.75rem;
    height: 2px;
    background: var(--accent);
    box-shadow: 0 0 0.9rem rgba(217, 255, 47, 0.45);
}

.footer-branding p {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.footer-bottom {
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-page {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.legal-wrap {
    max-width: 960px;
}

.legal-header {
    margin-bottom: 2rem;
}

.legal-header h1 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
    margin-top: 0.75rem;
}

.legal-content {
    display: grid;
    gap: 1.5rem;
}

.legal-section {
    padding: 1.5rem 1.5rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.02);
}

.legal-section h2 {
    margin-bottom: 0.9rem;
    font-size: 1.35rem;
    line-height: 1.25;
}

.legal-section p,
.legal-section li {
    color: var(--text-secondary);
    font-size: 0.98rem;
    line-height: 1.7;
}

.legal-section p + p,
.legal-section p + ul {
    margin-top: 0.9rem;
}

.legal-section ul {
    margin-left: 1.25rem;
    padding-left: 0.5rem;
}

.legal-section a {
    color: var(--accent);
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.footer-bottom > p {
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--accent);
}

@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        margin-bottom: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }
}

/* ============================================
   RESPONSIVE UTILITIES
   ============================================ */

@media (max-width: 768px) {
    .section-title {
        font-size: clamp(1.75rem, 8vw, 2.15rem);
        line-height: 1.12;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    main > section {
        padding: 3.5rem 0;
    }

    .hero {
        min-height: 100svh;
        padding-top: 7.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-content {
        gap: 2rem;
    }

    .hero-title {
        max-width: 9ch;
        font-size: clamp(2.8rem, 8vw, 4.1rem);
        line-height: 0.88;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }

    .hero-description {
        max-width: 100%;
    }

    .hero-cta {
        width: 100%;
    }

    .hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
        padding-top: 1.5rem;
    }

    .why-grid,
    .method-grid,
    .programs-grid,
    .video-features,
    .report-grid,
    .five-grid,
    .five-stats,
    .coach-grid,
    .coach-stats,
    .testimonials-grid,
    .form-row,
    .footer-content {
        grid-template-columns: 1fr;
    }

    .video-placeholder,
    .application-form,
    .report-metrics,
    .report-mockup,
    .five-card,
    .coach-item,
    .coach-stat,
    .testimonial,
    .faq-item {
        width: 100%;
    }

    .video-placeholder {
        padding: 2rem;
    }

    .program-card,
    .report-metrics,
    .report-mockup,
    .five-card,
    .application-form {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .feature-card,
    .method-card,
    .five-point,
    .testimonial,
    .coach-stat {
        padding: 1.25rem;
        border-radius: 1.25rem;
        min-height: auto;
    }

    .coach-container--single {
        gap: 1.25rem;
    }

    .coach-image {
        width: 100%;
        min-height: 0;
        aspect-ratio: 3 / 2;
        border-radius: 1.25rem;
    }

    .coach-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .experience-points {
        grid-template-columns: 1fr;
    }

    .form-row {
        gap: 1rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
    }

    .navbar-link {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.65rem;
    }

    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }

    .hero-title {
        max-width: 8ch;
        font-size: clamp(2.3rem, 8vw, 3.4rem);
        line-height: 0.9;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .hero {
        background-position: 72% 50%;
    }

    .hero-text,
    .hero-cta,
    .hero-stats,
    .why-left,
    .why-right,
    .program-card,
    .video-feature,
    .metric,
    .stat-box,
    .coach-stat,
    .testimonial,
    .faq-item,
    .form-container,
    .footer-section {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .process-steps {
        gap: 0.65rem;
        padding-top: 0.25rem;
    }

    .process-steps::before {
        display: none;
    }

    .process-step {
        min-height: 0;
        align-items: flex-start;
        gap: 0.28rem;
        padding: 0.8rem 2.5rem 0.85rem 3.25rem;
        border-radius: 0.8rem;
        text-align: left;
    }

    .process-step-number {
        position: absolute;
        top: 0.6rem;
        right: 0.75rem;
        width: auto;
        height: auto;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--accent);
        font-size: 0.6rem;
        letter-spacing: 0.08em;
        opacity: 0.62;
    }

    .process-step-icon {
        position: absolute;
        top: 0.82rem;
        left: 0.9rem;
        width: 1.65rem;
        height: 1.65rem;
        border-radius: 0.45rem;
    }

    .process-step-icon svg {
        width: 1rem;
        height: 1rem;
    }

    .process-step h3 {
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .process-step p {
        max-width: 32rem;
        font-size: 0.8rem;
        line-height: 1.4;
    }
}

/* Final cascade lock for the simplified Next Ball layout */
@media (min-width: 1200px) {
    .navbar {
        background: linear-gradient(180deg, rgba(5, 5, 5, 0.42) 0%, rgba(5, 5, 5, 0.16) 62%, transparent 100%);
    }

    .hero {
        background-position: center 58%;
        background-size: 97% auto;
    }

    .hero-content {
        padding-top: 0;
        align-items: center;
        grid-template-columns: minmax(24rem, 0.86fr) minmax(34rem, 1.14fr);
    }

    .services-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .process-steps {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hero {
        min-height: 720px;
        padding: 6.5rem 0 3rem;
    }

    .hero-content {
        grid-template-columns: minmax(20rem, 0.88fr) minmax(24rem, 1.12fr);
        min-height: 580px;
    }

    .hero-title {
        max-width: 9ch;
        font-size: clamp(2.9rem, 4.5vw, 4.9rem);
        line-height: 0.84;
    }

    .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-steps {
        grid-template-columns: repeat(5, minmax(8rem, 1fr));
        overflow-x: auto;
    }

    .analysis-plan-grid,
    .split-layout {
        grid-template-columns: 1fr 1fr;
    }

    .analysis-plan-grid {
        grid-template-columns: minmax(0, 42rem);
        justify-content: center;
    }

    .coach-container,
    .coach-container--single {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (max-width: 767px) {
    * {
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding-inline: 20px;
    }

    .section-header,
    .section-copy,
    .section-title,
    .section-subtitle,
    .hero-text,
    .hero-description,
    .why-left,
    .why-right,
    .coach-header,
    .coach-intro,
    .coach-grid,
    .coach-item,
    .experience-block,
    .experience-tags,
    .experience-points,
    .experience-points div,
    .check-panel,
    .check-list,
    .start-next-ball,
    .start-next-ball-inner,
    .start-next-ball-side,
    .hero-cta,
    .hero-cta .btn,
    .form-submit {
        text-align: center;
        margin-inline: auto;
    }

    .section-title,
    .section-subtitle,
    .section-header,
    .section-copy,
    .hero-description,
    .coach-intro,
    .experience-block,
    .check-panel,
    .check-list {
        max-width: 100%;
    }

    .hero {
        min-height: 760px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-top: 6.5rem;
        padding-bottom: 0;
        background-color: #050505;
        background-image: url("../assets/images/hero2.png");
        background-size: auto 100%;
        background-position: 72% center;
        background-repeat: no-repeat;
    }

    .hero-inner {
        position: relative;
        z-index: 2;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        min-height: 0;
    }

    .hero-title {
        max-width: 8ch;
        font-size: clamp(2.7rem, 9vw, 4rem);
        line-height: 0.9;
    }

    .next-player-feature-inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .next-player-side {
        width: 100%;
        align-items: stretch;
        text-align: left;
    }

    .next-player-availability {
        white-space: normal;
        letter-spacing: 0.12em;
    }

    .next-player-action {
        width: 100%;
        justify-content: center;
    }

    .hero-subtitle {
        font-size: 1.45rem;
    }

    .hero-player {
        position: relative;
        width: 100%;
        height: 420px;
        right: auto;
        bottom: auto;
        margin-top: 0.5rem;
        z-index: 2;
    }

    .hero-player img {
        object-fit: cover;
        object-position: center center;
    }

    .hero-cta {
        width: min(100%, 360px);
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .hero-cta .btn,
    .form-submit {
        width: 100%;
        max-width: 360px;
    }

    .split-layout,
    .analysis-plan-grid,
    .services-grid,
    .process-steps,
    .two-columns,
    .plan-table {
        grid-template-columns: 1fr;
    }

    .coach-container,
    .coach-container--single {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .coach-header {
        max-width: 90vw;
    }

    .coach-intro {
        width: min(100%, 560px);
    }

    .coach-image {
        width: min(100%, 360px);
        margin-inline: auto;
    }

    .coach-grid {
        grid-template-columns: 1fr;
        width: min(100%, 520px);
    }

    .coach-item {
        width: 100%;
        max-width: 100%;
    }

    .experience-block {
        width: min(100%, 760px);
    }

    .experience-tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
    }

    .experience-points {
        grid-template-columns: 1fr;
        width: min(100%, 520px);
        margin-inline: auto;
    }

    .experience-points div {
        width: 100%;
    }

    .check-panel {
        width: min(100%, 420px);
        margin-inline: auto;
    }

    .check-list {
        display: flex;
        width: min(100%, 360px);
        margin-inline: auto;
        align-items: flex-start;
        padding-left: 0;
    }

    .check-list li {
        width: 100%;
        text-align: left;
    }

    .section-for-who .section-copy,
    .section-for-who .check-panel,
    .section-for-who .check-list {
        margin-inline: 0;
        text-align: left;
    }

    .section-for-who .check-list {
        width: 100%;
    }

    .services-intro-simple {
        width: 100%;
        margin: 1rem 0 1.75rem;
    }

    .service-intro-lead {
        margin-bottom: 0.7rem;
        font-size: clamp(1.25rem, 5.2vw, 1.65rem);
        line-height: 1.3;
    }

    .service-intro-detail {
        font-size: 1rem;
        line-height: 1.75;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        min-height: 54px;
        font-size: 1rem;
    }

    .process-proof,
    .experience-points {
        grid-template-columns: 1fr;
    }

    .process-proof {
        padding: 0.75rem;
    }

    .process-proof img {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 767px) {
    .hero-section-wrapper {
        background-color: #050505;
        background-image: none;
    }

    .hero {
        min-height: max(760px, 100svh);
        background-color: #050505;
        background-image: url('../assets/images/hero2.png');
        background-position: 72% 50%;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .section-for-who {
        background-color: #050505;
        background-image: none;
    }

    .section-for-who .container {
        padding-inline: 1rem;
    }

    .section-for-who .split-layout {
        gap: 1.5rem;
    }

    .section-for-who .section-copy,
    .section-for-who .section-copy .section-title {
        width: 100%;
        max-width: none;
        text-align: left;
    }

    .section-for-who .section-copy .section-title {
        font-size: clamp(1.9rem, 8vw, 2.35rem);
        line-height: 1.1;
    }

    .section-for-who .headline-block {
        white-space: nowrap;
    }

    .section-for-who .check-panel {
        width: 100%;
        padding: 1.5rem 1.5rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 1rem;
        background: rgba(0, 0, 0, 0.32);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(5px);
    }

    .section-for-who .check-list {
        width: 100%;
        gap: 0.85rem;
    }

    .section-for-who .check-list li {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .next-player-feature {
        width: 100%;
        padding: 1.25rem;
        border-radius: 1rem;
    }

    .next-player-feature-inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.8rem 1rem;
    }

    .next-player-feature .service-icon {
        width: 2.75rem;
        height: 2.75rem;
    }

    .next-player-copy {
        width: auto;
        min-width: 0;
    }

    .next-player-title {
        font-size: 1.35rem;
    }

    .next-player-copy p {
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .next-player-flow {
        margin-top: 0.45rem !important;
        font-size: 0.78rem !important;
        line-height: 1.45 !important;
        letter-spacing: 0;
    }

    .next-player-side {
        grid-column: 1 / -1;
        width: 100%;
        align-items: stretch;
        gap: 0.7rem;
    }

    .next-player-availability,
    .start-next-ball-availability {
        font-size: 0.62rem;
        letter-spacing: 0.1em;
        line-height: 1.35;
    }

    .next-player-action,
    .start-next-ball-action {
        width: 100%;
        min-height: 3.25rem;
        padding: 0.85rem 1rem;
        font-size: 0.92rem;
        white-space: normal;
    }

    .start-next-ball {
        width: 100%;
        margin-top: 1rem;
        padding: 1.25rem;
        border: 1px solid rgba(217, 255, 47, 0.28);
        border-radius: 1rem;
        background: linear-gradient(145deg, rgba(217, 255, 47, 0.08), rgba(0, 0, 0, 0.28));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    .start-next-ball-inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.75rem 1rem;
    }

    .start-next-ball-inner > .service-icon {
        width: 2.75rem;
        height: 2.75rem;
    }

    .start-next-ball-copy {
        width: auto;
        min-width: 0;
    }

    .start-next-ball-kicker {
        font-size: 1.4rem;
        line-height: 1.1;
        letter-spacing: 0.02em;
    }

    .start-next-ball-description {
        font-size: 0.98rem;
        line-height: 1.45;
        max-width: none;
    }

    .start-next-ball-meta {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 0.35rem;
    }

    .start-next-ball-features {
        display: grid;
        gap: 0.45rem;
        width: 100%;
    }

    .start-next-ball-features li {
        font-size: 0.72rem;
        line-height: 1.4;
        letter-spacing: 0.08em;
        white-space: normal;
    }

    .start-next-ball-side {
        grid-column: 1 / -1;
        width: 100%;
        align-items: stretch;
        gap: 0.7rem;
    }
}

/* Footer responsive layout */
@media (min-width: 769px) and (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 3.5rem 0 1.25rem;
        background-position: 64% center;
        background-size: cover;
    }

    .footer::before {
        background: linear-gradient(180deg, rgba(3, 5, 7, 0.62) 0%, rgba(3, 5, 7, 0.7) 52%, rgba(3, 5, 7, 0.88) 100%);
    }

    .footer-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.75rem;
        margin-bottom: 2rem;
    }

    .footer-section {
        width: 100%;
        padding: 0;
        border-top: 0;
    }

    .footer-logo {
        width: 145px;
        margin-bottom: 1rem;
    }

    .footer-brand p {
        max-width: 19rem;
    }

    .footer-section h4 {
        margin: 0 0 1rem;
    }

    .footer-contact-list a,
    .footer-contact-item {
        white-space: nowrap;
    }

    .footer-branding {
        width: 100%;
        flex-wrap: nowrap;
        gap: 0.7rem;
        margin-bottom: 1.25rem;
    }

    .footer-branding p {
        font-size: 0.58rem;
        letter-spacing: 0.14em;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.85rem;
        text-align: left;
    }

    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.55rem;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .hero-content,
    .hero-text,
    .hero-description,
    .hero-cta {
        align-items: flex-start;
        margin-inline: 0;
        text-align: left;
    }

    .hero-cta .btn {
        margin-inline: 0;
        text-align: left;
    }
}

/* ============================================
   LIGHT THEME CONTRAST OVERRIDES
   ============================================ */

body[data-theme="light"] {
    --accent: #6b8900;
    --accent-light: #86a800;
    --border-color: rgba(16, 16, 16, 0.14);
    --border-accent: rgba(107, 137, 0, 0.38);
    --panel-bg: #ffffff;
}

body[data-theme="light"] .btn-primary {
    color: #101010;
    border-color: rgba(80, 103, 0, 0.42);
    box-shadow: 0 0 0 1px rgba(107, 137, 0, 0.18);
}

body[data-theme="light"] .btn-secondary {
    background: #ffffff;
    color: #171717;
    border-color: rgba(16, 16, 16, 0.24);
}

body[data-theme="light"] .btn-secondary:hover,
body[data-theme="light"] .btn-secondary:focus-visible {
    color: #4d6200;
    border-color: #6b8900;
    background: rgba(107, 137, 0, 0.1);
}

body[data-theme="light"] .theme-toggle,
body[data-theme="light"] .mobile-menu-btn {
    border-color: rgba(16, 16, 16, 0.24);
    background: rgba(255, 255, 255, 0.82);
    color: #171717;
}

body[data-theme="light"] .theme-toggle:hover,
body[data-theme="light"] .mobile-menu-btn:hover,
body[data-theme="light"] .mobile-menu-btn:focus-visible {
    border-color: #6b8900;
    background: rgba(107, 137, 0, 0.1);
    color: #4d6200;
}

body[data-theme="light"] .navbar-link,
body[data-theme="light"] .navbar-link:hover,
body[data-theme="light"] .navbar-link.active {
    color: #171717;
}

body[data-theme="light"] .navbar .navbar-link:is(:hover, :focus-visible, :active) {
    color: #4d6200;
}

body[data-theme="light"] .navbar-btn {
    color: #4d6200;
    border-color: rgba(107, 137, 0, 0.52);
    background: rgba(107, 137, 0, 0.12);
}

body[data-theme="light"] .navbar {
    background: linear-gradient(180deg, rgba(245, 245, 241, 0.78) 0%, rgba(245, 245, 241, 0.42) 68%, transparent 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body[data-theme="light"] .navbar-content:not(.menu-open) .navbar-link {
    color: #171717 !important;
}

body[data-theme="light"] .hero-section-wrapper::before,
body[data-theme="light"] .hero::before {
    background:
        linear-gradient(90deg, rgba(245, 245, 241, 0.92) 0%, rgba(245, 245, 241, 0.78) 30%, rgba(245, 245, 241, 0.3) 58%, rgba(245, 245, 241, 0.08) 100%),
        linear-gradient(180deg, rgba(245, 245, 241, 0.12) 0%, rgba(245, 245, 241, 0.04) 58%, rgba(245, 245, 241, 0.5) 100%);
}

body[data-theme="light"] .hero-overlay {
    background: linear-gradient(90deg, rgba(245, 245, 241, 0.42) 0%, rgba(245, 245, 241, 0.18) 55%, rgba(245, 245, 241, 0.04) 100%);
}

body[data-theme="light"] .hero-label {
    color: #303030;
    border-color: rgba(16, 16, 16, 0.16);
    background: rgba(255, 255, 255, 0.72);
}

body[data-theme="light"] .hero-description,
body[data-theme="light"] .stat-label,
body[data-theme="light"] .check-list li,
body[data-theme="light"] .program-list li,
body[data-theme="light"] .testimonial-text,
body[data-theme="light"] .report-summary,
body[data-theme="light"] .process-proof strong,
body[data-theme="light"] .experience-lead,
body[data-theme="light"] .experience-points strong,
body[data-theme="light"] .next-player-flow,
body[data-theme="light"] .service-context,
body[data-theme="light"] .tool-note,
body[data-theme="light"] .plan-table div,
body[data-theme="light"] .footer-branding p {
    color: #303030;
}

body[data-theme="light"] .feature-card,
body[data-theme="light"] .method-card,
body[data-theme="light"] .program-card,
body[data-theme="light"] .testimonial,
body[data-theme="light"] .report-metrics,
body[data-theme="light"] .report-mockup,
body[data-theme="light"] .metric,
body[data-theme="light"] .coach-item,
body[data-theme="light"] .coach-stat,
body[data-theme="light"] .experience-block,
body[data-theme="light"] .experience-points div,
body[data-theme="light"] .process-proof,
body[data-theme="light"] .legal-section,
body[data-theme="light"] .hero-card {
    border-color: rgba(16, 16, 16, 0.14);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(16, 16, 16, 0.07);
}

body[data-theme="light"] .check-panel,
body[data-theme="light"] .deep-card,
body[data-theme="light"] .service-card,
body[data-theme="light"] .process-step,
body[data-theme="light"] .application-form,
body[data-theme="light"] .services-intro,
body[data-theme="light"] .consultation-banner {
    border-color: rgba(16, 16, 16, 0.14);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(16, 16, 16, 0.07);
}

body[data-theme="light"] .service-card h3,
body[data-theme="light"] .feature-card h3,
body[data-theme="light"] .method-card h3,
body[data-theme="light"] .program-card h3,
body[data-theme="light"] .process-step h3,
body[data-theme="light"] .next-player-title {
    color: #111111;
}

body[data-theme="light"] .service-card p,
body[data-theme="light"] .feature-card p,
body[data-theme="light"] .method-card p,
body[data-theme="light"] .program-card p,
body[data-theme="light"] .next-player-copy p,
body[data-theme="light"] .services-intro p,
body[data-theme="light"] .process-step p,
body[data-theme="light"] .legal-section p,
body[data-theme="light"] .legal-section li {
    color: #4a4a4a;
}

body[data-theme="light"] .service-meta,
body[data-theme="light"] .service-meta-secondary {
    color: #4a4a4a;
}

body[data-theme="light"] .service-icon,
body[data-theme="light"] .process-step-icon {
    border-color: rgba(107, 137, 0, 0.5);
    background: rgba(107, 137, 0, 0.08);
    color: #587100;
}

body[data-theme="light"] .process-step-number {
    border-color: #6b8900;
    background: #f5f5f1;
    color: #4d6200;
}

body[data-theme="light"] .faq-item,
body[data-theme="light"] .faq-item.active .faq-question {
    border-color: rgba(16, 16, 16, 0.14);
}

body[data-theme="light"] .faq-item.active .faq-question,
body[data-theme="light"] .faq-question:hover,
body[data-theme="light"] .faq-question:focus-visible {
    background: rgba(107, 137, 0, 0.08);
}

body[data-theme="light"] .faq-answer {
    background: #f0f0ea;
    color: #4a4a4a;
}

body[data-theme="light"] .faq-question svg {
    color: #4d6200;
}

body[data-theme="light"] .form-group label,
body[data-theme="light"] .checkbox-fieldset legend,
body[data-theme="light"] .goal-other-field label {
    color: #303030;
}

body[data-theme="light"] .form-group input,
body[data-theme="light"] .form-group select,
body[data-theme="light"] .form-group textarea {
    border-color: rgba(16, 16, 16, 0.2);
    background: #ffffff;
    color: #101010;
}

body[data-theme="light"] .form-group input::placeholder,
body[data-theme="light"] .form-group textarea::placeholder {
    color: #707070;
    opacity: 1;
}

body[data-theme="light"] .form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a4a4a' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}

body[data-theme="light"] .form-group input:focus,
body[data-theme="light"] .form-group select:focus,
body[data-theme="light"] .form-group textarea:focus {
    border-color: #6b8900;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(107, 137, 0, 0.16);
}

body[data-theme="light"] .checkbox-item {
    border-color: rgba(16, 16, 16, 0.16);
    background: #f7f7f3;
    color: #202020;
}

body[data-theme="light"] .checkbox-item:hover,
body[data-theme="light"] .checkbox-item:focus-within {
    border-color: #6b8900;
    background: rgba(107, 137, 0, 0.08);
}

body[data-theme="light"] .footer {
    border-top-color: rgba(16, 16, 16, 0.14);
    background: linear-gradient(180deg, rgba(245, 245, 241, 0.56) 0%, rgba(245, 245, 241, 0.64) 52%, rgba(227, 225, 214, 0.72) 100%), url('../assets/field/field-about.png') center 58% / cover no-repeat;
}

body[data-theme="light"] .footer::before {
    background: linear-gradient(180deg, rgba(245, 245, 241, 0.24) 0%, rgba(245, 245, 241, 0.3) 52%, rgba(227, 225, 214, 0.38) 100%);
}

body[data-theme="light"] .footer::after {
    background: linear-gradient(180deg, rgba(245, 245, 241, 0.3) 0%, rgba(245, 245, 241, 0.14) 62%, transparent 100%);
}

body[data-theme="light"] .footer-section h3,
body[data-theme="light"] .footer-section p,
body[data-theme="light"] .footer-section li,
body[data-theme="light"] .footer-section a,
body[data-theme="light"] .footer-bottom,
body[data-theme="light"] .footer-links a {
    color: #303030;
}

body[data-theme="light"] .footer-section a:hover,
body[data-theme="light"] .footer-section a:focus-visible,
body[data-theme="light"] .footer-links a:hover,
body[data-theme="light"] .footer-links a:focus-visible {
    color: #4d6200;
}

body[data-theme="light"] .footer-section h4,
body[data-theme="light"] .footer-apply,
body[data-theme="light"] .footer .accent {
    color: #4d6200 !important;
}

body[data-theme="light"] .footer-bottom,
body[data-theme="light"] .footer-section,
body[data-theme="light"] .footer-bottom {
    border-color: rgba(16, 16, 16, 0.16);
}

body[data-theme="light"] .hero-title .accent,
body[data-theme="light"] .section-kicker,
body[data-theme="light"] .service-price,
body[data-theme="light"] .service-launch span,
body[data-theme="light"] .experience-tags span,
body[data-theme="light"] .stat-value,
body[data-theme="light"] .faq-question,
body[data-theme="light"] .plan-table div:nth-child(3n + 2) {
    color: #4d6200;
}

body[data-theme="light"] .five-card,
body[data-theme="light"] .five-point,
body[data-theme="light"] .stat-box,
body[data-theme="light"] .video-container {
    border-color: rgba(16, 16, 16, 0.14);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(16, 16, 16, 0.07);
}

body[data-theme="light"] .five-point p,
body[data-theme="light"] .stat-small {
    color: #4a4a4a;
}

/* Keep one controlled arrow instead of allowing the background image to tile. */
body[data-theme="dark"] .form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a6a6a6' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 12px;
    padding-right: 2.8rem;
}

body[data-theme="light"] .form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a4a4a' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 12px;
    color: #101010;
    padding-right: 2.8rem;
}

@media (max-width: 768px) {
    body[data-theme="light"] .navbar-content.menu-open .mobile-menu-btn {
        border-color: rgba(255, 255, 255, 0.58);
        background: rgba(5, 7, 7, 0.78);
        color: #ffffff;
    }

    body[data-theme="light"] .navbar-content.menu-open .navbar-menu {
        background-color: #050707;
        background-image: linear-gradient(180deg, rgba(3, 7, 10, 0.9) 0%, rgba(3, 7, 10, 0.82) 48%, rgba(3, 7, 10, 0.96) 100%), url('../assets/field/field-services.png');
    }

    body[data-theme="light"] .navbar-content.menu-open .navbar-menu .navbar-link {
        color: #ffffff;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
    }

    body[data-theme="light"] .navbar-content.menu-open .navbar-menu .navbar-link:is(:hover, :focus-visible, :active) {
        color: #d9ff2f;
    }

    body[data-theme="light"] .navbar-content.menu-open .navbar-btn {
        color: #d9ff2f;
        border-color: rgba(217, 255, 47, 0.82);
        background: rgba(5, 7, 7, 0.72);
    }

    body[data-theme="light"] .mobile-menu-socials a,
    body[data-theme="light"] .mobile-menu-socials a:hover,
    body[data-theme="light"] .mobile-menu-socials a:focus-visible {
        color: rgba(255, 255, 255, 0.92);
    }

    body[data-theme="light"] .mobile-menu-socials a:hover,
    body[data-theme="light"] .mobile-menu-socials a:focus-visible {
        color: #d9ff2f;
    }

    body[data-theme="light"] .section-for-who {
        background: #f5f5f1;
    }

    body[data-theme="light"] .section-for-who::before {
        background: linear-gradient(180deg, rgba(245, 245, 241, 0.1) 0%, rgba(227, 225, 214, 0.5) 100%);
    }

    body[data-theme="light"] .section-for-who .check-panel {
        border-color: rgba(16, 16, 16, 0.14);
        background: #ffffff;
        box-shadow: 0 12px 30px rgba(16, 16, 16, 0.07);
    }
}

/* ============================================
   MOBILE MENU: THEME-INDEPENDENT CONTRAST
   ============================================ */

@media (max-width: 768px) {
    body[data-theme] .navbar-menu {
        background-color: #050707;
        background-image: linear-gradient(180deg, rgba(3, 7, 10, 0.9) 0%, rgba(3, 7, 10, 0.82) 48%, rgba(3, 7, 10, 0.96) 100%), url('../assets/field/field-services.png');
        background-position: center 46%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    body[data-theme] .navbar-content.menu-open .mobile-menu-btn {
        min-width: 44px;
        min-height: 44px;
        border-color: rgba(255, 255, 255, 0.58);
        background: rgba(5, 7, 7, 0.78);
        color: #ffffff;
    }

    body[data-theme] .navbar-content.menu-open .navbar-menu .navbar-link,
    body[data-theme] .navbar-content.menu-open .navbar-menu .navbar-link:visited {
        color: #ffffff;
        opacity: 1;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
    }

    body[data-theme] .navbar-content.menu-open .navbar-menu .navbar-link:is(:hover, :focus-visible, :active) {
        color: #d9ff2f;
        opacity: 1;
    }

    body[data-theme] .navbar-content.menu-open .navbar-menu .navbar-link:is(:hover, :focus-visible, :active)::after {
        background: #d9ff2f;
        opacity: 1;
        transform: scaleX(1);
    }

    body[data-theme] .navbar-content.menu-open .navbar-btn {
        color: #d9ff2f;
        border-color: rgba(217, 255, 47, 0.82);
        background: rgba(5, 7, 7, 0.72);
        opacity: 1;
    }

    body[data-theme] .navbar-content.menu-open .mobile-menu-socials a,
    body[data-theme] .navbar-content.menu-open .mobile-menu-socials a:visited {
        color: rgba(255, 255, 255, 0.92);
        opacity: 1;
    }

    body[data-theme] .navbar-content.menu-open .mobile-menu-socials a:is(:hover, :focus-visible, :active) {
        color: #d9ff2f;
    }
}

    /* ============================================
       HERO HEADLINE REFINEMENT
       ============================================ */

    .hero-overlay {
        background: linear-gradient(90deg, rgba(5, 5, 5, 0.8) 0%, rgba(5, 5, 5, 0.58) 28%, rgba(5, 5, 5, 0.2) 54%, rgba(5, 5, 5, 0.04) 76%);
    }

    .hero-text {
        width: min(100%, 34rem);
        max-width: 34rem;
    }

    .hero-subtitle {
        max-width: 34rem;
        font-size: clamp(2.625rem, 2.4vw, 3rem);
        line-height: 1.02;
        letter-spacing: -0.035em;
    }

    .hero-description {
        max-width: 32rem;
        font-size: 1.12rem;
        line-height: 1.62;
    }

    body[data-theme="light"] .hero-overlay {
        background: linear-gradient(90deg, rgba(245, 245, 241, 0.9) 0%, rgba(245, 245, 241, 0.68) 28%, rgba(245, 245, 241, 0.22) 56%, rgba(245, 245, 241, 0.04) 78%);
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .hero-subtitle {
            max-width: 29rem;
            font-size: clamp(1.95rem, 2.8vw, 2.5rem);
        }

        .hero-description {
            max-width: 27rem;
            font-size: 1.05rem;
        }
    }

    @media (max-width: 767px) {
        .hero-overlay {
            background: linear-gradient(180deg, rgba(5, 5, 5, 0.16) 0%, rgba(5, 5, 5, 0.38) 48%, rgba(5, 5, 5, 0.82) 100%);
        }

        .hero-text {
            width: 100%;
            max-width: 100%;
        }

        .hero-subtitle {
            max-width: 22rem;
            font-size: clamp(1.8rem, 6.7vw, 2.35rem);
            line-height: 1.04;
        }

        .hero-description {
            max-width: 23rem;
            font-size: 1.05rem;
            line-height: 1.58;
        }
    }

    @media (max-width: 480px) {
        .hero-subtitle {
            max-width: 20rem;
            font-size: clamp(1.75rem, 7vw, 2.1rem);
        }

        .hero-description {
            font-size: 1rem;
        }
    }

/* ============================================
   CINEMATIC FIELD SECTION BACKGROUNDS
   ============================================ */

.section-for-who,
.section-services,
.section-process,
.section-analysis-plan,
.section-coach,
.section-application {
    position: relative;
    isolation: isolate;
    background-color: #050707;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.section-for-who > .container,
.section-services > .container,
.section-process > .container,
.section-analysis-plan > .container,
.section-coach > .container,
.section-application > .container {
    position: relative;
    z-index: 1;
}

.section-for-who::after,
.section-services::after,
.section-process::after,
.section-analysis-plan::after,
.section-coach::after,
.section-application::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(3, 7, 10, 0.34) 0%, transparent 18%, transparent 78%, rgba(3, 7, 10, 0.54) 100%);
    content: "";
    pointer-events: none;
}

.section-for-who::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(3, 7, 10, 0.34) 0%, rgba(3, 7, 10, 0.12) 42%, transparent 72%);
    content: "";
    pointer-events: none;
}

.section-for-who {
    background-image: linear-gradient(90deg, rgba(3, 7, 10, 0.72) 0%, rgba(3, 7, 10, 0.54) 48%, rgba(3, 7, 10, 0.72) 100%), url('../assets/field/field-about.png') !important;
    background-position: 58% 54% !important;
}

.section-services {
    background-image: linear-gradient(180deg, rgba(3, 7, 10, 0.68) 0%, rgba(3, 7, 10, 0.5) 48%, rgba(3, 7, 10, 0.74) 100%), url('../assets/field/field-services.png') !important;
    background-position: 48% 44% !important;
}

.section-process {
    background-image: linear-gradient(180deg, rgba(3, 7, 10, 0.7) 0%, rgba(3, 7, 10, 0.52) 50%, rgba(3, 7, 10, 0.76) 100%), url('../assets/field/field-process.png') !important;
    background-position: 52% 48% !important;
}

.section-analysis-plan {
    background-image: linear-gradient(90deg, rgba(3, 7, 10, 0.74) 0%, rgba(3, 7, 10, 0.56) 50%, rgba(3, 7, 10, 0.76) 100%), url('../assets/field/field-program.png') !important;
    background-position: 62% 52% !important;
}

.section-coach {
    background-image: linear-gradient(180deg, rgba(3, 7, 10, 0.72) 0%, rgba(3, 7, 10, 0.5) 48%, rgba(3, 7, 10, 0.78) 100%), url('../assets/field/field-bok.png') !important;
    background-position: 42% 52% !important;
}

.section-application {
    background-image: linear-gradient(180deg, rgba(3, 7, 10, 0.74) 0%, rgba(3, 7, 10, 0.56) 45%, rgba(3, 7, 10, 0.8) 100%), url('../assets/field/field-form.png') !important;
    background-position: 56% 50% !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-for-who { background-position: 62% 52% !important; }
    .section-services { background-position: 42% 46% !important; }
    .section-process { background-position: 56% 44% !important; }
    .section-analysis-plan { background-position: 66% 50% !important; }
    .section-coach { background-position: 36% 50% !important; }
    .section-application { background-position: 50% 48% !important; }
}

@media (max-width: 767px) {
    .section-for-who { background-position: 68% 44% !important; }
    .section-services { background-position: 38% 38% !important; }
    .section-process { background-position: 60% 32% !important; }
    .section-analysis-plan { background-position: 70% 42% !important; }
    .section-coach { background-position: 30% 38% !important; }
    .section-application {
        background-image: linear-gradient(180deg, rgba(3, 7, 10, 0.76) 0%, rgba(3, 7, 10, 0.58) 44%, rgba(3, 7, 10, 0.82) 100%), url('../assets/field/field-formularz.png') !important;
        background-position: 58% 34% !important;
    }
}

@media (max-width: 430px) {
    .section-for-who { background-position: 74% 40% !important; }
    .section-services { background-position: 32% 34% !important; }
    .section-process { background-position: 64% 28% !important; }
    .section-analysis-plan { background-position: 76% 38% !important; }
    .section-coach { background-position: 24% 34% !important; }
    .section-application { background-position: 62% 30% !important; }
}

body[data-theme="light"] .section-for-who,
body[data-theme="light"] .section-services,
body[data-theme="light"] .section-process,
body[data-theme="light"] .section-analysis-plan,
body[data-theme="light"] .section-coach,
body[data-theme="light"] .section-application {
    background-color: #f5f5f1;
}

body[data-theme="light"] .section-for-who {
    background-image: linear-gradient(90deg, rgba(245, 245, 241, 0.7) 0%, rgba(245, 245, 241, 0.56) 52%, rgba(245, 245, 241, 0.68) 100%), url('../assets/field/field-about.png') !important;
}

body[data-theme="light"] .section-services {
    background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.84) 0%, rgba(245, 245, 241, 0.7) 50%, rgba(245, 245, 241, 0.86) 100%), url('../assets/field/field-services.png') !important;
}

body[data-theme="light"] .section-process {
    background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.86) 0%, rgba(245, 245, 241, 0.72) 50%, rgba(245, 245, 241, 0.88) 100%), url('../assets/field/field-process.png') !important;
}

body[data-theme="light"] .section-analysis-plan {
    background-image: linear-gradient(90deg, rgba(245, 245, 241, 0.88) 0%, rgba(245, 245, 241, 0.74) 50%, rgba(245, 245, 241, 0.86) 100%), url('../assets/field/field-program.png') !important;
}

body[data-theme="light"] .section-coach {
    background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.86) 0%, rgba(245, 245, 241, 0.7) 50%, rgba(245, 245, 241, 0.9) 100%), url('../assets/field/field-bok.png') !important;
}

body[data-theme="light"] .section-application {
    background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.88) 0%, rgba(245, 245, 241, 0.76) 48%, rgba(245, 245, 241, 0.9) 100%), url('../assets/field/field-form.png') !important;
}

@media (max-width: 767px) {
    body[data-theme="light"] .section-application {
        background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.9) 0%, rgba(245, 245, 241, 0.78) 44%, rgba(245, 245, 241, 0.92) 100%), url('../assets/field/field-formularz.png') !important;
    }
}

body[data-theme="light"] .section-for-who::after,
body[data-theme="light"] .section-services::after,
body[data-theme="light"] .section-process::after,
body[data-theme="light"] .section-analysis-plan::after,
body[data-theme="light"] .section-coach::after,
body[data-theme="light"] .section-application::after {
    background: linear-gradient(180deg, rgba(245, 245, 241, 0.62) 0%, transparent 18%, transparent 78%, rgba(245, 245, 241, 0.72) 100%);
}

body[data-theme="light"] .section-for-who::before {
    background: linear-gradient(90deg, rgba(245, 245, 241, 0.82) 0%, rgba(245, 245, 241, 0.66) 42%, rgba(245, 245, 241, 0.1) 78%, transparent 100%);
}

body[data-theme="light"] .section-services::before {
    background: linear-gradient(180deg, rgba(245, 245, 241, 0.84) 0%, rgba(245, 245, 241, 0.48) 62%, transparent 100%);
}

body[data-theme="light"] .section-process::before,
body[data-theme="light"] .section-analysis-plan::before,
body[data-theme="light"] .section-coach::before,
body[data-theme="light"] .section-application::before {
    background: linear-gradient(180deg, rgba(245, 245, 241, 0.84) 0%, rgba(245, 245, 241, 0.48) 62%, transparent 100%);
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.78) 0%, rgba(5, 5, 5, 0.52) 30%, rgba(5, 5, 5, 0.18) 58%, rgba(5, 5, 5, 0.06) 100%);
}

.hero::after {
    position: absolute;
    inset: 48% 0 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(5, 7, 10, 0.24) 42%, rgba(5, 7, 10, 0.86) 100%);
    content: "";
    pointer-events: none;
}

body[data-theme="light"] .hero-overlay {
    background: linear-gradient(90deg, rgba(245, 245, 241, 0.78) 0%, rgba(245, 245, 241, 0.58) 30%, rgba(245, 245, 241, 0.2) 58%, rgba(245, 245, 241, 0.06) 100%);
}

body[data-theme="light"] .hero-text::before {
    position: absolute;
    inset: -1.25rem -1.5rem -1.25rem -1rem;
    z-index: -1;
    background: radial-gradient(ellipse at 32% 42%, rgba(5, 7, 10, 0.34) 0%, rgba(5, 7, 10, 0.12) 54%, transparent 78%);
    content: "";
    pointer-events: none;
}

body[data-theme="light"] .hero::after {
    background: linear-gradient(180deg, transparent 0%, rgba(245, 245, 241, 0.2) 42%, rgba(245, 245, 241, 0.9) 100%);
}

@media (max-width: 767px) {
    .hero-overlay {
        background: linear-gradient(180deg, rgba(5, 5, 5, 0.26) 0%, rgba(5, 5, 5, 0.42) 42%, rgba(5, 5, 5, 0.86) 100%);
    }

    .hero::after {
        inset: 58% 0 0;
        background: linear-gradient(180deg, transparent 0%, rgba(5, 7, 10, 0.34) 38%, rgba(5, 7, 10, 0.9) 100%);
    }

    body[data-theme="light"] .hero-overlay {
        background: linear-gradient(180deg, rgba(245, 245, 241, 0.16) 0%, rgba(245, 245, 241, 0.42) 42%, rgba(245, 245, 241, 0.78) 100%);
    }

    body[data-theme="light"] .hero::after {
        background: linear-gradient(180deg, transparent 0%, rgba(245, 245, 241, 0.28) 38%, rgba(245, 245, 241, 0.9) 100%);
    }
}

@media (max-width: 767px) {
    .container,
    main > section > .container,
    .hero-inner {
        width: 100%;
        max-width: 100%;
        padding-inline: 1rem;
    }

    .section-services .services-intro-simple,
    .section-services .services-grid,
    .section-services > .container > .next-player-feature,
    .section-process .process-steps,
    .section-process .process-proof,
    .section-analysis-plan .analysis-plan-grid,
    .section-coach .coach-container {
        width: 100%;
        max-width: 100%;
    }

    .section-services .services-intro-simple {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .hero-inner {
        width: min(100% - 2rem, 1180px);
        max-width: 1180px;
        margin-inline: auto;
    }
}

/* Mobile light theme keeps photographic sections clear and content-led. */
@media (max-width: 767px) {
    body[data-theme="light"] {
        --accent: #648200;
        --accent-light: #789900;
    }

    body[data-theme="light"] .hero-section-wrapper,
    body[data-theme="light"] .hero {
        background-color: #050505;
    }

    body[data-theme="light"] .hero-section-wrapper::before {
        background: linear-gradient(180deg, rgba(245, 245, 241, 0.14) 0%, rgba(245, 245, 241, 0.08) 48%, rgba(5, 7, 10, 0.28) 100%);
    }

    body[data-theme="light"] .hero::before,
    body[data-theme="light"] .hero-overlay {
        background: linear-gradient(180deg, rgba(245, 245, 241, 0.18) 0%, rgba(245, 245, 241, 0.1) 48%, rgba(5, 5, 5, 0.36) 100%);
    }

    body[data-theme="light"] .hero::after {
        background: linear-gradient(180deg, transparent 0%, rgba(245, 245, 241, 0.06) 38%, rgba(5, 7, 10, 0.46) 100%);
    }

    body[data-theme="light"] .hero-text::before {
        background: radial-gradient(ellipse at 32% 42%, rgba(5, 7, 10, 0.12) 0%, rgba(5, 7, 10, 0.04) 54%, transparent 78%);
    }

    body[data-theme="light"] .hero-label {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.22);
        background: rgba(5, 7, 10, 0.54);
    }

    body[data-theme="light"] .hero-title,
    body[data-theme="light"] .hero-subtitle,
    body[data-theme="light"] .hero-description {
        color: #ffffff;
    }

    body[data-theme="light"] .hero-title .accent {
        color: #d9ff2f;
    }

    body[data-theme="light"] .hero .btn-primary {
        background: #d9ff2f;
        color: #050505;
        border-color: #d9ff2f;
    }

    body[data-theme="light"] .hero .btn-secondary {
        background: rgba(255, 255, 255, 0.88) !important;
        color: #111111 !important;
        border-color: rgba(16, 16, 16, 0.3) !important;
    }

    body[data-theme="light"] .section-for-who {
        background-image: linear-gradient(90deg, rgba(245, 245, 241, 0.78) 0%, rgba(245, 245, 241, 0.66) 52%, rgba(245, 245, 241, 0.8) 100%), url('../assets/field/field-about.png') !important;
        background-position: 74% 40% !important;
    }

    body[data-theme="light"] .section-services {
        background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.82) 0%, rgba(245, 245, 241, 0.68) 50%, rgba(245, 245, 241, 0.84) 100%), url('../assets/field/field-services.png') !important;
        background-position: 32% 34% !important;
    }

    body[data-theme="light"] .section-process {
        background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.82) 0%, rgba(245, 245, 241, 0.68) 50%, rgba(245, 245, 241, 0.86) 100%), url('../assets/field/field-process.png') !important;
        background-position: 64% 28% !important;
    }

    body[data-theme="light"] .section-analysis-plan {
        background-image: linear-gradient(90deg, rgba(245, 245, 241, 0.82) 0%, rgba(245, 245, 241, 0.68) 50%, rgba(245, 245, 241, 0.84) 100%), url('../assets/field/field-program.png') !important;
        background-position: 76% 38% !important;
    }

    body[data-theme="light"] .section-coach {
        background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.76) 0%, rgba(245, 245, 241, 0.66) 52%, rgba(245, 245, 241, 0.8) 100%), url('../assets/field/field-bok.png') !important;
        background-position: 24% 34% !important;
    }

    body[data-theme="light"] .section-application {
        background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.84) 0%, rgba(245, 245, 241, 0.7) 48%, rgba(245, 245, 241, 0.86) 100%), url('../assets/field/field-formularz.png') !important;
        background-position: 62% 30% !important;
    }

    body[data-theme="light"] .section-for-who,
    body[data-theme="light"] .section-services,
    body[data-theme="light"] .section-process,
    body[data-theme="light"] .section-analysis-plan,
    body[data-theme="light"] .section-coach,
    body[data-theme="light"] .section-application {
        background-color: #f5f5f1 !important;
        background-size: cover !important;
        background-repeat: no-repeat;
    }

    body[data-theme="light"] .section-for-who::before,
    body[data-theme="light"] .section-services::before,
    body[data-theme="light"] .section-process::before,
    body[data-theme="light"] .section-analysis-plan::before,
    body[data-theme="light"] .section-application::before,
    body[data-theme="light"] .section-for-who::after,
    body[data-theme="light"] .section-services::after,
    body[data-theme="light"] .section-process::after,
    body[data-theme="light"] .section-analysis-plan::after,
    body[data-theme="light"] .section-coach::after,
    body[data-theme="light"] .section-application::after {
        background: transparent;
    }

    body[data-theme="light"] .section-coach::before,
    body[data-theme="light"] .section-coach::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, transparent 34%, rgba(255, 255, 255, 0.18) 100%);
    }

    body[data-theme="light"] .section-kicker {
        color: #648200;
    }

    body[data-theme="light"] .section-for-who .check-panel,
    body[data-theme="light"] .deep-card,
    body[data-theme="light"] .service-card,
    body[data-theme="light"] .next-player-feature,
    body[data-theme="light"] .process-step,
    body[data-theme="light"] .coach-item,
    body[data-theme="light"] .experience-block,
    body[data-theme="light"] .experience-points div,
    body[data-theme="light"] .application-form {
        background: #ffffff;
        border-color: rgba(16, 16, 16, 0.14);
        box-shadow: 0 12px 30px rgba(16, 16, 16, 0.07);
    }

    body[data-theme="light"] .section-for-who .check-panel {
        padding: 1.25rem;
    }

    body[data-theme="light"] .deep-card {
        min-height: 0;
    }

    body[data-theme="light"] .section-analysis-plan .check-list li,
    body[data-theme="light"] .section-analysis-plan .check-list li strong,
    body[data-theme="light"] .section-analysis-plan .check-list li span,
    body[data-theme="light"] .analysis-context p,
    body[data-theme="light"] .analysis-off-ball p,
    body[data-theme="light"] .coach-intro,
    body[data-theme="light"] .coach-role,
    body[data-theme="light"] .coach-item-text,
    body[data-theme="light"] .experience-block p,
    body[data-theme="light"] .next-player-copy p,
    body[data-theme="light"] .next-player-flow,
    body[data-theme="light"] .next-player-availability,
    body[data-theme="light"] .service-card p,
    body[data-theme="light"] .process-step p {
        color: #303030;
    }

    body[data-theme="light"] .section-analysis-plan .check-list li strong,
    body[data-theme="light"] .next-player-title,
    body[data-theme="light"] .coach-info h3,
    body[data-theme="light"] .experience-block strong {
        color: #111111;
    }

    body[data-theme="light"] .section-analysis-plan .check-list li::before {
        background: #d9ff2f;
        box-shadow: 0 0 0 4px rgba(100, 130, 0, 0.14);
    }

    body[data-theme="light"] .analysis-context,
    body[data-theme="light"] .analysis-off-ball {
        border-color: rgba(16, 16, 16, 0.12);
        background: #f7f7f3;
    }

    body[data-theme="light"] .analysis-context strong,
    body[data-theme="light"] .analysis-off-ball strong,
    body[data-theme="light"] .coach-item-label {
        color: #648200;
    }

    body[data-theme="light"] .next-player-feature .service-icon,
    body[data-theme="light"] .coach-item {
        border-color: rgba(100, 130, 0, 0.42);
    }

    body[data-theme="light"] .next-player-action,
    body[data-theme="light"] .next-player-action.btn-primary {
        background: #d9ff2f;
        color: #050505;
        border-color: #d9ff2f;
    }

    body[data-theme="light"] .next-player-availability {
        color: #648200;
    }

    body[data-theme="light"] .coach-photo {
        filter: none;
    }

    body[data-theme="light"] .footer {
        border-top-color: rgba(16, 16, 16, 0.14);
        background: linear-gradient(180deg, rgba(245, 245, 241, 0.56) 0%, rgba(245, 245, 241, 0.64) 52%, rgba(227, 225, 214, 0.72) 100%), url('../assets/field/field-about.png') center 58% / cover no-repeat !important;
    }

    body[data-theme="light"] .footer::before {
        background: linear-gradient(180deg, rgba(245, 245, 241, 0.24) 0%, rgba(245, 245, 241, 0.3) 52%, rgba(227, 225, 214, 0.38) 100%);
    }

    body[data-theme="light"] .footer::after {
        background: linear-gradient(180deg, rgba(245, 245, 241, 0.3) 0%, rgba(245, 245, 241, 0.14) 62%, transparent 100%);
    }

    body[data-theme="light"] .footer-section h3,
    body[data-theme="light"] .footer-section p,
    body[data-theme="light"] .footer-section li,
    body[data-theme="light"] .footer-section a,
    body[data-theme="light"] .footer-bottom,
    body[data-theme="light"] .footer-links a {
        color: #303030;
    }

    body[data-theme="light"] .footer-section h4,
    body[data-theme="light"] .footer-apply,
    body[data-theme="light"] .footer .accent {
        color: #4d6200 !important;
    }
}

@media (min-width: 768px) {
    body[data-theme="light"] .hero-label {
        color: #303030;
        border-color: rgba(16, 16, 16, 0.16);
        background: rgba(255, 255, 255, 0.68);
    }

    body[data-theme="light"] .hero-title,
    body[data-theme="light"] .hero-subtitle,
    body[data-theme="light"] .hero-description {
           color: #ffffff;
    }

    body[data-theme="light"] .hero-title .accent {
        color: #648200;
    }

    body[data-theme="light"] .hero-description {
        color: rgba(255, 255, 255, 0.82);
    }

    body[data-theme="light"] .hero .btn-secondary {
        background: rgba(255, 255, 255, 0.88) !important;
        color: #111111 !important;
        border-color: rgba(16, 16, 16, 0.3) !important;
    }

    body[data-theme="light"] .navbar {
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body[data-theme="light"] .navbar-content:not(.menu-open) .navbar-link {
        color: rgba(255, 255, 255, 0.88) !important;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
    }

    body[data-theme="light"] .hero-section-wrapper::before {
        background: transparent;
    }

    body[data-theme="light"] .hero {
        background-size: cover;
    }

    body[data-theme="light"] .hero::before {
        background: transparent;
    }

    body[data-theme="light"] .hero-overlay {
        background: linear-gradient(90deg, rgba(245, 245, 241, 0.28) 0%, rgba(245, 245, 241, 0.14) 42%, rgba(245, 245, 241, 0.02) 72%, transparent 100%);
    }

    body[data-theme="light"] .hero::after {
        background: transparent;
    }

    body[data-theme="light"] .hero-text::before {
        background: transparent;
    }

    body[data-theme="light"] .section-for-who {
        background-image: linear-gradient(90deg, rgba(245, 245, 241, 0.42) 0%, rgba(245, 245, 241, 0.28) 52%, rgba(245, 245, 241, 0.4) 100%), url('../assets/field/field-about.png') !important;
    }

    body[data-theme="light"] .section-services {
        background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.48) 0%, rgba(245, 245, 241, 0.32) 50%, rgba(245, 245, 241, 0.5) 100%), url('../assets/field/field-services.png') !important;
    }

    body[data-theme="light"] .section-process {
        background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.48) 0%, rgba(245, 245, 241, 0.3) 50%, rgba(245, 245, 241, 0.52) 100%), url('../assets/field/field-process.png') !important;
    }

    body[data-theme="light"] .section-analysis-plan {
        background-image: linear-gradient(90deg, rgba(245, 245, 241, 0.44) 0%, rgba(245, 245, 241, 0.28) 50%, rgba(245, 245, 241, 0.46) 100%), url('../assets/field/field-program.png') !important;
    }

    body[data-theme="light"] .section-coach {
        background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.46) 0%, rgba(245, 245, 241, 0.3) 50%, rgba(245, 245, 241, 0.5) 100%), url('../assets/field/field-bok.png') !important;
    }

    body[data-theme="light"] .section-application {
        background-image: linear-gradient(180deg, rgba(245, 245, 241, 0.48) 0%, rgba(245, 245, 241, 0.32) 48%, rgba(245, 245, 241, 0.52) 100%), url('../assets/field/field-form.png') !important;
    }

    body[data-theme="light"] .section-for-who::after,
    body[data-theme="light"] .section-services::after,
    body[data-theme="light"] .section-process::after,
    body[data-theme="light"] .section-analysis-plan::after,
    body[data-theme="light"] .section-coach::after,
    body[data-theme="light"] .section-application::after {
        background: transparent;
    }

    body[data-theme="light"] .section-services::before,
    body[data-theme="light"] .section-process::before,
    body[data-theme="light"] .section-analysis-plan::before,
    body[data-theme="light"] .section-coach::before,
    body[data-theme="light"] .section-application::before {
        background: transparent;
    }

    body[data-theme="light"] .deep-card,
    body[data-theme="light"] .experience-block,
    body[data-theme="light"] .process-step,
    body[data-theme="light"] .service-card,
    body[data-theme="light"] .check-panel,
    body[data-theme="light"] .application-form {
        border-color: rgba(16, 16, 16, 0.2);
        box-shadow: 0 18px 42px rgba(16, 16, 16, 0.14), 0 1px 0 rgba(255, 255, 255, 0.72) inset;
    }

    body[data-theme="light"] .section-analysis-plan .check-list li,
    body[data-theme="light"] .section-analysis-plan .check-list li strong {
        color: #171717;
    }

    body[data-theme="light"] .section-analysis-plan .check-list li span,
    body[data-theme="light"] .analysis-context p,
    body[data-theme="light"] .analysis-off-ball p {
        color: #4a4a4a;
    }

    body[data-theme="light"] .analysis-context,
    body[data-theme="light"] .analysis-off-ball {
        border-color: rgba(16, 16, 16, 0.16);
        background: rgba(247, 247, 243, 0.9);
    }

    body[data-theme="light"] .tool-note {
        border-color: rgba(100, 130, 0, 0.34);
        background: rgba(217, 255, 47, 0.14);
        color: #303030;
    }

    body[data-theme="light"] .experience-tags span {
        border-color: rgba(100, 130, 0, 0.38);
        background: rgba(217, 255, 47, 0.16);
        color: #4d6200;
    }

    body[data-theme="light"] .footer {
        background: linear-gradient(180deg, rgba(245, 245, 241, 0.42) 0%, rgba(245, 245, 241, 0.48) 52%, rgba(227, 225, 214, 0.58) 100%), url('../assets/field/field-about.png') center 58% / cover no-repeat;
    }

    body[data-theme="light"] .footer::before {
        background: transparent;
    }

    body[data-theme="light"] .footer::after {
        background: transparent;
    }

    body[data-theme="light"] .coach-item {
        min-height: 0;
        padding: 0.75rem;
    }

    body[data-theme="light"] .experience-block {
        padding: 1.25rem;
    }

    body[data-theme="light"] .experience-tags {
        margin: 0.75rem 0;
    }

    body[data-theme="light"] .experience-points {
        margin-top: 0.75rem;
    }

    body[data-theme="light"] .experience-statement {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
    }
}
