/* 
   Project: Vekoqar - Daily Tonus Wave
   Style: Cold Arctic / Dark Graphite
*/

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

html {
    scroll-behavior: smooth;
}

body.vekoqarDailyTonusWaveBody {
    background-color: #0A0D10;
    color: #E6FBFF;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

/* Typography */
h1, h2, h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.vekoqarDailyTonusWaveSectionTitle {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.vekoqarDailyTonusWaveSectionTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #E6FBFF;
    box-shadow: 0 0 10px #E6FBFF;
}

.vekoqarDailyTonusWaveSectionDesc {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Header */
.vekoqarDailyTonusWaveHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 13, 16, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(230, 251, 255, 0.2);
}

.vekoqarDailyTonusWaveHeaderFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.vekoqarDailyTonusWaveLogo {
    font-size: 1.8rem;
    font-weight: 900;
    color: #E6FBFF;
    letter-spacing: 4px;
}

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

.vekoqarDailyTonusWaveNavLink {
    color: #E6FBFF;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.vekoqarDailyTonusWaveNavLink:hover {
    color: #A0F0FF;
}

/* Burger Menu */
.vekoqarDailyTonusWaveMenuToggle {
    display: none;
}

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

.vekoqarDailyTonusWaveBurger span {
    width: 25px;
    height: 2px;
    background-color: #E6FBFF;
    transition: all 0.3s ease;
}

/* Hero Section */
.vekoqarDailyTonusWaveHeroSection {
    padding: 160px 0 100px;
    background: radial-gradient(circle at 70% 30%, #1a2229 0%, #0A0D10 70%);
}

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

.vekoqarDailyTonusWaveHeroImageWrapper {
    flex: 1;
}

.vekoqarDailyTonusWaveHeroImg {
    border: 1px solid rgba(230, 251, 255, 0.3);
    box-shadow: 0 0 30px rgba(230, 251, 255, 0.1);
    object-fit: cover;
    width: 100%;
}

.vekoqarDailyTonusWaveHeroContent {
    flex: 1;
}

.vekoqarDailyTonusWaveHeroTitle {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #E6FBFF, #80D0FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vekoqarDailyTonusWaveHeroSubtitle {
    font-size: 1.5rem;
    color: #A0F0FF;
    margin-bottom: 2rem;
}

.vekoqarDailyTonusWaveHeroText {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    opacity: 0.85;
}

.vekoqarDailyTonusWaveHeroBtnGroup {
    margin-top: 2.5rem;
}

/* Buttons */
.vekoqarDailyTonusWavePrimaryBtn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #E6FBFF;
    color: #0A0D10;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    border: 2px solid #E6FBFF;
}

.vekoqarDailyTonusWavePrimaryBtn:hover {
    background-color: transparent;
    color: #E6FBFF;
    box-shadow: 0 0 20px #E6FBFF;
}

.vekoqarDailyTonusWaveSecondaryBtn {
    display: inline-block;
    padding: 13px 38px;
    background-color: transparent;
    color: #E6FBFF;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #E6FBFF;
    transition: all 0.3s ease;
}

.vekoqarDailyTonusWaveSecondaryBtn:hover {
    background-color: rgba(230, 251, 255, 0.1);
    box-shadow: 0 0 15px rgba(230, 251, 255, 0.3);
}

/* Target Section */
.vekoqarDailyTonusWaveTargetSection {
    padding: 100px 0;
}

.vekoqarDailyTonusWaveTargetImageTop {
    margin-bottom: 4rem;
}

.vekoqarDailyTonusWaveFullImg {
    width: 100%;
    border-left: 4px solid #E6FBFF;
}

.vekoqarDailyTonusWaveTargetList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 2rem;
}

.vekoqarDailyTonusWaveTargetItem {
    background: rgba(230, 251, 255, 0.05);
    padding: 20px;
    border-left: 2px solid #E6FBFF;
    transition: transform 0.3s ease;
}

.vekoqarDailyTonusWaveTargetItem:hover {
    transform: translateX(10px);
    background: rgba(230, 251, 255, 0.1);
}

/* Pricing Section */
.vekoqarDailyTonusWavePricingSection {
    padding: 100px 0;
    background-color: #0F1419;
}

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

.vekoqarDailyTonusWavePriceCard {
    background: #0A0D10;
    border: 1px solid rgba(230, 251, 255, 0.2);
    padding: 40px;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: all 0.4s ease;
}

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

.vekoqarDailyTonusWavePriceCardFeatured {
    border: 1px solid #E6FBFF;
    box-shadow: 0 0 30px rgba(230, 251, 255, 0.1);
    position: relative;
    transform: scale(1.05);
}

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

.vekoqarDailyTonusWavePriceValue {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: #A0F0FF;
}

.vekoqarDailyTonusWavePriceDesc {
    font-size: 0.9rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.vekoqarDailyTonusWavePriceFeatures {
    list-style: none;
    margin-bottom: 2.5rem;
    text-align: left;
    flex-grow: 1;
}

.vekoqarDailyTonusWavePriceFeatures li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(230, 251, 255, 0.1);
    font-size: 0.95rem;
}

.vekoqarDailyTonusWavePriceFeatures li::before {
    content: '→';
    margin-right: 10px;
    color: #A0F0FF;
}

/* Benefits Section */
.vekoqarDailyTonusWaveBenefitsSection {
    padding: 100px 0;
}

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

.vekoqarDailyTonusWaveBenefitsContent {
    flex: 1;
}

.vekoqarDailyTonusWaveBenefitsImage {
    flex: 1;
}

.vekoqarDailyTonusWaveBenefitsList {
    list-style: none;
    margin-top: 2rem;
}

.vekoqarDailyTonusWaveBenefitItem {
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}

.vekoqarDailyTonusWaveBenefitItem::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 1px;
    background-color: #E6FBFF;
}

/* Quotes Section / Slider */
.vekoqarDailyTonusWaveQuotesSection {
    padding: 100px 0;
    background-color: #0F1419;
}

.vekoqarDailyTonusWaveSliderContainer {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.vekoqarDailyTonusWaveSliderInner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.vekoqarDailyTonusWaveSlide {
    min-width: 100%;
    padding: 40px;
}

.vekoqarDailyTonusWaveQuote {
    font-size: 1.4rem;
    font-style: italic;
    text-align: center;
    line-height: 1.8;
    color: #E6FBFF;
}

.vekoqarDailyTonusWaveQuoteFooter {
    margin-top: 2rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    color: #A0F0FF;
}

.vekoqarDailyTonusWaveRadioHide {
    display: none;
}

#vSlide1:checked ~ .vekoqarDailyTonusWaveSliderInner { transform: translateX(0); }
#vSlide2:checked ~ .vekoqarDailyTonusWaveSliderInner { transform: translateX(-100%); }
#vSlide3:checked ~ .vekoqarDailyTonusWaveSliderInner { transform: translateX(-200%); }

.vekoqarDailyTonusWaveSliderControls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.vekoqarDailyTonusWaveControlBtn {
    width: 12px;
    height: 12px;
    border: 1px solid #E6FBFF;
    cursor: pointer;
    transition: background 0.3s;
}

#vSlide1:checked ~ .vekoqarDailyTonusWaveSliderControls label[for="vSlide1"],
#vSlide2:checked ~ .vekoqarDailyTonusWaveSliderControls label[for="vSlide2"],
#vSlide3:checked ~ .vekoqarDailyTonusWaveSliderControls label[for="vSlide3"] {
    background-color: #E6FBFF;
    box-shadow: 0 0 10px #E6FBFF;
}

/* Text Sections */
.vekoqarDailyTonusWaveTextSection {
    padding: 100px 0;
}

.vekoqarDailyTonusWaveAltBg {
    background-color: #0F1419;
}

.vekoqarDailyTonusWavePara {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 900px;
    opacity: 0.9;
}

.vekoqarDailyTonusWaveParaList {
    list-style: none;
    margin: 2rem 0;
}

.vekoqarDailyTonusWaveParaList li {
    padding: 10px 0;
    border-left: 2px solid #80D0FF;
    padding-left: 20px;
    margin-bottom: 10px;
    background: rgba(128, 208, 255, 0.05);
}

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

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

.vekoqarDailyTonusWaveFAQItem {
    border-bottom: 1px solid rgba(230, 251, 255, 0.2);
    padding: 20px 0;
}

.vekoqarDailyTonusWaveFAQSummary {
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.vekoqarDailyTonusWaveFAQSummary::after {
    content: '+';
    font-size: 1.5rem;
    color: #A0F0FF;
}

.vekoqarDailyTonusWaveFAQItem[open] .vekoqarDailyTonusWaveFAQSummary::after {
    content: '-';
}

.vekoqarDailyTonusWaveFAQContent {
    padding: 20px 0 10px;
    opacity: 0.8;
}

/* Form Section */
.vekoqarDailyTonusWaveFormSection {
    padding: 100px 0;
    background: radial-gradient(circle at 30% 70%, #1a2229 0%, #0A0D10 70%);
}

.vekoqarDailyTonusWaveFormWrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #0F1419;
    padding: 50px;
    border: 1px solid rgba(230, 251, 255, 0.1);
}

.vekoqarDailyTonusWaveFormSubtitle {
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0.8;
}

.vekoqarDailyTonusWaveFormGroup {
    margin-bottom: 25px;
}

.vekoqarDailyTonusWaveFormGroup label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vekoqarDailyTonusWaveInput, .vekoqarDailyTonusWaveTextarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(230, 251, 255, 0.3);
    padding: 12px 15px;
    color: #E6FBFF;
    font-family: inherit;
    transition: border-color 0.3s;
}

.vekoqarDailyTonusWaveInput:focus, .vekoqarDailyTonusWaveTextarea:focus {
    outline: none;
    border-color: #E6FBFF;
}

.vekoqarDailyTonusWaveCheckboxGroup {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    margin-bottom: 30px;
}

.vekoqarDailyTonusWaveCheckboxGroup a {
    color: #A0F0FF;
}

.vekoqarDailyTonusWaveSubmitBtn {
    width: 100%;
    padding: 15px;
    background-color: #E6FBFF;
    color: #0A0D10;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}

.vekoqarDailyTonusWaveSubmitBtn:hover {
    box-shadow: 0 0 20px rgba(230, 251, 255, 0.4);
}

/* Footer */
.vekoqarDailyTonusWaveFooter {
    padding: 80px 0 40px;
    background-color: #07090C;
    border-top: 1px solid rgba(230, 251, 255, 0.1);
}

.vekoqarDailyTonusWaveFooterTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 40px;
}

.vekoqarDailyTonusWaveFooterBrand {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.vekoqarDailyTonusWaveFooterContact p {
    margin-bottom: 10px;
}

.vekoqarDailyTonusWaveFooterContact a {
    color: #E6FBFF;
    text-decoration: none;
}

.vekoqarDailyTonusWaveFooterBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(230, 251, 255, 0.05);
    font-size: 0.85rem;
    opacity: 0.6;
    flex-wrap: wrap;
    gap: 20px;
}

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

.vekoqarDailyTonusWaveFooterLinks a {
    color: #E6FBFF;
    text-decoration: none;
}

.vekoqarDailyTonusWaveFooterLinks a:hover {
    text-decoration: underline;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .vekoqarDailyTonusWaveHeroFlex, .vekoqarDailyTonusWaveBenefitsFlex {
        flex-direction: column;
    }
    
    .vekoqarDailyTonusWaveHeroContent, .vekoqarDailyTonusWaveBenefitsContent {
        text-align: center;
    }

    .vekoqarDailyTonusWaveTargetList {
        grid-template-columns: 1fr;
    }

    .vekoqarDailyTonusWaveHeroTitle {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .vekoqarDailyTonusWaveBurger {
        display: flex;
        z-index: 1100;
    }

    .vekoqarDailyTonusWaveNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #0A0D10;
        padding: 100px 40px;
        transition: right 0.4s ease;
        border-left: 1px solid #E6FBFF;
    }

    .vekoqarDailyTonusWaveNavList {
        flex-direction: column;
        align-items: center;
    }

    #vekoqarDailyTonusWaveMenuToggle:checked ~ .vekoqarDailyTonusWaveNav {
        right: 0;
    }

    #vekoqarDailyTonusWaveMenuToggle:checked ~ .vekoqarDailyTonusWaveBurger span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    #vekoqarDailyTonusWaveMenuToggle:checked ~ .vekoqarDailyTonusWaveBurger span:nth-child(2) {
        opacity: 0;
    }
    #vekoqarDailyTonusWaveMenuToggle:checked ~ .vekoqarDailyTonusWaveBurger span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .vekoqarDailyTonusWaveSectionTitle {
        font-size: 1.8rem;
    }

    .vekoqarDailyTonusWaveHeroTitle {
        font-size: 2.2rem;
    }

    .vekoqarDailyTonusWaveFormWrapper {
        padding: 30px 20px;
    }
}