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

html {
    scroll-behavior: smooth;
}

body.velsora-rhythmline-9828-body {
    background-color: #050607;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.velsora-rhythmline-9828-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header & Nav */
.velsora-rhythmline-9828-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(5, 6, 7, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #5AF3FF;
    box-shadow: 0 4px 15px rgba(90, 243, 255, 0.2);
    padding: 15px 0;
}

.velsora-rhythmline-9828-header .velsora-rhythmline-9828-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.velsora-rhythmline-9828-logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #5AF3FF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.velsora-rhythmline-9828-nav .velsora-rhythmline-9828-menu-list {
    display: flex;
    list-style: none;
}

.velsora-rhythmline-9828-menu-list li {
    margin-left: 30px;
}

.velsora-rhythmline-9828-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.velsora-rhythmline-9828-link:hover {
    color: #5AF3FF;
    text-shadow: 0 0 8px #5AF3FF;
}

/* Burger Menu (No JS) */
.velsora-rhythmline-9828-checkbox {
    display: none;
}

.velsora-rhythmline-9828-burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.velsora-rhythmline-9828-burger span {
    display: block;
    width: 25px;
    height: 3px;
    background: #5AF3FF;
}

/* Sections General */
section {
    padding: 80px 0;
    position: relative;
}

.velsora-rhythmline-9828-h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #5AF3FF;
    text-shadow: 0 0 10px rgba(90, 243, 255, 0.5);
}

.velsora-rhythmline-9828-h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
    color: #5AF3FF;
    position: relative;
}

.velsora-rhythmline-9828-h2::before {
    content: '◈';
    margin-right: 15px;
    color: #5AF3FF;
}

.velsora-rhythmline-9828-h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #5AF3FF;
}

.velsora-rhythmline-9828-p {
    margin-bottom: 20px;
    color: #cccccc;
    font-size: 1.1rem;
}

/* Hero Section (Variant 4: Red Outline) */
.velsora-rhythmline-9828-hero {
    border: 3px solid #ff3333;
    box-shadow: 0 0 20px rgba(255, 51, 51, 0.3);
    margin: 20px;
    border-radius: 15px;
    background: radial-gradient(circle at 10% 20%, rgba(90, 243, 255, 0.05) 0%, transparent 40%);
}

.velsora-rhythmline-9828-hero-grid {
    display: flex;
    align-items: center;
    gap: 50px;
}

.velsora-rhythmline-9828-hero-image {
    flex: 1;
}

.velsora-rhythmline-9828-img-main {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.4);
}

.velsora-rhythmline-9828-hero-content {
    flex: 1;
}

.velsora-rhythmline-9828-lead {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
}

/* Buttons */
.velsora-rhythmline-9828-btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background: #5AF3FF;
    color: #050607;
    text-decoration: none;
    font-weight: 800;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #5AF3FF;
}

.velsora-rhythmline-9828-btn-primary:hover {
    background: #00e0f0;
    box-shadow: 0 0 25px #5AF3FF;
    transform: scale(1.05);
}

/* Price Section (Variant 2: 5 items + outline) */
.velsora-rhythmline-9828-prices {
    background: #080a0c;
    border-top: 1px solid rgba(90, 243, 255, 0.3);
    border-bottom: 1px solid rgba(90, 243, 255, 0.3);
    outline: 2px solid #5AF3FF;
    outline-offset: -10px;
    margin: 40px 0;
}

.velsora-rhythmline-9828-price-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.velsora-rhythmline-9828-price-card {
    background: #0d1013;
    border: 1px solid rgba(90, 243, 255, 0.2);
    padding: 30px;
    border-radius: 12px;
    width: calc(33.333% - 20px);
    min-width: 280px;
    transition: transform 0.3s ease;
}

.velsora-rhythmline-9828-price-card:hover {
    transform: translateY(-10px);
    border-color: #5AF3FF;
}

.velsora-rhythmline-9828-featured {
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 20px rgba(90, 243, 255, 0.2);
}

.velsora-rhythmline-9828-amount {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    margin: 15px 0;
    color: #ffffff;
}

.velsora-rhythmline-9828-ul {
    list-style: none;
    margin-top: 20px;
}

.velsora-rhythmline-9828-ul li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    padding-left: 20px;
    position: relative;
}

.velsora-rhythmline-9828-ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #5AF3FF;
}

/* Who Section (Variant 3: Photo above) */
.velsora-rhythmline-9828-who-image {
    margin-bottom: 50px;
}

.velsora-rhythmline-9828-img-wide {
    width: 100%;
    height: auto;
    border-radius: 15px;
    filter: grayscale(0.5) contrast(1.2);
    border: 1px solid #5AF3FF;
}

.velsora-rhythmline-9828-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.2rem;
}

.velsora-rhythmline-9828-who-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.velsora-rhythmline-9828-who-item {
    background: rgba(90, 243, 255, 0.05);
    padding: 20px;
    border-left: 4px solid #5AF3FF;
    border-radius: 4px;
}

/* Reviews Slider (Variant 2: No JS) */
.velsora-rhythmline-9828-slider-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

.velsora-rhythmline-9828-radio {
    display: none;
}

.velsora-rhythmline-9828-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.velsora-rhythmline-9828-slide {
    min-width: 100%;
    padding: 20px;
}

.velsora-rhythmline-9828-review-card {
    background: #0d1013;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #5AF3FF;
    text-align: center;
}

.velsora-rhythmline-9828-review-text {
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.velsora-rhythmline-9828-review-author {
    color: #5AF3FF;
    font-weight: 700;
}

.velsora-rhythmline-9828-slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.velsora-rhythmline-9828-slider-nav label {
    width: 15px;
    height: 15px;
    background: rgba(90, 243, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
}

#s1:checked ~ .velsora-rhythmline-9828-slides { transform: translateX(0%); }
#s2:checked ~ .velsora-rhythmline-9828-slides { transform: translateX(-100%); }
#s3:checked ~ .velsora-rhythmline-9828-slides { transform: translateX(-200%); }

#s1:checked ~ .velsora-rhythmline-9828-slider-nav label:nth-child(1),
#s2:checked ~ .velsora-rhythmline-9828-slider-nav label:nth-child(2),
#s3:checked ~ .velsora-rhythmline-9828-slider-nav label:nth-child(3) {
    background: #5AF3FF;
    box-shadow: 0 0 10px #5AF3FF;
}

/* Benefits Section */
.velsora-rhythmline-9828-benefits-grid {
    display: flex;
    gap: 50px;
    align-items: center;
}

.velsora-rhythmline-9828-benefits-content {
    flex: 1.2;
}

.velsora-rhythmline-9828-benefits-image {
    flex: 0.8;
}

.velsora-rhythmline-9828-img-side {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #5AF3FF;
}

.velsora-rhythmline-9828-ul-custom {
    list-style: none;
    margin-top: 30px;
}

.velsora-rhythmline-9828-ul-custom li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.velsora-rhythmline-9828-ul-custom li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: #5AF3FF;
    font-size: 1.2rem;
}

.velsora-rhythmline-9828-ul-custom span {
    color: #5AF3FF;
    font-weight: 700;
    display: block;
    font-size: 1.1rem;
}

/* Extra Sections */
.velsora-rhythmline-9828-alt-bg {
    background: #080a0c;
}

.velsora-rhythmline-9828-list-accent {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

/* Quote Section */
.velsora-rhythmline-9828-quote-box {
    background: linear-gradient(135deg, #0d1013, #050607);
    padding: 60px;
    border: 1px solid #5AF3FF;
    border-radius: 20px;
    text-align: center;
}

.velsora-rhythmline-9828-blockquote {
    font-size: 2rem;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
}

.velsora-rhythmline-9828-blockquote::before {
    content: '"';
    font-size: 5rem;
    color: #5AF3FF;
    position: absolute;
    top: -40px;
    left: 0;
    opacity: 0.3;
}

.velsora-rhythmline-9828-cite {
    font-size: 1.1rem;
    color: #5AF3FF;
    font-style: normal;
}

/* FAQ Section */
.velsora-rhythmline-9828-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.velsora-rhythmline-9828-details {
    background: #0d1013;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(90, 243, 255, 0.1);
    transition: all 0.3s ease;
}

.velsora-rhythmline-9828-details[open] {
    border-color: #5AF3FF;
}

.velsora-rhythmline-9828-summary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #5AF3FF;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.velsora-rhythmline-9828-summary::after {
    content: '+';
}

.velsora-rhythmline-9828-details[open] .velsora-rhythmline-9828-summary::after {
    content: '-';
}

.velsora-rhythmline-9828-answer {
    padding: 0 20px 20px;
    color: #cccccc;
}

/* Form Section */
.velsora-rhythmline-9828-contacts {
    background: radial-gradient(circle at 90% 80%, rgba(90, 243, 255, 0.1) 0%, transparent 50%);
}

.velsora-rhythmline-9828-subtitle {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.2rem;
}

.velsora-rhythmline-9828-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #0d1013;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(90, 243, 255, 0.2);
}

.velsora-rhythmline-9828-field {
    margin-bottom: 20px;
}

.velsora-rhythmline-9828-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.velsora-rhythmline-9828-field input,
.velsora-rhythmline-9828-field textarea {
    width: 100%;
    padding: 12px;
    background: #050607;
    border: 1px solid rgba(90, 243, 255, 0.3);
    color: #ffffff;
    border-radius: 5px;
}

.velsora-rhythmline-9828-field input:focus,
.velsora-rhythmline-9828-field textarea:focus {
    outline: none;
    border-color: #5AF3FF;
    box-shadow: 0 0 10px rgba(90, 243, 255, 0.3);
}

.velsora-rhythmline-9828-field-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.velsora-rhythmline-9828-field-checkbox a {
    color: #5AF3FF;
}

.velsora-rhythmline-9828-submit {
    width: 100%;
    padding: 15px;
    background: #5AF3FF;
    border: none;
    color: #050607;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.velsora-rhythmline-9828-submit:hover {
    box-shadow: 0 0 20px #5AF3FF;
    transform: scale(1.02);
}

/* Footer */
.velsora-rhythmline-9828-footer {
    padding: 60px 0;
    background: #020304;
    border-top: 1px solid #5AF3FF;
}

.velsora-rhythmline-9828-footer-main {
    text-align: center;
    margin-bottom: 40px;
}

.velsora-rhythmline-9828-footer-brand {
    font-size: 1.5rem;
    color: #5AF3FF;
    font-weight: 800;
    margin-bottom: 10px;
}

.velsora-rhythmline-9828-footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.velsora-rhythmline-9828-footer-links a {
    color: #888;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.velsora-rhythmline-9828-footer-links a:hover {
    color: #5AF3FF;
}

.velsora-rhythmline-9828-email,
.velsora-rhythmline-9828-phone {
    margin-top: 10px;
    font-size: 0.9rem;
}

.velsora-rhythmline-9828-email a {
    color: #5AF3FF;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
    .velsora-rhythmline-9828-hero-grid,
    .velsora-rhythmline-9828-benefits-grid {
        flex-direction: column;
    }
    .velsora-rhythmline-9828-h1 {
        font-size: 2.5rem;
    }
    .velsora-rhythmline-9828-price-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .velsora-rhythmline-9828-burger {
        display: flex;
        z-index: 1100;
    }
    .velsora-rhythmline-9828-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #050607;
        padding-top: 100px;
        transition: 0.3s;
        border-left: 2px solid #5AF3FF;
    }
    .velsora-rhythmline-9828-menu-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .velsora-rhythmline-9828-checkbox:checked ~ .velsora-rhythmline-9828-nav {
        right: 0;
    }
    .velsora-rhythmline-9828-price-card {
        width: 100%;
    }
    .velsora-rhythmline-9828-blockquote {
        font-size: 1.4rem;
    }
}