/* Civic directory refactor. Loaded after main.css. */
:root {
    color-scheme: light dark;
    --ge-bg: #f4f7fb;
    --ge-surface: #ffffff;
    --ge-surface-soft: #f8fafd;
    --ge-surface-strong: #ffffff;
    --ge-topbar-bg: rgba(255, 255, 255, .97);
    --ge-hover-bg: #edf2f8;
    --ge-ink: #151d2b;
    --ge-muted: #536274;
    --ge-placeholder: #94a0b0;
    --ge-line: #d4dde8;
    --ge-line-soft: #e6ecf3;
    --ge-line-strong: #b4c3d4;
    --ge-blue: #0f3158;
    --ge-accent: #b4232a;
    --ge-accent-dark: #921a20;
    --ge-success: #146c43;
    --ge-radius: 8px;
    --ge-shadow: none;
    --ge-shadow-soft: none;
}

html {
    scroll-padding-top: 88px;
}

html,
body,
.ge-body {
    background: var(--ge-bg);
    color: var(--ge-ink);
    line-height: 1.62;
}

.ge-body {
    min-width: 320px;
}

a {
    color: var(--ge-blue);
}

a:hover {
    color: var(--ge-accent);
}

img {
    height: auto;
}

*:focus-visible {
    outline: 3px solid rgba(180, 35, 42, .28);
    outline-offset: 2px;
}

.ge-topbar {
    width: 100%;
    max-width: none;
    height: 64px;
    margin: 0;
    padding-left: max(16px, calc((100vw - 1180px) / 2));
    padding-right: max(16px, calc((100vw - 1180px) / 2));
    gap: 24px;
    border: 0;
    border-bottom: 1px solid var(--ge-line);
    border-radius: 0;
    background: var(--ge-topbar-bg);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.ge-brand {
    min-width: 0;
}

.ge-logo {
    height: 32px;
    max-height: 32px;
}

.ge-nav {
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    min-width: 0;
}

.ge-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 64px;
    padding: 0;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: var(--ge-muted);
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.ge-nav a:hover,
.ge-nav a.is-active {
    color: var(--ge-blue);
    background: transparent;
}

.ge-nav a.is-active {
    border-bottom-color: var(--ge-accent);
}

.ge-lang-btn,
.ge-nav-toggle {
    height: 38px;
    border: 1px solid var(--ge-line);
    border-radius: 6px;
    background: var(--ge-surface-strong);
    color: var(--ge-blue);
}

.ge-nav-toggle span {
    background: currentColor;
}

.ge-lang-btn:hover,
.ge-lang-btn.is-open,
.ge-nav-toggle:hover {
    background: var(--ge-surface-soft);
    border-color: var(--ge-line-strong);
}

.ge-lang-menu__inner {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-strong);
}

.ge-lang-menu a {
    border-bottom-color: var(--ge-line) !important;
    color: var(--ge-ink);
}

.ge-lang-menu a:hover,
.ge-lang-menu a.is-active {
    background: var(--ge-blue);
    color: #fff !important;
    border-bottom-color: var(--ge-blue) !important;
}

.ge-shell {
    width: min(1180px, calc(100% - 32px));
    max-width: none;
    padding: 48px 0 80px;
}

.ge-home {
    width: 100%;
    padding-top: 0;
}

.ge-skip {
    background: var(--ge-blue);
    color: #fff;
}

.ge-kicker,
.ge-home .ge-kicker,
.ge-page__head .ge-kicker,
.ge-country-record .ge-kicker,
.ge-search-hero .ge-kicker {
    margin-bottom: 12px;
    color: var(--ge-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ge-home .ge-hero--directory {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 380px);
    gap: 40px;
    align-items: center;
    padding: 48px max(16px, calc((100vw - 1180px) / 2)) 44px;
    color: var(--ge-ink);
    background: var(--ge-surface-soft);
    border: 0;
    border-bottom: 1px solid var(--ge-line);
    border-radius: 0;
    text-align: left;
}

.ge-home .ge-hero__content {
    width: 100%;
    max-width: 820px;
    min-width: 0;
}

.ge-home .ge-hero__title {
    max-width: 790px;
    margin: 8px 0 16px;
    color: var(--ge-ink);
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.ge-home .ge-hero__subtitle {
    max-width: 700px;
    margin: 0 0 24px;
    color: var(--ge-muted);
    font-size: 17px;
    line-height: 1.65;
}

.ge-home .ge-hero__search {
    max-width: 800px;
    margin: 0 0 16px;
}

.ge-home .ge-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ge-search__wrap,
.ge-home .ge-search__wrap,
.ge-search-page-form .ge-search__wrap,
.ge-directory-search .ge-search__wrap,
.tc-picker-search .ge-search__wrap {
    min-width: 0;
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-strong);
}

.ge-search__wrap:focus-within {
    border-color: var(--ge-accent);
    outline: 3px solid rgba(180, 35, 42, .16);
    outline-offset: 0;
}

.ge-search__input {
    min-width: 0;
    min-height: 52px;
    color: var(--ge-ink);
    font-size: 17px;
}

.ge-search__input::placeholder {
    color: var(--ge-placeholder);
}

.ge-search__icon {
    color: var(--ge-muted);
}

.ge-search__btn,
.ge-btn--primary {
    min-height: 46px;
    border-color: var(--ge-accent);
    border-radius: var(--ge-radius);
    background: var(--ge-accent);
    color: #fff;
    font-weight: 900;
    white-space: nowrap;
}

.ge-search__btn:hover,
.ge-btn--primary:hover {
    border-color: var(--ge-accent-dark);
    background: var(--ge-accent-dark);
    color: #fff;
}

.ge-btn--ghost,
.ge-home .ge-hero .ge-btn--ghost,
.ge-home .ge-btn--ghost {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-strong);
    color: var(--ge-blue);
    font-weight: 900;
}

.ge-btn--ghost:hover,
.ge-home .ge-hero .ge-btn--ghost:hover,
.ge-home .ge-btn--ghost:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-soft);
    color: var(--ge-blue);
}

.ge-btn:active,
.ge-search__btn:active,
.ge-rail-action:active,
.ge-numitem__call:active,
.ge-numitem__copy:active {
    transform: translateY(1px);
}

.ge-intent-chips {
    margin-top: 10px;
}

.ge-home .ge-intent-chips span {
    color: var(--ge-muted);
}

.ge-home .ge-intent-chips a {
    border: 1px solid var(--ge-line);
    border-radius: 6px;
    background: var(--ge-surface-soft);
    color: var(--ge-blue);
    font-weight: 900;
}

.ge-home .ge-intent-chips a:hover {
    background: var(--ge-hover-bg);
}

.ge-home .ge-hero__actions {
    justify-content: flex-start;
    margin-top: 16px;
}

.ge-detect {
    color: var(--ge-muted);
}

.ge-hero-card {
    min-height: 330px;
    display: grid;
    gap: 16px;
    align-content: space-between;
    padding: 26px 22px;
    color: var(--ge-ink);
    background: var(--ge-surface);
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
}

.ge-hero-card__header {
    display: grid;
    gap: 4px;
}

.ge-hero-card__header span,
.ge-hero-card__header em,
.ge-hero-card__meta span {
    color: var(--ge-muted);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.ge-hero-card__header strong {
    color: var(--ge-blue);
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.ge-hero-card__services {
    display: grid;
    gap: 8px;
}

.ge-hero-card__services a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--ge-line);
    border-radius: 6px;
    background: var(--ge-surface-soft);
    color: var(--ge-blue);
    font-weight: 850;
}

.ge-hero-card__services a:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-strong);
    color: var(--ge-accent);
}

.ge-hero-card__services svg {
    color: var(--ge-accent);
}

.ge-hero-card__meta {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--ge-line);
}

.ge-hero-card__meta strong {
    color: var(--ge-blue);
    font-variant-numeric: tabular-nums;
}

.ge-hero-card__meta a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid var(--ge-accent);
    border-radius: 6px;
    background: var(--ge-accent);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.ge-hero-card__meta a:hover {
    background: var(--ge-accent-dark);
    border-color: var(--ge-accent-dark);
    color: #fff;
}

.ge-home .ge-directory-layout {
    width: min(1180px, calc(100% - 32px));
    margin: 48px auto 0;
}

.ge-directory-layout,
.ge-country-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 32px;
}

.ge-country-layout {
    margin-top: 36px;
}

.ge-directory-main,
.ge-country-main {
    gap: 28px;
    min-width: 0;
}

.ge-rail,
.ge-country-side {
    top: 84px;
}

.ge-rail,
.ge-side-panel,
.ge-panel,
.ge-services,
.ge-seo-focus,
.ge-source,
.ge-tips,
.ge-faq,
.ge-page__head--directory,
.ge-country-record,
.ge-search-hero,
.ge-guide-detail,
.ge-article__body,
.ge-directory-search {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
}

.ge-panel,
.ge-services,
.ge-seo-focus,
.ge-source,
.ge-tips,
.ge-faq,
.ge-page__head,
.ge-country-record,
.ge-search-hero {
    padding: 28px;
}

.ge-section-head {
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: 0;
}

.ge-section-head p,
.ge-page__sub,
.ge-guide-detail__summary {
    color: var(--ge-muted);
}

.ge-section__title,
.ge-page__title,
.ge-search-hero__title,
.ge-guide-detail__title {
    color: var(--ge-ink);
    letter-spacing: 0;
}

.ge-section__title {
    font-size: 24px;
    line-height: 1.25;
}

.ge-page__title {
    font-size: 34px;
    line-height: 1.18;
    font-weight: 900;
}

.ge-rail,
.ge-side-panel {
    padding: 18px;
}

.ge-rail h2,
.ge-side-panel h2 {
    color: var(--ge-ink);
    font-size: 18px;
}

.ge-rail a,
.ge-side-panel a {
    border-radius: 6px;
    color: var(--ge-muted);
    font-weight: 800;
}

.ge-rail a:hover,
.ge-side-panel a:hover,
.ge-side-panel a:first-of-type {
    background: var(--ge-hover-bg);
    color: var(--ge-blue);
}

.ge-rail-actions {
    display: grid;
    gap: 8px;
}

.ge-rail-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--ge-line);
    border-radius: 6px;
    background: var(--ge-surface-strong);
    color: var(--ge-blue);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

button.ge-rail-action {
    appearance: none;
}

.ge-rail-action:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-soft);
    color: var(--ge-blue);
}

.ge-rail-action--primary {
    border-color: var(--ge-accent);
    background: var(--ge-accent);
    color: #fff;
}

.ge-rail-action--primary:hover {
    border-color: var(--ge-accent-dark);
    background: var(--ge-accent-dark);
    color: #fff;
}

.ge-rail-check {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--ge-line);
}

.ge-rail-check h3 {
    margin: 0 0 10px;
    color: var(--ge-ink);
    font-size: 14px;
}

.ge-rail-check ol {
    counter-reset: ge-rail-step;
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
}

.ge-rail-check li {
    counter-increment: ge-rail-step;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    color: var(--ge-muted);
    font-size: 13px;
    line-height: 1.45;
}

.ge-rail-check li::before {
    content: counter(ge-rail-step);
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--ge-hover-bg);
    color: var(--ge-blue);
    font-size: 12px;
    font-weight: 900;
}

.ge-services__grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.ge-service {
    min-height: 84px;
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-soft);
    color: var(--ge-blue);
}

.ge-service:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-strong);
    transform: translateY(-1px);
}

.ge-service svg,
.ge-service > svg,
.ge-numrecord__service svg,
.ge-service-record__icon {
    color: var(--ge-accent);
}

.ge-seo-focus__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.ge-seo-focus__item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-soft);
}

.ge-seo-focus__item:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-strong);
    transform: translateY(-1px);
}

.ge-seo-focus__flag,
.ge-seo-focus__iso {
    width: 34px;
    height: 24px;
}

.ge-seo-focus__name {
    color: var(--ge-blue);
    font-weight: 900;
    line-height: 1.25;
}

.ge-seo-focus__label {
    color: var(--ge-muted);
    font-weight: 800;
    white-space: nowrap;
}

.ge-travel-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
    gap: 28px;
    align-items: start;
    color: var(--ge-ink);
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
    padding: 28px;
}

.ge-travel-panel .ge-section__title {
    color: var(--ge-ink);
}

.ge-travel-panel p,
.ge-travel-panel .ge-check-list li,
.ge-side-panel--travel p,
.ge-side-panel .ge-check-list li {
    color: var(--ge-muted);
}

.ge-travel-panel__cta {
    margin-top: 16px;
}

.ge-check-list li::before {
    border-radius: 2px;
    background: var(--ge-accent);
}

.ge-grid {
    gap: 14px;
}

.ge-grid--cards,
.ge-grid--countries {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.ge-card,
.ge-svc-card,
.ge-guide-card,
.ge-search-card,
.ge-listitem,
.tc-card {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
}

.ge-card {
    height: 100%;
    min-height: 152px;
    padding: 20px;
    text-align: center;
}

.ge-grid--countries > li {
    display: flex;
}

.ge-grid--countries .ge-card,
.ge-grid--cards .ge-card {
    width: 100%;
    min-height: 152px;
}

.ge-card:hover,
.ge-svc-card:hover,
.ge-guide-card:hover,
.ge-search-card:hover,
.ge-listitem:hover,
.tc-card:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-strong);
    transform: translateY(-1px);
}

.ge-card__flag-img,
.ge-seo-focus__flag,
.ge-svc-country-card__flag {
    border: 0;
    border-radius: 5px;
    background: var(--ge-surface-soft);
    object-fit: cover;
}

.ge-card .ge-card__name {
    color: var(--ge-blue);
    text-align: center;
}

.ge-card .ge-card__sub {
    color: var(--ge-muted);
    text-align: center;
}

.ge-search-card__name,
.ge-svc-card__name,
.ge-guide-card__title,
.ge-listitem__name {
    color: var(--ge-blue);
}

.ge-search-card__sub,
.ge-guide-card__summary,
.ge-svc-card__desc {
    color: var(--ge-muted);
}

.ge-directory-search {
    margin: -6px 0 18px;
    padding: 16px;
}

.ge-directory-search .ge-search__label {
    color: var(--ge-blue);
}

.ge-page__head--directory,
.ge-country-record {
    background: var(--ge-surface-strong);
}

.ge-page__meta {
    border: 1px solid var(--ge-line);
    background: var(--ge-surface-soft);
    color: var(--ge-muted);
}

.ge-page__meta strong {
    color: var(--ge-blue);
}

.ge-bread {
    color: var(--ge-muted);
}

.ge-bread a {
    color: var(--ge-blue);
    font-weight: 800;
}

.ge-az {
    position: sticky;
    top: 64px;
    z-index: 20;
    border: 1px solid var(--ge-line);
    background: var(--ge-surface-strong);
}

.ge-az a {
    border-radius: 6px;
    background: var(--ge-surface-soft);
    color: var(--ge-blue);
}

.ge-az a:hover {
    background: var(--ge-accent);
    color: #fff;
}

.ge-az__letter {
    border-bottom-color: var(--ge-line);
    color: var(--ge-accent);
    letter-spacing: 0;
}

.ge-country-record {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 32px;
    background: var(--ge-surface-strong);
}

.ge-country-record__body {
    min-width: 0;
}

.ge-country-record__flag {
    width: 104px;
    border-radius: var(--ge-radius);
}

.ge-country__flag-img {
    max-height: 76px;
    object-fit: contain;
    background: #fff;
}

.ge-country-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ge-country-summary__item {
    min-height: 78px;
    border: 0;
    border-radius: var(--ge-radius);
    background: var(--ge-surface-soft);
    padding: 14px 16px;
}

.ge-country-summary__item span {
    color: var(--ge-muted);
}

.ge-country-summary__item strong {
    color: var(--ge-blue);
    word-break: break-word;
}

.ge-country-record__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.ge-country-record__actions .ge-btn {
    min-height: 44px;
    padding: 10px 18px;
}

.ge-country-side {
    display: grid;
    gap: 16px;
}

.ge-side-panel + .ge-side-panel {
    margin-top: 0;
}

.ge-country-main > .ge-panel {
    padding: 0 0 28px;
    border: 0;
    border-bottom: 1px solid var(--ge-line-soft);
    border-radius: 0;
    background: transparent;
}

.ge-country-main > .ge-panel + .ge-panel {
    margin-top: 4px;
}

.ge-country-main > .ge-panel:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ge-number-records {
    gap: 18px;
}

.ge-numrecord {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-strong);
}

.ge-source__list,
.ge-faq__list {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.ge-numrecord__service {
    padding: 16px 20px;
    border-bottom: 0;
    background: var(--ge-surface-soft);
}

.ge-numrecord__service h3 {
    color: var(--ge-blue);
    line-height: 1.25;
}

.ge-numrecord__list {
    border-top: 0;
    background: var(--ge-surface-strong);
}

.ge-numitem {
    padding: 18px 20px;
    gap: 20px;
    border-top: 1px solid var(--ge-line-soft);
}

.ge-numitem:first-child {
    border-top: 0;
}

.ge-numitem__number {
    color: var(--ge-ink);
    font-size: 32px;
    font-variant-numeric: tabular-nums;
}

.ge-numitem__number:hover {
    color: var(--ge-accent);
}

.ge-numitem__desc {
    color: var(--ge-muted);
}

.ge-numitem__call,
.ge-numitem__copy {
    min-width: 86px;
    min-height: 42px;
    border-radius: var(--ge-radius);
    font-weight: 900;
}

.ge-numitem__call {
    border-color: var(--ge-accent);
    background: var(--ge-accent);
    color: #fff;
}

.ge-numitem__call:hover {
    border-color: var(--ge-accent-dark);
    background: var(--ge-accent-dark);
    color: #fff;
}

.ge-numitem__copy {
    border: 1px solid var(--ge-line);
    background: var(--ge-surface-strong);
    color: var(--ge-blue);
}

.ge-numitem__copy:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-soft);
}

.ge-numitem__copy.is-copied {
    border-color: #98c7a8;
    background: #edf7f0;
    color: #245b37;
}

.ge-source__list,
.ge-faq__list {
    overflow: visible;
}

.ge-source__item {
    padding: 14px 0;
    border-top: 1px solid var(--ge-line-soft);
    background: transparent;
}

.ge-source__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.ge-source__service,
.ge-source__number {
    color: var(--ge-blue);
}

.ge-source__link,
.ge-section-head a,
.ge-svc-card__cta,
.ge-guide-card__cta {
    color: var(--ge-accent);
}

.ge-tips__body {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-strong);
    color: var(--ge-ink);
    padding: 18px;
}

.ge-country-main .ge-section-head {
    margin-bottom: 22px;
}

.ge-country-main > .ge-panel > .ge-section-head {
    margin-bottom: 22px;
    padding-bottom: 0;
    border-bottom: 0;
}

.ge-country-main .ge-section-head p {
    max-width: 62ch;
}

.ge-country-main .ge-section__title {
    font-size: 28px;
}

.ge-country-main .ge-numrecord {
    border-radius: var(--ge-radius);
    overflow: hidden;
}

.ge-country-main .ge-numrecord__service {
    padding: 17px 20px;
    border-bottom: 0;
}

.ge-country-main .ge-numitem {
    padding: 18px 20px;
    gap: 20px;
    border-top: 1px solid var(--ge-line-soft);
}

.ge-country-main .ge-numitem:first-child {
    border-top: 0;
}

.ge-country-main .ge-source__list,
.ge-country-main .ge-faq__list {
    margin-top: 0;
}

.ge-country-main .ge-faq__item {
    border: 0;
    border-bottom: 1px solid var(--ge-line-soft);
}

.ge-country-main .ge-faq__item:first-child {
    border-top: 0;
}

.ge-country-main .ge-faq__item:last-child {
    border-bottom: 0;
}

.ge-country-main .ge-tips__body {
    padding: 18px;
}

.ge-faq__q {
    color: var(--ge-blue);
}

.ge-faq__q:hover,
.ge-faq__q[aria-expanded="true"] {
    color: var(--ge-accent);
}

.ge-faq__a-inner {
    color: var(--ge-muted);
}

.ge-search-hero {
    color: var(--ge-ink);
}

.ge-search-page-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
    max-width: 760px;
}

.ge-search-page-form .ge-search__label {
    grid-column: 1 / -1;
    color: var(--ge-blue);
}

.ge-search-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 12px;
    max-width: none;
    width: 100%;
}

.ge-search-card {
    min-width: 0;
    padding: 13px 16px;
}

.ge-search-card__icon,
.ge-svc-card__icon-wrap,
.ge-svc-card__count,
.ge-listitem__nums strong {
    background: var(--ge-surface-soft);
    color: var(--ge-blue);
}

.ge-tag {
    border-radius: 6px;
    letter-spacing: 0;
}

.ge-empty,
.ge-empty-state,
.ge-empty-state__hint {
    color: var(--ge-muted);
}

.ge-empty-state {
    border: 1px solid var(--ge-line);
}

.ge-service-record {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.ge-service-record__icon {
    width: 74px;
    height: 74px;
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-soft);
}

.ge-service-record__stats span {
    border: 1px solid var(--ge-line);
    border-radius: 6px;
    background: var(--ge-surface-soft);
    color: var(--ge-muted);
}

.ge-service-record__stats strong {
    color: var(--ge-blue);
}

.ge-service-country-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ge-service-country-list .ge-listitem {
    border: 1px solid var(--ge-line);
}

.ge-guide-detail__head {
    background: var(--ge-surface);
}

.ge-guide-detail__body {
    color: var(--ge-ink);
}

.ge-guide-detail__body h2,
.ge-guide-detail__body h3,
.ge-guide-detail__body strong {
    color: var(--ge-blue);
}

.ge-guide-detail__body code {
    background: var(--ge-surface-soft);
    color: var(--ge-accent);
}

.ge-footer {
    border-top-color: var(--ge-line);
    background: var(--ge-surface);
    color: var(--ge-muted);
}

.ge-footer__nav a {
    color: var(--ge-blue);
}

.ge-disclaimer,
.ge-copy {
    color: var(--ge-muted);
}

.tc-bottom-bar {
    background: var(--ge-blue);
    color: #fff;
}

.tc-bottom-bar__inner {
    border: 0;
    background: transparent;
}

.tc-bottom-bar .ge-btn--ghost {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.tc-bottom-bar .ge-btn--ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .16);
}

.tc-bottom-bar .ge-btn--primary {
    background: var(--ge-accent);
    border-color: var(--ge-accent);
}

.tc-bottom-bar .ge-btn--primary:disabled {
    background: rgba(255, 255, 255, .22);
    border-color: rgba(255, 255, 255, .28);
    color: rgba(255, 255, 255, .78);
}

.ge-travel-picker .tc-card:hover {
    border-color: var(--ge-line-strong);
}

.ge-travel-picker .tc-card.is-selected {
    border-color: var(--ge-blue);
    background: var(--ge-surface-soft);
    outline: 2px solid rgba(16, 56, 95, .24);
    outline-offset: 0;
}

.tc-chk-mark {
    border: 1.5px solid var(--ge-line);
    background: var(--ge-surface-strong);
}

.ge-travel-picker .tc-card.is-selected .tc-chk-mark {
    background: var(--ge-blue);
    border-color: var(--ge-blue);
}

/* ---------- Search Meta ---------- */
.ge-search-meta__count {
    background: var(--ge-accent);
    color: #fff;
}

/* ---------- Offline ---------- */
.ge-offline__link {
    color: var(--ge-blue);
    font-weight: 800;
}

.ge-offline__link:hover {
    color: var(--ge-accent);
}

/* ---------- TravelCard Status Badge ---------- */
.tc-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid var(--ge-line);
    border-radius: 20px;
    background: var(--ge-surface-soft);
    color: var(--ge-muted);
    font-size: 14px;
    font-weight: 800;
}

.tc-status-badge strong {
    color: var(--ge-accent);
    font-variant-numeric: tabular-nums;
}

/* ---------- Intro Features & Steps ---------- */
.ge-intro__feat {
    background: var(--ge-surface-soft);
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
}

.ge-intro__steps li a {
    color: var(--ge-accent);
    font-weight: 800;
}

.ge-intro__steps li a:hover {
    color: var(--ge-accent-dark);
}

/* ---------- Dispatch Jump ---------- */
.ge-jump {
    background: var(--ge-bg);
}

.ge-jump__card {
    background: var(--ge-surface);
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    color: var(--ge-ink);
}

.ge-jump__card h1 {
    color: var(--ge-blue);
}

.ge-jump__msg {
    color: var(--ge-muted);
}

.ge-jump__wait a {
    color: var(--ge-accent);
    font-weight: 900;
}

.ge-jump__wait a:hover {
    color: var(--ge-accent-dark);
}

.ge-jump__wait em {
    color: var(--ge-muted);
    font-style: normal;
}

/* ---------- Feedback Form ---------- */
.ge-form {
    display: grid;
    gap: 18px;
    max-width: 100%;
    margin-top: 24px;
}

.ge-form label {
    display: grid;
    gap: 6px;
    color: var(--ge-ink);
    font-weight: 700;
    font-size: 14px;
}

.ge-form label span {
    color: var(--ge-blue);
}

.ge-form input[type="text"],
.ge-form input[type="email"],
.ge-form select,
.ge-form textarea {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-strong);
    color: var(--ge-ink);
    padding: 10px 14px;
    font-size: 15px;
    font-family: inherit;
}

.ge-form input:focus,
.ge-form select:focus,
.ge-form textarea:focus {
    border-color: var(--ge-accent);
    outline: none;
    outline: 3px solid rgba(180, 35, 42, .14);
    outline-offset: 0;
}

/* ---------- Service Country Cards ---------- */
.ge-service-country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
}

.ge-svc-country-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
    text-decoration: none;
    transition: border-color .15s, background .15s, transform .15s;
}

.ge-svc-country-card:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-strong);
    transform: translateY(-1px);
}

.ge-svc-country-card__flag {
    width: 48px;
    height: 32px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid var(--ge-line);
}

.ge-svc-country-card__iso {
    width: 48px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ge-line);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ge-svc-country-card__body {
    min-width: 0;
}

.ge-svc-country-card__name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--ge-blue);
    line-height: 1.3;
    margin-bottom: 4px;
}

.ge-svc-country-card__nums {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ge-svc-country-card__nums strong {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 6px;
    background: var(--ge-surface-soft);
    color: var(--ge-ink);
    font-family: ui-monospace, "SFMono-Regular", "Menlo", monospace;
    font-size: 14px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

/* ---------- Guides Panel ---------- */
.ge-guides.ge-panel .ge-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
}

.ge-guides.ge-panel .ge-list li {
    margin-bottom: 0;
}

.ge-guides.ge-panel .ge-list li a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
    color: var(--ge-blue);
    font-weight: 700;
    line-height: 1.45;
    transition: border-color .15s, background .15s, transform .15s;
}

.ge-guides.ge-panel .ge-list li a::before {
    content: "\2192";
    flex-shrink: 0;
    color: var(--ge-accent);
    font-weight: 900;
    font-size: 16px;
    line-height: 1.4;
}

.ge-guides.ge-panel .ge-list li a:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-strong);
    transform: translateY(-1px);
}

/* ---------- Travel Panel ---------- */
.ge-travel-panel {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
    padding: 28px;
}

@media (prefers-color-scheme: dark) {
    :root {
        --ge-bg: #0f1724;
        --ge-surface: #172033;
        --ge-surface-soft: #1d2a3e;
        --ge-surface-strong: #121b2b;
        --ge-topbar-bg: rgba(18, 27, 43, .96);
        --ge-hover-bg: #25344b;
        --ge-ink: #eef4ff;
        --ge-muted: #b7c3d4;
        --ge-placeholder: #94a3b8;
        --ge-line: #314157;
        --ge-line-soft: #26364e;
        --ge-line-strong: #40546f;
        --ge-blue: #d8e8ff;
        --ge-accent: #ff6b78;
        --ge-accent-dark: #ff8994;
        --ge-success: #7bd59b;
        --ge-shadow: none;
        --ge-shadow-soft: none;
    }

    html,
    body,
    .ge-body {
        background: var(--ge-bg);
    }

    .ge-home .ge-hero--directory,
    .ge-page__head--directory,
    .ge-country-record {
        background: var(--ge-surface);
    }

    .ge-search__dropdown {
        border: 1px solid var(--ge-line);
        background: var(--ge-surface-strong);
    }

    .ge-search__dropdown li a {
        color: var(--ge-ink);
    }

    .ge-search__dropdown li a:hover,
    .ge-search__dropdown li.is-active a {
        background: var(--ge-surface-soft);
        color: var(--ge-accent);
    }

    .ge-lang-menu a:hover,
    .ge-lang-menu a.is-active,
    .ge-search__btn,
    .ge-btn--primary,
    .ge-rail-action--primary,
    .ge-numitem__call {
        color: #111827 !important;
    }

    .ge-lang-menu a:hover,
    .ge-lang-menu a.is-active {
        background: var(--ge-accent);
        border-bottom-color: var(--ge-accent) !important;
    }

    .ge-card__flag-img,
    .ge-seo-focus__flag,
    .ge-svc-country-card__flag,
    .ge-country__flag-img {
        background: #fff;
    }

    .ge-numitem__copy.is-copied {
        border-color: #3d7650;
        background: #183421;
        color: #9ee2b1;
    }

    .ge-svc-country-card {
        border-color: var(--ge-line);
        background: var(--ge-surface);
    }

    .ge-svc-country-card:hover {
        border-color: var(--ge-line-strong);
        background: var(--ge-surface-strong);
    }

    .ge-svc-country-card__nums strong {
        background: var(--ge-surface-soft);
        color: var(--ge-ink);
    }

    .ge-guides.ge-panel .ge-list li a {
        border-color: var(--ge-line);
        background: var(--ge-surface);
        color: var(--ge-blue);
    }

    .ge-guides.ge-panel .ge-list li a:hover {
        border-color: var(--ge-line-strong);
        background: var(--ge-surface-strong);
        color: var(--ge-accent);
    }

    .ge-travel-panel {
        border-color: var(--ge-line);
        background: var(--ge-surface);
    }

    .ge-jump__card {
        background: var(--ge-surface);
        border: 1px solid var(--ge-line);
    }

    .tc-bottom-bar {
        color: #0f3158;
    }

    .tc-bottom-bar .ge-btn--ghost {
        border-color: rgba(15, 49, 88, .35);
        color: #0f3158;
        background: rgba(15, 49, 88, .06);
    }

    .tc-bottom-bar .ge-btn--ghost:hover {
        border-color: #0f3158;
        background: rgba(15, 49, 88, .12);
    }

    .tc-bottom-bar .ge-btn--primary:disabled {
        background: rgba(15, 49, 88, .18);
        border-color: rgba(15, 49, 88, .24);
        color: rgba(15, 49, 88, .60);
    }

    .ge-form input[type="text"],
    .ge-form input[type="email"],
    .ge-form select,
    .ge-form textarea {
        background: var(--ge-surface-soft);
        border: 1px solid var(--ge-line);
        color: var(--ge-ink);
    }

    .ge-form input:focus,
    .ge-form select:focus,
    .ge-form textarea:focus {
        border-color: var(--ge-accent);
        outline: 3px solid rgba(255, 107, 120, .18);
        outline-offset: 0;
    }
}

@media (max-width: 1024px) {
    .ge-home .ge-hero--directory {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ge-home .ge-hero__content {
        max-width: 850px;
    }

    .ge-hero-card {
        min-height: 0;
    }

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

    .ge-directory-layout,
    .ge-country-layout {
        grid-template-columns: 1fr;
    }

    .ge-country-layout {
        margin-top: 30px;
    }

    .ge-rail,
    .ge-country-side {
        position: static;
    }

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

    .ge-side-panel + .ge-side-panel {
        margin-top: 0;
    }

    .ge-az {
        position: static;
    }
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 68px;
    }

    .ge-topbar {
        height: 60px;
        padding-left: 14px;
        padding-right: 14px;
        gap: 8px;
    }

    .ge-logo {
        height: 30px;
        max-height: 30px;
        max-width: 100%;
    }

    .ge-brand {
        max-width: calc(100% - 104px);
    }

    .ge-nav {
        top: 60px;
        border-bottom-color: var(--ge-accent);
        background: var(--ge-surface-strong);
    }

    .ge-nav a {
        min-height: auto;
        padding: 15px 24px;
        border-bottom: 1px solid var(--ge-line);
        color: var(--ge-ink);
    }

    .ge-nav a.is-active {
        color: var(--ge-accent);
    }

    .ge-shell {
        width: 100%;
        max-width: 100%;
        padding: 18px 14px 56px;
        overflow-x: hidden;
    }

    .ge-home {
        width: 100%;
        padding-top: 0;
    }

    .ge-home .ge-hero--directory {
        width: 100%;
        max-width: 100%;
        padding-top: 26px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 22px;
        overflow: hidden;
    }

    .ge-home .ge-hero__title {
        font-size: 32px;
    }

    .ge-home .ge-hero__subtitle {
        font-size: 15px;
    }

    .ge-home .ge-directory-layout {
        width: 100%;
        max-width: 100%;
        margin-top: 18px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .ge-country-layout {
        margin-top: 24px;
        gap: 24px;
    }

    .ge-country-main {
        gap: 24px;
    }

    .ge-country-main > .ge-panel {
        padding-bottom: 28px;
    }

    .ge-panel,
    .ge-services,
    .ge-seo-focus,
    .ge-source,
    .ge-tips,
    .ge-faq,
    .ge-page__head,
    .ge-country-record,
    .ge-search-hero,
    .ge-directory-search {
        padding: 18px 16px;
    }

    .ge-page__title,
    .ge-search-hero__title {
        font-size: 29px;
    }

    .ge-section__title {
        font-size: 21px;
    }

    .ge-hero-card {
        padding: 16px;
    }

    .ge-home .ge-hero-card {
        display: none;
    }

    .ge-hero-card__header strong {
        font-size: 42px;
    }

    .ge-hero-card__services,
    .ge-services__grid,
    .ge-grid--cards,
    .ge-grid--countries,
    .ge-svc-grid,
    .ge-guide-grid,
    .ge-travel-panel,
    .ge-country-summary,
    .ge-service-country-grid,
    .ge-country-side {
        grid-template-columns: 1fr;
    }

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

    .ge-intent-chips {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .ge-intent-chips span {
        grid-column: 1 / -1;
    }

    .ge-intent-chips a {
        min-width: 0;
        text-align: center;
    }

    .ge-hero-card__meta {
        align-items: stretch;
        flex-direction: column;
    }

    .ge-hero-card__meta a {
        text-align: center;
    }

    .ge-seo-focus__item {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .ge-seo-focus__label {
        grid-column: 2;
        white-space: normal;
    }

    .ge-country-record {
        grid-template-columns: 1fr;
        overflow: hidden;
    }

    .ge-country-main .ge-section__title {
        font-size: 22px;
    }

    .ge-page__title,
    .ge-home .ge-hero__title,
    .ge-search-hero__title,
    .ge-section__title {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .ge-country-record__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ge-country-record__actions .ge-btn {
        width: 100%;
    }

    .ge-numitem {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ge-country-main .ge-numitem {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px 16px;
    }

    .ge-numitem__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .ge-numitem__call,
    .ge-numitem__copy {
        width: 100%;
        min-height: 46px;
    }

    .ge-source__item {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .ge-source__link {
        text-align: left;
    }

    .ge-search-page-form {
        grid-template-columns: 1fr;
    }

    .ge-search-page-form .ge-btn {
        width: 100%;
    }

    .ge-search-results {
        grid-template-columns: 1fr;
    }

    .ge-search-card {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .ge-search-card__body {
        min-width: 0;
        flex: 1 1 180px;
    }

    .ge-search-card__type {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ge-home .ge-search__wrap,
    .ge-directory-search .ge-search__wrap {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .ge-home .ge-search__btn,
    .ge-directory-search .ge-search__btn {
        grid-column: 1 / -1;
        width: 100%;
        border-radius: 0 0 var(--ge-radius) var(--ge-radius);
    }

    .ge-intent-chips a {
        flex: 1 1 auto;
        text-align: center;
    }

    .ge-numitem__actions {
        grid-template-columns: 1fr;
    }
}

/* =====================================================================
   v0.dev final overrides for requested sections (v3.3 EOF)
   ===================================================================== */
.ge-section-head {
    align-items: flex-start;
    justify-content: space-between;
}

.ge-section-head--row {
    flex-direction: row;
    align-items: flex-start;
}

.ge-section__title {
    position: relative;
    padding-left: 16px;
    text-wrap: balance;
}

.ge-section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: .18em;
    width: 5px;
    height: 1.15em;
    border-radius: 999px;
    background: var(--ge-accent);
}

.ge-travel-panel .ge-section__title {
    padding-left: 0;
}

.ge-travel-panel .ge-section__title::before {
    content: none;
}

.ge-section-head__action,
.ge-guide-list__cta,
.ge-seo-focus__label,
.ge-country-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ge-seo-focus__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ge-seo-focus__item {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 12px 16px;
    border-color: transparent;
}

.ge-seo-focus__iso {
    width: 36px;
    height: 36px;
    border: 1px solid var(--ge-line);
    border-radius: 8px;
    background: var(--ge-surface);
    color: var(--ge-muted);
    font-size: 11px;
    line-height: 1;
}

.ge-seo-focus__name {
    color: var(--ge-ink);
    font-size: 15px;
    font-weight: 900;
}

.ge-seo-focus__label {
    color: var(--ge-accent);
    font-size: 12px;
    font-weight: 900;
}

.ge-seo-focus__item:hover .ge-seo-focus__name {
    color: var(--ge-accent);
}

.ge-guides.ge-panel .ge-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ge-guides.ge-panel .ge-list li,
.ge-guide-list__link {
    min-width: 0;
    height: 100%;
}

.ge-guides.ge-panel .ge-list li a.ge-guide-list__link {
    min-height: 164px;
    padding: 20px;
}

.ge-guide-list__body {
    flex: 1 1 auto;
}

.ge-guide-list__title {
    text-wrap: balance;
}

.ge-guide-list__cta {
    color: var(--ge-accent);
    font-size: 14px;
    font-weight: 900;
}

.ge-country-main > .ge-faq.ge-panel {
    padding: 32px;
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
}

.ge-country-main > .ge-faq.ge-panel > .ge-section__title {
    margin-bottom: 46px;
    font-size: 28px;
}

.ge-faq__list {
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
    overflow: hidden;
}

.ge-country-main .ge-faq__item {
    border-bottom: 1px solid var(--ge-line);
}

.ge-country-main .ge-faq__item:last-child {
    border-bottom: 0;
}

.ge-faq__q {
    min-height: 64px;
    padding: 20px 28px;
    background: var(--ge-surface);
    color: var(--ge-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.ge-faq__chevron {
    color: var(--ge-accent);
    transition: transform .18s ease;
}

.ge-faq__q[aria-expanded="true"] .ge-faq__chevron {
    transform: rotate(180deg);
}

.ge-faq__a.is-open {
    display: block;
    background: var(--ge-surface-soft);
}

.ge-faq__a-inner {
    padding: 0 28px 24px;
    color: var(--ge-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ge-country-cta {
    padding: 32px;
    border: 1px solid rgba(39, 63, 97, .20);
    border-radius: 16px;
    background: var(--ge-navy);
    color: #fff;
}

.ge-country-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    text-wrap: balance;
}

.ge-country-cta p {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.75;
}

.ge-country-cta__link {
    min-height: 48px;
    margin-top: 26px;
    padding: 0 22px;
    border-radius: 14px;
    background: #fff;
    color: var(--ge-navy);
    font-weight: 900;
}

.ge-country-cta__link:hover {
    background: rgba(255, 255, 255, .92);
    color: var(--ge-navy);
}

@media (max-width: 1024px) {
    .ge-seo-focus__grid,
    .ge-guides.ge-panel .ge-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ge-section-head--row {
        flex-direction: column;
    }

    .ge-seo-focus__grid,
    .ge-guides.ge-panel .ge-list {
        grid-template-columns: 1fr;
    }

    .ge-seo-focus__item {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .ge-seo-focus__label {
        grid-column: 2;
        justify-self: start;
    }

    .ge-country-main > .ge-faq.ge-panel {
        padding: 24px 16px;
    }

    .ge-country-main > .ge-faq.ge-panel > .ge-section__title {
        margin-bottom: 28px;
        font-size: 24px;
    }

    .ge-faq__q {
        padding: 18px 16px;
        font-size: 16px;
    }

    .ge-faq__a-inner {
        padding: 0 16px 20px;
        font-size: 15px;
    }

    .ge-country-cta {
        padding: 24px 18px;
    }

    .ge-country-cta h2 {
        font-size: 22px;
    }
}

/* =====================================================================
   v0.dev absolute final override (v3.1)
   Keep this block at EOF so older experimental themes cannot override it.
   ===================================================================== */
.ge-home .ge-hero--directory {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}

.ge-home .ge-hero__content {
    max-width: none !important;
    padding-top: 0 !important;
}

.ge-home .ge-kicker,
.ge-kicker,
.ge-page__head .ge-kicker,
.ge-country-record .ge-kicker,
.ge-search-hero .ge-kicker {
    margin-bottom: 12px !important;
    color: var(--ge-accent) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .18em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

.ge-home .ge-hero__title,
.ge-hero__title {
    max-width: none !important;
    margin: 0 0 16px !important;
    color: var(--ge-ink) !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}

.ge-home .ge-hero__subtitle {
    max-width: 576px !important;
    margin-bottom: 28px !important;
    color: var(--ge-muted) !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
}

.ge-home .ge-hero__search {
    max-width: none !important;
    margin-bottom: 16px !important;
}

.ge-home .ge-search__wrap,
.ge-search__wrap {
    min-height: 58px !important;
    border-width: 2px !important;
    border-color: var(--ge-accent) !important;
    border-radius: 16px !important;
    background: var(--ge-surface) !important;
    box-shadow: 0 10px 30px -18px rgba(180, 35, 42, .5) !important;
}

.ge-home .ge-search__input {
    min-height: 56px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    font-size: 16px !important;
}

.ge-home .ge-search__btn {
    min-height: 56px !important;
    min-width: 104px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    font-size: 14px !important;
}

.ge-home .ge-hero__actions {
    margin-top: 24px !important;
    gap: 12px !important;
}

.ge-home .ge-hero__actions .ge-btn {
    min-height: 48px !important;
    padding: 12px 20px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
}

.ge-hero-card {
    width: auto !important;
    min-height: 0 !important;
    padding: 24px !important;
    border: 1px solid var(--ge-line) !important;
    border-radius: 16px !important;
    background: var(--ge-surface) !important;
    box-shadow: 0 18px 40px -28px rgba(15, 49, 88, .45) !important;
}

.ge-hero-card__header span,
.ge-hero-card__header em,
.ge-hero-card__meta span {
    color: var(--ge-muted) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.ge-hero-card__header strong {
    margin-top: 4px !important;
    color: var(--ge-accent) !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

.ge-hero-card__services {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    margin-top: 20px !important;
}

.ge-hero-card .ge-hero-card__services a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 52px !important;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: var(--ge-navy) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.ge-hero-card .ge-hero-card__services a:hover {
    background: var(--ge-hover-bg) !important;
    color: var(--ge-accent) !important;
}

.ge-hero-card__service-icon {
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    border-radius: 8px !important;
    background: var(--ge-hover-bg) !important;
    color: var(--ge-accent) !important;
}

.ge-hero-card__service-icon svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
}

.ge-hero-card__meta {
    margin-top: 20px !important;
    padding-top: 16px !important;
    border-top: 1px solid var(--ge-line) !important;
}

.ge-hero-card__meta a {
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.ge-services.ge-panel {
    padding: 32px !important;
    border-radius: 16px !important;
}

.ge-services .ge-section-head {
    margin-bottom: 24px !important;
}

.ge-services__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.ge-services__grid .ge-service {
    min-height: 146px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 24px 12px !important;
    border: 1px solid var(--ge-line) !important;
    border-radius: 12px !important;
    background: var(--ge-surface-soft) !important;
    color: var(--ge-navy) !important;
    text-align: center !important;
    box-shadow: none !important;
}

.ge-services__grid .ge-service:hover {
    border-color: rgba(180, 35, 42, .40) !important;
    background: var(--ge-hover-bg) !important;
    color: var(--ge-accent) !important;
}

.ge-service__icon-wrap {
    width: 48px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    border: 1px solid var(--ge-line) !important;
    border-radius: 12px !important;
    background: var(--ge-surface) !important;
    color: var(--ge-accent) !important;
}

.ge-service__icon-wrap svg {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
}

.ge-service__name {
    color: var(--ge-navy) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

.ge-services__grid .ge-service:hover .ge-service__name {
    color: var(--ge-accent) !important;
}

.ge-country-record {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 24px !important;
    padding: 32px !important;
    border-radius: 16px !important;
}

.ge-country-record__flag {
    width: 96px !important;
    min-width: 96px !important;
    border-radius: 10px !important;
}

.ge-country-record .ge-page__title {
    max-width: 860px !important;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

.ge-country-record .ge-page__sub {
    max-width: 672px !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.ge-country-summary {
    margin-top: 20px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.ge-country-summary__item {
    min-height: 78px !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    background: var(--ge-surface-soft) !important;
}

.ge-country-record__actions {
    margin-top: 24px !important;
    gap: 12px !important;
}

.ge-country-record__actions .ge-btn {
    min-height: 48px !important;
    padding: 12px 20px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
}

.ge-country-layout {
    margin-top: 24px !important;
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 24px !important;
}

.ge-side-panel {
    padding: 20px !important;
    border-radius: 16px !important;
}

.ge-country-main {
    gap: 24px !important;
}

.ge-country-main > .ge-panel {
    padding: 32px !important;
    border-radius: 16px !important;
}

.ge-country-main .ge-section__title {
    font-size: 24px !important;
    font-weight: 800 !important;
}

.ge-number-records {
    gap: 12px !important;
}

.ge-number-records .ge-numrecord {
    padding: 20px !important;
    border-radius: 12px !important;
    background: var(--ge-surface-soft) !important;
}

.ge-numrecord__service {
    padding: 0 !important;
    background: transparent !important;
}

.ge-numrecord__list {
    background: transparent !important;
}

.ge-country-main .ge-numitem,
.ge-numitem {
    margin-top: 16px !important;
    padding: 0 !important;
    border-top: 0 !important;
}

.ge-numitem + .ge-numitem {
    padding-top: 16px !important;
    border-top: 1px solid var(--ge-line) !important;
}

.ge-numitem__number {
    color: var(--ge-accent) !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

.ge-numrecord--compact .ge-numitem__number,
.ge-numitem--compact .ge-numitem__number {
    font-size: 24px !important;
}

@media (max-width: 1024px) {
    .ge-home .ge-hero--directory,
    .ge-country-layout {
        grid-template-columns: 1fr !important;
    }

    .ge-services__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .ge-home .ge-hero--directory {
        padding-top: 28px !important;
        padding-bottom: 22px !important;
    }

    .ge-home .ge-hero__title,
    .ge-hero__title {
        font-size: 36px !important;
    }

    .ge-home .ge-hero__subtitle {
        font-size: 16px !important;
    }

    .ge-services__grid {
        grid-template-columns: 1fr !important;
    }

    .ge-country-record {
        flex-direction: column !important;
        padding: 24px 16px !important;
    }

    .ge-country-record .ge-page__title {
        font-size: 32px !important;
    }

    .ge-country-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ge-country-record__actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .ge-country-record__actions .ge-btn {
        width: 100% !important;
    }

    .ge-country-main > .ge-panel,
    .ge-services.ge-panel {
        padding: 24px 16px !important;
    }
}

@media (max-width: 480px) {
    .ge-country-summary {
        grid-template-columns: 1fr !important;
    }
}

/* =====================================================================
   v0.dev exactness pass (v3.1)
   Tightens the sections the demo defines explicitly.
   ===================================================================== */
.ge-home .ge-hero--directory {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    padding: 56px 0;
}

.ge-home .ge-hero__content {
    max-width: none;
}

.ge-kicker,
.ge-home .ge-kicker,
.ge-page__head .ge-kicker,
.ge-country-record .ge-kicker,
.ge-search-hero .ge-kicker {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.35;
}

.ge-home .ge-hero__title,
.ge-hero__title {
    max-width: none;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
}

.ge-home .ge-hero__subtitle {
    max-width: 576px;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.65;
}

.ge-home .ge-hero__search {
    max-width: none;
    margin-bottom: 16px;
}

.ge-search__wrap,
.ge-home .ge-search__wrap {
    min-height: 58px;
    border-width: 2px;
    border-radius: 16px;
    box-shadow: 0 10px 30px -18px rgba(180, 35, 42, .5);
}

.ge-home .ge-search__input {
    min-height: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
}

.ge-home .ge-search__btn {
    min-height: 56px;
    min-width: 104px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 14px;
}

.ge-home .ge-hero__actions {
    margin-top: 24px;
    gap: 12px;
}

.ge-home .ge-hero__actions .ge-btn {
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
}

.ge-hero-card {
    min-height: 0;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 18px 40px -28px rgba(15, 49, 88, .45);
}

.ge-hero-card__header {
    gap: 4px;
}

.ge-hero-card__header span,
.ge-hero-card__header em,
.ge-hero-card__meta span {
    font-size: 14px;
    font-weight: 600;
}

.ge-hero-card__header strong {
    margin-top: 4px;
    color: var(--ge-accent);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.ge-hero-card__services {
    gap: 4px;
    margin-top: 20px;
}

.ge-hero-card__services a {
    display: flex;
    grid-template-columns: none;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--ge-navy);
    font-size: 14px;
    font-weight: 600;
}

.ge-hero-card__services a:hover {
    border: 0;
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-hero-card__service-icon,
.ge-service__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.ge-hero-card__service-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-hero-card__service-icon svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
}

.ge-hero-card__meta {
    margin-top: 20px;
    padding-top: 16px;
}

.ge-hero-card__meta a {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}

.ge-home-sections {
    gap: 24px;
}

.ge-services.ge-panel,
.ge-featured.ge-panel,
.ge-seo-focus.ge-panel,
.ge-guides.ge-panel,
.ge-intro.ge-panel {
    padding: 32px;
    border-radius: 16px;
}

.ge-services .ge-section-head,
.ge-featured .ge-section-head,
.ge-seo-focus .ge-section-head,
.ge-guides .ge-section-head {
    margin-bottom: 24px;
}

.ge-services__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.ge-service {
    min-height: 146px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 24px 12px;
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-surface-soft);
    color: var(--ge-navy);
    text-align: center;
}

.ge-service:hover {
    border-color: rgba(180, 35, 42, .40);
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-service__icon-wrap {
    width: 48px;
    height: 48px;
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-surface);
    color: var(--ge-accent);
}

.ge-service__icon-wrap svg {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
}

.ge-service__name {
    color: var(--ge-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.ge-service:hover .ge-service__name {
    color: var(--ge-accent);
}

.ge-country-record {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 32px;
    border-radius: 16px;
}

.ge-country-record__flag {
    width: 96px;
    min-width: 96px;
    border-radius: 10px;
}

.ge-country__flag-iso {
    color: var(--ge-navy);
    font-size: 24px;
    font-weight: 800;
}

.ge-country-record .ge-page__title {
    max-width: 860px;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.ge-country-record .ge-page__sub {
    max-width: 672px;
    font-size: 16px;
    line-height: 1.65;
}

.ge-country-summary {
    margin-top: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ge-country-summary__item {
    min-height: 78px;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--ge-surface-soft);
}

.ge-country-summary__item span {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
}

.ge-country-summary__item strong {
    color: var(--ge-ink);
    font-size: 14px;
    font-weight: 800;
}

.ge-country-record__actions {
    margin-top: 24px;
    gap: 12px;
}

.ge-country-record__actions .ge-btn {
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
}

.ge-country-layout {
    margin-top: 24px;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
}

.ge-side-panel {
    padding: 20px;
    border-radius: 16px;
}

.ge-side-panel h2 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
}

.ge-side-panel a {
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--ge-muted);
    font-size: 14px;
    font-weight: 600;
}

.ge-side-panel a:first-of-type {
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-side-panel--travel p,
.ge-side-panel .ge-check-list li {
    color: var(--ge-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ge-country-main {
    gap: 24px;
}

.ge-country-main > .ge-panel {
    padding: 32px;
    border-radius: 16px;
}

.ge-country-main .ge-section__title {
    font-size: 24px;
    font-weight: 800;
}

.ge-country-main .ge-section-head {
    margin-bottom: 24px;
}

.ge-number-records {
    gap: 12px;
}

.ge-numrecord {
    padding: 20px;
    border-radius: 12px;
    background: var(--ge-surface-soft);
}

.ge-numrecord__service {
    padding: 0;
    background: transparent;
}

.ge-numrecord__service h3,
.ge-numrecord__service h3 a {
    color: var(--ge-ink);
    font-size: 16px;
    font-weight: 800;
}

.ge-numrecord__service svg {
    width: 20px !important;
    height: 20px !important;
}

.ge-numrecord__list {
    background: transparent;
}

.ge-numitem,
.ge-country-main .ge-numitem {
    margin-top: 16px;
    padding: 0;
    border-top: 0;
}

.ge-numitem + .ge-numitem {
    padding-top: 16px;
    border-top: 1px solid var(--ge-line);
}

.ge-numitem__number {
    color: var(--ge-accent);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.ge-numrecord--compact .ge-numitem__number,
.ge-numitem--compact .ge-numitem__number {
    font-size: 24px;
}

.ge-numitem__desc {
    margin-top: 8px;
    font-size: 14px;
}

.ge-numitem__actions {
    gap: 8px;
}

.ge-numitem__call,
.ge-numitem__copy {
    min-height: 40px;
    min-width: 0;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 14px;
}

.ge-source__list {
    border-radius: 12px;
}

.ge-source__item {
    padding: 16px 20px;
}

.ge-faq__list {
    border-radius: 12px;
}

.ge-faq__q {
    padding: 18px 20px;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .ge-home .ge-hero--directory {
        grid-template-columns: 1fr;
    }

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

    .ge-country-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ge-home .ge-hero--directory {
        padding: 28px 0 22px;
    }

    .ge-home .ge-hero__title,
    .ge-hero__title {
        font-size: 36px;
    }

    .ge-home .ge-hero__subtitle {
        font-size: 16px;
    }

    .ge-services__grid {
        grid-template-columns: 1fr;
    }

    .ge-services.ge-panel,
    .ge-featured.ge-panel,
    .ge-seo-focus.ge-panel,
    .ge-guides.ge-panel,
    .ge-intro.ge-panel,
    .ge-country-main > .ge-panel {
        padding: 24px 16px;
    }

    .ge-country-record {
        flex-direction: column;
        padding: 24px 16px;
    }

    .ge-country-record .ge-page__title {
        font-size: 32px;
    }

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

    .ge-country-record__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ge-country-record__actions .ge-btn {
        width: 100%;
    }

    .ge-numitem__number {
        font-size: 42px;
    }
}

@media (max-width: 480px) {
    .ge-country-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 340px) {
    .ge-country-summary {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =====================================================================
   Sogou-inspired red directory theme (v2.6)
   ===================================================================== */
:root {
    color-scheme: light;
    --ge-bg: #f5f7fb;
    --ge-surface: #ffffff;
    --ge-surface-soft: #fafbfe;
    --ge-surface-strong: #ffffff;
    --ge-topbar-bg: transparent;
    --ge-hover-bg: #fff4f4;
    --ge-ink: #242424;
    --ge-muted: #697282;
    --ge-placeholder: #8e97a6;
    --ge-line: rgba(3, 23, 77, .10);
    --ge-line-soft: rgba(3, 23, 77, .07);
    --ge-line-strong: rgba(3, 23, 77, .18);
    --ge-blue: #344058;
    --ge-accent: #b4232a;
    --ge-accent-dark: #8f1b21;
    --ge-success: #146c43;
    --ge-radius: 8px;
    --ge-shadow: 0 4px 8px rgba(3, 23, 77, .04);
    --ge-shadow-soft: 0 8px 18px rgba(3, 23, 77, .08);
}

html {
    scroll-padding-top: 24px;
}

html,
body,
.ge-body {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(245, 247, 251, .97) 220px),
        var(--ge-bg);
    color: var(--ge-ink);
    font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

a {
    color: var(--ge-blue);
}

a:hover {
    color: var(--ge-accent);
}

.ge-skip {
    background: var(--ge-accent);
    color: #fff;
}

.ge-topbar {
    position: static !important;
    top: auto !important;
    width: min(1200px, calc(100% - 32px));
    max-width: 1200px;
    height: 72px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    gap: 22px;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.ge-brand {
    min-width: 174px;
}

.ge-logo {
    width: 174px;
    height: auto;
    max-height: none;
}

.ge-nav {
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    min-width: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ge-nav a {
    min-height: 36px;
    padding: 0 13px;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 7px;
    background: transparent;
    color: #3f4857;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: background .18s ease, color .18s ease;
}

.ge-nav a:hover,
.ge-nav a.is-active {
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-lang-btn,
.ge-nav-toggle {
    border: 1px solid var(--ge-line);
    border-radius: 10px;
    background: var(--ge-surface);
    color: #485264;
    box-shadow: var(--ge-shadow);
}

.ge-lang-btn:hover,
.ge-lang-btn.is-open,
.ge-nav-toggle:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-soft);
    color: var(--ge-accent);
}

.ge-lang-menu__inner {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
    box-shadow: var(--ge-shadow-soft);
}

.ge-lang-menu a {
    color: var(--ge-ink);
}

.ge-lang-menu a:hover,
.ge-lang-menu a.is-active {
    background: var(--ge-accent) !important;
    border-bottom-color: var(--ge-accent) !important;
    color: #fff !important;
}

.ge-shell {
    width: min(1200px, calc(100% - 32px));
    padding: 26px 0 72px;
}

.ge-home {
    width: 100%;
}

.ge-home .ge-hero--directory {
    width: 100%;
    max-width: 1200px;
    margin: 8px auto 0;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 380px);
    gap: 32px;
    padding: 22px 0 12px;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    color: var(--ge-ink);
}

.ge-home .ge-hero__content {
    max-width: 820px;
}

.ge-home .ge-hero__title {
    max-width: 760px;
    margin: 0 0 13px;
    color: #20242b;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.12;
}

.ge-home .ge-hero__subtitle {
    max-width: 690px;
    margin: 0 0 20px;
    color: var(--ge-muted);
    font-size: 16px;
    line-height: 1.72;
}

.ge-kicker,
.ge-home .ge-kicker,
.ge-page__head .ge-kicker,
.ge-country-record .ge-kicker,
.ge-search-hero .ge-kicker {
    margin-bottom: 9px;
    color: var(--ge-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
}

.ge-home .ge-hero__search {
    max-width: 800px;
    margin-bottom: 12px;
}

.ge-search__wrap,
.ge-home .ge-search__wrap,
.ge-search-page-form .ge-search__wrap,
.ge-directory-search .ge-search__wrap,
.tc-picker-search .ge-search__wrap {
    min-width: 0;
    min-height: 56px;
    overflow: hidden;
    border: 3px solid var(--ge-accent);
    border-radius: 16px;
    background: var(--ge-surface);
    box-shadow: 0 5px 14px rgba(180, 35, 42, .09);
}

.ge-search__wrap:focus-within {
    border-color: var(--ge-accent-dark);
    outline: 0;
    box-shadow: 0 0 0 5px rgba(180, 35, 42, .10);
}

.ge-search__icon {
    color: var(--ge-accent);
}

.ge-search__input {
    min-height: 50px;
    color: var(--ge-ink);
    font-size: 18px;
}

.ge-search__input::placeholder {
    color: var(--ge-placeholder);
}

.ge-search__btn {
    align-self: stretch;
    min-width: 112px;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-left: 1px solid rgba(180, 35, 42, .18);
    border-radius: 0;
    background: #fff;
    color: var(--ge-accent);
    font-size: 18px;
    font-weight: 900;
}

.ge-search__btn:hover {
    background: var(--ge-accent);
    color: #fff;
}

.ge-btn,
.ge-rail-action,
.ge-numitem__call,
.ge-numitem__copy {
    border-radius: 8px;
    font-weight: 900;
    transition: transform .16s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ge-btn--primary,
.ge-rail-action--primary,
.ge-numitem__call,
.tc-bottom-bar .ge-btn--primary {
    border-color: var(--ge-accent);
    background: var(--ge-accent);
    color: #fff;
}

.ge-btn--primary:hover,
.ge-rail-action--primary:hover,
.ge-numitem__call:hover,
.tc-bottom-bar .ge-btn--primary:hover {
    border-color: var(--ge-accent-dark);
    background: var(--ge-accent-dark);
    color: #fff;
}

.ge-btn--ghost,
.ge-home .ge-hero .ge-btn--ghost,
.ge-home .ge-btn--ghost,
.ge-rail-action,
.ge-numitem__copy {
    border: 1px solid var(--ge-line);
    background: #fff;
    color: #3f4b60;
}

.ge-btn--ghost:hover,
.ge-home .ge-hero .ge-btn--ghost:hover,
.ge-home .ge-btn--ghost:hover,
.ge-rail-action:hover,
.ge-numitem__copy:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-soft);
    color: var(--ge-accent);
}

.ge-intent-chips {
    gap: 8px;
    margin-top: 12px;
}

.ge-home .ge-intent-chips span {
    color: var(--ge-muted);
    font-weight: 700;
}

.ge-home .ge-intent-chips a {
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    color: #495468;
    font-weight: 800;
}

.ge-home .ge-intent-chips a:hover {
    border-color: var(--ge-line);
    background: var(--ge-surface);
    color: var(--ge-accent);
}

.ge-hero__actions,
.ge-home .ge-hero__actions,
.ge-country-record__actions {
    gap: 10px;
    margin-top: 18px;
}

.ge-detect {
    color: var(--ge-muted);
}

.ge-panel,
.ge-services,
.ge-seo-focus,
.ge-source,
.ge-tips,
.ge-faq,
.ge-page__head,
.ge-page__head--directory,
.ge-country-record,
.ge-search-hero,
.ge-guide-detail,
.ge-article__body,
.ge-directory-search,
.ge-rail,
.ge-side-panel,
.ge-hero-card,
.ge-card,
.ge-svc-card,
.ge-guide-card,
.ge-search-card,
.ge-listitem,
.ge-numrecord,
.ge-service,
.ge-seo-focus__item,
.ge-country-summary__item,
.ge-svc-country-card,
.tc-card,
.ge-travel-panel,
.ge-form,
.ge-empty-state,
.ge-service-record__stats span {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
    box-shadow: var(--ge-shadow);
}

.ge-panel,
.ge-services,
.ge-seo-focus,
.ge-source,
.ge-tips,
.ge-faq,
.ge-page__head,
.ge-country-record,
.ge-search-hero,
.ge-travel-panel {
    padding: 24px;
}

.ge-hero-card {
    min-height: 330px;
    padding: 18px;
}

.ge-hero-card__header strong {
    color: var(--ge-accent);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 50px;
}

.ge-hero-card__header span,
.ge-hero-card__header em,
.ge-hero-card__meta span,
.ge-section-head p,
.ge-page__sub,
.ge-guide-detail__summary,
.ge-search-card__sub,
.ge-guide-card__summary,
.ge-svc-card__desc,
.ge-numitem__desc,
.ge-disclaimer,
.ge-copy {
    color: var(--ge-muted);
}

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

.ge-hero-card__services a,
.ge-service,
.ge-seo-focus__item,
.ge-guides.ge-panel .ge-list li a {
    border-color: transparent;
    background: var(--ge-surface-soft);
    color: #344058;
}

.ge-hero-card__services a:hover,
.ge-service:hover,
.ge-seo-focus__item:hover,
.ge-guides.ge-panel .ge-list li a:hover,
.ge-card:hover,
.ge-svc-card:hover,
.ge-guide-card:hover,
.ge-search-card:hover,
.ge-listitem:hover,
.ge-svc-country-card:hover,
.tc-card:hover {
    border-color: var(--ge-line-strong);
    background: #fff;
    color: var(--ge-accent);
    box-shadow: var(--ge-shadow-soft);
    transform: translateY(-1px);
}

.ge-hero-card__services svg,
.ge-service svg,
.ge-service > svg,
.ge-numrecord__service svg,
.ge-service-record__icon {
    color: var(--ge-accent);
}

.ge-hero-card__meta {
    border-top: 1px solid var(--ge-line);
}

.ge-hero-card__meta a {
    border: 1px solid var(--ge-accent);
    border-radius: 7px;
    background: var(--ge-accent);
    color: #fff;
}

.ge-home .ge-directory-layout {
    width: 100%;
    max-width: 1200px;
    margin: 34px auto 0;
}

.ge-directory-layout,
.ge-country-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
}

.ge-directory-main,
.ge-country-main {
    gap: 18px;
}

.ge-rail,
.ge-side-panel {
    padding: 15px;
}

.ge-rail h2,
.ge-side-panel h2 {
    color: #20242b;
    font-size: 16px;
}

.ge-rail a,
.ge-side-panel a {
    border-radius: 7px;
    color: #4b5669;
}

.ge-rail a:hover,
.ge-side-panel a:hover,
.ge-side-panel a:first-of-type,
.ge-side-panel a.is-active {
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-rail-check {
    border-top: 1px solid var(--ge-line);
}

.ge-rail-check h3,
.ge-section__title,
.ge-page__title,
.ge-search-hero__title,
.ge-guide-detail__title,
.ge-card .ge-card__name,
.ge-svc-card__name,
.ge-guide-card__title,
.ge-search-card__name,
.ge-listitem__name,
.ge-service-record__stats strong,
.ge-country-summary__item strong {
    color: #20242b;
}

.ge-rail-check li {
    color: var(--ge-muted);
}

.ge-rail-check li::before {
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-section-head {
    margin-bottom: 16px;
    padding-bottom: 0;
}

.ge-section__title {
    position: relative;
    padding-left: 13px;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.3;
}

.ge-section__title::before,
.ge-az__letter::before {
    content: "";
    position: absolute;
    left: 0;
    top: .22em;
    width: 4px;
    height: 1.05em;
    border-radius: 3px;
    background: var(--ge-accent);
}

.ge-section-head a,
.ge-source__link,
.ge-svc-card__cta,
.ge-guide-card__cta,
.ge-intro__steps li a {
    color: var(--ge-accent);
}

.ge-section-head a:hover,
.ge-source__link:hover,
.ge-svc-card__cta:hover,
.ge-guide-card__cta:hover,
.ge-intro__steps li a:hover {
    color: var(--ge-accent-dark);
}

.ge-services__grid {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 10px;
}

.ge-service {
    min-height: 88px;
    padding: 14px 10px;
    text-align: center;
}

.ge-grid {
    gap: 10px;
}

.ge-grid--cards,
.ge-grid--countries {
    grid-template-columns: repeat(auto-fill, minmax(164px, 1fr));
}

.ge-card {
    position: relative;
    min-height: 132px;
    padding: 16px 14px 14px;
    overflow: hidden;
}

.ge-grid--countries .ge-card,
.ge-grid--cards .ge-card {
    min-height: 132px;
}

.ge-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: transparent;
}

.ge-card:hover::before {
    background: var(--ge-accent);
}

.ge-card__flag,
.ge-seo-focus__iso,
.ge-svc-country-card__iso,
.ge-country__flag-iso {
    background: transparent;
    color: #4c576a;
}

.ge-card__flag-img,
.ge-seo-focus__flag,
.ge-svc-country-card__flag,
.ge-country__flag-img {
    background: #fff;
}

.ge-card .ge-card__name {
    font-size: 16px;
    font-weight: 900;
}

.ge-card:hover .ge-card__name,
.ge-svc-card:hover .ge-svc-card__name,
.ge-guide-card:hover .ge-guide-card__title,
.ge-search-card:hover .ge-search-card__name,
.ge-listitem:hover .ge-listitem__name {
    color: var(--ge-accent);
}

.ge-card .ge-card__sub,
.ge-seo-focus__label {
    color: var(--ge-muted);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.ge-page__head {
    margin-bottom: 14px;
}

.ge-page__title {
    font-size: clamp(30px, 3.4vw, 40px);
    line-height: 1.16;
    font-weight: 900;
}

.ge-page__meta {
    border: 1px solid var(--ge-line);
    border-radius: 7px;
    background: var(--ge-surface-soft);
    color: var(--ge-muted);
}

.ge-page__meta strong {
    color: var(--ge-accent);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.ge-bread {
    color: var(--ge-muted);
}

.ge-bread a {
    color: #445065;
    font-weight: 800;
}

.ge-directory-search {
    margin: 0 0 14px;
    padding: 14px;
}

.ge-directory-search .ge-search__label,
.ge-search-page-form .ge-search__label {
    color: #374253;
    font-weight: 900;
}

.ge-directory-search .ge-search__wrap,
.ge-search-page-form .ge-search__wrap,
.tc-picker-search .ge-search__wrap {
    min-height: 50px;
    border-width: 2px;
    border-radius: 13px;
}

.ge-directory-search .ge-search__input,
.ge-search-page-form .ge-search__input,
.tc-picker-search .ge-search__input {
    min-height: 46px;
    font-size: 16px;
}

.ge-directory-search .ge-search__btn,
.ge-search-page-form .ge-search__btn {
    min-width: 92px;
    font-size: 16px;
}

.ge-az {
    position: static;
    gap: 8px;
    margin-bottom: 14px;
    padding: 10px;
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
    box-shadow: var(--ge-shadow);
}

.ge-az a {
    min-width: 32px;
    height: 30px;
    padding: 0 10px;
    border-radius: 7px;
    background: transparent;
    color: #4b5669;
    font-weight: 900;
}

.ge-az a:hover,
.ge-az a.is-active {
    background: var(--ge-accent);
    color: #fff;
}

.ge-az__letter {
    position: relative;
    margin-bottom: 15px;
    padding-left: 14px;
    border-bottom: 0;
    color: #20242b;
    font-size: 22px;
}

.ge-country-record {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 22px;
    padding: 24px;
}



.ge-country-summary {
    gap: 10px;
}

.ge-country-summary__item {
    min-height: 74px;
    padding: 12px;
}

.ge-country-main > .ge-panel {
    padding: 24px;
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
    box-shadow: var(--ge-shadow);
}

.ge-country-main > .ge-panel + .ge-panel {
    margin-top: 0;
}

.ge-country-main .ge-section__title {
    font-size: 22px;
}

.ge-numrecord {
    overflow: hidden;
}

.ge-numrecord__service {
    padding: 13px 16px;
    border-bottom: 1px solid var(--ge-line);
    background: linear-gradient(180deg, #fff, #fbfcff);
}

.ge-numrecord__service h3,
.ge-numrecord__service h3 a {
    color: #20242b;
}

.ge-numrecord__list {
    background: #fff;
}

.ge-numitem {
    padding: 16px;
    border-top: 1px solid var(--ge-line-soft);
}

.ge-numitem__number,
.ge-source__number,
.tc-svc__num {
    color: var(--ge-accent);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-variant-numeric: tabular-nums;
}

.ge-numitem__number:hover {
    color: var(--ge-accent-dark);
}

.ge-source__list,
.ge-faq__list {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: #fff;
    overflow: hidden;
}

.ge-source__item {
    padding: 12px 14px;
    border-top: 1px solid var(--ge-line-soft);
    background: #fff;
}

.ge-source__item:first-child {
    padding-top: 12px;
    border-top: 0;
}

.ge-source__service {
    color: #20242b;
    font-weight: 900;
}

.ge-tips__body {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface-soft);
    color: var(--ge-muted);
}

.ge-faq__q {
    background: #fff;
    color: #20242b;
    font-weight: 900;
}

.ge-faq__q:hover,
.ge-faq__q[aria-expanded="true"] {
    color: var(--ge-accent);
}

.ge-search-card__icon,
.ge-svc-card__icon-wrap,
.ge-svc-card__count,
.ge-listitem__nums strong,
.ge-service-record__icon,
.ge-service-record__stats span,
.tc-status-badge {
    border: 1px solid var(--ge-line);
    background: var(--ge-surface-soft);
    color: #344058;
}

.ge-service-record__icon {
    box-shadow: none;
}

.ge-guide-detail__head,
.ge-guide-detail__body {
    background: var(--ge-surface);
}

.ge-guide-detail__body h2,
.ge-guide-detail__body h3,
.ge-guide-detail__body strong {
    color: #20242b;
}

.ge-guide-detail__body code {
    background: var(--ge-surface-soft);
    color: var(--ge-accent);
}

.ge-form input[type="text"],
.ge-form input[type="email"],
.ge-form select,
.ge-form textarea {
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
    color: var(--ge-ink);
}

.ge-form input:focus,
.ge-form select:focus,
.ge-form textarea:focus {
    border-color: var(--ge-accent);
    outline: 3px solid rgba(180, 35, 42, .14);
    outline-offset: 0;
}

.ge-intro__feat {
    background: var(--ge-surface-soft);
}

.ge-footer {
    border-top: 1px solid var(--ge-line);
    background: transparent;
    color: var(--ge-muted);
}

.ge-footer__nav a {
    color: #445065;
}

.ge-footer__nav a:hover {
    color: var(--ge-accent);
}

.tc-picker-toolbar {
    gap: 12px;
}

.ge-travel-picker .tc-card {
    background: var(--ge-surface);
}

.ge-travel-picker .tc-card.is-selected {
    border-color: rgba(180, 35, 42, .45);
    background: var(--ge-hover-bg);
    outline: 2px solid rgba(180, 35, 42, .15);
}

.tc-chk-mark {
    border-color: var(--ge-line);
    background: var(--ge-surface);
}

.ge-travel-picker .tc-card.is-selected .tc-chk-mark {
    border-color: var(--ge-accent);
    background: var(--ge-accent);
}

.tc-bottom-bar {
    border-top: 1px solid var(--ge-line);
    background: rgba(255, 255, 255, .96);
    color: var(--ge-ink);
    box-shadow: 0 -4px 14px rgba(3, 23, 77, .06);
}

.tc-bottom-bar__inner {
    max-width: 1200px;
}

.tc-bottom-bar .ge-btn--ghost {
    border-color: var(--ge-line);
    background: var(--ge-surface-soft);
    color: #3f4b60;
}

.tc-bottom-bar .ge-btn--ghost:hover {
    border-color: var(--ge-line-strong);
    background: #fff;
    color: var(--ge-accent);
}

.tc-bottom-bar .ge-btn--primary:disabled {
    border-color: var(--ge-line);
    background: #eef1f6;
    color: #9aa3b2;
}

.ge-jump {
    background: var(--ge-bg);
}

.ge-jump__card {
    border: 1px solid var(--ge-line);
    background: var(--ge-surface);
    box-shadow: var(--ge-shadow);
}

[dir="rtl"] .ge-section__title {
    padding-left: 0;
    padding-right: 13px;
    border: 0;
}

[dir="rtl"] .ge-section__title::before,
[dir="rtl"] .ge-az__letter::before {
    left: auto;
    right: 0;
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light;
        --ge-bg: #f5f7fb;
        --ge-surface: #ffffff;
        --ge-surface-soft: #fafbfe;
        --ge-surface-strong: #ffffff;
        --ge-topbar-bg: transparent;
        --ge-hover-bg: #fff4f4;
        --ge-ink: #242424;
        --ge-muted: #697282;
        --ge-placeholder: #8e97a6;
        --ge-line: rgba(3, 23, 77, .10);
        --ge-line-soft: rgba(3, 23, 77, .07);
        --ge-line-strong: rgba(3, 23, 77, .18);
        --ge-blue: #344058;
        --ge-accent: #b4232a;
        --ge-accent-dark: #8f1b21;
        --ge-success: #146c43;
    }

    html,
    body,
    .ge-body {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(245, 247, 251, .97) 220px),
            var(--ge-bg);
        color: var(--ge-ink);
    }

    .ge-lang-menu a:hover,
    .ge-lang-menu a.is-active,
    .ge-search__btn,
    .ge-btn--primary,
    .ge-rail-action--primary,
    .ge-numitem__call {
        color: #fff !important;
    }

    .tc-bottom-bar,
    .ge-footer,
    .ge-guide-detail__head,
    .ge-guide-detail__body,
    .ge-numrecord__list,
    .ge-source__item,
    .ge-faq__q {
        background: var(--ge-surface);
        color: var(--ge-ink);
    }
}

@media (max-width: 1024px) {
    .ge-home .ge-hero--directory {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ge-directory-layout,
    .ge-country-layout {
        grid-template-columns: 1fr;
    }

    .ge-rail,
    .ge-country-side,
    .ge-az {
        position: static;
    }
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 24px;
    }

    .ge-topbar {
        flex-wrap: wrap;
        align-items: center;
        width: min(100% - 20px, 1200px);
        height: auto;
        min-height: 66px;
        padding: 10px 0;
        gap: 10px;
    }

    .ge-brand {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 128px);
    }

    .ge-logo {
        width: 164px;
        height: auto;
        max-height: none;
    }

    .ge-lang-dropdown {
        margin-left: 0;
    }

    .ge-lang-btn {
        min-width: 44px;
        padding: 7px 10px;
    }

    .ge-lang-btn span {
        display: inline !important;
    }

    .ge-lang-btn svg:last-child {
        display: none;
    }

    .ge-nav-toggle {
        display: none !important;
    }

    .ge-nav {
        order: 3;
        display: flex !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        flex: 1 0 100%;
        flex-direction: row;
        gap: 4px;
        width: 100%;
        padding: 0;
        overflow-x: auto;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .ge-nav a {
        min-height: 34px;
        padding: 0 12px;
        border: 0 !important;
        border-bottom: 0 !important;
        font-size: 14px;
        white-space: nowrap;
    }

    .ge-shell {
        width: min(100% - 20px, 1200px);
        max-width: none;
        padding: 18px 0 56px;
        overflow-x: visible;
    }

    .ge-home .ge-hero--directory {
        width: 100%;
        max-width: 100%;
        padding: 12px 0 22px;
        overflow: visible;
    }

    .ge-home .ge-hero__title,
    .ge-hero__title {
        font-size: 32px;
        line-height: 1.18;
    }

    .ge-home .ge-hero__subtitle {
        font-size: 15px;
    }

    .ge-home .ge-directory-layout {
        width: 100%;
        max-width: 100%;
        margin-top: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    .ge-panel,
    .ge-services,
    .ge-seo-focus,
    .ge-source,
    .ge-tips,
    .ge-faq,
    .ge-page__head,
    .ge-country-record,
    .ge-search-hero,
    .ge-directory-search,
    .ge-country-main > .ge-panel,
    .ge-travel-panel {
        padding: 18px 16px;
    }

    .ge-country-record {
        grid-template-columns: 1fr;
    }

    .ge-country-side {
        grid-template-columns: 1fr;
    }

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

    .ge-home .ge-hero-card {
        display: block;
    }

    .ge-hero-card__services,
    .ge-services__grid,
    .ge-grid--cards,
    .ge-grid--countries,
    .ge-svc-grid,
    .ge-guide-grid,
    .ge-travel-panel,
    .ge-service-country-grid,
    .ge-service-country-list,
    .ge-country-side {
        grid-template-columns: 1fr;
    }

    .ge-intent-chips {
        display: flex;
        width: 100%;
    }

    .ge-intent-chips span {
        width: 100%;
    }

    .ge-numitem {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ge-source__item {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .ge-source__link {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .ge-search__wrap,
    .ge-home .ge-search__wrap,
    .ge-directory-search .ge-search__wrap,
    .ge-search-page-form .ge-search__wrap {
        display: flex;
        grid-template-columns: none;
    }

    .ge-search__input {
        min-width: 0;
        font-size: 16px;
    }

    .ge-search__btn,
    .ge-home .ge-search__btn,
    .ge-directory-search .ge-search__btn,
    .ge-search-page-form .ge-search__btn {
        grid-column: auto;
        width: auto;
        min-width: 82px;
        border-radius: 0;
        font-size: 16px;
    }

    .ge-country-summary {
        grid-template-columns: 1fr;
    }

    .ge-numitem__actions {
        grid-template-columns: 1fr;
    }
}

/* =====================================================================
   v0.dev final overrides for requested sections (v3.3)
   Keep this block last so earlier parity layers cannot override it.
   ===================================================================== */
.ge-section-head {
    align-items: flex-start;
    justify-content: space-between;
}

.ge-section-head--row {
    flex-direction: row;
    align-items: flex-start;
}

.ge-section__title {
    position: relative;
    padding-left: 16px;
    text-wrap: balance;
}

.ge-section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: .18em;
    width: 5px;
    height: 1.15em;
    border-radius: 999px;
    background: var(--ge-accent);
}

.ge-travel-panel .ge-section__title {
    padding-left: 0;
}

.ge-travel-panel .ge-section__title::before {
    content: none;
}

.ge-section-head__action,
.ge-guide-list__cta,
.ge-seo-focus__label,
.ge-country-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ge-seo-focus__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ge-seo-focus__item {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 12px 16px;
    border-color: transparent;
}

.ge-seo-focus__iso {
    width: 36px;
    height: 36px;
    border: 1px solid var(--ge-line);
    border-radius: 8px;
    background: var(--ge-surface);
    color: var(--ge-muted);
    font-size: 11px;
    line-height: 1;
}

.ge-seo-focus__name {
    color: var(--ge-ink);
    font-size: 15px;
    font-weight: 900;
}

.ge-seo-focus__label {
    color: var(--ge-accent);
    font-size: 12px;
    font-weight: 900;
}

.ge-seo-focus__item:hover .ge-seo-focus__name {
    color: var(--ge-accent);
}

.ge-guides.ge-panel .ge-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ge-guides.ge-panel .ge-list li,
.ge-guide-list__link {
    min-width: 0;
    height: 100%;
}

.ge-guides.ge-panel .ge-list li a.ge-guide-list__link {
    min-height: 164px;
    padding: 20px;
}

.ge-guide-list__body {
    flex: 1 1 auto;
}

.ge-guide-list__title {
    text-wrap: balance;
}

.ge-guide-list__cta {
    color: var(--ge-accent);
    font-size: 14px;
    font-weight: 900;
}

.ge-country-main > .ge-faq.ge-panel {
    padding: 32px;
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
}

.ge-country-main > .ge-faq.ge-panel > .ge-section__title {
    margin-bottom: 46px;
    font-size: 28px;
}

.ge-faq__list {
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
    overflow: hidden;
}

.ge-country-main .ge-faq__item {
    border-bottom: 1px solid var(--ge-line);
}

.ge-country-main .ge-faq__item:last-child {
    border-bottom: 0;
}

.ge-faq__q {
    min-height: 64px;
    padding: 20px 28px;
    background: var(--ge-surface);
    color: var(--ge-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.ge-faq__chevron {
    color: var(--ge-accent);
    transition: transform .18s ease;
}

.ge-faq__q[aria-expanded="true"] .ge-faq__chevron {
    transform: rotate(180deg);
}

.ge-faq__a.is-open {
    display: block;
    background: var(--ge-surface-soft);
}

.ge-faq__a-inner {
    padding: 0 28px 24px;
    color: var(--ge-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ge-country-cta {
    padding: 32px;
    border: 1px solid rgba(39, 63, 97, .20);
    border-radius: 16px;
    background: var(--ge-navy);
    color: #fff;
}

.ge-country-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    text-wrap: balance;
}

.ge-country-cta p {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.75;
}

.ge-country-cta__link {
    min-height: 48px;
    margin-top: 26px;
    padding: 0 22px;
    border-radius: 14px;
    background: #fff;
    color: var(--ge-navy);
    font-weight: 900;
}

.ge-country-cta__link:hover {
    background: rgba(255, 255, 255, .92);
    color: var(--ge-navy);
}

@media (max-width: 1024px) {
    .ge-seo-focus__grid,
    .ge-guides.ge-panel .ge-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ge-section-head--row {
        flex-direction: column;
    }

    .ge-seo-focus__grid,
    .ge-guides.ge-panel .ge-list {
        grid-template-columns: 1fr;
    }

    .ge-seo-focus__item {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .ge-seo-focus__label {
        grid-column: 2;
        justify-self: start;
    }

    .ge-country-main > .ge-faq.ge-panel {
        padding: 24px 16px;
    }

    .ge-country-main > .ge-faq.ge-panel > .ge-section__title {
        margin-bottom: 28px;
        font-size: 24px;
    }

    .ge-faq__q {
        padding: 18px 16px;
        font-size: 16px;
    }

    .ge-faq__a-inner {
        padding: 0 16px 20px;
        font-size: 15px;
    }

    .ge-country-cta {
        padding: 24px 18px;
    }

    .ge-country-cta h2 {
        font-size: 22px;
    }
}

/* =====================================================================
   v0.dev parity refinements (v3.3)
   ===================================================================== */
.ge-section-head {
    align-items: flex-start;
    justify-content: space-between;
}

.ge-section-head--row {
    flex-direction: row;
    align-items: flex-start;
}

.ge-section__title {
    position: relative;
    padding-left: 16px;
    text-wrap: balance;
}

.ge-section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: .18em;
    width: 5px;
    height: 1.15em;
    border-radius: 999px;
    background: var(--ge-accent);
}

.ge-travel-panel .ge-section__title {
    padding-left: 0;
}

.ge-travel-panel .ge-section__title::before {
    content: none;
}

.ge-section-head__action,
.ge-guide-list__cta,
.ge-seo-focus__label,
.ge-country-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ge-home-sections {
    align-items: start;
}

.ge-home-sections > .ge-panel,
.ge-home-sections > .ge-travel-panel {
    margin: 0;
}

.ge-seo-focus__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ge-seo-focus__item {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 12px 16px;
    border-color: transparent;
}

.ge-seo-focus__iso {
    width: 36px;
    height: 36px;
    border: 1px solid var(--ge-line);
    border-radius: 8px;
    background: var(--ge-surface);
    color: var(--ge-muted);
    font-size: 11px;
    line-height: 1;
}

.ge-seo-focus__name {
    color: var(--ge-ink);
    font-size: 15px;
    font-weight: 900;
}

.ge-seo-focus__label {
    color: var(--ge-accent);
    font-size: 12px;
    font-weight: 900;
}

.ge-seo-focus__item:hover .ge-seo-focus__name {
    color: var(--ge-accent);
}

.ge-guides.ge-panel .ge-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ge-guides.ge-panel .ge-list li,
.ge-guide-list__link {
    min-width: 0;
    height: 100%;
}

.ge-guides.ge-panel .ge-list li a.ge-guide-list__link {
    min-height: 164px;
    padding: 20px;
}

.ge-guide-list__body {
    flex: 1 1 auto;
}

.ge-guide-list__title {
    text-wrap: balance;
}

.ge-guide-list__cta {
    color: var(--ge-accent);
    font-size: 14px;
    font-weight: 900;
}

.ge-country-main > .ge-faq.ge-panel {
    padding: 32px;
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
}

.ge-country-main > .ge-faq.ge-panel > .ge-section__title {
    margin-bottom: 46px;
    font-size: 28px;
}

.ge-faq__list {
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
    overflow: hidden;
}

.ge-country-main .ge-faq__item {
    border-bottom: 1px solid var(--ge-line);
}

.ge-country-main .ge-faq__item:last-child {
    border-bottom: 0;
}

.ge-faq__q {
    min-height: 64px;
    padding: 20px 28px;
    background: var(--ge-surface);
    color: var(--ge-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.ge-faq__chevron {
    color: var(--ge-accent);
    transition: transform .18s ease;
}

.ge-faq__q[aria-expanded="true"] .ge-faq__chevron {
    transform: rotate(180deg);
}

.ge-faq__a.is-open {
    display: block;
    background: var(--ge-surface-soft);
}

.ge-faq__a-inner {
    padding: 0 28px 24px;
    color: var(--ge-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ge-country-cta {
    padding: 32px;
    border: 1px solid rgba(39, 63, 97, .20);
    border-radius: 16px;
    background: var(--ge-navy);
    color: #fff;
}

.ge-country-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    text-wrap: balance;
}

.ge-country-cta p {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.75;
}

.ge-country-cta__link {
    min-height: 48px;
    margin-top: 26px;
    padding: 0 22px;
    border-radius: 14px;
    background: #fff;
    color: var(--ge-navy);
    font-weight: 900;
}

.ge-country-cta__link:hover {
    background: rgba(255, 255, 255, .92);
    color: var(--ge-navy);
}

@media (max-width: 1024px) {
    .ge-seo-focus__grid,
    .ge-guides.ge-panel .ge-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ge-section-head--row {
        flex-direction: column;
    }

    .ge-seo-focus__grid,
    .ge-guides.ge-panel .ge-list {
        grid-template-columns: 1fr;
    }

    .ge-seo-focus__item {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .ge-seo-focus__label {
        grid-column: 2;
        justify-self: start;
    }

    .ge-country-main > .ge-faq.ge-panel {
        padding: 24px 16px;
    }

    .ge-country-main > .ge-faq.ge-panel > .ge-section__title {
        margin-bottom: 28px;
        font-size: 24px;
    }

    .ge-faq__q {
        padding: 18px 16px;
        font-size: 16px;
    }

    .ge-faq__a-inner {
        padding: 0 16px 20px;
        font-size: 15px;
    }

    .ge-country-cta {
        padding: 24px 18px;
    }

    .ge-country-cta h2 {
        font-size: 22px;
    }
}

/* =====================================================================
   Product Design final polish (v2.7)
   ===================================================================== */
html,
body,
.ge-body {
    font-size: 15px;
}

.ge-topbar {
    height: 78px;
}

.ge-brand {
    min-width: 224px;
}

.ge-logo {
    width: 224px;
    height: auto;
    max-height: none;
}

.ge-home .ge-hero--directory {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
    gap: 44px;
    align-items: start;
    padding: 30px 0 18px;
}

.ge-home .ge-hero__content {
    max-width: 800px;
    padding-top: 8px;
}

.ge-home .ge-hero__title {
    max-width: 720px;
    margin-bottom: 14px;
    font-size: clamp(38px, 4.4vw, 54px);
    line-height: 1.08;
}

.ge-home .ge-hero__subtitle {
    max-width: 660px;
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.68;
}

.ge-home .ge-hero__search {
    max-width: 760px;
    margin-bottom: 10px;
}

.ge-home .ge-intent-chips {
    max-width: 760px;
    gap: 6px 8px;
    margin-top: 10px;
}

.ge-home .ge-intent-chips a {
    font-size: 13px;
}

.ge-home .ge-hero__actions,
.ge-country-record__actions {
    margin-top: 16px;
}

.ge-hero-card {
    align-self: start;
    min-height: 0;
    padding: 20px;
}

.ge-hero-card__header strong {
    font-size: 46px;
}

.ge-hero-card__services {
    grid-template-columns: 1fr;
    gap: 7px;
}

.ge-home .ge-directory-layout {
    margin-top: 30px;
}

.ge-directory-main,
.ge-country-main {
    gap: 20px;
}

.ge-rail,
.ge-country-side {
    top: 18px;
}

.ge-rail,
.ge-side-panel {
    padding: 16px;
}

.ge-country-record__flag,
.ge-card__flag,
.ge-seo-focus__iso,
.ge-svc-country-card__iso,
.ge-country__flag-iso {
    background: transparent;
}

.ge-card__flag,
.ge-seo-focus__iso,
.ge-svc-country-card__iso,
.ge-country__flag-iso {
    color: #4c576a;
}

.ge-guides.ge-panel .ge-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--ge-line);
    border-radius: var(--ge-radius);
    background: var(--ge-surface);
}

.ge-guides.ge-panel .ge-list li {
    margin-bottom: 0;
}

.ge-guides.ge-panel .ge-list li + li {
    border-top: 1px solid var(--ge-line-soft);
}

.ge-guides.ge-panel .ge-list li a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 15px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ge-blue);
    line-height: 1.45;
    transition: background .15s, color .15s;
}

.ge-guides.ge-panel .ge-list li a::before {
    content: none;
}

.ge-guides.ge-panel .ge-list li a:hover {
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
    transform: none;
    box-shadow: none;
}

.ge-guide-list__body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.ge-guide-list__title {
    color: #20242b;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.ge-guide-list__summary {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ge-muted);
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ge-guide-list__cta {
    color: var(--ge-accent);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .ge-home .ge-hero--directory {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .ge-topbar {
        min-height: 68px;
    }

    .ge-brand {
        max-width: calc(100% - 132px);
    }

    .ge-logo {
        width: 188px;
    }

    .ge-home .ge-hero--directory {
        padding-top: 14px;
    }

    .ge-home .ge-hero-card {
        display: none;
    }

    .ge-home .ge-hero__title,
    .ge-hero__title {
        font-size: 33px;
    }

    .ge-guides.ge-panel .ge-list li a {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ge-guide-list__cta {
        justify-self: start;
    }
}

/* =====================================================================
   v0.dev parity layer (v3.0)
   ===================================================================== */
:root {
    color-scheme: light;
    --ge-bg: #f7f9fc;
    --ge-surface: #ffffff;
    --ge-surface-soft: #f8fafc;
    --ge-surface-strong: #ffffff;
    --ge-topbar-bg: rgba(255, 255, 255, .95);
    --ge-hover-bg: #fff1f2;
    --ge-ink: #2b3342;
    --ge-muted: #687489;
    --ge-placeholder: #8a95a6;
    --ge-line: #dde5ef;
    --ge-line-soft: #edf1f6;
    --ge-line-strong: #c9d5e3;
    --ge-blue: #344763;
    --ge-navy: #273f61;
    --ge-accent: #b4232a;
    --ge-accent-dark: #921a20;
    --ge-radius: 12px;
    --ge-shadow: 0 10px 28px -22px rgba(39, 63, 97, .42);
    --ge-shadow-soft: 0 14px 34px -24px rgba(180, 35, 42, .38);
}

html {
    scroll-padding-top: 88px;
}

html,
body,
.ge-body {
    min-width: 320px;
    background: var(--ge-bg);
    color: var(--ge-ink);
    font-family: Geist, "Geist Fallback", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    line-height: 1.62;
}

a {
    color: var(--ge-blue);
}

a:hover {
    color: var(--ge-accent);
}

.ge-skip {
    background: var(--ge-accent);
    color: #fff;
}

.ge-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 100;
    width: 100%;
    max-width: none;
    height: 64px;
    min-height: 64px;
    margin: 0;
    padding: 0 max(16px, calc((100vw - 1152px) / 2));
    gap: 24px;
    border: 0 !important;
    border-bottom: 1px solid var(--ge-line) !important;
    border-radius: 0;
    background: var(--ge-topbar-bg);
    box-shadow: none !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.ge-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    max-width: none;
    color: var(--ge-accent);
    font-weight: 900;
}

.ge-brand__mark {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 8px;
    background: var(--ge-accent);
    color: #fff;
}

.ge-brand__text {
    display: inline-block;
    color: var(--ge-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.ge-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    flex: 1;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ge-nav a {
    min-height: 0;
    padding: 8px 12px;
    border: 0 !important;
    border-radius: 6px;
    background: transparent;
    color: var(--ge-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: background .18s ease, color .18s ease;
}

.ge-nav a:hover {
    background: var(--ge-surface-soft);
    color: var(--ge-navy);
}

.ge-nav a.is-active {
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-lang-dropdown {
    margin-left: auto;
}

.ge-lang-btn,
.ge-nav-toggle {
    height: 40px;
    border: 1px solid var(--ge-line);
    border-radius: 8px;
    background: var(--ge-surface);
    color: var(--ge-navy);
    box-shadow: none;
}

.ge-lang-btn:hover,
.ge-lang-btn.is-open,
.ge-nav-toggle:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-soft);
    color: var(--ge-navy);
}

.ge-nav-toggle span {
    background: currentColor;
}

.ge-lang-menu__inner {
    border: 1px solid var(--ge-line);
    border-radius: 8px;
    background: var(--ge-surface);
    box-shadow: var(--ge-shadow);
}

.ge-lang-menu a {
    color: var(--ge-ink);
}

.ge-lang-menu a:hover,
.ge-lang-menu a.is-active {
    background: var(--ge-hover-bg) !important;
    color: var(--ge-accent) !important;
}

.ge-shell {
    width: min(1152px, calc(100% - 32px));
    max-width: none;
    padding: 32px 0 64px;
}

.ge-shell.ge-home {
    width: 100%;
    max-width: none;
    padding: 0 0 64px;
}

.ge-home .ge-hero--directory {
    width: min(1152px, calc(100% - 32px));
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 380px);
    gap: 32px;
    align-items: flex-start;
    padding: 40px 0 30px;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
}

.ge-home .ge-hero__content {
    max-width: 760px;
    padding-top: 0;
}

.ge-kicker,
.ge-home .ge-kicker,
.ge-page__head .ge-kicker,
.ge-country-record .ge-kicker,
.ge-search-hero .ge-kicker {
    margin: 0 0 12px;
    color: var(--ge-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ge-home .ge-hero__title,
.ge-hero__title {
    max-width: 720px;
    margin: 0 0 16px;
    color: var(--ge-ink);
    font-size: clamp(40px, 4.4vw, 54px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.ge-home .ge-hero__subtitle {
    max-width: 620px;
    margin: 0 0 26px;
    color: var(--ge-muted);
    font-size: 17px;
    line-height: 1.65;
}

.ge-home .ge-hero__search {
    max-width: 720px;
    margin-bottom: 12px;
}

.ge-search__wrap,
.ge-home .ge-search__wrap,
.ge-search-page-form .ge-search__wrap,
.ge-directory-search .ge-search__wrap,
.tc-picker-search .ge-search__wrap {
    min-height: 56px;
    border: 2px solid var(--ge-accent);
    border-radius: 16px;
    background: var(--ge-surface);
    box-shadow: var(--ge-shadow-soft);
}

.ge-search__wrap:focus-within {
    border-color: var(--ge-accent);
    outline: 3px solid rgba(180, 35, 42, .16);
    box-shadow: var(--ge-shadow-soft);
}

.ge-search__icon {
    color: var(--ge-accent);
}

.ge-search__input {
    min-height: 52px;
    color: var(--ge-ink);
    font-size: 16px;
}

.ge-search__input::placeholder {
    color: var(--ge-placeholder);
}

.ge-search__btn {
    min-width: 104px;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-left: 1px solid rgba(180, 35, 42, .16);
    border-radius: 0;
    background: var(--ge-surface);
    color: var(--ge-accent);
    font-size: 15px;
    font-weight: 900;
}

.ge-search__btn:hover {
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-intent-chips {
    gap: 8px 12px;
    margin-top: 12px;
}

.ge-home .ge-intent-chips span {
    color: var(--ge-muted);
    font-weight: 700;
}

.ge-home .ge-intent-chips a {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ge-navy);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.ge-home .ge-intent-chips a:hover {
    background: transparent;
    color: var(--ge-accent);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ge-btn,
.ge-rail-action,
.ge-numitem__call,
.ge-numitem__copy {
    border-radius: 12px;
    font-weight: 900;
    transition: transform .16s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ge-btn--primary,
.ge-rail-action--primary,
.ge-numitem__call,
.tc-bottom-bar .ge-btn--primary {
    border: 1px solid var(--ge-accent);
    background: var(--ge-accent);
    color: #fff;
}

.ge-btn--primary:hover,
.ge-rail-action--primary:hover,
.ge-numitem__call:hover,
.tc-bottom-bar .ge-btn--primary:hover {
    border-color: var(--ge-accent-dark);
    background: var(--ge-accent-dark);
    color: #fff;
}

.ge-btn--ghost,
.ge-home .ge-hero .ge-btn--ghost,
.ge-home .ge-btn--ghost,
.ge-rail-action,
.ge-numitem__copy {
    border: 1px solid var(--ge-line);
    background: var(--ge-surface);
    color: var(--ge-navy);
}

.ge-btn--ghost:hover,
.ge-home .ge-hero .ge-btn--ghost:hover,
.ge-home .ge-btn--ghost:hover,
.ge-rail-action:hover,
.ge-numitem__copy:hover {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface-soft);
    color: var(--ge-navy);
}

.ge-home .ge-hero__actions,
.ge-country-record__actions {
    gap: 12px;
    margin-top: 20px;
}

.ge-hero-card,
.ge-panel,
.ge-services,
.ge-seo-focus,
.ge-source,
.ge-tips,
.ge-faq,
.ge-page__head,
.ge-page__head--directory,
.ge-country-record,
.ge-search-hero,
.ge-guide-detail,
.ge-article__body,
.ge-directory-search,
.ge-side-panel,
.ge-card,
.ge-svc-card,
.ge-guide-card,
.ge-search-card,
.ge-listitem,
.ge-numrecord,
.ge-service,
.ge-seo-focus__item,
.ge-country-summary__item,
.ge-svc-country-card,
.tc-card,
.ge-travel-panel,
.ge-form,
.ge-empty-state,
.ge-service-record__stats span {
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
    box-shadow: none;
}

.ge-panel,
.ge-services,
.ge-seo-focus,
.ge-source,
.ge-tips,
.ge-faq,
.ge-page__head,
.ge-country-record,
.ge-search-hero,
.ge-travel-panel {
    padding: 28px;
}

.ge-hero-card {
    min-height: 318px;
    padding: 24px;
    box-shadow: 0 18px 40px -28px rgba(39, 63, 97, .45);
}

.ge-hero-card__header span,
.ge-hero-card__header em,
.ge-hero-card__meta span,
.ge-section-head p,
.ge-page__sub,
.ge-guide-detail__summary,
.ge-search-card__sub,
.ge-guide-card__summary,
.ge-svc-card__desc,
.ge-numitem__desc,
.ge-disclaimer,
.ge-copy {
    color: var(--ge-muted);
}

.ge-hero-card__header strong {
    color: var(--ge-accent);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0;
}

.ge-hero-card__services {
    grid-template-columns: 1fr;
    gap: 8px;
}

.ge-hero-card__services a,
.ge-service,
.ge-seo-focus__item {
    border-color: var(--ge-line);
    border-radius: 12px;
    background: var(--ge-surface-soft);
    color: var(--ge-navy);
}

.ge-hero-card__services a:hover,
.ge-service:hover,
.ge-seo-focus__item:hover,
.ge-card:hover,
.ge-svc-card:hover,
.ge-guide-card:hover,
.ge-search-card:hover,
.ge-listitem:hover,
.ge-svc-country-card:hover,
.tc-card:hover {
    border-color: rgba(180, 35, 42, .40);
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
    box-shadow: none;
    transform: none;
}

.ge-hero-card__services svg,
.ge-service svg,
.ge-service > svg,
.ge-numrecord__service svg,
.ge-service-record__icon {
    color: var(--ge-accent);
}

.ge-hero-card__meta {
    border-top: 1px solid var(--ge-line);
}

.ge-hero-card__meta strong {
    color: var(--ge-navy);
}

.ge-hero-card__meta a {
    border: 1px solid var(--ge-accent);
    border-radius: 10px;
    background: var(--ge-accent);
    color: #fff;
}

.ge-home-sections {
    width: min(1152px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    gap: 24px;
}

.ge-directory-layout,
.ge-country-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
}

.ge-country-layout {
    margin-top: 24px;
}

.ge-directory-main,
.ge-country-main {
    gap: 24px;
}

.ge-section-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px;
    padding-bottom: 0;
    border: 0;
}

.ge-section__title,
.ge-page__title,
.ge-search-hero__title,
.ge-guide-detail__title,
.ge-card .ge-card__name,
.ge-svc-card__name,
.ge-guide-card__title,
.ge-search-card__name,
.ge-listitem__name,
.ge-service-record__stats strong,
.ge-country-summary__item strong {
    color: var(--ge-ink);
}

.ge-section__title {
    position: static;
    padding-left: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
}

.ge-section__title::before,
.ge-az__letter::before {
    content: none;
}

.ge-section-head a,
.ge-source__link,
.ge-svc-card__cta,
.ge-guide-card__cta,
.ge-guide-list__cta,
.ge-intro__steps li a {
    color: var(--ge-accent);
}

.ge-services__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.ge-service {
    min-height: 118px;
    padding: 24px 12px;
    text-align: center;
}

.ge-service__name {
    color: var(--ge-navy);
    font-size: 14px;
    font-weight: 900;
}

.ge-grid {
    gap: 12px;
}

.ge-grid--cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ge-grid--countries {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.ge-card {
    min-height: 132px;
    padding: 20px 12px;
    gap: 6px;
    overflow: hidden;
    text-align: center;
}

.ge-grid--countries .ge-card,
.ge-grid--cards .ge-card {
    min-height: 132px;
}

.ge-card::before {
    content: none;
}

.ge-card__flag,
.ge-seo-focus__iso,
.ge-svc-country-card__iso,
.ge-country__flag-iso {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 26px;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ge-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ge-country__flag-iso {
    min-width: 0;
    height: auto;
    padding: 0;
    color: var(--ge-navy);
    font-size: 26px;
    letter-spacing: 0;
}

.ge-card .ge-card__name {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.ge-card:hover .ge-card__name,
.ge-svc-card:hover .ge-svc-card__name,
.ge-guide-card:hover .ge-guide-card__title,
.ge-search-card:hover .ge-search-card__name,
.ge-listitem:hover .ge-listitem__name {
    color: var(--ge-accent);
}

.ge-card .ge-card__sub,
.ge-seo-focus__label,
.ge-svc-country-card__nums strong,
.ge-numitem__number,
.ge-source__number,
.tc-svc__num {
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-variant-numeric: tabular-nums;
}

.ge-card .ge-card__sub,
.ge-seo-focus__label {
    color: var(--ge-muted);
    font-size: 12px;
    font-weight: 600;
}

.ge-page__head {
    margin-bottom: 24px;
}

.ge-page__title,
.ge-search-hero__title {
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
}

.ge-page__meta {
    border: 1px solid var(--ge-line);
    border-radius: 999px;
    background: var(--ge-surface-soft);
    color: var(--ge-muted);
}

.ge-page__meta strong {
    color: var(--ge-accent);
}

.ge-bread {
    margin-bottom: 20px;
    color: var(--ge-muted);
    font-size: 14px;
}

.ge-bread a {
    color: var(--ge-navy);
    font-weight: 800;
}

.ge-bread a:hover {
    color: var(--ge-accent);
}

.ge-directory-search {
    margin: 0 0 16px;
    padding: 20px;
}

.ge-directory-search .ge-search__label,
.ge-search-page-form .ge-search__label {
    color: var(--ge-ink);
    font-weight: 900;
}

.ge-az {
    position: static;
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
    box-shadow: none;
}

.ge-az a,
.ge-az__disabled {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: var(--ge-navy);
    font-size: 14px;
    font-weight: 900;
}

.ge-az a:hover {
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-az__disabled {
    color: #c8d2df;
}

.ge-az__group {
    scroll-margin-top: 88px;
}

.ge-az__letter {
    position: static;
    margin-bottom: 16px;
    padding-left: 0;
    border: 0;
    color: var(--ge-ink);
    font-size: 22px;
}

.ge-country-record {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 28px;
}

.ge-country-record__flag {
    width: 96px;
    border-radius: 16px;
}

.ge-country-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ge-country-summary__item {
    min-height: 76px;
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-surface-soft);
    padding: 13px 14px;
}

.ge-country-summary__item span {
    color: var(--ge-muted);
}

.ge-country-main > .ge-panel {
    padding: 28px;
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
    box-shadow: none;
}

.ge-country-main > .ge-panel + .ge-panel {
    margin-top: 0;
}

.ge-country-main .ge-section__title {
    font-size: 24px;
}

.ge-country-side {
    display: grid;
    gap: 16px;
}

.ge-side-panel {
    padding: 20px;
}

.ge-side-panel h2 {
    color: var(--ge-ink);
    font-size: 15px;
    font-weight: 900;
}

.ge-side-panel a {
    border-radius: 8px;
    color: var(--ge-muted);
    font-weight: 800;
}

.ge-side-panel a:hover,
.ge-side-panel a:first-of-type {
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}

.ge-numrecord {
    overflow: hidden;
    background: var(--ge-surface-soft);
}

.ge-numrecord__service {
    padding: 18px 20px;
    border-bottom: 0;
    background: transparent;
}

.ge-numrecord__service h3,
.ge-numrecord__service h3 a {
    color: var(--ge-ink);
}

.ge-numrecord__list {
    background: transparent;
}

.ge-numitem {
    padding: 18px 20px;
    border-top: 1px solid var(--ge-line);
}

.ge-numitem:first-child {
    border-top: 0;
}

.ge-numitem__number {
    color: var(--ge-accent);
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0;
}

.ge-numrecord--compact .ge-numitem__number,
.ge-numitem--compact .ge-numitem__number {
    font-size: 26px;
}

.ge-source__list,
.ge-faq__list {
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-surface);
    overflow: hidden;
}

.ge-source__item {
    padding: 14px 18px;
    border-top: 1px solid var(--ge-line-soft);
    background: var(--ge-surface);
}

.ge-source__item:first-child {
    padding-top: 14px;
    border-top: 0;
}

.ge-source__service {
    color: var(--ge-ink);
    font-weight: 900;
}

.ge-source__number {
    color: var(--ge-accent);
    font-weight: 900;
}

.ge-faq__q {
    background: var(--ge-surface);
    color: var(--ge-ink);
    font-weight: 900;
}

.ge-faq__q:hover,
.ge-faq__q[aria-expanded="true"] {
    color: var(--ge-accent);
}

.ge-tips__body {
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-surface-soft);
    color: var(--ge-muted);
}

.ge-travel-panel {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
    gap: 28px;
    border-color: rgba(39, 63, 97, .18);
    background: var(--ge-navy);
    color: #fff;
}

.ge-travel-panel .ge-section__title {
    color: #fff;
}

.ge-travel-panel p,
.ge-travel-panel .ge-check-list li {
    color: rgba(255, 255, 255, .78);
}

.ge-travel-panel .ge-btn--ghost {
    border-color: #fff;
    background: #fff;
    color: var(--ge-navy);
}

.ge-check-list li::before {
    border-radius: 2px;
    background: var(--ge-accent);
}

.ge-guides.ge-panel .ge-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.ge-guides.ge-panel .ge-list li + li {
    border-top: 0;
}

.ge-guides.ge-panel .ge-list li a {
    display: flex;
    min-height: 154px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 20px;
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-surface-soft);
    color: var(--ge-ink);
}

.ge-guides.ge-panel .ge-list li a:hover {
    border-color: rgba(180, 35, 42, .40);
    background: var(--ge-hover-bg);
}

.ge-guide-list__title {
    color: var(--ge-ink);
    font-size: 16px;
    font-weight: 900;
}

.ge-guide-list__summary {
    color: var(--ge-muted);
}

.ge-guide-list__cta {
    margin-top: auto;
}

.ge-intro__feat {
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-surface-soft);
}

.ge-svc-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.ge-svc-card {
    padding: 24px;
}

.ge-svc-card__icon-wrap,
.ge-search-card__icon,
.ge-service-record__icon,
.tc-status-badge {
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-hover-bg);
    color: var(--ge-accent);
}
.ge-svc-card__icon-wrap{
    border:none;
}
.ge-svc-card__count,
.ge-service-record__stats span {
    border: 1px solid var(--ge-line);
    border-radius: 999px;
    background: var(--ge-surface-soft);
    color: var(--ge-muted);
}

.ge-service-record {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 20px;
}

.ge-service-record__icon {
    width: 64px;
    height: 64px;
}

.ge-service-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -10px 0 24px;
}

.ge-service-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-surface);
    color: var(--ge-navy);
    font-size: 14px;
    font-weight: 900;
}

.ge-service-tab svg {
    color: var(--ge-accent);
}

.ge-service-tab:hover {
    background: var(--ge-surface-soft);
    color: var(--ge-navy);
}

.ge-service-tab.is-active {
    border-color: var(--ge-accent);
    background: var(--ge-accent);
    color: #fff;
}

.ge-service-tab.is-active svg {
    color: #fff;
}

.ge-service-country-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.ge-svc-country-card {
    padding: 18px;
    border-radius: 12px;
}

.ge-svc-country-card__iso {
    justify-content: flex-start;
    min-width: 0;
    height: 24px;
    padding: 0;
}

.ge-svc-country-card__name {
    color: var(--ge-ink);
    font-weight: 900;
}

.ge-svc-country-card__nums strong {
    background: var(--ge-surface-soft);
    color: var(--ge-navy);
}

.ge-guide-grid {
    gap: 16px;
}

.ge-guide-card {
    padding: 24px;
}

.ge-guide-detail {
    overflow: hidden;
}

.ge-guide-detail__head,
.ge-guide-detail__body,
.ge-article__body {
    background: var(--ge-surface);
}

.ge-guide-detail__head {
    padding: 36px 44px 28px;
}

.ge-guide-detail__body,
.ge-article__body {
    padding: 36px 44px;
    color: var(--ge-ink);
}

.ge-guide-detail__body h2,
.ge-guide-detail__body h3,
.ge-guide-detail__body strong,
.ge-article__body h2,
.ge-article__body h3,
.ge-article__body strong {
    color: var(--ge-ink);
}

.ge-guide-detail__body code,
.ge-article__body code {
    background: var(--ge-surface-soft);
    color: var(--ge-accent);
}

.ge-search-results {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 12px;
}

.ge-search-card {
    border-radius: 12px;
    background: var(--ge-surface);
}

.ge-tag {
    border-radius: 6px;
    background: var(--ge-surface-soft);
    color: var(--ge-muted);
}

.ge-empty-state {
    border: 1px solid var(--ge-line);
    color: var(--ge-muted);
}

.ge-travel-builder {
    padding: 24px;
}

.tc-picker-toolbar {
    gap: 12px;
    margin-bottom: 18px;
}

.tc-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    color: var(--ge-muted);
    font-size: 14px;
    font-weight: 900;
}

.tc-status-badge strong {
    color: var(--ge-accent);
}

.ge-travel-picker .tc-card {
    min-height: 118px;
    padding: 18px 14px;
    border-radius: 12px;
    background: var(--ge-surface);
}

.ge-travel-picker .tc-card.is-selected {
    border-color: rgba(180, 35, 42, .55);
    background: var(--ge-hover-bg);
    outline: 2px solid rgba(180, 35, 42, .14);
}

.tc-chk-mark {
    border-color: var(--ge-line-strong);
    background: var(--ge-surface);
}

.ge-travel-picker .tc-card.is-selected .tc-chk-mark {
    border-color: var(--ge-accent);
    background: var(--ge-accent);
}

.tc-bottom-bar {
    border-top: 0;
    background: var(--ge-navy);
    color: #fff;
    box-shadow: 0 -16px 36px -28px rgba(39, 63, 97, .8);
}

.tc-bottom-bar__inner {
    max-width: 1152px;
}

.tc-bottom-bar .ge-btn--ghost {
    border-color: rgba(255, 255, 255, .46);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.tc-bottom-bar .ge-btn--ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.tc-bottom-bar .ge-btn--primary:disabled {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .70);
}

.ge-form {
    max-width: 100%;
    margin-top: 0;
    padding: 28px;
}

.ge-form label {
    color: var(--ge-ink);
    font-weight: 800;
}

.ge-form label span {
    color: var(--ge-ink);
}

.ge-form input[type="text"],
.ge-form input[type="email"],
.ge-form select,
.ge-form textarea {
    border: 1px solid var(--ge-line);
    border-radius: 10px;
    background: var(--ge-surface);
    color: var(--ge-ink);
    padding: 12px 14px;
    font-size: 15px;
}

.ge-form input:focus,
.ge-form select:focus,
.ge-form textarea:focus {
    border-color: var(--ge-accent);
    outline: 3px solid rgba(180, 35, 42, .14);
    outline-offset: 0;
}

.ge-offline__list {
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
    padding: 12px 20px;
}

.ge-offline__link {
    color: var(--ge-navy);
    font-weight: 800;
}

.ge-footer {
    margin-top: 0;
    padding: 0;
    border-top: 1px solid var(--ge-line);
    background: var(--ge-surface);
    color: var(--ge-muted);
    text-align: left;
}

.ge-footer__grid {
    width: min(1152px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
    padding: 48px 0;
}

.ge-footer__brand p {
    max-width: 320px;
    margin: 14px 0 0;
    color: var(--ge-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ge-brand--footer {
    color: var(--ge-accent);
}

.ge-footer__col {
    display: grid;
    align-content: start;
    gap: 10px;
}

.ge-footer__col h2 {
    margin: 0 0 2px;
    color: var(--ge-navy);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ge-footer__col a {
    color: var(--ge-muted);
    font-size: 14px;
}

.ge-footer__col a:hover {
    color: var(--ge-accent);
}

.ge-footer__bottom {
    border-top: 1px solid var(--ge-line);
}

.ge-footer__bottom p {
    width: min(1152px, calc(100% - 32px));
    margin: 0 auto;
    color: var(--ge-muted);
    font-size: 12px;
    line-height: 1.5;
}

.ge-footer__bottom .ge-copy {
    padding-top: 18px;
}

.ge-footer__bottom .ge-disclaimer {
    padding: 4px 0 18px;
}

.ge-jump {
    background: var(--ge-bg);
}

.ge-jump__card {
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
    color: var(--ge-ink);
}

[dir="rtl"] .ge-section__title {
    padding-left: 0;
    padding-right: 0;
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light;
        --ge-bg: #f7f9fc;
        --ge-surface: #ffffff;
        --ge-surface-soft: #f8fafc;
        --ge-surface-strong: #ffffff;
        --ge-topbar-bg: rgba(255, 255, 255, .95);
        --ge-hover-bg: #fff1f2;
        --ge-ink: #2b3342;
        --ge-muted: #687489;
        --ge-placeholder: #8a95a6;
        --ge-line: #dde5ef;
        --ge-line-soft: #edf1f6;
        --ge-line-strong: #c9d5e3;
        --ge-blue: #344763;
        --ge-navy: #273f61;
        --ge-accent: #b4232a;
        --ge-accent-dark: #921a20;
    }
}

@media (max-width: 1024px) {
    .ge-home .ge-hero--directory {
        grid-template-columns: 1fr;
        gap: 24px;
    }

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

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

    .ge-directory-layout,
    .ge-country-layout {
        grid-template-columns: 1fr;
    }

    .ge-country-side {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 72px;
    }

    .ge-topbar {
        height: 60px;
        min-height: 60px;
        padding-left: 14px;
        padding-right: 14px;
        gap: 8px;
    }

    .ge-brand {
        flex: 1;
        max-width: calc(100% - 104px);
    }

    .ge-brand__text {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ge-lang-dropdown {
        margin-left: 0;
    }

    .ge-lang-btn span,
    .ge-lang-btn svg:last-child {
        display: none !important;
    }

    .ge-lang-btn {
        width: 40px;
        padding: 0;
        justify-content: center;
    }

    .ge-nav-toggle {
        display: flex !important;
    }

    .ge-nav {
        display: none !important;
        position: absolute !important;
        top: 60px !important;
        left: 0 !important;
        right: 0 !important;
        flex-direction: column;
        width: 100%;
        padding: 8px 14px 12px;
        border-bottom: 1px solid var(--ge-line) !important;
        background: var(--ge-surface) !important;
    }

    .ge-nav.is-open {
        display: flex !important;
    }

    .ge-nav a {
        width: 100%;
        padding: 13px 12px;
        white-space: normal;
    }

    .ge-shell,
    .ge-home .ge-hero--directory,
    .ge-home-sections,
    .ge-footer__grid,
    .ge-footer__bottom p {
        width: calc(100% - 28px);
    }

    .ge-shell,
    .ge-shell.ge-home {
        padding-bottom: 52px;
    }

    .ge-home .ge-hero--directory {
        padding: 28px 0 22px;
    }

    .ge-home .ge-hero__title,
    .ge-hero__title {
        font-size: 34px;
        line-height: 1.12;
    }

    .ge-home .ge-hero__subtitle {
        font-size: 15px;
    }

    .ge-hero-card {
        display: none;
    }

    .ge-services__grid,
    .ge-grid--cards,
    .ge-grid--countries,
    .ge-svc-grid,
    .ge-guide-grid,
    .ge-travel-panel,
    .ge-country-summary,
    .ge-service-country-grid,
    .ge-country-side,
    .ge-footer__grid {
        grid-template-columns: 1fr;
    }

    .ge-panel,
    .ge-services,
    .ge-seo-focus,
    .ge-source,
    .ge-tips,
    .ge-faq,
    .ge-page__head,
    .ge-country-record,
    .ge-search-hero,
    .ge-directory-search,
    .ge-country-main > .ge-panel,
    .ge-travel-panel,
    .ge-travel-builder,
    .ge-form {
        padding: 20px 16px;
    }

    .ge-page__title,
    .ge-search-hero__title {
        font-size: 32px;
    }

    .ge-section__title,
    .ge-country-main .ge-section__title {
        font-size: 22px;
    }

    .ge-country-record {
        grid-template-columns: 1fr;
    }

    .ge-country-record__flag {
        width: 88px;
    }

    .ge-numitem {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ge-numitem__number {
        font-size: 36px;
    }

    .ge-numitem__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .ge-source__item {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .ge-source__link {
        text-align: left;
    }

    .ge-search-page-form {
        grid-template-columns: 1fr;
    }

    .ge-search-page-form .ge-btn {
        width: 100%;
    }

    .ge-guides.ge-panel .ge-list {
        grid-template-columns: 1fr;
    }

    .ge-guide-detail__head,
    .ge-guide-detail__body,
    .ge-article__body {
        padding: 28px 22px;
    }

    .tc-picker-toolbar {
        align-items: stretch;
    }

    .tc-picker-search {
        flex-basis: 100%;
    }

    .tc-bottom-bar__inner {
        flex-wrap: wrap;
    }

    .tc-bottom-bar__hint {
        display: none;
    }

    .tc-bottom-bar__actions {
        width: 100%;
        justify-content: space-between;
    }

    .tc-bottom-bar .ge-btn {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .ge-search__wrap,
    .ge-home .ge-search__wrap,
    .ge-directory-search .ge-search__wrap,
    .ge-search-page-form .ge-search__wrap {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .ge-search__btn,
    .ge-home .ge-search__btn,
    .ge-directory-search .ge-search__btn,
    .ge-search-page-form .ge-search__btn {
        grid-column: 1 / -1;
        width: 100%;
        border-top: 1px solid rgba(180, 35, 42, .16);
        border-left: 0;
    }

    .ge-intent-chips {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ge-intent-chips span {
        grid-column: 1 / -1;
    }

    .ge-numitem__actions {
        grid-template-columns: 1fr;
    }
}
