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

body.dorilinCardioBreathGridBodyMain {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #050A18; /* Нічний індиго */
    color: #E0E6ED;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3 {
    color: #6AA9FF;
    font-weight: 700;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* HEADER */
.dorilinCardioBreathGridHeaderContainer {
    background: rgba(5, 10, 24, 0.95);
    border-bottom: 2px solid #6AA9FF;
    box-shadow: 0 0 15px rgba(106, 169, 255, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.dorilinCardioBreathGridLogoText {
    font-size: 28px;
    font-weight: 800;
    color: #6AA9FF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dorilinCardioBreathGridNavList {
    display: flex;
    gap: 20px;
}

.dorilinCardioBreathGridNavLink {
    color: #E0E6ED;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.dorilinCardioBreathGridNavLink:hover {
    color: #6AA9FF;
    text-shadow: 0 0 5px #6AA9FF;
}

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

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

.dorilinCardioBreathGridBurgerIcon span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #6AA9FF;
}

/* HERO SECTION */
.dorilinCardioBreathGridHeroSection {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.dorilinCardioBreathGridQuickBtn {
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #6AA9FF;
    color: #6AA9FF;
    border-radius: 20px;
    font-size: 14px;
}

.dorilinCardioBreathGridQuickBtn:hover {
    background: #6AA9FF;
    color: #050A18;
}

.dorilinCardioBreathGridHeroContainer {
    display: flex;
    align-items: center;
    gap: 40px;
}

.dorilinCardioBreathGridHeroLeft {
    flex: 1;
}

.dorilinCardioBreathGridHeroRight {
    flex: 1;
}

.dorilinCardioBreathGridMainTitle {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.dorilinCardioBreathGridHeroSub {
    font-size: 20px;
    margin-bottom: 20px;
    color: #A9B7C6;
}

.dorilinCardioBreathGridHeroText {
    margin-bottom: 15px;
    color: #D1D9E1;
}

.dorilinCardioBreathGridCtaButton {
    display: inline-block;
    padding: 15px 35px;
    background-color: #6AA9FF;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(106, 169, 255, 0.4);
}

.dorilinCardioBreathGridCtaButton:hover {
    box-shadow: 0 0 20px #6AA9FF;
    transform: translateY(-2px);
}

/* PRICE SECTION */
.dorilinCardioBreathGridPriceSection {
    background: #080F25;
    padding: 80px 20px;
    border-top: 1px solid #1A2A4A;
    border-bottom: 1px solid #1A2A4A;
}

.dorilinCardioBreathGridSectionTitle {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

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

.dorilinCardioBreathGridPriceCard {
    background: #0C1530;
    border: 1px solid #1A2A4A;
    padding: 30px;
    width: 350px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s;
}

.dorilinCardioBreathGridPriceCard:hover {
    transform: scale(1.02);
    border-color: #6AA9FF;
}

.dorilinCardioBreathGridPriceFeatured {
    border: 2px solid #6AA9FF;
    position: relative;
    box-shadow: 0 0 30px rgba(106, 169, 255, 0.1);
}

.dorilinCardioBreathGridPriceName {
    font-size: 24px;
    margin-bottom: 15px;
}

.dorilinCardioBreathGridPriceValue {
    font-size: 32px;
    font-weight: 800;
    color: #6AA9FF;
    margin-bottom: 25px;
}

.dorilinCardioBreathGridPriceList {
    text-align: left;
    margin-bottom: 30px;
    min-height: 180px;
}

.dorilinCardioBreathGridPriceList li {
    padding: 8px 0;
    border-bottom: 1px solid #1A2A4A;
    font-size: 15px;
}

.dorilinCardioBreathGridPriceBtn {
    display: block;
    padding: 12px;
    border: 1px solid #6AA9FF;
    color: #6AA9FF;
    border-radius: 5px;
    font-weight: 600;
}

.dorilinCardioBreathGridPriceBtn:hover {
    background: #6AA9FF;
    color: #FFFFFF;
}

/* TARGET SECTION */
.dorilinCardioBreathGridTargetSection {
    padding: 80px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.dorilinCardioBreathGridSectionDesc {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

.dorilinCardioBreathGridCheckList {
    columns: 2;
    column-gap: 40px;
}

.dorilinCardioBreathGridCheckList li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.dorilinCardioBreathGridCheckList li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #6AA9FF;
    font-weight: bold;
}

/* REVIEWS */
.dorilinCardioBreathGridReviewsSection {
    padding: 80px 20px;
    background: #040812;
}

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

.dorilinCardioBreathGridReviewCard {
    background: #0C1530;
    padding: 30px;
    border-radius: 12px;
    width: 380px;
    border-left: 4px solid #6AA9FF;
}

.dorilinCardioBreathGridReviewText {
    font-style: italic;
    margin-bottom: 20px;
}

.dorilinCardioBreathGridReviewAuthor {
    font-weight: 700;
    color: #6AA9FF;
}

/* BENEFIT SECTION */
.dorilinCardioBreathGridBenefitSection {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.dorilinCardioBreathGridBenefitText {
    flex: 1;
}

.dorilinCardioBreathGridBenefitImage {
    flex: 1;
}

.dorilinCardioBreathGridSimpleList li {
    margin-bottom: 20px;
}

.dorilinCardioBreathGridSimpleList li strong {
    color: #6AA9FF;
    display: block;
}

/* EXPERT SECTION */
.dorilinCardioBreathGridExpertSection {
    background: linear-gradient(90deg, #050A18 0%, #0C1530 100%);
    padding: 100px 20px;
    text-align: center;
}

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

.dorilinCardioBreathGridQuote {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #E0E6ED;
}

.dorilinCardioBreathGridExpertName {
    font-size: 18px;
    font-weight: 700;
    color: #6AA9FF;
}

/* FAQ SECTION */
.dorilinCardioBreathGridFaqSection {
    padding: 80px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.dorilinCardioBreathGridAccordion {
    margin-bottom: 15px;
    border: 1px solid #1A2A4A;
    border-radius: 8px;
    overflow: hidden;
}

.dorilinCardioBreathGridAccSummary {
    padding: 15px 20px;
    background: #0C1530;
    cursor: pointer;
    font-weight: 600;
    color: #6AA9FF;
}

.dorilinCardioBreathGridAccContent {
    padding: 15px 20px;
    background: #050A18;
    border-top: 1px solid #1A2A4A;
}

/* FORM SECTION */
.dorilinCardioBreathGridFormSection {
    padding: 80px 20px;
    background: #080F25;
}

.dorilinCardioBreathGridFormContainer {
    max-width: 600px;
    margin: 0 auto;
    background: #0C1530;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
}

.dorilinCardioBreathGridFormTitle {
    text-align: center;
    margin-bottom: 10px;
}

.dorilinCardioBreathGridFormSub {
    text-align: center;
    margin-bottom: 30px;
    color: #A9B7C6;
}

.dorilinCardioBreathGridInputGroup {
    margin-bottom: 20px;
}

.dorilinCardioBreathGridInputGroup label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.dorilinCardioBreathGridInputField, 
.dorilinCardioBreathGridTextField {
    width: 100%;
    padding: 12px;
    background: #050A18;
    border: 1px solid #1A2A4A;
    color: #E0E6ED;
    border-radius: 5px;
}

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

.dorilinCardioBreathGridCheckboxGroup {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.dorilinCardioBreathGridCheckboxGroup a {
    color: #6AA9FF;
}

.dorilinCardioBreathGridSubmitBtn {
    width: 100%;
    padding: 15px;
    background: #6AA9FF;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.dorilinCardioBreathGridSubmitBtn:hover {
    box-shadow: 0 0 15px #6AA9FF;
}

/* INFO TEXT SECTIONS */
.dorilinCardioBreathGridInfoSection {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.dorilinCardioBreathGridAltBg {
    background: rgba(106, 169, 255, 0.05);
    border-radius: 20px;
}

.dorilinCardioBreathGridPara {
    margin-bottom: 20px;
    font-size: 17px;
    color: #D1D9E1;
}

.dorilinCardioBreathGridCustomList {
    margin-left: 20px;
}

.dorilinCardioBreathGridCustomList li {
    margin-bottom: 10px;
    list-style-type: square;
    color: #6AA9FF;
}

/* FOOTER */
.dorilinCardioBreathGridFooter {
    background: #040812;
    padding: 60px 20px;
    border-top: 2px solid #6AA9FF;
}

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

.dorilinCardioBreathGridCopyright {
    font-size: 18px;
    margin-bottom: 10px;
}

.dorilinCardioBreathGridFooterContact {
    margin-bottom: 30px;
    color: #A9B7C6;
}

.dorilinCardioBreathGridFooterContact a {
    color: #6AA9FF;
}

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

.dorilinCardioBreathGridFootLink {
    color: #A9B7C6;
    font-size: 13px;
}

.dorilinCardioBreathGridFootLink:hover {
    color: #6AA9FF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .dorilinCardioBreathGridHeroContainer, 
    .dorilinCardioBreathGridBenefitWrapper {
        flex-direction: column;
    }
    .dorilinCardioBreathGridCheckList {
        columns: 1;
    }
}

@media (max-width: 768px) {
    .dorilinCardioBreathGridBurgerIcon {
        display: flex;
    }
    .dorilinCardioBreathGridNavigationMenu {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #0C1530;
        padding: 20px;
    }
    .dorilinCardioBreathGridMenuCheckbox:checked ~ .dorilinCardioBreathGridNavigationMenu {
        display: block;
    }
    .dorilinCardioBreathGridNavList {
        flex-direction: column;
        text-align: center;
    }
    .dorilinCardioBreathGridMainTitle {
        font-size: 32px;
    }
}