/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Prevent overflow */
body {
    overflow-x: hidden;
}

/* Images responsive */
img {
    max-width: 100%;
    height: auto;
}

:root {
    --primary-gold: #f4b11a;
    --primary-blue: #0a2a66;
    --white: #ffffff;
    --dark-bg: #ffffff;
    --card-bg: #f8f9fa;
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --text-muted: #adb5bd;
    --card-border: rgba(244, 177, 26, 0.2);
    --gold-glow: rgba(244, 177, 26, 0.1);
    --success: #28a745;
    --light-bg: #f8f9fa;
    --yellow-bg: #f4b11a;
}

/* Apply Roboto globally */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
input,
button,
label {
    font-family: 'Roboto', sans-serif;
}


/* Hero Section Unique Styles */
.hero-main {
    position: relative;
    padding: 12rem 0 4rem;
    background-color: #f4b11a;
}

.hero-badge-main {
    display: inline-block;
    background-color: var(--primary-gold);
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
    /* padding: 0.25rem 0.75rem; */
    border-radius: 50px;
    margin-bottom: 1rem;
    z-index: 1;
    position: relative;
}

.hero-title-main {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-primary);
    position: relative;
    z-index: 1;
}

.hero-dim-text {
    color: #000;
    font-weight: 500;
}

.hero-highlight-text {
    color: var(--primary-blue);
}

.hero-subtext {
    font-size: 1rem;
    color: #000;
    position: relative;
    z-index: 1;
}

.hero-form-main {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
}

.hero-form-title {
    font-weight: 600;
    color: #0c2a64 !important;
}

.hero-input {
    border-radius: 6px;
}

.hero-submit-btn {
    background-color: var(--primary-blue);
    color: white;
    border-color: var(--primary-blue);
}

.hero-submit-btn:hover {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
}

/* Responsive: hide glow on smaller screens */
@media (max-width: 991px) {
    .hero-glow-circle {
        display: none;
    }
}

/* WHO WE ARE */
.who-we-are-section {
    background-color: var(--white);
}

/* WHY WE EXIST */
.why-we-exist-section {
    background-color: var(--yellow-bg);
}

/* UNIQUE TEXT + STATS */
.content-wrap h2 {
    color: var(--primary-blue);
    font-weight: 700;
    margin-bottom: 1rem;
}

.content-wrap p {
    color: var(--text-primary);
    font-size: 1rem;
    line-height: 1.6;
}

/* STATS COUNTER */
.stats-bar .stat-item {
    text-align: left;
    margin-right: 2rem;
}

.stats-bar .stat-item .num {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-gold);
}

.stats-bar .stat-item .lbl {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-section .hero-glow {
        display: none;
    }

    .content-wrap img {
        margin-bottom: 2rem;
    }

    .who-we-are-section .row,
    .why-we-exist-section .row {
        flex-direction: column-reverse;
    }
}

/* CTA Section */
.cta-sec {
    position: relative;
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 4rem 1rem;
    text-align: center;
    overflow: hidden;
    /* border-radius: 12px; */
}

.cta-sec h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-sec h2 .green {
    color: var(--primary-gold);
}

.cta-sec p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

/* Glow effect behind text */
/* .cta-glow {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: var(--gold-glow);
    border-radius: 50%;
    z-index: 0;
} */

/* Button styling */
.cta-sec .btn-primary {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
    color: var(--white);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    z-index: 1;
    position: relative;
}

.cta-sec .btn-primary:hover {
    background-color: var(--white);
    color: var(--primary-blue);
    border-color: var(--primary-gold);
}

.ged-terms-hero {

    padding-top: 180px;
    background: var(--primary-gold);
    color: #000;

}


.ged-terms-title {
    color: #000;
    font-size: 42px;
    font-weight: 700;

}


.ged-terms-sub {

    color: #000;
    margin-top: 15px;

}


.ged-terms-date {

    margin-top: 10px;
    color: #000;

}


.ged-terms-section {

    padding: 80px 0;

}


.ged-terms-card {

    background: var(--white);
    padding: 50px;
    border-radius: 14px;
    border: 1px solid var(--card-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

}


.ged-terms-toc {

    background: var(--card-bg);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;

}


.ged-terms-toc h3 {

    color: var(--primary-blue);
    font-weight: 700;
    margin-bottom: 20px;

}


.ged-terms-toc ul {

    list-style: none;
    padding: 0;

}


.ged-terms-toc li {

    margin-bottom: 8px;

}


.ged-terms-toc a {

    text-decoration: none;
    color: var(--text-primary);

}


.ged-terms-toc a:hover {

    color: var(--primary-gold);

}


.ged-terms-block {

    margin-bottom: 40px;

}


.ged-terms-block h2 {

    font-size: 24px;
    color: var(--primary-blue);
    margin-bottom: 15px;

}


.ged-terms-block p {

    color: var(--text-secondary);

}


.ged-highlight {

    background: var(--gold-glow);
    padding: 20px;
    border-left: 4px solid var(--primary-gold);
    border-radius: 6px;
    margin-bottom: 20px;

}


.ged-highlight h4 {

    color: var(--primary-blue);

}

@media (max-width:1200px) {

    .hero-main {
        padding: 10rem 0 4rem;
    }

    .hero-title-main {
        font-size: 1.8rem;
    }

}

@media (max-width:992px) {

    .hero-main {
        padding: 9rem 0 3rem;
        text-align: center;
    }

    .hero-title-main {
        font-size: 1.6rem;
    }

    .hero-subtext {
        font-size: 0.95rem;
    }

    .hero-form-main {
        margin-top: 30px;
    }

}

@media (max-width:768px) {

    .hero-main {
        padding: 8rem 0 2rem;
    }

    .hero-title-main {
        font-size: 1.4rem;
    }

    .hero-badge-main {
        font-size: 18px;
    }

}

@media (max-width:480px) {

    .hero-main {
        padding: 7rem 0 2rem;
    }

    .hero-title-main {
        font-size: 1.2rem;
    }

    .hero-subtext {
        font-size: 0.9rem;
    }

}


@media (max-width:992px) {

    .stats-bar {
        display: flex;
        flex-wrap: wrap;
    }

    .stats-bar .stat-item {
        margin-right: 20px;
        margin-bottom: 15px;
    }

}

@media (max-width:576px) {

    .stats-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .stats-bar .stat-item {
        margin-right: 0;
    }

    .stats-bar .stat-item .num {
        font-size: 1.6rem;
    }

}

@media (max-width:992px) {

    .content-wrap {
        text-align: center;
    }

    .content-wrap img {
        margin-bottom: 25px;
    }

}

@media (max-width:768px) {

    .content-wrap h2 {
        font-size: 24px;
    }

    .content-wrap p {
        font-size: 0.95rem;
    }

}

@media (max-width:480px) {

    .content-wrap h2 {
        font-size: 20px;
    }

}

@media (max-width:992px) {

    .cta-sec {
        padding: 3rem 1rem;
    }

    .cta-sec h2 {
        font-size: 1.6rem;
    }

}

@media (max-width:768px) {

    .cta-sec h2 {
        font-size: 1.4rem;
    }

    .cta-sec p {
        font-size: 1rem;
    }

}

@media (max-width:480px) {

    .cta-sec h2 {
        font-size: 1.2rem;
    }

    .cta-sec p {
        font-size: 0.9rem;
    }

    .cta-sec .btn-primary {
        padding: 0.6rem 1.5rem;
    }

}

@media (max-width:1200px) {

    .ged-terms-card {
        padding: 40px;
    }

}

@media (max-width:992px) {

    .ged-terms-hero {
        padding-top: 140px;
    }

    .ged-terms-title {
        font-size: 34px;
    }

    .ged-terms-card {
        padding: 35px;
    }

}

@media (max-width:768px) {

    .ged-terms-title {
        font-size: 28px;
    }

    .ged-terms-sub {
        font-size: 0.95rem;
    }

    .ged-terms-card {
        padding: 25px;
    }

    .ged-terms-block h2 {
        font-size: 20px;
    }

}

@media (max-width:480px) {

    .ged-terms-hero {
        padding-top: 120px;
    }

    .ged-terms-title {
        font-size: 24px;
    }

    .ged-terms-sub {
        font-size: 0.9rem;
    }

    .ged-terms-card {
        padding: 20px;
    }

    .ged-terms-block h2 {
        font-size: 18px;
    }

    .ged-terms-toc {
        padding: 18px;
    }

}

/* Container padding fix for mobile */

@media (max-width:576px) {

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* ==========================================
GED SITE — FIXED+FULL RESPONSIVE CSS Colors preserved: --primary-gold,
--primary-blue==========================================*/
/* ==================== HERO ==================== */

.ged-hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
    background: var(--primary-gold);
}

.ged-hero-content {
    padding-right: 20px;
}

.ged-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.45);
    padding: 8px 18px;
    border-radius: 50px;
    color: var(--primary-blue);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.ged-hero-title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.25;
    margin-bottom: 0;
}

.ged-highlights {
    color: var(--primary-blue);
}

.ged-hero-description {
    margin-top: 18px;
    color: #111;
    font-size: 17px;
    line-height: 1.7;
    max-width: 540px;
}

.ged-hero-buttons {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.ged-btn-primary {
    background-color: var(--primary-blue);
    color: #fff !important;
    border: none;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.ged-btn-primary:hover {
    background-color: #002244;
    transform: translateY(-2px);
}

.ged-btn-outline {
    border: 2px solid var(--primary-blue);
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.ged-btn-outline:hover {
    background: var(--primary-blue);
    color: #fff;
}

.ged-trust-info {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.ged-trust-info span {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

/* FORM CARD */
.ged-hero-form-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.form-title {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}

.ged-input {
    margin-bottom: 14px;
    padding: 13px 16px;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.ged-input:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.08);
    outline: none;
}

.ged-form-btn {
    width: 100%;
    padding: 14px;
    background: var(--primary-blue);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 4px;
}

.ged-form-btn:hover {
    background: #002244;
    transform: translateY(-2px);
}


/* ==================== PAIN POINTS ==================== */

#pain-points {
    background-color: var(--light-bg);
}

#pain-points .section-label {
    color: var(--primary-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

#pain-points .section-title {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 1rem;
}

#pain-points .section-desc {
    color: var(--text-secondary);
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
}

.pain-card {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pain-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 25px var(--gold-glow);
}

.pain-card .pain-icon {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.pain-card h5 {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0.75rem;
}

.pain-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


/* ==================== HOW IT WORKS ==================== */

#how-it-works {
    background-color: var(--primary-gold);
    padding: 5rem 0;
}

#how-it-works .section-label {
    color: var(--primary-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

#how-it-works .section-title {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 1rem;
}

#how-it-works .section-desc {
    color: #333;
    max-width: 650px;
    margin: 0 auto 3rem auto;
    font-size: 16px;
    line-height: 1.6;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.process-step:hover {
    transform: translateY(-8px);
}

.process-step .step-number {
    background-color: var(--primary-blue);
    color: #fff;
    font-weight: 800;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.process-step .step-content {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 1.5rem 1.25rem;
    width: 100%;
    margin-top: -28px;
    padding-top: 2.5rem;
}

.process-step h3 {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0.6rem;
}

.step-time {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.7;
}

.process-step p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.process-step .step-detail {
    margin-top: 0.75rem;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}


/* ==================== PRICING ==================== */

#pricing {
    background-color: var(--light-bg);
    padding: 5rem 0;
}

#pricing .section-label {
    color: var(--primary-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

#pricing .section-title {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 1rem;
}

#pricing .section-desc {
    color: var(--text-secondary);
    max-width: 650px;
    margin: 0 auto 3rem auto;
    font-size: 16px;
    line-height: 1.6;
}

.pricing-card {
    background-color: var(--card-bg);
    border: 1.5px solid var(--card-border);
    border-radius: 14px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 28px var(--gold-glow);
}

.pricing-card.featured {
    border: 2px solid var(--primary-gold);
    box-shadow: 0 8px 24px var(--gold-glow);
}

.pricing-card .price-badge {
    background-color: var(--primary-gold);
    color: #fff;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 12px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.pricing-card .package-title {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
}

.pricing-card .package-desc {
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
    font-size: 14px;
}

.pricing-card .price-features {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    flex: 1;
}

.pricing-card .price-features li {
    color: var(--text-secondary);
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 2px;
}

.pricing-card .btn-price {
    background-color: var(--primary-gold);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-block;
    transition: background 0.3s ease, transform 0.2s ease;
    font-size: 15px;
    margin-top: auto;
}

.pricing-card .btn-price:hover {
    background-color: var(--primary-blue);
    transform: translateY(-2px);
}


/* ==================== TESTIMONIALS ==================== */

#reviews {
    background-color: var(--primary-gold);
    padding: 5rem 0;
}

#reviews .section-label {
    color: var(--primary-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

#reviews .section-title {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 1rem;
}

#reviews .section-desc {
    color: #333;
    max-width: 650px;
    margin: 0 auto 3rem auto;
    font-size: 16px;
    line-height: 1.6;
}

.testimonial-card {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px var(--gold-glow);
}

.tc-stars {
    color: var(--primary-gold);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.tc-text {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    flex: 1;
}

.tc-author {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.tc-avatar {
    background-color: var(--primary-blue);
    color: #fff;
    font-weight: 700;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.tc-name {
    font-weight: 700;
    color: var(--primary-blue);
    font-size: 15px;
}

.tc-detail {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 2px;
}

/* Carousel arrows */
.carousel-control-prev,
.carousel-control-next {
    width: 44px;
    height: 44px;
    background: var(--primary-blue);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 18px;
    height: 18px;
}


/* ==================== FAQ ==================== */

#faq {
    background-color: var(--light-bg);
    padding: 5rem 0;
}

#faq .section-label {
    color: var(--primary-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

#faq .section-title {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 1rem;
}

#faq .section-desc {
    color: var(--text-secondary);
    max-width: 650px;
    margin: 0 auto 3rem auto;
    font-size: 16px;
    line-height: 1.6;
}

.faq-item {
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--card-border);
    background-color: var(--card-bg);
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 20px var(--gold-glow);
}

.faq-question {
    width: 100%;
    padding: 18px 24px;
    text-align: left;
    background-color: var(--card-bg);
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-blue);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background 0.3s ease;
    line-height: 1.4;
}

.faq-question:hover {
    background-color: rgba(244, 177, 26, 0.08);
}

.faq-icon {
    font-size: 1.5rem;
    color: var(--primary-gold);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    line-height: 1;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s ease;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 4px 24px 20px;
}

.faq-answer p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}


/* ==================== CTA ==================== */

.cta-section {
    background-color: var(--primary-blue);
    color: #fff;
    text-align: center;
    padding: 5rem 1.5rem;
    border-radius: 16px;
    margin: 3rem auto;
    /* max-width: 1200px; */
}

.cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.cta-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.85);
}

.cta-section .cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.cta-section .btn-primary {
    background-color: var(--primary-gold);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 16px;
    display: inline-block;
    transition: background 0.3s ease, transform 0.2s ease;
    border: none;
}

.cta-section .btn-primary:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
}

.cta-section .contact-info {
    display: block;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    flex-wrap: wrap;
}

.cta-section .contact-info a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s ease;
}

.cta-section .contact-info a strong {
    color: var(--primary-gold);
}

.cta-section .contact-info a:hover {
    color: var(--primary-gold);
}

.cta-section .contact-info .divider {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 4px;
}


/* ==============================================
   RESPONSIVE CSS — ALL BREAKPOINTS
   ============================================== */

/* ---------- 1440px ---------- */
@media (max-width: 1440px) {
    .ged-hero-title {
        font-size: 38px;
    }

    .ged-hero-section {
        padding-top: 150px;
    }
}

/* ---------- 1280px ---------- */
@media (max-width: 1280px) {
    .ged-hero-title {
        font-size: 36px;
    }

    .ged-hero-description {
        font-size: 16px;
    }

    #pain-points .section-title,
    #how-it-works .section-title,
    #pricing .section-title,
    #reviews .section-title,
    #faq .section-title {
        font-size: 30px;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }
}

/* ---------- 1199px ---------- */
@media (max-width: 1199px) {
    .ged-hero-section {
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .ged-hero-title {
        font-size: 34px;
    }

    .ged-hero-form-card {
        padding: 28px 24px;
    }

    .cta-section {
        padding: 4rem 1.25rem;
        margin: 2rem auto;
    }

    .cta-section h2 {
        font-size: 1.7rem;
    }

    .carousel-control-prev {
        left: -6px;
    }

    .carousel-control-next {
        right: -6px;
    }
}

/* ---------- 991px ---------- */
@media (max-width: 991px) {

    /* Hero */
    .ged-hero-section {
        padding-top: 110px;
        padding-bottom: 50px;
    }

    .ged-hero-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 36px;
    }

    .ged-hero-title {
        font-size: 32px;
    }

    .ged-hero-description {
        font-size: 15px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ged-hero-buttons {
        justify-content: center;
    }

    .ged-trust-info {
        justify-content: center;
    }

    .ged-hero-badge {
        font-size: 13px;
        margin-top: 10%;
    }

    /* Sections */
    #pain-points .section-title,
    #how-it-works .section-title,
    #pricing .section-title,
    #reviews .section-title,
    #faq .section-title {
        font-size: 28px;
    }

    /* How it works — step-detail left-align override */
    .process-step .step-detail {
        text-align: left;
    }

    /* CTA */
    .cta-section {
        border-radius: 12px;
        padding: 3.5rem 1rem;
    }

    .cta-section h2 {
        font-size: 1.6rem;
    }

    .cta-section .btn-primary {
        padding: 14px 28px;
        font-size: 15px;
    }

    .cta-section .contact-info {
        flex-direction: column;
        gap: 8px;
    }

    .cta-section .contact-info .divider {
        display: none;
    }

    /* Carousel controls */
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .ged-hero-section {
        padding-top: 100px;
        padding-bottom: 44px;
    }

    .ged-hero-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .ged-hero-description {
        font-size: 15px;
    }

    .ged-btn-primary,
    .ged-btn-outline {
        padding: 12px 20px;
        font-size: 14px;
    }

    .ged-hero-form-card {
        padding: 24px 20px;
    }

    .form-title {
        font-size: 19px;
    }

    #pain-points .section-title,
    #how-it-works .section-title,
    #pricing .section-title,
    #reviews .section-title,
    #faq .section-title {
        font-size: 26px;
    }

    #pain-points,
    #how-it-works,
    #pricing,
    #reviews,
    #faq {
        padding: 3.5rem 0;
    }

    .pain-card {
        padding: 1.5rem 1.25rem;
    }

    .process-step .step-content {
        padding: 2.2rem 1rem 1.25rem;
    }

    .pricing-card {
        padding: 1.75rem 1.25rem;
    }

    .testimonial-card {
        padding: 1.5rem 1.25rem;
    }

    .faq-question {
        font-size: 14px;
        padding: 16px 18px;
    }

    .faq-answer {
        padding: 0 18px;
    }

    .faq-item.active .faq-answer {
        padding: 4px 18px 18px;
    }

    .cta-section {
        padding: 3rem 1rem;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }
}

/* ---------- 767px ---------- */
@media (max-width: 767px) {
    .ged-trust-info {
        gap: 8px 12px;
    }

    .ged-trust-info span {
        font-size: 13px;
    }

    .testimonial-card {
        margin-bottom: 0;
    }

    .process-step .step-detail {
        font-size: 12px;
    }

    .pricing-card .price-badge {
        font-size: 11px;
        padding: 4px 12px;
    }
}

/* ---------- 575px ---------- */
@media (max-width: 575px) {
    .ged-hero-section {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .ged-hero-title {
        font-size: 24px;
    }

    .ged-hero-badge {
        font-size: 12px;
        padding: 7px 14px;
        margin-top: 25%;
    }

    .ged-hero-description {
        font-size: 14px;
    }

    .ged-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .ged-btn-primary,
    .ged-btn-outline {
        width: 100%;
        text-align: center;
        padding: 13px 16px;
    }

    .ged-hero-form-card {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .form-title {
        font-size: 17px;
    }

    .ged-input {
        padding: 11px 14px;
        font-size: 14px;
    }

    .ged-form-btn {
        padding: 13px;
        font-size: 15px;
    }

    #pain-points .section-title,
    #how-it-works .section-title,
    #pricing .section-title,
    #reviews .section-title,
    #faq .section-title {
        font-size: 22px;
    }

    #pain-points .section-desc,
    #how-it-works .section-desc,
    #pricing .section-desc,
    #reviews .section-desc,
    #faq .section-desc {
        font-size: 14px;
    }

    .pain-card {
        padding: 1.25rem 1rem;
        border-radius: 10px;
    }

    .pain-card .pain-icon {
        font-size: 2.2rem;
    }

    .pain-card h5 {
        font-size: 15px;
    }

    .pain-card p {
        font-size: 13px;
    }

    .process-step .step-number {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }

    .process-step h3 {
        font-size: 15px;
    }

    .process-step p,
    .process-step .step-detail {
        font-size: 13px;
    }

    .pricing-card .package-title {
        font-size: 18px;
    }

    .pricing-card .price-features li {
        font-size: 13px;
    }

    .pricing-card .btn-price {
        padding: 11px 20px;
        font-size: 14px;
    }

    .tc-text {
        font-size: 13px;
    }

    .tc-name {
        font-size: 14px;
    }

    .tc-avatar {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .faq-question {
        font-size: 13px;
        padding: 14px 16px;
    }

    .faq-answer p {
        font-size: 13px;
    }

    .cta-section {
        padding: 2.5rem 1rem;
        border-radius: 10px;
        margin: 1.5rem auto;
    }

    .cta-section h2 {
        font-size: 1.35rem;
    }

    .cta-section p {
        font-size: 14px;
    }

    .cta-section .btn-primary {
        padding: 13px 24px;
        font-size: 14px;
        width: 100%;
    }

    .cta-section .contact-info {
        font-size: 13px;
    }
}

/* ---------- 375px ---------- */
@media (max-width: 375px) {
    .ged-hero-section {
        padding-top: 80px;
        padding-bottom: 36px;
    }

    .ged-hero-title {
        font-size: 22px;
    }

    .ged-hero-badge {
        font-size: 11px;
        margin-top: 25%;
    }

    .ged-hero-description {
        font-size: 13px;
    }

    .ged-hero-form-card {
        padding: 18px 14px;
    }

    .form-title {
        font-size: 16px;
    }

    .ged-input {
        padding: 10px 12px;
        font-size: 13px;
        margin-bottom: 11px;
    }

    .ged-form-btn {
        font-size: 14px;
        padding: 12px;
    }

    #pain-points .section-title,
    #how-it-works .section-title,
    #pricing .section-title,
    #reviews .section-title,
    #faq .section-title {
        font-size: 20px;
    }

    .pain-card h5 {
        font-size: 14px;
    }

    .process-step h3 {
        font-size: 14px;
    }

    .pricing-card .package-title {
        font-size: 16px;
    }

    .faq-question {
        font-size: 12px;
        padding: 13px 14px;
    }

    .faq-icon {
        font-size: 1.2rem;
    }

    .cta-section h2 {
        font-size: 1.2rem;
    }

    .cta-section .btn-primary {
        font-size: 13px;
        padding: 12px 18px;
    }
}

/* ---------- 360px ---------- */
@media (max-width: 360px) {
    .ged-hero-title {
        font-size: 20px;
    }

    .ged-hero-badge {
        font-size: 10px;
        padding: 6px 12px;
    }

    #pain-points .section-title,
    #how-it-works .section-title,
    #pricing .section-title,
    #reviews .section-title,
    #faq .section-title {
        font-size: 19px;
    }

    .ged-btn-primary,
    .ged-btn-outline {
        font-size: 13px;
        padding: 11px 14px;
    }

    .ged-trust-info span {
        font-size: 12px;
    }

    .pain-card {
        padding: 1rem 0.85rem;
    }

    .pricing-card {
        padding: 1.5rem 1rem;
    }

    .testimonial-card {
        padding: 1.25rem 1rem;
    }

    .cta-section h2 {
        font-size: 1.1rem;
    }

    .cta-section {
        padding: 2rem 0.75rem;
    }
}

/* ---------- 320px ---------- */
@media (max-width: 320px) {
    .ged-hero-section {
        padding-top: 72px;
        padding-bottom: 30px;
    }

    .ged-hero-title {
        font-size: 18px;
        line-height: 1.35;
    }

    .ged-hero-badge {
        font-size: 10px;
        padding: 5px 10px;
    }

    .ged-hero-description {
        font-size: 12px;
    }

    .ged-hero-buttons {
        gap: 10px;
    }

    .ged-btn-primary,
    .ged-btn-outline {
        font-size: 12px;
        padding: 10px 12px;
        border-radius: 6px;
    }

    .ged-trust-info span {
        font-size: 11px;
    }

    .ged-hero-form-card {
        padding: 14px 12px;
        border-radius: 10px;
    }

    .form-title {
        font-size: 15px;
    }

    .ged-input {
        padding: 9px 10px;
        font-size: 12px;
    }

    .ged-form-btn {
        font-size: 13px;
        padding: 11px;
    }

    #pain-points .section-title,
    #how-it-works .section-title,
    #pricing .section-title,
    #reviews .section-title,
    #faq .section-title {
        font-size: 17px;
    }

    #pain-points .section-desc,
    #how-it-works .section-desc,
    #pricing .section-desc,
    #reviews .section-desc,
    #faq .section-desc {
        font-size: 12px;
    }

    .pain-card {
        padding: 1rem 0.75rem;
        border-radius: 8px;
    }

    .pain-card .pain-icon {
        font-size: 2rem;
    }

    .pain-card h5 {
        font-size: 13px;
    }

    .pain-card p {
        font-size: 12px;
    }

    .process-step .step-number {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }

    .process-step h3,
    .step-time {
        font-size: 13px;
    }

    .process-step p,
    .process-step .step-detail {
        font-size: 12px;
    }

    .pricing-card .package-title {
        font-size: 15px;
    }

    .pricing-card .package-desc {
        font-size: 12px;
    }

    .pricing-card .price-features li {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .pricing-card .btn-price {
        font-size: 13px;
        padding: 10px 16px;
    }

    .tc-text {
        font-size: 12px;
    }

    .tc-name {
        font-size: 13px;
    }

    .tc-detail {
        font-size: 11px;
    }

    .faq-question {
        font-size: 11px;
        padding: 12px;
        gap: 8px;
    }

    .faq-answer p {
        font-size: 12px;
    }

    .faq-icon {
        font-size: 1rem;
    }

    .cta-section {
        padding: 1.75rem 0.75rem;
        border-radius: 8px;
        margin: 1rem auto;
    }

    .cta-section h2 {
        font-size: 1rem;
    }

    .cta-section p {
        font-size: 12px;
    }

    .cta-section .btn-primary {
        font-size: 12px;
        padding: 11px 14px;
        border-radius: 40px;
    }

    .cta-section .contact-info {
        font-size: 11px;
    }
}


/* ============================================
   GED STATS / EXPERTS / COMPARISON CSS
   Theme: var(--primary-gold) + var(--primary-blue)
   Custom class prefix: ged-
   ============================================ */


/* ==================== STATS SECTION ==================== */

.ged-stats-section {
    background-color: var(--primary-blue);
    padding: 60px 0;
}

.ged-stat-item {
    text-align: center;
    padding: 24px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.3s ease, background 0.3s ease;
    height: 100%;
}

.ged-stat-item:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.13);
}

.ged-stat-number {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-gold);
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.ged-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* ==================== EXPERTS SECTION ==================== */

.ged-experts-section {
    background-color: var(--light-bg);
    padding: 80px 0;
}

.ged-section-label {
    color: var(--primary-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

.ged-section-title {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.ged-section-desc {
    color: var(--text-secondary);
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
}

.ged-credential-card {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ged-credential-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 28px var(--gold-glow);
    border-color: var(--primary-gold);
}

.ged-credential-icon {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    line-height: 1;
    /* Gold tinted background circle */
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 177, 26, 0.12);
    border: 1.5px solid rgba(244, 177, 26, 0.25);
    border-radius: 50%;
    transition: background 0.3s ease;
}

.ged-credential-card:hover .ged-credential-icon {
    background: rgba(244, 177, 26, 0.22);
}

.ged-credential-card h3 {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.ged-credential-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}


/* ==================== COMPARISON SECTION ==================== */

.ged-comparison-section {
    background-color: #fff;
    padding: 80px 0;
}

/* Override label/title color for gold background */
.ged-comparison-section .ged-section-label {
    color: var(--primary-blue);
}

.ged-comparison-section .ged-section-title {
    color: var(--primary-blue);
}

.ged-comparison-section .ged-section-desc {
    color: #333;
}

/* Table wrapper */
.ged-comparison-table {
    border-radius: 16px;
    overflow: hidden;
    border: 1.5px solid rgba(0, 51, 102, 0.12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* Each row */
.ged-comparison-row {
    display: grid;
    grid-template-columns: 1.4fr 1.3fr 1.3fr;
    border-bottom: 1px solid rgba(0, 51, 102, 0.08);
    transition: background 0.25s ease;
}

.ged-comparison-row:hover:not(.ged-comparison-header) {
    background-color: rgba(255, 255, 255, 0.55);
}

.ged-last-row {
    border-bottom: none;
}

/* Header row */
.ged-comparison-header {
    background-color: var(--primary-blue);
}

.ged-comparison-header .ged-comparison-cell {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 18px 20px;
}

/* Regular cells */
.ged-comparison-cell {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    border-right: 1px solid rgba(0, 51, 102, 0.07);
}

.ged-comparison-cell:last-child {
    border-right: none;
}

/* Factor column */
.ged-cell-factor {
    font-weight: 700;
    color: var(--primary-blue);
    background-color: rgba(255, 255, 255, 0.9);
}

/* Our expert column highlight */
.ged-comparison-cell.ged-highlight {
    color: var(--primary-blue);
    font-weight: 700;
    background-color: rgba(244, 177, 26, 0.12);
    position: relative;
}

.ged-comparison-cell.ged-highlight::before {
    content: "✓";
    color: var(--primary-gold);
    font-weight: 800;
    margin-right: 8px;
    font-size: 15px;
    flex-shrink: 0;
}

/* DIY column — muted */
.ged-comparison-cell.ged-negative {
    color: #888;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.6);
}

.ged-comparison-cell.ged-negative::before {
    content: "✗";
    color: #bbb;
    margin-right: 8px;
    font-size: 14px;
    flex-shrink: 0;
}


/* ============================================
   RESPONSIVE CSS
   ============================================ */

/* --- 1280px --- */
@media (max-width: 1280px) {
    .ged-stat-number {
        font-size: 38px;
    }

    .ged-section-title {
        font-size: 30px;
    }

    .ged-comparison-cell {
        font-size: 14px;
        padding: 15px 18px;
    }
}

/* --- 1199px --- */
@media (max-width: 1199px) {
    .ged-stats-section {
        padding: 50px 0;
    }

    .ged-stat-number {
        font-size: 36px;
    }

    .ged-stat-label {
        font-size: 12px;
    }

    .ged-experts-section,
    .ged-comparison-section {
        padding: 60px 0;
    }

    .ged-section-title {
        font-size: 28px;
    }

    .ged-credential-card h3 {
        font-size: 16px;
    }

    .ged-comparison-cell {
        font-size: 13px;
        padding: 14px 16px;
    }

    .ged-comparison-header .ged-comparison-cell {
        font-size: 13px;
        padding: 16px 16px;
    }
}

/* --- 991px --- */
@media (max-width: 991px) {
    .ged-stats-section {
        padding: 44px 0;
    }

    .ged-stat-item {
        padding: 20px 12px;
    }

    .ged-stat-number {
        font-size: 32px;
    }

    .ged-stat-label {
        font-size: 11px;
    }

    .ged-experts-section,
    .ged-comparison-section {
        padding: 50px 0;
    }

    .ged-section-title {
        font-size: 26px;
    }

    .ged-section-desc {
        font-size: 15px;
    }

    .ged-credential-card {
        padding: 1.5rem 1.25rem;
    }

    .ged-credential-icon {
        width: 62px;
        height: 62px;
        font-size: 2.2rem;
    }

    .ged-credential-card h3 {
        font-size: 15px;
    }

    .ged-credential-card p {
        font-size: 13px;
    }

    /* Comparison — stack on tablet too for readability */
    .ged-comparison-row {
        grid-template-columns: 1.2fr 1.2fr 1.2fr;
    }

    .ged-comparison-cell {
        font-size: 13px;
        padding: 13px 14px;
    }

    .ged-comparison-header .ged-comparison-cell {
        font-size: 12px;
        padding: 14px 14px;
    }
}

/* --- 768px --- */
@media (max-width: 768px) {
    .ged-stat-number {
        font-size: 28px;
    }

    .ged-stat-label {
        font-size: 11px;
    }

    .ged-stat-item {
        padding: 18px 10px;
        border-radius: 10px;
    }

    .ged-section-title {
        font-size: 24px;
    }

    .ged-section-desc {
        font-size: 14px;
    }

    .ged-credential-card {
        padding: 1.25rem 1rem;
        border-radius: 12px;
    }

    .ged-credential-icon {
        width: 58px;
        height: 58px;
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .ged-credential-card h3 {
        font-size: 15px;
    }

    /* Comparison — switch to stacked card per row on small screens */
    .ged-comparison-table {
        border-radius: 12px;
    }

    .ged-comparison-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .ged-comparison-cell {
        font-size: 12px;
        padding: 12px 10px;
    }

    .ged-comparison-header .ged-comparison-cell {
        font-size: 11px;
        padding: 13px 10px;
        letter-spacing: 0;
    }

    .ged-comparison-cell.ged-highlight::before,
    .ged-comparison-cell.ged-negative::before {
        margin-right: 4px;
        font-size: 12px;
    }
}

/* --- 767px --- */
@media (max-width: 767px) {
    .ged-stats-section {
        padding: 40px 0;
    }

    .ged-stat-number {
        font-size: 26px;
    }

    .ged-experts-section,
    .ged-comparison-section {
        padding: 44px 0;
    }
}

/* --- 575px --- */
@media (max-width: 575px) {
    .ged-stat-item {
        padding: 16px 8px;
        border-radius: 8px;
    }

    .ged-stat-number {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .ged-stat-label {
        font-size: 10px;
    }

    .ged-section-title {
        font-size: 21px;
    }

    .ged-section-desc {
        font-size: 13px;
    }

    .ged-credential-icon {
        width: 54px;
        height: 54px;
        font-size: 1.8rem;
    }

    .ged-credential-card h3 {
        font-size: 14px;
    }

    .ged-credential-card p {
        font-size: 13px;
    }

    /* Comparison — full stacked per row */
    .ged-comparison-row {
        grid-template-columns: 1fr;
        border-bottom: 2px solid rgba(0, 51, 102, 0.1);
    }

    .ged-comparison-row:not(.ged-comparison-header) {
        display: flex;
        flex-direction: column;
    }

    .ged-comparison-header {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .ged-comparison-cell {
        font-size: 13px;
        padding: 10px 16px;
        border-right: none;
        border-bottom: 1px solid rgba(0, 51, 102, 0.06);
    }

    .ged-comparison-cell:last-child {
        border-bottom: none;
    }

    .ged-cell-factor {
        background-color: rgba(0, 51, 102, 0.06);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        padding: 8px 16px;
    }

    .ged-comparison-header .ged-comparison-cell {
        font-size: 11px;
        padding: 12px 10px;
    }
}

/* --- 375px --- */
@media (max-width: 375px) {
    .ged-stats-section {
        padding: 32px 0;
    }

    .ged-stat-number {
        font-size: 22px;
    }

    .ged-stat-label {
        font-size: 10px;
    }

    .ged-stat-item {
        padding: 14px 8px;
    }

    .ged-experts-section,
    .ged-comparison-section {
        padding: 36px 0;
    }

    .ged-section-title {
        font-size: 19px;
    }

    .ged-section-desc {
        font-size: 13px;
    }

    .ged-credential-icon {
        width: 50px;
        height: 50px;
        font-size: 1.6rem;
    }

    .ged-credential-card {
        padding: 1.1rem 0.9rem;
        border-radius: 10px;
    }

    .ged-credential-card h3 {
        font-size: 13px;
    }

    .ged-credential-card p {
        font-size: 12px;
    }

    .ged-comparison-cell {
        font-size: 12px;
        padding: 9px 14px;
    }

    .ged-cell-factor {
        font-size: 11px;
    }

    .ged-comparison-header .ged-comparison-cell {
        font-size: 10px;
        padding: 11px 8px;
    }
}

/* --- 360px --- */
@media (max-width: 360px) {
    .ged-stat-number {
        font-size: 20px;
    }

    .ged-section-title {
        font-size: 17px;
    }

    .ged-credential-card h3 {
        font-size: 13px;
    }

    .ged-comparison-cell {
        font-size: 11px;
        padding: 8px 12px;
    }
}

/* --- 320px --- */
@media (max-width: 320px) {
    .ged-stats-section {
        padding: 26px 0;
    }

    .ged-stat-item {
        padding: 12px 6px;
    }

    .ged-stat-number {
        font-size: 18px;
    }

    .ged-stat-label {
        font-size: 9px;
    }

    .ged-experts-section,
    .ged-comparison-section {
        padding: 28px 0;
    }

    .ged-section-title {
        font-size: 16px;
    }

    .ged-section-desc {
        font-size: 12px;
    }

    .ged-credential-card {
        padding: 1rem 0.75rem;
        border-radius: 8px;
    }

    .ged-credential-icon {
        width: 44px;
        height: 44px;
        font-size: 1.4rem;
    }

    .ged-credential-card h3 {
        font-size: 12px;
    }

    .ged-credential-card p {
        font-size: 11px;
    }

    .ged-comparison-table {
        border-radius: 10px;
    }

    .ged-comparison-cell {
        font-size: 11px;
        padding: 7px 10px;
    }

    .ged-cell-factor {
        font-size: 10px;
    }

    .ged-comparison-header .ged-comparison-cell {
        font-size: 9px;
        padding: 10px 6px;
    }

    .ged-comparison-cell.ged-highlight::before,
    .ged-comparison-cell.ged-negative::before {
        display: none;
    }
}