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

html {
    scroll-behavior: smooth;
}

body.valeroxinZenYogaRibbon {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #060708;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header & Nav */
.HdrCnrQwerty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #0c0d0f;
    border-bottom: 2px solid #FFC55E;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.LgoTxtAsdfgh {
    font-size: 24px;
    font-weight: 800;
    color: #FFC55E;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

.NavItmPlmkoij {
    margin-left: 30px;
}

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

.AncLinQazwsx:hover {
    color: #FFC55E;
}

/* Mobile Menu Burger (No JS) */
.TglInpZxcvbn {
    display: none;
}

.BrgBtnPoiuyt {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.BrgBtnPoiuyt span {
    width: 25px;
    height: 3px;
    background-color: #FFC55E;
    margin: 2px 0;
    transition: 0.4s;
}

/* Sections */
section {
    padding: 80px 10%;
    border-bottom: 1px solid #1a1a1a;
}

h1, h2, h3 {
    color: #FFC55E;
    margin-bottom: 20px;
}

.H1TtlLkjhgf {
    font-size: 48px;
    line-height: 1.2;
}

.H2TtlAsdfgh, .H2TtlQwerty, .H2TtlEdcrfv, .H2TtlRfvtgb, .H2TtlMnbvcz, .H2TtlLkjhgf {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.H2TtlAsdfgh::after {
    content: '✦';
    font-size: 18px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

/* Hero Section */
.HroCtrQwerty {
    display: flex;
    align-items: center;
    gap: 50px;
}

.HroImgColZxc {
    flex: 1;
}

.HroTxtColVbn {
    flex: 1.2;
}

.ImgFldMnbvcz {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(255, 197, 94, 0.1);
    object-fit: cover;
}

.SubTtlPoiuyt {
    font-size: 18px;
    color: #b0b0b0;
    margin-bottom: 30px;
}

.HroBlkXcvbnm {
    margin-bottom: 25px;
}

.CtaBtnMnbvcz {
    display: inline-block;
    padding: 15px 40px;
    background-color: #FFC55E;
    color: #060708;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.CtaBtnMnbvcz:hover {
    background-color: #ffda99;
    box-shadow: 0 0 20px rgba(255, 197, 94, 0.4);
}

/* Prices */
.PrcGrdQwerty {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.PrcCrdZxcvbn {
    flex: 1;
    background-color: #0c0d0f;
    padding: 40px;
    border: 1px solid #1a1a1a;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease;
}

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

.PrcCrdSlcMnb {
    border: 2px solid #FFC55E;
    transform: scale(1.05);
}

.PrcValMnbvcz {
    font-size: 32px;
    font-weight: 800;
    margin: 20px 0;
    color: #ffffff;
}

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

.PrcItmAsdfgh {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.PrcItmAsdfgh::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #FFC55E;
}

.FstAncZxcvbn {
    color: #FFC55E;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dashed #FFC55E;
}

/* Quote */
.QotSecLkjhgf {
    background-color: #0c0d0f;
}

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

.QotTxtQwerty {
    font-size: 24px;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 20px;
}

.QotAutZxcvbn {
    display: block;
    color: #FFC55E;
    font-weight: 600;
}

/* Benefits */
.BnfCtrPoiuyt {
    display: flex;
    align-items: center;
    gap: 60px;
}

.BnfTxtColAsdfg {
    flex: 1;
}

.BnfImgColPlmko {
    flex: 1;
}

.BnfLstLkjhgf {
    list-style: none;
}

.BnfItmZxcvbn {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1a1a1a;
}

.BnfItmZxcvbn strong {
    color: #FFC55E;
    display: block;
    margin-bottom: 5px;
}

/* Audience */
.AudGrdUjmiko {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.AudCrdOlzpkh {
    flex: 1;
    background: #0c0d0f;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #1a1a1a;
}

.AudImgYtrewq {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.AudTtlHjklmn {
    font-size: 20px;
    margin-bottom: 10px;
}

.AudDscBvcxz {
    font-size: 15px;
    color: #b0b0b0;
    margin-bottom: 15px;
}

.AudPrcXswedc {
    font-weight: 700;
    color: #FFC55E;
}

.AudPntQazwsx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    list-style: none;
}

.AudPntQazwsx li {
    padding-left: 20px;
    position: relative;
}

.AudPntQazwsx li::before {
    content: '●';
    color: #FFC55E;
    position: absolute;
    left: 0;
    font-size: 12px;
}

/* Extra Text Sections */
.TxtSecWsxedc {
    max-width: 1000px;
    margin: 0 auto;
}

.TxtSecDrkPlm {
    background-color: #0c0d0f;
    border-radius: 20px;
}

.TxtDscYhnujm {
    margin-bottom: 20px;
    color: #cccccc;
}

.TxtLstQazwsx {
    margin: 20px 0;
    list-style: none;
}

.TxtLstQazwsx li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.TxtLstQazwsx li::before {
    content: '✦';
    color: #FFC55E;
    position: absolute;
    left: 0;
}

/* FAQ */
.FaqCtrAsdfgh {
    max-width: 800px;
    margin: 0 auto;
}

.FaqDetQwerty {
    background: #0c0d0f;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #1a1a1a;
}

.FaqSumZxcvbn {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #FFC55E;
    outline: none;
}

.FaqCntPoiuyt {
    padding: 0 20px 20px;
    color: #b0b0b0;
}

/* Form */
.FrmSecAsdfgh {
    background: linear-gradient(180deg, #060708 0%, #0c0d0f 100%);
}

.FrmCtrQwerty {
    max-width: 600px;
    margin: 0 auto;
}

.FrmSubMnbvcz {
    text-align: center;
    margin-bottom: 40px;
}

.FrmGrpAsdfgh {
    margin-bottom: 20px;
}

.FrmLblZxcvbn {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #FFC55E;
}

.FrmInpMnbvcz, .FrmTexLkjhgf {
    width: 100%;
    background-color: #1a1a1a;
    border: 1px solid #333;
    padding: 12px;
    color: #fff;
    border-radius: 4px;
}

.FrmTexLkjhgf {
    height: 120px;
    resize: vertical;
}

.FrmChkQwerty {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

.ChkLblZxcvbn {
    font-size: 13px;
}

.ChkLblZxcvbn a {
    color: #FFC55E;
}

.FrmBtnMnbvcz {
    width: 100%;
    padding: 15px;
    background-color: #FFC55E;
    color: #060708;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
}

/* Footer */
.FtrCnrQwerty {
    background-color: #0c0d0f;
    padding: 50px 10% 20px;
    border-top: 1px solid #1a1a1a;
}

.FtrTopAsdfgh {
    text-align: center;
    margin-bottom: 40px;
}

.FtrLgoZxcvbn {
    font-size: 22px;
    color: #FFC55E;
    margin-bottom: 15px;
}

.FtrBtmQwerty {
    border-top: 1px solid #1a1a1a;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.FtrNavZxcvbn {
    display: flex;
    list-style: none;
    gap: 20px;
}

.FtrLinMnbvcz {
    color: #666;
    text-decoration: none;
    font-size: 12px;
}

.FtrLinMnbvcz:hover {
    color: #FFC55E;
}

/* Responsive */
@media (max-width: 992px) {
    .HroCtrQwerty, .BnfCtrPoiuyt {
        flex-direction: column;
    }
    .PrcGrdQwerty, .AudGrdUjmiko {
        flex-direction: column;
        align-items: center;
    }
    .PrcCrdZxcvbn, .AudCrdOlzpkh {
        width: 100%;
        max-width: 500px;
    }
    .H1TtlLkjhgf {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .NavLksMnbvcz {
        display: none;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background-color: #0c0d0f;
        flex-direction: column;
        padding: 20px;
    }
    .BrgBtnPoiuyt {
        display: flex;
    }
    .NavItmPlmkoij {
        margin: 10px 0;
    }
    .TglInpZxcvbn:checked ~ .NavLksMnbvcz {
        display: block;
    }
    .FtrBtmQwerty {
        flex-direction: column;
        text-align: center;
    }
    .AudPntQazwsx {
        grid-template-columns: 1fr;
    }
}