/* Veraqin-Coreline-9406 Style */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.VeraqCoreL_Body {
    background-color: #07090C;
    color: #E0E0E0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

.VeraqCoreL_Header {
    background-color: rgba(7, 9, 12, 0.95);
    border-bottom: 2px solid #4FF7FF;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

.VeraqCoreL_Header .VeraqCoreL_Cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.VeraqCoreL_Logo {
    font-size: 28px;
    font-weight: 800;
    color: #4FF7FF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.VeraqCoreL_NavTog {
    display: none;
}

.VeraqCoreL_MenuList {
    display: flex;
    list-style: none;
}

.VeraqCoreL_NavLink {
    color: #E0E0E0;
    text-decoration: none;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.VeraqCoreL_NavLink:hover {
    color: #4FF7FF;
    text-shadow: 0 0 8px #4FF7FF;
}

.VeraqCoreL_H1 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.VeraqCoreL_H2 {
    font-size: 36px;
    color: #4FF7FF;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.VeraqCoreL_H2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #4FF7FF;
    margin: 15px auto 0;
}

.VeraqCoreL_H3 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.VeraqCoreL_P {
    margin-bottom: 18px;
    font-size: 17px;
    color: #B0B0B0;
}

.VeraqCoreL_Flex {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 80px 0;
}

.VeraqCoreL_Image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #4FF7FF44;
}

.VeraqCoreL_HeroImg {
    flex: 1;
}

.VeraqCoreL_HeroContent {
    flex: 1.2;
}

.VeraqCoreL_Btn {
    display: inline-block;
    padding: 16px 36px;
    background-color: #4FF7FF;
    color: #07090C;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(79, 247, 255, 0.3);
}

.VeraqCoreL_Btn:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 25px rgba(79, 247, 255, 0.6);
    transform: translateY(-2px);
}

.VeraqCoreL_BtnSec {
    background-color: transparent;
    border: 1px solid #4FF7FF;
    color: #4FF7FF;
}

/* Reviews */
.VeraqCoreL_RevSec {
    background-color: #0A0D12;
    padding: 100px 0;
}

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

.VeraqCoreL_Card {
    flex: 1;
    min-width: 300px;
    background: #111419;
    padding: 40px;
    border-left: 4px solid #4FF7FF;
    position: relative;
}

.VeraqCoreL_Quote {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.VeraqCoreL_Author {
    color: #4FF7FF;
    font-weight: 600;
}

/* Prices */
.VeraqCoreL_PriceSec {
    padding: 100px 0;
}

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

.VeraqCoreL_PriceCard {
    flex: 1;
    min-width: 260px;
    background: #0A0D12;
    padding: 40px 30px;
    border: 1px solid #1A1D23;
    text-align: center;
    transition: transform 0.3s ease;
}

.VeraqCoreL_PriceCard:hover {
    transform: scale(1.03);
    border-color: #4FF7FF;
}

.VeraqCoreL_Featured {
    border: 2px solid #4FF7FF;
    background: #0D1117;
}

.VeraqCoreL_Cost {
    font-size: 32px;
    font-weight: 800;
    color: #4FF7FF;
    margin: 20px 0;
}

.VeraqCoreL_List {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.VeraqCoreL_List li {
    padding: 8px 0;
    border-bottom: 1px solid #1A1D23;
    font-size: 15px;
}

/* Target */
.VeraqCoreL_TargetSec {
    background-color: #0A0D12;
    padding: 100px 0;
}

.VeraqCoreL_CheckList {
    list-style: none;
    margin: 25px 0;
}

.VeraqCoreL_CheckList li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.VeraqCoreL_CheckList li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4FF7FF;
    font-weight: bold;
}

.VeraqCoreL_TargetText { flex: 1.5; }
.VeraqCoreL_TargetImg { flex: 1; }

/* Quote */
.VeraqCoreL_QuoteSec {
    padding: 120px 0;
    background: linear-gradient(180deg, #07090C 0%, #0A0D12 100%);
}

.VeraqCoreL_QuoteBox {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.VeraqCoreL_MainQuote {
    font-size: clamp(20px, 3vw, 28px);
    line-height: 1.5;
    margin-bottom: 40px;
    color: #FFFFFF;
}

.VeraqCoreL_ExpertProfile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.VeraqCoreL_ExpertImg {
    border-radius: 50%;
    border: 2px solid #4FF7FF;
}

.VeraqCoreL_ExpertInfo {
    text-align: left;
}

.VeraqCoreL_ExpertName {
    font-size: 20px;
    font-weight: 700;
    color: #4FF7FF;
}

/* Benefits */
.VeraqCoreL_BenefitSec { padding: 100px 0; }
.VeraqCoreL_Reverse { flex-direction: row-reverse; }
.VeraqCoreL_BenContent { flex: 1; }
.VeraqCoreL_BenImg { flex: 1.2; }
.VeraqCoreL_BenList { list-style: none; margin-top: 30px; }
.VeraqCoreL_BenList li { margin-bottom: 20px; padding-left: 15px; border-left: 2px solid #4FF7FF; }

/* FAQ */
.VeraqCoreL_FaqSec { padding: 100px 0; background: #0A0D12; }
.VeraqCoreL_Accordion { max-width: 800px; margin: 0 auto; }
.VeraqCoreL_Det { margin-bottom: 15px; border: 1px solid #1A1D23; background: #111419; }
.VeraqCoreL_Sum { padding: 20px; cursor: pointer; font-weight: 600; color: #4FF7FF; outline: none; }
.VeraqCoreL_Ans { padding: 0 20px 20px; color: #B0B0B0; }

/* Extra Text */
.VeraqCoreL_TextSec { padding: 100px 0; }
.VeraqCoreL_BgDarker { background-color: #050608; }
.VeraqCoreL_LongText { max-width: 900px; margin: 0 auto; }

/* Form */
.VeraqCoreL_FormSec { padding: 100px 0; background: #07090C; }
.VeraqCoreL_FormBox { max-width: 700px; margin: 0 auto; background: #0A0D12; padding: 50px; border: 1px solid #1A1D23; }
.VeraqCoreL_Form { margin-top: 30px; }
.VeraqCoreL_InpGrp { margin-bottom: 20px; }
.VeraqCoreL_Lab { display: block; margin-bottom: 8px; font-size: 14px; color: #4FF7FF; }
.VeraqCoreL_Inp, .VeraqCoreL_Area {
    width: 100%;
    padding: 14px;
    background: #111419;
    border: 1px solid #1A1D23;
    color: #FFF;
    font-size: 16px;
}
.VeraqCoreL_Inp:focus, .VeraqCoreL_Area:focus { outline: none; border-color: #4FF7FF; }
.VeraqCoreL_Area { height: 120px; resize: none; }
.VeraqCoreL_CheckGrp { margin-bottom: 25px; font-size: 14px; }
.VeraqCoreL_CheckGrp a { color: #4FF7FF; text-decoration: none; }

/* Footer */
.VeraqCoreL_Footer {
    background: #050608;
    padding: 60px 0 30px;
    border-top: 1px solid #1A1D23;
    text-align: center;
}
.VeraqCoreL_FootInfo { margin: 15px 0; color: #B0B0B0; }
.VeraqCoreL_FootInfo a, .VeraqCoreL_FootPhone a { color: #E0E0E0; text-decoration: none; }
.VeraqCoreL_FootLinks { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.VeraqCoreL_FootLink { font-size: 12px; color: #666; text-decoration: none; }
.VeraqCoreL_FootLink:hover { color: #4FF7FF; }

/* Mobile */
@media (max-width: 992px) {
    .VeraqCoreL_Flex { flex-direction: column; padding: 40px 0; }
    .VeraqCoreL_Reverse { flex-direction: column; }
    .VeraqCoreL_Burger { display: block; width: 30px; height: 20px; position: relative; cursor: pointer; }
    .VeraqCoreL_Burger span { display: block; width: 100%; height: 2px; background: #4FF7FF; margin-bottom: 6px; }
    .VeraqCoreL_Nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0A0D12;
        display: none;
        padding: 20px;
        border-bottom: 1px solid #4FF7FF;
    }
    .VeraqCoreL_MenuList { flex-direction: column; }
    .VeraqCoreL_NavLink { margin: 10px 0; display: block; }
    .VeraqCoreL_NavTog:checked ~ .VeraqCoreL_Nav { display: block; }
}