﻿.overseas-residents-page .page-wrapper > section.hero-section,
      .overseas-residents-page .page-wrapper > section.feature-section,
      .overseas-residents-page .page-wrapper > section.about-section-two,
      .overseas-residents-page .page-wrapper > section.services-section-two,
      .overseas-residents-page .page-wrapper > section.why-choose-us-section-two,
      .overseas-residents-page .page-wrapper > section.funfact-section,
      .overseas-residents-page .page-wrapper > section.why-choose-us-section,
      .overseas-residents-page .page-wrapper > section.working-section-two,
      .overseas-residents-page .page-wrapper > section.impact-section,
      .overseas-residents-page .page-wrapper > section.cta-section-two {
        display: none !important;
      }

      body.overseas-residents-page {
        overflow-x: hidden;
      }

      .overseas-page {
        --hs-blue: var(--theme-color1);
        --hs-navy: #031b3a;
        --hs-red: var(--theme-color2);
        --hs-red-dark: #bd020b;
        --hs-ink: var(--headings-color);
        --hs-muted: #5d6d7d;
        --hs-line: #dce6f0;
        --hs-soft: var(--bg-color);
        --hs-soft-red: var(--theme-color3);
        color: var(--hs-ink);
        background: #ffffff;
        font-family: var(--body-font-family);
        max-width: 100%;
        overflow-x: hidden;
      }

      .overseas-page *,
      .overseas-page *::before,
      .overseas-page *::after {
        box-sizing: border-box;
        min-width: 0;
      }

      .overseas-page h1,
      .overseas-page h2,
      .overseas-page h3,
      .overseas-page h4,
      .overseas-page h5,
      .overseas-page p {
        letter-spacing: 0;
        overflow-wrap: break-word;
      }

      .overseas-container {
        width: min(1200px, calc(100% - 40px));
        margin: 0 auto;
      }

      .overseas-hero {
        position: relative;
        min-height: 720px;
        padding: 150px 0;
        overflow: hidden;
        isolation: isolate;
        background: var(--hs-soft);
      }

      .overseas-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 31%, rgba(255, 255, 255, 0.3) 57%, rgba(255, 255, 255, 0.02) 100%),
          url("../images/banner/overseaa.jpg") center right / cover no-repeat;
      }

      .overseas-hero-copy {
        max-width: 560px;
      }

      .overseas-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 16px;
        color: var(--hs-red);
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
      }

      .overseas-eyebrow::before {
        content: "";
        width: 24px;
        height: 3px;
        border-radius: 999px;
        background: var(--hs-red);
      }

      .overseas-hero h1 {
        margin: 0 0 18px;
        color: var(--hs-ink);
        font-family: var(--heading-font-family);
        font-size: 50px;
        font-weight: 900;
        line-height: 1.05;
      }

      .overseas-hero h1 span {
        display: block;
        color: var(--hs-red);
      }

      .overseas-hero .hero-lead {
        max-width: 520px;
        margin: 0 0 18px;
        color: var(--hs-ink);
        font-size: 17px;
        font-weight: 800;
        line-height: 1.45;
      }

      .overseas-hero .hero-text {
        max-width: 560px;
        margin: 0;
        color: #233a55;
        font-size: 15px;
        line-height: 1.7;
      }

      .overseas-hero .hero-note {
        display: block;
        margin-top: 14px;
        color: var(--hs-blue);
        font-weight: 800;
        max-width: 100%;
      }

      .hero-link-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 22px;
      }

      .hero-link-row a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 9px 15px;
        border: 1px solid rgba(0, 41, 95, 0.16);
        border-radius: 8px;
        color: var(--hs-blue);
        background: rgba(255, 255, 255, 0.78);
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(0, 41, 95, 0.07);
        transition:
          border-color 180ms ease,
          box-shadow 180ms ease,
          color 180ms ease,
          background 180ms ease,
          transform 180ms ease;
      }

      .hero-proof-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        max-width: 830px;
        margin-top: 34px;
      }

      .hero-proof {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 66px;
        padding: 10px 12px;
        border: 1px solid rgba(0, 41, 95, 0.14);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.78);
        box-shadow: 0 12px 30px rgba(0, 41, 95, 0.08);
        backdrop-filter: blur(8px);
        transition:
          border-color 220ms ease,
          box-shadow 220ms ease,
          transform 220ms ease,
          background 220ms ease;
      }

      .hero-proof i {
        display: inline-grid;
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        place-items: center;
        border-radius: 50%;
        color: var(--accent-text-color);
      background: rgba(0, 128, 0, .08);
        font-size: 18px;
        transition:
          color 220ms ease,
          background 220ms ease,
          transform 220ms ease;
      }

      .hero-proof strong {
        display: block;
        color: var(--hs-ink);
        font-size: 13px;
        line-height: 1.2;
      }

      .hero-proof span {
        display: block;
        margin-top: 2px;
        color: var(--hs-muted);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3;
      }

      .quick-help-card {
        position: relative;
        z-index: 3;
        width: min(1120px, calc(100% - 40px));
        margin: -84px auto 0;
        padding: 26px 30px;
        overflow: hidden;
        border-radius: 8px;
        color: #ffffff;
        background: var(--hs-navy);
        box-shadow: 0 24px 70px rgba(3, 27, 58, 0.26);
        transition:
          box-shadow 220ms ease,
          transform 220ms ease;
      }

      .quick-help-card,
      .quick-help-copy,
      .quick-help-actions {
        display: flex;
        align-items: center;
      }

      .quick-help-card {
        justify-content: space-between;
        gap: 26px;
      }

      .quick-help-copy {
        gap: 18px;
        min-width: 0;
      }

      .quick-help-copy i {
        display: inline-grid;
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 50%;
        color: #ffffff;
        font-size: 27px;
        transition:
          border-color 220ms ease,
          background 220ms ease,
          transform 220ms ease;
      }

      .quick-help-copy h2 {
        margin: 0 0 4px;
        color: #ffffff;
        font-family: var(--heading-font-family);
        font-size: 20px;
        font-weight: 900;
        line-height: 1.2;
      }

      .quick-help-copy p {
        max-width: 510px;
        margin: 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 14px;
        line-height: 1.55;
      }

      .quick-help-actions {
        flex: 0 0 auto;
        gap: 12px;
      }

      .hs-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 46px;
        padding: 12px 20px;
        border: 0;
        border-radius: 8px;
        color: #ffffff;
        background: var(--hs-red);
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        white-space: normal;
        transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
      }

      .hs-btn:hover {
        color: #ffffff;
        background: var(--hs-red-dark);
        transform: translateY(-1px);
        box-shadow: 0 12px 22px rgba(225, 3, 14, 0.24);
      }

      .hs-btn-dark {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
      }

      .hs-btn-dark:hover {
        background: rgba(255, 255, 255, 0.16);
        box-shadow: none;
      }

      .overseas-section {
        padding: 84px 0;
      }

      .section-heading {
        max-width: 780px;
        margin: 0 auto 38px;
        text-align: center;
      }

      .section-heading h2 {
        margin: 0 0 9px;
        color: var(--hs-ink);
        font-family: var(--heading-font-family);
        font-size: 34px;
        font-weight: 900;
        line-height: 1.14;
      }

      .section-heading p {
        margin: 0;
        color: var(--hs-muted);
        font-size: 15px;
        line-height: 1.65;
      }

      .service-card-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 13px;
      }

      .support-card {
        display: flex;
        min-width: 0;
        min-height: 100%;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid var(--hs-line);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 16px 35px rgba(0, 41, 95, 0.08);
        transition:
          border-color 220ms ease,
          box-shadow 220ms ease,
          transform 220ms ease;
      }

      .support-card-media {
        position: relative;
        height: 138px;
        overflow: hidden;
        background: var(--hs-soft);
      }

      .support-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 220ms ease;
      }

      .support-card:hover .support-card-media img {
        transform: scale(1.04);
      }

      .support-card-icon {
        position: absolute;
        left: 16px;
        bottom: -22px;
        display: grid;
        width: 50px;
        height: 50px;
        place-items: center;
        border: 5px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        background: var(--hs-blue);
        font-size: 21px;
        transition:
          background 220ms ease,
          transform 220ms ease;
      }

      .support-card-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 34px 18px 18px;
      }

      .support-card h3 {
        margin: 0 0 10px;
        color: var(--hs-ink);
        font-family: var(--heading-font-family);
        font-size: 17px;
        font-weight: 900;
        line-height: 1.24;
      }

      .support-card p {
        margin: 0 0 14px;
        color: var(--hs-muted);
        font-size: 13px;
        line-height: 1.55;
      }

      .support-card ul {
        display: grid;
        gap: 7px;
        margin: 0 0 16px;
        padding: 0;
        list-style: none;
      }

      .support-card li {
        position: relative;
        padding-left: 16px;
        color: #33465d;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.38;
      }

      .support-card li::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--hs-red);
      }

      .learn-link {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-top: auto;
        color: var(--hs-red);
        font-size: 12px;
        font-weight: 900;
        text-decoration: none;
        transition:
          color 180ms ease,
          gap 180ms ease;
      }

      .learn-link:hover {
        color: var(--hs-blue);
      }

      .learn-link i {
        transition: transform 180ms ease;
      }

      .regions-section {
        padding-top: 12px;
      }

      .region-grid {
        display: grid;
        grid-template-columns: repeat(11, minmax(0, 1fr));
        gap: 16px;
        align-items: start;
      }

      .region-item {
        display: grid;
        justify-items: center;
        gap: 10px;
        min-width: 0;
        text-align: center;
        transition: transform 220ms ease;
      }

      .region-item i {
        display: grid;
        width: 56px;
        height: 56px;
        place-items: center;
        border: 1px solid var(--hs-line);
        border-radius: 50%;
        color: var(--hs-blue);
        background: #ffffff;
        font-size: 24px;
        box-shadow: 0 12px 30px rgba(0, 41, 95, 0.07);
        transition:
          border-color 220ms ease,
          box-shadow 220ms ease,
          color 220ms ease,
          background 220ms ease,
          transform 220ms ease;
      }

      .region-item span {
        color: var(--hs-ink);
        font-size: 12px;
        font-weight: 900;
        line-height: 1.25;
        transition: color 220ms ease;
      }

      .regions-cta {
        display: flex;
        justify-content: center;
        margin-top: 28px;
      }

      .trust-band {
        padding: 34px 0;
        color: #ffffff;
        background: var(--hs-navy);
      }

      .trust-band h2 {
        margin: 0 0 20px;
        color: #ffffff;
        font-family: var(--heading-font-family);
        font-size: 28px;
        font-weight: 900;
        line-height: 1.2;
        text-align: center;
      }

      .trust-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 18px;
      }

      .trust-item {
        display: flex;
        gap: 11px;
        align-items: center;
        min-width: 0;
        transition: transform 220ms ease;
      }

      .trust-item i {
        display: grid;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        place-items: center;
        border-radius: 50%;
        color: #ffffff;
        background: rgba(225, 3, 14, 0.92);
        font-size: 18px;
        transition:
          background 220ms ease,
          transform 220ms ease;
      }

      .trust-item strong {
        display: block;
        color: #ffffff;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.2;
      }

      .trust-item span {
        display: block;
        margin-top: 3px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 11px;
        line-height: 1.35;
      }

      .process-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 24px;
      }

      .process-step {
        position: relative;
        min-width: 0;
        text-align: center;
        transition: transform 220ms ease;
      }

      .process-step:not(:last-child)::after {
        content: "\F138";
        position: absolute;
        top: 28px;
        right: -18px;
        color: #9dacbd;
        font-family: "bootstrap-icons";
        font-size: 18px;
      }

      .process-number {
        display: grid;
        width: 36px;
        height: 36px;
        margin: 0 auto 12px;
        place-items: center;
        border-radius: 50%;
        color: #ffffff;
        background: var(--hs-red);
        font-size: 15px;
        font-weight: 900;
        transition:
          background 220ms ease,
          box-shadow 220ms ease,
          transform 220ms ease;
      }

      .process-step:nth-child(even) .process-number {
        background: var(--hs-blue);
      }

      .process-icon {
        display: grid;
        width: 70px;
        height: 70px;
        margin: 0 auto 13px;
        place-items: center;
        border: 1px solid var(--hs-line);
        border-radius: 50%;
        color: var(--hs-blue);
        background: #ffffff;
        font-size: 30px;
        box-shadow: 0 12px 30px rgba(0, 41, 95, 0.08);
        transition:
          border-color 220ms ease,
          box-shadow 220ms ease,
          color 220ms ease,
          transform 220ms ease;
      }

      .process-step h3 {
        margin: 0 0 7px;
        color: var(--hs-ink);
        font-family: var(--heading-font-family);
        font-size: 15px;
        font-weight: 900;
        line-height: 1.25;
      }

      .process-step p {
        margin: 0;
        color: var(--hs-muted);
        font-size: 12px;
        line-height: 1.45;
      }

      .final-cta-section {
        padding: 0 0 86px;
      }

      .final-cta {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        gap: 32px;
        align-items: stretch;
        padding: 34px;
        border: 1px solid var(--hs-line);
        border-radius: 8px;
        background:
          radial-gradient(circle at 44% 56%, rgba(225, 3, 14, 0.08), transparent 26%),
          linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
        box-shadow: 0 22px 60px rgba(0, 41, 95, 0.1);
      }

      .final-cta-copy {
        position: relative;
        min-height: 360px;
        padding-right: 230px;
      }

      .final-cta-copy h2 {
        margin: 0 0 10px;
        color: var(--hs-ink);
        font-family: var(--heading-font-family);
        font-size: 28px;
        font-weight: 900;
        line-height: 1.18;
      }

      .final-cta-copy h2 span {
        color: var(--hs-red);
      }

      .final-cta-copy p {
        margin: 0 0 24px;
        color: var(--hs-muted);
        font-size: 14px;
        line-height: 1.65;
      }

      .hotline-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        max-width: 460px;
      }

      .hotline-item {
        display: flex;
        align-items: center;
        gap: 11px;
        min-width: 0;
      }

      .hotline-item i {
        display: grid;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        place-items: center;
        border-radius: 50%;
        color: #ffffff;
        background: var(--hs-red);
        font-size: 18px;
      }

      .hotline-item strong {
        display: block;
        color: var(--hs-ink);
        font-size: 12px;
        font-weight: 900;
        line-height: 1.2;
      }

      .hotline-item a {
        display: block;
        margin-top: 3px;
        color: var(--hs-red);
        font-size: 12px;
        font-weight: 900;
        text-decoration: none;
      }

      .phone-mockup {
        position: absolute;
        right: 24px;
        bottom: 0;
        width: 175px;
        height: 300px;
        padding: 12px;
        border-radius: 28px;
        background: #091729;
        box-shadow: 0 24px 45px rgba(3, 27, 58, 0.28);
        transform: rotate(-10deg);
      }

      .phone-mockup::before {
        content: "";
        display: block;
        width: 58px;
        height: 6px;
        margin: 0 auto 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.32);
      }

      .phone-screen {
        display: grid;
        height: calc(100% - 16px);
        place-items: center;
        border-radius: 20px;
        padding: 18px;
        text-align: center;
        background: linear-gradient(160deg, #00295f 0%, #081f3c 100%);
      }

      .phone-screen img {
        width: 72px;
        max-width: 100%;
        margin-bottom: 14px;
      }

      .phone-screen strong {
        display: block;
        color: #ffffff;
        font-size: 17px;
        font-weight: 900;
        line-height: 1.2;
      }

      .phone-screen span {
        display: block;
        margin-top: 8px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 12px;
        font-weight: 700;
      }

      .request-form-card {
        padding: 26px;
        border: 1px solid var(--hs-line);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 16px 36px rgba(0, 41, 95, 0.08);
      }

      .request-form-card h3 {
        margin: 0 0 6px;
        color: var(--hs-ink);
        font-family: var(--heading-font-family);
        font-size: 21px;
        font-weight: 900;
      }

      .request-form-card p {
        margin: 0 0 18px;
        color: var(--hs-muted);
        font-size: 13px;
        line-height: 1.55;
      }

      .request-form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }

      .request-form .full {
        grid-column: 1 / -1;
      }

      .request-form input,
      .request-form select,
      .request-form textarea {
        width: 100%;
        min-height: 44px;
        border: 1px solid var(--hs-line);
        border-radius: 8px;
        padding: 10px 12px;
        color: var(--hs-ink);
        background: #f8fbff;
        font-size: 13px;
        font-weight: 700;
        transition:
          border-color 180ms ease,
          box-shadow 180ms ease,
          background 180ms ease;
      }

      .request-form textarea {
        min-height: 94px;
        resize: vertical;
      }

      .request-form input::placeholder,
      .request-form textarea::placeholder {
        color: #7c8da0;
      }

      .request-form button {
        width: 100%;
      }

      @media (hover: hover) and (pointer: fine) {
        .hero-link-row a:hover {
          border-color: rgba(225, 3, 14, 0.28);
          color: #ffffff;
          background: var(--hs-red);
          box-shadow: 0 14px 28px rgba(225, 3, 14, 0.2);
          transform: translateY(-3px);
        }

        .hero-proof:hover {
          border-color: rgba(225, 3, 14, 0.28);
          background: rgba(255, 255, 255, 0.92);
          box-shadow: 0 18px 38px rgba(0, 41, 95, 0.14);
          transform: translateY(-4px);
        }

        .hero-proof:hover i {
          color: #ffffff;
          background: var(--hs-red);
          transform: scale(1.06);
        }

        .quick-help-card:hover {
          box-shadow: 0 30px 82px rgba(3, 27, 58, 0.32);
          transform: translateY(-3px);
        }

        .quick-help-card:hover .quick-help-copy i {
          border-color: rgba(255, 255, 255, 0.7);
          background: rgba(255, 255, 255, 0.1);
          transform: rotate(-5deg) scale(1.04);
        }

        .support-card:hover {
          border-color: rgba(225, 3, 14, 0.22);
          box-shadow: 0 24px 46px rgba(0, 41, 95, 0.16);
          transform: translateY(-8px);
        }

        .support-card:hover .support-card-icon {
          background: var(--hs-red);
          transform: translateY(-4px) scale(1.05);
        }

        .support-card:hover .learn-link {
          gap: 10px;
        }

        .support-card:hover .learn-link i {
          transform: translateX(3px);
        }

        .region-item:hover {
          transform: translateY(-6px);
        }

        .region-item:hover i {
          border-color: rgba(225, 3, 14, 0.22);
          color: #ffffff;
          background: var(--hs-red);
          box-shadow: 0 18px 34px rgba(225, 3, 14, 0.22);
          transform: scale(1.06);
        }

        .region-item:hover span {
          color: var(--hs-red);
        }

        .trust-item:hover {
          transform: translateY(-4px);
        }

        .trust-item:hover i {
          background: #ffffff;
          color: var(--accent-text-color);
          transform: scale(1.06);
        }

        .process-step:hover {
          transform: translateY(-6px);
        }

        .process-step:hover .process-number {
          box-shadow: 0 12px 24px rgba(225, 3, 14, 0.24);
          transform: scale(1.07);
        }

        .process-step:hover .process-icon {
          border-color: rgba(225, 3, 14, 0.22);
          color: var(--hs-red);
          box-shadow: 0 18px 34px rgba(0, 41, 95, 0.14);
          transform: scale(1.05);
        }

        .request-form input:hover,
        .request-form select:hover,
        .request-form textarea:hover {
          border-color: rgba(0, 41, 95, 0.28);
          background: #ffffff;
        }
      }

      .hs-btn:focus-visible,
      .hero-link-row a:focus-visible,
      .learn-link:focus-visible,
      .request-form input:focus-visible,
      .request-form select:focus-visible,
      .request-form textarea:focus-visible {
        outline: 3px solid rgba(225, 3, 14, 0.22) !important;
        outline-offset: 3px;
      }

      .request-form input:focus,
      .request-form select:focus,
      .request-form textarea:focus {
        border-color: var(--hs-red);
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(225, 3, 14, 0.08);
      }

      @media (prefers-reduced-motion: reduce) {
        .overseas-page *,
        .overseas-page *::before,
        .overseas-page *::after {
          transition-duration: 0.01ms !important;
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
          scroll-behavior: auto !important;
        }
      }

      @media (max-width: 1199px) {
        .overseas-hero h1 {
          font-size: 50px;
        }

        .hero-proof-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          max-width: 560px;
        }

        .service-card-grid {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .region-grid {
          grid-template-columns: repeat(6, minmax(0, 1fr));
        }

        .trust-grid {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .process-grid {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .process-step:nth-child(3)::after {
          display: none;
        }

        .final-cta {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 991px) {
        .overseas-hero {
          min-height: 650px;
          padding: 140px 0 120px;
        }

        .overseas-hero::before {
          background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 52%, rgba(255, 255, 255, 0.64) 100%),
            url("../images/banner/overseaa.jpg") 72% center / cover no-repeat;
        }

        .quick-help-card,
        .quick-help-copy,
        .quick-help-actions {
          align-items: flex-start;
        }

        .quick-help-card {
          flex-direction: column;
        }

        .quick-help-actions {
          width: 100%;
          flex-wrap: wrap;
        }
      }

      @media (max-width: 767px) {
        .overseas-container,
        .quick-help-card {
          width: auto !important;
          max-width: calc(100vw - 28px) !important;
          margin-left: 14px !important;
          margin-right: 14px !important;
        }

        .overseas-hero-copy,
        .overseas-hero .hero-lead,
        .overseas-hero .hero-text,
        .overseas-hero .hero-note,
        .section-heading,
        .quick-help-copy,
        .quick-help-actions {
          width: 100%;
          max-width: 100% !important;
        }

        .overseas-hero {
          padding: 132px 0 112px;
        }

        .overseas-hero h1 {
          font-size: 50px;
        }

        .overseas-hero .hero-lead {
          font-size: 15px;
        }

        .hero-proof-grid,
        .service-card-grid,
        .region-grid,
        .trust-grid,
        .process-grid,
        .hotline-list,
        .request-form {
          grid-template-columns: 1fr;
        }

        .quick-help-copy {
          flex-direction: column;
        }

        .hs-btn,
        .quick-help-actions {
          width: 100%;
        }

        .overseas-section {
          padding: 64px 0;
        }

        .section-heading h2,
        .trust-band h2 {
          font-size: 27px;
        }

        .process-step::after {
          display: none !important;
        }

        .final-cta {
          padding: 24px;
        }

        .final-cta-copy {
          min-height: auto;
          padding-right: 0;
          padding-bottom: 255px;
        }

        .phone-mockup {
            right: 43%;
        bottom: 0;
        top: 284px;
          transform: translateX(50%) rotate(-7deg);
        }
      }
      

      @media (max-width: 420px) {
        .overseas-hero h1 {
          font-size: 50px;
        }

        .quick-help-card {
          margin-top: -64px;
          padding: 22px;
        }

        .support-card-media {
          height: 150px;
        }
      }

      @media (max-width: 575px) {
        .overseas-container,
        .quick-help-card {
          max-width: min(340px, calc(100vw - 28px)) !important;
          margin-left: auto !important;
          margin-right: auto !important;
        }

        .overseas-hero h1 {
          font-size: 50px;
        }

        .overseas-hero .hero-lead {
          font-size: 14px;
        }

        .section-heading h2,
        .trust-band h2 {
          font-size: 24px;
        }
      }

