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

html {
    scroll-behavior: smooth;
}

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

/* Neon Grid Background Effect */
body.BodYclAsSabc::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(0, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: -1;
    pointer-events: none;
}

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

/* Header Styles */
.HdrClAsSdefg {
    background-color: rgba(17, 24, 39, 0.95);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 255, 255, 0.1);
}

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

.LogoTxtClAsS {
    font-size: 24px;
    font-weight: 800;
    color: #00ffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

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

.AncClAsSjklm:hover {
    color: #00ffff;
}

.HdrDecoStripE {
    height: 4px;
    background: linear-gradient(90deg, #111827, #00ffff, #111827);
    width: 100%;
}

.MnuInpUtClAsS, .MnuBtnClAsS {
    display: none;
}

/* Hero Section */
.HroSctClAsSgh {
    padding: 100px 0;
    position: relative;
}

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

.HroTxtClAsSklm {
    flex: 1;
}

.HroImgClAsSabc {
    flex: 1;
}

.ImgResPonsIvEdef {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.1);
}

.HroTitLeClAsSn {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff;
}

.HroSubTiTlEop {
    font-size: 18px;
    color: #00ffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.HroPgrPhClAsSq, .HroPgrPhClAsSr {
    font-size: 16px;
    color: #94a3b8;
    margin-bottom: 15px;
}

.BtnCtaClAsSstuv {
    display: inline-block;
    padding: 15px 35px;
    background-color: #00ffff;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
}

.BtnCtaClAsSstuv:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 255, 255, 0.3);
}

.HroStaTsClAsSw {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    padding-top: 30px;
}

.StatItmClAsSx {
    display: flex;
    flex-direction: column;
}

.StatNumClAsSy {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
}

.StatTxtClAsSz {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
}

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

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

.LongArtIclEabc {
    background-color: rgba(31, 41, 55, 0.4);
    padding: 40px;
    border-radius: 12px;
    border-left: 4px solid #00ffff;
}

.ArtSubTitLeNo {
    font-size: 22px;
    color: #00ffff;
    margin: 30px 0 15px 0;
}

.ArtPgrPhClAsSp {
    margin-bottom: 20px;
    color: #e5e7eb;
}

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

.ArtLstClAsSqr li {
    margin-bottom: 10px;
    color: #94a3b8;
}

/* FAQ Section */
.FaqSctClAsSstu {
    padding: 80px 0;
    background-color: rgba(17, 24, 39, 0.6);
}

.FaqTitLeClAsSvw {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}

.FaqGrdClAsSxyz {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 800px;
    margin: 0 auto;
}

.FaqCrdClAsSabc {
    background-color: #1f2937;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 255, 0.1);
}

.FaqSummRyClAsSd {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    list-style: none;
    position: relative;
    padding-right: 50px;
}

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

.FaqSummRyClAsSd::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #00ffff;
    font-size: 24px;
}

details[open] .FaqSummRyClAsSd::after {
    content: "-";
}

.FaqContEntClAsSe {
    padding: 0 20px 20px 20px;
    color: #94a3b8;
    font-size: 15px;
}

/* Who Section */
.WhoSctClAsSfgh {
    padding: 80px 0;
}

.WhoTitLeClAsSij {
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}

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

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

.WhoItmClAsSop {
    flex: 1 1 calc(33.333% - 20px);
    background-color: #1f2937;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.WhoItmClAsSop:hover {
    border-color: #00ffff;
}

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

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

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

/* Price Section */
.PrcSctClAsSyza {
    padding: 80px 0;
    background-color: rgba(31, 41, 55, 0.2);
}

.PrcTitLeClAsSbc {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}

.PrcGrdClAsSdef {
    display: flex;
    gap: 30px;
}

.PrcCrdClAsSghi {
    flex: 1;
    background-color: #1f2937;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.PrcFeatClAsS {
    border: 2px solid #00ffff;
    transform: scale(1.05);
}

.PrcPlnClAsSjk {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

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

.PrcLstClAsSno li {
    margin-bottom: 12px;
    color: #94a3b8;
    padding-left: 25px;
    position: relative;
}

.PrcLstClAsSno li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00ffff;
}

.PrcBtnClAsSpq {
    display: block;
    padding: 12px;
    background-color: transparent;
    border: 2px solid #00ffff;
    color: #00ffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.PrcBtnClAsSpq:hover {
    background-color: #00ffff;
    color: #111827;
}

/* Regular Practice Section */
.RegPrkClAsSrst {
    padding: 100px 0;
}

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

.RegPrkTxtClAsSu {
    flex: 1;
}

.RegPrkImgClAsSz {
    flex: 1;
}

.RegPrkTitLeClAsSv {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.RegPrkSubClAsSw {
    color: #94a3b8;
    margin-bottom: 30px;
}

.RegPrkLstClAsSx {
    list-style: none;
}

.RegPrkItmClAsSy {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    color: #e5e7eb;
}

.RegPrkItmClAsSy::before {
    content: "◈";
    position: absolute;
    left: 0;
    color: #00ffff;
    font-size: 20px;
}

/* Expert Section */
.ExpSctClAsSabc {
    padding: 80px 0;
    background-color: #1f2937;
}

.ExpCrdClAsSdef {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.ExpImgClAsSghi {
    margin-bottom: 30px;
}

.ExpAvatArClAsS {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #00ffff;
}

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

.ExpNameClAsSmn {
    font-size: 20px;
    font-weight: 700;
    color: #00ffff;
}

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

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

.FrmInnrClAsSuvw {
    max-width: 600px;
    margin: 0 auto;
    background-color: #1f2937;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.FrmTitLeClAsSxy {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
}

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

.RealFrmClAsSabc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

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

.InpClAsSjkl {
    padding: 12px 15px;
    background-color: #111827;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
}

.InpClAsSjkl:focus {
    outline: none;
    border-color: #00ffff;
}

.TxtAreaClAsS {
    min-height: 120px;
    resize: vertical;
}

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

.ChkInpUtClAsS {
    margin-top: 5px;
}

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

.ChkLblClAsSpqr a {
    color: #00ffff;
}

.FrmBtnClAsSstu {
    background-color: #00ffff;
    color: #111827;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

.FrmBtnClAsSstu:hover {
    background-color: #ffffff;
}

/* Footer */
.FtrSctClAsSvwx {
    padding: 60px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    text-align: center;
    background-color: #0a0f1a;
}

.FtrLogoClAsSyz {
    font-size: 24px;
    font-weight: 800;
    color: #00ffff;
    margin-bottom: 20px;
}

.FtrCopyClAsSabc, .FtrEmailClAsSdef {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.FtrEmailClAsSdef a {
    color: #e5e7eb;
    text-decoration: none;
}

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

.FtrAncClAsSjkl {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: none;
    text-transform: uppercase;
}

.FtrAncClAsSjkl:hover {
    color: #00ffff;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .HroInnrClAsSij, .RegPrkInnr {
        flex-direction: column;
        text-align: center;
    }
    
    .HroTitLeClAsSn {
        font-size: 36px;
    }
    
    .HroStaTsClAsSw {
        justify-content: center;
    }
    
    .PrcGrdClAsSdef {
        flex-direction: column;
        align-items: center;
    }
    
    .PrcCrdClAsSghi {
        width: 100%;
        max-width: 450px;
        transform: none !important;
    }
    
    .WhoItmClAsSop {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .NavLnkClAsS {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #111827;
        padding: 20px;
        border-bottom: 1px solid #00ffff;
    }
    
    .MnuBtnClAsS {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    
    .MnuBtnClAsS span {
        width: 25px;
        height: 3px;
        background-color: #00ffff;
    }
    
    #MnuTrigGerAbc:checked ~ .NavLnkClAsS {
        display: flex;
    }
    
    .WhoItmClAsSop {
        flex: 1 1 100%;
    }
    
    .FrmInnrClAsSuvw {
        padding: 30px 20px;
    }
}