/* ============================================
   CITIZENSHIP SERVICES PAGE STYLES
   ============================================ */

/* ===================================
   HERO SECTION - MOBILE FIRST
   =================================== */

.cit-hero {
    position: relative;
    margin-top: 80px;
    overflow: hidden;
}

.cit-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    z-index: 0;
}

.cit-hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(217, 180, 95, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(217, 180, 95, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* Hero Wrapper - Mobile First (stacked layout) */
.cit-hero-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column-reverse;
}

/* Hero Content - Mobile First */
.cit-hero-content {
    padding: 40px 20px 60px;
    text-align: center;
}

/* Hero Image - Mobile First */
.cit-hero-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.cit-hero-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, #1a1a2e 0%, transparent 100%);
    pointer-events: none;
}

.cit-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cit-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(217, 180, 95, 0.15);
    color: #D9B45F;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.cit-hero-tag svg {
    width: 16px;
    height: 16px;
}

.cit-hero-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.1;
}

.cit-hero-title span {
    color: #D9B45F;
}

.cit-hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 25px;
}

.cit-hero-stats {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

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

.hero-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #D9B45F;
    line-height: 1;
}

.hero-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cit-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ===================================
   HERO RESPONSIVE - TABLET (768px+)
   =================================== */
@media (min-width: 768px) {
    .cit-hero {
        margin-top: 100px;
    }

    .cit-hero-wrapper {
        flex-direction: row;
        min-height: 500px;
    }

    .cit-hero-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 60px 40px;
        text-align: left;
    }

    .cit-hero-image {
        flex: 1;
        height: auto;
        min-height: 500px;
    }

    .cit-hero-image::after {
        width: 120px;
        height: 100%;
        top: 0;
        left: 0;
        bottom: auto;
        background: linear-gradient(to right, #1a1a2e 0%, transparent 100%);
    }

    .cit-hero-tag {
        font-size: 0.8rem;
    }

    .cit-hero-title {
        font-size: 2.75rem;
    }

    .cit-hero-subtitle {
        font-size: 1.1rem;
        max-width: 500px;
    }

    .cit-hero-stats {
        flex-direction: row;
        gap: 40px;
    }

    .hero-stat-number {
        font-size: 2.5rem;
    }

    .hero-stat-label {
        font-size: 0.85rem;
    }

    .cit-hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* ===================================
   HERO RESPONSIVE - DESKTOP (1024px+)
   =================================== */
@media (min-width: 1024px) {
    .cit-hero {
        margin-top: 110px;
    }

    .cit-hero-wrapper {
        min-height: 550px;
    }

    .cit-hero-content {
        padding: 80px 60px;
        max-width: 600px;
    }

    .cit-hero-image {
        flex: 1.2;
    }

    .cit-hero-title {
        font-size: 3.25rem;
    }

    .cit-hero-subtitle {
        font-size: 1.15rem;
    }
}

/* ===================================
   HERO RESPONSIVE - LARGE DESKTOP (1200px+)
   =================================== */
@media (min-width: 1200px) {
    .cit-hero-wrapper {
        min-height: 600px;
    }

    .cit-hero-content {
        padding: 100px 80px;
    }

    .cit-hero-title {
        font-size: 3.5rem;
    }

    .cit-hero-subtitle {
        font-size: 1.2rem;
        max-width: 550px;
    }
}

/* ===================================
   BENEFITS SECTION - MOBILE FIRST
   =================================== */

.cit-benefits-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
    position: relative;
}

.cit-benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(217, 180, 95, 0.3), transparent);
}

.cit-benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.cit-benefit-card {
    background: #fff;
    padding: 28px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.cit-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #D9B45F, #c9a44f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.cit-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 12px 20px rgba(0, 0, 0, 0.06),
        0 25px 50px rgba(217, 180, 95, 0.1);
    border-color: rgba(217, 180, 95, 0.2);
}

.cit-benefit-card:hover::before {
    transform: scaleX(1);
}

.cit-benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(217, 180, 95, 0.15) 0%, rgba(217, 180, 95, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    position: relative;
    transition: all 0.3s ease;
}

.cit-benefit-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px dashed rgba(217, 180, 95, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cit-benefit-card:hover .cit-benefit-icon::after {
    opacity: 1;
}

.cit-benefit-icon svg {
    width: 28px;
    height: 28px;
    stroke: #D9B45F;
}

.cit-benefit-card h3 {
    font-size: 1.1rem;
    color: #1a1a2e;
    margin-bottom: 10px;
    font-weight: 700;
}

.cit-benefit-card p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.65;
}

/* Benefits Grid Tablet (2 columns) */
@media (min-width: 600px) {
    .cit-benefits-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Benefits Grid Tablet+ */
@media (min-width: 768px) {
    .cit-benefits-section {
        padding: 80px 0;
    }

    .cit-benefits-grid {
        margin-top: 50px;
    }

    .cit-benefit-card {
        padding: 32px 28px;
    }

    .cit-benefit-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 18px;
    }

    .cit-benefit-icon svg {
        width: 30px;
        height: 30px;
    }

    .cit-benefit-card h3 {
        font-size: 1.15rem;
    }

    .cit-benefit-card p {
        font-size: 0.95rem;
    }
}

/* Benefits Grid Desktop (3 columns) */
@media (min-width: 1024px) {
    .cit-benefits-section {
        padding: 100px 0;
    }

    .cit-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .cit-benefit-card {
        padding: 35px 30px;
    }

    .cit-benefit-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .cit-benefit-icon svg {
        width: 32px;
        height: 32px;
    }

    .cit-benefit-card h3 {
        font-size: 1.2rem;
    }
}

/* ===================================
   REQUIREMENTS SECTION - MOBILE FIRST
   =================================== */

.cit-requirements-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    position: relative;
}

.cit-requirements-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.cit-requirement-card {
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    padding: 24px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
}

.cit-requirement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #D9B45F, #c9a44f);
    border-radius: 4px 0 0 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cit-requirement-card:hover {
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.06),
        0 4px 10px rgba(217, 180, 95, 0.08);
    transform: translateY(-3px);
}

.cit-requirement-card:hover::before {
    opacity: 1;
}

.cit-requirement-card.main {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 28px;
    border-radius: 16px;
    order: -1;
}

.cit-requirement-card.main::before {
    opacity: 1;
}

.cit-requirement-card.main h3,
.cit-requirement-card.main h4,
.cit-requirement-card.main p {
    color: #fff;
}

.cit-req-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 24px;
}

.cit-req-icon {
    width: 56px;
    height: 56px;
    background: rgba(217, 180, 95, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(217, 180, 95, 0.2);
}

.cit-req-icon svg {
    width: 26px;
    height: 26px;
    stroke: #D9B45F;
}

.cit-req-icon.small {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(217, 180, 95, 0.15) 0%, rgba(217, 180, 95, 0.08) 100%);
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(217, 180, 95, 0.15);
}

.cit-req-icon.small svg {
    width: 22px;
    height: 22px;
}

.cit-req-header h3 {
    font-size: 1.25rem;
    margin-bottom: 4px;
    font-weight: 700;
}

.cit-req-header p {
    font-size: 0.9rem;
    opacity: 0.8;
}

.cit-req-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cit-req-option {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.cit-req-option:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(217, 180, 95, 0.3);
}

.option-badge {
    display: inline-block;
    background: rgba(217, 180, 95, 0.2);
    color: #D9B45F;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.option-badge.highlight {
    background: linear-gradient(135deg, #D9B45F, #c9a44f);
    color: #1a1a2e;
    box-shadow: 0 4px 12px rgba(217, 180, 95, 0.3);
}

.cit-req-option p {
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.option-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.cit-requirement-card h4 {
    font-size: 1.05rem;
    color: #1a1a2e;
    margin-bottom: 10px;
    font-weight: 700;
}

.cit-requirement-card p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.65;
}

/* Early Filing Notice - Mobile First */
.cit-early-filing {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(217, 180, 95, 0.12) 0%, rgba(217, 180, 95, 0.06) 100%);
    padding: 24px;
    border-radius: 14px;
    margin-top: 32px;
    border: 1px solid rgba(217, 180, 95, 0.2);
    position: relative;
    overflow: hidden;
}

.cit-early-filing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D9B45F, #c9a44f);
}

.early-filing-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D9B45F, #c9a44f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(217, 180, 95, 0.35);
}

.early-filing-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}

.early-filing-content h4 {
    font-size: 1.05rem;
    color: #1a1a2e;
    margin-bottom: 6px;
    font-weight: 700;
}

.early-filing-content p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* Requirements Section Tablet+ */
@media (min-width: 768px) {
    .cit-requirements-section {
        padding: 80px 0;
    }

    .cit-requirements-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-top: 50px;
    }

    .cit-requirement-card {
        padding: 28px;
    }

    .cit-requirement-card.main {
        grid-column: span 2;
        padding: 36px;
    }

    .cit-req-header {
        flex-direction: row;
        text-align: left;
        gap: 20px;
    }

    .cit-req-icon {
        width: 60px;
        height: 60px;
    }

    .cit-req-icon svg {
        width: 28px;
        height: 28px;
    }

    .cit-req-options {
        flex-direction: row;
        gap: 20px;
    }

    .cit-req-option {
        flex: 1;
        padding: 25px;
    }

    .cit-requirement-card h4 {
        font-size: 1.1rem;
    }

    .cit-requirement-card p {
        font-size: 0.9rem;
    }

    .cit-early-filing {
        flex-direction: row;
        text-align: left;
        gap: 20px;
        padding: 25px 30px;
        margin-top: 40px;
    }
}

/* Requirements Section Desktop */
@media (min-width: 1024px) {
    .cit-requirements-section {
        padding: 100px 0;
    }

    .cit-requirements-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .cit-requirement-card.main {
        grid-column: span 3;
        padding: 40px;
    }

    .cit-requirement-card {
        padding: 30px;
    }

    .cit-req-header h3 {
        font-size: 1.4rem;
    }

    .cit-req-icon.small {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .cit-req-icon.small svg {
        width: 24px;
        height: 24px;
    }

    .cit-early-filing {
        padding: 25px 35px;
    }

    .early-filing-content h4 {
        font-size: 1.1rem;
    }

    .early-filing-content p {
        font-size: 0.95rem;
    }
}

/* ===================================
   CITIZENSHIP TEST SECTION - MOBILE FIRST
   =================================== */

.cit-test-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #f0f1f3 100%);
    position: relative;
}

.cit-test-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(217, 180, 95, 0.3), transparent);
}

.cit-test-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.cit-test-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 12px 35px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
}

.cit-test-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 15px rgba(0, 0, 0, 0.04),
        0 20px 50px rgba(0, 0, 0, 0.08);
}

.cit-test-card.highlight {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    border: none;
    position: relative;
    overflow: hidden;
}

.cit-test-card.highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(217, 180, 95, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.cit-test-card.highlight p {
    color: rgba(255, 255, 255, 0.8);
}

.test-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.test-card-header h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

.test-badge {
    background: linear-gradient(135deg, rgba(217, 180, 95, 0.15) 0%, rgba(217, 180, 95, 0.08) 100%);
    color: #D9B45F;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(217, 180, 95, 0.2);
}

.test-badge.new {
    background: linear-gradient(135deg, #D9B45F, #c9a44f);
    color: #1a1a2e;
    border: none;
    box-shadow: 0 4px 10px rgba(217, 180, 95, 0.3);
}

.cit-test-card > p {
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

.cit-test-card.highlight > p {
    color: rgba(255, 255, 255, 0.8);
}

.test-components {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.test-components li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.test-components li:last-child {
    border-bottom: none;
}

.test-components svg {
    width: 20px;
    height: 20px;
    stroke: #D9B45F;
    flex-shrink: 0;
    margin-top: 2px;
}

.test-components strong {
    display: block;
    font-size: 1rem;
    color: #2A2A2A;
    margin-bottom: 4px;
}

.test-components span {
    font-size: 0.9rem;
    color: #666;
}

.test-exemptions {
    background: rgba(217, 180, 95, 0.08);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.test-exemptions h4 {
    font-size: 0.9rem;
    color: #D9B45F;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.test-exemptions p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 8px;
}

.test-exemptions p:last-child {
    margin-bottom: 0;
}

/* Test Versions - Mobile First */
.test-versions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 20px 0;
}

.test-version {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.test-version:hover {
    background: rgba(255, 255, 255, 0.1);
}

.test-version.featured {
    background: rgba(217, 180, 95, 0.15);
    border-color: rgba(217, 180, 95, 0.3);
    position: relative;
}

.test-version.featured::before {
    content: '★ NEW';
    position: absolute;
    top: -8px;
    right: 16px;
    background: linear-gradient(135deg, #D9B45F, #c9a44f);
    color: #1a1a2e;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 10px;
    letter-spacing: 0.5px;
}

.test-version h4 {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
}

.test-version > p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}

.test-version ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.test-version li {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px 0;
    padding-left: 18px;
    position: relative;
}

.test-version li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #D9B45F;
    border-radius: 50%;
}

.test-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(217, 180, 95, 0.1);
    padding: 14px 16px;
    border-radius: 10px;
    margin-top: 16px;
    border: 1px solid rgba(217, 180, 95, 0.15);
}

.test-note svg {
    width: 18px;
    height: 18px;
    stroke: #D9B45F;
    flex-shrink: 0;
    margin-top: 2px;
}

.test-note p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.5;
}

/* Retest Info - Mobile First */
.cit-retest-info {
    background: #fff;
    padding: 24px;
    border-radius: 14px;
    margin-top: 32px;
    text-align: center;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 12px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.cit-retest-info::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D9B45F, #c9a44f);
}

.cit-retest-info h4 {
    font-size: 1.1rem;
    color: #1a1a2e;
    margin-bottom: 10px;
    font-weight: 700;
}

.cit-retest-info p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
    line-height: 1.65;
}

/* Test Section Tablet+ */
@media (min-width: 768px) {
    .cit-test-section {
        padding: 80px 0;
    }

    .cit-test-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 50px;
    }

    .test-card-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .test-card-header h3 {
        font-size: 1.3rem;
    }

    .cit-test-card {
        padding: 36px;
    }

    .cit-test-card > p {
        margin-bottom: 25px;
        font-size: 0.95rem;
    }

    .test-versions {
        flex-direction: row;
        gap: 20px;
        margin: 25px 0;
    }

    .test-version {
        flex: 1;
        padding: 25px;
    }

    .test-version h4 {
        font-size: 1.1rem;
    }

    .cit-retest-info {
        padding: 30px 40px;
        margin-top: 40px;
    }

    .cit-retest-info h4 {
        font-size: 1.2rem;
    }

    .cit-retest-info p {
        font-size: 1rem;
    }
}

/* Test Section Desktop */
@media (min-width: 1024px) {
    .cit-test-section {
        padding: 100px 0;
    }

    .cit-test-card {
        padding: 40px;
    }

    .test-card-header h3 {
        font-size: 1.4rem;
    }

    .test-badge {
        font-size: 0.75rem;
    }
}

/* ===================================
   SERVICES SECTION - MOBILE FIRST
   =================================== */

.cit-services-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    position: relative;
}

.cit-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(217, 180, 95, 0.3), transparent);
}

.cit-services-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.cit-service-card {
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cit-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #D9B45F, #c9a44f);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.cit-service-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 12px 25px rgba(0, 0, 0, 0.08),
        0 5px 10px rgba(217, 180, 95, 0.1);
    border-color: rgba(217, 180, 95, 0.25);
}

.cit-service-card:hover::before {
    transform: scaleX(1);
}

.cit-service-number {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(217, 180, 95, 0.12);
    line-height: 1;
}

.cit-service-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, rgba(217, 180, 95, 0.18) 0%, rgba(217, 180, 95, 0.08) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(217, 180, 95, 0.15);
    transition: all 0.3s ease;
}

.cit-service-card:hover .cit-service-icon {
    transform: scale(1.05) rotate(3deg);
}

.cit-service-icon svg {
    width: 26px;
    height: 26px;
    stroke: #D9B45F;
}

.cit-service-card h3 {
    font-size: 1.1rem;
    color: #1a1a2e;
    margin-bottom: 12px;
    font-weight: 700;
}

.cit-service-card p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 16px;
}

.service-fee {
    display: inline-block;
    background: linear-gradient(135deg, rgba(217, 180, 95, 0.12) 0%, rgba(217, 180, 95, 0.06) 100%);
    color: #1a1a2e;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    border: 1px solid rgba(217, 180, 95, 0.2);
}

.service-highlight {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #D9B45F;
    font-size: 0.8rem;
    font-weight: 700;
}

.service-highlight::before {
    content: '★';
    font-size: 0.7rem;
}

/* Services Grid Tablet (2 columns) */
@media (min-width: 600px) {
    .cit-services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Services Section Tablet+ */
@media (min-width: 768px) {
    .cit-services-section {
        padding: 80px 0;
    }

    .cit-services-grid {
        margin-top: 50px;
    }

    .cit-service-card {
        padding: 32px 28px;
    }

    .cit-service-number {
        font-size: 2.25rem;
    }

    .cit-service-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 22px;
    }

    .cit-service-icon svg {
        width: 28px;
        height: 28px;
    }

    .cit-service-card h3 {
        font-size: 1.15rem;
    }

    .cit-service-card p {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .service-fee,
    .service-highlight {
        font-size: 0.85rem;
    }
}

/* Services Grid Desktop (3 columns) */
@media (min-width: 1024px) {
    .cit-services-section {
        padding: 100px 0;
    }

    .cit-services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .cit-service-card {
        padding: 35px 30px;
    }

    .cit-service-number {
        font-size: 2.5rem;
        top: 20px;
        right: 20px;
    }

    .cit-service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 25px;
    }

    .cit-service-card h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
}

/* ===================================
   TIMELINE SECTION - MOBILE FIRST
   =================================== */

.cit-timeline-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #f0f1f3 100%);
    position: relative;
}

.cit-timeline-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(217, 180, 95, 0.3), transparent);
}

.cit-timeline {
    position: relative;
    max-width: 800px;
    margin: 40px auto 0;
    padding-left: 40px;
}

.timeline-line {
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #D9B45F 0%, rgba(217, 180, 95, 0.15) 100%);
    border-radius: 3px;
}

.cit-timeline-item {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}

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

.timeline-marker {
    position: absolute;
    left: -24px;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #D9B45F, #c9a44f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    box-shadow:
        0 4px 12px rgba(217, 180, 95, 0.4),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: all 0.3s ease;
}

.cit-timeline-item:hover .timeline-marker {
    transform: scale(1.1);
    box-shadow:
        0 6px 20px rgba(217, 180, 95, 0.5),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.timeline-marker svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
}

.timeline-content {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.cit-timeline-item:hover .timeline-content {
    transform: translateX(4px);
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 15px 35px rgba(0, 0, 0, 0.06);
}

.timeline-content.final {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    border: none;
    position: relative;
    overflow: hidden;
}

.timeline-content.final::before {
    content: '🎉';
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 1.2rem;
    opacity: 0.5;
}

.timeline-content.final h4 {
    color: #D9B45F;
}

.timeline-content.final p {
    color: rgba(255, 255, 255, 0.8);
}

.timeline-content h4 {
    font-size: 1.05rem;
    color: #1a1a2e;
    margin-bottom: 8px;
    font-weight: 700;
}

.timeline-content p {
    font-size: 0.88rem;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.6;
}

.timeline-duration {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, rgba(217, 180, 95, 0.12) 0%, rgba(217, 180, 95, 0.06) 100%);
    color: #D9B45F;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid rgba(217, 180, 95, 0.15);
}

.timeline-duration::before {
    content: '⏱';
    font-size: 0.7rem;
}

.timeline-content.final .timeline-duration {
    background: rgba(217, 180, 95, 0.2);
    border-color: rgba(217, 180, 95, 0.3);
}

.cit-timeline-note {
    max-width: 800px;
    margin: 36px auto 0;
    text-align: center;
    background: #fff;
    padding: 20px 24px;
    border-radius: 14px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.cit-timeline-note::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D9B45F, #c9a44f);
    border-radius: 0 0 14px 14px;
}

.cit-timeline-note p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* Timeline Section Tablet+ */
@media (min-width: 768px) {
    .cit-timeline-section {
        padding: 80px 0;
    }

    .cit-timeline {
        margin: 50px auto 0;
        padding-left: 55px;
    }

    .timeline-line {
        left: 22px;
    }

    .cit-timeline-item {
        gap: 25px;
        margin-bottom: 35px;
    }

    .timeline-marker {
        width: 46px;
        height: 46px;
        left: -32px;
        font-size: 1.1rem;
    }

    .timeline-marker svg {
        width: 22px;
        height: 22px;
    }

    .timeline-content {
        padding: 26px;
    }

    .timeline-content h4 {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }

    .timeline-content p {
        font-size: 0.95rem;
    }

    .timeline-duration {
        font-size: 0.8rem;
        padding: 6px 14px;
    }

    .cit-timeline-note {
        margin-top: 45px;
        padding: 25px 35px;
    }

    .cit-timeline-note p {
        font-size: 1rem;
    }
}

/* Timeline Section Desktop */
@media (min-width: 1024px) {
    .cit-timeline-section {
        padding: 100px 0;
    }

    .cit-timeline {
        margin: 60px auto 0;
        padding-left: 60px;
    }

    .timeline-line {
        left: 24px;
    }

    .cit-timeline-item {
        gap: 30px;
        margin-bottom: 40px;
    }

    .timeline-marker {
        width: 50px;
        height: 50px;
        left: -36px;
        font-size: 1.2rem;
    }

    .timeline-marker svg {
        width: 24px;
        height: 24px;
    }

    .timeline-content {
        padding: 30px;
    }

    .timeline-content h4 {
        font-size: 1.2rem;
    }

    .cit-timeline-note {
        margin-top: 50px;
    }
}

/* ============================================
   SMALL MOBILE ADJUSTMENTS (480px and below)
   ============================================ */

@media (max-width: 480px) {
    .cit-hero-title {
        font-size: 1.6rem;
    }

    .cit-hero-subtitle {
        font-size: 0.9rem;
    }

    .cit-hero-tag {
        font-size: 0.7rem;
        padding: 6px 12px;
    }

    .hero-stat-number {
        font-size: 1.75rem;
    }

    .hero-stat-label {
        font-size: 0.7rem;
    }

    .cit-benefit-card,
    .cit-requirement-card,
    .cit-test-card,
    .cit-service-card {
        padding: 22px 18px;
    }

    .cit-benefit-card h3,
    .cit-service-card h3 {
        font-size: 1rem;
    }

    .timeline-content {
        padding: 18px;
    }

    .cit-timeline {
        padding-left: 36px;
    }

    .timeline-marker {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
        left: -20px;
    }

    .timeline-line {
        left: 14px;
    }

    .cit-req-icon.small {
        width: 44px;
        height: 44px;
    }

    .cit-req-icon.small svg {
        width: 20px;
        height: 20px;
    }
}
