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

html {
    scroll-behavior: smooth;
}

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

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

/* Header */
.PlMnKoJibHuy {
    background: rgba(2, 14, 18, 0.95);
    border-bottom: 1px solid #1e293b;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.LogoTextYgh {
    font-size: 28px;
    font-weight: 800;
    color: #00ffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

.LkJhGfDsAzXv {
    text-decoration: none;
    color: #94a3b8;
    font-weight: 500;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.LkJhGfDsAzXv:hover {
    color: #00ffff;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

/* Burger Menu (No JS) */
.MnBvCxZlKjHg {
    display: none;
}

.GhTfRdEsWaQz {
    display: none;
}

/* Pattern Strip */
.PatternStrip {
    height: 10px;
    background-image: radial-gradient(#00ffff 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.3;
}

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

.HeroFlex {
    display: flex;
    align-items: center;
    gap: 50px;
}

.HeroTextPart {
    flex: 1;
}

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

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

.HeroBtnWrap {
    margin-top: 35px;
}

.CyanGlowBtn {
    display: inline-block;
    padding: 16px 35px;
    background: transparent;
    border: 2px solid #00ffff;
    color: #00ffff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
    transition: 0.4s;
}

.CyanGlowBtn:hover {
    background: #00ffff;
    color: #020E12;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.6);
}

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

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

.FloatingCard {
    position: absolute;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid #00ffff;
    padding: 12px 20px;
    border-radius: 8px;
    color: #00ffff;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.FloatingCard.One { top: 10%; left: -20px; }
.FloatingCard.Two { bottom: 20%; right: -20px; }
.FloatingCard.Three { top: 50%; left: -40px; }

/* Pricing Section */
.GhJkLlZxCvBn {
    padding: 100px 0;
    background: #04161a;
}

.MnBvCxZlKjHg_Title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
    color: #ffffff;
}

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

.PriceCard {
    background: #020E12;
    border: 1px solid #1e293b;
    padding: 40px;
    border-radius: 12px;
    width: 350px;
    position: relative;
    transition: transform 0.3s;
}

.PriceCard:hover {
    transform: translateY(-10px);
    border-color: #00ffff;
}

.PriceCard.Popular {
    border-color: #00ffff;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.15);
}

.PopularBadge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #00ffff;
    color: #020E12;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 20px;
}

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

.PriceVal {
    font-size: 32px;
    color: #00ffff;
    font-weight: 800;
    margin-bottom: 30px;
}

.PriceList {
    list-style: none;
    margin-bottom: 30px;
}

.PriceList li {
    padding: 10px 0;
    border-bottom: 1px solid #1e293b;
    color: #94a3b8;
    font-size: 15px;
}

.PriceBtn {
    display: block;
    text-align: center;
    padding: 14px;
    background: #1e293b;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.PriceCard.Popular .PriceBtn {
    background: #00ffff;
    color: #020E12;
}

.PriceBtn:hover {
    background: #00ffff;
    color: #020E12;
}

/* Target Audience Cloud */
.LkJhGfDsAzXv_Sect {
    padding: 100px 0;
}

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

.TagCloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.TagItem {
    background: #1e293b;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid #334155;
    transition: 0.3s;
    cursor: default;
}

.TagItem:hover {
    border-color: #00ffff;
    color: #00ffff;
    background: rgba(0, 255, 255, 0.05);
}

/* Benefits Section */
.ZxCvBnMkLpOi {
    padding: 100px 0;
    background: #04161a;
}

.BenefitFlex {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.BenefitText {
    flex: 1.2;
}

.MnBvCxZlKjHg_TitleLeft {
    font-size: 40px;
    margin-bottom: 40px;
}

.BenefitCardWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.BenefitMiniCard {
    width: calc(50% - 10px);
    background: #020E12;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #1e293b;
}

.BenefitMiniCard h4 {
    color: #00ffff;
    margin-bottom: 15px;
    font-size: 20px;
}

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

.BenefitImg {
    flex: 0.8;
}

.CoreImgBorder {
    width: 100%;
    border: 1px solid #00ffff;
    padding: 15px;
    border-radius: 20px;
}

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

.ExtraTextSection.Darker {
    background: #04161a;
}

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

.TextContentBlock p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #cbd5e1;
}

.NumberedTips {
    margin: 30px 0;
    padding-left: 20px;
}

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

.NumberedTips strong {
    color: #00ffff;
    display: block;
    margin-bottom: 5px;
}

.BulletPointList {
    list-style: square;
    margin: 30px 0;
    padding-left: 20px;
    color: #94a3b8;
}

.BulletPointList li {
    margin-bottom: 15px;
}

/* Quote Section */
.QuoteSection {
    padding: 120px 0;
    background: radial-gradient(circle at center, #0a2e36 0%, #020e12 100%);
}

.QuoteCardWrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 60px;
    border-radius: 30px;
    background: rgba(2, 14, 18, 0.6);
    border: 1px solid rgba(0, 255, 255, 0.2);
    position: relative;
}

.MainQuote {
    font-size: 28px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.QuoteAuthor {
    font-size: 22px;
    font-weight: 800;
    color: #00ffff;
}

.QuoteSub {
    font-size: 14px;
    color: #94a3b8;
    margin-top: 5px;
}

/* FAQ Section */
.FaqSection {
    padding: 100px 0;
}

.FaqGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.FaqCard {
    background: #0f172a;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #1e293b;
    transition: 0.3s;
}

.FaqCard[open] {
    border-color: #00ffff;
}

.FaqHeader {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    list-style: none;
    position: relative;
    padding-right: 50px;
}

.FaqHeader::after {
    content: '+';
    position: absolute;
    right: 20px;
    color: #00ffff;
    font-size: 24px;
}

.FaqCard[open] .FaqHeader::after {
    content: '-';
}

.FaqBody {
    padding: 0 20px 20px;
    color: #94a3b8;
    line-height: 1.6;
}

/* Form Section */
.FormSection {
    padding: 100px 0;
    background: #04161a;
}

.FormInnerWrap {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.FormTitle {
    font-size: 40px;
    margin-bottom: 15px;
}

.FormSub {
    color: #94a3b8;
    margin-bottom: 40px;
}

.MainFormCore {
    text-align: left;
}

.InputGroup {
    margin-bottom: 25px;
}

.InputLabel {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #cbd5e1;
}

.InputControl {
    width: 100%;
    padding: 15px;
    background: #020E12;
    border: 1px solid #1e293b;
    color: #ffffff;
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}

.InputControl:focus {
    border-color: #00ffff;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}

.TextareaControl {
    height: 150px;
    resize: none;
}

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

.CheckboxGroup a {
    color: #00ffff;
}

.SubmitBtnNeon {
    width: 100%;
    padding: 18px;
    background: #00ffff;
    border: none;
    color: #020E12;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.4s;
}

.SubmitBtnNeon:hover {
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.6);
    transform: translateY(-2px);
}

/* Footer */
.MainFooter {
    padding: 80px 0 40px;
    background: #020E12;
    border-top: 1px solid #1e293b;
}

.FooterTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.FooterLogo {
    font-size: 24px;
    font-weight: 800;
    color: #00ffff;
}

.FooterContact {
    text-align: right;
    color: #94a3b8;
}

.FooterContact a {
    color: #ffffff;
    text-decoration: none;
}

.FooterBottom {
    padding-top: 40px;
    border-top: 1px solid #1e293b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.FooterLinks a {
    color: #64748b;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
    transition: 0.3s;
}

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

/* Mobile Responsive */
@media (max-width: 992px) {
    .HeroFlex, .BenefitFlex {
        flex-direction: column;
    }
    .HeroImgPart, .BenefitImg {
        order: -1;
        width: 100%;
    }
    .FaqGrid {
        grid-template-columns: 1fr;
    }
    .PriceCard {
        width: 100%;
    }
    .AsDfGhJkLlZz {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .VfCdXsZaQwEr {
        display: none;
    }
    .MnBvCxZlKjHg {
        display: block;
    }
    .JhGfDsAzXvLk {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        cursor: pointer;
        z-index: 2000;
    }
    .JhGfDsAzXvLk span {
        display: block;
        height: 3px;
        background: #00ffff;
        margin-bottom: 5px;
        transition: 0.3s;
    }
    .OiUyTrEwQqAs {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background: #020E12;
        padding: 80px 20px;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        gap: 20px;
        z-index: 1500;
        box-shadow: -10px 0 30px rgba(0,0,0,0.5);
    }
    .GhTfRdEsWaQz:checked ~ .OiUyTrEwQqAs {
        right: 0;
    }
    .FooterTop, .FooterBottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .FooterContact {
        text-align: center;
    }
    .FooterLinks {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .FooterLinks a {
        margin: 0;
    }
}