/* 
   CSS FOR QIRVOTALINE - VOID VIOLET STYLE
   Author: Full-stack Developer
   Theme: Futuristic, UV, Dark Glow
*/

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

html {
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #0B0020;
    color: #FFFFFF;
}

body.BodyMainVibe {
    overflow-x: hidden;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- UTILITIES --- */
.SectH2TitleTxt {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #B98CFF;
    text-shadow: 0 0 10px rgba(185, 140, 255, 0.5);
}

/* --- HEADER --- */
.HdrMainBlockQ {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(11, 0, 32, 0.95);
    border-bottom: 1px solid rgba(185, 140, 255, 0.2);
    backdrop-filter: blur(10px);
}

.HdrCntrWrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.HdrLogoTxtVib {
    font-size: 1.8rem;
    font-weight: 800;
    color: #B98CFF;
    letter-spacing: -1px;
    text-shadow: 0 0 15px rgba(185, 140, 255, 0.8);
}

.HdrNavListMnu .HdrUlListItems {
    display: flex;
    gap: 2rem;
}

.HdrNavLinkAnch {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.HdrNavLinkAnch:hover {
    color: #B98CFF;
    text-shadow: 0 0 8px #B98CFF;
}

.HdrUvStripeDec {
    height: 3px;
    background: linear-gradient(90deg, transparent, #B98CFF, transparent);
    width: 100%;
    box-shadow: 0 0 10px #B98CFF;
}

/* Mobile Menu */
.HdrNavCheckInp {
    display: none;
}

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

.HdrBrgrBtnLbl span {
    width: 25px;
    height: 3px;
    background: #B98CFF;
    border-radius: 2px;
}

/* --- HERO SECTION --- */
.HeroSectWrapBlk {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}

.HeroCntrFlexLay {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

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

.HeroImgElement {
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(185, 140, 255, 0.2);
    border: 1px solid rgba(185, 140, 255, 0.3);
    object-fit: cover;
}

.HeroTxtColRght {
    flex: 1.2;
}

.HeroH1TitleTxt {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #FFFFFF 0%, #B98CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.HeroPDescrSubt {
    font-size: 1.25rem;
    color: #B98CFF;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.HeroPDescrMain {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.HeroBtnBoxLay {
    margin-top: 2.5rem;
}

.HeroCtaBtnLink {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #B98CFF;
    color: #0B0020;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(185, 140, 255, 0.6);
}

.HeroCtaBtnLink:hover {
    background: #FFFFFF;
    box-shadow: 0 0 30px #B98CFF;
    transform: translateY(-3px);
}

.HeroGlitchLine {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 200%;
    height: 1px;
    background: rgba(185, 140, 255, 0.5);
    transform: rotate(-2deg);
}

/* --- REVIEWS --- */
.RevSectWrapBlk {
    padding: 5rem 2rem;
    background: rgba(255, 255, 255, 0.02);
}

.RevCntrWrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.RevGridCardsLay {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.RevCardItemVib {
    background: #150A2E;
    padding: 2.5rem;
    border-radius: 15px;
    flex: 1 1 300px;
    max-width: 380px;
    border: 1px solid rgba(185, 140, 255, 0.1);
    transition: transform 0.3s ease;
}

.RevCardItemVib:hover {
    transform: translateY(-10px);
    border-color: #B98CFF;
}

.RevCardUserInf {
    margin-bottom: 1rem;
}

.RevCardNameTxt {
    color: #B98CFF;
    font-weight: 700;
    font-size: 1.1rem;
}

.RevCardQuoteTxt {
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
}

/* --- PRICE SECTION --- */
.PrcSectWrapBlk {
    padding: 5rem 2rem;
}

.PrcCntrWrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.PrcGridCardsLay {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.PrcCardItemVib {
    background: #150A2E;
    padding: 3rem 2rem;
    border-radius: 20px;
    flex: 1 1 300px;
    max-width: 350px;
    text-align: center;
    border: 1px solid rgba(185, 140, 255, 0.1);
    display: flex;
    flex-direction: column;
}

.PrcFeaturedCard {
    border: 2px solid #B98CFF;
    transform: scale(1.05);
    background: #1D0E3D;
    box-shadow: 0 0 30px rgba(185, 140, 255, 0.2);
}

.PrcCardTitleH3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.PrcPriceValTxt {
    font-size: 2.5rem;
    font-weight: 800;
    color: #B98CFF;
    margin-bottom: 2rem;
}

.PrcCardListFeat {
    margin-bottom: 2.5rem;
    text-align: left;
    flex-grow: 1;
}

.PrcCardListFeat li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
}

.PrcCardListFeat li::before {
    content: "⚡";
    margin-right: 8px;
    color: #B98CFF;
}

.PrcQuickLinks {
    margin-top: auto;
}

.PrcQuickLinkItm {
    display: block;
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #B98CFF;
    border-radius: 10px;
    color: #B98CFF;
    font-weight: 600;
}

.PrcQuickLinkItm:hover {
    background: #B98CFF;
    color: #0B0020;
}

/* --- TARGET SECTION --- */
.TrgSectWrapBlk {
    padding: 5rem 2rem;
    background: #0D0026;
}

.TrgCntrWrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.TrgIntroDescr {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
}

.TrgListDetailed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-bottom: 4rem;
}

.TrgListItemVibe {
    background: #150A2E;
    border-radius: 15px;
    overflow: hidden;
    border-bottom: 4px solid #B98CFF;
}

.TrgItemImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: grayscale(0.5);
    transition: filter 0.3s;
}

.TrgListItemVibe:hover .TrgItemImg {
    filter: grayscale(0);
}

.TrgItemTxtBox {
    padding: 1.5rem;
}

.TrgItemH3Tit {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #B98CFF;
}

.TrgItemPrice {
    display: block;
    margin-top: 1rem;
    font-weight: 800;
    color: #FFFFFF;
}

.TrgSimpleListItems {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.TrgSimpleListItems li {
    background: rgba(185, 140, 255, 0.05);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border-left: 3px solid #B98CFF;
}

/* --- EXPERT SECTION --- */
.ExpSectWrapBlk {
    padding: 8rem 2rem;
    position: relative;
}

.ExpCntrWrapper {
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.ExpQuoteBoxVibe {
    text-align: center;
    background: rgba(185, 140, 255, 0.05);
    padding: 4rem 2rem;
    border-radius: 30px;
    border: 1px solid rgba(185, 140, 255, 0.2);
}

.ExpAvatarImg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 2rem;
    border: 3px solid #B98CFF;
    padding: 5px;
}

.ExpQuoteTxt {
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #FFFFFF;
}

.ExpCiteAuthor {
    font-size: 1.1rem;
    font-weight: 700;
    color: #B98CFF;
}

.ExpUvArcDecor {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(185, 140, 255, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* --- BENEFITS SECTION --- */
.BenSectWrapBlk {
    padding: 5rem 2rem;
}

.BenCntrWrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.BenFlexLayoutRow {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.BenTxtColLay {
    flex: 1;
}

.BenListItems li {
    margin-bottom: 2rem;
    padding-left: 1rem;
    border-left: 2px solid #B98CFF;
}

.BenListItems strong {
    display: block;
    font-size: 1.2rem;
    color: #B98CFF;
    margin-bottom: 0.3rem;
}

.BenImgColLay {
    flex: 1;
}

.BenImgElement {
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(185, 140, 255, 0.15);
}

/* --- FAQ SECTION --- */
.FaqSectWrapBlk {
    padding: 5rem 2rem;
    background: #0B0020;
}

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

.FaqAccordList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.FaqDetItemVib {
    background: #150A2E;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(185, 140, 255, 0.1);
}

.FaqSummTitleTxt {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    color: #B98CFF;
    outline: none;
}

.FaqSummTitleTxt:hover {
    background: rgba(185, 140, 255, 0.05);
}

.FaqAnsTxtBox {
    padding: 0 1.5rem 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

/* --- EXTRA SECTIONS --- */
.ExtraSectWrapBlk {
    padding: 6rem 2rem;
}

.ExtraAltBgVibe {
    background: #11002B;
}

.ExtraCntrWrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.ExtraPDescr {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.ExtraStepsListVib {
    display: flex;
    gap: 2rem;
    margin: 3rem 0;
}

.ExtraStepItm {
    flex: 1;
    background: #1D0E3D;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
}

.ExtraStepNum {
    font-size: 3rem;
    font-weight: 900;
    color: #B98CFF;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.ExtraCheckListVib {
    margin: 2rem 0;
}

.ExtraCheckListVib li {
    padding: 0.8rem 0;
    font-size: 1.1rem;
}

.ExtraCheckListVib li::before {
    content: "✓";
    color: #B98CFF;
    margin-right: 15px;
    font-weight: bold;
}

/* --- FORM SECTION --- */
.FrmSectWrapBlk {
    padding: 7rem 2rem;
    background: linear-gradient(180deg, #0B0020 0%, #150A2E 100%);
}

.FrmCntrWrapper {
    max-width: 700px;
    margin: 0 auto;
}

.FrmSubtDescr {
    text-align: center;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 0.7);
}

.FrmMainElementVib {
    background: #0B0020;
    padding: 3rem;
    border-radius: 30px;
    border: 1px solid rgba(185, 140, 255, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.FrmFieldInpGrp {
    margin-bottom: 1.5rem;
}

.FrmInpLabelTxt {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #B98CFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.FrmInpControlBox {
    width: 100%;
    background: #150A2E;
    border: 1px solid rgba(185, 140, 255, 0.3);
    padding: 1rem;
    border-radius: 10px;
    color: #FFFFFF;
    outline: none;
    transition: border-color 0.3s;
}

.FrmInpControlBox:focus {
    border-color: #B98CFF;
    box-shadow: 0 0 10px rgba(185, 140, 255, 0.2);
}

.FrmTextareaBox {
    height: 120px;
    resize: none;
}

.FrmCheckPolicyGrp {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 2rem;
}

.FrmCheckInpBox {
    margin-top: 5px;
}

.FrmCheckLabelTxt {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.FrmCheckLabelTxt a {
    color: #B98CFF;
    text-decoration: underline;
}

.FrmSubmitBtnLay {
    text-align: center;
}

.FrmSubmitBtnElmt {
    padding: 1rem 3rem;
    background: #B98CFF;
    border: none;
    border-radius: 50px;
    color: #0B0020;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(185, 140, 255, 0.4);
    transition: all 0.3s;
}

.FrmSubmitBtnElmt:hover {
    background: #FFFFFF;
    box-shadow: 0 0 30px #B98CFF;
    transform: scale(1.05);
}

/* --- FOOTER --- */
.FtrMainBlockQ {
    background: #050010;
    padding: 5rem 2rem 2rem;
    border-top: 1px solid rgba(185, 140, 255, 0.1);
}

.FtrCntrWrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.FtrTopInfoVib {
    text-align: center;
    margin-bottom: 4rem;
}

.FtrLogoTxt {
    font-size: 2rem;
    font-weight: 900;
    color: #B98CFF;
    margin-bottom: 1.5rem;
}

.FtrContactTxt {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
}

.FtrBottomLinksRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    gap: 2rem;
}

.FtrCopyTxt {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
}

.FtrLegalNav {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.FtrLegalLink {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.FtrLegalLink:hover {
    color: #B98CFF;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 992px) {
    .HeroCntrFlexLay, .BenFlexLayoutRow {
        flex-direction: column;
        text-align: center;
    }
    .HeroH1TitleTxt {
        font-size: 2.8rem;
    }
    .PrcFeaturedCard {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .HdrBrgrBtnLbl {
        display: flex;
    }
    .HdrNavListMnu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: #0B0020;
        padding: 2rem;
        transition: 0.4s;
    }
    .HdrUlListItems {
        flex-direction: column;
        align-items: center;
    }
    .HdrNavCheckInp:checked ~ .HdrNavListMnu {
        left: 0;
    }
    .ExtraStepsListVib {
        flex-direction: column;
    }
    .FtrBottomLinksRow {
        flex-direction: column;
        text-align: center;
    }
    .SectH2TitleTxt {
        font-size: 2rem;
    }
}