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

body.rhythm-navqu-8637-body-root {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #03070A;
    color: #E0E0E0;
    line-height: 1.6;
    overflow-x: hidden;
}

.rhythm-navqu-8637-container {
    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;
}

/* TYPOGRAPHY */
.rhythm-navqu-8637-h1-title {
    font-size: 3rem;
    color: #42FFD5;
    margin-bottom: 20px;
    line-height: 1.2;
}

.rhythm-navqu-8637-h2-title {
    font-size: 2.5rem;
    color: #42FFD5;
    margin-bottom: 40px;
}

.rhythm-navqu-8637-h3-accent {
    font-size: 1.5rem;
    color: #42FFD5;
    margin-bottom: 10px;
}

.text-center { text-align: center; }

/* HEADER */
.rhythm-navqu-8637-header-main {
    background-color: #03070A;
    border-bottom: 2px solid #42FFD5;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.rhythm-navqu-8637-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rhythm-navqu-8637-logo-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: #42FFD5;
}

.rhythm-navqu-8637-nav-list {
    display: flex;
    list-style: none;
}

.rhythm-navqu-8637-nav-link {
    padding: 10px 15px;
    font-weight: 500;
}

.rhythm-navqu-8637-nav-link:hover {
    color: #42FFD5;
    text-shadow: 0 0 10px rgba(66, 255, 213, 0.5);
}

.rhythm-navqu-8637-menu-checkbox, .rhythm-navqu-8637-menu-btn {
    display: none;
}

/* HERO SECTION */
.rhythm-navqu-8637-hero-section {
    padding: 100px 0;
}

.rhythm-navqu-8637-hero-grid {
    display: flex;
    align-items: center;
    gap: 50px;
}

.rhythm-navqu-8637-hero-image-box {
    flex: 1;
}

.rhythm-navqu-8637-hero-img {
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(66, 255, 213, 0.2);
}

.rhythm-navqu-8637-hero-text-content {
    flex: 1.2;
}

.rhythm-navqu-8637-hero-sub {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #B0B0B0;
}

.rhythm-navqu-8637-hero-feature-block {
    margin-bottom: 25px;
    padding-left: 20px;
    border-left: 3px solid #42FFD5;
}

/* BUTTONS */
.rhythm-navqu-8637-btn-primary {
    display: inline-block;
    background-color: #42FFD5;
    color: #03070A;
    padding: 15px 35px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 20px;
}

.rhythm-navqu-8637-btn-primary:hover {
    box-shadow: 0 0 20px rgba(66, 255, 213, 0.6);
    transform: translateY(-2px);
}

/* REVIEWS */
.rhythm-navqu-8637-reviews-section {
    padding: 80px 0;
    background-color: #050C11;
}

.rhythm-navqu-8637-reviews-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.rhythm-navqu-8637-review-card {
    flex: 1;
    min-width: 300px;
    background: #0A141B;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #1A2E35;
}

.rhythm-navqu-8637-review-text {
    font-style: italic;
    margin-bottom: 20px;
}

.rhythm-navqu-8637-review-author {
    color: #42FFD5;
    font-weight: bold;
}

/* PRICING */
.rhythm-navqu-8637-price-section {
    padding: 80px 0;
}

.rhythm-navqu-8637-price-grid {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.rhythm-navqu-8637-price-item {
    flex: 1;
    background: #0A141B;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #1A2E35;
    display: flex;
    flex-direction: column;
}

.rhythm-navqu-8637-price-featured {
    border: 2px solid #42FFD5;
    transform: scale(1.05);
    background: #0D1D24;
}

.rhythm-navqu-8637-price-name {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.rhythm-navqu-8637-price-val {
    font-size: 2rem;
    color: #42FFD5;
    font-weight: bold;
    margin-bottom: 30px;
}

.rhythm-navqu-8637-price-list {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.rhythm-navqu-8637-price-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.rhythm-navqu-8637-price-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #42FFD5;
}

.rhythm-navqu-8637-price-btn {
    display: block;
    text-align: center;
    border: 1px solid #42FFD5;
    color: #42FFD5;
    padding: 12px;
    border-radius: 5px;
}

.rhythm-navqu-8637-price-btn:hover {
    background: #42FFD5;
    color: #03070A;
}

.rhythm-navqu-8637-quick-links {
    margin-top: 15px;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.7;
}

.rhythm-navqu-8637-quick-links a:hover {
    text-decoration: underline;
}

/* AUDIENCE */
.rhythm-navqu-8637-audience-section {
    padding: 80px 0;
    background-color: #050C11;
}

.rhythm-navqu-8637-audience-full-grid {
    display: flex;
    gap: 50px;
    margin-top: 40px;
}

.rhythm-navqu-8637-audience-image {
    flex: 1;
    position: relative;
}

.rhythm-navqu-8637-audience-price-tag {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #42FFD5;
    color: #03070A;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
}

.rhythm-navqu-8637-audience-details {
    flex: 1.2;
}

.rhythm-navqu-8637-audience-list {
    list-style: none;
}

.rhythm-navqu-8637-audience-list li {
    margin-bottom: 20px;
    padding: 15px;
    background: #0A141B;
    border-radius: 8px;
}

/* TEXT BLOCKS */
.rhythm-navqu-8637-text-block-section {
    padding: 80px 0;
}

.rhythm-navqu-8637-bg-darker { background-color: #020508; }

.rhythm-navqu-8637-rich-text p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #CCC;
}

.rhythm-navqu-8637-styled-list {
    margin-top: 20px;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.rhythm-navqu-8637-styled-list li {
    background: #1A2E35;
    padding: 10px 20px;
    border-radius: 20px;
    color: #42FFD5;
}

/* EXPERT */
.rhythm-navqu-8637-expert-section {
    padding: 60px 0;
}

.rhythm-navqu-8637-expert-card {
    background: linear-gradient(135deg, #0D1D24 0%, #03070A 100%);
    padding: 50px;
    border-left: 5px solid #42FFD5;
    border-radius: 0 20px 20px 0;
}

.rhythm-navqu-8637-expert-quote blockquote {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 30px;
}

.rhythm-navqu-8637-expert-info {
    display: flex;
    flex-direction: column;
}

.rhythm-navqu-8637-expert-name {
    font-weight: bold;
    color: #42FFD5;
    font-size: 1.2rem;
}

/* BENEFITS */
.rhythm-navqu-8637-benefits-grid {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 80px 0;
}

.rhythm-navqu-8637-benefits-list {
    list-style: none;
    margin-top: 30px;
}

.rhythm-navqu-8637-benefits-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.rhythm-navqu-8637-benefits-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #42FFD5;
    font-weight: bold;
}

/* FAQ */
.rhythm-navqu-8637-faq-section {
    padding: 80px 0;
    background-color: #050C11;
}

.rhythm-navqu-8637-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.rhythm-navqu-8637-faq-item {
    background: #0A141B;
    margin-bottom: 15px;
    border-radius: 5px;
}

.rhythm-navqu-8637-faq-question {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #42FFD5;
    list-style: none;
}

.rhythm-navqu-8637-faq-answer {
    padding: 0 20px 20px 20px;
    border-top: 1px solid #1A2E35;
    margin-top: -1px;
    color: #B0B0B0;
}

/* FORM */
.rhythm-navqu-8637-form-section {
    padding: 100px 0;
}

.rhythm-navqu-8637-form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #0A141B;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.rhythm-navqu-8637-form-group {
    margin-bottom: 20px;
}

.rhythm-navqu-8637-label {
    display: block;
    margin-bottom: 8px;
    color: #42FFD5;
}

.rhythm-navqu-8637-input, .rhythm-navqu-8637-textarea {
    width: 100%;
    background: #03070A;
    border: 1px solid #1A2E35;
    padding: 12px;
    color: #FFF;
    border-radius: 5px;
}

.rhythm-navqu-8637-textarea {
    height: 120px;
    resize: vertical;
}

.rhythm-navqu-8637-form-checkbox {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.rhythm-navqu-8637-form-checkbox a {
    color: #42FFD5;
}

.rhythm-navqu-8637-btn-submit {
    width: 100%;
    background: #42FFD5;
    color: #03070A;
    border: none;
    padding: 15px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 5px;
}

/* FOOTER */
.rhythm-navqu-8637-footer-main {
    padding: 60px 0;
    background: #020508;
    border-top: 1px solid #1A2E35;
    text-align: center;
}

.rhythm-navqu-8637-footer-logo {
    font-size: 1.5rem;
    color: #42FFD5;
    margin-bottom: 20px;
}

.rhythm-navqu-8637-footer-links {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 0.85rem;
    opacity: 0.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .rhythm-navqu-8637-hero-grid, .rhythm-navqu-8637-price-grid, .rhythm-navqu-8637-audience-full-grid, .rhythm-navqu-8637-benefits-grid {
        flex-direction: column;
    }
    
    .rhythm-navqu-8637-price-item {
        transform: none !important;
    }
    
    .rhythm-navqu-8637-h1-title { font-size: 2.2rem; }
}

@media (max-width: 768px) {
    .rhythm-navqu-8637-menu-btn {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    
    .rhythm-navqu-8637-menu-btn span {
        width: 25px;
        height: 3px;
        background: #42FFD5;
    }
    
    .rhythm-navqu-8637-nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #03070A;
        padding: 20px;
        border-bottom: 2px solid #42FFD5;
    }
    
    .rhythm-navqu-8637-nav-list {
        flex-direction: column;
        align-items: center;
    }
    
    #rhythm-navqu-8637-menu-toggle:checked ~ .rhythm-navqu-8637-nav-menu {
        display: block;
    }
}