/* --- RESET & BASE --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #02110C;
    color: #e2e8f0;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}

ul, ol {
    list-style: none;
}

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

/* --- LAYOUT UTILS --- */
.Container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ContainerSmall {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- HEADER (Option 6: Glass Effect) --- */
.LkdJhgFdsAmn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(2, 17, 12, 0.85);
    border-bottom: 1px solid rgba(0, 255, 156, 0.2);
    backdrop-filter: blur(5px);
}

.MnbVcxZlkJhg {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PoiUytRewQaz {
    font-size: 28px;
    font-weight: 800;
    color: #00FF9C;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 255, 156, 0.5);
}

.ZxcVbnMlkJhg {
    display: flex;
    gap: 25px;
}

.AsdfGhjKlzxc {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.AsdfGhjKlzxc:hover {
    color: #00FF9C;
    text-shadow: 0 0 8px rgba(0, 255, 156, 0.8);
}

.GlassEffectLayer {
    height: 4px;
    background: linear-gradient(90deg, transparent, #00FF9C, transparent);
    opacity: 0.3;
    filter: blur(2px);
}

/* --- BURGER MENU (No JS) --- */
.MobileBurgerMenu {
    display: none;
}

.BurgerCheckbox {
    display: none;
}

.BurgerLabel {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.BurgerLabel span {
    width: 25px;
    height: 3px;
    background: #00FF9C;
    border-radius: 2px;
    transition: 0.3s;
}

.MobileNavLinks {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: #02110C;
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    border-bottom: 2px solid #00FF9C;
}

.BurgerCheckbox:checked ~ .MobileNavLinks {
    display: flex;
}

/* --- HERO SECTION (Option 10) --- */
.TgbYhnUjmIkL {
    padding: 180px 0 100px;
}

.PlmKjnBhyTgxContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.HeroContentLeft {
    flex: 1;
}

.HeroImageRight {
    flex: 1;
}

.VfrTgbNhyUjm {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff;
}

.XswCdeVfrBgt {
    font-size: 18px;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.ImgBorderShadow {
    border: 2px solid #00FF9C;
    box-shadow: 0 0 30px rgba(0, 255, 156, 0.2);
    border-radius: 10px;
}

.BtnNeonEmerald {
    display: inline-block;
    padding: 16px 35px;
    background: #00FF9C;
    color: #02110C;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 255, 156, 0.4);
    margin-top: 20px;
}

.BtnNeonEmerald:hover {
    box-shadow: 0 0 25px rgba(0, 255, 156, 0.8);
    transform: scale(1.05);
}

/* --- SECTION HEADERS --- */
.TitleNeonCenter {
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
    color: #00FF9C;
    text-shadow: 0 0 15px rgba(0, 255, 156, 0.3);
}

/* --- ADDITIONAL TEXT SECTIONS (Option 12) --- */
.NhyUjmKiOlPz, .MkiOlpJuyHgt, .BgtVfrCdeXsw {
    padding: 80px 0;
    border-top: 1px solid rgba(0, 255, 156, 0.1);
}

.KeyThoughtsBox {
    background: rgba(0, 255, 156, 0.05);
    border-left: 4px solid #00FF9C;
    padding: 25px;
    margin-top: 35px;
}

.KeyThoughtsBox h3 {
    color: #00FF9C;
    margin-bottom: 15px;
}

.KeyThoughtsBox ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.KeyThoughtsBox ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #00FF9C;
}

/* --- REGULAR PRACTICE (Option 8) --- */
.VcxZlkJhgFds {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.02);
}

.ReverseLayout {
    flex-direction: row-reverse;
}

.NumberedListNeon {
    margin-top: 30px;
}

.NumberedListNeon li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.NumberedListNeon li span {
    background: #00FF9C;
    color: #02110C;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    flex-shrink: 0;
}

/* --- FAQ (Option 13) --- */
.KjhGfdSazXcv {
    padding: 100px 0;
}

.FaqWrapper {
    margin-top: 40px;
}

.FaqItem {
    margin-bottom: 15px;
    background: rgba(255,255,255,0.05);
    border-left: 4px solid #00FF9C;
}

.FaqSummary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    outline: none;
}

.FaqContent {
    padding: 0 20px 20px;
    color: #cbd5e1;
}

/* --- TIMELINE (Option 9) --- */
.LkjHfdSazXcvSection {
    padding: 100px 0;
}

.IntroTextCenter {
    text-align: center;
    margin-bottom: 60px;
    font-size: 19px;
    color: #94a3b8;
}

.TimelineWrapper {
    position: relative;
    padding-left: 30px;
}

.TimelineWrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #00FF9C, #38bdf8);
}

.TimelineItem {
    position: relative;
    margin-bottom: 40px;
}

.TimelineMarker {
    position: absolute;
    left: -36px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #02110C;
    border: 3px solid #00FF9C;
    border-radius: 50%;
    box-shadow: 0 0 10px #00FF9C;
}

.TimelineContent h3 {
    color: #00FF9C;
    margin-bottom: 8px;
}

/* --- PRICES (Option 7) --- */
.PackagesSection {
    padding: 100px 0;
}

.PricesGrid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.PriceCard {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(0,255,156,0.1);
    padding: 40px;
    width: 350px;
    text-align: center;
    border-radius: 15px;
    transition: 0.4s;
}

.PriceCard:hover {
    border-color: #00FF9C;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,255,156,0.1);
}

.FeaturedCard {
    background: rgba(0, 255, 156, 0.05);
    border: 2px solid #00FF9C;
}

.PriceSub {
    font-size: 13px;
    color: #38bdf8;
    margin: 10px 0 20px;
    min-height: 40px;
}

.PriceValue {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #fff;
}

.PriceFeatures {
    margin-bottom: 30px;
    text-align: left;
}

.PriceFeatures li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.PriceFeatures li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00FF9C;
}

.BtnNeonEmeraldSmall {
    display: block;
    padding: 12px;
    border: 2px solid #00FF9C;
    color: #00FF9C;
    font-weight: 700;
    border-radius: 5px;
}

.BtnNeonEmeraldSmall:hover {
    background: #00FF9C;
    color: #02110C;
}

/* --- PRACTITIONER (Option 4) --- */
.PractitionerSection {
    padding: 100px 0;
}

.QuoteCard {
    background: #0a1f1a;
    border: 1px solid #00FF9C;
    padding: 60px;
    border-radius: 20px;
    position: relative;
}

.QuoteIcon {
    position: absolute;
    top: -20px;
    left: 40px;
    font-size: 80px;
    color: #00FF9C;
    font-family: serif;
    line-height: 1;
}

.QuoteText {
    font-size: 24px;
    font-style: italic;
    color: #e2e8f0;
    margin-bottom: 30px;
}

.QuoteAuthor strong {
    display: block;
    font-size: 20px;
    color: #00FF9C;
}

.QuoteAuthor span {
    color: #38bdf8;
    font-size: 14px;
}

/* --- FORM --- */
.FormSection {
    padding: 100px 0;
    background: #010a08;
}

.FormIntro {
    text-align: center;
    margin-bottom: 40px;
    color: #94a3b8;
}

.MainContactForm {
    background: rgba(255,255,255,0.02);
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgba(0,255,156,0.1);
}

.FormGroup {
    margin-bottom: 20px;
}

.FormGroup label {
    display: block;
    margin-bottom: 8px;
    color: #00FF9C;
}

.FormGroup input, .FormGroup textarea {
    width: 100%;
    padding: 15px;
    background: #02110C;
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 5px;
}

.FormGroup input:focus {
    border-color: #00FF9C;
    outline: none;
}

.CheckboxGroup {
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.CheckboxGroup a {
    color: #00FF9C;
    text-decoration: underline;
}

.BtnNeonEmeraldSubmit {
    width: 100%;
    padding: 18px;
    background: #00FF9C;
    color: #02110C;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.BtnNeonEmeraldSubmit:hover {
    background: #00cc7d;
    box-shadow: 0 0 20px #00FF9C;
}

/* --- FOOTER --- */
.MainFooterContainer {
    padding: 80px 0 40px;
    border-top: 1px solid rgba(0,255,156,0.2);
}

.FooterTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 30px;
}

.FooterBrand {
    font-size: 32px;
    font-weight: 800;
    color: #00FF9C;
}

.FooterBottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 30px;
    text-align: center;
}

.FooterLinks {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.FooterLinks a {
    font-size: 13px;
    color: #94a3b8;
}

.FooterLinks a:hover {
    color: #00FF9C;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .PlmKjnBhyTgxContainer {
        flex-direction: column;
        text-align: center;
    }
    .ReverseLayout {
        flex-direction: column;
    }
    .VfrTgbNhyUjm {
        font-size: 38px;
    }
    .ZxcVbnMlkJhg {
        display: none;
    }
    .MobileBurgerMenu {
        display: block;
    }
}

@media (max-width: 600px) {
    .VfrTgbNhyUjm {
        font-size: 28px;
    }
    .PriceCard {
        width: 100%;
    }
    .QuoteCard {
        padding: 30px;
    }
    .QuoteText {
        font-size: 18px;
    }
}

/* --- EXTRA LONG CSS FOR REQS --- */
/* To ensure visual richness and consistency */

.MainContactForm input::placeholder, 
.MainContactForm textarea::placeholder {
    color: #475569;
}

.TimelineItem:last-child {
    margin-bottom: 0;
}

.NumberedListNeon li strong {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.PracticeContentRight h2 {
    margin-bottom: 20px;
}

.FaqItem[open] summary {
    border-bottom: 1px solid rgba(0,255,156,0.1);
}

.MainFooterContainer .FooterContact a:hover {
    color: #38bdf8;
}

/* Additional decorative neon tracks */
.BncVmxZqpRtY::after {
    content: '';
    position: fixed;
    top: 10%;
    right: -100px;
    width: 200px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,255,156,0.05) 0%, transparent 70%);
    z-index: -1;
    pointer-events: none;
}

.BncVmxZqpRtY::before {
    content: '';
    position: fixed;
    bottom: 5%;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(56,189,248,0.05) 0%, transparent 70%);
    z-index: -1;
    pointer-events: none;
}

/* Batch legal/thank pages shared styles */
.policy-page,
.legal-page,
.thank-page {
    min-height: 100vh;
}

.policy-shell,
.legal-container,
.thank-shell {
    width: min(1040px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(48px, 8vw, 96px) 0;
}

.policy-card,
.thank-card {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 28px;
    background: var(--card-bg, var(--plasma-card, var(--white, #ffffff)));
    color: inherit;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
    padding: clamp(26px, 5vw, 56px);
}

.policy-title,
.thank-card h1 {
    margin: 0 0 18px;
    color: var(--accent-color, var(--accent, var(--plasma-accent, var(--berry-main, var(--primary, currentColor)))));
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
}

.policy-subtitle,
.policy-lead,
.thank-eyebrow,
.thank-card p {
    color: var(--text-secondary, var(--text-dim, var(--plasma-subtext, var(--gray-text, inherit))));
}

.policy-lead,
.thank-card > p {
    font-size: clamp(1rem, 2vw, 1.16rem);
    margin-bottom: 28px;
}

.policy-section {
    padding: 24px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.policy-section h2,
.thank-next h2 {
    margin: 0 0 12px;
    color: var(--accent-color, var(--accent, var(--plasma-accent, var(--berry-main, var(--primary, currentColor)))));
    font-size: clamp(1.25rem, 2.5vw, 1.8rem);
}

.policy-section p,
.thank-next p {
    margin: 0 0 12px;
    line-height: 1.75;
}

.policy-nav,
.thank-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.policy-back-link,
.thank-button,
.thank-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.thank-button,
.policy-nav .policy-back-link:first-child {
    background: var(--accent-color, var(--accent, var(--plasma-accent, var(--berry-main, var(--primary, #2563eb)))));
    color: var(--main-bg, var(--plasma-bg, #ffffff));
    border-color: transparent;
}

.thank-card {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.thank-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: var(--accent-color, var(--accent, var(--plasma-accent, var(--berry-main, var(--primary, #22c55e)))));
    color: var(--main-bg, var(--plasma-bg, #ffffff));
    font-size: 42px;
    font-weight: 900;
}

.thank-next {
    margin: 28px auto 0;
    padding: 22px;
    border-radius: 20px;
    background: rgba(148, 163, 184, 0.12);
    text-align: left;
}

.policy-card a,
.thank-card a {
    color: var(--accent-color, var(--accent, var(--plasma-accent, var(--berry-main, var(--primary, currentColor)))));
}

@media (max-width: 680px) {
    .policy-shell,
    .legal-container,
    .thank-shell {
        width: min(100% - 20px, 1040px);
        padding: 28px 0;
    }

    .policy-card,
    .thank-card {
        border-radius: 20px;
        padding: 22px;
    }

    .policy-nav,
    .thank-actions {
        flex-direction: column;
    }

    .policy-back-link,
    .thank-button,
    .thank-link {
        width: 100%;
    }
}
/* Batch legal readability patch */
.policy-page,
.legal-page,
.thank-page {
    background-color: var(--main-bg, var(--plasma-bg, var(--behogino-bg, var(--berry-soft, #0f172a))));
}

.policy-card,
.thank-card {
    background: rgba(255, 255, 255, 0.97) !important;
    color: #172033 !important;
    border-color: rgba(15, 23, 42, 0.10) !important;
    box-shadow: 0 24px 70px rgba(2, 6, 23, 0.24) !important;
}

.policy-title,
.thank-card h1,
.policy-section h2,
.thank-next h2 {
    color: var(--accent-color, var(--accent, var(--plasma-accent, var(--berry-main, var(--primary, #2563eb))))) !important;
    -webkit-text-fill-color: currentColor !important;
}

.policy-subtitle,
.policy-lead,
.thank-eyebrow,
.thank-card p,
.policy-section p,
.thank-next p {
    color: #334155 !important;
}

.policy-section {
    border-top-color: rgba(15, 23, 42, 0.12) !important;
}

.policy-card a,
.thank-card a {
    color: var(--accent-color, var(--accent, var(--plasma-accent, var(--berry-main, var(--primary, #2563eb))))) !important;
}

.policy-nav .policy-back-link:first-child,
.thank-button {
    color: #06111f !important;
}

.thank-next {
    background: #f1f5f9 !important;
}

/* Batch mobile overflow safety */
@media (max-width: 768px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body * {
        min-width: 0;
    }

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

    h1,
    h2,
    .policy-title,
    .thank-card h1 {
        overflow-wrap: anywhere;
        word-break: normal;
    }
}
