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

/* ===== ELEMENTOR OVERRIDES ===== */
/* Elementor container padding override */
.elementor-element.elementor-element-f0bd606,
.elementor-element.elementor-element-f0bd606.e-con-full,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con.e-parent,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
}

/* General Elementor container padding removal */
.elementor-element.e-con-full,
.elementor-element.e-con-full.e-flex,
.elementor-element.e-con-full.e-flex.e-con,
.elementor-element.e-con-full.e-flex.e-con.e-parent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor section padding override */
.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor column padding override */
.elementor-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor widget padding override */
.elementor-widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ===== ELEMENTOR OVERRIDES ===== */
/* Elementor container padding override */
.elementor-element.elementor-element-f0bd606,
.elementor-element.elementor-element-f0bd606.e-con-full,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con.e-parent,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
}

/* General Elementor container padding removal */
.elementor-element.e-con-full,
.elementor-element.e-con-full.e-flex,
.elementor-element.e-con-full.e-flex.e-con,
.elementor-element.e-con-full.e-flex.e-con.e-parent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor section padding override */
.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor column padding override */
.elementor-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor widget padding override */
.elementor-widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--color-text-primary);
    background: #F0FAF8;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5px;
}

.hero-section {
    padding: 20px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hero-dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%23FF8888" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23hero-dots)"/></svg>');
    opacity: 0.6;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Hero Image */
.hero-image {
    position: relative;
}

.image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px var(--color-primary-light);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.3s ease;
}

.image-container:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 0 35px 80px var(--color-primary-light);
}

.course-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--color-primary-light) 0%, rgba(255, 241, 147, 0.1) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 25px;
}

.overlay-badge {
    background: var(--gradient-primary);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 8px 25px var(--color-primary-light);
    backdrop-filter: blur(10px);
}

.overlay-badge i {
    font-size: 16px;
}

/* Hero Content */
.hero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.course-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gradient-primary);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    width: fit-content;
    box-shadow: 0 8px 25px var(--color-primary-light);
}

.course-badge i {
    font-size: 16px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--color-text-primary);
    line-height: 1.2;
    margin: 0;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.2rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

/* Course Features */
.course-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 20px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px var(--color-primary-light);
    border: 1px solid var(--color-primary-light);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px var(--color-primary-light);
    border-color: var(--color-primary-light);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.feature-content h4 {
    color: var(--color-text-primary);
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-content p {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

/* Hero Actions */
.hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0;
}

.hero-cta-button {
    background: var(--gradient-primary);
    color: white;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 12px 35px var(--color-primary-light);
    position: relative;
    overflow: hidden;
}

.hero-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FFF193 0%, #FF8888 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.hero-cta-button:hover {
    background: linear-gradient(135deg, #FFF193 0%, #FF8888 100%);
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(255, 136, 136, 0.5);
}

.hero-cta-button:hover::before {
    left: 0;
}

.hero-cta-button:hover i {
    transform: translateX(5px);
}

.hero-cta-button i {
    transition: transform 0.3s ease;
}

.hero-secondary-button {
    background: white;
    color: var(--color-primary);
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 2px solid var(--color-primary-light);
    box-shadow: 0 8px 25px var(--color-primary-light);
}

.hero-secondary-button:hover {
    background: #FF8888;
    color: white;
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px var(--color-primary-light);
}

/* Responsive Design for Hero Section */
@media (max-width: 1200px) {
    .hero-wrapper {
        gap: 60px;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .course-features {
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }
    
    .hero-content {
        gap: 12px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .course-features {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin: 12px 0;
    }
    
    .hero-actions {
        justify-content: center;
        margin: 12px 0;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 36px 0 40px;
    }
    
    .hero-wrapper {
        gap: 20px;
    }
    
    .hero-content {
        gap: 10px;
    }
    
    .course-badge {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .course-badge i {
        font-size: 14px;
    }
    
    .hero-title {
        font-size: 1.75rem;
        line-height: 1.25;
    }
    
    .hero-description {
        font-size: 1rem;
        line-height: 1.55;
        margin: 0;
    }
    
    .course-features {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin: 6px 0;
    }
    
    .feature-item {
        padding: 12px 14px;
        gap: 10px;
        min-width: 0;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .feature-content h4 {
        font-size: 12px;
        margin-bottom: 2px;
    }
    
    .feature-content p {
        font-size: 14px;
    }
    
    .hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin: 6px 0;
    }
    
    .hero-cta-button,
    .hero-secondary-button {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .hero-cta-button {
        padding: 13px 18px;
    }
    
    .course-image {
        height: 220px;
    }
    
    .image-overlay {
        padding: 12px;
    }
    
    .overlay-badge {
        padding: 8px 14px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 24px 0 28px;
    }
    
    .hero-wrapper {
        gap: 16px;
    }
    
    .hero-content {
        gap: 8px;
    }
    
    .course-badge {
        padding: 8px 14px;
        font-size: 12px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-description {
        font-size: 0.9375rem;
    }
    
    .course-features {
        gap: 8px;
        margin: 4px 0;
    }
    
    .feature-item {
        padding: 10px 12px;
        gap: 8px;
        min-width: 0;
    }
    
    .feature-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .feature-content h4 {
        font-size: 11px;
    }
    
    .feature-content p {
        font-size: 13px;
    }
    
    .hero-actions {
        gap: 6px;
        margin: 4px 0;
    }
    
    .hero-cta-button,
    .hero-secondary-button {
        padding: 11px 14px;
        font-size: 13px;
    }
    
    .course-image {
        height: 200px;
    }
}

/* ===== COURSE DETAILS TABS SECTION ===== */
.course-details-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-text-primary) 100%);
    position: relative;
    overflow: hidden;
}

.course-details-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="tabs-dots" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="1" fill="%23FF8888" opacity="0.04"/></pattern></defs><rect width="100" height="100" fill="url(%23tabs-dots)"/></svg>');
    opacity: 0.6;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.section-header p {
    font-size: 1.2rem;
    color: #ecf0f1;
    opacity: 0.9;
}

/* Tabs Navigation */
.tabs-navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.tab-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #ffffff;
    backdrop-filter: blur(10px);
    min-width: 180px;
    max-width: 250px;
    flex: 0 1 auto;
    justify-content: center;
    white-space: nowrap;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px var(--color-primary-light);
}

.tab-btn.active {
    background: linear-gradient(135deg, #FF8888, #FF6B6B);
    color: #ffffff;
    border-color: var(--color-primary);
    box-shadow: 0 10px 30px var(--color-primary-light);
    transform: translateY(-3px);
}

.tab-btn i {
    font-size: 18px;
}

.tab-btn span {
    font-size: 1rem;
}

/* Tab Contents */
.tab-contents {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Course Cards */
.course-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF8888, #FF6B6B);
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* Card Header */
.card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF8888, #FF6B6B);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px var(--color-primary-light);
}

.card-icon i {
    font-size: 24px;
    color: #ffffff;
}

.card-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin: 0;
}

/* Card Content */
.card-content {
    padding: 30px 0;
}

.card-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 20px;
    line-height: 1.4;
}

/* Info List */
.info-list {
    margin-bottom: 25px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item i {
    color: var(--color-primary);
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.info-item span {
    font-size: 0.95rem;
    color: var(--color-text-primary);
    line-height: 1.5;
}

/* Additional Offers */
.additional-offers {
    background: #F0FAF8;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.additional-offers h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 15px;
}

.additional-offers p {
    font-size: 0.9rem;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Pricing Table */
.pricing-table {
    background: #F0FAF8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}

.table-header {
    background: linear-gradient(135deg, #FF8888, #FF6B6B);
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 15px 20px;
    font-weight: 600;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 20px;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}

.table-row:hover {
    background: #ffffff;
}

.table-row:last-child {
    border-bottom: none;
}

.table-cell {
    font-size: 0.95rem;
    color: var(--color-text-primary);
    font-weight: 500;
}

.table-cell:last-child {
    font-weight: 600;
    color: var(--color-primary);
}

/* Optional Pricing */
.optional-pricing {
    margin-bottom: 25px;
}

.optional-pricing h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 15px;
}

.optional-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #F0FAF8;
    border-radius: 8px;
    border-left: 4px solid #FF8888;
}

.optional-item span {
    font-size: 0.9rem;
    color: var(--color-text-primary);
}

.optional-item .price {
    font-weight: 600;
    color: var(--color-primary);
}

/* Dates Info */
.dates-info {
    background: #F0FAF8;
    padding: 20px;
    border-radius: 12px;
}

.date-item {
    margin-bottom: 15px;
}

.date-item:last-child {
    margin-bottom: 0;
}

.date-item h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 8px;
}

.date-item p {
    font-size: 0.9rem;
    color: #5a6c7d;
    line-height: 1.5;
}

.date-item.important h5 {
    color: #e74c3c;
}

.date-item.important p {
    color: #c0392b;
    font-weight: 500;
}

/* Lesson Info */
.lesson-info h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 15px;
}

.lesson-duration {
    background: linear-gradient(135deg, #FF8888, #FF6B6B);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Discount Info */
.discount-info {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.discount-info h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #856404;
    margin-bottom: 8px;
}

.discount-info p {
    font-size: 0.9rem;
    color: #856404;
    line-height: 1.5;
}

/* Course Includes */
.course-includes {
    margin-bottom: 20px;
}

.course-includes h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 15px;
}

.course-includes ul {
    list-style: none;
    padding: 0;
}

.course-includes li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 0.9rem;
    color: var(--color-text-primary);
}

.course-includes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

/* Teaching Method */
.teaching-method {
    background: #F0FAF8;
    padding: 20px;
    border-radius: 12px;
}

.teaching-method h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 15px;
}

.teaching-method p {
    font-size: 0.9rem;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 12px;
}

.teaching-method p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .tabs-navigation {
        flex-direction: row;
        gap: 15px;
        align-items: center;
        justify-content: center;
    }
    
    .tab-btn {
        width: auto;
        min-width: 150px;
        max-width: 220px;
        padding: 15px 20px;
        flex: 0 1 auto;
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2.5rem;
    }
    
    .card-header {
        padding: 25px 0;
    }
    
    .card-content {
        padding: 25px 0;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
    }
    
    .card-icon i {
        font-size: 20px;
    }
    
    .tabs-navigation {
        gap: 10px;
    }
    
    .tab-btn {
        padding: 12px 16px;
        min-width: 120px;
        max-width: 180px;
        flex: 0 1 auto;
    }
    
    .tab-btn span {
        font-size: 0.85rem;
    }
    
    .tab-btn i {
        font-size: 14px;
    }
}

/* ===== FAQ SECTION ===== */
.faq-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="faq-dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%23FF8888" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23faq-dots)"/></svg>');
    opacity: 0.6;
}

.faq-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.faq-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.faq-section .section-subtitle {
    font-size: 1.2rem;
    color: #475569;
    opacity: 1;
    font-weight: 500;
}

/* FAQ Form Section - Yan yana layout */
.faq-form-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.faq-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="faq-form-dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23059669" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23faq-form-dots)"/></svg>');
    opacity: 0.6;
}

.faq-form-layout {
    display: grid;
    gap: 40px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    align-items: start;
}

/* Form varsa 2 sütun */
.faq-form-layout.has-form {
    grid-template-columns: 1fr 1fr;
    max-width: 1400px;
}

/* Form yoksa tek sütun ve ortala */
.faq-form-layout.no-form {
    grid-template-columns: 1fr;
    max-width: 800px;
}

/* FAQ Section Inline */
.faq-section-inline {
    position: relative;
    z-index: 2;
}

.faq-section-header {
    text-align: center;
    margin-bottom: 30px;
}

.faq-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.faq-section-subtitle {
    font-size: 1.1rem;
    color: #475569;
    opacity: 1;
    font-weight: 500;
}

/* FAQ Container */
.faq-container {
    position: relative;
    z-index: 2;
}

/* FAQ Item */
.faq-item {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--color-primary-light);
    transform: translateZ(0);
    backface-visibility: hidden;
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px var(--color-primary-light);
    border-color: var(--color-primary-light);
}

.faq-item.active {
    border-color: var(--color-primary);
    box-shadow: 0 15px 40px var(--color-primary-light);
}

/* FAQ Question */
.faq-question {
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: none;
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-primary);
    transition: all 0.3s ease;
    text-align: left;
}

.faq-question:hover {
    background: linear-gradient(135deg, #FF8888 0%, #FF6B6B 100%);
    color: #ffffff;
}

.faq-question:hover i {
    color: #ffffff;
}

.faq-question span {
    flex: 1;
    margin-right: 20px;
}

.faq-question i {
    font-size: 16px;
    color: var(--color-primary);
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: var(--color-primary);
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background: #ffffff;
    will-change: max-height;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.faq-answer p {
    padding: 0 30px 25px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #5a6c7d;
}

/* FAQ CTA */
.faq-cta {
    text-align: center;
    position: relative;
    z-index: 2;
    background: var(--gradient-primary);
    padding: 40px;
    border-radius: 20px;
    margin-top: 50px;
    box-shadow: 0 15px 40px var(--color-primary-light);
}

.faq-cta p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.faq-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    color: var(--color-primary);
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #ffffff;
}

.faq-contact-btn:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    color: var(--color-primary);
    border-color: #ffffff;
}

.faq-contact-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-contact-btn:hover i {
    transform: translateX(5px);
}

/* Responsive Design for FAQ */
@media (max-width: 768px) {
    .faq-form-section {
        padding: 60px 0;
    }
    
    .faq-section-title {
        font-size: 1.8rem;
    }
    
    .demand-form-title {
        font-size: 1.8rem;
    }
    
    .faq-form-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .demand-form-section-inline,
    .demand-form-wrapper {
        position: static;
    }
    
    .faq-question {
        padding: 20px 25px;
        font-size: 1rem;
    }
    
    /* Mobilde animasyonu optimize et */
    .faq-answer {
        transition: max-height 0.25s ease-out !important;
    }
    
    .faq-answer p {
        padding: 0 25px 20px;
        font-size: 0.95rem;
    }
    
    /* Hover efektlerini mobilde kaldır */
    .faq-item:hover {
        transform: none !important;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    }
    
    .faq-contact-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .faq-section .section-title {
        font-size: 2rem;
    }
    
    .faq-question {
        padding: 18px 20px;
        font-size: 0.95rem;
    }
    
    /* Mobilde daha hızlı animasyon */
    .faq-answer {
        transition: max-height 0.2s ease-out !important;
    }
    
    .faq-answer p {
        padding: 0 20px 18px;
        font-size: 0.9rem;
    }
    
    /* Tüm hover efektlerini kaldır */
    .faq-item:hover {
        transform: none !important;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
        border-color: var(--color-primary-light) !important;
    }
}

/* ===== CONTENT SECTION ===== */
.content-section {
    padding: 80px 0;
    background: #F0FAF8;
    min-height: 60vh;
}

.content-wrapper {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.content-wrapper h1 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--color-text-primary);
    margin-bottom: 20px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-wrapper p {
    font-size: 1.2rem;
    color: #475569;
    line-height: 1.6;
    font-weight: 500;
}


/* Footer stilleri src/styles/footer.css - duplicate kaldirildi */

/* ===== HOVER EFFECTS ===== */
.info-item:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--color-primary-light);
}

.social-link:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px var(--color-primary-light);
}

.social-link:hover::before {
    left: 0;
}

.social-link:hover i {
    transform: scale(1.2);
}

.lang-btn:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--color-primary-light);
}

.lang-btn:hover .lang-arrow {
    transform: rotate(180deg);
}

.lang-dropdown.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    display: block !important;
}

.lang-option:hover {
    background: var(--color-primary-light);
    color: var(--color-primary);
    transform: translateX(5px);
}

.logo-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px var(--color-primary-light);
}

.nav-link:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--color-primary-light);
}

.nav-link:hover::before {
    left: 0;
}

.nav-link:hover i {
    transform: scale(1.2);
}

.nav-link:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.nav-item:hover .dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
    left: 0 !important;
    right: auto !important;
}

.dropdown-section a:hover {
    background: var(--color-primary-light);
    color: var(--color-primary);
    transform: translateX(5px);
}

.dropdown-item:hover {
    background: rgba(255, 136, 136, 0.05);
    border-color: var(--color-primary-light);
    transform: translateX(5px);
}

.cta-button:hover {
    background: linear-gradient(135deg, #FFF193 0%, #FF8888 100%);
    box-shadow: 0 12px 35px rgba(255, 136, 136, 0.5);
}

.cta-button:active {
    box-shadow: 0 4px 15px rgba(255, 136, 136, 0.3);
}

/* Force no size changes on any state */
.cta-button,
.cta-button:hover,
.cta-button:active,
.cta-button:focus,
.cta-button:active:hover,
.cta-button:hover:active,
.cta-button:focus:active {
    transform: none !important;
    scale: 1 !important;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    max-width: none !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 14px 28px !important;
}

.cta-button:focus {
    outline: 2px solid rgba(255, 136, 136, 0.5);
    outline-offset: 2px;
}

.cta-button:hover::before {
    left: 0;
}

.cta-button:hover i {
    transform: translateX(3px);
}

.mobile-menu-btn:hover {
    background: var(--color-primary-light);
}

.mobile-menu-btn:hover .hamburger-line {
    background: #FF8888;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.mobile-nav-list a:hover {
    background: var(--color-primary-light);
    color: var(--color-primary);
    transform: translateX(5px);
}

.mobile-dropdown-btn:hover {
    background: var(--color-primary-light);
    color: var(--color-primary);
}

.mobile-dropdown.active .mobile-dropdown-list {
    max-height: 200px;
}

.mobile-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--color-primary-light);
}

.mobile-contact a:hover {
    color: var(--color-primary);
    transform: translateX(5px);
}

/* ===== DEMAND FORM SECTION ===== */
/* Demand Form Section Inline */
.demand-form-section-inline {
    position: sticky;
    top: 100px;
}

.demand-form-wrapper {
    position: sticky;
    top: 100px;
}

.demand-form-header {
    text-align: center;
    margin-bottom: 25px;
}

.form-header-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin: 0 auto 15px;
    box-shadow: 0 8px 25px var(--color-secondary-light);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.demand-form-title {
    color: var(--color-text-primary);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.demand-form-subtitle {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

.demand-form {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px var(--color-secondary-light);
    border: 1px solid var(--color-secondary-light);
    position: relative;
    overflow: hidden;
}

.demand-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.demand-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.demand-form .form-group:last-of-type {
    margin-bottom: 0;
}

.demand-form input[type="text"],
.demand-form input[type="email"],
.demand-form input[type="tel"],
.demand-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid var(--color-secondary-light);
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    color: var(--color-text-primary);
    font-family: 'Poppins', sans-serif;
}

.demand-form input:focus,
.demand-form textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-primary-light);
}

.demand-form input::placeholder,
.demand-form textarea::placeholder {
    color: var(--color-text-muted);
}

.demand-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.demand-form .form-row .form-group {
    margin-bottom: 0;
}

.demand-form textarea {
    resize: vertical;
    min-height: 120px;
}

.demand-form .kvkk-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}

.demand-form .kvkk-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--color-primary);
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.demand-form .kvkk-checkbox label {
    color: var(--color-text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    cursor: pointer;
}

.demand-form .kvkk-checkbox label a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.demand-form .kvkk-checkbox label a:hover {
    text-decoration: underline;
}

.demand-submit-btn {
    width: 100%;
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 25px var(--color-secondary-light);
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}

.demand-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px var(--color-secondary-light);
}

.demand-submit-btn:active {
    transform: translateY(0);
}

.demand-submit-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.demand-submit-btn:hover i {
    transform: translateX(3px);
}

/* Responsive Design for Demand Form */
@media (max-width: 1024px) {
    .faq-form-layout,
    .faq-form-layout.has-form {
        grid-template-columns: 1fr !important;
        gap: 40px;
        max-width: 100%;
    }
    
    .demand-form-section-inline,
    .demand-form-wrapper {
        position: static;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .faq-form-layout,
    .faq-form-layout.has-form {
        gap: 30px;
        grid-template-columns: 1fr !important;
    }
    
    .demand-form-wrapper {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .demand-form-title {
        font-size: 1.8rem;
    }
    
    .demand-form-subtitle {
        font-size: 1rem;
    }
    
    .demand-form {
        padding: 30px;
        width: 100%;
        max-width: 100%;
    }
    
    .faq-section-inline,
    .faq-container {
        width: 100%;
        max-width: 100%;
    }
    
    .form-header-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    
    .demand-form .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .demand-form .form-row .form-group {
        margin-bottom: 0;
    }
    
    .demand-form > .form-group {
        margin-bottom: 20px;
    }
}

/* ===== DYNAMIC PRICING CONTENT STYLES ===== */
.dynamic-pricing-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dynamic-pricing-content h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--color-primary);
}

.dynamic-pricing-content .pricing-block {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid var(--color-secondary-light);
}

.dynamic-pricing-content .pricing-block h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dynamic-pricing-content .pricing-description {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Course Content Paragraphs - Yazı odaklı içerik */
.course-content-paragraphs {
    margin-top: 25px;
}

.content-paragraph-block {
    margin-bottom: 30px;
}

.content-paragraph-block:last-child {
    margin-bottom: 0;
}

.paragraph-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-primary);
}

.paragraph-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 0;
    text-align: justify;
}

.dynamic-pricing-content .pricing-block h5 i {
    color: var(--color-primary);
    font-size: 1.2rem;
}

.dynamic-pricing-content .pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.dynamic-pricing-content .pricing-table .table-header {
    background: var(--gradient-primary);
    color: white;
}

.dynamic-pricing-content .pricing-table .table-header .header-cell {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 0.95rem;
}

.dynamic-pricing-content .pricing-table .table-row {
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
}

.dynamic-pricing-content .pricing-table .table-row:hover {
    background-color: #f8f9fa;
}

.dynamic-pricing-content .pricing-table .table-row.highlighted {
    background-color: #e7f3ff !important;
}

.dynamic-pricing-content .pricing-table .table-cell {
    padding: 15px 20px;
    color: var(--color-text-primary);
    font-size: 0.95rem;
}

.dynamic-pricing-content .pricing-table .table-cell strong {
    color: var(--color-secondary);
    font-weight: 700;
}

/* Modern Pricing Card Design */
.pricing-card-modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    border: 2px solid #e9ecef;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.pricing-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px var(--color-primary-light);
    border-color: var(--color-primary);
}

.pricing-card-header {
    background: var(--gradient-primary);
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}

.pricing-card-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.pricing-card-title h6 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: white;
}

.pricing-card-subtitle {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 400;
}

.pricing-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.pricing-info-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.pricing-info-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.pricing-info-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.pricing-info-label {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

.pricing-info-value {
    font-size: 1.1rem;
    color: var(--color-secondary);
    font-weight: 700;
}

.pricing-card-footer {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 25px;
    border-top: 2px solid var(--color-primary);
}

.pricing-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-price-label {
    font-size: 1rem;
    color: var(--color-primary);
    font-weight: 600;
}

.pricing-price-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-primary);
    letter-spacing: -0.5px;
}

/* Responsive Design for Pricing Card */
@media (max-width: 768px) {
    .pricing-card-header {
        padding: 20px;
        gap: 15px;
    }
    
    .pricing-card-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .pricing-card-title h6 {
        font-size: 1.3rem;
    }
    
    .pricing-card-body {
        padding: 20px;
        gap: 15px;
    }
    
    .pricing-info-item {
        padding: 12px;
    }
    
    .pricing-info-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .pricing-card-footer {
        padding: 20px;
    }
    
    .pricing-price-value {
        font-size: 1.6rem;
    }
}

/* Weekly Pricing List */
.weekly-pricing-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.weekly-pricing-item {
    background: white;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.weekly-pricing-item:hover {
    border-color: var(--color-primary);
    box-shadow: 0 4px 15px var(--color-primary-light);
    transform: translateY(-2px);
}

.weekly-pricing-item span {
    color: #475569;
    font-size: 0.95rem;
    font-weight: 500;
}

.weekly-pricing-item strong {
    color: var(--color-primary);
    font-size: 1.1rem;
    font-weight: 700;
}

/* Schedule Info */
.schedule-info {
    margin-top: 15px;
}

.schedule-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-left: 4px solid var(--color-primary);
}

.schedule-item h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.schedule-item h6 i {
    color: var(--color-primary);
    font-size: 1rem;
}

.schedule-item p {
    color: #475569;
    font-size: 0.95rem;
    margin-bottom: 8px;
    line-height: 1.6;
}

.schedule-item p strong {
    color: var(--color-secondary);
    font-weight: 600;
}

.schedule-break {
    color: var(--color-text-muted) !important;
    font-size: 0.85rem !important;
    font-style: italic;
}

.schedule-lessons {
    color: var(--color-primary) !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}

.schedule-days {
    margin-top: 15px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #e7f3ff 0%, #f0f9ff 100%);
    border-radius: 8px;
    color: var(--color-secondary);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.schedule-days i {
    color: var(--color-primary);
}

.lesson-duration-note {
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #e7f3ff;
    border-radius: 8px;
    color: var(--color-secondary);
    font-size: 0.9rem;
}

/* Dates List */
.dates-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.date-badge {
    background: var(--gradient-primary);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 8px var(--color-secondary-light);
    transition: transform 0.2s ease;
}

.date-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--color-secondary-light);
}

/* Holidays List */
.holidays-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.holiday-item {
    background: white;
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

.holiday-item:hover {
    border-color: var(--color-primary);
    box-shadow: 0 2px 8px var(--color-primary-light);
}

.holiday-name {
    color: var(--color-secondary);
    font-weight: 600;
    font-size: 0.9rem;
}

.holiday-date {
    color: var(--color-text-muted);
    font-size: 0.85rem;
    font-weight: 500;
}

/* Pricing Info Box */
.pricing-info-box {
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    border-left: 4px solid var(--color-primary);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.pricing-info-box p {
    margin: 0;
    color: var(--color-text-primary);
    font-size: 0.95rem;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pricing-info-box p i {
    color: var(--color-primary);
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dynamic-pricing-content {
        gap: 20px;
    }
    
    .dynamic-pricing-content h4 {
        font-size: 1.5rem;
    }
    
    .dynamic-pricing-content .pricing-block {
        padding: 20px;
    }
    
    .dynamic-pricing-content .pricing-block h5 {
        font-size: 1.1rem;
    }
    
    .weekly-pricing-list {
        grid-template-columns: 1fr;
    }
    
    .holidays-list {
        grid-template-columns: 1fr;
    }
    
    .dates-list {
        gap: 8px;
    }
    
    .date-badge {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .schedule-item {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .dynamic-pricing-content .pricing-table .table-header .header-cell,
    .dynamic-pricing-content .pricing-table .table-cell {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    
    .dynamic-pricing-content .pricing-block {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .demand-form-wrapper {
        margin-top: 25px;
        padding-top: 25px;
    }
    
    .demand-form-title {
        font-size: 1.5rem;
    }
    
    .demand-form-subtitle {
        font-size: 0.95rem;
    }
    
    .demand-form {
        padding: 25px;
    }
    
    .form-header-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .demand-form input[type="text"],
    .demand-form input[type="email"],
    .demand-form input[type="tel"],
    .demand-form textarea {
        padding: 12px 15px;
        font-size: 0.95rem;
    }
    
    .demand-form .form-row {
        margin-bottom: 20px;
    }
    
    .demand-form .form-row .form-group {
        margin-bottom: 0;
    }
    
    .demand-form > .form-group {
        margin-bottom: 20px;
    }
    
    .demand-submit-btn {
        padding: 15px 25px;
        font-size: 1rem;
    }
}
