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

html {
    scroll-behavior: smooth;
}

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

/* TYPOGRAPHY */
.tenqiroxGentleYogaMeshH1 {
    font-size: 3.5rem;
    color: #5AF3FF;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 15px rgba(90, 243, 255, 0.4);
}

.tenqiroxGentleYogaMeshH2 {
    font-size: 2.5rem;
    color: #5AF3FF;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    display: block;
}

.tenqiroxGentleYogaMeshH2::before {
    content: "◈";
    display: inline-block;
    margin-right: 15px;
    color: #5AF3FF;
    text-shadow: 0 0 10px #5AF3FF;
}

.tenqiroxGentleYogaMeshH3 {
    font-size: 1.8rem;
    color: #5AF3FF;
    margin-bottom: 1rem;
}

/* HEADER */
.tenqiroxGentleYogaMeshHeader {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(5, 6, 7, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #5AF3FF;
    box-shadow: 0 5px 20px rgba(90, 243, 255, 0.1);
    z-index: 1000;
}

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

.tenqiroxGentleYogaMeshLogo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #5AF3FF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tenqiroxGentleYogaMeshNav {
    display: flex;
    gap: 30px;
}

.tenqiroxGentleYogaMeshNavLink {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s, text-shadow 0.3s;
}

.tenqiroxGentleYogaMeshNavLink:hover {
    color: #5AF3FF;
    text-shadow: 0 0 8px #5AF3FF;
}

/* BURGER MENU (No JS) */
.tenqiroxGentleYogaMeshNavToggle {
    display: none;
}

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

.tenqiroxGentleYogaMeshBurger span {
    width: 30px;
    height: 3px;
    background-color: #5AF3FF;
    transition: 0.3s;
}

/* HERO SECTION */
.tenqiroxGentleYogaMeshHero {
    padding: 120px 20px 80px;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tenqiroxGentleYogaMeshQuickLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: center;
}

.tenqiroxGentleYogaMeshQuickBtn {
    padding: 8px 20px;
    border: 1px solid #5AF3FF;
    color: #5AF3FF;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.tenqiroxGentleYogaMeshQuickBtn:hover {
    background: #5AF3FF;
    color: #050607;
    box-shadow: 0 0 15px #5AF3FF;
}

.tenqiroxGentleYogaMeshHeroGrid {
    display: flex;
    align-items: center;
    gap: 50px;
}

.tenqiroxGentleYogaMeshHeroImage, 
.tenqiroxGentleYogaMeshHeroContent {
    flex: 1;
}

.tenqiroxGentleYogaMeshHeroImg {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.1);
    border: 1px solid rgba(90, 243, 255, 0.2);
}

.tenqiroxGentleYogaMeshSub {
    font-size: 1.5rem;
    color: #e0e0e0;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.tenqiroxGentleYogaMeshText {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #b0b0b0;
}

.tenqiroxGentleYogaMeshCTA {
    display: inline-block;
    padding: 15px 40px;
    background-color: #5AF3FF;
    color: #050607;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.tenqiroxGentleYogaMeshCTA:hover {
    box-shadow: 0 0 25px #5AF3FF;
    transform: translateY(-2px);
}

.tenqiroxGentleYogaMeshCyberGrid {
    margin-top: 50px;
    opacity: 0.3;
}

.tenqiroxGentleYogaMeshGridImg {
    width: 100%;
    object-fit: cover;
}

/* REVIEWS SLIDER (NO JS) */
.tenqiroxGentleYogaMeshReviews {
    padding: 100px 20px;
    background: rgba(10, 15, 20, 0.5);
}

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

.tenqiroxGentleYogaMeshRadio {
    display: none;
}

.tenqiroxGentleYogaMeshSlides {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tenqiroxGentleYogaMeshSlide {
    min-width: 100%;
    padding: 20px;
}

.tenqiroxGentleYogaMeshReviewCard {
    background: #0d1117;
    padding: 40px;
    border-radius: 15px;
    border-left: 5px solid #5AF3FF;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.tenqiroxGentleYogaMeshReviewText {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 20px;
}

.tenqiroxGentleYogaMeshAuthor {
    display: block;
    color: #5AF3FF;
    font-weight: bold;
}

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

.tenqiroxGentleYogaMeshSliderDot {
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
}

#tenqiroxRev1:checked ~ .tenqiroxGentleYogaMeshSlides { transform: translateX(0%); }
#tenqiroxRev2:checked ~ .tenqiroxGentleYogaMeshSlides { transform: translateX(-100%); }
#tenqiroxRev3:checked ~ .tenqiroxGentleYogaMeshSlides { transform: translateX(-200%); }

#tenqiroxRev1:checked ~ .tenqiroxGentleYogaMeshSliderControls label:nth-child(1),
#tenqiroxRev2:checked ~ .tenqiroxGentleYogaMeshSliderControls label:nth-child(2),
#tenqiroxRev3:checked ~ .tenqiroxGentleYogaMeshSliderControls label:nth-child(3) {
    background: #5AF3FF;
    box-shadow: 0 0 10px #5AF3FF;
}

/* PRICE SECTION */
.tenqiroxGentleYogaMeshPrice {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.tenqiroxGentleYogaMeshPriceGrid {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.tenqiroxGentleYogaMeshPriceCard {
    flex: 1;
    background: #0d1117;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(90, 243, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s;
}

.tenqiroxGentleYogaMeshPriceCard:hover {
    transform: translateY(-10px);
    border-color: #5AF3FF;
}

.tenqiroxGentleYogaMeshPriceFeatured {
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 20px rgba(90, 243, 255, 0.15);
    transform: scale(1.05);
}

.tenqiroxGentleYogaMeshCost {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 20px 0;
}

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

.tenqiroxGentleYogaMeshPriceList li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    text-align: center;
    color: #b0b0b0;
}

.tenqiroxGentleYogaMeshPriceBtn {
    padding: 12px 30px;
    border: 2px solid #5AF3FF;
    color: #5AF3FF;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s;
    margin-top: auto;
}

.tenqiroxGentleYogaMeshPriceBtn:hover {
    background: #5AF3FF;
    color: #050607;
}

.tenqiroxGentleYogaMeshPriceLinks {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.tenqiroxGentleYogaMeshPriceLinkItem {
    color: #5AF3FF;
    text-decoration: none;
    font-weight: 500;
}

/* BENEFITS SECTION */
.tenqiroxGentleYogaMeshBenefits {
    padding: 100px 20px;
    background: #090b0d;
}

.tenqiroxGentleYogaMeshBenefitsLayout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.tenqiroxGentleYogaMeshBenefitsContent, 
.tenqiroxGentleYogaMeshBenefitsImage {
    flex: 1;
}

.tenqiroxGentleYogaMeshCheckList {
    list-style: none;
    margin-top: 30px;
}

.tenqiroxGentleYogaMeshCheckItem {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
}

.tenqiroxGentleYogaMeshCheckItem::before {
    content: "⚡";
    position: absolute;
    left: 0;
    color: #5AF3FF;
}

.tenqiroxGentleYogaMeshNeonTxt {
    color: #5AF3FF;
    display: block;
    margin-bottom: 5px;
}

.tenqiroxGentleYogaMeshBenefitImg {
    width: 100%;
    border-radius: 15px;
    filter: brightness(0.8);
}

/* WHO IT IS FOR */
.tenqiroxGentleYogaMeshWho {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.tenqiroxGentleYogaMeshIntro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    color: #b0b0b0;
}

.tenqiroxGentleYogaMeshServicesGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.tenqiroxGentleYogaMeshServiceItem {
    flex: 1;
    min-width: 250px;
    background: #111;
    padding: 20px;
    border-radius: 10px;
}

.tenqiroxGentleYogaMeshServiceImg {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.tenqiroxGentleYogaMeshServiceDesc {
    font-size: 0.95rem;
    color: #b0b0b0;
    margin-bottom: 15px;
}

.tenqiroxGentleYogaMeshServicePrice {
    color: #5AF3FF;
    font-weight: bold;
}

.tenqiroxGentleYogaMeshDetailedList {
    background: rgba(90, 243, 255, 0.05);
    padding: 40px;
    border-radius: 15px;
    column-count: 2;
    list-style: none;
}

.tenqiroxGentleYogaMeshDetailedList li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.tenqiroxGentleYogaMeshDetailedList li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #5AF3FF;
}

/* QUOTE SECTION */
.tenqiroxGentleYogaMeshQuoteSection {
    padding: 100px 20px;
    background: linear-gradient(180deg, #050607 0%, #0d1117 100%);
}

.tenqiroxGentleYogaMeshQuoteBox {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.tenqiroxGentleYogaMeshQuote {
    font-size: 2rem;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}

.tenqiroxGentleYogaMeshAuthorInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.tenqiroxGentleYogaMeshAuthorImg {
    border-radius: 50%;
    border: 2px solid #5AF3FF;
}

.tenqiroxGentleYogaMeshName {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #5AF3FF;
}

.tenqiroxGentleYogaMeshTitle {
    color: #888;
}

/* TEXT SECTIONS */
.tenqiroxGentleYogaMeshTextSection {
    padding: 100px 20px;
}

.tenqiroxGentleYogaMeshAltBg {
    background: #0d1117;
}

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

.tenqiroxGentleYogaMeshTextWrapper p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #ccc;
}

.tenqiroxGentleYogaMeshTextWrapper ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

.tenqiroxGentleYogaMeshTextWrapper li {
    margin-bottom: 10px;
    color: #5AF3FF;
}

/* FAQ SECTION */
.tenqiroxGentleYogaMeshFAQ {
    padding: 100px 20px;
}

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

.tenqiroxGentleYogaMeshDetails {
    background: #111;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
    overflow: hidden;
}

.tenqiroxGentleYogaMeshSummary {
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5AF3FF;
}

.tenqiroxGentleYogaMeshSummary::-webkit-details-marker {
    display: none;
}

.tenqiroxGentleYogaMeshSummary::after {
    content: "+";
    font-size: 1.5rem;
}

.tenqiroxGentleYogaMeshDetails[open] .tenqiroxGentleYogaMeshSummary::after {
    content: "-";
}

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

/* FORM SECTION */
.tenqiroxGentleYogaMeshFormSection {
    padding: 100px 20px;
    background: #050607;
}

.tenqiroxGentleYogaMeshFormContainer {
    max-width: 600px;
    margin: 0 auto;
    background: #0d1117;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #5AF3FF;
    box-shadow: 0 0 40px rgba(90, 243, 255, 0.05);
}

.tenqiroxGentleYogaMeshFormSub {
    text-align: center;
    margin-bottom: 40px;
    color: #888;
}

.tenqiroxGentleYogaMeshField {
    margin-bottom: 25px;
}

.tenqiroxGentleYogaMeshLabel {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #5AF3FF;
}

.tenqiroxGentleYogaMeshInput, 
.tenqiroxGentleYogaMeshTextarea {
    width: 100%;
    padding: 15px;
    background: #1a1a1a;
    border: 1px solid #333;
    color: #fff;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s;
}

.tenqiroxGentleYogaMeshInput:focus, 
.tenqiroxGentleYogaMeshTextarea:focus {
    border-color: #5AF3FF;
}

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

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

.tenqiroxGentleYogaMeshCheck {
    margin-top: 5px;
}

.tenqiroxGentleYogaMeshCheckLabel {
    font-size: 0.9rem;
    color: #888;
}

.tenqiroxGentleYogaMeshCheckLabel a {
    color: #5AF3FF;
}

.tenqiroxGentleYogaMeshSubmit {
    width: 100%;
    padding: 18px;
    background: #5AF3FF;
    border: none;
    color: #050607;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
}

.tenqiroxGentleYogaMeshSubmit:hover {
    box-shadow: 0 0 25px #5AF3FF;
    filter: brightness(1.1);
}

/* FOOTER */
.tenqiroxGentleYogaMeshFooter {
    padding: 80px 20px;
    background: #020202;
    border-top: 1px solid #333;
}

.tenqiroxGentleYogaMeshFooterContent {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.tenqiroxGentleYogaMeshCopy {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.tenqiroxGentleYogaMeshContact, 
.tenqiroxGentleYogaMeshPhone, 
.tenqiroxGentleYogaMeshAddress {
    color: #888;
    margin-bottom: 10px;
}

.tenqiroxGentleYogaMeshContact a {
    color: #5AF3FF;
    text-decoration: none;
}

.tenqiroxGentleYogaMeshFooterLinks {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tenqiroxGentleYogaMeshFooterLink {
    color: #555;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.tenqiroxGentleYogaMeshFooterLink:hover {
    color: #5AF3FF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .tenqiroxGentleYogaMeshHeroGrid, 
    .tenqiroxGentleYogaMeshBenefitsLayout {
        flex-direction: column;
    }

    .tenqiroxGentleYogaMeshPriceGrid {
        flex-direction: column;
    }

    .tenqiroxGentleYogaMeshH1 {
        font-size: 2.5rem;
    }

    .tenqiroxGentleYogaMeshPriceFeatured {
        transform: scale(1);
    }
}

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

    .tenqiroxGentleYogaMeshNav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #050607;
        flex-direction: column;
        padding: 40px;
        gap: 20px;
        text-align: center;
        display: none;
        border-bottom: 2px solid #5AF3FF;
    }

    .tenqiroxGentleYogaMeshNavToggle:checked ~ .tenqiroxGentleYogaMeshNav {
        display: flex;
    }

    .tenqiroxGentleYogaMeshDetailedList {
        column-count: 1;
    }
}