/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

.CavupekuBrightContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

/* Header */
.CavupekuBrightHeaderWrapper {
    background-color: rgba(17, 24, 39, 0.95);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(79, 70, 229, 0.2);
}

.CavupekuBrightHeaderFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.CavupekuBrightLogoText {
    font-size: 28px;
    font-weight: 800;
    color: #c4b5fd;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.CavupekuBrightNavList {
    display: flex;
    list-style: none;
    gap: 30px;
}

.CavupekuBrightNavLink {
    font-size: 15px;
    font-weight: 500;
    color: #f8fafc;
    text-transform: uppercase;
}

.CavupekuBrightNavLink:hover {
    color: #4f46e5;
}

.CavupekuBrightNavInput,
.CavupekuBrightBurgerLabel {
    display: none;
}

/* Decorative Band */
.CavupekuBrightDecorativeGlowBand {
    height: 6px;
    background: linear-gradient(90deg, #111827, #4f46e5, #c4b5fd, #4f46e5, #111827);
    width: 100%;
}

/* Hero Section */
.CavupekuBrightHeroSection {
    padding: 80px 0;
}

.CavupekuBrightHeroGrid {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 60px;
}

.CavupekuBrightHeroImageCol,
.CavupekuBrightHeroContentCol {
    flex: 1;
}

.CavupekuBrightHeroImageWrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.CavupekuBrightHeroImg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.CavupekuBrightHeroOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(79, 70, 229, 0.3), transparent);
}

.CavupekuBrightHeroTitle {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #f8fafc;
}

.CavupekuBrightHeroSubtitle {
    font-size: 20px;
    color: #c4b5fd;
    margin-bottom: 20px;
    font-weight: 600;
}

.CavupekuBrightHeroText {
    margin-bottom: 15px;
    color: #cbd5e1;
}

.CavupekuBrightHeroAction {
    margin-top: 30px;
}

.CavupekuBrightHeroBtn {
    display: inline-block;
    padding: 18px 40px;
    background-color: #4f46e5;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3);
}

.CavupekuBrightHeroBtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(79, 70, 229, 0.4);
}

/* Neon Divider */
.CavupekuBrightNeonDivider {
    height: 1px;
    width: 100%;
    background: #4f46e5;
    box-shadow: 0 0 15px #4f46e5, 0 0 5px #c4b5fd;
    margin: 40px 0;
}

/* Sections Common */
.CavupekuBrightSectionHeader {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.CavupekuBrightSectionTitle {
    font-size: 36px;
    margin-bottom: 20px;
    color: #c4b5fd;
}

.CavupekuBrightSectionLead {
    font-size: 18px;
    color: #94a3b8;
}

/* Audience Section */
.CavupekuBrightAudienceSection {
    padding: 60px 0;
}

.CavupekuBrightAudienceGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.CavupekuBrightAudienceCard {
    background-color: rgba(31, 41, 55, 0.5);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(196, 181, 253, 0.1);
    transition: 0.3s;
}

.CavupekuBrightAudienceCard:hover {
    border-color: #4f46e5;
    transform: translateY(-5px);
    background-color: rgba(31, 41, 55, 0.8);
}

.CavupekuBrightCardIcon {
    font-size: 40px;
    font-weight: 900;
    color: rgba(79, 70, 229, 0.2);
    margin-bottom: 10px;
}

.CavupekuBrightCardTitle {
    font-size: 22px;
    margin-bottom: 15px;
    color: #f8fafc;
}

.CavupekuBrightCardDesc {
    color: #94a3b8;
}

/* Quote Section */
.CavupekuBrightQuoteSection {
    padding: 80px 0;
    background: radial-gradient(circle at center, rgba(79, 70, 229, 0.1) 0%, transparent 70%);
}

.CavupekuBrightQuoteWrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: rgba(31, 41, 55, 0.4);
    padding: 60px;
    border-radius: 30px;
    border: 1px solid rgba(79, 70, 229, 0.2);
}

.CavupekuBrightQuoteText {
    font-size: 28px;
    font-style: italic;
    color: #f8fafc;
    margin-bottom: 30px;
    line-height: 1.4;
}

.CavupekuBrightQuoteAuthor {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #c4b5fd;
    text-transform: uppercase;
}

/* FAQ Section */
.CavupekuBrightFaqSection {
    padding: 60px 0;
}

.CavupekuBrightFaqGrid {
    max-width: 800px;
    margin: 0 auto;
}

.CavupekuBrightFaqItem {
    background-color: #1f2937;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid transparent;
}

.CavupekuBrightFaqItem:hover {
    border-color: #4f46e5;
    box-shadow: 0 0 15px rgba(79, 70, 229, 0.2);
}

.CavupekuBrightFaqSummary {
    padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    position: relative;
    color: #f8fafc;
}

.CavupekuBrightFaqSummary::after {
    content: '+';
    position: absolute;
    right: 25px;
    color: #4f46e5;
    font-size: 24px;
}

.CavupekuBrightFaqItem[open] .CavupekuBrightFaqSummary::after {
    content: '−';
}

.CavupekuBrightFaqContent {
    padding: 0 25px 25px;
    color: #94a3b8;
}

/* Regular Practice Section */
.CavupekuBrightRegularPractice {
    padding: 80px 0;
}

.CavupekuBrightPracticeGrid {
    display: flex;
    align-items: center;
    gap: 60px;
}

.CavupekuBrightPracticeContentCol {
    flex: 1.2;
}

.CavupekuBrightPracticeImageCol {
    flex: 0.8;
}

.CavupekuBrightPracticeImg {
    width: 100%;
    border-radius: 20px;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.4);
}

.CavupekuBrightPracticeLead {
    font-size: 20px;
    margin-bottom: 40px;
    color: #cbd5e1;
}

.CavupekuBrightFeatureMiniList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.CavupekuBrightFeatureMiniCard {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-left: 4px solid #4f46e5;
    border-radius: 0 10px 10px 0;
}

.CavupekuBrightMiniTitle {
    font-size: 18px;
    margin-bottom: 10px;
    color: #c4b5fd;
}

.CavupekuBrightMiniDesc {
    font-size: 14px;
    color: #94a3b8;
}

/* Detailed Info Section */
.CavupekuBrightDetailedInfoSection {
    padding: 60px 0;
}

.CavupekuBrightInfoBlock {
    margin-bottom: 80px;
}

.CavupekuBrightInfoTitle {
    font-size: 32px;
    margin-bottom: 30px;
    color: #f8fafc;
    position: relative;
    display: inline-block;
}

.CavupekuBrightInfoTitle::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #4f46e5;
}

.CavupekuBrightInfoText {
    margin-bottom: 20px;
    color: #94a3b8;
    font-size: 17px;
}

.CavupekuBrightInfoList {
    list-style: none;
    margin: 25px 0;
}

.CavupekuBrightInfoList li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    color: #cbd5e1;
}

.CavupekuBrightInfoList li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4f46e5;
}

/* Pricing Section */
.CavupekuBrightPricingSection {
    padding: 80px 0;
}

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

.CavupekuBrightPriceCard {
    background: #1f2937;
    padding: 50px 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgba(196, 181, 253, 0.05);
    transition: 0.4s;
}

.CavupekuBrightPriceCard:hover {
    transform: scale(1.03);
    border-color: #4f46e5;
}

.CavupekuBrightPriceFeatured {
    background: linear-gradient(145deg, #1f2937, #111827);
    border: 2px solid #4f46e5;
    position: relative;
}

.CavupekuBrightPriceFeatured::before {
    content: 'RECOMMENDED';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #4f46e5;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
}

.CavupekuBrightPriceIcon {
    font-size: 40px;
    color: #4f46e5;
    margin-bottom: 20px;
    display: block;
}

.CavupekuBrightPlanName {
    font-size: 24px;
    margin-bottom: 15px;
}

.CavupeutPriceValue {
    font-size: 36px;
    font-weight: 800;
    color: #f8fafc;
    margin-bottom: 30px;
}

.CavupekuBrightPlanFeatures {
    list-style: none;
    text-align: left;
    margin-bottom: 40px;
    flex-grow: 1;
}

.CavupekuBrightPlanFeatures li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-size: 15px;
}

.CavupekuBrightPriceBtn {
    padding: 15px;
    border: 2px solid #4f46e5;
    border-radius: 10px;
    font-weight: 700;
    color: #f8fafc;
}

.CavupekuBrightPriceBtnAlt {
    background: #4f46e5;
}

/* Form Section */
.CavupekuBrightFormSection {
    padding: 100px 0;
}

.CavupekuBrightFormWrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #1f2937;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.CavupekuBrightFormHeader {
    text-align: center;
    margin-bottom: 40px;
}

.CavupekuBrightFormTitle {
    font-size: 32px;
    margin-bottom: 10px;
}

.CavupekuBrightFormSubtitle {
    color: #94a3b8;
}

.CavupekuBrightFormGroup {
    margin-bottom: 25px;
}

.CavupekuBrightFormLabel {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #c4b5fd;
}

.CavupekuBrightFormInput,
.CavupekuBrightFormTextarea {
    width: 100%;
    padding: 15px;
    background: #111827;
    border: 1px solid rgba(196, 181, 253, 0.2);
    border-radius: 8px;
    color: #fff;
    outline: none;
}

.CavupekuBrightFormInput:focus,
.CavupekuBrightFormTextarea:focus {
    border-color: #4f46e5;
}

.CavupekuBrightFormGroupCheckbox {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.CavupekuBrightCheckboxLabel {
    font-size: 14px;
    color: #94a3b8;
}

.CavupekuBrightCheckboxLabel a {
    color: #4f46e5;
    text-decoration: underline;
}

.CavupekuBrightSubmitBtn {
    width: 100%;
    padding: 20px;
    background: #4f46e5;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.CavupekuBrightSubmitBtn:hover {
    background: #c4b5fd;
    color: #111827;
}

/* Footer */
.CavupekuBrightFooter {
    background: #0b0f1a;
    padding: 80px 0 40px;
    border-top: 1px solid rgba(79, 70, 229, 0.1);
}

.CavupekuBrightFooterMain {
    text-align: center;
    margin-bottom: 40px;
}

.CavupekuBrightFooterBrand {
    font-size: 32px;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 15px;
}

.CavupekuBrightFooterCopyright,
.CavupekuBrightFooterContact {
    color: #4b5563;
    font-size: 14px;
}

.CavupekuBrightFooterLinks {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.CavupekuBrightFootLink {
    font-size: 13px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.CavupekuBrightFootLink:hover {
    color: #c4b5fd;
}

.CavupekuBrightAdsDisclaimer {
    text-align: center;
    font-size: 12px;
    color: #374151;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #1f2937;
    padding-top: 30px;
}

/* Responsive */
@media (max-width: 1024px) {
    .CavupekuBrightHeroGrid,
    .CavupekuBrightPracticeGrid {
        flex-direction: column;
        gap: 40px;
    }
    
    .CavupekuBrightPriceGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .CavupekuBrightNavBar {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #111827;
        padding: 20px;
        border-top: 1px solid #4f46e5;
    }
    
    .CavupekuBrightNavInput:checked ~ .CavupekuBrightNavBar {
        display: block;
    }
    
    .CavupekuBrightNavList {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .CavupekuBrightBurgerLabel {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    
    .CavupekuBrightBurgerLine {
        width: 25px;
        height: 3px;
        background: #4f46e5;
    }
    
    .CavupekuBrightHeroTitle {
        font-size: 32px;
    }
    
    .CavupekuBrightAudienceGrid,
    .CavupekuBrightPriceGrid,
    .CavupekuBrightFeatureMiniList {
        grid-template-columns: 1fr;
    }
    
    .CavupekuBrightFormWrapper {
        padding: 30px;
    }
    
    .CavupekuBrightQuoteText {
        font-size: 20px;
    }
}

/* 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;
    }
}
