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

html {
    scroll-behavior: smooth;
}

body.seravelinEyeCalmRibbon_MainBody {
    background-color: #0A0D10;
    color: #E6FBFF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

.seravelinEyeCalmRibbon_BrandName {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #E6FBFF;
    text-transform: uppercase;
}

.seravelinEyeCalmRibbon_NavList {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.seravelinEyeCalmRibbon_NavLink {
    text-decoration: none;
    color: rgba(230, 251, 255, 0.8);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.seravelinEyeCalmRibbon_NavLink:hover {
    color: #E6FBFF;
}

/* MOBILE MENU */
.seravelinEyeCalmRibbon_HiddenInput {
    display: none;
}

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

.seravelinEyeCalmRibbon_BurgerBtn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #E6FBFF;
    transition: 0.3s;
}

/* HERO SECTION */
.seravelinEyeCalmRibbon_HeroBlock {
    padding: 8rem 2rem 4rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

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

.seravelinEyeCalmRibbon_HeroLeftColumn {
    flex: 1 1 450px;
}

.seravelinEyeCalmRibbon_HeroMainImg {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(230, 251, 255, 0.1);
}

.seravelinEyeCalmRibbon_HeroRightColumn {
    flex: 1 1 500px;
}

.seravelinEyeCalmRibbon_HeroTitle {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #E6FBFF;
    font-weight: 300;
}

.seravelinEyeCalmRibbon_HeroLeadText {
    font-size: 1.2rem;
    color: rgba(230, 251, 255, 0.9);
    margin-bottom: 1.5rem;
}

.seravelinEyeCalmRibbon_HeroDescription {
    margin-bottom: 1.5rem;
    color: rgba(230, 251, 255, 0.7);
}

/* BUTTONS */
.seravelinEyeCalmRibbon_PrimaryBtn {
    display: inline-block;
    background-color: #E6FBFF;
    color: #0A0D10;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.3s ease;
    border: 1px solid #E6FBFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.seravelinEyeCalmRibbon_PrimaryBtn:hover {
    background-color: transparent;
    color: #E6FBFF;
    box-shadow: 0 0 15px rgba(230, 251, 255, 0.4);
}

.seravelinEyeCalmRibbon_SecondaryBtn {
    display: inline-block;
    background-color: transparent;
    color: #E6FBFF;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.3s ease;
    border: 1px solid rgba(230, 251, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.seravelinEyeCalmRibbon_SecondaryBtn:hover {
    border-color: #E6FBFF;
    background-color: rgba(230, 251, 255, 0.05);
}

/* SECTION TITLES */
.seravelinEyeCalmRibbon_SectionHeader {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.seravelinEyeCalmRibbon_SectionTitle {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.seravelinEyeCalmRibbon_SectionSubtitle {
    color: rgba(230, 251, 255, 0.7);
    font-size: 1.1rem;
}

/* PRICE SECTION */
.seravelinEyeCalmRibbon_PriceSection {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, #0A0D10 0%, #0F1418 100%);
}

.seravelinEyeCalmRibbon_PriceGrid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.seravelinEyeCalmRibbon_PriceCard {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(230, 251, 255, 0.1);
    padding: 3rem 2rem;
    flex: 1 1 280px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.seravelinEyeCalmRibbon_PriceCard:hover {
    transform: translateY(-10px);
    border-color: rgba(230, 251, 255, 0.3);
}

.seravelinEyeCalmRibbon_CardFeatured {
    border-color: rgba(230, 251, 255, 0.5);
    background: rgba(230, 251, 255, 0.05);
    transform: scale(1.05);
}

.seravelinEyeCalmRibbon_CardTitle {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: center;
}

.seravelinEyeCalmRibbon_CardPrice {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: #E6FBFF;
}

.seravelinEyeCalmRibbon_CardList {
    list-style: none;
    margin-bottom: 2.5rem;
    flex-grow: 1;
}

.seravelinEyeCalmRibbon_CardList li {
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    color: rgba(230, 251, 255, 0.7);
    position: relative;
    padding-left: 1.5rem;
}

.seravelinEyeCalmRibbon_CardList li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #E6FBFF;
}

.seravelinEyeCalmRibbon_CardFooter {
    text-align: center;
}

/* EXPERT BLOCK */
.seravelinEyeCalmRibbon_ExpertBlock {
    padding: 6rem 2rem;
    background-color: #0A0D10;
}

.seravelinEyeCalmRibbon_ExpertContainer {
    max-width: 900px;
    margin: 0 auto;
}

.seravelinEyeCalmRibbon_MainQuote {
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 3rem;
    border-left: 4px solid #E6FBFF;
    padding-left: 2rem;
}

.seravelinEyeCalmRibbon_QuoteAuthor {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 1.1rem;
    color: rgba(230, 251, 255, 0.6);
}

.seravelinEyeCalmRibbon_ExpertDetails {
    background: rgba(255, 255, 255, 0.02);
    padding: 2.5rem;
    border: 1px solid rgba(230, 251, 255, 0.05);
}

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

.seravelinEyeCalmRibbon_ExpertList {
    list-style: none;
}

.seravelinEyeCalmRibbon_ExpertList li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.8rem;
}

.seravelinEyeCalmRibbon_ExpertList li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 1px;
    background: #E6FBFF;
}

/* BENEFITS BLOCK */
.seravelinEyeCalmRibbon_BenefitsBlock {
    padding: 6rem 2rem;
}

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

.seravelinEyeCalmRibbon_BenefitsText {
    flex: 1 1 500px;
}

.seravelinEyeCalmRibbon_BenefitsMedia {
    flex: 1 1 400px;
}

.seravelinEyeCalmRibbon_BenefitsImg {
    width: 100%;
    border-radius: 4px;
}

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

.seravelinEyeCalmRibbon_ListItem {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(230, 251, 255, 0.1);
}

/* AUDIENCE SECTION */
.seravelinEyeCalmRibbon_AudienceSection {
    padding: 6rem 2rem;
    background-color: #0F1418;
}

.seravelinEyeCalmRibbon_AudienceWrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}

.seravelinEyeCalmRibbon_AudienceMedia {
    flex: 1 1 350px;
    position: relative;
}

.seravelinEyeCalmRibbon_AudienceImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.seravelinEyeCalmRibbon_ImgOverlay {
    position: absolute;
    bottom: 20px;
    right: -20px;
    background: #E6FBFF;
    color: #0A0D10;
    padding: 1.5rem;
    font-weight: 700;
}

.seravelinEyeCalmRibbon_AudienceContent {
    flex: 2 1 500px;
}

.seravelinEyeCalmRibbon_AudienceGrid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.seravelinEyeCalmRibbon_AudienceItem {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem;
    border-left: 2px solid #E6FBFF;
}

.seravelinEyeCalmRibbon_DetailedServiceBox {
    margin-top: 3rem;
    padding: 2rem;
    border: 1px dashed rgba(230, 251, 255, 0.3);
}

.seravelinEyeCalmRibbon_MiniHeader {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* FAQ SECTION */
.seravelinEyeCalmRibbon_FaqSection {
    padding: 6rem 2rem;
}

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

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

.seravelinEyeCalmRibbon_FaqSummary {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seravelinEyeCalmRibbon_FaqSummary::after {
    content: '+';
    font-size: 1.5rem;
}

.seravelinEyeCalmRibbon_FaqDetails[open] .seravelinEyeCalmRibbon_FaqSummary::after {
    content: '−';
}

.seravelinEyeCalmRibbon_FaqAnswer {
    padding: 0 1.5rem 1.5rem;
    color: rgba(230, 251, 255, 0.7);
}

/* LONG TEXT SECTIONS */
.seravelinEyeCalmRibbon_LongTextSection {
    padding: 6rem 2rem;
}

.seravelinEyeCalmRibbon_AltBg {
    background-color: #0F1418;
}

.seravelinEyeCalmRibbon_TextContainer {
    max-width: 900px;
    margin: 0 auto;
}

.seravelinEyeCalmRibbon_TextContainer p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: rgba(230, 251, 255, 0.85);
}

/* CONTACT FORM */
.seravelinEyeCalmRibbon_ContactSection {
    padding: 6rem 2rem;
    background: linear-gradient(0deg, #0A0D10 0%, #161B22 100%);
}

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

.seravelinEyeCalmRibbon_MainForm {
    margin-top: 3rem;
}

.seravelinEyeCalmRibbon_FormGroup {
    margin-bottom: 1.5rem;
}

.seravelinEyeCalmRibbon_FormLabel {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: rgba(230, 251, 255, 0.6);
}

.seravelinEyeCalmRibbon_FormInput, 
.seravelinEyeCalmRibbon_FormTextarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(230, 251, 255, 0.2);
    padding: 1rem;
    color: #E6FBFF;
    border-radius: 2px;
}

.seravelinEyeCalmRibbon_FormTextarea {
    height: 150px;
    resize: vertical;
}

.seravelinEyeCalmRibbon_FormCheckboxGroup {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.seravelinEyeCalmRibbon_FormCheckboxGroup a {
    color: #E6FBFF;
}

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

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

/* FOOTER */
.seravelinEyeCalmRibbon_MainFooter {
    padding: 4rem 2rem 2rem;
    background-color: #050709;
    border-top: 1px solid rgba(230, 251, 255, 0.05);
}

.seravelinEyeCalmRibbon_FooterTop {
    max-width: 1200px;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.seravelinEyeCalmRibbon_FooterLogo {
    font-size: 1.5rem;
    font-weight: 700;
}

.seravelinEyeCalmRibbon_FooterContact p {
    color: rgba(230, 251, 255, 0.5);
    margin-bottom: 0.3rem;
}

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

.seravelinEyeCalmRibbon_FooterBottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8rem;
    color: rgba(230, 251, 255, 0.4);
}

.seravelinEyeCalmRibbon_FooterNav {
    display: flex;
    gap: 1.5rem;
}

.seravelinEyeCalmRibbon_FooterNav a {
    color: rgba(230, 251, 255, 0.4);
    text-decoration: none;
    transition: 0.3s;
}

.seravelinEyeCalmRibbon_FooterNav a:hover {
    color: #E6FBFF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .seravelinEyeCalmRibbon_HeroTitle { font-size: 2.2rem; }
    .seravelinEyeCalmRibbon_HeroContainer { gap: 2rem; }
}

@media (max-width: 768px) {
    .seravelinEyeCalmRibbon_BurgerBtn { display: flex; }
    .seravelinEyeCalmRibbon_MainNavigation {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0A0D10;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    .seravelinEyeCalmRibbon_HiddenInput:checked ~ .seravelinEyeCalmRibbon_MainNavigation {
        max-height: 500px;
    }
    .seravelinEyeCalmRibbon_NavList {
        flex-direction: column;
        padding: 2rem;
    }
    .seravelinEyeCalmRibbon_HeroBlock { padding-top: 6rem; }
    .seravelinEyeCalmRibbon_PriceCard { max-width: 100%; }
    .seravelinEyeCalmRibbon_FooterTop, .seravelinEyeCalmRibbon_FooterBottom {
        flex-direction: column;
        text-align: center;
    }
    .seravelinEyeCalmRibbon_FooterNav {
        justify-content: center;
        flex-wrap: wrap;
    }
    .seravelinEyeCalmRibbon_AudienceItem { grid-template-columns: 1fr; }
}