.geo-page {
    color: #28323d;
    background: #fff;
}

.geo-page a {
    color: #d85b12;
}

.geo-page a:focus,
.geo-page button:focus,
.geo-page input:focus,
.geo-page textarea:focus {
    outline: 3px solid rgba(216, 91, 18, 0.35);
    outline-offset: 2px;
}

.geo-crumb {
    background: #2f3d4d;
    color: #fff;
    padding: 12px 0;
}

.geo-crumb a,
.geo-crumb span {
    color: #fff;
}

.geo-hero {
    background: #f5f7f9;
    padding: 46px 0;
    border-bottom: 1px solid #e4e9ef;
}

.geo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 34px;
    align-items: center;
}

.geo-eyebrow {
    display: inline-block;
    color: #d85b12;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.geo-hero h1 {
    color: #1f2f3f;
    font-size: 38px;
    line-height: 1.18;
    margin: 0 0 18px;
}

.geo-lead {
    color: #1f2f3f;
    font-size: 22px;
    line-height: 1.42;
    margin-bottom: 16px;
}

.geo-hero p,
.geo-section p,
.geo-card p,
.geo-process p,
.geo-note p,
.geo-cta p {
    font-size: 16px;
    line-height: 1.75;
}

.geo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.geo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 5px;
    border: 1px solid #d85b12;
    font-weight: 700;
    text-align: center;
}

.geo-btn-primary {
    color: #fff !important;
    background: #d85b12;
}

.geo-btn-secondary {
    color: #d85b12 !important;
    background: #fff;
}

.geo-hero-image {
    margin: 0;
    background: #fff;
    border: 1px solid #e1e7ed;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 16px 42px rgba(28, 41, 54, 0.12);
}

.geo-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.geo-section {
    padding: 44px 0;
}

.geo-section-alt {
    background: #f7f9fb;
}

.geo-section h2,
.geo-cta h2 {
    color: #1f2f3f;
    font-size: 30px;
    line-height: 1.28;
    margin: 0 0 18px;
}

.geo-section h3 {
    color: #1f2f3f;
    font-size: 21px;
    line-height: 1.35;
    margin: 0 0 12px;
}

.geo-summary {
    border-left: 4px solid #d85b12;
    background: #fff;
    padding: 18px;
    margin-top: 22px;
    box-shadow: 0 8px 22px rgba(28, 41, 54, 0.08);
}

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

.geo-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.geo-card,
.geo-process,
.geo-platform,
.geo-note,
.geo-form-box {
    background: #fff;
    border: 1px solid #e1e7ed;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 8px 22px rgba(28, 41, 54, 0.07);
}

.geo-card-number {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #d85b12;
    font-weight: 700;
    margin-bottom: 12px;
}

.geo-list,
.geo-check-list {
    margin: 14px 0 0;
    padding-left: 0;
    list-style: none;
}

.geo-list li,
.geo-check-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    line-height: 1.55;
}

.geo-list li:before,
.geo-check-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
    color: #2e8f73;
}

.geo-platforms {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
}

.geo-platform {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.geo-platform i {
    color: #d85b12;
}

.geo-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.geo-process-step {
    color: #d85b12;
    font-weight: 700;
    margin-bottom: 8px;
}

.geo-note {
    border-color: #f1c9a9;
    background: #fff8f3;
}

.geo-faq {
    margin-top: 24px;
}

.geo-faq-item {
    border: 1px solid #e1e7ed;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.geo-faq button {
    width: 100%;
    border: 0;
    background: #fff;
    color: #1f2f3f;
    text-align: left;
    padding: 16px 46px 16px 18px;
    font-weight: 700;
    position: relative;
}

.geo-faq button:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    top: 16px;
    color: #d85b12;
}

.geo-faq button[aria-expanded="true"]:after {
    content: "\f106";
}

.geo-faq-panel {
    padding: 0 18px 18px;
}

.geo-cta {
    background: #243344;
    color: #fff;
    padding: 46px 0;
}

.geo-cta h2,
.geo-cta p {
    color: #fff;
}

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

.geo-form-field-full {
    grid-column: 1 / -1;
}

.geo-form-box label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.geo-form-box input[type="text"],
.geo-form-box textarea {
    width: 100%;
    border: 1px solid #cfd8e1;
    border-radius: 5px;
    padding: 11px 12px;
    color: #28323d;
    background: #fff;
}

.geo-form-box textarea {
    min-height: 116px;
    resize: vertical;
}

.geo-captcha {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.geo-captcha img {
    border: 1px solid #cfd8e1;
    border-radius: 4px;
}

.geo-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
}

.geo-validator,
.geo-form-message-error {
    color: #b5341f;
}

.geo-form-message-success {
    color: #1f6f57;
}

.geo-form-message {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid currentColor;
}

.geo-category-link {
    margin-top: 28px;
    border: 1px solid #e1e7ed;
    border-left: 4px solid #d85b12;
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(28, 41, 54, 0.07);
}

.geo-static-small a {
    background: #d85b12;
    color: #fff !important;
}

.geo-static-small .geo-small-link {
    font-size: 18px;
}

.geo-static-small .geo-small-icon {
    position: relative;
    top: -45px;
    font-size: 24px;
    color: #fff;
}

@media (max-width: 991px) {
    .geo-hero-grid,
    .geo-grid,
    .geo-grid-three,
    .geo-platforms,
    .geo-process-grid,
    .geo-form-grid {
        grid-template-columns: 1fr;
    }

    .geo-hero h1 {
        font-size: 31px;
    }

    .geo-lead {
        font-size: 19px;
    }
}

@media (max-width: 520px) {
    .geo-hero,
    .geo-section,
    .geo-cta {
        padding: 32px 0;
    }

    .geo-actions,
    .geo-btn {
        width: 100%;
    }

    .geo-section h2,
    .geo-cta h2 {
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .geo-page *,
    .geo-page *:before,
    .geo-page *:after {
        transition: none;
        animation: none;
    }
}
