/* ============================
   GEO — Knowledge pages
   ============================ */

.geo-page {
    /* background: #fff; */
}

.geo-hero {
    padding: 56px 0 40px;
    /* background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%); */
}

.geo-kicker {
    display: inline-block;
    color: #18a24d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.geo-hero h1 {
    color: #2d2a7b;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    max-width: 820px;
    margin-bottom: 18px;
}

.geo-intro {
    color: #444;
    font-size: 17px;
    line-height: 1.8;
    max-width: 760px;
    margin-bottom: 24px;
}

.geo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: #667;
    margin-bottom: 18px;
}

.geo-breadcrumb a {
    color: #2d2a7b;
    text-decoration: none;
}

.geo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    border-radius: 50px;
    background: #2d2a7b;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.geo-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(45, 42, 123, 0.25);
}

.geo-body {
    padding: 20px 0 70px;
}

.geo-content {
    max-width: 820px;
}

.geo-section {
    margin-bottom: 36px;
}

.geo-section h2 {
    color: #2d2a7b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.geo-section p {
    color: #444;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 14px;
}

.geo-faq {
    padding: 60px 0;
    background: #ececff;
}

.geo-faq h2 {
    text-align: center;
    color: #2d2a7b;
    font-size: 34px;
    margin-bottom: 28px;
}

.geo-faq-list {
    max-width: 820px;
    margin: 0 auto;
}

.geo-faq-item {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(45, 42, 123, 0.08);
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 12px;
}

.geo-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    color: #2d2a7b;
    list-style: none;
}

.geo-faq-item summary::-webkit-details-marker {
    display: none;
}

.geo-faq-item p {
    margin: 12px 0 0;
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

.geo-related {
    padding: 50px 0 80px;
}

.geo-related h2 {
    text-align: center;
    color: #2d2a7b;
    margin-bottom: 28px;
}

.geo-related-grid,
.geo-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.geo-related-card,
.geo-resource-card {
    display: block;
    padding: 22px;
    border-radius: 16px;
    background: #f8f9ff;
    border: 1px solid rgba(45, 42, 123, 0.08);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.geo-related-card:hover,
.geo-resource-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(45, 42, 123, 0.1);
}

.geo-related-type,
.geo-resource-kicker {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #18a24d;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.geo-related-card h3,
.geo-resource-card h3 {
    color: #2d2a7b;
    font-size: 18px;
    margin-bottom: 8px;
}

.geo-resource-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.geo-resource-group {
    margin-bottom: 48px;
}

.geo-resource-group h2 {
    color: #2d2a7b;
    font-size: 28px;
    margin-bottom: 18px;
}

.geo-cta-band {
    padding: 50px 0 70px;
    text-align: center;
}

.geo-cta-band h2 {
    color: #2d2a7b;
    margin-bottom: 10px;
}

.geo-cta-band p {
    color: #555;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .geo-hero {
        padding: 36px 0 28px;
    }

    .geo-related-grid,
    .geo-resource-grid {
        grid-template-columns: 1fr;
    }

    .geo-faq h2 {
        font-size: 28px;
    }
}
