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

html {
    scroll-behavior: smooth;
}

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

.tone-brasku-3095-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
.tone-brasku-3095-h1-title {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(90, 243, 255, 0.3);
}

.tone-brasku-3095-h2-title {
    font-size: 2.2rem;
    color: #5AF3FF;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

.tone-brasku-3095-h2-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: #5AF3FF;
    box-shadow: 0 0 8px #5AF3FF;
}

.tone-brasku-3095-h3-title {
    font-size: 1.5rem;
    color: #5AF3FF;
    margin: 25px 0 15px;
}

.tone-brasku-3095-p-text {
    margin-bottom: 20px;
    color: #b0b0b0;
    font-size: 1.1rem;
}

.tone-brasku-3095-intro-text {
    font-size: 1.2rem;
    color: #d0d0d0;
    margin-bottom: 40px;
    max-width: 800px;
}

/* Header */
.tone-brasku-3095-header-wrp {
    background: rgba(5, 6, 7, 0.9);
    border-bottom: 2px solid #5AF3FF;
    box-shadow: 0 4px 15px rgba(90, 243, 255, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

.tone-brasku-3095-header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tone-brasku-3095-logo-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: #5AF3FF;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 5px #5AF3FF;
}

.tone-brasku-3095-ul-nav {
    display: flex;
    list-style: none;
}

.tone-brasku-3095-nav-link {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.tone-brasku-3095-nav-link:hover {
    color: #5AF3FF;
    text-shadow: 0 0 5px #5AF3FF;
}

/* Mobile Menu */
.tone-brasku-3095-menu-btn-check {
    display: none;
}

.tone-brasku-3095-menu-icon {
    cursor: pointer;
    display: none;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.tone-brasku-3095-navicon {
    background: #5AF3FF;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.tone-brasku-3095-navicon:before,
.tone-brasku-3095-navicon:after {
    background: #5AF3FF;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.tone-brasku-3095-navicon:before { top: 5px; }
.tone-brasku-3095-navicon:after { top: -5px; }

/* Hero Section */
.tone-brasku-3095-hero-sec {
    padding: 80px 0;
    background-image: radial-gradient(circle at 50% 50%, rgba(90, 243, 255, 0.05) 0%, transparent 70%);
}

.tone-brasku-3095-hero-flex {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}

.tone-brasku-3095-hero-img-box {
    flex: 1;
}

.tone-brasku-3095-hero-main-img {
    width: 100%;
    height: auto;
    border: 1px solid #5AF3FF;
    box-shadow: 0 0 20px rgba(90, 243, 255, 0.3);
    border-radius: 4px;
    object-fit: cover;
}

.tone-brasku-3095-hero-text-box {
    flex: 1;
}

.tone-brasku-3095-sub-h1 {
    font-size: 1.4rem;
    color: #5AF3FF;
    margin-bottom: 20px;
}

.tone-brasku-3095-hero-gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.tone-brasku-3095-gal-item {
    flex: 1;
    max-width: 300px;
}

.tone-brasku-3095-gal-img {
    width: 100%;
    height: auto;
    border: 1px solid #333;
    transition: border-color 0.3s ease;
}

.tone-brasku-3095-gal-img:hover {
    border-color: #5AF3FF;
    box-shadow: 0 0 10px rgba(90, 243, 255, 0.5);
}

/* Buttons */
.tone-brasku-3095-btn-main {
    display: inline-block;
    background-color: #5AF3FF;
    color: #050607;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid #5AF3FF;
    cursor: pointer;
    font-family: inherit;
    margin-top: 10px;
}

.tone-brasku-3095-btn-main:hover {
    background-color: transparent;
    color: #5AF3FF;
    box-shadow: 0 0 20px #5AF3FF, inset 0 0 10px #5AF3FF;
    filter: blur(0.2px);
}

.tone-brasku-3095-btn-sec {
    display: inline-block;
    background-color: transparent;
    color: #5AF3FF;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #5AF3FF;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-align: center;
}

.tone-brasku-3095-btn-sec:hover {
    background-color: rgba(90, 243, 255, 0.1);
    box-shadow: 0 0 10px #5AF3FF;
}

/* For Whom Section */
.tone-brasku-3095-for-whom-sec {
    padding: 100px 0;
    background-color: #0a0c0e;
}

.tone-brasku-3095-for-whom-grid {
    display: flex;
    gap: 50px;
    align-items: center;
}

.tone-brasku-3095-for-whom-list-box {
    flex: 1.2;
}

.tone-brasku-3095-check-list {
    list-style: none;
}

.tone-brasku-3095-check-list li {
    padding: 10px 0 10px 35px;
    position: relative;
    border-bottom: 1px solid #1a1e22;
}

.tone-brasku-3095-check-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #5AF3FF;
    font-weight: bold;
    text-shadow: 0 0 5px #5AF3FF;
}

.tone-brasku-3095-product-box {
    flex: 0.8;
    text-align: center;
    position: relative;
}

.tone-brasku-3095-prod-img {
    max-width: 100%;
    border: 1px solid #5AF3FF;
}

.tone-brasku-3095-prod-price-tag {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #5AF3FF;
    color: #050607;
    padding: 10px 20px;
    font-weight: bold;
    box-shadow: 0 0 15px #5AF3FF;
}

/* Price Section */
.tone-brasku-3095-price-sec {
    padding: 100px 0;
}

.tone-brasku-3095-price-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.tone-brasku-3095-price-card {
    flex: 1 1 300px;
    max-width: 350px;
    border: 1px solid #1a1e22;
    padding: 40px 30px;
    background: #080a0c;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.tone-brasku-3095-price-card:hover {
    border-color: #5AF3FF;
    transform: translateY(-10px);
}

.tone-brasku-3095-price-highlight {
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 15px rgba(90, 243, 255, 0.2);
    transform: scale(1.05);
}

.tone-brasku-3095-price-highlight:hover {
    box-shadow: 0 0 25px rgba(90, 243, 255, 0.4);
}

.tone-brasku-3095-price-name {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
}

.tone-brasku-3095-price-val {
    font-size: 2.5rem;
    color: #5AF3FF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.tone-brasku-3095-price-features {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.tone-brasku-3095-price-features li {
    padding: 8px 0;
    border-bottom: 1px solid #1a1e22;
    font-size: 0.95rem;
    color: #b0b0b0;
}

/* Benefits Section */
.tone-brasku-3095-benefits-sec {
    padding: 100px 0;
    background-color: #0a0c0e;
}

.tone-brasku-3095-benefit-item {
    display: flex;
    gap: 60px;
    align-items: center;
}

.tone-brasku-3095-benefit-text {
    flex: 1;
}

.tone-brasku-3095-benefit-img-box {
    flex: 1;
}

.tone-brasku-3095-ben-img {
    width: 100%;
    border-left: 5px solid #5AF3FF;
    box-shadow: -10px 0 20px rgba(90, 243, 255, 0.1);
}

.tone-brasku-3095-benefit-list {
    list-style: none;
    margin-top: 20px;
}

.tone-brasku-3095-benefit-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.tone-brasku-3095-benefit-list li::before {
    content: '◇';
    position: absolute;
    left: 0;
    color: #5AF3FF;
    font-weight: bold;
}

/* Reviews Section */
.tone-brasku-3095-reviews-sec {
    padding: 100px 0;
}

.tone-brasku-3095-reviews-slider-wrp {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.tone-brasku-3095-rev-input {
    display: none;
}

.tone-brasku-3095-rev-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
}

.tone-brasku-3095-rev-slide {
    width: 33.333%;
    padding: 40px;
    text-align: center;
    background: #080a0c;
    border: 1px solid #1a1e22;
}

.tone-brasku-3095-quote {
    font-size: 1.4rem;
    font-style: italic;
    color: #e0e0e0;
    margin-bottom: 25px;
}

.tone-brasku-3095-author {
    color: #5AF3FF;
    font-weight: bold;
    font-size: 1.1rem;
    display: block;
}

.tone-brasku-3095-rev-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
}

.tone-brasku-3095-rev-dot {
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

#rev1:checked ~ .tone-brasku-3095-rev-slides { transform: translateX(0); }
#rev2:checked ~ .tone-brasku-3095-rev-slides { transform: translateX(-33.333%); }
#rev3:checked ~ .tone-brasku-3095-rev-slides { transform: translateX(-66.666%); }

#rev1:checked ~ .tone-brasku-3095-rev-nav label:nth-child(1),
#rev2:checked ~ .tone-brasku-3095-rev-nav label:nth-child(2),
#rev3:checked ~ .tone-brasku-3095-rev-nav label:nth-child(3) {
    background: #5AF3FF;
    box-shadow: 0 0 10px #5AF3FF;
}

/* FAQ Section */
.tone-brasku-3095-faq-sec {
    padding: 100px 0;
    background-color: #0a0c0e;
}

.tone-brasku-3095-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.tone-brasku-3095-faq-item {
    margin-bottom: 15px;
    border: 1px solid #1a1e22;
    background: #080a0c;
}

.tone-brasku-3095-faq-sum {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #5AF3FF;
    list-style: none;
    position: relative;
    outline: none;
}

.tone-brasku-3095-faq-sum::-webkit-details-marker {
    display: none;
}

.tone-brasku-3095-faq-sum::after {
    content: '+';
    position: absolute;
    right: 20px;
}

.tone-brasku-3095-faq-item[open] .tone-brasku-3095-faq-sum::after {
    content: '-';
}

.tone-brasku-3095-faq-content {
    padding: 0 20px 20px;
    color: #b0b0b0;
}

/* Long Text Sections */
.tone-brasku-3095-long-text-sec {
    padding: 80px 0;
    border-bottom: 1px solid #1a1e22;
}

.tone-brasku-3095-p-list {
    list-style: none;
    margin: 20px 0;
}

.tone-brasku-3095-p-list li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.tone-brasku-3095-p-list li::before {
    content: '>';
    position: absolute;
    left: 0;
    color: #5AF3FF;
}

/* Form Section */
.tone-brasku-3095-form-sec {
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #050607, #0a0c0e);
}

.tone-brasku-3095-form-card {
    max-width: 600px;
    margin: 0 auto;
    background: #080a0c;
    padding: 50px;
    border: 1px solid #1a1e22;
    position: relative;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.tone-brasku-3095-form-card::after {
    content: '';
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    background: linear-gradient(45deg, #5AF3FF, transparent, #5AF3FF);
    z-index: -1;
    opacity: 0.3;
}

.tone-brasku-3095-input-group {
    margin-bottom: 20px;
}

.tone-brasku-3095-label {
    display: block;
    margin-bottom: 8px;
    color: #5AF3FF;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tone-brasku-3095-input, 
.tone-brasku-3095-textarea {
    width: 100%;
    padding: 12px;
    background: #050607;
    border: 1px solid #333;
    color: #ffffff;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s ease;
}

.tone-brasku-3095-input:focus, 
.tone-brasku-3095-textarea:focus {
    border-color: #5AF3FF;
    box-shadow: 0 0 5px rgba(90, 243, 255, 0.5);
}

.tone-brasku-3095-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

.tone-brasku-3095-checkbox {
    margin-top: 5px;
    accent-color: #5AF3FF;
}

.tone-brasku-3095-check-label {
    font-size: 0.85rem;
    color: #b0b0b0;
}

.tone-brasku-3095-check-label a {
    color: #5AF3FF;
}

/* Footer */
.tone-brasku-3095-footer-wrp {
    background: #050607;
    padding: 60px 0 30px;
    border-top: 1px solid #1a1e22;
}

.tone-brasku-3095-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.tone-brasku-3095-footer-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #5AF3FF;
}

.tone-brasku-3095-foot-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.tone-brasku-3095-foot-link:hover {
    color: #5AF3FF;
}

.tone-brasku-3095-footer-bottom {
    border-top: 1px solid #1a1e22;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tone-brasku-3095-copyright {
    font-size: 0.9rem;
    color: #666;
}

.tone-brasku-3095-footer-links {
    display: flex;
    gap: 20px;
}

.tone-brasku-3095-foot-sublink {
    font-size: 0.8rem;
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.tone-brasku-3095-foot-sublink:hover {
    color: #5AF3FF;
}

/* Responsive */
@media (max-width: 992px) {
    .tone-brasku-3095-hero-flex, 
    .tone-brasku-3095-for-whom-grid, 
    .tone-brasku-3095-benefit-item {
        flex-direction: column;
        text-align: center;
    }
    
    .tone-brasku-3095-h2-title {
        text-align: center;
        padding-left: 0;
    }
    
    .tone-brasku-3095-h2-title::before {
        display: none;
    }
    
    .tone-brasku-3095-hero-img-box, .tone-brasku-3095-benefit-img-box {
        order: -1;
    }
    
    .tone-brasku-3095-check-list li {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .tone-brasku-3095-h1-title {
        font-size: 2.2rem;
    }
    
    .tone-brasku-3095-menu-icon {
        display: block;
    }
    
    .tone-brasku-3095-menu-list {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #050607;
        border-bottom: 2px solid #5AF3FF;
    }
    
    .tone-brasku-3095-ul-nav {
        flex-direction: column;
        padding: 20px;
    }
    
    .tone-brasku-3095-nav-link {
        display: block;
        padding: 15px 0;
    }
    
    .tone-brasku-3095-menu-btn-check:checked ~ .tone-brasku-3095-menu-list {
        display: block;
    }
    
    .tone-brasku-3095-menu-btn-check:checked ~ .tone-brasku-3095-menu-icon .tone-brasku-3095-navicon {
        background: transparent;
    }
    
    .tone-brasku-3095-menu-btn-check:checked ~ .tone-brasku-3095-menu-icon .tone-brasku-3095-navicon:before {
        transform: rotate(-45deg);
        top: 0;
    }
    
    .tone-brasku-3095-menu-btn-check:checked ~ .tone-brasku-3095-menu-icon .tone-brasku-3095-navicon:after {
        transform: rotate(45deg);
        top: 0;
    }
    
    .tone-brasku-3095-hero-gallery {
        flex-wrap: wrap;
    }
    
    .tone-brasku-3095-footer-top, .tone-brasku-3095-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}