/*
 Theme Name:   Neve Child
 Theme URI:    https://jan-kuzel.cz
 Description:  Child theme pro Neve s Respekt Strong funkcemi
 Author:       Jan Kužel
 Author URI:   https://jan-kuzel.cz
 Template:     neve
 Version:      1.1.0
 Text Domain:  neve-child
*/

/* ========================================
   RESPEKT STRONG - CHECKOUT STYLES
   ======================================== */

.rs-training-params {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    border: 2px solid #e0e0e0;
}

.rs-training-params h3 {
    color: #1D3557;
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.rs-training-params > p {
    color: #6C757D;
    margin: 0 0 25px 0;
}

.rs-exercises-section {
    margin-top: 25px;
}

.rs-exercises-section h4 {
    color: #1D3557;
    margin: 0 0 15px 0;
}

.rs-exercise-group {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #DEE2E6;
}

.rs-exercise-group h5 {
    color: #E63946;
    margin: 0 0 15px 0;
    font-size: 1em;
}

.rs-product-description {
    max-width: 900px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    color: #2B2D42;
}

/* === HERO SEKCE === */
.rs-hero {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #1D3557 0%, #2A4A6F 100%);
    color: white;
    border-radius: 12px;
    margin-bottom: 40px;
    position: relative;
}

.rs-hero h2 {
    font-size: 2rem;
    margin: 0 0 10px 0;
}

.rs-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
}

.rs-price-note {
    font-size: 0.95rem;
    opacity: 0.8;
    margin: 10px 0 0 0;
}

/* === BADGES === */
.rs-badge {
    background: #E63946;
    color: white;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.rs-badge-gold {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #1D3557;
}

/* Elite hero specifics */
.rs-hero-elite {
    background: linear-gradient(135deg, #1D3557 0%, #2A4A6F 100%);
    position: relative;
    overflow: hidden;
}

.rs-hero-elite::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(230, 57, 70, 0.1), rgba(6, 214, 160, 0.1));
}

.rs-hero-video {
    background: linear-gradient(135deg, #E63946 0%, #C5303C 100%);
}

/* === SEKCE === */
.rs-section {
    margin: 40px 0;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
}

.rs-section h3 {
    color: #1D3557;
    font-size: 1.5rem;
    margin: 0 0 20px 0;
}

/* === FEATURES LIST === */
.rs-features {
    list-style: none;
    padding: 0;
}

.rs-features li {
    padding: 12px 0 12px 35px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.rs-features li:last-child {
    border-bottom: none;
}

.rs-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #06D6A0;
    font-weight: bold;
    font-size: 1.3rem;
}

.rs-features-premium li::before {
    content: "🎁";
}

.rs-feature-detail {
    display: block;
    font-size: 0.85rem;
    color: #856404;
    margin-top: 5px;
}

/* === KROKY (STEPS) === */
.rs-steps {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
}

.rs-steps li {
    counter-increment: step-counter;
    padding: 20px 20px 20px 70px;
    position: relative;
    margin-bottom: 20px;
    background: white;
    border-radius: 8px;
    border-left: 4px solid #E63946;
}

.rs-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    background: #E63946;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.rs-steps li strong {
    display: block;
    color: #1D3557;
    margin-bottom: 5px;
}

.rs-steps li span {
    color: #6C757D;
    font-size: 0.95rem;
}

/* === GRIDS === */
.rs-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

/* === BOXY === */
.rs-box {
    padding: 25px;
    border-radius: 8px;
}

.rs-box-green {
    background: #E8F5E9;
    border-left: 4px solid #06D6A0;
}

.rs-box-red {
    background: #FFEBEE;
    border-left: 4px solid #E63946;
}

.rs-box-blue {
    background: #E3F2FD;
    border-left: 4px solid #2196F3;
}

.rs-box-yellow {
    background: #FFF9E6;
    border-left: 4px solid #FFA500;
}

.rs-box h4 {
    margin: 0 0 15px 0;
    color: #1D3557;
}

.rs-box ul {
    margin: 0;
    padding-left: 20px;
}

.rs-box li {
    margin-bottom: 8px;
}

/* === CARDS === */
.rs-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
}

.rs-card-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.rs-card h4 {
    color: #1D3557;
    margin: 0 0 10px 0;
}

.rs-card p {
    color: #6C757D;
    margin: 0;
    font-size: 0.95rem;
}

/* Elite cards */
.rs-elite-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #FFD700;
}

.rs-elite-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.rs-elite-card h4 {
    color: #1D3557;
    margin: 0 0 10px 0;
}

.rs-elite-card p {
    color: #6C757D;
    margin: 0;
}

/* === TIMELINE === */
.rs-timeline {
    background: white;
    padding: 30px;
    border-radius: 8px;
}

.rs-timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px dashed #e0e0e0;
}

.rs-timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rs-timeline-badge {
    background: #E63946;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    white-space: nowrap;
    height: fit-content;
}

.rs-timeline-content h4 {
    color: #1D3557;
    margin: 0 0 10px 0;
}

.rs-timeline-content ul {
    margin: 0;
    padding-left: 20px;
    color: #6C757D;
}

/* Elite timeline */
.rs-elite-timeline {
    background: white;
    padding: 30px;
    border-radius: 8px;
}

.rs-elite-timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #e0e0e0;
}

.rs-elite-timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rs-timeline-week {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #1D3557;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 700;
    white-space: nowrap;
    height: fit-content;
    min-width: 90px;
    text-align: center;
}

.rs-timeline-content-elite h4 {
    color: #1D3557;
    margin: 0 0 10px 0;
}

.rs-timeline-content-elite ul {
    margin: 0;
    padding-left: 20px;
    color: #6C757D;
}

/* === SAMPLE BOX === */
.rs-sample-box {
    background: white;
    padding: 25px;
    border-radius: 8px;
    border: 2px solid #E63946;
}

.rs-sample-box h5 {
    color: #1D3557;
    margin: 0 0 10px 0;
}

/* === SIMPLE LIST === */
.rs-simple-list {
    list-style: none;
    padding: 0;
}

.rs-simple-list li {
    padding: 8px 0;
}

/* === BUTTONS === */
.rs-link-button {
    display: inline-block;
    background: #E63946;
    color: white !important;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.rs-link-button:hover {
    background: #C5303C;
    transform: translateY(-2px);
}

/* === ADDON BOX === */
.rs-addon-box {
    background: white;
    padding: 25px;
    border-radius: 8px;
    border: 2px dashed #FFA500;
}

.rs-addon-price {
    font-size: 1.3rem;
    color: #E63946;
    font-weight: bold;
    margin: 15px 0;
}

/* === PREMIUM VALUE === */
.rs-premium-value {
    text-align: center;
    font-size: 1.1rem;
    color: #856404;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #FFD700;
}

/* === ELITE SECTIONS === */
.rs-elite-features {
    display: grid;
    gap: 30px;
}

.rs-elite-section h4 {
    color: #1D3557;
    margin: 0 0 15px 0;
    font-size: 1.2rem;
}

.rs-elite-premium {
    background: linear-gradient(135deg, #FFF9E6, #FFF3CD);
    padding: 25px;
    border-radius: 8px;
    border: 2px solid #FFD700;
}

/* === STATS === */
.rs-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.rs-stat {
    background: white;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
}

.rs-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #E63946;
    margin-bottom: 10px;
}

.rs-stat-label {
    color: #6C757D;
    font-size: 0.95rem;
}

/* === TESTIMONIALS === */
.rs-testimonial {
    background: white;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #FFD700;
}

.rs-quote {
    font-style: italic;
    color: #2B2D42;
    margin: 0 0 15px 0;
    font-size: 1.05rem;
}

.rs-author {
    color: #6C757D;
    margin: 0;
    font-weight: 600;
}

/* === FAQ === */
.rs-faq-item {
    background: white;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 3px solid #1D3557;
}

/* === GUARANTEE === */
.rs-guarantee {
    background: linear-gradient(135deg, #06D6A0 0%, #05B185 100%);
    color: white;
    text-align: center;
}

.rs-guarantee h3 {
    color: white;
}

/* === FINAL CTA === */
.rs-final-cta {
    background: #1D3557;
    color: white;
    text-align: center;
}

.rs-final-cta h3 {
    color: white;
}

.rs-final-cta-elite {
    background: linear-gradient(135deg, #1D3557 0%, #2A4A6F 100%);
    color: white;
    text-align: center;
}

.rs-final-cta-elite h3 {
    color: white;
}

/* === OUTPUT (Video analysis) === */
.rs-sample-output {
    background: white;
    padding: 25px;
    border-radius: 8px;
}

.rs-output-item {
    display: flex;
    gap: 20px;
    align-items: start;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #e0e0e0;
}

.rs-output-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rs-output-icon {
    font-size: 2.5rem;
    min-width: 60px;
}

.rs-output-item h4 {
    color: #1D3557;
    margin: 0 0 8px 0;
}

.rs-output-item p {
    color: #6C757D;
    margin: 0;
}

/* === EXERCISE GRID (Video analysis) === */
.rs-exercise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rs-exercise-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
}

.rs-exercise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.rs-exercise-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.rs-exercise-card h4 {
    color: #1D3557;
    margin: 0 0 10px 0;
}

.rs-exercise-card p {
    color: #6C757D;
    margin: 0;
    font-size: 0.9rem;
}

/* === PACKAGES (Video analysis) === */
.rs-package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.rs-package {
    background: white;
    padding: 30px 25px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #e0e0e0;
    position: relative;
}

.rs-package-popular {
    border-color: #E63946;
    transform: scale(1.05);
}

.rs-package-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #E63946;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.rs-package-header h4 {
    color: #1D3557;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
}

.rs-package-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #E63946;
    margin-bottom: 15px;
}

.rs-package p {
    color: #6C757D;
    margin: 0;
}

.rs-package-save {
    color: #06D6A0;
    font-weight: 600;
}

/* === COMBO BOX === */
.rs-combo-box {
    background: linear-gradient(135deg, #FFF9E6, #FFF3CD);
    padding: 25px;
    border-radius: 8px;
    border: 2px solid #FFD700;
}

.rs-combo-box h4 {
    color: #1D3557;
    margin: 0 0 15px 0;
}

/* === VIDEO REQUIREMENTS === */
.rs-video-requirements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.rs-requirement {
    background: white;
    padding: 25px;
    border-radius: 8px;
}

.rs-requirement h4 {
    color: #1D3557;
    margin: 0 0 15px 0;
}

/* === ANALYSIS BOX === */
.rs-analysis-box {
    background: white;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #E63946;
}

.rs-analysis-full {
    margin-top: 20px;
}

.rs-analysis-box h4 {
    color: #1D3557;
    margin: 0 0 15px 0;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .rs-grid-2,
    .rs-grid-3,
    .rs-stats-grid,
    .rs-exercise-grid,
    .rs-package-grid,
    .rs-video-requirements {
        grid-template-columns: 1fr;
    }
    
    .rs-hero h2 {
        font-size: 1.5rem;
    }
    
    .rs-section {
        padding: 20px;
    }
    
    .rs-timeline-item,
    .rs-elite-timeline-item {
        flex-direction: column;
    }
    
    .rs-package-popular {
        transform: scale(1);
    }
}

/* === KONFLIKTY S THEME === */
.single-product .rs-product-description * {
    box-sizing: border-box;
}

.single-product .rs-product-description h2,
.single-product .rs-product-description h3,
.single-product .rs-product-description h4 {
    font-family: inherit;
}