.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: revert !important;
  }

  body.is-mobile-menu-open {
    overflow: hidden;
  }

  .site-header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  }

  .header-main-inner {
    width: calc(100% - 36px);
  }

  .header-mobile-toggle {
    position: relative;
    z-index: 10003;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ffffff;
  }

  .header-mobile-toggle[aria-expanded="true"] .header-mobile-toggle-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .header-mobile-toggle[aria-expanded="true"] .header-mobile-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .header-mobile-toggle[aria-expanded="true"] .header-mobile-toggle-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .header-mobile-toggle-line {
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .header-mobile-backdrop {
    position: fixed;
    inset: 68px 0 0;
    z-index: 10000;
    display: none;
    width: 100%;
    background: rgba(17, 17, 17, 0.28);
  }

  .header-mobile-backdrop.is-open {
    display: block;
  }

  .header-mobile-menu {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 10002;
    display: none;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    padding: 28px 28px 34px;
    border-bottom: 1px solid #e6e0d6;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
  }

  .header-mobile-menu.is-open {
    display: grid;
    row-gap: 0;
  }

  .header-mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 54px;
    border-bottom: 1px solid #ececec;
    font-family: var(--font-serif-cn);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
    text-decoration: none;
  }

  .header-mobile-menu a:last-child {
    color: var(--color-gold);
  }

  .header-mobile-close {
    justify-self: end;
    width: 36px;
    height: 36px;
    margin: -8px -4px 8px 0;
    cursor: pointer;
    color: #111111;
    font-family: var(--font-en);
    font-size: 30px;
    line-height: 36px;
  }

  .site-main {
    padding-top: 68px;
  }

  .floating-contact {
    display: none !important;
  }

  .contact-page {
    overflow: hidden;
    padding: 0 0 82px;
    background: #ffffff;
  }

  .contact-page .contact-hero {
    display: block;
    width: 100%;
    margin: 0;
  }

  .contact-page .contact-hero.page-hero {
    padding-block: 0;
  }

  .contact-page .contact-hero__grid {
    display: block;
    width: 100%;
    margin-inline: 0;
  }

  .contact-page .contact-hero__media {
    width: 100%;
    margin: 0;
  }

  .contact-page .contact-hero__media picture {
    display: block;
  }

  .contact-page .contact-hero__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2043 / 1288;
    object-fit: contain;
    object-position: center center;
  }

  .contact-page .contact-hero__content {
    width: auto;
    max-width: none;
    padding: 43px 28px 0;
  }

  .contact-page .contact-hero__content h1 {
    margin: 0;
    font-family: var(--font-serif-cn);
    font-size: 28px;
    line-height: 1.34;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-text-main);
  }

  .contact-page .contact-hero__content p {
    margin: 19px 0 0;
    font-family: var(--font-sans-cn-light);
    font-size: 15px;
    line-height: 2.05;
    font-weight: 300;
    color: #333333;
  }

  .contact-page .contact-form-section {
    width: auto;
    margin: 64px 25px 0;
  }

  .contact-page .contact-form-card {
    width: 100%;
    padding: 30px 24px 30px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
  }

  .contact-page .contact-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }

  .contact-page .contact-field {
    display: grid;
    gap: 8px;
    font-family: var(--font-sans-cn-regular);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: var(--color-text-main);
  }

  .contact-page .contact-field input,
  .contact-page .contact-field textarea {
    width: 100%;
    border-color: #bebebe;
    background: #ffffff;
    font-family: var(--font-sans-cn-light);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    color: var(--color-text-main);
  }

  .contact-page .contact-field input {
    height: 27px;
    padding: 0;
    border-width: 0 0 1px;
  }

  .contact-page .contact-field textarea {
    min-height: 188px;
    height: 188px;
    margin-top: 0;
    padding: 10px 12px;
    resize: vertical;
  }

  .contact-page .contact-field input::placeholder,
  .contact-page .contact-field textarea::placeholder {
    color: #818181;
  }

  .contact-page .contact-field--full {
    margin-top: 39px;
  }

  .contact-page .contact-type {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: center;
    gap: 14px 30px;
    margin: 22px 0 0;
    padding: 0;
    border: 0;
  }

  .contact-page .contact-type label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-family: var(--font-sans-cn-regular);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--color-text-main);
  }

  .contact-page .contact-type input {
    width: 12px;
    height: 12px;
  }

  @media (max-width: 360px) {
    .contact-page .contact-type {
      grid-template-columns: max-content;
      justify-content: start;
    }
  }

  .contact-page .contact-consent {
    margin-top: 18px;
    font-family: var(--font-sans-cn-light);
    font-size: 11px;
    line-height: 1.65;
    font-weight: 300;
    color: #666666;
  }

  .contact-page .contact-consent__title {
    font-family: var(--font-sans-cn-regular);
    font-size: 12px;
    line-height: 1.5;
    color: var(--color-text-main);
  }

  .contact-page .contact-submit {
    width: 100%;
    height: 44px;
    margin: 26px auto 0;
    background: var(--color-button-gold);
    color: #ffffff;
    font-family: var(--font-sans-cn-regular);
    font-size: 15px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: 0;
  }

  body:has(.contact-page) .site-footer .footer-logo {
    order: 0;
    display: block;
    flex: 0 0 100%;
    margin: 0 0 21px;
  }

  body:has(.contact-page) .site-footer .footer-logo img {
    width: 132px;
  }

  body:has(.contact-page) .footer-main-inner {
    padding-top: 23px;
  }

  .home-page > .home-hero,
  .home-page > .home-intro,
  .home-page > .home-citizenship,
  .home-page > .home-advantages,
  .home-page > .home-insights {
    display: none !important;
  }

  .home-mobile {
    display: block !important;
    overflow: hidden;
    background: #ffffff;
  }

  .home-mobile img {
    display: block;
    max-width: 100%;
  }

  .home-mobile-hero {
    background: #ded7cf;
  }

  .home-mobile-hero img {
    width: 100%;
    height: 178px;
    object-fit: cover;
    object-position: center center;
  }

  .home-mobile-intro,
  .home-mobile-advantages,
  .home-mobile-insights {
    padding: 38px 28px 0;
  }

  .home-mobile-intro h1,
  .home-mobile-section-heading h2,
  .home-mobile-insights h2 {
    margin: 0;
    font-family: var(--font-serif-cn);
    font-size: 26px;
    line-height: 1.38;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-text-main);
  }

  .home-mobile-intro > p {
    margin: 20px 0 0;
    font-family: var(--font-sans-cn-light);
    font-size: 15px;
    line-height: 1.85;
    font-weight: 300;
    color: #404040;
  }

  .home-mobile-passports {
    display: block;
    margin-top: 22px;
  }

  .home-mobile-passports img {
    width: 100%;
    aspect-ratio: 1.7;
    object-fit: cover;
  }

  .home-mobile-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 34px;
    margin-top: 28px;
  }

  .home-mobile-stats strong {
    display: block;
    font-family: var(--font-sans-cn-regular);
    font-size: 31px;
    line-height: 1;
    font-weight: 400;
    color: #111111;
  }

  .home-mobile-stats strong span {
    margin-left: 3px;
    font-size: 15px;
  }

  .home-mobile-stats p {
    margin: 9px 0 0;
    font-family: var(--font-sans-cn-light);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 300;
    color: #3d3d3d;
  }

  .home-mobile-citizenship {
    margin: 42px 28px 0;
    padding: 36px 22px 20px;
    background: #f3f3f3;
  }

  .home-mobile-section-heading p {
    margin: 6px 0 0;
    font-family: var(--font-sans-cn-light);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 300;
    color: #333333;
  }

  .home-mobile-country-list {
    margin-top: 26px;
  }

  .home-mobile-country {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 136px;
    padding: 0 0 22px;
    border-bottom: 1px solid #d8d8d8;
    color: inherit;
    text-decoration: none;
  }

  .home-mobile-country + .home-mobile-country {
    padding-top: 22px;
  }

  .home-mobile-country-copy {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
  }

  .home-mobile-country strong {
    display: block;
    font-family: var(--font-serif-cn);
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
  }

  .home-mobile-country em {
    font-family: var(--font-en);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
  }

  .home-mobile-country-copy > span {
    display: block;
    margin-top: 16px;
    font-family: var(--font-sans-cn-light);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
    color: #333333;
  }

  .home-mobile-country small {
    display: block;
    margin-top: 14px;
    font-family: var(--font-en);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 300;
    color: var(--color-gold);
  }

  .home-mobile-country picture {
    display: flex;
    flex: 0 0 68px;
    width: 68px;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .home-mobile-country img {
    width: 60px;
    max-width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
  }

  .home-mobile-country:nth-child(3) img {
    width: 72px;
  }

  .home-mobile-country:nth-child(4) img {
    width: 62px;
  }

  .home-mobile-advantages {
    padding-top: 36px;
  }

  .home-mobile-advantage-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 36px;
    margin-top: 42px;
  }

  .home-mobile-advantage img {
    width: 58px;
    height: auto;
    margin-bottom: 24px;
  }

  .home-mobile-advantage h3 {
    margin: 0;
    font-family: var(--font-serif-cn);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
  }

  .home-mobile-en {
    margin: 2px 0 0;
    font-family: var(--font-en);
    font-size: 10px;
    line-height: 1.3;
    font-weight: 300;
    color: #555555;
  }

  .home-mobile-advantage > p:not(.home-mobile-en) {
    margin: 16px 0 0;
    font-family: var(--font-sans-cn-light);
    font-size: 13px;
    line-height: 1.75;
    font-weight: 300;
    color: #333333;
  }

  .home-mobile-insights {
    padding-top: 44px;
    padding-bottom: 0;
  }

  .home-mobile-featured-news {
    margin-top: 18px;
  }

  .home-mobile-featured-news img {
    width: 100%;
    aspect-ratio: 1.52;
    object-fit: cover;
  }

  .home-mobile-featured-news h3 {
    margin: 22px 0 0;
    font-family: var(--font-serif-cn);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    color: #111111;
  }

  .home-mobile-featured-news p {
    margin: 12px 0 0;
    font-family: var(--font-sans-cn-light);
    font-size: 13px;
    line-height: 1.75;
    font-weight: 300;
    color: #333333;
  }

  .contact-section {
    position: relative;
    height: auto;
    margin-top: 28px;
    overflow: hidden;
  }

  .page-before-contact {
    padding-bottom: 20px !important;
  }

  .page-before-contact + .contact-section {
    margin-top: 28px;
  }

  .contact-inner,
  .contact-aside,
  .contact-heading,
  .contact-form {
    position: static;
    inset: auto;
    transform: none;
  }

  .contact-inner {
    position: relative;
    display: block;
    min-height: 0;
    background: #ffffff;
  }

  .contact-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.5)),
      url("/assets/generated/images/H5专用公共联系我们底图-720w-03852e2d69.webp") center center / cover no-repeat;
    pointer-events: none;
  }

  .contact-aside {
    position: relative;
    z-index: 2;
    display: grid;
    row-gap: 16px;
    width: auto;
    padding: 38px 18px 30px;
    background: transparent;
  }

  .contact-heading,
  .contact-form {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  .contact-heading,
  .contact-form {
    display: contents;
  }

  .contact-title {
    order: 1;
    font-size: 24px;
  }

  .contact-options {
    order: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 36px;
    margin-top: 0;
    font-size: 15px;
  }

  .contact-options label {
    padding-left: 28px;
  }

  .contact-form {
    margin-top: 26px;
    row-gap: 12px;
  }

  .contact-form-row {
    order: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 0;
  }

  .contact-form-row label {
    min-width: 0;
  }

  .contact-form > label {
    order: 3;
    min-width: 0;
  }

  .contact-form input[type="text"],
  .contact-form textarea,
  .contact-form button {
    width: 100%;
  }

  .contact-form input[type="text"],
  .contact-form textarea {
    border-color: rgba(89, 89, 89, 0.72);
    background: rgba(255, 255, 255, 0.78);
    padding-inline: 8px;
    font-size: 12px;
  }

  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    font-size: 12px;
    color: #666666;
  }

  .contact-form input[type="text"],
  .contact-form button {
    height: 40px;
  }

  .contact-form textarea {
    min-height: 88px;
    height: 88px;
  }

  .contact-form button {
    order: 5;
  }

  .contact-media {
    display: none;
  }

  .site-footer {
    min-height: 0;
    background: var(--color-bg-footer);
  }

  .footer-main {
    height: auto;
    border-bottom: 0;
  }

  .footer-main-inner {
    width: auto;
    height: auto;
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 34px;
    padding: 22px 24px 0;
  }

  .footer-brand,
  .footer-nav,
  .footer-social {
    position: static;
  }

  .footer-brand {
    display: contents;
  }

  .footer-logo {
    display: none;
  }

  .site-footer .footer-logo img {
    width: 180px;
  }

  .footer-contact {
    display: contents;
  }

  .footer-contact-info {
    display: contents;
    max-width: 100%;
    font-size: 10px;
    line-height: 1.35;
    color: #666666;
  }

  .footer-contact-info .footer-address-link {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 100%;
    align-self: flex-start;
    gap: 0;
    margin-bottom: 14px;
    text-align: left;
  }

  .footer-contact-info strong {
    font-size: 10px;
    line-height: 1.35;
    font-weight: 600;
    color: #5d5d5d;
  }

  .footer-address-link strong {
    font-size: 0;
  }

  .footer-address-link strong::after {
    content: "Hong Kong Headquarters";
    font-size: 10px;
    line-height: 1.35;
  }

  .footer-contact-info a,
  .footer-contact-info span {
    font-size: 10px;
    line-height: 1.35;
    color: #666666;
  }

  .footer-contact-heading {
    order: 3;
    flex: 0 0 100%;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 6px;
    text-align: left;
  }

  .footer-contact-info > a {
    order: 4;
    flex: 0 1 auto;
    align-self: flex-start;
    white-space: nowrap;
    text-align: left;
  }

  .footer-nav {
    display: none;
  }

  .footer-social {
    order: 2;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    align-self: flex-start;
    justify-content: flex-start;
    gap: 22px;
    margin: 0 0 16px;
  }

  .footer-social a,
  .footer-social-button {
    height: 22px;
  }

  .footer-social-icon--facebook {
    width: 10px;
  }

  .footer-social-icon--youtube {
    width: 19px;
  }

  .footer-social-icon--wechat {
    width: 22px;
  }

  .footer-bottom {
    height: auto;
    margin: 18px 24px 0;
    padding: 16px 0 22px;
    border-top: 1px solid #d8d8d8;
  }

  .footer-bottom .footer-legal {
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 4px 0 0;
    line-height: 1.35;
  }

  .footer-bottom .footer-legal a,
  .footer-bottom .footer-legal span {
    font-size: 8px;
    line-height: 1.35;
    color: #7c7c7c;
  }

  .footer-bottom .footer-legal a {
    text-decoration: none;
  }

  .footer-bottom .footer-legal span {
    margin-inline: 4px;
  }

  .footer-bottom .footer-copyright {
    order: 1;
    font-size: 0;
    line-height: 0;
    white-space: normal;
  }

  .footer-bottom .footer-copyright::before,
  .footer-bottom .footer-copyright::after {
    display: block;
    font-family: var(--font-sans-cn-light);
    font-size: 8px;
    line-height: 1.45;
    font-weight: 300;
    color: #7c7c7c;
    text-align: center;
  }

  .footer-bottom .footer-copyright::before {
    content: "\00a9  2026 IMMVEST ASIA CONSULTING SERVICE CO., LIMITED. All Rights Reserved.";
  }

  .footer-bottom .footer-copyright::after {
    display: none;
    content: "";
  }

  .global-citizenship-page > .gc-hero,
  .global-citizenship-page > .gc-programs,
  .global-citizenship-page > .gc-meaning {
    display: none !important;
  }

  .global-citizenship-page > .gc-mobile {
    display: block !important;
  }

  .gc-mobile {
    overflow: hidden;
    background: #ffffff;
  }

  .gc-mobile img {
    display: block;
    max-width: 100%;
  }

  .gc-mobile-hero {
    background: #ded7cf;
  }

  .gc-mobile-hero img {
    width: 100%;
    height: 176px;
    object-fit: cover;
    object-position: center center;
  }

  .gc-mobile-intro {
    padding: 42px 28px 39px;
    background: #ffffff;
  }

  .gc-mobile-intro h1,
  .gc-mobile-meaning h2 {
    margin: 0;
    font-family: var(--font-serif-cn);
    font-size: 25px;
    line-height: 1.42;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-text-main);
  }

  .gc-mobile-intro p {
    margin: 20px 0 0;
    font-family: var(--font-sans-cn-light);
    font-size: 13px;
    line-height: 1.95;
    font-weight: 300;
    color: #4c4c4c;
  }

  .gc-mobile-programs {
    padding: 38px 28px 30px;
    background: #f3f3f3;
  }

  .gc-mobile-featured {
    display: block;
    padding-bottom: 17px;
    border-bottom: 1px solid #d7d7d7;
    color: inherit;
    text-decoration: none;
  }

  .gc-mobile-featured-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }

  .gc-mobile-featured-heading h2 {
    margin: 0;
    font-family: var(--font-serif-cn);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-text-main);
  }

  .gc-mobile-featured-heading p {
    margin: 3px 0 0;
    font-family: var(--font-en);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
    color: var(--color-text-main);
  }

  .gc-mobile-featured-heading picture {
    display: flex;
    flex: 0 0 54px;
    justify-content: flex-end;
    padding-top: 2px;
  }

  .gc-mobile-featured-heading img {
    width: 44px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
  }

  .gc-mobile-featured > p,
  .gc-mobile-facts p,
  .gc-mobile-country-copy > span,
  .gc-mobile-meaning p {
    font-family: var(--font-sans-cn-light);
    font-size: 13px;
    line-height: 1.82;
    font-weight: 300;
    color: #3f3f3f;
  }

  .gc-mobile-featured > p {
    margin: 16px 0 0;
  }

  .gc-mobile-featured > p + p {
    margin-top: 6px;
  }

  .gc-mobile-facts {
    display: grid;
    row-gap: 13px;
    margin-top: 20px;
  }

  .gc-mobile-facts strong {
    display: block;
    margin: 0 0 4px;
    font-family: var(--font-serif-cn);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    color: var(--color-text-main);
  }

  .gc-mobile-facts p {
    margin: 0;
    line-height: 1.78;
  }

  .gc-mobile-featured > span,
  .gc-mobile-country small {
    display: block;
    font-family: var(--font-en);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 300;
    color: var(--color-gold);
  }

  .gc-mobile-featured > span {
    margin-top: 17px;
  }

  .gc-mobile-country-list {
    margin-top: 0;
  }

  .gc-mobile-country {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 116px;
    padding: 20px 0 16px;
    border-bottom: 1px solid #d7d7d7;
    color: inherit;
    text-decoration: none;
  }

  .gc-mobile-country-copy {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
  }

  .gc-mobile-country strong {
    display: block;
    font-family: var(--font-serif-cn);
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--color-text-main);
  }

  .gc-mobile-country em {
    font-family: var(--font-en);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
  }

  .gc-mobile-country-copy > span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.58;
  }

  .gc-mobile-country small {
    margin-top: 11px;
  }

  .gc-mobile-country picture {
    display: flex;
    flex: 0 0 62px;
    width: 62px;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .gc-mobile-country img {
    width: 54px;
    height: auto;
    max-height: 66px;
    object-fit: contain;
  }

  .gc-mobile-country:nth-child(2) img {
    width: 66px;
  }

  .gc-mobile-country:nth-child(4) img,
  .gc-mobile-country:nth-child(5) img {
    width: 64px;
  }

  .gc-mobile-country:nth-child(6) img,
  .gc-mobile-country:nth-child(7) img {
    width: 58px;
  }

  .gc-mobile-meaning {
    padding: 39px 28px 2px;
    background: #ffffff;
  }

  .gc-mobile-meaning h2 {
    font-size: 22px;
    line-height: 1.38;
  }

  .gc-mobile-meaning article {
    margin-top: 24px;
  }

  .gc-mobile-meaning h3 {
    margin: 0;
    font-family: var(--font-serif-cn);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
    color: var(--color-text-main);
  }

  .gc-mobile-meaning p {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.72;
  }

  .gc-mobile-meaning.page-before-contact {
    padding-bottom: 0 !important;
  }

  .solutions-page > .solutions-hero,
  .solutions-page > .solutions-breadcrumb,
  .solutions-page > .solutions-section {
    display: none !important;
  }

  .solutions-page > .solutions-mobile {
    display: block !important;
  }

  .solutions-mobile {
    overflow: hidden;
    background: #ffffff;
  }

  .solutions-mobile img {
    display: block;
    max-width: 100%;
  }

  .solutions-mobile-hero {
    background: #dfe6e8;
  }

  .solutions-mobile-hero img {
    width: 100%;
    height: 178px;
    object-fit: cover;
    object-position: center center;
  }

  .solutions-mobile-intro,
  .solutions-mobile-list {
    padding-inline: 24px;
  }

  .solutions-mobile-intro {
    padding-top: 37px;
    padding-bottom: 28px;
  }

  .solutions-mobile-intro h1,
  .solutions-mobile-section h2,
  .solutions-mobile-service h3 {
    margin: 0;
    font-family: var(--font-serif-cn);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-text-main);
  }

  .solutions-mobile-intro h1 {
    font-size: 26px;
    line-height: 1.42;
  }

  .solutions-mobile-intro p,
  .solutions-mobile-section-copy p {
    margin: 18px 0 0;
    font-family: var(--font-sans-cn-light);
    font-size: 13px;
    line-height: 1.82;
    font-weight: 300;
    color: #333333;
  }

  .solutions-mobile-intro::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 27px;
    background: #d8d8d8;
  }

  .solutions-mobile-list {
    padding-bottom: 0;
  }

  .solutions-mobile-section {
    padding: 24px 0 28px;
    border-bottom: 1px solid #d8d8d8;
  }

  .solutions-mobile-section:first-child {
    padding-top: 0;
  }

  .solutions-mobile-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .solutions-mobile-section h2 {
    font-size: 24px;
    line-height: 1.28;
  }

  .solutions-mobile-section-copy p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.72;
  }

  .solutions-mobile-service-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 14px;
    margin-top: 27px;
  }

  .solutions-mobile-service {
    min-width: 0;
  }

  .solutions-mobile-service h3 {
    font-size: 18px;
    line-height: 1.18;
  }

  .solutions-mobile-service p {
    min-height: 24px;
    margin: 2px 0 0;
    font-family: var(--font-en);
    font-size: 10px;
    line-height: 1.18;
    font-weight: 300;
    color: var(--color-text-main);
  }

  .solutions-mobile-service picture {
    display: block;
    margin-top: 7px;
  }

  .solutions-mobile-service img {
    width: 100%;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
  }

  .solutions-mobile.page-before-contact {
    padding-bottom: 0 !important;
  }

  .solutions-mobile + .contact-section {
    margin-top: 22px;
  }

  .malta-page {
    overflow: hidden;
    background: #ffffff;
  }

  .malta-page .malta-anchor-nav {
    display: none !important;
  }

  .malta-page .malta-hero {
    padding: 0;
  }

  .malta-page .malta-hero-grid {
    display: block;
    width: 100%;
    margin: 0;
  }

  .malta-page .malta-hero-media picture,
  .malta-page .malta-hero-media img,
  .malta-page .malta-related > picture,
  .malta-page .malta-related > picture > img {
    display: block;
    width: 100%;
  }

  .malta-page .malta-hero-media img {
    height: 178px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
  }

  .malta-page .malta-hero-content {
    display: block;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 38px 24px 35px;
    overflow: visible;
  }

  .malta-page .malta-hero-content h1,
  .malta-page .malta-summary-card h2,
  .malta-page .malta-copy-block h2,
  .malta-page .malta-related-card h3 {
    font-family: var(--font-serif-cn);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-text-main);
  }

  .malta-page .malta-hero-content h1 {
    margin: 0;
    font-size: 27px;
    line-height: 1.34;
  }

  .malta-page .malta-hero-subtitle {
    margin: 6px 0 0;
    font-family: var(--font-en);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 300;
    color: var(--color-text-main);
  }

  .malta-page .malta-hero-content p:not(.malta-hero-subtitle),
  .malta-page .malta-summary-card p,
  .malta-page .malta-copy-block p,
  .malta-page .malta-copy-block li,
  .malta-page .malta-related-card p {
    font-family: var(--font-sans-cn-regular);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
    color: #3f3f3f;
  }

  .malta-page .malta-hero-content p:not(.malta-hero-subtitle) {
    margin: 20px 0 0;
    max-width: none;
  }

  .malta-page .malta-summary {
    padding-top: 0;
  }

  .malta-page .malta-summary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .malta-page .malta-summary-card {
    min-height: 0;
    padding: 38px 24px 40px;
  }

  .malta-page .malta-summary-card--gold {
    margin-right: 24px;
    background: var(--color-gold);
  }

  .malta-page .malta-summary-card--gray {
    margin-left: 24px;
    background: #f6f6f6;
  }

  .malta-page .malta-summary-card--gold h2,
  .malta-page .malta-summary-card--gold p {
    color: #ffffff;
  }

  .malta-page .malta-summary-card h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
  }

  .malta-page .malta-summary-card p {
    margin: 20px 0 0;
    line-height: 1.8;
  }

  .malta-page .malta-summary-card p br {
    display: none;
  }

  .malta-page .malta-content-section {
    padding: 42px 0 0;
  }

  .malta-page .malta-content-grid {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 42px;
    margin: 0;
  }

  .malta-page .malta-main-content {
    display: grid;
    row-gap: 44px;
    padding: 0 24px;
  }

  .malta-page .malta-copy-block {
    scroll-margin-top: 88px;
  }

  .malta-page .malta-copy-block h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.35;
  }

  .malta-page .malta-copy-block h3 {
    margin: 17px 0 0;
    font-family: var(--font-sans-cn-regular);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: var(--color-text-main);
  }

  .malta-page .malta-copy-block p,
  .malta-page .malta-copy-block ul {
    margin: 12px 0 0;
  }

  .malta-page .malta-copy-block ul {
    padding: 0;
    list-style: none;
  }

  .malta-page .malta-copy-block li {
    position: relative;
    padding-left: 0.78em;
  }

  .malta-page .malta-copy-block li::before {
    content: "·";
    position: absolute;
    left: 0;
    margin: 0;
  }

  .malta-page .malta-related {
    display: none !important;
  }

  .malta-page .malta-related > picture {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }

  .malta-page .malta-related > picture > img {
    height: auto;
    aspect-ratio: 1004 / 1147;
    object-fit: cover;
  }

  .malta-page .malta-related-card {
    position: relative;
    padding-bottom: 26px;
    border-bottom: 1px solid #d4d4d4;
    color: inherit;
  }

  .malta-page .malta-related-card h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.42;
  }

  .malta-page .malta-related-card p {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.76;
  }

  .malta-page .malta-related-card a {
    display: inline-block;
    margin-top: 15px;
    font-family: var(--font-sans-cn-regular);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--color-gold);
    text-decoration: none;
  }

  .malta-page .malta-related-card a::before {
    content: "";
    position: absolute;
    inset: 0;
  }

  /* 公民身份二级页公共国家互链：
     所有国家页面共用。
     最终标准为左对齐。
     页面专属样式不得覆盖。 */
  .citizenship-secondary-page .citizenship-link-nav {
    padding: 34px 28px 8px !important;
  }

  .citizenship-secondary-page .citizenship-link-nav__inner {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid #d8d8d8;
    text-align: left;
  }

  .citizenship-secondary-page .citizenship-link-nav__item {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    white-space: nowrap;
    font-family: var(--font-sans-cn-regular);
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
  }

  .citizenship-secondary-page .citizenship-link-nav__item:not(:last-child)::after {
    content: "｜";
    padding-inline: 8px;
    color: #bfbfbf;
  }

  .citizenship-secondary-page .citizenship-link-nav + .contact-section {
    margin-top: 24px;
  }

  .argentina-page {
    overflow: hidden;
    background: #ffffff;
  }

  .argentina-page .argentina-anchor-nav {
    display: none !important;
  }

  .argentina-page .argentina-hero {
    padding: 0;
  }

  .argentina-page .argentina-hero-grid {
    display: block;
    width: 100%;
    margin: 0;
  }

  .argentina-page .argentina-hero-media picture,
  .argentina-page .argentina-hero-media img {
    display: block;
    width: 100%;
  }

  .argentina-page .argentina-hero-media img {
    height: 178px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
  }

  .argentina-page .argentina-hero-content {
    display: block;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 38px 28px 41px;
    overflow: visible;
  }

  .argentina-page .argentina-hero-content h1,
  .argentina-page .argentina-summary-card h2,
  .argentina-page .argentina-copy-block h2 {
    font-family: var(--font-serif-cn);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-text-main);
  }

  .argentina-page .argentina-hero-content h1 {
    margin: 0;
    font-size: 28px;
    line-height: 1.32;
  }

  .argentina-page .argentina-hero-content h1 span {
    display: block;
  }

  .argentina-page .argentina-hero-subtitle {
    display: none;
  }

  .argentina-page .argentina-hero-content p:not(.argentina-hero-subtitle),
  .argentina-page .argentina-summary-card p,
  .argentina-page .argentina-copy-block p,
  .argentina-page .argentina-copy-block li {
    font-family: var(--font-sans-cn-regular);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
    color: #3f3f3f;
  }

  .argentina-page .argentina-hero-content p:not(.argentina-hero-subtitle) {
    margin: 22px 0 0;
    max-width: none;
  }

  .argentina-page .argentina-summary {
    padding-top: 0;
  }

  .argentina-page .argentina-summary-grid {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .argentina-page .argentina-summary-card {
    min-height: 0;
    padding: 44px 28px 46px;
  }

  .argentina-page .argentina-summary-card--gold {
    margin-right: 30px;
    background: var(--color-gold);
  }

  .argentina-page .argentina-summary-card--gray {
    margin-left: 0;
    padding: 56px clamp(28px, 7vw, 54px) 58px;
    background: #f6f6f6;
  }

  .argentina-page .argentina-summary-card--gold h2,
  .argentina-page .argentina-summary-card--gold .argentina-card-subtitle,
  .argentina-page .argentina-summary-card--gold p:not(.argentina-card-subtitle) {
    color: #ffffff;
  }

  .argentina-page .argentina-summary-card h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
  }

  .argentina-page .argentina-summary-card h2 span {
    font-family: var(--font-sans-cn-regular);
    font-size: 16px;
    font-weight: 400;
  }

  .argentina-page .argentina-summary-card .argentina-card-subtitle {
    margin: 4px 0 0;
    font-family: var(--font-en);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
  }

  .argentina-page .argentina-summary-card p:not(.argentina-card-subtitle) {
    margin: 23px 0 0;
    line-height: 1.8;
  }

  .argentina-page .argentina-summary-card--gray h2 {
    font-size: 28px;
    line-height: 1.35;
  }

  .argentina-page .argentina-summary-card--gray p {
    margin-top: 48px;
    color: #666666;
  }

  .argentina-page .argentina-summary-card p br {
    display: none;
  }

  .argentina-page .argentina-reserve-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 252px;
    max-width: 100%;
    height: 64px;
    margin-top: 36px;
    border: 1px solid var(--color-text-main);
    color: var(--color-text-main);
    background: transparent;
    text-decoration: none;
    font-family: var(--font-sans-cn-regular);
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.18em;
  }

  .argentina-page .argentina-content-section {
    padding: 43px 0 0;
  }

  .argentina-page .argentina-content-grid {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 42px;
    margin: 0;
  }

  .argentina-page .argentina-main-content {
    display: grid;
    row-gap: 44px;
    padding: 0 28px;
  }

  .argentina-page .argentina-copy-block {
    scroll-margin-top: 88px;
  }

  .argentina-page .argentina-copy-block h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
  }

  .argentina-page .argentina-copy-block p,
  .argentina-page .argentina-copy-block ul {
    margin: 12px 0 0;
  }

  .argentina-page .argentina-copy-block ul {
    padding: 0;
    list-style: none;
  }

  .argentina-page .argentina-copy-block li {
    position: relative;
    padding-left: 0.78em;
    text-indent: 0;
  }

  .argentina-page .argentina-copy-block li::before {
    content: "·";
    position: absolute;
    left: 0;
    margin: 0;
  }

  .argentina-page .argentina-side-image {
    display: none !important;
  }

  .turkiye-page,
  .st-kitts-page,
  .sao-tome-page,
  .dominica-page,
  .grenada-page,
  .st-lucia-page,
  .antigua-page {
    overflow: hidden;
    background: #ffffff;
  }

  .turkiye-page .turkiye-anchor-nav,
  .st-kitts-page .st-kitts-anchor-nav,
  .sao-tome-page .sao-tome-anchor-nav,
  .dominica-page .dominica-anchor-nav,
  .grenada-page .grenada-anchor-nav,
  .st-lucia-page .st-lucia-anchor-nav,
  .antigua-page .antigua-anchor-nav {
    display: none !important;
  }

  .turkiye-page .citizenship-detail-hero,
  .st-kitts-page .citizenship-detail-hero,
  .sao-tome-page .citizenship-detail-hero,
  .dominica-page .citizenship-detail-hero,
  .grenada-page .citizenship-detail-hero,
  .st-lucia-page .citizenship-detail-hero,
  .antigua-page .citizenship-detail-hero {
    padding: 0;
  }

  .turkiye-page .citizenship-detail-hero__grid,
  .st-kitts-page .citizenship-detail-hero__grid,
  .sao-tome-page .citizenship-detail-hero__grid,
  .dominica-page .citizenship-detail-hero__grid,
  .grenada-page .citizenship-detail-hero__grid,
  .st-lucia-page .citizenship-detail-hero__grid,
  .antigua-page .citizenship-detail-hero__grid {
    display: block;
    width: 100%;
    margin: 0;
  }

  .turkiye-page .citizenship-detail-hero__image picture,
  .turkiye-page .citizenship-detail-hero__image img,
  .st-kitts-page .citizenship-detail-hero__image picture,
  .st-kitts-page .citizenship-detail-hero__image img,
  .sao-tome-page .citizenship-detail-hero__image picture,
  .sao-tome-page .citizenship-detail-hero__image img,
  .dominica-page .citizenship-detail-hero__image picture,
  .dominica-page .citizenship-detail-hero__image img,
  .grenada-page .citizenship-detail-hero__image picture,
  .grenada-page .citizenship-detail-hero__image img,
  .st-lucia-page .citizenship-detail-hero__image picture,
  .st-lucia-page .citizenship-detail-hero__image img,
  .antigua-page .citizenship-detail-hero__image picture,
  .antigua-page .citizenship-detail-hero__image img {
    display: block;
    width: 100%;
  }

  .turkiye-page .citizenship-detail-hero__image img,
  .st-kitts-page .citizenship-detail-hero__image img,
  .sao-tome-page .citizenship-detail-hero__image img,
  .dominica-page .citizenship-detail-hero__image img,
  .grenada-page .citizenship-detail-hero__image img,
  .st-lucia-page .citizenship-detail-hero__image img,
  .antigua-page .citizenship-detail-hero__image img {
    height: clamp(178px, 45.5vw, 196px);
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
  }

  .turkiye-page .citizenship-detail-hero__content,
  .st-kitts-page .citizenship-detail-hero__content,
  .sao-tome-page .citizenship-detail-hero__content,
  .dominica-page .citizenship-detail-hero__content,
  .grenada-page .citizenship-detail-hero__content,
  .st-lucia-page .citizenship-detail-hero__content,
  .antigua-page .citizenship-detail-hero__content {
    display: block;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 38px 28px 42px;
    overflow: visible;
    text-align: left;
  }

  .turkiye-page .citizenship-detail-hero__title,
  .turkiye-page .turkiye-summary-card h2,
  .turkiye-page .turkiye-copy-block h2,
  .st-kitts-page .citizenship-detail-hero__title,
  .st-kitts-page .st-kitts-summary-card h2,
  .st-kitts-page .st-kitts-copy-block h2,
  .sao-tome-page .citizenship-detail-hero__title,
  .sao-tome-page .sao-tome-summary-card h2,
  .sao-tome-page .sao-tome-copy-block h2,
  .dominica-page .citizenship-detail-hero__title,
  .dominica-page .dominica-summary-card h2,
  .dominica-page .dominica-copy-block h2,
  .grenada-page .citizenship-detail-hero__title,
  .grenada-page .grenada-summary-card h2,
  .grenada-page .grenada-copy-block h2,
  .st-lucia-page .citizenship-detail-hero__title,
  .st-lucia-page .st-lucia-summary-card h2,
  .st-lucia-page .st-lucia-copy-block h2,
  .antigua-page .citizenship-detail-hero__title,
  .antigua-page .antigua-summary-card h2,
  .antigua-page .antigua-copy-block h2 {
    font-family: var(--font-serif-cn);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-text-main);
  }

  .turkiye-page .citizenship-detail-hero__title,
  .st-kitts-page .citizenship-detail-hero__title,
  .sao-tome-page .citizenship-detail-hero__title,
  .dominica-page .citizenship-detail-hero__title,
  .grenada-page .citizenship-detail-hero__title,
  .st-lucia-page .citizenship-detail-hero__title,
  .antigua-page .citizenship-detail-hero__title {
    max-width: 7.2em;
    margin: 0;
    font-size: 28px;
    line-height: 1.32;
  }

  .sao-tome-page .citizenship-detail-hero__title {
    max-width: none;
  }

  .turkiye-page .citizenship-detail-hero__subtitle,
  .st-kitts-page .citizenship-detail-hero__subtitle,
  .sao-tome-page .citizenship-detail-hero__subtitle,
  .dominica-page .citizenship-detail-hero__subtitle,
  .grenada-page .citizenship-detail-hero__subtitle,
  .st-lucia-page .citizenship-detail-hero__subtitle,
  .antigua-page .citizenship-detail-hero__subtitle {
    margin: 8px 0 0;
    font-family: var(--font-en);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 300;
    color: var(--color-text-main);
  }

  .turkiye-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .turkiye-page .turkiye-summary-card p,
  .turkiye-page .turkiye-copy-block p,
  .turkiye-page .turkiye-copy-block li,
  .st-kitts-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .st-kitts-page .st-kitts-summary-card p,
  .st-kitts-page .st-kitts-copy-block p,
  .st-kitts-page .st-kitts-copy-block li,
  .sao-tome-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .sao-tome-page .sao-tome-summary-card p,
  .sao-tome-page .sao-tome-copy-block p,
  .sao-tome-page .sao-tome-copy-block li,
  .dominica-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .dominica-page .dominica-summary-card p,
  .dominica-page .dominica-copy-block p,
  .dominica-page .dominica-copy-block li,
  .grenada-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .grenada-page .grenada-summary-card p,
  .grenada-page .grenada-copy-block p,
  .grenada-page .grenada-copy-block li,
  .st-lucia-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .st-lucia-page .st-lucia-summary-card p,
  .st-lucia-page .st-lucia-summary-card li,
  .st-lucia-page .st-lucia-copy-block p,
  .st-lucia-page .st-lucia-copy-block li,
  .antigua-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .antigua-page .antigua-summary-card p,
  .antigua-page .antigua-copy-block p,
  .antigua-page .antigua-copy-block li {
    font-family: var(--font-sans-cn-regular);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
    color: #3f3f3f;
  }

  .turkiye-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .st-kitts-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .sao-tome-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .dominica-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .grenada-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .st-lucia-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle),
  .antigua-page .citizenship-detail-hero__content p:not(.citizenship-detail-hero__subtitle) {
    margin: 20px 0 0;
    max-width: none;
  }

  .turkiye-page .turkiye-summary,
  .st-kitts-page .st-kitts-summary,
  .sao-tome-page .sao-tome-summary,
  .dominica-page .dominica-summary,
  .grenada-page .grenada-summary,
  .st-lucia-page .st-lucia-summary,
  .antigua-page .antigua-summary {
    padding-top: 0;
  }

  .turkiye-page .turkiye-summary-grid,
  .st-kitts-page .st-kitts-summary-grid,
  .sao-tome-page .sao-tome-summary-grid,
  .dominica-page .dominica-summary-grid,
  .grenada-page .grenada-summary-grid,
  .st-lucia-page .st-lucia-summary-grid,
  .antigua-page .antigua-summary-grid {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .turkiye-page .turkiye-summary-card,
  .st-kitts-page .st-kitts-summary-card,
  .sao-tome-page .sao-tome-summary-card,
  .dominica-page .dominica-summary-card,
  .grenada-page .grenada-summary-card,
  .st-lucia-page .st-lucia-summary-card,
  .antigua-page .antigua-summary-card {
    min-height: 0;
    padding: 42px 28px 44px;
    text-align: left;
  }

  .turkiye-page .turkiye-summary-card--gold,
  .st-kitts-page .st-kitts-summary-card--gold,
  .sao-tome-page .sao-tome-summary-card--gold,
  .dominica-page .dominica-summary-card--gold,
  .grenada-page .grenada-summary-card--gold,
  .st-lucia-page .st-lucia-summary-card--gold,
  .antigua-page .antigua-summary-card--gold {
    margin-right: 28px;
    background: var(--color-gold);
  }

  .turkiye-page .turkiye-summary-card--gray,
  .st-kitts-page .st-kitts-summary-card--gray,
  .sao-tome-page .sao-tome-summary-card--gray,
  .dominica-page .dominica-summary-card--gray,
  .grenada-page .grenada-summary-card--gray,
  .st-lucia-page .st-lucia-summary-card--gray,
  .antigua-page .antigua-summary-card--gray {
    margin-left: 28px;
    background: #f6f6f6;
  }

  .turkiye-page .turkiye-summary-card--gold h2,
  .turkiye-page .turkiye-summary-card--gold p,
  .st-kitts-page .st-kitts-summary-card--gold h2,
  .st-kitts-page .st-kitts-summary-card--gold p,
  .sao-tome-page .sao-tome-summary-card--gold h2,
  .sao-tome-page .sao-tome-summary-card--gold p,
  .dominica-page .dominica-summary-card--gold h2,
  .dominica-page .dominica-summary-card--gold p,
  .grenada-page .grenada-summary-card--gold h2,
  .grenada-page .grenada-summary-card--gold p,
  .st-lucia-page .st-lucia-summary-card--gold h2,
  .st-lucia-page .st-lucia-summary-card--gold p,
  .antigua-page .antigua-summary-card--gold h2,
  .antigua-page .antigua-summary-card--gold p {
    color: #ffffff;
  }

  .turkiye-page .turkiye-summary-card h2,
  .st-kitts-page .st-kitts-summary-card h2,
  .sao-tome-page .sao-tome-summary-card h2,
  .dominica-page .dominica-summary-card h2,
  .grenada-page .grenada-summary-card h2,
  .st-lucia-page .st-lucia-summary-card h2,
  .antigua-page .antigua-summary-card h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
  }

  .turkiye-page .turkiye-summary-card p,
  .st-kitts-page .st-kitts-summary-card p,
  .sao-tome-page .sao-tome-summary-card p,
  .dominica-page .dominica-summary-card p,
  .grenada-page .grenada-summary-card p,
  .st-lucia-page .st-lucia-summary-card p,
  .st-lucia-page .st-lucia-summary-card ul,
  .antigua-page .antigua-summary-card p {
    margin: 20px 0 0;
    line-height: 1.8;
  }

  .turkiye-page .turkiye-summary-card p br,
  .st-kitts-page .st-kitts-summary-card p br,
  .sao-tome-page .sao-tome-summary-card p br,
  .dominica-page .dominica-summary-card p br,
  .grenada-page .grenada-summary-card p br,
  .st-lucia-page .st-lucia-summary-card p br,
  .antigua-page .antigua-summary-card p br {
    display: none;
  }

  .st-lucia-page .st-lucia-summary-card ul {
    padding: 0;
    list-style: none;
  }

  .st-lucia-page .st-lucia-summary-card li {
    position: relative;
    padding-left: 0.78em;
  }

  .st-lucia-page .st-lucia-summary-card li::before {
    content: "·";
    position: absolute;
    left: 0;
  }

  .turkiye-page .turkiye-content-section,
  .st-kitts-page .st-kitts-content-section,
  .sao-tome-page .sao-tome-content-section,
  .dominica-page .dominica-content-section,
  .grenada-page .grenada-content-section,
  .st-lucia-page .st-lucia-content-section,
  .antigua-page .antigua-content-section {
    padding: 42px 0 0;
  }

  .turkiye-page .turkiye-content-grid,
  .st-kitts-page .st-kitts-content-grid,
  .sao-tome-page .sao-tome-content-grid,
  .dominica-page .dominica-content-grid,
  .grenada-page .grenada-content-grid,
  .st-lucia-page .st-lucia-content-grid,
  .antigua-page .antigua-content-grid {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 42px;
    margin: 0;
  }

  .turkiye-page .turkiye-main-content,
  .st-kitts-page .st-kitts-main-content,
  .sao-tome-page .sao-tome-main-content,
  .dominica-page .dominica-main-content,
  .grenada-page .grenada-main-content,
  .st-lucia-page .st-lucia-main-content,
  .antigua-page .antigua-main-content {
    display: grid;
    row-gap: 44px;
    padding: 0 28px;
  }

  .turkiye-page .turkiye-copy-block,
  .st-kitts-page .st-kitts-copy-block,
  .sao-tome-page .sao-tome-copy-block,
  .dominica-page .dominica-copy-block,
  .grenada-page .grenada-copy-block,
  .st-lucia-page .st-lucia-copy-block,
  .antigua-page .antigua-copy-block {
    scroll-margin-top: 88px;
  }

  .turkiye-page .turkiye-copy-block h2,
  .st-kitts-page .st-kitts-copy-block h2,
  .sao-tome-page .sao-tome-copy-block h2,
  .dominica-page .dominica-copy-block h2,
  .grenada-page .grenada-copy-block h2,
  .st-lucia-page .st-lucia-copy-block h2,
  .antigua-page .antigua-copy-block h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
  }

  .turkiye-page .turkiye-copy-block p,
  .turkiye-page .turkiye-copy-block ul,
  .st-kitts-page .st-kitts-copy-block p,
  .st-kitts-page .st-kitts-copy-block ul,
  .sao-tome-page .sao-tome-copy-block p,
  .sao-tome-page .sao-tome-copy-block ul,
  .dominica-page .dominica-copy-block p,
  .dominica-page .dominica-copy-block ul,
  .grenada-page .grenada-copy-block p,
  .grenada-page .grenada-copy-block ul,
  .st-lucia-page .st-lucia-copy-block p,
  .st-lucia-page .st-lucia-copy-block ul,
  .antigua-page .antigua-copy-block p,
  .antigua-page .antigua-copy-block ul {
    margin: 12px 0 0;
  }

  .turkiye-page .turkiye-copy-block ul,
  .st-kitts-page .st-kitts-copy-block ul,
  .sao-tome-page .sao-tome-copy-block ul,
  .dominica-page .dominica-copy-block ul,
  .grenada-page .grenada-copy-block ul,
  .st-lucia-page .st-lucia-copy-block ul,
  .antigua-page .antigua-copy-block ul {
    padding: 0;
    list-style: none;
  }

  .turkiye-page .turkiye-copy-block li,
  .st-kitts-page .st-kitts-copy-block li,
  .sao-tome-page .sao-tome-copy-block li,
  .dominica-page .dominica-copy-block li,
  .grenada-page .grenada-copy-block li,
  .st-lucia-page .st-lucia-copy-block li,
  .antigua-page .antigua-copy-block li {
    position: relative;
    padding-left: 0.78em;
    text-indent: 0;
  }

  .turkiye-page .turkiye-copy-block li::before,
  .st-kitts-page .st-kitts-copy-block li::before,
  .sao-tome-page .sao-tome-copy-block li::before,
  .dominica-page .dominica-copy-block li::before,
  .grenada-page .grenada-copy-block li::before,
  .st-lucia-page .st-lucia-copy-block li::before,
  .antigua-page .antigua-copy-block li::before {
    content: "·";
    position: absolute;
    left: 0;
    margin: 0;
  }

  .citizenship-secondary-page .citizenship-secondary-content-image {
    display: none;
  }

  /* 洞见文章详情页 H5 底部文章互链公共组件：
     每篇文章展示其他文章，不展示当前文章；
     页面专属样式不得覆盖公共布局。 */
  .insights-page .insight-related-links.mobile-only {
    display: grid !important;
    width: calc(100% - 48px);
    margin: 34px auto 0;
    row-gap: 0;
  }

  .insights-page .insight-related-item {
    display: grid;
    grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
    min-width: 0;
    padding: 18px 0;
    border-bottom: 1px solid #d8d8d8;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
  }

  .insights-page .insight-related-item:first-child {
    padding-top: 0;
  }

  .insights-page .insight-related-image {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    overflow: hidden;
  }

  .insights-page .insight-related-image picture,
  .insights-page .insight-related-image img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .insights-page .insight-related-image img {
    object-fit: cover;
    object-position: center center;
  }

  .insights-page .insight-related-content {
    min-width: 0;
    padding-top: 2px;
  }

  .insights-page .insight-related-content h3 {
    margin: 0;
    font-family: var(--font-serif-cn);
    font-size: 17px;
    line-height: 1.42;
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .insights-page .insight-related-content span {
    display: inline-flex;
    margin-top: 9px;
    font-family: var(--font-sans-cn-light);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
    color: var(--color-gold);
  }

}
