/* RESET & BASE */
* { margin: 0; padding: 0; box-box: border-box; }
body {
    background-color: #050607;
    color: #e0e0e0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* HEADER */
.HdrSectCls01 {
    background: rgba(5, 6, 7, 0.95);
    border-bottom: 2px solid #5AF3FF;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

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

.LogoTxtCls02 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #5AF3FF;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(90, 243, 255, 0.5);
}

.BrgrInptCls { display: none; }
.BrgrLblCls03 {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.BrgrLblCls03 span {
    width: 30px;
    height: 3px;
    background: #5AF3FF;
    transition: 0.3s;
}

.NavListCls05 {
    display: flex;
    list-style: none;
    gap: 25px;
}

.NavLinkCls07 {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s, text-shadow 0.3s;
}

.NavLinkCls07:hover {
    color: #5AF3FF;
    text-shadow: 0 0 8px rgba(90, 243, 255, 0.8);
}

/* HERO */
.HeroSectCls08 {
    padding: 100px 0;
    position: relative;
}

.FstLnksCls09 {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.FstBtnCls10 {
    padding: 8px 16px;
    border: 1px solid #5AF3FF;
    color: #5AF3FF;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: 0.3s;
}

.FstBtnCls10:hover {
    background: rgba(90, 243, 255, 0.1);
    box-shadow: 0 0 10px #5AF3FF;
}

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

.HeroImgColC12, .HeroTxtColC14 {
    flex: 1;
}

.ImgHeroCls13 {
    width: 100%;
    height: auto;
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 20px rgba(90, 243, 255, 0.3);
    border-radius: 10px;
    object-fit: cover;
}

.H1MainCls15 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.SubTtlCls16 {
    font-size: 1.4rem;
    color: #5AF3FF;
    margin-bottom: 20px;
}

.TxtPrgrCls17 {
    margin-bottom: 15px;
    color: #b0b0b0;
}

.CtaBtnCls18 {
    display: inline-block;
    padding: 15px 40px;
    background: #5AF3FF;
    color: #050607;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.3s;
}

.CtaBtnCls18:hover {
    box-shadow: 0 0 25px #5AF3FF;
    transform: scale(1.05);
}

/* PRICES */
.PricSectCls19 {
    padding: 80px 0;
    background: #0a0c0e;
}

.H2TtlCls20 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #fff;
    position: relative;
}

.H2TtlCls20::before {
    content: '>';
    color: #5AF3FF;
    margin-right: 15px;
}

.PricGridCls21 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.PricCardCls22 {
    flex: 1;
    min-width: 250px;
    background: #050607;
    padding: 30px;
    border: 1px solid rgba(90, 243, 255, 0.3);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.PricCardCls22:hover {
    border-color: #5AF3FF;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(90, 243, 255, 0.1);
}

.SpecPricCls28 {
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 15px rgba(90, 243, 255, 0.2);
}

.H3TtlCls23 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.PricValCls24 {
    font-size: 2rem;
    font-weight: bold;
    color: #5AF3FF;
    margin-bottom: 10px;
}

.DscntCls25 {
    display: block;
    font-size: 0.9rem;
    color: #ff5a5a;
}

.PricListCls26 {
    list-style: none;
    margin: 20px 0;
    flex-grow: 1;
}

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

.PricBtnCls27 {
    text-align: center;
    padding: 12px;
    border: 1px solid #5AF3FF;
    color: #5AF3FF;
    text-decoration: none;
    transition: 0.3s;
}

.PricBtnCls27:hover {
    background: #5AF3FF;
    color: #050607;
}

/* REVIEWS SLIDER */
.RevwSectCls29 { padding: 80px 0; }
.SlidrWrpCls30 {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.SldrInpCls31 { display: none; }
.SlidrInnrCl32 {
    display: flex;
    transition: 0.5s;
    width: 300%;
}

.SlidItmCls33 {
    width: 33.333%;
    padding: 40px;
    text-align: center;
}

#sld1:checked ~ .SlidrInnrCl32 { transform: translateX(0); }
#sld2:checked ~ .SlidrInnrCl32 { transform: translateX(-33.333%); }
#sld3:checked ~ .SlidrInnrCl32 { transform: translateX(-66.666%); }

.QuotCls34 {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 20px;
    color: #ccc;
}

.CiteCls35 {
    color: #5AF3FF;
    font-weight: bold;
}

.SldrCtrlCl36 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.SldrCtrlCl36 label {
    width: 15px;
    height: 15px;
    border: 1px solid #5AF3FF;
    cursor: pointer;
    border-radius: 50%;
}

#sld1:checked ~ .SldrCtrlCl36 label:nth-child(1),
#sld2:checked ~ .SldrCtrlCl36 label:nth-child(2),
#sld3:checked ~ .SldrCtrlCl36 label:nth-child(3) {
    background: #5AF3FF;
}

/* WHO IT'S FOR */
.WhoSectCls37 { padding: 80px 0; background: #08090a; }
.WhoSubCls38 { text-align: center; margin-bottom: 40px; color: #b0b0b0; }
.WhoGridCls39 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.WhoCardCls40 {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    background: #050607;
    border-left: 3px solid #5AF3FF;
}
.WhoLineCls41 {
    height: 2px;
    background: linear-gradient(90deg, #5AF3FF, transparent);
    margin-bottom: 15px;
}

/* BENEFITS */
.BenfSectCls42 { padding: 80px 0; }
.BenfRowCls43 { display: flex; align-items: center; gap: 50px; }
.BenfTxtColC44, .BenfImgColC47 { flex: 1; }
.BenfListCls45 { list-style: none; }
.BenfItemCls46 {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.BenfItemCls46::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: #5AF3FF;
}
.ImgBenfCls48 { width: 100%; border-radius: 10px; border: 1px solid #5AF3FF; }

/* TEXT BLOCKS */
.TxtBlockCls49 { padding: 80px 0; }
.AltBckCls52 { background: #0a0c0e; }
.TxtInnrCls50 p { margin-bottom: 20px; font-size: 1.1rem; color: #b0b0b0; }
.CustListCls51 { margin-left: 20px; color: #5AF3FF; }

/* FAQ */
.FaqSectCls53 { padding: 80px 0; }
.FaqListCls54 { max-width: 800px; margin: 0 auto; }
.FaqDetlsCls55 {
    background: #0a0c0e;
    margin-bottom: 10px;
    border: 1px solid rgba(90, 243, 255, 0.2);
}
.FaqSummCls56 {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #5AF3FF;
}
.FaqBodyCls57 {
    padding: 0 20px 20px;
    color: #b0b0b0;
}

/* FORM */
.FormSectCls58 { padding: 100px 0; }
.FormCardCls59 {
    max-width: 600px;
    margin: 0 auto;
    background: #0a0c0e;
    padding: 40px;
    border: 1px solid #5AF3FF;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.1);
}
.FormSubCls60 { text-align: center; margin-bottom: 30px; }
.FormInpGrp62 { margin-bottom: 20px; }
.InpLblCls63 { display: block; margin-bottom: 8px; color: #5AF3FF; }
.InpFldCls64, .TxtArFldCls65 {
    width: 100%;
    padding: 12px;
    background: #050607;
    border: 1px solid rgba(90, 243, 255, 0.3);
    color: #fff;
    outline: none;
}
.InpFldCls64:focus, .TxtArFldCls65:focus { border-color: #5AF3FF; }
.TxtArFldCls65 { height: 120px; resize: vertical; }
.ChckbxGrpCls66 { margin-bottom: 20px; display: flex; gap: 10px; align-items: center; }
.SubmtBtnCls69 {
    width: 100%;
    padding: 15px;
    background: #5AF3FF;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}
.SubmtBtnCls69:hover { box-shadow: 0 0 20px #5AF3FF; }

/* FOOTER */
.FtrSectCls70 {
    padding: 50px 0;
    border-top: 1px solid rgba(90, 243, 255, 0.3);
    background: #050607;
    text-align: center;
}
.FtrMainRowCl71 { margin-bottom: 20px; }
.FtrLogoCls72 { font-size: 1.5rem; color: #5AF3FF; margin-bottom: 10px; }
.FtrCpyrCls74 { font-size: 0.9rem; color: #666; margin-bottom: 20px; }
.FtrLnksRowCl75 { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.FtrLnkCls76 { color: #888; text-decoration: none; font-size: 0.85rem; }
.FtrLnkCls76:hover { color: #5AF3FF; }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .HeroRowCls11, .BenfRowCls43 { flex-direction: column; }
    .BrgrLblCls03 { display: flex; }
    .NavMenuCls04 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #050607;
        border-bottom: 2px solid #5AF3FF;
        padding: 20px;
    }
    .NavListCls05 { flex-direction: column; align-items: center; }
    .BrgrChckbxId:checked ~ .NavMenuCls04 { display: block; }
    .H1MainCls15 { font-size: 2rem; }
    .HeroImgColC12 { order: 2; }
    .HeroTxtColC14 { order: 1; text-align: center; }
}