@media (max-width: 991px) {
  /* General */
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .page,
  .site-header,
  .header-shell,
  .hero-section,
  .hero-container,
  .hero-image-pane {
    width: 100%;
    max-width: 100%;
  }
  .container {
    padding: 0 5vw;
  }
  .section {
    padding: 14vw 0;
  }
  
  /* Typography resets from vw to px/rem */
  .eyebrow {
    font-size: 14px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  
  /* Hero — full-bleed photo with the copy overlaid on top, anchored to the
     upper-left. A dark gradient scrim along the top keeps the white headline
     + CTA readable over any slide. */
  .hero-section {
    position: relative;
    height: auto;
    min-height: 78svh;
    padding-top: 0;
    padding-bottom: 0;
    background: #0b1842;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
  /* The curved white cut-out from the old split layout is gone — the image
     now fills the hero edge to edge. */
  .hero-section::before {
    display: none;
  }
  .hero-container {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: center;
    /* Keep the copy clear of the fixed header while the image fills the hero. */
    padding: 86px 20px 36px;
  }
  .hero-grid {
    display: block;
    width: 100%;
  }
  .hero-image-pane {
    position: absolute;
    /* top+bottom+left+right all 0 (no explicit height) so the pane stretches
       to the FULL hero height — an explicit height:100% was collapsing it. */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: auto;
    z-index: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    clip-path: none;
  }
  .hero-slide-image {
    object-fit: cover;
    object-position: center top;   /* keep the subject in frame, not cropped */
    filter: saturate(0.98) contrast(1.03);
  }
  .hero-slide-picture {
    display: contents;
  }
  /* Dark scrim, strongest at the top-left where the text now sits. */
  .hero-image-pane::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(
        to right,
        rgba(8, 18, 52, 0.34) 0%,
        rgba(8, 18, 52, 0.22) 48%,
        rgba(8, 18, 52, 0.08) 78%,
        rgba(8, 18, 52, 0.02) 100%
      ),
      linear-gradient(
        to bottom,
        rgba(8, 18, 52, 0.04) 0%,
        rgba(8, 18, 52, 0.12) 100%
      );
  }
  .hero-copy {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 2;
    text-align: left;
  }
  .hero-eyebrow {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 14px;
    max-width: 100%;
  }
  .hero-lead {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 24px;
    text-shadow: 0 1px 12px rgba(8, 18, 52, 0.45);
  }
  .hero-heading {
    font-size: clamp(30px, 8.6vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    color: #ffffff;
    max-width: 100%;
    text-shadow: 0 2px 18px rgba(8, 18, 52, 0.5);
    /* Break only between words, never inside a word ("Profession-al"). */
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }
  .hero-divider {
    display: block;
    width: 48px;
    height: 3px;
    background: rgba(255, 255, 255, 0.85);
    border: 0;
    margin: 0 0 18px;   /* left-aligned */
  }
  /* CTA sits on top of the photo: solid white pill (high contrast over the
     dark scrim) + optional round WhatsApp icon button. */
  .hero-cta-row {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;   /* CTA aligned left under the headline */
    width: 100%;
    gap: 12px;
    flex-wrap: nowrap;
  }
  .primary-btn {
    flex: 0 1 auto;
    min-width: 0;
    height: 52px;
    min-height: 52px;
    width: auto;
    max-width: 100%;
    border-radius: 14px;
    font-size: 14.5px;
    font-weight: 800;
    justify-content: center;
    gap: 8px;
    padding: 0 22px;
    white-space: nowrap;        /* keep label on one line */
    background: #ffffff;
    color: var(--navy);
    box-shadow: 0 10px 28px rgba(8, 18, 52, 0.4);
  }
  .primary-btn span {
    overflow: visible;
    text-overflow: clip;
  }
  .secondary-btn {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    min-height: 50px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  /* Hide the WhatsApp button's text label on mobile; keep it for screen readers. */
  #heroSecondaryCtaLabel {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .primary-btn .hero-btn-icon {
    width: 20px;
    height: 20px;
  }
  .secondary-btn .hero-btn-icon {
    width: 24px;
    height: 24px;
  }
  .hero-btn-icon {
    width: 24px;
    height: 24px;
  }
  .hero-image-overlay-text {
    display: none; /* Hide white overlay text on mobile to avoid clutter */
  }
  .hero-stats-bar-wrapper {
    position: absolute;
    bottom: 28px;
    left: 20px;
    right: 20px;
    width: auto;
    height: auto;
    margin-top: 0;
    z-index: 3;
  }
  .hero-stats-bar {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 45px rgba(12, 29, 85, 0.14);
    border: 1px solid rgba(12, 29, 85, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    align-items: stretch;
  }
  .hero-stats-bar .stat-item {
    border-right: none !important;
    padding: 18px 14px !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .hero-stats-bar .stat-item:nth-child(1),
  .hero-stats-bar .stat-item:nth-child(3) {
    border-right: 1px solid rgba(12, 29, 85, 0.08) !important;
  }
  .hero-stats-bar .stat-item:nth-child(1),
  .hero-stats-bar .stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(12, 29, 85, 0.08) !important;
  }
  .hero-stats-bar .stat-number {
    font-size: clamp(21px, 6.5vw, 30px);
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .hero-stats-bar .stat-label {
    font-size: clamp(12px, 3.3vw, 16px);
    line-height: 1.25;
    color: var(--navy);
  }
  .hero-stats-bar .stat-icon {
    width: clamp(34px, 10vw, 48px);
    height: clamp(34px, 10vw, 48px);
    flex-shrink: 0;
    stroke-width: 1.6;
  }

  .hero-stats-bar-wrapper,
  .trust-strip {
    display: none !important;
  }

  /* Trust Strip */
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .trust-item {
    padding: 6vw;
  }
  .trust-item span {
    font-size: 14px;
    margin-bottom: 2vw;
  }
  .trust-item strong {
    font-size: 18px;
    margin-bottom: 2vw;
  }
  .trust-item p {
    font-size: 15px;
  }

  /* Core layout */
  .section-core-services {
    padding: 72px 0 36px !important;
    overflow: visible;
  }
  .core-heading-centered {
    margin-bottom: 24px;
  }
  .core-eyebrow {
    font-size: 12px;
  }
  .core-eyebrow-line {
    width: 44px;
    margin: 8px auto 14px;
  }
  .core-title {
    font-size: clamp(24px, 6.2vw, 30px) !important;
    line-height: 1.08;
    margin-bottom: 12px;
  }
  .core-subtitle {
    font-size: 15px !important;
    line-height: 1.45;
    max-width: 100%;
  }
  .category-info h2 {
    font-size: 28px !important;
  }
  .category-info .lead {
    font-size: 16px !important;
  }
  .core-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .core-image-col {
    display: block;
    height: 220px;
    width: 100%;
    border-radius: 18px;
    margin-bottom: 0;
  }
  .core-list-col {
    gap: 12px;
  }
  .core-list-item {
    padding: 18px 0;
    gap: 14px;
  }
  .core-list-icon {
    width: 40px;
    height: 40px;
  }
  .core-list-icon svg {
    width: 22px;
    height: 22px;
  }
  .core-list-text h3 {
    font-size: 17px !important;
  }
  .core-list-text p {
    font-size: 14px !important;
    line-height: 1.45;
  }

  /* ===== Mobile-only premium Core Services carousel ===== */
  /* Hide the desktop two-column image/list layout on mobile. */
  .core-layout {
    display: none !important;
  }
  .core-carousel {
    display: block;
    position: relative;
    margin: 4px -5vw 0;        /* bleed to the screen edges for a native feel */
    padding: 0;
  }
  .core-carousel-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 4px 5vw 8px;
    /* hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .core-carousel-track::-webkit-scrollbar {
    display: none;
  }
  .core-slide {
    flex: 0 0 86%;
    max-width: 360px;
    scroll-snap-align: center;
  }
  .core-slide-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border: 1px solid rgba(12, 29, 85, 0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(12, 29, 85, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .core-slide-link:active {
    transform: scale(0.985);
  }
  .core-slide-media {
    position: relative;
    width: 100%;
    height: 188px;
    overflow: hidden;
    background: #eef1f7;
  }
  .core-slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .core-slide-media::after {
    /* subtle gradient so the badge always reads */
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 29, 85, 0) 55%, rgba(12, 29, 85, 0.28) 100%);
    pointer-events: none;
  }
  .core-slide-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 20px rgba(12, 29, 85, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 2;
  }
  .core-slide-badge svg {
    width: 24px;
    height: 24px;
    stroke: var(--navy);
    fill: none;
  }
  .core-slide-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 18px 18px 20px;
    flex: 1 1 auto;
  }
  .core-slide-body h3 {
    font-size: 19px !important;
    line-height: 1.2;
    font-weight: 800;
    color: var(--navy);
    margin: 0;
  }
  .core-slide-body p {
    font-size: 14px !important;
    line-height: 1.5;
    color: #4b5563;
    margin: 0;
  }
  .core-slide-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 800;
    color: #2f63d8;
  }
  .core-slide-cta svg {
    width: 17px;
    height: 17px;
    transition: transform 0.2s ease;
  }
  .core-slide-link:active .core-slide-cta svg {
    transform: translateX(3px);
  }
  .core-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 0 5vw;
  }
  .core-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(12, 29, 85, 0.18);
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease;
  }
  .core-dot.active {
    width: 26px;
    background: #2f63d8;
  }

  .core-features {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
    margin-top: 24px;
  }
  .feature-divider {
    display: none;
  }
  .core-feature {
    width: 100%;
    min-width: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }
  .feature-text {
    min-width: 0;
    flex: 1;
  }
  .feature-text h4 {
    font-size: 16px;
    line-height: 1.15;
    margin-bottom: 6px;
  }
  .feature-text p {
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .feature-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
  .feature-icon svg {
    width: 18px;
    height: 18px;
  }

  /* Category Grid */
  /* Desktop sets `grid-template-columns: ... !important`, so the mobile
     single-column override must also be !important to win. */
  .category-grid, .category-grid.reverse {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 20px 16px 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
    border: 1px solid rgba(43, 92, 255, 0.09);
    box-shadow: 0 12px 40px rgba(12, 29, 85, 0.07);
  }
  /* On mobile, lead with the image and then stack the copy/services below it. */
  .category-image-column {
    order: 0 !important;
    width: 100%;
  }
  .category-content {
    order: 1 !important;
    width: 100%;
  }
  .category-grid.reverse .category-info { order: 0; }
  .category-grid.reverse .category-services-list { order: 0; }
  .category-image-column .category-image {
    margin-top: 0;
  }
  .category-image {
    margin-top: 0;
  }
  .category-image img {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    max-height: 220px;
    box-shadow: 0 12px 32px rgba(12, 29, 85, 0.12);
  }
  #setup-licensing .category-image-column,
  #visa-immigration .category-image-column,
  #typing-clearance .category-image-column,
  #translation-attestation .category-image-column {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
  }
  #setup-licensing .category-image-column .category-image,
  #visa-immigration .category-image-column .category-image,
  #typing-clearance .category-image-column .category-image,
  #translation-attestation .category-image-column .category-image {
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  #setup-licensing .category-image-column .category-image img,
  #visa-immigration .category-image-column .category-image img,
  #typing-clearance .category-image-column .category-image img,
  #translation-attestation .category-image-column .category-image img {
    aspect-ratio: 16 / 10 !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }
  #setup-licensing .category-content,
  #visa-immigration .category-content,
  #typing-clearance .category-content,
  #translation-attestation .category-content {
    margin-top: 12px !important;
  }
  .category-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .category-info {
    padding: 4px 4px 0;
  }
  .category-info .eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .category-info h2 {
    font-size: 26px;
    line-height: 1.12;
    margin-bottom: 12px;
  }
  .category-info .lead {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #4b5a78;
  }

  /* ===== Mobile sub-services as a premium accordion ===== */
  .category-services-list {
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .category-service-item {
    display: block !important;
    width: 100%;
    padding: 0 !important;
    border: 1px solid rgba(43, 92, 255, 0.1) !important;
    border-left: 3px solid transparent !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 12px rgba(12, 29, 85, 0.05) !important;
    overflow: hidden;
    transition: border-left-color 0.22s ease, box-shadow 0.22s ease !important;
  }
  .category-service-item:last-child {
    border-bottom: 1px solid rgba(43, 92, 255, 0.1) !important;
  }
  .category-service-item.is-open {
    border-left-color: #2b5cff !important;
    background: linear-gradient(180deg, rgba(43, 92, 255, 0.04) 0%, #ffffff 100%) !important;
    box-shadow: 0 6px 24px rgba(43, 92, 255, 0.10) !important;
  }
  /* The always-visible header row (icon + title + chevron). */
  .category-service-item .acc-head {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 16px 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .service-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #ebf0ff 0%, #dce6ff 100%) !important;
    box-shadow: 0 2px 6px rgba(43, 92, 255, 0.12) !important;
    flex-shrink: 0;
  }
  .service-icon svg {
    width: 21px !important;
    height: 21px !important;
  }
  /* In the accordion, .service-text holds only the <p> below the head row;
     it must span full width (not the 0-width flex item it is on desktop). */
  .service-text {
    display: block;
    flex: none;
    width: 100%;
    min-width: 0;
  }
  /* The <h3> now lives inside .acc-head. */
  .acc-head h3 {
    font-size: 15px !important;
    line-height: 1.3;
    margin: 0;
    flex: 1;
    min-width: 0;
    color: var(--navy);
    font-weight: 700 !important;
  }
  .category-service-item.is-open .acc-head h3 {
    color: #2b5cff;
  }
  /* Collapsed: description hidden; expands when item has .is-open. */
  .service-text p {
    font-size: 13.5px !important;
    line-height: 1.58;
    margin: 0;
    padding: 0 16px 18px 72px;
    color: #4b5563;
    display: none;
  }
  .category-service-item.is-open .service-text p {
    display: block;
  }
  .acc-chevron {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #2b5cff;
    transition: transform 0.25s ease;
    opacity: 0.45;
  }
  .category-service-item.is-open .acc-chevron {
    transform: rotate(180deg);
    opacity: 1;
  }
  /* ===== Premium gradient glass CTA card (mobile) ===== */
  .category-banner,
  #setup-licensing .category-banner,
  #visa-immigration .category-banner,
  #typing-clearance .category-banner,
  #translation-attestation .category-banner {
    position: relative;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin-top: 22px !important;
    padding: 24px 20px 22px !important;
    border-radius: 22px !important;
    /* Navy gradient laid over the per-service background photo. */
    background-color: #0c1d55 !important;
    background-blend-mode: multiply;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 22px 50px rgba(12, 29, 85, 0.32) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    isolation: isolate;
  }
  /* Gradient + subtle glass sheen overlay. */
  .category-banner::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
      radial-gradient(120% 90% at 12% 0%, rgba(47, 99, 216, 0.55) 0%, rgba(47, 99, 216, 0) 55%),
      linear-gradient(155deg, rgba(12, 29, 85, 0.72) 0%, rgba(12, 29, 85, 0.92) 100%) !important;
    z-index: 0 !important;
    pointer-events: none !important;
  }
  /* Faint top highlight line for the 'glass' edge. */
  .category-banner::after {
    content: "" !important;
    position: absolute !important;
    top: 0; left: 0; right: 0;
    height: 1px !important;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }
  .banner-support-icon {
    display: none !important;
  }
  .category-banner .banner-content,
  .category-banner .banner-action,
  .service-category-section .banner-content,
  .service-category-section .banner-action {
    position: relative !important;
    z-index: 1 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .category-banner .banner-content {
    margin-bottom: 16px !important;
  }
  .category-banner .banner-action {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .category-banner .banner-content h3 {
    font-size: 21px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
  }
  .category-banner .banner-content p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    margin-bottom: 0 !important;
  }
  .category-banner .banner-action .primary-btn {
    width: 100% !important;
    min-height: 50px;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    background: #ffffff !important;
    color: var(--navy) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
  }

  /* Setup/Why/Contact grids */
  .setup-grid, .process-grid, .why-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .setup-copy .lead {
    max-width: 100%;
    font-size: 16px;
  }
  .setup-image, .process-image, .why-image {
    height: auto;
    aspect-ratio: 4/3;
  }

  /* ===== Process stepper: vertical timeline (mobile) ===== */
  .process-stepper {
    position: relative;
    margin-top: 26px;
  }
  /* Vertical track running through the node centres (left column = 27px). */
  .process-stepper-line {
    position: absolute;
    top: 10px;
    bottom: 18px;
    left: 26px;
    width: 3px;
    height: auto;
    right: auto;
    background: rgba(12, 29, 85, 0.10);
    border-radius: 999px;
    overflow: hidden;
  }
  .process-stepper-progress {
    display: block;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, #2f63d8 0%, #5b8def 100%);
    border-radius: 999px;
    transition: height 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .process-stepper.in-view .process-stepper-progress {
    height: 100%;
  }
  .process-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .process-step {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: start;
    gap: 14px;
    text-align: left;
    padding: 0;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .process-stepper.in-view .process-step {
    opacity: 1;
    transform: translateY(0);
  }
  .process-stepper.in-view .process-step[data-step="1"] { transition-delay: 0.10s; }
  .process-stepper.in-view .process-step[data-step="2"] { transition-delay: 0.30s; }
  .process-stepper.in-view .process-step[data-step="3"] { transition-delay: 0.50s; }
  .process-stepper.in-view .process-step[data-step="4"] { transition-delay: 0.70s; }
  .process-step-node {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid rgba(12, 29, 85, 0.12);
    box-shadow: 0 8px 18px rgba(12, 29, 85, 0.08);
    transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
  }
  .process-stepper.in-view .process-step .process-step-node {
    border-color: #2f63d8;
    background: linear-gradient(135deg, #2f63d8 0%, #1f3f9e 100%);
    box-shadow: 0 12px 24px rgba(47, 99, 216, 0.30);
  }
  .process-step-num {
    font-size: 17px;
    font-weight: 800;
    color: var(--navy);
    transition: color 0.4s ease;
  }
  .process-stepper.in-view .process-step .process-step-num {
    color: #ffffff;
  }
  .process-step-body {
    padding-top: 5px;
  }
  .process-step-body h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 5px;
    line-height: 1.25;
  }
  .process-step-body p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--muted);
    margin: 0;
  }
  .setup-note {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 4vw;
    padding: 6vw;
  }
  .setup-note strong {
    font-size: 16px;
  }
  .setup-note span {
    font-size: 14px;
  }

  /* Step list */
  .step-list {
    grid-template-columns: 1fr;
  }
  .step-list article {
    padding: 6vw;
  }
  .step-list span {
    font-size: 12px;
  }
  .step-list h3 {
    font-size: 18px;
  }
  .step-list p {
    font-size: 15px;
  }

  /* ===== About / Why MSM: 2x2 stat grid (mobile) ===== */
  /* Put the photo first, then the points below it. */
  .why-grid .category-info { order: 2; }
  .why-grid > div:last-child { order: 1; }
  .why-image {
    height: auto !important;
    aspect-ratio: 16 / 11;
    border-radius: 18px;
  }
  .why-points {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 22px;
  }
  .why-point {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 14px !important;
    border: 1px solid rgba(12, 29, 85, 0.08) !important;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(12, 29, 85, 0.05);
  }
  .why-point-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(47, 99, 216, 0.12) 0%, rgba(47, 99, 216, 0.05) 100%);
    color: #2f63d8;
  }
  .why-point-icon svg {
    width: 22px;
    height: 22px;
  }
  .why-point-stat {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #2f63d8;
  }
  .why-point-stat-suffix {
    font-size: 0.52em;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: 0;
  }
  .why-point-body h3 {
    font-size: 14px !important;
    font-weight: 700;
    color: var(--navy);
    margin: 6px 0 0;
    line-height: 1.25;
  }
  /* Hide the long description on mobile tiles to keep the grid compact. */
  .why-point-body p {
    display: none;
  }

  /* FAQ */
  /* Homepage FAQ: single column on mobile (desktop uses 2 masonry columns). */
  .service-faq-list {
    column-count: 1 !important;
    padding: 0 !important;
  }
  .faq-list {
    max-width: 100%;
  }
  .faq-list details {
    padding: 5vw;
  }
  .faq-list summary {
    font-size: 16px;
    padding-right: 40px;
  }
  .faq-list summary::after {
    font-size: 24px;
  }
  .faq-list p {
    font-size: 15px;
  }

  /* Home "Get in touch" cards: force single column (styles.css's max-width:1200
     block sits after its max-width:768 rule, so 2-col wrongly wins on phones). */
  .home-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .home-contact-card {
    width: 100%;
    min-width: 0;
  }

  /* Contact Form */
  .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 6vw;
  }
  .contact-form input, .contact-form textarea {
    font-size: 16px;
    padding: 16px;
  }
  .contact-form button {
    height: 54px;
    font-size: 16px;
    width: 100%;
  }
  /* Footer */
  .footer-top-bar {
    display: none !important;
  }
  .footer-top-container {
    display: none !important;
  }
  .footer-grid-container {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
    text-align: center !important;
    align-items: center !important;
  }
  .footer-brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .footer-brand .footer-logo-link {
    align-items: center !important;
    margin: 0 0 14px !important;
  }
  .footer-brand .footer-logo-text {
    font-size: 40px !important;
  }
  .footer-brand .footer-logo-sub {
    font-size: 10px !important;
  }
  .footer-brand .footer-logo-bar {
    margin: 12px auto !important;
  }
  .footer-brand-lead, .footer-brand-detail {
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .footer-brand-lead {
    margin-bottom: 12px;
  }
  .footer-social-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
    max-width: 100%;
  }
  .footer-social-row .social-circle {
    width: 48px;
    height: 48px;
  }
  .footer-social-row .social-circle svg {
    width: 19px;
    height: 19px;
  }
  .footer-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
  }
  .footer-column h3 {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .footer-column h3::after {
    margin: 6px auto 0;
  }
  .footer-column a, .footer-column .contact-item-link {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-column.services-col a {
    justify-content: center;
    gap: 8px;
  }
  .footer-column .contact-item-link {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 10px;
    margin-bottom: 12px;
  }
  .footer-column.contact-col .contact-item-link span {
    max-width: 100% !important;
    font-size: 14px !important;
  }
  .footer-column .contact-item-link svg {
    width: 18px;
    height: 18px;
  }
  .footer-stats {
    display: none;
  }
  .footer-bottom-container {
    display: flex !important;
    flex-direction: column;
    grid-template-columns: 1fr !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: center;
    justify-items: center;
    width: 100%;
  }
  .footer-bottom .copyright,
  .footer-bottom .developed-by {
    justify-self: center !important;
    text-align: center;
    display: block;
    width: 100%;
  }
  .footer-bottom-links {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 0 !important;
    width: 100%;
    text-align: center;
  }
  .footer-bottom-links a {
    text-align: center;
    display: inline-flex;
    align-items: center;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  .footer-bottom-links a:not(:last-child)::after {
    display: inline-block !important;
    width: 1px !important;
    height: 18px !important;
    margin: 0 12px !important;
    background: rgba(12, 29, 85, 0.24) !important;
    content: "" !important;
  }
  .footer-bottom {
    padding: 18px 0 22px !important;
  }

  /* Header */
  .site-header {
    background: #ffffff;
    box-shadow: none;
  }
  .header-shell {
    height: 86px;
    padding: 0 20px;
    gap: 10px;
    /* styles.css's max-width:1200 block sets flex-wrap:wrap; keep the mobile
       bar on a single row so the hamburger never drops below the logo. */
    flex-wrap: nowrap;
  }
  .brand {
    flex: 0 1 auto;
    min-width: 0;
  }
  .brand-mark {
    height: 54px;
    width: auto;
  }
  .brand-logo {
    height: 54px;
    width: auto !important;
    transform: none !important;
  }
  .main-nav {
    display: none; 
  }
  .header-actions {
    display: flex;
    gap: 10px;
    width: auto;
    margin-left: auto;
  }
  .header-actions .ghost-btn,
  .header-actions .solid-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    padding: 0;
    border-radius: 8px;
    font-size: 0;
    flex: 0 0 46px;
    box-shadow: none;
  }
  .header-actions .ghost-btn {
    background: #ffffff;
    border: 1px solid rgba(12, 29, 85, 0.82);
  }
  .header-actions .solid-btn {
    background: var(--navy);
  }
  .header-actions .nav-btn-icon {
    width: 24px;
    height: 24px;
  }
  /* Theme toggle on mobile: match the 46px square icon buttons exactly so the
     header row (toggle · WhatsApp · Call · menu) stays perfectly aligned. */
  .header-actions .theme-toggle {
    width: 46px;
    height: 46px;
    min-width: 46px;
    flex: 0 0 46px;
    border-radius: 8px;        /* square-ish to match the CTA icon buttons */
    padding: 0;
    align-self: center;
  }
  .header-actions .theme-toggle svg {
    width: 24px;
    height: 24px;
  }
  .mobile-quick-call {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 36px;
    height: 46px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-bar {
    width: 100%;
    height: 3px;
    background: #111111;
    border-radius: 999px;
    transition: 0.3s;
  }

  /* Mobile menu active state */
  .site-header.menu-open .main-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    background: white;
    padding: 5vw;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  .site-header.menu-open .nav-capsule {
    flex-direction: column;
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    gap: 4vw;
    align-items: flex-start;
  }
  .site-header.menu-open .nav-link {
    font-size: 18px;
    padding: 10px 0;
  }
  .site-header.menu-open .mobile-drawer-ctas {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    margin-top: 28px;
  }
  .site-header.menu-open .mobile-drawer-ctas a {
    width: 100%;
    min-height: 58px;
    height: auto;
    border-radius: 16px;
    font-size: 16px;
    line-height: 1;
    gap: 10px;
    padding: 0 18px;
    justify-content: center;
    border: 1px solid transparent;
    box-shadow: 0 14px 30px rgba(12, 29, 85, 0.14);
  }
  .site-header.menu-open .mobile-drawer-ctas .solid-btn {
    background: linear-gradient(135deg, #071f63 0%, #123a94 100%);
    color: #ffffff;
  }
  .site-header.menu-open .mobile-drawer-ctas .ghost-btn {
    background: linear-gradient(135deg, #f7fff9 0%, #e8fbef 100%);
    color: #075e33;
    border-color: rgba(18, 190, 92, 0.34);
    box-shadow: 0 14px 30px rgba(18, 190, 92, 0.14);
  }
  .site-header.menu-open .mobile-drawer-ctas .nav-btn-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  
  #setup-licensing,
  #visa-immigration,
  #typing-clearance,
  #translation-attestation,
  .section-core-services,
  .service-category-section {
    height: auto !important;
    min-height: 0 !important;
  }

  .site-header.menu-open .menu-toggle .hamburger-bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .site-header.menu-open .menu-toggle .hamburger-bar:nth-child(2) {
    opacity: 0;
  }
  .site-header.menu-open .menu-toggle .hamburger-bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

/* Internal page heroes: compact mobile treatment.
   Homepage uses .hero-section, so these rules intentionally do not affect it. */
@media (max-width: 991px) {
  .business-hero,
  .detail-hero {
    min-height: 0 !important;
    height: auto !important;
    padding: 108px 0 30px !important;
    align-items: flex-start !important;
  }

  .business-hero::before {
    background-position: center center !important;
  }

  .business-hero-overlay-mobile {
    background:
      linear-gradient(180deg, rgba(5, 13, 34, 0.88) 0%, rgba(12, 29, 85, 0.84) 100%) !important;
  }

  .business-hero .container,
  .detail-hero .container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .business-hero-content {
    max-width: 100% !important;
    gap: 0 !important;
  }

  .business-hero .eyebrow,
  .detail-hero .eyebrow {
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 10px !important;
  }

  .business-hero h1,
  .detail-hero h1 {
    font-size: clamp(25px, 6.2vw, 31px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 12px !important;
    max-width: 100% !important;
  }

  .business-hero .lead,
  .detail-hero .lead,
  .detail-hero .seo-desc {
    font-size: 14px !important;
    line-height: 1.48 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .business-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 18px !important;
  }

  .business-hero-actions .hero-btn-solid,
  .business-hero-actions .hero-btn-ghost {
    min-height: 44px !important;
    width: 100% !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.16 !important;
    gap: 7px !important;
    white-space: normal !important;
  }

  .business-hero-actions .hero-btn-icon {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  .hero-trust-badges {
    display: none !important;
  }

  .trust-badge {
    gap: 9px !important;
  }

  .trust-badge-icon {
    width: 30px !important;
    height: 30px !important;
    padding: 7px !important;
    flex: 0 0 30px !important;
  }

  .trust-badge-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .trust-badge-text strong {
    font-size: 13px !important;
    line-height: 1.15 !important;
  }

  .trust-badge-text span {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .business-hero .detail-breadcrumbs,
  .detail-hero .detail-breadcrumbs {
    margin-bottom: 14px !important;
    padding: 5px 12px !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 420px) {
  .business-hero,
  .detail-hero {
    padding: 100px 0 26px !important;
  }

  .business-hero .container,
  .detail-hero .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .business-hero h1,
  .detail-hero h1 {
    font-size: clamp(23px, 6.4vw, 28px) !important;
  }

  .business-hero-actions {
    grid-template-columns: 1fr !important;
  }
}

/* ---- Small phones: tighten the header (hero copy is full-width now) ---- */
@media (max-width: 412px) {
  .hero-copy {
    width: 100%;
  }
  .hero-eyebrow {
    max-width: 100%;
  }
  .hero-lead {
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .hero-copy {
    width: 100%;
  }
  .hero-heading {
    font-size: clamp(28px, 8.6vw, 34px);
  }
  .header-actions .ghost-btn,
  .header-actions .solid-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    flex: 0 0 42px;
  }
  .header-shell {
    padding: 0 14px;
    gap: 8px;
  }
}
