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

html {
    scroll-behavior: smooth;
}

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

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

/* HEADER */
.senxiroRestSightFlow_HeaderWrapper {
    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 #1A2229;
}

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

.senxiroRestSightFlow_HeaderLogo {
    font-size: 24px;
    font-weight: 700;
    color: #E6FBFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-left: 3px solid #00D4FF;
    padding-left: 10px;
}

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

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

.senxiroRestSightFlow_NavLink:hover {
    color: #00D4FF;
}

.senxiroRestSightFlow_NavToggleInput {
    display: none;
}

/* HERO SECTION */
.senxiroRestSightFlow_HeroSection {
    padding: 160px 0 100px;
    border-bottom: 1px solid #1A2229;
}

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

.senxiroRestSightFlow_HeroImageCol {
    flex: 1;
}

.senxiroRestSightFlow_HeroMainImg {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #2A343D;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.senxiroRestSightFlow_HeroMiniGallery {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.senxiroRestSightFlow_HeroThumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #1A2229;
    border-radius: 2px;
}

.senxiroRestSightFlow_HeroTextCol {
    flex: 1;
}

.senxiroRestSightFlow_HeroTitle {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #E6FBFF;
}

.senxiroRestSightFlow_HeroSub {
    font-size: 20px;
    color: #00D4FF;
    margin-bottom: 25px;
    font-weight: 300;
}

.senxiroRestSightFlow_HeroDesc {
    margin-bottom: 20px;
    color: #A0B0BB;
}

.senxiroRestSightFlow_CtaButtonMain {
    display: inline-block;
    padding: 15px 40px;
    background-color: #E6FBFF;
    color: #0A0D10;
    text-decoration: none;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

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

/* PRICE SECTION */
.senxiroRestSightFlow_PriceSection {
    padding: 100px 0;
    background-color: #0D1116;
}

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

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

.senxiroRestSightFlow_PriceCard {
    background: #0A0D10;
    border: 1px solid #1A2229;
    padding: 40px;
    width: 100%;
    max-width: 350px;
    transition: border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.senxiroRestSightFlow_PriceCard:hover {
    border-color: #00D4FF;
}

.senxiroRestSightFlow_PriceCardAccent {
    border: 1px solid #00D4FF;
    transform: scale(1.05);
    z-index: 10;
}

.senxiroRestSightFlow_PriceName {
    font-size: 22px;
    margin-bottom: 20px;
    color: #E6FBFF;
}

.senxiroRestSightFlow_PriceValue {
    margin-bottom: 30px;
}

.senxiroRestSightFlow_OldPrice {
    display: block;
    text-decoration: line-through;
    color: #566774;
    font-size: 16px;
}

.senxiroRestSightFlow_NewPrice {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #00D4FF;
}

.senxiroRestSightFlow_PriceList {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.senxiroRestSightFlow_PriceList li {
    padding: 10px 0;
    border-bottom: 1px solid #1A2229;
    font-size: 14px;
    color: #A0B0BB;
}

.senxiroRestSightFlow_PriceBtn {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #E6FBFF;
    color: #E6FBFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
}

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

/* REVIEWS */
.senxiroRestSightFlow_ReviewsSection {
    padding: 100px 0;
}

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

.senxiroRestSightFlow_ReviewItem {
    flex: 1;
    min-width: 300px;
    background: #11161C;
    padding: 30px;
    border-left: 4px solid #00D4FF;
}

.senxiroRestSightFlow_ReviewText {
    font-style: italic;
    margin-bottom: 20px;
    color: #E6FBFF;
}

.senxiroRestSightFlow_ReviewAuthor {
    font-weight: 700;
    color: #00D4FF;
}

/* EXPERT */
.senxiroRestSightFlow_ExpertSection {
    padding: 100px 0;
    background: #0D1116;
}

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

.senxiroRestSightFlow_ExpertQuote {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
    position: relative;
    padding: 0 40px;
}

.senxiroRestSightFlow_ExpertName {
    font-size: 28px;
    color: #00D4FF;
}

.senxiroRestSightFlow_ExpertStatus {
    color: #566774;
}

/* BENEFITS */
.senxiroRestSightFlow_BenefitsSection {
    padding: 100px 0;
}

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

.senxiroRestSightFlow_BenefitsTextCol {
    flex: 1;
}

.senxiroRestSightFlow_BenefitsImageCol {
    flex: 1;
}

.senxiroRestSightFlow_BenefitImg {
    width: 100%;
    border: 1px solid #1A2229;
}

.senxiroRestSightFlow_BenefitsList {
    list-style: none;
}

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

.senxiroRestSightFlow_BenefitItem::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #00D4FF;
    font-weight: bold;
}

/* SUITABILITY */
.senxiroRestSightFlow_SuitabilitySection {
    padding: 100px 0;
    background: #0A0D10;
}

.senxiroRestSightFlow_SuitabilityIntro {
    text-align: center;
    max-width: 700px;
    margin: -30px auto 50px;
    color: #A0B0BB;
}

.senxiroRestSightFlow_SuitabilityGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.senxiroRestSightFlow_SuitabilityItem {
    background: #11161C;
    padding: 20px;
    border: 1px solid #1A2229;
    text-align: center;
    font-size: 15px;
    transition: background 0.3s ease;
}

.senxiroRestSightFlow_SuitabilityItem:hover {
    background: #1A2229;
    border-color: #00D4FF;
}

/* FAQ */
.senxiroRestSightFlow_FaqSection {
    padding: 100px 0;
    background: #0D1116;
}

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

.senxiroRestSightFlow_FaqItem {
    background: #11161C;
    margin-bottom: 10px;
    border: 1px solid #1A2229;
}

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

.senxiroRestSightFlow_FaqContent {
    padding: 0 20px 20px;
    color: #A0B0BB;
}

/* FORM */
.senxiroRestSightFlow_FormSection {
    padding: 100px 0;
}

.senxiroRestSightFlow_FormBox {
    max-width: 600px;
    margin: 0 auto;
    background: #11161C;
    padding: 50px;
    border: 1px solid #00D4FF;
}

.senxiroRestSightFlow_FormSubtitle {
    text-align: center;
    margin-bottom: 40px;
    color: #A0B0BB;
}

.senxiroRestSightFlow_FormField {
    margin-bottom: 20px;
}

.senxiroRestSightFlow_FormField label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #E6FBFF;
}

.senxiroRestSightFlow_FormField input,
.senxiroRestSightFlow_FormField textarea {
    width: 100%;
    padding: 12px;
    background: #0A0D10;
    border: 1px solid #2A343D;
    color: #E6FBFF;
    outline: none;
}

.senxiroRestSightFlow_FormField input:focus,
.senxiroRestSightFlow_FormField textarea:focus {
    border-color: #00D4FF;
}

.senxiroRestSightFlow_FormCheckbox {
    margin-bottom: 30px;
    font-size: 13px;
    color: #A0B0BB;
}

.senxiroRestSightFlow_FormCheckbox a {
    color: #00D4FF;
}

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

.senxiroRestSightFlow_SubmitBtn:hover {
    background: #00D4FF;
}

/* EXTRA TEXT SECTIONS */
.senxiroRestSightFlow_ExtraSection {
    padding: 80px 0;
    border-top: 1px solid #1A2229;
}

.senxiroRestSightFlow_ExtraSectionAlt {
    background: #0D1116;
}

.senxiroRestSightFlow_ExtraTitle {
    font-size: 28px;
    margin-bottom: 30px;
    color: #00D4FF;
}

.senxiroRestSightFlow_ExtraContent p {
    margin-bottom: 20px;
    color: #A0B0BB;
}

.senxiroRestSightFlow_ExtraContent ul {
    list-style: square;
    margin-left: 20px;
    color: #A0B0BB;
}

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

/* FOOTER */
.senxiroRestSightFlow_FooterWrapper {
    background: #050709;
    padding: 60px 0 30px;
    border-top: 1px solid #1A2229;
}

.senxiroRestSightFlow_FooterMainRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.senxiroRestSightFlow_FooterBrand {
    font-size: 20px;
    font-weight: 700;
}

.senxiroRestSightFlow_FooterInfo p {
    font-size: 14px;
    color: #566774;
}

.senxiroRestSightFlow_FooterInfo a {
    color: #00D4FF;
    text-decoration: none;
}

.senxiroRestSightFlow_FooterCopy {
    text-align: center;
    font-size: 12px;
    color: #333;
    margin-bottom: 20px;
}

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

.senxiroRestSightFlow_FooterLinks a {
    color: #566774;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

/* MOBILE NAV */
.senxiroRestSightFlow_NavBurgerLabel {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.senxiroRestSightFlow_NavBurgerLabel span {
    display: block;
    width: 25px;
    height: 2px;
    background: #E6FBFF;
}

@media (max-width: 768px) {
    .senxiroRestSightFlow_NavBurgerLabel {
        display: flex;
    }

    .senxiroRestSightFlow_MainNav {
        position: absolute;
        top: 80px;
        left: -100%;
        width: 100%;
        background: #0A0D10;
        transition: 0.3s ease;
    }

    .senxiroRestSightFlow_NavList {
        flex-direction: column;
        padding: 40px;
        text-align: center;
    }

    .senxiroRestSightFlow_NavToggleInput:checked ~ .senxiroRestSightFlow_MainNav {
        left: 0;
    }

    .senxiroRestSightFlow_HeroFlex, .senxiroRestSightFlow_BenefitsFlex {
        flex-direction: column;
    }

    .senxiroRestSightFlow_HeroTitle {
        font-size: 32px;
    }

    .senxiroRestSightFlow_FooterMainRow {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
}