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

body.AkslDmfpWqnz {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #020617; /* Graphite */
    color: #e2e8f0;
    line-height: 1.6;
    overflow-x: hidden;
}

.Container_Lkqm {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HEADER */
.LkqmZnXvPwty {
    background-color: rgba(2, 6, 23, 0.95);
    border-bottom: 1px solid rgba(56, 189, 248, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

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

.ZnxmKldpQwrt {
    font-size: 28px;
    font-weight: 800;
    color: #19E8FF; /* Neon Cyan */
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ZnXvPwtyLkqm {
    height: 5px;
    background: linear-gradient(90deg, #19E8FF, #22c55e);
    width: 100%;
}

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

.KldpQwrtZnxm a {
    color: #e2e8f0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
}

.KldpQwrtZnxm a:hover {
    color: #19E8FF;
}

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

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

.WqnzPldmXvrt span {
    width: 25px;
    height: 3px;
    background-color: #19E8FF;
    border-radius: 2px;
}

/* HERO SECTION */
.MpxrKldpZnXv {
    padding: 100px 0;
    overflow: hidden;
}

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

.PldmXvrtWqnz_Content {
    flex: 1;
}

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

.KldpQwrtZnxm_Lead {
    font-size: 20px;
    color: #38bdf8;
    margin-bottom: 20px;
    font-weight: 500;
}

.XvPrLkqwTnbm_Text {
    margin-bottom: 20px;
    color: #94a3b8;
}

.ImageWrapper_ZnXv {
    flex: 1;
    position: relative;
}

.MainHeroImg_Lkqm {
    width: 100%;
    border-radius: 20px;
    border: 2px solid rgba(25, 232, 255, 0.3);
    box-shadow: 0 0 30px rgba(25, 232, 255, 0.1);
}

/* Floating Cards */
.FloatingCard_A1, .FloatingCard_A2, .FloatingCard_A3 {
    position: absolute;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid #19E8FF;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    animation: floating 4s ease-in-out infinite;
}

.FloatingCard_A1 { top: 10%; left: -20px; }
.FloatingCard_A2 { bottom: 20%; right: -20px; animation-delay: 1s; }
.FloatingCard_A3 { bottom: 50%; left: -40px; animation-delay: 2s; }

@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.CardIcon { color: #22c55e; font-size: 20px; }

/* GLOW BUTTON */
.GlowButton_Hsnv {
    display: inline-block;
    padding: 18px 40px;
    background-color: transparent;
    border: 2px solid #19E8FF;
    color: #19E8FF;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(25, 232, 255, 0.2);
    margin-top: 20px;
}

.GlowButton_Hsnv:hover {
    background-color: #19E8FF;
    color: #020617;
    box-shadow: 0 0 25px rgba(25, 232, 255, 0.6);
    transform: scale(1.05);
}

/* TEXT SECTIONS */
.TextSection_VozM {
    padding: 80px 0;
}

.AltBg_Hsnv {
    background-color: rgba(30, 41, 59, 0.3);
}

.SectionTitle_Xvrt {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #19E8FF;
}

.NumberedTips_Grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.TipItem_Bdmq {
    flex: 1 1 45%;
    background: rgba(15, 23, 42, 0.6);
    padding: 30px;
    border-radius: 15px;
    border-left: 4px solid #22c55e;
}

.TipNumber {
    font-size: 40px;
    font-weight: 900;
    color: rgba(34, 197, 94, 0.2);
    display: block;
    margin-bottom: -20px;
}

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

.LongText_Pldm {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #94a3b8;
}

.ContentSplit_Bdmq {
    display: flex;
    gap: 40px;
}

.TextCol_Lpxr {
    flex: 1;
}

.CustomList_Znxm {
    list-style: none;
    margin-top: 20px;
}

.CustomList_Znxm li::before {
    content: "⚡";
    margin-right: 10px;
    color: #19E8FF;
}

.StepGrid_Lkqw {
    display: flex;
    gap: 20px;
    margin: 40px 0;
}

.StepCard_Tnbm {
    flex: 1;
    background: #0f172a;
    padding: 25px;
    border: 1px solid rgba(56, 189, 248, 0.1);
    border-radius: 10px;
}

.StepCard_Tnbm h4 {
    color: #38bdf8;
    margin-bottom: 10px;
}

/* TARGET SECTION */
.TargetSection_Bdmq {
    padding: 100px 0;
    background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
}

.IntroText_Pldm {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.TargetGrid_Hsnv {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.TargetCard_Kldp {
    flex: 1 1 30%;
    display: flex;
    gap: 20px;
    background: rgba(2, 6, 23, 0.5);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(25, 232, 255, 0.1);
    transition: transform 0.3s ease;
}

.TargetCard_Kldp:hover {
    transform: translateY(-5px);
    border-color: #19E8FF;
}

.IconBox_XvPr {
    font-size: 32px;
    min-width: 50px;
}

.TargetContent_Znxm h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #e2e8f0;
}

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

/* BENEFITS SECTION */
.BenefitsSection_Lpxr {
    padding: 100px 0;
}

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

.TextContent_Bdmq {
    flex: 1.2;
}

.BenefitsGrid_Qwrt {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.BenefitItem_Hsnv {
    flex: 1 1 45%;
    padding: 20px;
    background: rgba(25, 232, 255, 0.05);
    border-radius: 8px;
}

.BenefitItem_Hsnv h4 {
    color: #19E8FF;
    margin-bottom: 10px;
}

.ImageContent_Kldp {
    flex: 0.8;
}

.BenefitImg_XvPr {
    width: 100%;
    border-radius: 20px;
    filter: grayscale(0.5) contrast(1.2);
}

/* QUOTE SECTION */
.QuoteSection_Znxm {
    padding: 100px 0;
    text-align: center;
    background: #0f172a;
}

.MainQuote_Lkqw {
    font-size: 32px;
    font-style: italic;
    color: #f8fafc;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.4;
}

.QuoteDivider_Tnbm {
    width: 100px;
    height: 2px;
    background: #19E8FF;
    margin: 0 auto 30px;
}

.QuoteAuthor_Pldm {
    font-size: 24px;
    font-weight: 700;
    display: block;
    color: #22c55e;
}

.AuthorStatus_Xvrt {
    color: #64748b;
    margin-top: 5px;
}

/* PRICING SECTION */
.PricingSection_Hsnv {
    padding: 100px 0;
}

.PricingGrid_Kldp {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.PriceCard_Bdmq {
    flex: 1;
    background: rgba(15, 23, 42, 0.8);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.Featured_Lkqm {
    border: 2px solid #19E8FF;
    transform: scale(1.05);
    background: #020617;
    position: relative;
}

.Badge_ZnXv {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #19E8FF;
    color: #020617;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
}

.PlanName_Lpxr {
    font-size: 24px;
    margin-bottom: 20px;
}

.PriceTag_Qwrt {
    font-size: 48px;
    font-weight: 800;
    color: #19E8FF;
    margin-bottom: 30px;
}

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

.PlanFeatures_Znxm li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.PlanBtn_XvPr {
    padding: 15px;
    border: 1px solid #19E8FF;
    color: #19E8FF;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.PlanBtn_XvPr:hover {
    background: #19E8FF;
    color: #020617;
}

.PriceDisclaimer_Hsnv {
    text-align: center;
    font-size: 12px;
    color: #475569;
    margin-top: 50px;
}

/* FAQ SECTION */
.FaqSection_Qwrt {
    padding: 100px 0;
    background: #0f172a;
}

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

.FaqItem_Tnbm {
    background: #020617;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 5px solid #19E8FF;
    overflow: hidden;
}

.FaqSummary_Pldm {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}

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

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

/* FORM SECTION */
.FormSection_Bdmq {
    padding: 100px 0;
}

.FormWrapper_Lpxr {
    max-width: 600px;
    margin: 0 auto;
    background: #0f172a;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid rgba(25, 232, 255, 0.2);
}

.FormTitle_Qwrt {
    text-align: center;
    margin-bottom: 15px;
}

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

.FormGroup_Lkqm {
    margin-bottom: 25px;
}

.FormGroup_Lkqm label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.FormGroup_Lkqm input, .FormGroup_Lkqm textarea {
    width: 100%;
    padding: 15px;
    background: #020617;
    border: 1px solid rgba(56, 189, 248, 0.3);
    color: white;
    border-radius: 8px;
}

.CheckboxGroup_ZnXv {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}

.SubmitBtn_Hsnv {
    width: 100%;
    padding: 18px;
    background: #19E8FF;
    border: none;
    color: #020617;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.SubmitBtn_Hsnv:hover {
    box-shadow: 0 0 20px rgba(25, 232, 255, 0.5);
    transform: translateY(-2px);
}

/* FOOTER */
.FooterSection_Kldp {
    padding: 60px 0;
    background: #020617;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.FooterTop_Bdmq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.FooterLogo_Lpxr {
    font-size: 24px;
    font-weight: 800;
    color: #19E8FF;
}

.FooterDivider_Znxm {
    height: 1px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 40px;
}

.FooterBottom_XvPr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #475569;
}

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

.LegalLinks_ZnXv a {
    color: #475569;
    text-decoration: none;
}

.LegalLinks_ZnXv a:hover {
    color: #19E8FF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .VwtyLkqmZnXv, .FlexibleGrid_ZnXv {
        flex-direction: column;
        text-align: center;
    }
    .HsnvBdmqLpxr_Title { font-size: 38px; }
    .TargetCard_Kldp { flex: 1 1 45%; }
    .PricingGrid_Kldp { flex-direction: column; }
    .Featured_Lkqm { transform: scale(1); margin: 20px 0; }
    .ContentSplit_Bdmq { flex-direction: column; }
    .StepGrid_Lkqw { flex-direction: column; }
}

@media (max-width: 768px) {
    .WqnzPldmXvrt { display: flex; }
    .BdmqLpxrHsnv {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #020617;
        padding: 20px;
    }
    .TnbmXvPrLkqw:checked ~ .BdmqLpxrHsnv {
        display: block;
    }
    .KldpQwrtZnxm { flex-direction: column; gap: 15px; }
    .TargetCard_Kldp { flex: 1 1 100%; }
    .FooterTop_Bdmq, .FooterBottom_XvPr { flex-direction: column; gap: 20px; text-align: center; }
    .LegalLinks_ZnXv { flex-direction: column; gap: 10px; }
}