/* ==========================================================================
   One-to-One Live Online Classes — Stylesheet
   ========================================================================== */

:root {
    --brand-red: #e62129;
    --brand-red-hover: #b8151c;
    --brand-teal: #45c3cd;
    --brand-purple: #8e54e9;
    --text-navy: #003060;
    --text-dark: #333333;
    --text-muted: #666666;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #e2e8f0;
}

/* Base resets & layout overrides for this page */
.one-to-one-page {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    background-color: var(--bg-white);
    overflow-x: hidden;
}

.one-to-one-page h1, 
.one-to-one-page h2, 
.one-to-one-page h3, 
.one-to-one-page h4, 
.one-to-one-page h5, 
.one-to-one-page h6 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    color: var(--text-navy);
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
    color: var(--text-navy);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem auto;
    line-height: 1.6;
}

/* Primary buttons */
.btn-brand-red {
    background-color: var(--brand-red);
    color: var(--bg-white) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 14px 32px;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    text-decoration: none !important;
}

.btn-brand-red:hover {
    background-color: var(--brand-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(230, 33, 41, 0.3);
}

/* ── SECTION 1: HERO SECTION ── */
/* ── SECTION 1: HERO SECTION ── */
.oto-hero {
    position: relative;
    padding: 25px 0 35px 0;
    background-color: var(--bg-white);
    background-image: radial-gradient(circle at top right, rgba(69, 195, 205, 0.12), rgba(142, 84, 233, 0.12) 40%, transparent 60%);
    overflow: hidden;
}

.oto-badge {
    display: inline-block;
    background: rgba(230, 33, 41, 0.08);
    color: var(--brand-red);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}

.oto-hero h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    color: var(--text-navy);
}

.oto-hero .highlight {
    color: var(--brand-red);
}

.oto-hero-sub {
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--text-muted);
    margin-bottom: 1.25rem;
}

.trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-navy);
}

.trust-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.trust-bar-item i {
    color: var(--brand-red);
}

.hero-cta-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 1.25rem;
}

.hero-cta-wrapper .wa-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: transparent;
    color: #25D366 !important;
    border: 2px solid #25D366;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.hero-cta-wrapper .wa-link:hover {
    background-color: #25D366;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transform: translateY(-2px);
    text-decoration: none;
}

.hero-social-proof {
    font-size: 0.82rem;
    color: var(--text-muted);
    border-top: 1px solid var(--border-color);
    padding-top: 0.75rem;
    line-height: 1.45;
}

.hero-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    max-width: 330px;
    margin: 0 auto;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* Floating Card right column */
.floating-why-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 12px 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    margin-top: 0.75rem;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.floating-why-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: var(--text-navy);
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-list-item {
    font-size: 0.85rem;
    color: var(--text-dark);
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

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

/* ── SECTION 2: TRUST RIBBON / STATS BAR ── */
.stats-ribbon {
    background-color: var(--bg-light);
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

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

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--brand-red);
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'League Spartan', sans-serif;
}

.stat-label {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── SECTION 3: WHAT IS ONE-TO-ONE ── */
.oto-intro {
    padding: 80px 0;
    background-color: var(--bg-white);
}

.oto-intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.comparison-visual-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

/* Premium Comparison Table Layout */
.comparison-table-container {
    margin-top: 4rem;
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.comparison-table th, 
.comparison-table td {
    padding: 24px 20px;
    vertical-align: top;
    border-bottom: 1px solid var(--border-color);
}

.comparison-table thead tr th {
    background-color: var(--bg-light);
    color: var(--text-navy);
    font-family: 'League Spartan', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    text-align: center;
    border-bottom: 2px solid var(--border-color);
    vertical-align: middle;
}

.comparison-table thead tr th.col-feature {
    text-align: left;
    background-color: var(--bg-white);
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

/* Feature column styling */
.feature-title {
    font-weight: 700;
    color: var(--text-navy);
    font-size: 1.05rem;
    text-align: left;
    vertical-align: middle !important;
}

/* Highlighted Brand Column */
.col-brandHighlighted {
    position: relative;
    background-color: rgba(230, 33, 41, 0.02) !important;
    border-left: 2px solid rgba(230, 33, 41, 0.15);
    border-right: 2px solid rgba(230, 33, 41, 0.15);
    width: 32%;
}

.comparison-table thead tr th.col-brandHighlighted {
    background-color: rgba(230, 33, 41, 0.04) !important;
    border-top: 4px solid var(--brand-red);
    color: var(--brand-red);
}

.brand-badge-wrap {
    display: inline-block;
    background-color: var(--brand-red);
    color: var(--bg-white);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-family: 'League Spartan', sans-serif;
}

/* Value Columns */
.cell-yes, .cell-no {
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cell-yes p, .cell-no p {
    margin: 5px 0 0 0;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.cell-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.cell-yes .cell-status {
    color: #28a745;
}

.cell-no .cell-status {
    color: #dc3545;
}

.cell-yes i {
    font-size: 1.1rem;
}

.cell-no i {
    color: #dc3545;
    font-size: 1.25rem;
}

.comparison-table td.cell-no {
    vertical-align: middle;
}

/* ── SECTION 4: WHO IS THIS FOR ── */
.who-is-for {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.who-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.who-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: rgba(230, 33, 41, 0.2);
}

.who-icon {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
}

.who-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: var(--text-navy);
}

.who-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 0;
}

/* ── SECTION 5: SUBJECTS & CLASSES OFFERED ── */
.subjects-offered {
    padding: 80px 0;
    background-color: var(--bg-white);
}

.subjects-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 3rem;
    gap: 15px;
}

.subjects-tabs .nav-link {
    background-color: var(--bg-light);
    color: var(--text-navy);
    border: 1px solid var(--border-color) !important;
    border-radius: 50px !important;
    font-weight: 700;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

.subjects-tabs .nav-link.active {
    background-color: var(--brand-red) !important;
    color: var(--bg-white) !important;
    border-color: var(--brand-red) !important;
}

.subject-grid-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    text-align: center;
}

.subject-icon-box {
    width: 60px;
    height: 60px;
    background: rgba(69, 195, 205, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--brand-teal);
    margin: 0 auto 1.2rem auto;
}

.subject-grid-card h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.subject-grid-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* ── SECTION 6: HOW IT WORKS ── */
.how-it-works {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.sticky-process-visual {
    border-radius: 24px;
    overflow: hidden;
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    transition: all 0.4s ease;
}
@media (min-width: 992px) {
    .sticky-process-visual {
        position: sticky;
        top: 140px;
        z-index: 5;
    }
}

.process-main-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Vertical Timeline Right Column */
.process-vertical-timeline {
    position: relative;
    padding-left: 55px;
    padding-top: 10px;
}

.timeline-line {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 4px;
    background: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: var(--brand-red);
    transition: height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-card-vertical {
    position: relative;
    margin-bottom: 12vh; /* Reduced vertical gap between steps */
    opacity: 0.15; /* Substantially faded when inactive */
    transform: scale(0.95) translateY(20px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-card-vertical:last-child {
    margin-bottom: 0;
}

.step-card-vertical.active {
    opacity: 1; /* Fully solid when centered */
    transform: scale(1) translateY(0);
}

.timeline-dot {
    position: absolute;
    left: -55px;
    top: 15px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bg-white);
    border: 3px solid #e2e8f0;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    z-index: 2;
    transition: all 0.4s ease;
}

.step-card-vertical.active .timeline-dot {
    background: var(--brand-red);
    border-color: var(--brand-red);
    color: var(--bg-white);
    box-shadow: 0 0 15px rgba(230, 33, 41, 0.4);
}

.step-card-content {
    background: var(--bg-white);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    transition: all 0.4s ease;
}

.step-card-vertical.active .step-card-content {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    border-color: rgba(230, 33, 41, 0.15);
}

.step-meta {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--brand-red);
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

.step-card-content h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
    color: var(--text-navy);
}

.step-card-content p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ── SECTION 7: FACULTY SPOTLIGHT ── */
.faculty-spotlight {
    padding: 80px 0;
    background-color: var(--bg-white);
}

.faculty-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.faculty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
    border-color: rgba(230, 33, 41, 0.15);
}

.faculty-img-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--bg-light);
}

.faculty-img-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 3.5;
    object-fit: cover;
    object-position: top;
}

.faculty-subject-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: var(--brand-red);
    color: var(--bg-white);
    padding: 5px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.8rem;
    font-family: 'League Spartan', sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.faculty-details {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.faculty-name {
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: var(--text-navy);
}

.faculty-meta {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.faculty-quote {
    font-style: italic;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.5;
    border-left: 3px solid var(--brand-teal);
    padding-left: 12px;
    margin-bottom: 1.5rem;
}

.faculty-card .btn-brand-red {
    background-color: var(--brand-red);
    color: #ffffff !important;
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 12px rgba(230, 33, 41, 0.15);
    border: 2px solid transparent;
}

.faculty-card .btn-brand-red:hover {
    background-color: transparent;
    color: var(--brand-red) !important;
    border-color: var(--brand-red);
    box-shadow: 0 6px 16px rgba(230, 33, 41, 0.2);
    transform: translateY(-2px);
}

/* ── SECTION 8: STAR RESULTS ── */
.star-results-section {
    background: radial-gradient(circle at center, #150933 0%, #030f24 70%, #01050e 100%);
    padding: 80px 0;
    color: var(--bg-white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.star-results-section h2 {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-family: 'League Spartan', sans-serif;
    letter-spacing: -0.5px;
}

.results-sub {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gold-badge {
    display: inline-block;
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 193, 7, 0.2);
    letter-spacing: 1px;
}

/* Glassmorphic Result Cards */
.result-stat-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 35px 25px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.result-stat-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 193, 7, 0.3);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.result-stat-card .stat-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.result-stat-card .stat-val {
    font-family: 'League Spartan', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffc107; /* Gold accent */
    margin-bottom: 0.5rem;
    line-height: 1.1;
}

.result-stat-card .stat-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.result-stat-card .stat-desc strong {
    color: #ffffff;
}

/* Capsule navigation tabs */
.results-gallery-tabs {
    margin-top: 3rem;
}

.results-gallery-tabs .nav-tabs {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    padding: 6px;
    display: inline-flex;
    margin: 0 auto 2.5rem auto;
}

.results-gallery-tabs .nav-tabs .nav-link {
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50px !important;
    font-weight: 700;
    padding: 12px 30px;
    transition: all 0.3s ease;
    margin: 0 6px;
}

.results-gallery-tabs .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%) !important;
    color: #01050e !important;
    border: 1px solid #ffc107 !important;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
}

.results-gallery-tabs .nav-tabs .nav-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
}

/* Results Grid and Cards */
.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.results-grid .result-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    padding: 0;
}

#board-2526-content .results-grid .result-card {
    aspect-ratio: 1 / 1;
}

#board-2425-content .results-grid .result-card {
    aspect-ratio: 4 / 5;
}

.results-grid .result-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.results-grid .result-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 193, 7, 0.5);
    box-shadow: 0 20px 40px rgba(255, 193, 7, 0.15);
}

.results-grid .result-card:hover img {
    transform: scale(1.06);
}

/* Allow grid items to flow directly in the parent grid when collapse expands */
.results-grid .collapse.show {
    display: contents !important;
}

.results-grid .collapsing {
    display: contents !important;
}

/* Hide floating actions on right side when modal is open */
body.modal-open .demo-float,
body.modal-open .whatsapp-float,
body.modal-open .scroll-top {
    display: none !important;
}

/* Gold Outline View More Button */
.btn-outline-gold {
    border: 2px solid #ffc107;
    color: #ffc107 !important;
    background: transparent;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: 'League Spartan', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-outline-gold:hover {
    background: #ffc107;
    color: #01050e !important;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
    transform: translateY(-2px);
}

.star-results-section .btn-white {
    background-color: #ffffff;
    color: #003060 !important;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 16px 36px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-top: 1.5rem;
    text-decoration: none !important;
}

.star-results-section .btn-white:hover {
    background-color: #ffc107; /* Gold on hover */
    color: #001f3f !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 193, 7, 0.3);
}

@media (max-width: 767.98px) {
    .results-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .results-gallery-tabs .nav-tabs .nav-link {
        padding: 8px 16px;
        font-size: 0.85rem;
        margin: 4px;
    }
}

/* ── SECTION 9: PARENT TESTIMONIALS ── */
.parent-testimonials {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.testimonial-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
}

.stars-rating {
    color: #ffc107;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.testimonial-author {
    font-weight: 700;
    color: var(--text-navy);
}

.testimonial-meta {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* ── SECTION 10: FEATURES DEEP-DIVE ── */
.features-deep-dive {
    padding: 80px 0;
    background-color: var(--bg-white);
}

.feat-item {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
}

.feat-icon-box {
    width: 45px;
    height: 45px;
    background-color: rgba(142, 84, 233, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--brand-purple);
    flex-shrink: 0;
}

.feat-title {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: var(--text-navy);
}

.feat-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 0;
}

/* ── SECTION 11: FAQ ── */
.faq-accordion-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.faq-accordion-section .accordion-item {
    border-radius: 12px;
    border: 1px solid var(--border-color);
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-accordion-section .accordion-button {
    font-weight: 700;
    color: var(--text-navy);
    padding: 18px 24px;
    background-color: var(--bg-white);
}

.faq-accordion-section .accordion-button:not(.collapsed) {
    background-color: rgba(230, 33, 41, 0.02);
    color: var(--brand-red);
}

.faq-accordion-section .accordion-body {
    padding: 20px 24px;
    line-height: 1.6;
    color: var(--text-dark);
    font-size: 0.95rem;
}

/* ── SECTION 12: FINAL CTA BANNER ── */
.final-cta-banner {
    padding: 80px 0;
    background-color: var(--bg-white);
    text-align: center;
}

.final-cta-banner h2 {
    font-size: 2.8rem;
    color: var(--text-navy);
    margin-bottom: 1rem;
}

.final-cta-sub {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
}

.final-cta-btn-wrapper {
    margin-bottom: 2rem;
}

.final-cta-contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.final-cta-contacts .wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #25D366;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 14px 32px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
}

.final-cta-contacts .wa-btn:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(18, 140, 126, 0.3);
}

.final-cta-contacts .phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--text-navy);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 14px 32px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 48, 96, 0.2);
}

.final-cta-contacts .phone-btn:hover {
    background-color: var(--brand-teal);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(69, 195, 205, 0.3);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media (max-width: 991.98px) {
    .oto-hero h1 {
        font-size: 2.8rem;
    }
    .hero-image-wrapper {
        margin-top: 3rem;
    }
    .comparison-table {
        min-width: 850px;
    }
    .sticky-process-visual {
        position: relative !important;
        top: 0 !important;
        max-width: 500px;
        margin: 0 auto 3rem auto;
    }
}

@media (max-width: 767.98px) {
    .section-title {
        font-size: 2rem;
    }
    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .oto-hero {
        padding: 40px 0;
        text-align: center;
    }
    .trust-bar {
        justify-content: center;
    }
    .hero-cta-wrapper {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 1.5rem auto;
    }
    .hero-cta-wrapper .btn-brand-red,
    .hero-cta-wrapper .wa-link {
        width: 100%;
        text-align: center;
    }
    .process-vertical-timeline {
        padding-left: 45px;
    }
    .timeline-line {
        left: 15px;
    }
    .timeline-dot {
        left: -45px;
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
        top: 10px;
    }
    .step-card-content {
        padding: 20px;
    }
    .final-cta-banner h2 {
        font-size: 2rem;
    }
    .final-cta-contacts {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 320px;
        margin: 2rem auto 0 auto;
    }
    .final-cta-contacts .wa-btn,
    .final-cta-contacts .phone-btn {
        width: 100%;
        text-align: center;
    }

    /* Comparison Table Mobile Responsiveness (First 2 Columns Complete) */
    .comparison-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 16px;
    }
    .comparison-table {
        min-width: 600px;
        width: 100%;
        table-layout: fixed;
    }
    .comparison-table th.col-feature,
    .comparison-table td.feature-title {
        position: sticky;
        left: 0;
        background-color: var(--bg-white) !important;
        z-index: 10;
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.08);
        width: 140px;
        min-width: 140px;
    }
    .comparison-table th.col-brandHighlighted,
    .comparison-table td.col-brandHighlighted {
        width: 200px;
        min-width: 200px;
    }
    .comparison-table th.col-tutor,
    .comparison-table td:nth-child(3),
    .comparison-table th.col-groups,
    .comparison-table td:nth-child(4) {
        width: 130px;
        min-width: 130px;
    }
    .comparison-table th, 
    .comparison-table td {
        padding: 12px 10px;
        font-size: 0.85rem;
    }
    .cell-yes p {
        font-size: 0.75rem;
    }
    .brand-badge-wrap {
        font-size: 0.55rem;
        padding: 2px 6px;
    }
}


