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

html {
    scroll-behavior: smooth;
}

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

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

/* HEADER */
.serqenoDailyRenewWave_Header {
    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.15);
}

.serqenoDailyRenewWave_HeaderWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}

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

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

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

.serqenoDailyRenewWave_NavLink:hover {
    color: #00ffe0;
    text-shadow: 0 0 8px rgba(0, 255, 224, 0.5);
}

/* BURGER */
.serqenoDailyRenewWave_MenuCheckbox {
    display: none;
}

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

.serqenoDailyRenewWave_Burger span {
    width: 25px;
    height: 2px;
    background: #E6FBFF;
    transition: 0.3s;
}

/* HERO SECTION */
.serqenoDailyRenewWave_HeroSection {
    padding-top: 140px;
    padding-bottom: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.serqenoDailyRenewWave_HeroTop {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
    padding: 0 20px;
}

.serqenoDailyRenewWave_HeroImgSide {
    flex: 1 1 450px;
}

.serqenoDailyRenewWave_HeroMainImg {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(230, 251, 255, 0.05);
}

.serqenoDailyRenewWave_HeroTextSide {
    flex: 1 1 450px;
}

.serqenoDailyRenewWave_MainTitle {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #E6FBFF;
}

.serqenoDailyRenewWave_SubTitle {
    font-size: 20px;
    color: #88A0A8;
    margin-bottom: 30px;
}

.serqenoDailyRenewWave_HeroParag {
    margin-bottom: 20px;
    font-size: 16px;
    color: #B0C4CC;
}

.serqenoDailyRenewWave_MainBtn {
    display: inline-block;
    padding: 16px 40px;
    background-color: #E6FBFF;
    color: #0A0D10;
    text-decoration: none;
    font-weight: 700;
    border-radius: 2px;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-transform: uppercase;
}

.serqenoDailyRenewWave_MainBtn:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(230, 251, 255, 0.4);
    transform: translateY(-2px);
}

.serqenoDailyRenewWave_HeroGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 20px;
}

.serqenoDailyRenewWave_HeroFeature {
    flex: 1 1 300px;
    background: #11151A;
    padding: 30px;
    border: 1px solid rgba(230, 251, 255, 0.05);
}

.serqenoDailyRenewWave_HeroGridImg {
    width: 100%;
    margin-bottom: 20px;
}

.serqenoDailyRenewWave_GridTitle {
    font-size: 20px;
    margin-bottom: 15px;
}

/* REVIEWS */
.serqenoDailyRenewWave_ReviewSection {
    padding: 100px 0;
    background: #0D1116;
}

.serqenoDailyRenewWave_SecTitle {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

.serqenoDailyRenewWave_ReviewCard {
    flex: 1 1 350px;
    padding: 40px;
    background: #0A0D10;
    border-left: 3px solid #E6FBFF;
}

.serqenoDailyRenewWave_ReviewText {
    font-style: italic;
    margin-bottom: 25px;
    color: #B0C4CC;
}

.serqenoDailyRenewWave_ReviewAuthor {
    display: block;
    font-weight: 700;
    color: #E6FBFF;
}

/* PRICE SECTION */
.serqenoDailyRenewWave_PriceSection {
    padding: 100px 0;
}

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

.serqenoDailyRenewWave_PriceCard {
    flex: 1 1 280px;
    border: 1px solid rgba(230, 251, 255, 0.2);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: border 0.3s ease;
}

.serqenoDailyRenewWave_PriceCard:hover {
    border-color: #E6FBFF;
}

.serqenoDailyRenewWave_PriceFeatured {
    border: 2px solid #E6FBFF;
    background: rgba(230, 251, 255, 0.02);
}

.serqenoDailyRenewWave_PriceName {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.serqenoDailyRenewWave_PriceValue {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
}

.serqenoDailyRenewWave_PriceList {
    list-style: none;
    margin-bottom: 30px;
    width: 100%;
}

.serqenoDailyRenewWave_PriceItem {
    padding: 10px 0;
    border-bottom: 1px solid rgba(230, 251, 255, 0.05);
    font-size: 14px;
    color: #B0C4CC;
}

.serqenoDailyRenewWave_PriceBtn {
    margin-top: auto;
    padding: 12px 25px;
    border: 1px solid #E6FBFF;
    color: #E6FBFF;
    text-decoration: none;
    transition: 0.3s;
}

.serqenoDailyRenewWave_PriceBtn:hover {
    background: #E6FBFF;
    color: #0A0D10;
}

.serqenoDailyRenewWave_PriceBtnPrimary {
    margin-top: auto;
    padding: 12px 25px;
    background: #E6FBFF;
    color: #0A0D10;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

/* WHO SECTION */
.serqenoDailyRenewWave_WhoSection {
    padding: 100px 0;
    background: #080A0C;
}

.serqenoDailyRenewWave_WhoItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

.serqenoDailyRenewWave_WhoReverse {
    flex-direction: row-reverse;
}

.serqenoDailyRenewWave_WhoText {
    flex: 1 1 500px;
}

.serqenoDailyRenewWave_WhoImgBox {
    flex: 1 1 450px;
}

.serqenoDailyRenewWave_WhoImg {
    width: 100%;
    display: block;
}

.serqenoDailyRenewWave_WhoSubTitle {
    font-size: 28px;
    margin-bottom: 20px;
}

.serqenoDailyRenewWave_WhoDescr {
    color: #B0C4CC;
    margin-bottom: 20px;
}

.serqenoDailyRenewWave_WhoPriceInfo {
    font-weight: 700;
    color: #00ffe0;
}

/* EXPERT SECTION */
.serqenoDailyRenewWave_ExpertSection {
    padding: 100px 0;
}

.serqenoDailyRenewWave_ExpertWrap {
    background: #11151A;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.serqenoDailyRenewWave_ExpertQuote {
    flex: 1 1 400px;
}

.serqenoDailyRenewWave_QuoteText {
    font-size: 24px;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 20px;
    color: #E6FBFF;
}

.serqenoDailyRenewWave_QuoteAuthor {
    font-size: 16px;
    font-weight: 700;
    color: #88A0A8;
}

.serqenoDailyRenewWave_ExpertDetails {
    flex: 1 1 400px;
}

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

.serqenoDailyRenewWave_ExpertList {
    list-style: none;
}

.serqenoDailyRenewWave_ExpertListItem {
    margin-bottom: 15px;
    color: #B0C4CC;
}

/* BENEFITS */
.serqenoDailyRenewWave_BenefitSection {
    padding: 100px 0;
    background: #0D1116;
}

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

.serqenoDailyRenewWave_BenefitImgSide {
    flex: 1 1 400px;
}

.serqenoDailyRenewWave_BenefitImg {
    width: 100%;
}

.serqenoDailyRenewWave_BenefitTextSide {
    flex: 1 1 500px;
}

.serqenoDailyRenewWave_BenefitList {
    list-style: none;
    margin-bottom: 30px;
}

.serqenoDailyRenewWave_BenefitItem {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.serqenoDailyRenewWave_BenefitItem::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #00ffe0;
}

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

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

.serqenoDailyRenewWave_FaqItem {
    margin-bottom: 15px;
    border: 1px solid rgba(230, 251, 255, 0.1);
}

.serqenoDailyRenewWave_FaqSummary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    background: #11151A;
    list-style: none;
}

.serqenoDailyRenewWave_FaqContent {
    padding: 20px;
    color: #B0C4CC;
    border-top: 1px solid rgba(230, 251, 255, 0.1);
}

/* FORM */
.serqenoDailyRenewWave_FormSection {
    padding: 100px 0;
    background: #11151A;
}

.serqenoDailyRenewWave_FormSub {
    text-align: center;
    margin-bottom: 40px;
    color: #88A0A8;
}

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

.serqenoDailyRenewWave_FormField {
    margin-bottom: 20px;
}

.serqenoDailyRenewWave_Input, .serqenoDailyRenewWave_Textarea {
    width: 100%;
    padding: 15px;
    background: #0A0D10;
    border: 1px solid rgba(230, 251, 255, 0.2);
    color: #E6FBFF;
    border-radius: 0;
}

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

.serqenoDailyRenewWave_FormCheck {
    margin-bottom: 30px;
}

.serqenoDailyRenewWave_CheckLabel {
    display: flex;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
}

.serqenoDailyRenewWave_CheckLabel a {
    color: #E6FBFF;
}

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

.serqenoDailyRenewWave_SubmitBtn:hover {
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 255, 224, 0.2);
}

/* LONG TEXT SECTIONS */
.serqenoDailyRenewWave_TextSection {
    padding: 80px 0;
}

.serqenoDailyRenewWave_LongText {
    margin-bottom: 25px;
    color: #B0C4CC;
    font-size: 18px;
}

.serqenoDailyRenewWave_SubTitleInner {
    font-size: 24px;
    margin: 40px 0 20px;
}

.serqenoDailyRenewWave_InnerList {
    margin-bottom: 30px;
    padding-left: 20px;
}

.serqenoDailyRenewWave_InnerList li {
    margin-bottom: 10px;
}

.serqenoDailyRenewWave_BottomSpacing {
    padding-bottom: 150px;
}

/* FOOTER */
.serqenoDailyRenewWave_Footer {
    padding: 80px 0 40px;
    border-top: 1px solid rgba(230, 251, 255, 0.1);
    text-align: center;
}

.serqenoDailyRenewWave_FooterLogo {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.serqenoDailyRenewWave_Copy {
    font-size: 14px;
    color: #88A0A8;
    margin-bottom: 15px;
}

.serqenoDailyRenewWave_FooterContact {
    margin-bottom: 30px;
}

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

.serqenoDailyRenewWave_FooterLinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.serqenoDailyRenewWave_FooterLinks a {
    color: #88A0A8;
    font-size: 12px;
    text-decoration: none;
}

/* MOBILE RESPONSIVE */
@media (max-width: 992px) {
    .serqenoDailyRenewWave_Burger {
        display: flex;
        z-index: 1100;
    }
    .serqenoDailyRenewWave_Nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #0A0D10;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .serqenoDailyRenewWave_NavList {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .serqenoDailyRenewWave_MenuCheckbox:checked ~ .serqenoDailyRenewWave_Nav {
        right: 0;
    }
    .serqenoDailyRenewWave_MainTitle {
        font-size: 36px;
    }
}