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

html {
    scroll-behavior: smooth;
}

body.halotorZenBreathRibbonMainBody {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #000F2B; /* Темно-синій майже чорний */
    color: #D9FAFF; /* Айс-блакитний текст */
    line-height: 1.6;
    overflow-x: hidden;
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

ul {
    list-style: none;
}

/* TYPOGRAPHY */
.halotorZenBreathRibbonH1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #D9FAFF;
    text-shadow: 0 0 15px rgba(217, 250, 255, 0.3);
}

.halotorZenBreathRibbonH2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.halotorZenBreathRibbonH2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #D9FAFF;
    box-shadow: 0 0 10px #D9FAFF;
}

.halotorZenBreathRibbonCenter.halotorZenBreathRibbonH2::after {
    left: 50%;
    transform: translateX(-50%);
}

.halotorZenBreathRibbonH3 {
    font-size: 1.8rem;
    margin: 25px 0 15px;
    color: #D9FAFF;
}

.halotorZenBreathRibbonSubtitle {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 25px;
    color: #D9FAFF;
    opacity: 0.9;
}

.halotorZenBreathRibbonPara {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #A0C4D1;
}

.halotorZenBreathRibbonCenter {
    text-align: center;
}

/* HEADER */
.halotorZenBreathRibbonHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 15, 43, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(217, 250, 255, 0.1);
}

.halotorZenBreathRibbonHeaderFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

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

.halotorZenBreathRibbonNavList {
    display: flex;
    gap: 25px;
    align-items: center;
}

.halotorZenBreathRibbonNavLink {
    font-size: 0.95rem;
    font-weight: 500;
    color: #D9FAFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.halotorZenBreathRibbonNavLink:hover {
    color: #A0F0FF;
    text-shadow: 0 0 8px rgba(217, 250, 255, 0.6);
}

.halotorZenBreathRibbonCtaBtn {
    background: #D9FAFF;
    color: #000F2B !important;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(217, 250, 255, 0.2);
}

.halotorZenBreathRibbonCtaBtn:hover {
    background: #ffffff;
    box-shadow: 0 0 25px rgba(217, 250, 255, 0.5);
}

.halotorZenBreathRibbonMenuToggle, .halotorZenBreathRibbonBurger {
    display: none;
}

/* HERO SECTION */
.halotorZenBreathRibbonHero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.halotorZenBreathRibbonHeroBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.halotorZenBreathRibbonHeroOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,15,43,0.9) 0%, rgba(0,15,43,0.4) 100%);
    display: flex;
    align-items: center;
}

.halotorZenBreathRibbonHeroGrid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.halotorZenBreathRibbonHeroMainImg {
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(217, 250, 255, 0.1);
}

.halotorZenBreathRibbonMainBtn {
    display: inline-block;
    padding: 18px 45px;
    background: #D9FAFF;
    color: #000F2B;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    margin-top: 30px;
    box-shadow: 0 0 20px rgba(217, 250, 255, 0.2);
}

.halotorZenBreathRibbonMainBtn:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0 35px rgba(217, 250, 255, 0.4);
}

/* PRICE SECTION */
.halotorZenBreathRibbonPrice {
    padding: 100px 0;
    background: #000F2B;
}

.halotorZenBreathRibbonPriceGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.halotorZenBreathRibbonPriceCard {
    background: rgba(217, 250, 255, 0.03);
    border: 1px solid rgba(217, 250, 255, 0.1);
    padding: 40px;
    text-align: center;
    transition: 0.4s ease;
    border-radius: 8px;
}

.halotorZenBreathRibbonPriceCard:hover {
    background: rgba(217, 250, 255, 0.07);
    border-color: #D9FAFF;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

.halotorZenBreathRibbonPriceTitle {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #D9FAFF;
}

.halotorZenBreathRibbonPriceVal {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: #D9FAFF;
}

.halotorZenBreathRibbonPriceList {
    margin-bottom: 30px;
    text-align: left;
}

.halotorZenBreathRibbonPriceList li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    font-size: 0.95rem;
    color: #A0C4D1;
}

.halotorZenBreathRibbonPriceList li::before {
    content: '❄';
    position: absolute;
    left: 0;
    color: #D9FAFF;
}

.halotorZenBreathRibbonCardBtn {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #D9FAFF;
    color: #D9FAFF;
    font-weight: 600;
    border-radius: 4px;
}

.halotorZenBreathRibbonCardBtn:hover {
    background: #D9FAFF;
    color: #000F2B;
}

/* TARGET SECTION */
.halotorZenBreathRibbonTarget {
    padding: 100px 0;
    background: rgba(217, 250, 255, 0.02);
}

.halotorZenBreathRibbonTargetImgTop {
    margin-bottom: 60px;
}

.halotorZenBreathRibbonWideImg {
    border-radius: 12px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 1px solid rgba(217, 250, 255, 0.1);
}

.halotorZenBreathRibbonSectionIntro {
    font-size: 1.3rem;
    margin-bottom: 40px;
    max-width: 800px;
    color: #D9FAFF;
}

.halotorZenBreathRibbonTargetList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.halotorZenBreathRibbonTargetItem {
    padding: 20px;
    background: rgba(217, 250, 255, 0.04);
    border-left: 4px solid #D9FAFF;
    font-size: 1.05rem;
}

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

.halotorZenBreathRibbonBenefitsFlex {
    display: flex;
    align-items: center;
    gap: 80px;
}

.halotorZenBreathRibbonBenefitsContent {
    flex: 1;
}

.halotorZenBreathRibbonBenefitsImg {
    flex: 1;
    display: flex;
    justify-content: center;
}

.halotorZenBreathRibbonRoundImg {
    border-radius: 50%;
    border: 8px solid rgba(217, 250, 255, 0.05);
    box-shadow: 0 0 60px rgba(217, 250, 255, 0.15);
}

.halotorZenBreathRibbonBenefitList li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    padding-left: 30px;
    position: relative;
}

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

/* REVIEWS SECTION */
.halotorZenBreathRibbonReviews {
    padding: 100px 0;
    background: #000B20;
}

.halotorZenBreathRibbonReviewsList {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.halotorZenBreathRibbonReviewItem {
    display: flex;
    gap: 30px;
    background: rgba(255,255,255,0.02);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(217, 250, 255, 0.05);
}

.halotorZenBreathRibbonReviewAvatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #D9FAFF;
}

.halotorZenBreathRibbonQuote {
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #D9FAFF;
}

.halotorZenBreathRibbonAuthor {
    display: block;
    font-weight: 700;
    color: #A0C4D1;
}

.halotorZenBreathRibbonRating {
    color: #D9FAFF;
    margin-top: 10px;
}

/* FAQ SECTION */
.halotorZenBreathRibbonFaq {
    padding: 100px 0;
}

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

.halotorZenBreathRibbonFaqItem {
    margin-bottom: 15px;
    background: rgba(217, 250, 255, 0.03);
    border-radius: 8px;
    overflow: hidden;
}

.halotorZenBreathRibbonFaqTitle {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    position: relative;
    border: 1px solid rgba(217, 250, 255, 0.1);
}

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

.halotorZenBreathRibbonFaqTitle::after {
    content: '+';
    position: absolute;
    right: 20px;
    color: #D9FAFF;
}

.halotorZenBreathRibbonFaqItem[open] .halotorZenBreathRibbonFaqTitle::after {
    content: '-';
}

.halotorZenBreathRibbonFaqContent {
    padding: 0 20px 20px;
    color: #A0C4D1;
}

/* CONTACT SECTION */
.halotorZenBreathRibbonContact {
    padding: 100px 0;
    background: radial-gradient(circle at center, #001A40 0%, #000F2B 100%);
}

.halotorZenBreathRibbonFormBox {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(255,255,255,0.01);
    border: 1px solid rgba(217, 250, 255, 0.1);
    padding: 50px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
}

.halotorZenBreathRibbonFormSub {
    margin-bottom: 30px;
    text-align: center;
}

.halotorZenBreathRibbonFormGroup {
    margin-bottom: 20px;
}

.halotorZenBreathRibbonFormGroup label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #D9FAFF;
}

.halotorZenBreathRibbonFormGroup input, 
.halotorZenBreathRibbonFormGroup textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(217, 250, 255, 0.2);
    color: #fff;
    border-radius: 4px;
}

.halotorZenBreathRibbonFormGroup input:focus, 
.halotorZenBreathRibbonFormGroup textarea:focus {
    outline: none;
    border-color: #D9FAFF;
    box-shadow: 0 0 10px rgba(217, 250, 255, 0.2);
}

.halotorZenBreathRibbonCheckboxGroup {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
}

.halotorZenBreathRibbonCheckboxGroup a {
    text-decoration: underline;
}

.halotorZenBreathRibbonSubmitBtn {
    width: 100%;
    padding: 15px;
    background: #D9FAFF;
    color: #000F2B;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.halotorZenBreathRibbonSubmitBtn:hover {
    background: #fff;
    box-shadow: 0 0 25px rgba(217, 250, 255, 0.4);
}

/* TEXT SECTIONS */
.halotorZenBreathRibbonTextSection {
    padding: 80px 0;
}

.halotorZenBreathRibbonAltBg {
    background: rgba(217, 250, 255, 0.02);
}

.halotorZenBreathRibbonInlineList {
    margin: 20px 0;
}

.halotorZenBreathRibbonInlineList li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.halotorZenBreathRibbonInlineList li::before {
    content: '•';
    color: #D9FAFF;
    position: absolute;
    left: 0;
}

.halotorZenBreathRibbonOrderedList {
    margin: 20px 0;
    padding-left: 20px;
}

.halotorZenBreathRibbonOrderedList li {
    margin-bottom: 15px;
}

/* FOOTER */
.halotorZenBreathRibbonFooter {
    padding: 60px 0 30px;
    background: #000818;
    border-top: 1px solid rgba(217, 250, 255, 0.05);
}

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

.halotorZenBreathRibbonFooterLogo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D9FAFF;
}

.halotorZenBreathRibbonFooterMid {
    padding: 30px 0;
    border-top: 1px solid rgba(217, 250, 255, 0.05);
    border-bottom: 1px solid rgba(217, 250, 255, 0.05);
    margin-bottom: 30px;
}

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

.halotorZenBreathRibbonFooterLinks a {
    font-size: 0.85rem;
    color: #A0C4D1;
}

.halotorZenBreathRibbonFooterLinks a:hover {
    color: #D9FAFF;
}

.halotorZenBreathRibbonFooterBottom {
    text-align: center;
    font-size: 0.8rem;
    color: #557080;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .halotorZenBreathRibbonHeroGrid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .halotorZenBreathRibbonHeroImgWrapper {
        display: none;
    }
    .halotorZenBreathRibbonPriceGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .halotorZenBreathRibbonBenefitsFlex {
        flex-direction: column;
        text-align: center;
    }
    .halotorZenBreathRibbonH1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .halotorZenBreathRibbonBurger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    .halotorZenBreathRibbonBurger span {
        width: 30px;
        height: 3px;
        background: #D9FAFF;
        transition: 0.3s;
    }
    .halotorZenBreathRibbonNav {
        position: absolute;
        top: 80px;
        left: -100%;
        width: 100%;
        background: #000F2B;
        padding: 40px 0;
        transition: 0.5s;
    }
    .halotorZenBreathRibbonNavList {
        flex-direction: column;
        gap: 20px;
    }
    .halotorZenBreathRibbonMenuToggle:checked ~ .halotorZenBreathRibbonNav {
        left: 0;
    }
    .halotorZenBreathRibbonPriceGrid {
        grid-template-columns: 1fr;
    }
    .halotorZenBreathRibbonTargetList {
        grid-template-columns: 1fr;
    }
    .halotorZenBreathRibbonReviewItem {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}