/* 
    Project: Senoramel — М’яка координація
    Style: Futuristic Void-Violet
    Author: senoramelGentleTonusTrace
*/

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

html {
    scroll-behavior: smooth;
}

body.senoramelGentleTonusTraceBodyMain {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #0B0020;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

/* Header & Nav */
header.senoramelGentleTonusTraceHeaderWrapper {
    background-color: rgba(11, 0, 32, 0.95);
    border-bottom: 2px solid #B98CFF;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(185, 140, 255, 0.3);
}

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

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

.senoramelGentleTonusTraceNavMenu {
    display: flex;
}

.senoramelGentleTonusTraceNavList {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.senoramelGentleTonusTraceNavLink {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 15px;
}

.senoramelGentleTonusTraceNavLink:hover {
    color: #B98CFF;
}

.senoramelGentleTonusTraceNavBtn {
    background: transparent;
    color: #B98CFF;
    border: 1px solid #B98CFF;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.senoramelGentleTonusTraceNavBtn:hover {
    background: #B98CFF;
    color: #0B0020;
    box-shadow: 0 0 15px #B98CFF;
}

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

.senoramelGentleTonusTraceBurgerBtn {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
}

.senoramelGentleTonusTraceBurgerBtn span {
    width: 30px;
    height: 3px;
    background-color: #B98CFF;
    transition: 0.3s;
}

/* Hero Section */
.senoramelGentleTonusTraceHeroWrapper {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.senoramelGentleTonusTraceHeroMainRow {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.senoramelGentleTonusTraceHeroImageLeft {
    flex: 1;
}

.senoramelGentleTonusTraceHeroTextRight {
    flex: 1;
}

.senoramelGentleTonusTraceH1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #B98CFF;
    text-shadow: 0 0 10px rgba(185, 140, 255, 0.5);
}

.senoramelGentleTonusTraceSub {
    font-size: 20px;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.senoramelGentleTonusTraceHeroDesc {
    margin-bottom: 20px;
    font-size: 17px;
    color: #cccccc;
}

.senoramelGentleTonusTraceCtaBtn {
    display: inline-block;
    background-color: #B98CFF;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
}

.senoramelGentleTonusTraceCtaBtn:hover {
    background-color: #ffffff;
    color: #0B0020;
    box-shadow: 0 0 25px #B98CFF;
    transform: translateY(-2px);
}

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

.senoramelGentleTonusTraceHeroGridItem {
    flex: 1;
    text-align: center;
}

.senoramelGentleTonusTraceImgGrid {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #B98CFF;
}

.senoramelGentleTonusTraceGridText {
    font-size: 15px;
    color: #B98CFF;
}

/* Price Section */
.senoramelGentleTonusTracePriceWrapper {
    padding: 80px 0;
    background: linear-gradient(180deg, #0B0020 0%, #150035 100%);
}

.senoramelGentleTonusTraceH2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #B98CFF;
    text-transform: uppercase;
}

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

.senoramelGentleTonusTracePriceCard {
    flex: 1;
    min-width: 220px;
    max-width: 300px;
    padding: 30px;
    border: 1px solid #B98CFF;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.senoramelGentleTonusTracePriceCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgba(185, 140, 255, 0.4);
    background: rgba(185, 140, 255, 0.05);
}

.senoramelGentleTonusTracePriceFeatured {
    border-width: 3px;
    box-shadow: 0 0 20px rgba(185, 140, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.senoramelGentleTonusTracePriceFeatured::before {
    content: "Популярно";
    position: absolute;
    top: 15px;
    right: -35px;
    background: #B98CFF;
    color: #0B0020;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 700;
}

.senoramelGentleTonusTracePriceTitle {
    font-size: 22px;
    margin-bottom: 15px;
}

.senoramelGentleTonusTracePriceValue {
    font-size: 32px;
    font-weight: 800;
    color: #B98CFF;
    margin-bottom: 25px;
}

.senoramelGentleTonusTracePriceList {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
    flex-grow: 1;
}

.senoramelGentleTonusTracePriceList li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(185, 140, 255, 0.2);
    font-size: 14px;
}

/* Quote Section */
.senoramelGentleTonusTraceQuoteWrapper {
    padding: 80px 0;
    background: #0B0020;
}

.senoramelGentleTonusTraceQuoteBox {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    border-left: 4px solid #B98CFF;
    background: rgba(185, 140, 255, 0.03);
}

.senoramelGentleTonusTraceBlockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 20px;
}

.senoramelGentleTonusTraceCite {
    font-size: 18px;
    color: #B98CFF;
    font-weight: 600;
}

/* Benefits Section */
.senoramelGentleTonusTraceBenefitsWrapper {
    padding: 80px 0;
}

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

.senoramelGentleTonusTraceBenefitsText {
    flex: 1;
}

.senoramelGentleTonusTraceBenefitsImage {
    flex: 1;
}

.senoramelGentleTonusTraceImgShadow {
    width: 100%;
    border-radius: 20px;
    box-shadow: 20px 20px 0px #B98CFF;
}

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

.senoramelGentleTonusTraceCheckList li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
}

.senoramelGentleTonusTraceCheckList li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #B98CFF;
    font-weight: 800;
    font-size: 20px;
}

/* For Whom Section */
.senoramelGentleTonusTraceForWhomWrapper {
    padding: 80px 0;
}

.senoramelGentleTonusTraceSectionImageTop {
    margin-bottom: 50px;
}

.senoramelGentleTonusTraceImgBanner {
    width: 100%;
    border-radius: 15px;
    border: 2px solid #B98CFF;
}

.senoramelGentleTonusTraceLead {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 18px;
}

.senoramelGentleTonusTraceForWhomGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.senoramelGentleTonusTraceForWhomItem {
    padding: 25px;
    background: rgba(185, 140, 255, 0.05);
    border: 1px solid rgba(185, 140, 255, 0.2);
    border-radius: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.senoramelGentleTonusTraceForWhomItem:hover {
    border-color: #B98CFF;
    background: rgba(185, 140, 255, 0.1);
}

/* FAQ Section */
.senoramelGentleTonusTraceFaqWrapper {
    padding: 80px 0;
    background: #150035;
}

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

.senoramelGentleTonusTraceFaqItem {
    margin-bottom: 15px;
    border: 1px solid rgba(185, 140, 255, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

.senoramelGentleTonusTraceFaqSummary {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    background: #0B0020;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.senoramelGentleTonusTraceFaqSummary::after {
    content: "+";
    color: #B98CFF;
    font-size: 24px;
}

.senoramelGentleTonusTraceFaqItem[open] .senoramelGentleTonusTraceFaqSummary::after {
    content: "-";
}

.senoramelGentleTonusTraceFaqContent {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    color: #dddddd;
    border-top: 1px solid rgba(185, 140, 255, 0.2);
}

/* Form Section */
.senoramelGentleTonusTraceFormWrapper {
    padding: 80px 0;
}

.senoramelGentleTonusTraceFormBox {
    max-width: 600px;
    margin: 0 auto;
    background: #150035;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #B98CFF;
    box-shadow: 0 0 40px rgba(185, 140, 255, 0.2);
}

.senoramelGentleTonusTraceFormLead {
    text-align: center;
    margin-bottom: 35px;
    color: #cccccc;
}

.senoramelGentleTonusTraceFormGroup {
    margin-bottom: 20px;
}

.senoramelGentleTonusTraceLabel {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #B98CFF;
}

.senoramelGentleTonusTraceInput,
.senoramelGentleTonusTraceTextarea {
    width: 100%;
    padding: 12px 15px;
    background: #0B0020;
    border: 1px solid rgba(185, 140, 255, 0.4);
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
}

.senoramelGentleTonusTraceInput:focus,
.senoramelGentleTonusTraceTextarea:focus {
    outline: none;
    border-color: #B98CFF;
    box-shadow: 0 0 10px rgba(185, 140, 255, 0.3);
}

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

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

.senoramelGentleTonusTraceCheckboxGroup a {
    color: #B98CFF;
}

.senoramelGentleTonusTraceSubmitBtn {
    width: 100%;
    background: #B98CFF;
    color: #0B0020;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.senoramelGentleTonusTraceSubmitBtn:hover {
    background: #ffffff;
    box-shadow: 0 0 20px #B98CFF;
}

/* Extra Text Sections */
.senoramelGentleTonusTraceExtraTextSection {
    padding: 60px 0;
}

.senoramelGentleTonusTraceExtraTextSection h2 {
    margin-bottom: 30px;
}

.senoramelGentleTonusTraceExtraTextSection p {
    margin-bottom: 20px;
    color: #bbbbbb;
    font-size: 17px;
}

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

.senoramelGentleTonusTraceExtraTextSection li {
    margin-bottom: 10px;
    color: #B98CFF;
}

/* Footer */
.senoramelGentleTonusTraceFooterWrapper {
    padding: 60px 0 30px;
    background: #050010;
    border-top: 1px solid #B98CFF;
}

.senoramelGentleTonusTraceFooterMain {
    text-align: center;
}

.senoramelGentleTonusTraceFooterCopy {
    font-size: 16px;
    margin-bottom: 10px;
}

.senoramelGentleTonusTraceFooterContact,
.senoramelGentleTonusTraceFooterPhone {
    margin-bottom: 5px;
}

.senoramelGentleTonusTraceFooterContact a {
    color: #B98CFF;
    text-decoration: none;
}

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

.senoramelGentleTonusTraceFooterLink {
    color: #888888;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.senoramelGentleTonusTraceFooterLink:hover {
    color: #B98CFF;
}

/* Responsive */
@media (max-width: 992px) {
    .senoramelGentleTonusTraceHeroMainRow {
        flex-direction: column;
        text-align: center;
    }
    
    .senoramelGentleTonusTraceHeroTripleGrid {
        flex-direction: column;
    }
    
    .senoramelGentleTonusTraceBenefitsRow {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .senoramelGentleTonusTraceBurgerBtn {
        display: flex;
        z-index: 1001;
    }

    .senoramelGentleTonusTraceNavMenu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #0B0020;
        transition: 0.4s;
        padding-top: 100px;
        box-shadow: -5px 0 15px rgba(0,0,0,0.5);
    }

    .senoramelGentleTonusTraceNavList {
        flex-direction: column;
    }

    .senoramelGentleTonusTraceNavCheckbox:checked ~ .senoramelGentleTonusTraceNavMenu {
        right: 0;
    }

    .senoramelGentleTonusTraceNavCheckbox:checked ~ .senoramelGentleTonusTraceBurgerBtn span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }
    .senoramelGentleTonusTraceNavCheckbox:checked ~ .senoramelGentleTonusTraceBurgerBtn span:nth-child(2) {
        opacity: 0;
    }
    .senoramelGentleTonusTraceNavCheckbox:checked ~ .senoramelGentleTonusTraceBurgerBtn span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -8px);
    }

    .senoramelGentleTonusTraceH1 {
        font-size: 32px;
    }

    .senoramelGentleTonusTraceForWhomGrid {
        grid-template-columns: 1fr;
    }
    
    .senoramelGentleTonusTracePriceCard {
        max-width: 100%;
    }
}