/* ============================================================
   AI CV PROGRAMMATIC PAGES
   ============================================================ */

.aicv-page {
    background: #f7fafc;
}

.aicv-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98) 46%, rgba(255, 251, 235, 0.9)),
        #ffffff;
    border-bottom: 1px solid #dbe7f3;
    padding: 64px 20px 54px;
}

.aicv-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 48px;
    align-items: center;
}

.aicv-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 11px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #075985;
    font-size: 0.78rem;
    font-weight: 700;
}

.aicv-hero-title {
    max-width: 920px;
    font-size: 2.2rem;
    line-height: 1.18;
    margin-bottom: 18px;
}

.aicv-hero-intro {
    max-width: 880px;
    color: #3f4f63;
    font-size: 1rem;
    line-height: 1.8;
}

.aicv-hero-intro p:last-child {
    margin-bottom: 0;
}

.aicv-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.aicv-primary-btn,
.aicv-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.aicv-primary-btn {
    gap: 9px;
    background: var(--brand-blue);
    color: #ffffff;
}

.aicv-primary-btn:hover {
    color: #ffffff;
    opacity: 0.9;
}

.aicv-secondary-btn {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #1e293b;
}

.aicv-secondary-btn:hover {
    border-color: var(--brand-blue);
    color: var(--brand-blue);
}

.aicv-summary {
    background: #ffffff;
    border: 1px solid #dbe7f3;
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.aicv-summary-label {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.aicv-summary dl {
    margin: 0;
}

.aicv-summary dl div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid #e5edf5;
}

.aicv-summary dt {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
}

.aicv-summary dd {
    margin: 0;
    color: #111827;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: right;
}

.aicv-trust {
    background: #ffffff;
    border-bottom: 1px solid #e5edf5;
    padding: 14px 20px;
}

.aicv-trust-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.aicv-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    color: #334155;
    font-size: 0.88rem;
    font-weight: 700;
}

.aicv-trust-item i {
    color: var(--brand-blue);
}

.aicv-content-section {
    background: #f7fafc;
    padding: 54px 20px;
}

.aicv-content-inner {
    max-width: 980px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 36px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.aicv-article {
    color: #42526a;
    font-size: 0.96rem;
}

.aicv-article h2 {
    border-top: 1px solid #e5edf5;
    padding-top: 26px;
    margin-top: 30px;
    font-size: 1.38rem;
}

.aicv-article h2:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.aicv-article h3 {
    font-size: 1.1rem;
}

.aicv-article p,
.aicv-article li {
    color: #42526a;
}

.aicv-article ul,
.aicv-article ol {
    background: #f8fafc;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    padding: 18px 22px 18px 42px;
}

.aicv-article blockquote {
    margin: 22px 0;
    padding: 18px 20px;
    border-left: 4px solid var(--brand-blue);
    background: #eff6ff;
    color: #1e3a5f;
    border-radius: 0 8px 8px 0;
}

.aicv-cta {
    background: #0f172a;
    border-top: 0;
    border-bottom: 1px solid #1e293b;
}

.aicv-cta-inner {
    max-width: 780px;
}

.aicv-cta-text {
    color: #ffffff;
}

.aicv-cta-btn {
    background: var(--brand-yellow);
    color: #111827;
}

.aicv-cta-btn:hover {
    color: #111827;
}

.aicv-faq {
    background: #ffffff;
}

.aicv-section-heading {
    position: relative;
    padding-bottom: 12px;
}

.aicv-section-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: var(--brand-blue);
}

.aicv-related {
    background: #f7fafc;
}

.aicv-more {
    background: #ffffff;
}

.aicv-related .cvf-country-card,
.aicv-more .cvf-country-card {
    min-height: 58px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

@media (max-width: 991px) {
    .aicv-hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .aicv-summary {
        max-width: 560px;
    }
}

@media (max-width: 767px) {
    .aicv-hero {
        padding: 42px 16px 36px;
    }

    .aicv-hero-title {
        font-size: 1.55rem;
    }

    .aicv-hero-actions {
        display: grid;
    }

    .aicv-trust-inner {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .aicv-trust-item {
        justify-content: flex-start;
    }

    .aicv-content-section {
        padding: 34px 16px;
    }

    .aicv-content-inner {
        padding: 24px 18px;
    }

    .aicv-article ul,
    .aicv-article ol {
        padding-left: 34px;
    }
}
