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

html {
    scroll-behavior: smooth;
}

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

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

/* Header */
header.MainHeader_PlMkOiJnUhBy {
    background-color: #111827;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid #1f2937;
    box-shadow: 0 1px 0 #94a3b8;
}

.HeaderInner_YtGvFcDxSzAr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.LogoText_LpOkMnJiBhUy {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.BurgerCheckbox_KiJuHyGtFrDe {
    display: none;
}

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

.BurgerLine_MnBvCxZlKjHg {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    transition: 0.3s;
}

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

.NavLink_AsDfGhJkLmNp {
    text-decoration: none;
    color: #94a3b8;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 15px;
    text-transform: uppercase;
}

.NavLink_AsDfGhJkLmNp:hover {
    color: #ffffff;
}

/* Hero Section */
.HeroWrapper_PlKjMiUnYhBt {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
}

.DecorativeShape_AqWsEdRfTgYh {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(148, 163, 184, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.DecorativeShape_ZsXdCfVbGnHj {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(148, 163, 184, 0.1);
    transform: rotate(45deg);
}

.HeroContent_LkJiUhYgTfRd {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.HeroTextPart_PoImUnYbGtVr {
    flex: 1.2;
}

.HeroImagePart_OlIkUjYhTgRf {
    flex: 0.8;
}

.HeroTitle_QzAwSxEdCrFv {
    font-size: 52px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 800;
}

.HeroSubTitle_WsEdRfTgYhUj {
    font-size: 20px;
    color: #94a3b8;
    margin-bottom: 30px;
    font-weight: 400;
}

.HeroDescription_EdRfTgYhUjIk {
    margin-bottom: 20px;
    color: #e5e7eb;
    font-size: 16px;
}

.CtaButton_PlMnKoJiUhBy {
    display: inline-block;
    padding: 16px 40px;
    background-color: #00d2ff; /* Icy Blue */
    color: #111827;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: transform 0.3s, background-color 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.CtaButton_PlMnKoJiUhBy:hover {
    transform: translateY(-3px);
    background-color: #70e1ff;
}

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

/* Section Headings */
.SectionTitle_ZaQxSwEcVrTb {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.SectionSubTitle_WsEdRfTgYhUj {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    color: #94a3b8;
}

/* FAQ Section */
.FaqWrapper_AqWsEdRfTgYh {
    padding: 100px 0;
    background-color: #0f172a;
}

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

.FaqItem_LkJiUhYgTfRd {
    background: #111827;
    margin-bottom: 15px;
    border: 1px solid #1f2937;
    border-radius: 8px;
    overflow: hidden;
}

.FaqSummary_EdRfTgYhUjIk {
    padding: 20px;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
}

.FaqSummary_EdRfTgYhUjIk::-webkit-details-marker {
    display: none;
}

.FaqIcon_TfGyHuJiKoLp::after {
    content: '+';
    font-size: 24px;
    color: #00d2ff;
}

details[open] .FaqIcon_TfGyHuJiKoLp::after {
    content: '−';
}

.FaqContent_OlIkUjYhTgRf {
    padding: 0 20px 20px;
    color: #94a3b8;
}

/* Audience Section */
.AudienceWrapper_PlMnKoJiUhBy {
    padding: 100px 0;
}

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

.AudienceCard_LkJiUhYgTfRd {
    background: #1e293b;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s;
}

.AudienceCard_LkJiUhYgTfRd:hover {
    transform: translateY(-10px);
}

.AudienceIcon_EdRfTgYhUjIk {
    margin-bottom: 20px;
}

.CardTitle_OlIkUjYhTgRf {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}

.CardText_MnBvCxZlKjHg {
    color: #94a3b8;
    font-size: 15px;
}

/* Pricing Section */
.PricingWrapper_AqWsEdRfTgYh {
    padding: 100px 0;
    background-color: #0f172a;
}

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

.PriceCard_LkJiUhYgTfRd {
    background: #111827;
    border-radius: 12px;
    padding: 40px;
    position: relative;
    border: 1px solid #1f2937;
    display: flex;
    flex-direction: column;
}

.CardBlue_EdRfTgYhUjIk { border-top: 5px solid #00d2ff; }
.CardSlate_EdRfTgYhUjIk { border-top: 5px solid #94a3b8; }
.CardWhite_EdRfTgYhUjIk { border-top: 5px solid #e5e7eb; }

.PriceTitle_OlIkUjYhTgRf {
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffffff;
}

.PriceValue_MnBvCxZlKjHg {
    font-size: 36px;
    font-weight: 800;
    color: #00d2ff;
    margin-bottom: 25px;
}

.PriceFeatures_PoLuMyNtBrVx {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.FeatureItem_KiLoJuHyTgFr {
    padding: 8px 0;
    color: #94a3b8;
    font-size: 14px;
    border-bottom: 1px solid #1f2937;
}

.PriceBtn_AsDfGhJkLmNp {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #00d2ff;
    color: #00d2ff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
}

.PriceBtn_AsDfGhJkLmNp:hover {
    background: #00d2ff;
    color: #111827;
}

/* Quote Section */
.QuoteWrapper_LkJiUhYgTfRd {
    padding: 100px 20px;
    text-align: center;
}

.QuoteBox_PoImUnYbGtVr {
    max-width: 900px;
    margin: 0 auto;
    background: #1e293b;
    padding: 60px 40px;
    border-radius: 20px;
}

.QuoteIcon_EdRfTgYhUjIk {
    margin-bottom: 30px;
}

.QuoteText_OlIkUjYhTgRf {
    font-size: 24px;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.4;
}

.QuoteAuthor_MnBvCxZlKjHg {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #00d2ff;
    margin-top: 20px;
}

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

/* Text Sections */
.TextSection_QwErTyUiOpAs {
    padding: 80px 0;
}

.AltBg_ZxCvBnMaSdFg {
    background-color: #0f172a;
}

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

.ContentPara_EdRfTgYhUjIk {
    margin-bottom: 25px;
    font-size: 17px;
    color: #cbd5e1;
}

.ContentList_PoLuMyNtBrVx {
    margin-bottom: 25px;
    padding-left: 20px;
}

.ContentListItem_KiLoJuHyTgFr {
    margin-bottom: 12px;
    color: #cbd5e1;
}

.ContentSubTitle_TfGyHuJiKoLp {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 24px;
}

/* Benefits Section */
.BenefitsWrapper_PlKjMiUnYhBt {
    padding: 100px 0;
}

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

.BenefitsTextPart_PoImUnYbGtVr {
    flex: 1;
}

.BenefitsImagePart_TfGyHuJiKoLp {
    flex: 1;
}

.BenefitsGrid_EdRfTgYhUjIk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.BenefitItem_OlIkUjYhTgRf {
    background: #1e293b;
    padding: 20px;
    border-radius: 8px;
}

.BenefitTitle_MnBvCxZlKjHg {
    color: #00d2ff;
    margin-bottom: 10px;
}

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

.BenefitsImg_PlMnKoJiUhBy {
    width: 100%;
    border-radius: 12px;
}

/* Contact Form */
.ContactWrapper_AqWsEdRfTgYh {
    padding: 100px 0;
    background-color: #0f172a;
}

.FormBox_PoImUnYbGtVr {
    max-width: 600px;
    margin: 0 auto;
}

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

.ContactForm_LkJiUhYgTfRd {
    display: grid;
    gap: 20px;
}

.FormGroup_EdRfTgYhUjIk {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.FormLabel_MnBvCxZlKjHg {
    font-size: 14px;
    color: #e5e7eb;
}

.FormInput_ZaQxSwEcVrTb, .FormTextarea_AsDfGhJkLmNp {
    background: #111827;
    border: 1px solid #334155;
    padding: 12px;
    color: #ffffff;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

.FormInput_ZaQxSwEcVrTb:focus, .FormTextarea_AsDfGhJkLmNp:focus {
    border-color: #00d2ff;
}

.CheckboxGroup_PlKjMiUnYhBt {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

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

.PolicyLink_PoImUnYbGtVr {
    color: #00d2ff;
    text-decoration: underline;
}

.SubmitBtn_EdRfTgYhUjIk {
    background: #00d2ff;
    color: #111827;
    border: none;
    padding: 16px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.SubmitBtn_EdRfTgYhUjIk:hover {
    background: #70e1ff;
}

/* Footer */
.MainFooter_PoLuMyNtBrVx {
    background-color: #111827;
    padding: 80px 0 40px;
    border-top: 1px solid #1f2937;
}

.FooterTop_KiLoJuHyTgFr {
    text-align: center;
    margin-bottom: 50px;
}

.FooterLogo_AsDfGhJkLmNp {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

.FooterContact_ZaQxSwEcVrTb {
    color: #94a3b8;
    margin-bottom: 5px;
}

.FooterBottom_PlKjMiUnYhBt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #1f2937;
}

.Copyright_AqWsEdRfTgYh {
    font-size: 14px;
    color: #64748b;
}

.FooterLinks_ZsXdCfVbGnHj {
    display: flex;
    gap: 20px;
}

.FooterLink_LkJiUhYgTfRd {
    font-size: 13px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s;
}

.FooterLink_LkJiUhYgTfRd:hover {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
    .HeroContent_LkJiUhYgTfRd, .BenefitsContent_LkJiUhYgTfRd {
        flex-direction: column;
        text-align: center;
    }
    .AudienceGrid_PoImUnYbGtVr, .PricingGrid_PoImUnYbGtVr {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .BurgerLabel_XzCvBnMkLiOp {
        display: flex;
    }
    .HeaderNav_ZaQxSwEcVrTb {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #111827;
        padding: 20px;
        border-bottom: 1px solid #1f2937;
    }
    .BurgerCheckbox_KiJuHyGtFrDe:checked ~ .HeaderNav_ZaQxSwEcVrTb {
        display: block;
    }
    .NavList_PoLuMyNtBrVx {
        flex-direction: column;
        align-items: center;
    }
    .HeroTitle_QzAwSxEdCrFv {
        font-size: 36px;
    }
    .AudienceGrid_PoImUnYbGtVr, .PricingGrid_PoImUnYbGtVr {
        grid-template-columns: 1fr;
    }
    .FooterBottom_PlKjMiUnYhBt {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .BenefitsGrid_EdRfTgYhUjIk {
        grid-template-columns: 1fr;
    }
}

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