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

html {
    scroll-behavior: smooth;
}

body.sandlyHeartLifestyleField_Body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #020B14 0%, #001E2A 100%);
    color: #e2e8f0;
    line-height: 1.6;
    overflow-x: hidden;
}

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

.sandlyHeartLifestyleField_ContainerSmall {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.sandlyHeartLifestyleField_HeaderSection {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(2, 11, 20, 0.9);
    backdrop-filter: blur(10px);
}

.sandlyHeartLifestyleField_NavContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.sandlyHeartLifestyleField_Logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

.sandlyHeartLifestyleField_NavLink {
    text-decoration: none;
    color: #e2e8f0;
    font-weight: 500;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.sandlyHeartLifestyleField_NavLink:hover {
    color: #38bdf8;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.6);
}

.sandlyHeartLifestyleField_HeaderAccentLine {
    height: 5px;
    background: linear-gradient(90deg, #22c55e, #38bdf8);
    width: 100%;
}

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

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

.sandlyHeartLifestyleField_BurgerBtn span {
    width: 25px;
    height: 3px;
    background: #38bdf8;
    border-radius: 2px;
}

/* Hero Section */
.sandlyHeartLifestyleField_HeroSection {
    padding: 80px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

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

.sandlyHeartLifestyleField_HeroTextSide {
    flex: 1;
}

.sandlyHeartLifestyleField_HeroImageSide {
    flex: 1;
    position: relative;
}

.sandlyHeartLifestyleField_HeroTitle {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
    background: linear-gradient(to right, #ffffff, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sandlyHeartLifestyleField_HeroSub {
    font-size: 1.25rem;
    color: #38bdf8;
    margin-bottom: 20px;
    font-weight: 600;
}

.sandlyHeartLifestyleField_HeroText {
    margin-bottom: 35px;
    font-size: 1.1rem;
    opacity: 0.9;
}

.sandlyHeartLifestyleField_HeroBtn {
    display: inline-block;
    padding: 15px 40px;
    background: transparent;
    border: 2px solid #38bdf8;
    color: #38bdf8;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.4s ease;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.2);
}

.sandlyHeartLifestyleField_HeroBtn:hover {
    background: #38bdf8;
    color: #020B14;
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.5);
    transform: translateY(-2px);
}

.sandlyHeartLifestyleField_HeroImageWrapper {
    position: relative;
    border-radius: 20px;
    overflow: visible;
}

.sandlyHeartLifestyleField_HeroImg {
    width: 100%;
    border-radius: 20px;
    filter: drop-shadow(0 0 20px rgba(56, 189, 248, 0.15));
}

.sandlyHeartLifestyleField_FloatingCard {
    position: absolute;
    background: rgba(2, 11, 20, 0.85);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.sandlyHeartLifestyleField_FloatingCard1 { top: 10%; right: -20px; }
.sandlyHeartLifestyleField_FloatingCard2 { bottom: 20%; left: -30px; border-color: rgba(34, 197, 94, 0.4); }
.sandlyHeartLifestyleField_FloatingCard3 { top: 50%; right: -40px; }

.sandlyHeartLifestyleField_CardIcon { font-size: 1.2rem; color: #38bdf8; }
.sandlyHeartLifestyleField_FloatingCard2 .sandlyHeartLifestyleField_CardIcon { color: #22c55e; }

/* Titles */
.sandlyHeartLifestyleField_SectionTitle {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    position: relative;
}

.sandlyHeartLifestyleField_SectionTitle::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #22c55e;
    margin: 15px auto 0;
}

.sandlyHeartLifestyleField_SectionTitleLeft {
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #fff;
}

/* Prices */
.sandlyHeartLifestyleField_ServicesSection {
    padding: 100px 0;
    background: rgba(0, 30, 42, 0.3);
}

.sandlyHeartLifestyleField_PriceGrid {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.sandlyHeartLifestyleField_PriceCard {
    flex: 1;
    background: rgba(2, 11, 20, 0.5);
    border: 1px solid rgba(226, 232, 240, 0.1);
    padding: 40px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.sandlyHeartLifestyleField_PriceCard:hover {
    transform: translateY(-10px);
    border-color: #38bdf8;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.1);
}

.sandlyHeartLifestyleField_PriceCardFeatured {
    border: 1px solid #38bdf8;
    background: rgba(2, 11, 20, 0.7);
    transform: scale(1.05);
}

.sandlyHeartLifestyleField_CardIconBox {
    margin-bottom: 20px;
}

.sandlyHeartLifestyleField_CardPriceTitle {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.sandlyHeartLifestyleField_PriceValue {
    font-size: 2.5rem;
    font-weight: 800;
    color: #38bdf8;
    margin-bottom: 25px;
}

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

.sandlyHeartLifestyleField_CardFeatures li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.05);
    font-size: 0.95rem;
    text-align: center;
}

.sandlyHeartLifestyleField_CardBtn {
    width: 100%;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    color: #e2e8f0;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.sandlyHeartLifestyleField_CardBtnAccent {
    background: #38bdf8;
    color: #020B14;
    border: none;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.4);
}

.sandlyHeartLifestyleField_CardBtn:hover {
    background: #e2e8f0;
    color: #020B14;
}

.sandlyHeartLifestyleField_CardBtnAccent:hover {
    background: #22c55e;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
}

.sandlyHeartLifestyleField_DisclaimerText {
    text-align: center;
    font-size: 0.8rem;
    opacity: 0.6;
}

/* Checklist Section */
.sandlyHeartLifestyleField_AudienceSection {
    padding: 100px 0;
}

.sandlyHeartLifestyleField_IntroText {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.2rem;
}

.sandlyHeartLifestyleField_Checklist {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sandlyHeartLifestyleField_CheckItem {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(56, 189, 248, 0.05);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #22c55e;
    transition: 0.3s;
}

.sandlyHeartLifestyleField_CheckItem:hover {
    background: rgba(56, 189, 248, 0.1);
    transform: translateX(10px);
}

.sandlyHeartLifestyleField_CheckIcon {
    color: #22c55e;
    font-size: 1.5rem;
    font-weight: bold;
}

/* Practice Section */
.sandlyHeartLifestyleField_PracticeSection {
    padding: 100px 0;
    background: rgba(2, 11, 20, 0.4);
}

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

.sandlyHeartLifestyleField_SplitText { flex: 1.2; }
.sandlyHeartLifestyleField_SplitImage { flex: 0.8; }

.sandlyHeartLifestyleField_HighlightBox {
    background: rgba(34, 197, 94, 0.1);
    border: 1px dashed #22c55e;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    font-style: italic;
    color: #22c55e;
}

.sandlyHeartLifestyleField_SectionPara {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.sandlyHeartLifestyleField_BenefitsList {
    list-style: none;
}

.sandlyHeartLifestyleField_BenefitsList li {
    padding: 8px 0 8px 30px;
    position: relative;
}

.sandlyHeartLifestyleField_BenefitsList li::before {
    content: '◈';
    position: absolute;
    left: 0;
    color: #38bdf8;
}

.sandlyHeartLifestyleField_VisualAsset {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.15);
}

/* Expert Section */
.sandlyHeartLifestyleField_ExpertSection {
    padding: 100px 0;
}

.sandlyHeartLifestyleField_QuoteLayout {
    display: flex;
    align-items: center;
    gap: 60px;
    background: rgba(56, 189, 248, 0.03);
    padding: 60px;
    border-radius: 30px;
    border: 1px solid rgba(56, 189, 248, 0.1);
}

.sandlyHeartLifestyleField_QuoteContent { flex: 1.5; }
.sandlyHeartLifestyleField_ExpertImage { flex: 1; text-align: right; }

.sandlyHeartLifestyleField_MainQuote {
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}

.sandlyHeartLifestyleField_MainQuote::before {
    content: '"';
    font-size: 5rem;
    position: absolute;
    top: -40px;
    left: -30px;
    color: #38bdf8;
    opacity: 0.3;
}

.sandlyHeartLifestyleField_ExpertSignature {
    display: flex;
    flex-direction: column;
}

.sandlyHeartLifestyleField_ExpertName {
    font-size: 1.4rem;
    font-weight: bold;
    color: #38bdf8;
}

.sandlyHeartLifestyleField_ExpertRole {
    opacity: 0.7;
    font-size: 0.9rem;
}

.sandlyHeartLifestyleField_ExpertPhoto {
    max-width: 100%;
    border-radius: 50%;
    border: 5px solid rgba(56, 189, 248, 0.2);
}

/* FAQ Section */
.sandlyHeartLifestyleField_FaqSection {
    padding: 100px 0;
    background: rgba(0, 30, 42, 0.2);
}

.sandlyHeartLifestyleField_FaqList {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sandlyHeartLifestyleField_FaqItem {
    background: rgba(2, 11, 20, 0.6);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.05);
}

.sandlyHeartLifestyleField_FaqItem summary {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.sandlyHeartLifestyleField_FaqItem summary:hover {
    background: rgba(56, 189, 248, 0.1);
}

.sandlyHeartLifestyleField_FaqItem summary::after {
    content: '+';
    font-size: 1.5rem;
    color: #38bdf8;
}

.sandlyHeartLifestyleField_FaqItem[open] summary::after {
    content: '−';
}

.sandlyHeartLifestyleField_FaqAnswer {
    padding: 0 20px 20px;
    opacity: 0.9;
    border-top: 1px solid rgba(226, 232, 240, 0.05);
    margin-top: 5px;
    padding-top: 15px;
}

/* Extra Sections Styles */
.sandlyHeartLifestyleField_ExtraSection {
    padding: 100px 0;
}

.sandlyHeartLifestyleField_BgAlt {
    background: rgba(2, 11, 20, 0.4);
}

.sandlyHeartLifestyleField_ExtraContentGrid {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.sandlyHeartLifestyleField_ExtraBlock {
    flex: 1;
    background: rgba(226, 232, 240, 0.03);
    padding: 30px;
    border-radius: 15px;
}

.sandlyHeartLifestyleField_BlockHeading {
    color: #38bdf8;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.sandlyHeartLifestyleField_SimpleList {
    list-style: none;
}

.sandlyHeartLifestyleField_SimpleList li {
    padding: 5px 0;
    font-size: 0.95rem;
}

.sandlyHeartLifestyleField_SimpleList li::before {
    content: '→ ';
    color: #22c55e;
}

.sandlyHeartLifestyleField_TextParaLong p {
    margin-bottom: 20px;
    font-size: 1.05rem;
}

/* Form Section */
.sandlyHeartLifestyleField_FormSection {
    padding: 100px 0;
}

.sandlyHeartLifestyleField_FormWrapper {
    background: linear-gradient(135deg, rgba(2, 11, 20, 0.8) 0%, rgba(0, 30, 42, 0.8) 100%);
    padding: 60px;
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.2);
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
}

.sandlyHeartLifestyleField_FormTitle {
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-align: center;
}

.sandlyHeartLifestyleField_FormSub {
    text-align: center;
    margin-bottom: 40px;
    opacity: 0.8;
}

.sandlyHeartLifestyleField_FormGroup {
    margin-bottom: 20px;
}

.sandlyHeartLifestyleField_Label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.sandlyHeartLifestyleField_Input, .sandlyHeartLifestyleField_Textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(226, 232, 240, 0.1);
    border-radius: 5px;
    color: #fff;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.sandlyHeartLifestyleField_Input:focus, .sandlyHeartLifestyleField_Textarea:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.2);
}

.sandlyHeartLifestyleField_CheckboxGroup {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.sandlyHeartLifestyleField_CheckboxGroup a {
    color: #38bdf8;
}

.sandlyHeartLifestyleField_SubmitBtn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(90deg, #38bdf8, #22c55e);
    border: none;
    border-radius: 5px;
    color: #020B14;
    font-weight: 800;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sandlyHeartLifestyleField_SubmitBtn:hover {
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.6);
    transform: scale(1.02);
}

/* Footer */
.sandlyHeartLifestyleField_FooterSection {
    padding: 60px 0;
    background: #01080e;
    border-top: 1px solid rgba(56, 189, 248, 0.1);
}

.sandlyHeartLifestyleField_FooterTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.sandlyHeartLifestyleField_FooterBrand {
    font-weight: bold;
    color: #38bdf8;
}

.sandlyHeartLifestyleField_FooterCopyright {
    text-align: center;
    opacity: 0.5;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

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

.sandlyHeartLifestyleField_FooterLink {
    text-decoration: none;
    color: #e2e8f0;
    font-size: 0.85rem;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.sandlyHeartLifestyleField_FooterLink:hover {
    opacity: 1;
    color: #38bdf8;
}

/* Responsive */
@media (max-width: 992px) {
    .sandlyHeartLifestyleField_HeroContainer, .sandlyHeartLifestyleField_SplitLayout, .sandlyHeartLifestyleField_QuoteLayout {
        flex-direction: column;
        text-align: center;
    }
    
    .sandlyHeartLifestyleField_HeroTitle { font-size: 2.5rem; }
    
    .sandlyHeartLifestyleField_PriceGrid, .sandlyHeartLifestyleField_ExtraContentGrid {
        flex-direction: column;
    }
    
    .sandlyHeartLifestyleField_HeroImageSide, .sandlyHeartLifestyleField_SplitImage, .sandlyHeartLifestyleField_ExpertImage {
        width: 100%;
        margin-top: 40px;
    }

    .sandlyHeartLifestyleField_PriceCardFeatured {
        transform: scale(1);
    }
    
    .sandlyHeartLifestyleField_ExpertImage { text-align: center; }

    .sandlyHeartLifestyleField_BurgerBtn { display: flex; }
    
    .sandlyHeartLifestyleField_NavLinks {
        position: fixed;
        top: 85px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 85px);
        background: #020B14;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        transition: 0.4s;
        z-index: 999;
    }

    .sandlyHeartLifestyleField_MenuCheckbox:checked ~ .sandlyHeartLifestyleField_NavLinks {
        left: 0;
    }
}