﻿/**
 * Informational Page Styles
 * @version     1.0
 * @template    informational
 * @description Sidebar + content pages (90-day guarantee, revision process, how it works, policies, FAQ pages)
 * 
 * Class Prefix: .info-
 * 
 * Reference Pages:
 * - /revision-process.php
 * - /90-day-resume-interview-guarantee.php
 * - /how-it-works.php
 */

/* ============================================
   BREADCRUMB
   ============================================ */

.info-breadcrumb {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 24px;
}

.info-breadcrumb-inner {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: #718096;
}

.info-breadcrumb a {
    color: #1f295e;
    text-decoration: none;
}

.info-breadcrumb a:hover {
    text-decoration: underline;
}

.info-breadcrumb span {
    margin: 0 8px;
    color: #a0aec0;
}

/* ============================================
   HERO SECTION
   ============================================ */

.info-hero {
    background: #ffffff;
    padding: 60px 24px 50px;
    border-bottom: 1px solid #e2e8f0;
}

.info-hero-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.info-hero-left {
    flex: 1;
}

.info-hero-right {
    flex-shrink: 0;
    width: 340px;
}

.info-hero-badge {
    display: inline-block;
    background: rgba(2, 193, 83, 0.1);
    color: #02c153;
    font-size: 12px;
    font-weight: 600;
    font-family: 'AvertaPE', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.info-hero h1 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.15;
    color: #1f295e;
    margin: 0 0 20px 0;
}

.info-hero p {
    font-family: 'AvertaPE', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* Hero Stats Card (White with Navy Border) */
.info-stats-card {
    background: #ffffff;
    border: 3px solid #1f295e;
    border-radius: 16px;
    padding: 28px 36px;
    box-shadow: 0 8px 30px rgba(31, 41, 94, 0.12);
    text-align: center;
    min-width: 280px;
}

.info-stat-main {
    margin-bottom: 14px;
}

.info-stat-number-lg {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #1f295e;
    display: block;
    line-height: 1;
}

.info-stat-main-label {
    font-size: 15px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    color: #1f295e;
    margin-top: 6px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-stat-row-small {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding-top: 14px;
    border-top: 2px solid #e2e8f0;
}

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

.info-stat-number-sm {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #1f295e;
    display: block;
    line-height: 1;
}

.info-stat-row-small .info-stat-label {
    font-size: 11px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    display: block;
}

/* Hero Highlight Text */
.info-hero-highlight {
    font-size: 20px;
    color: #02c153;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    margin-top: 16px;
}

/* ============================================
   MAIN CONTENT SECTION (Sidebar + Content)
   ============================================ */

.info-main-content {
    background: #f8f9fa;
    padding: 60px 24px;
}

.info-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Sidebar Column */
.info-sidebar-column {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 24px;
}

.info-sidebar-panel {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.info-sidebar-panel h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1f295e;
    margin: 0 0 20px 0;
}

.info-sidebar-checklist {
    margin-bottom: 24px;
}

.info-sidebar-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-family: 'AvertaPE', sans-serif;
    font-size: 15px;
    color: #2d3748;
    line-height: 1.5;
}

.info-sidebar-checklist-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.info-sidebar-panel .btn {
    width: 100%;
    text-align: center;
}

/* Google Reviews Badge in Sidebar */
.info-sidebar-reviews {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-sidebar-reviews svg {
    flex-shrink: 0;
}

.info-sidebar-reviews-text {
    font-family: 'AvertaPE', sans-serif;
}

.info-sidebar-reviews-count {
    font-weight: 700;
    font-size: 15px;
    color: #1f295e;
    display: block;
}

.info-sidebar-reviews-stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Main Column */
.info-main-column {
    flex: 1;
    min-width: 0;
}

/* Content Sections (White Cards) */
.info-content-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.info-content-section:last-child {
    margin-bottom: 0;
}

.info-content-section h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #1f295e;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.info-content-section h3 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1f295e;
    margin: 32px 0 16px 0;
    line-height: 1.3;
}

.info-content-section h3:first-child {
    margin-top: 0;
}

.info-content-section h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f295e;
    margin: 24px 0 12px 0;
    line-height: 1.4;
}

.info-content-section p {
    font-family: 'AvertaPE', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #2d3748;
    margin: 0 0 16px 0;
}

.info-content-section p:last-child {
    margin-bottom: 0;
}

.info-content-section ul,
.info-content-section ol {
    font-family: 'AvertaPE', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #2d3748;
    margin: 0 0 16px 0;
    padding-left: 24px;
}

.info-content-section li {
    margin-bottom: 8px;
}

/* ============================================
   CALLOUT BOXES
   ============================================ */

/* Info Box (Soft Background) */
.info-box {
    background: #f6fbf8;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 24px 0;
}

.info-box p {
    color: #4a5568;
    margin: 0;
    font-family: 'AvertaPE', sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

/* Warning Box (Orange) */
.info-warning-box {
    background: #fff3cd;
    border: 2px solid #ff8a00;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 24px 0;
}

.info-warning-box p {
    color: #4a5568;
    margin: 0;
    font-family: 'AvertaPE', sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

/* Success Box (Light Green) */
.info-success-box {
    background: #f0fff4;
    border-left: 4px solid #02c153;
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    margin: 24px 0;
}

.info-success-box p {
    color: #22543d;
    margin: 0;
}

/* Highlight Box (Centered Quote) */
.info-highlight-box {
    font-size: 20px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    color: #1f295e;
    text-align: center;
    padding: 24px;
    background: #f6fbf8;
    border-radius: 10px;
    margin: 24px 0;
}

.info-highlight-box p {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.info-highlight-box .highlight {
    color: #02c153;
    font-weight: 700;
}

/* ============================================
   CHECKLIST STYLES
   ============================================ */

.info-check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.info-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-family: 'AvertaPE', sans-serif;
    font-size: 17px;
    color: #2d3748;
    line-height: 1.6;
}

.info-check-list li::before {
    content: '';
    display: none;
}

.info-check-list svg {
    flex-shrink: 0;
    margin-top: 4px;
}

/* ============================================
   X-MARK LIST (Not Covered items)
   ============================================ */

.info-x-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.info-x-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-family: 'AvertaPE', sans-serif;
    font-size: 17px;
    color: #2d3748;
    line-height: 1.6;
}

.info-x-list li::before {
    content: '';
    display: none;
}

.info-x-list svg {
    flex-shrink: 0;
    margin-top: 4px;
}

/* ============================================
   NUMBERED LIST
   ============================================ */

.info-numbered-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    counter-reset: info-counter;
}

.info-numbered-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-family: 'AvertaPE', sans-serif;
    font-size: 17px;
    color: #2d3748;
    line-height: 1.6;
    counter-increment: info-counter;
}

.info-numbered-list li::before {
    content: counter(info-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #1f295e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================================
   INFO BOX ENHANCEMENTS
   ============================================ */

.info-box h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f295e;
    margin: 0 0 12px 0;
}

.info-box ul {
    margin: 12px 0 0 0;
    padding-left: 0;
    list-style: none;
}

.info-box ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: 'AvertaPE', sans-serif;
    color: #4a5568;
    line-height: 1.6;
}

.info-box ul li:last-child {
    margin-bottom: 0;
}

.info-box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #02c153;
    border-radius: 50%;
}

/* Warning box with orange border variant */
.info-warning-box.orange {
    background: #fff3cd;
    border-color: #ff8a00;
}

/* ============================================
   DO/DON'T COMPARISON BOXES
   ============================================ */

.info-do-dont-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 32px 0;
}

.info-do-box,
.info-dont-box {
    border-radius: 12px;
    padding: 24px;
}

.info-do-box {
    background: #f0fff4;
    border: 1px solid #9ae6b4;
}

.info-dont-box {
    background: #fff5f5;
    border: 1px solid #feb2b2;
}

.info-do-box h4,
.info-dont-box h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 16px 0;
}

.info-do-box h4 {
    color: #22543d;
}

.info-dont-box h4 {
    color: #c53030;
}

.info-do-box ul,
.info-dont-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-do-box ul li,
.info-dont-box ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-family: 'AvertaPE', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.info-do-box ul li {
    color: #22543d;
}

.info-dont-box ul li {
    color: #c53030;
}

.info-do-box ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #02c153;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

.info-dont-box ul li::before {
    content: '✗';
    position: absolute;
    left: 0;
    top: 0;
    color: #e53e3e;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

/* Override any global bullet styles */
.info-do-box ul li::marker,
.info-dont-box ul li::marker {
    content: none;
}

/* ============================================
   DARK SECTION (Navy Background)
   ============================================ */

.info-dark-section {
    background: linear-gradient(135deg, #1f295e 0%, #18214e 100%);
    padding: 70px 24px;
}

.info-dark-container {
    max-width: 1100px;
    margin: 0 auto;
}

.info-dark-section h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 16px 0;
}

.info-dark-section > p,
.info-dark-container > p {
    font-family: 'AvertaPE', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    max-width: 600px;
    margin: 0 auto 48px;
    line-height: 1.6;
}

/* Timeline/Process Grid */
.info-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.info-process-step {
    text-align: center;
    padding: 28px 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.info-step-number {
    width: 48px;
    height: 48px;
    background: #02c153;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto 16px;
}

.info-step-title {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 6px;
}

.info-step-duration {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #02c153;
    margin-bottom: 8px;
}

.info-step-desc {
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

/* Stats Row in Dark Section */
.info-dark-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.info-dark-stat {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-dark-stat-number {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #02c153;
    display: block;
}

.info-dark-stat-label {
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

/* ============================================
   CARDS SECTION (White Background)
   ============================================ */

.info-cards-section {
    background: #ffffff;
    padding: 70px 24px;
    border-top: 1px solid #e2e8f0;
}

.info-cards-container {
    max-width: 1100px;
    margin: 0 auto;
}

.info-cards-section h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1f295e;
    text-align: center;
    margin: 0 0 48px 0;
}

.info-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.info-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.info-card-icon {
    width: 48px;
    height: 48px;
    background: rgba(2, 193, 83, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.info-card-icon svg {
    color: #02c153;
}

.info-card h3 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1f295e;
    margin: 0 0 12px 0;
}

.info-card h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f295e;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.info-card p {
    font-family: 'AvertaPE', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

/* ============================================
   TABS SECTION
   ============================================ */

.info-tabs-section {
    background: #f8f9fa;
    padding: 70px 24px;
}

.info-tabs-container {
    max-width: 1100px;
    margin: 0 auto;
}

.info-tabs-section h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1f295e;
    text-align: center;
    margin: 0 0 40px 0;
}

.info-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.info-tab-btn {
    font-family: 'AvertaPE', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid #1f295e;
    background: #ffffff;
    color: #1f295e;
    cursor: pointer;
    transition: all 0.2s ease;
}

.info-tab-btn:hover {
    background: #f8f9fa;
}

.info-tab-btn.active {
    background: #1f295e;
    color: #ffffff;
}

.info-tabs-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.info-tab-panel {
    display: none;
}

.info-tab-panel.active {
    display: block;
}

.info-tab-panel h3 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1f295e;
    margin: 0 0 16px 0;
}

.info-tab-panel p {
    font-family: 'AvertaPE', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2d3748;
    margin: 0 0 16px 0;
}

.info-tab-panel h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f295e;
    margin: 24px 0 12px 0;
}

.info-tab-panel h4:first-of-type {
    margin-top: 0;
}

.info-tab-panel ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.info-tab-panel ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-family: 'AvertaPE', sans-serif;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.info-tab-panel ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #02c153;
    border-radius: 50%;
}

/* Override for do/dont boxes inside tab panels */
.info-tab-panel .info-do-box ul li::before {
    content: '✓';
    top: 0;
    color: #02c153;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

.info-tab-panel .info-dont-box ul li::before {
    content: '✗';
    top: 0;
    color: #e53e3e;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

/* Override for col-boxes inside tab panels */
.info-tab-panel .info-col-box ul li::before {
    top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

.info-tab-panel .info-col-box.covered ul li::before {
    content: '✓';
    color: #02c153;
}

.info-tab-panel .info-col-box.not-covered ul li::before {
    content: '✗';
    color: #f44336;
}

/* Info box inside tab panels */
.info-tab-panel .info-box {
    margin-bottom: 16px;
}

.info-tab-panel .info-box h4 {
    margin-top: 0;
}

.info-tab-panel .info-box ul {
    margin-bottom: 0;
}

/* Tabs subtitle */
.info-tabs-subtitle {
    text-align: center;
    color: #4a5568;
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    margin: -24px 0 32px 0;
}

/* Cards subtitle */
.info-cards-subtitle {
    text-align: center;
    color: #4a5568;
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    margin: -32px 0 48px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   FAQ SECTION
   ============================================ */

.info-faq-section {
    background: #ffffff;
    padding: 70px 24px;
    border-top: 1px solid #e2e8f0;
}

.info-faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.info-faq-section h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1f295e;
    text-align: center;
    margin: 0 0 48px 0;
}

.info-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-faq-item {
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.info-faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.info-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'AvertaPE', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1f295e;
    line-height: 1.4;
}

.info-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    margin-left: 16px;
}

.info-faq-icon::before,
.info-faq-icon::after {
    content: '';
    position: absolute;
    background: #1f295e;
    transition: transform 0.3s ease;
}

.info-faq-icon::before {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-faq-icon::after {
    width: 2px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-faq-item.open .info-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.info-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.info-faq-item.open .info-faq-answer {
    max-height: 500px;
    padding: 0 24px 24px;
}

.info-faq-answer p {
    font-family: 'AvertaPE', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* ============================================
   POLICY STATS ROW (in dark section)
   ============================================ */

.info-policy-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.info-policy-stat {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-policy-stat-number {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #02c153;
    display: block;
}

.info-policy-stat-label {
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

/* ============================================
   SUCCESS STATS GRID (large numbers)
   ============================================ */

.info-stats-grid-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.info-stat-card-large {
    text-align: center;
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.info-stat-card-number {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #02c153;
    display: block;
    margin-bottom: 12px;
    line-height: 1;
}

.info-stat-card-label {
    font-size: 16px;
    font-family: 'AvertaPE', sans-serif;
    color: rgba(255, 255, 255, 0.9);
}

/* ============================================
   TIMELINE GRID (Week by Week)
   ============================================ */

.info-timeline-title {
    color: #fff;
    text-align: center;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

.info-timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.info-timeline-item {
    text-align: center;
    padding: 20px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-timeline-week {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #02c153;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-timeline-desc {
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.info-timeline-bottom {
    margin-top: 32px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
}

/* ============================================
   INCLUDED FEATURES TAGS
   ============================================ */

.info-included-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.info-included-tag {
    background: #e8f5e9;
    color: #1f295e;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-family: 'AvertaPE', sans-serif;
}

/* ============================================
   TWO COLUMN GRID (Covered vs Not Covered)
   ============================================ */

.info-two-col-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.info-col-box {
    padding: 24px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.info-col-box h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f295e;
    margin-bottom: 16px;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-col-box ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.info-col-box ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'AvertaPE', sans-serif;
    color: #4a5568;
    line-height: 1.5;
}

.info-col-box ul li:last-child {
    margin-bottom: 0;
}

.info-col-box ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

.info-col-box.covered ul li::before {
    content: '✓';
    color: #02c153;
}

.info-col-box.not-covered ul li::before {
    content: '✗';
    color: #f44336;
}

/* ============================================
   X-MARK LIST (Not Covered items)
   ============================================ */

.info-x-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.info-x-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.info-x-text {
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    color: #4a5568;
    line-height: 1.6;
}

/* ============================================
   HERO HIGHLIGHT TEXT
   ============================================ */

.info-hero-highlight {
    font-size: 20px;
    color: #02c153;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    margin-top: 16px;
}

/* ============================================
   TABS CTA SECTION
   ============================================ */

.info-tabs-cta {
    text-align: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.info-tabs-cta p {
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    color: #4a5568;
    margin-bottom: 16px;
}

.info-cta-button-wrap {
    display: flex;
    justify-content: center;
}

.info-cta-button-wrap .btn {
    white-space: nowrap !important;
    padding: 16px 48px !important;
    max-width: none !important;
    width: auto !important;
    min-width: 380px !important;
}

/* ============================================
   CTA BANNER (Navy Background)
   ============================================ */

.info-cta-banner {
    background: linear-gradient(135deg, #1f295e 0%, #18214e 100%);
    padding: 60px 24px;
    text-align: center;
}

.info-cta-container {
    max-width: 700px;
    margin: 0 auto;
}

.info-cta-banner h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.info-cta-banner p {
    font-family: 'AvertaPE', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 32px 0;
    line-height: 1.6;
}

.info-cta-banner .btn-primary {
    font-size: 16px;
    padding: 16px 40px;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1024px) {
    .info-hero-wrapper {
        flex-direction: column;
    }
    
    .info-hero-right {
        width: 100%;
        max-width: 400px;
    }
    
    .info-content-wrapper {
        flex-direction: column;
    }
    
    .info-sidebar-column {
        width: 100%;
        position: static;
        order: -1;
        margin-bottom: 32px;
    }
    
    .info-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .info-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .info-stats-grid-large {
        grid-template-columns: 1fr;
    }
    
    .info-timeline-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .info-two-col-grid {
        grid-template-columns: 1fr;
    }
    
    .info-policy-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .info-hero {
        padding: 40px 20px 36px;
    }
    
    .info-hero h1 {
        font-size: 32px;
    }
    
    .info-hero p {
        font-size: 16px;
    }
    
    .info-hero-wrapper {
        text-align: center;
    }
    
    .info-stats-card {
        padding: 24px 28px;
        min-width: auto;
    }
    
    .info-stat-number-lg {
        font-size: 48px;
    }
    
    .info-stat-number-sm {
        font-size: 24px;
    }
    
    .info-main-content {
        padding: 40px 20px;
    }
    
    .info-content-section {
        padding: 28px;
    }
    
    .info-content-section h2 {
        font-size: 24px;
    }
    
    .info-do-dont-container {
        grid-template-columns: 1fr;
    }
    
    .info-dark-section {
        padding: 50px 20px;
    }
    
    .info-dark-section h2 {
        font-size: 26px;
    }
    
    .info-process-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .info-dark-stats {
        grid-template-columns: 1fr;
    }
    
    .info-policy-stats {
        grid-template-columns: 1fr;
    }
    
    .info-stats-grid-large {
        grid-template-columns: 1fr;
    }
    
    .info-stat-card-number {
        font-size: 48px;
    }
    
    .info-timeline-grid {
        grid-template-columns: 1fr;
    }
    
    .info-cards-section {
        padding: 50px 20px;
    }
    
    .info-cards-section h2 {
        font-size: 26px;
    }
    
    .info-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .info-tabs-section {
        padding: 50px 20px;
    }
    
    .info-tabs-section h2 {
        font-size: 26px;
    }
    
    .info-tabs-nav {
        gap: 8px;
    }
    
    .info-tab-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .info-tabs-content {
        padding: 24px;
    }
    
    .info-cta-button-wrap .btn {
        min-width: 280px !important;
    }
    
    .info-faq-section {
        padding: 50px 20px;
    }
    
    .info-faq-section h2 {
        font-size: 26px;
        margin-bottom: 32px;
    }
    
    .info-faq-question {
        padding: 16px 20px;
        font-size: 16px;
    }
    
    .info-faq-item.open .info-faq-answer {
        padding: 0 20px 20px;
    }
    
    .info-cta-banner {
        padding: 50px 20px;
    }
    
    .info-cta-banner h2 {
        font-size: 26px;
    }
    
    .info-cta-banner p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .info-hero h1 {
        font-size: 28px;
    }
    
    .info-stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .info-sidebar-panel {
        padding: 24px;
    }
    
    .info-content-section {
        padding: 24px;
    }
    
    .info-content-section h2 {
        font-size: 22px;
    }
    
    .info-content-section h3 {
        font-size: 19px;
    }
    
    .info-content-section p,
    .info-content-section li {
        font-size: 16px;
    }
}