body.geoPage {
    background: #f5f8fb;
    color: #18212f;
}

body.geoPage .site-main {
    overflow: visible;
}

.geoWrap {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.geoHero {
    position: relative;
    min-height: 620px;
    padding: 132px 0 86px;
    overflow: hidden;
    color: #fff;
    background: #18212f;
}

.geoHero--service {
    min-height: 540px;
}

.geoHeroMedia {
    position: absolute;
    inset: 0;
}

.geoHeroMedia::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.74) 44%, rgba(15, 23, 42, 0.36));
}

.geoHeroMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.geoHeroGrid,
.geoServiceHeroGrid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 54px;
    align-items: center;
}

.geoHeroContent {
    max-width: 720px;
}

.geoEyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid rgba(32, 186, 139, 0.42);
    border-radius: 6px;
    color: #20ba8b;
    background: rgba(32, 186, 139, 0.1);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.geoHero h1 {
    margin: 24px 0 18px;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 900;
}

.geoHero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.9;
}

.geoCheckList {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.geoCheckList li {
    position: relative;
    padding-left: 26px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.75;
}

.geoCheckList li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #20ba8b;
    box-shadow: 0 0 0 6px rgba(32, 186, 139, 0.14);
}

.geoActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.geoButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.geoButton:hover {
    transform: translateY(-1px);
}

.geoButton--primary {
    color: #fff;
    background: #20ba8b;
    box-shadow: 0 14px 28px rgba(32, 186, 139, 0.22);
}

.geoButton--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.08);
}

.geoSignalPanel,
.geoServiceNav {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.geoSignalPanel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
}

.geoSignalItem {
    min-height: 132px;
    padding: 26px 24px;
    background: rgba(255, 255, 255, 0.08);
}

.geoSignalItem strong {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
}

.geoSignalItem span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.5;
}

.geoSection {
    padding: 82px 0;
    background: #fff;
}

.geoSection--soft {
    background: #f5f8fb;
}

.geoSectionHead {
    max-width: 760px;
    text-align: center;
}

.geoSectionHead--left {
    margin: 0;
    text-align: left;
}

.geoSectionHead h2 {
    margin: 16px 0 14px;
    color: #18212f;
    font-size: 36px;
    line-height: 1.28;
    font-weight: 900;
}

.geoSectionHead p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.9;
}

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

.geoPillar,
.geoServiceCard,
.geoDeliverItem,
.geoFaqItem,
.geoListPanel,
.geoTimelineItem {
    border: 1px solid #e6edf3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.geoPillar {
    padding: 26px 22px;
}

.geoPillar h3,
.geoServiceCard h3,
.geoDeliverItem h3 {
    margin: 0;
    color: #18212f;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
}

.geoPillar p,
.geoServiceCard p {
    margin: 14px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
}

.geoServiceGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.geoServiceCard {
    display: block;
    min-height: 250px;
    padding: 28px 24px;
    color: inherit;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.geoServiceCard:hover {
    transform: translateY(-3px);
    border-color: rgba(32, 186, 139, 0.42);
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
}

.geoServiceCard span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 18px;
    padding: 0 10px;
    border-radius: 6px;
    color: #0f8768;
    background: rgba(32, 186, 139, 0.1);
    font-size: 13px;
    font-weight: 850;
}

.geoServiceCard em {
    display: inline-flex;
    margin-top: 22px;
    color: #ff6726;
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
}

.geoSplit {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: center;
}

.geoTopicCloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.geoTopicCloud span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #dce7ef;
    border-radius: 8px;
    color: #304155;
    background: #fff;
    font-size: 15px;
    font-weight: 800;
}

.geoFaqList {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.geoFaqItem {
    padding: 0;
    overflow: hidden;
}

.geoFaqItem summary {
    min-height: 58px;
    padding: 19px 22px;
    color: #18212f;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
}

.geoFaqItem p {
    margin: 0;
    padding: 0 22px 22px;
    color: #667085;
    font-size: 15px;
    line-height: 1.85;
}

.geoCtaBand {
    padding: 58px 0;
    color: #fff;
    background: #18212f;
}

.geoCtaInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.geoCtaInner h2 {
    margin: 14px 0 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
}

body.geoPage .companyBox .item {
    border: 1px solid rgba(24, 33, 47, 0.08);
    background: #fff;
    box-shadow: 0 16px 36px rgba(24, 33, 47, 0.08);
}

body.geoPage .companyBox .top {
    color: #18212f;
}

body.geoPage .companyBox .contText,
body.geoPage .companyBox .number {
    color: #18212f;
}

.geoBreadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 800;
}

.geoBreadcrumb a {
    color: rgba(255, 255, 255, 0.82);
}

.geoServiceNav {
    padding: 22px;
}

.geoServiceNav strong {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900;
}

.geoServiceNav a {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin-top: 8px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.06);
    font-size: 14px;
    font-weight: 850;
}

.geoServiceNav a.active,
.geoServiceNav a:hover {
    color: #fff;
    border-color: rgba(32, 186, 139, 0.46);
    background: rgba(32, 186, 139, 0.18);
}

.geoDetailGrid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 42px;
    align-items: start;
}

.geoDetailGrid h2 {
    margin: 16px 0 0;
    color: #18212f;
    font-size: 34px;
    line-height: 1.28;
    font-weight: 900;
}

.geoListPanel {
    display: grid;
    gap: 12px;
    padding: 26px;
}

.geoListPanel p {
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #4f5f73;
    font-size: 16px;
    line-height: 1.8;
}

.geoListPanel p::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6726;
}

.geoDeliverGrid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.geoDeliverItem {
    min-height: 166px;
    padding: 24px 18px;
}

.geoDeliverItem span {
    display: block;
    margin-bottom: 28px;
    color: #20ba8b;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

.geoDeliverItem h3 {
    font-size: 17px;
}

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

.geoTimelineItem {
    min-height: 176px;
    padding: 24px;
}

.geoTimelineItem span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 22px;
    border-radius: 50%;
    color: #fff;
    background: #18212f;
    font-size: 15px;
    font-weight: 900;
}

.geoTimelineItem p {
    margin: 0;
    color: #4f5f73;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 1180px) {
    .geoHeroGrid,
    .geoServiceHeroGrid {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 34px;
    }

    .geoPillarGrid,
    .geoTimeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 980px) {
    .geoWrap {
        width: min(100% - 28px, 720px);
    }

    .geoHero,
    .geoHero--service {
        min-height: 0;
        padding: 104px 0 62px;
    }

    .geoHeroMedia::after {
        background: rgba(15, 23, 42, 0.78);
    }

    .geoHeroGrid,
    .geoServiceHeroGrid,
    .geoSplit,
    .geoDetailGrid,
    .geoCtaInner {
        grid-template-columns: 1fr;
    }

    .geoHero h1 {
        font-size: 36px;
    }

    .geoHero p {
        font-size: 16px;
    }

    .geoSignalPanel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .geoServiceGrid {
        grid-template-columns: 1fr;
    }

    .geoSection {
        padding: 58px 0;
    }

    .geoSectionHead {
        text-align: left;
    }

    .geoSectionHead h2,
    .geoDetailGrid h2 {
        font-size: 28px;
    }

    .geoCtaInner {
        flex-direction: column;
    }

    .geoDeliverGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .geoCtaInner {
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .geoPillarGrid,
    .geoDeliverGrid,
    .geoTimeline,
    .geoSignalPanel {
        grid-template-columns: 1fr;
    }

    .geoActions,
    .geoButton {
        width: 100%;
    }

    .geoSignalItem,
    .geoServiceCard,
    .geoPillar,
    .geoDeliverItem,
    .geoTimelineItem,
    .geoListPanel {
        min-height: 0;
        padding: 22px;
    }

    .geoCtaInner h2 {
        font-size: 24px;
    }
}
