    /* Final cross-page responsive safeguards */
    html,
    body {
      max-width: 100%;
      overflow-x: clip;
    }

    img,
    svg,
    video,
    iframe {
      max-width: 100%;
    }

    .hero-grid>*,
    .contact-grid>*,
    .finance-grid>*,
    .footer-grid>*,
    .success-grid>*,
    .info-grid>*,
    .why-grid>*,
    .dest-grid>*,
    .svc-grid>*,
    .trust-grid>* {
      min-width: 0;
    }

    .hero-copy h1,
    .hero-copy p,
    .section-head h2,
    .page-hero h1,
    .cta-band h2,
    .contact-card,
    .contact-form,
    .footer-col,
    .footer-brand {
      max-width: 100%;
      overflow-wrap: anywhere;
    }

    @media (max-width: 980px) {
      .container {
        width: 100%;
        max-width: 100%;
      }

      .hero-grid,
      .contact-grid,
      .finance-grid,
      .success-grid {
        grid-template-columns: minmax(0, 1fr) !important;
      }

      .hero-copy,
      .hero-visual {
        width: 100%;
        max-width: 100%;
      }

      .hero-copy h1 {
        width: auto !important;
      }

      .hero-copy p.lead {
        width: auto;
        max-width: 100%;
      }

      .contact-card,
      .contact-form,
      .finance-imgs {
        width: 100%;
        min-width: 0;
      }

      .contact-form .form-row,
      .consult-modal .form-row {
        grid-template-columns: minmax(0, 1fr) !important;
      }

      .cta-band,
      .cta-band .ctas {
        min-width: 0;
        max-width: 100%;
      }

      .cta-band .ctas {
        flex-shrink: 1;
        justify-content: center;
      }
    }

    @media (max-width: 640px) {
      header {
        padding: 13px 0;
      }

      header.scrolled {
        padding: 9px 0;
      }

      .nav-inner {
        gap: 14px;
      }

      .logo-mark {
        height: 56px;
        max-width: 132px;
      }

      .nav-right {
        display: none;
      }

      .burger {
        margin-left: auto;
        padding: 7px;
        border: 0;
        background: transparent;
        line-height: 0;
        flex: 0 0 auto;
      }

      .mobile-panel {
        width: min(320px, 88vw);
        padding: 26px 22px;
      }

      .hero-grid {
        width: 100%;
        padding-top: 108px !important;
      }

      .hero-copy {
        order: 1;
        width: 100%;
      }

      .hero-visual {
        order: 2;
        width: 100%;
        max-width: 100%;
        --orbit-size: min(82vw, 320px) !important;
        height: min(92vw, 350px) !important;
      }

      .hero-copy .eyebrow {
        padding-top: 0;
      }

      .hero-copy h1 {
        width: 100% !important;
        max-width: 100%;
        font-size: clamp(34px, 10.8vw, 46px);
      }

      .hero-copy p.lead {
        font-size: 16px;
        line-height: 1.7;
      }

      .hero-ctas,
      .cta-band .ctas {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        gap: 12px;
      }

      .hero-ctas .btn,
      .cta-band .btn,
      .contact-form>.btn,
      .contact-form button.btn {
        width: 100%;
      }

      .btn {
        max-width: 100%;
        padding: 13px 20px;
        white-space: normal;
        text-align: center;
        line-height: 1.35;
      }

      .contact-grid,
      .finance-grid,
      .footer-grid,
      .success-grid,
      .info-grid,
      .why-grid,
      .dest-grid,
      .svc-grid,
      .trust-grid {
        grid-template-columns: minmax(0, 1fr) !important;
      }

      .contact-card,
      .contact-form {
        padding: 26px 20px;
      }

      .contact-row {
        align-items: flex-start;
      }

      .contact-row>div:last-child {
        min-width: 0;
      }

      .contact-form input,
      .contact-form select,
      .contact-form textarea,
      .consult-modal input,
      .consult-modal select,
      .consult-modal textarea {
        min-width: 0;
        font-size: 16px;
      }

      .finance-imgs .img-front {
        right: 0 !important;
        bottom: -18px !important;
      }

      .cta-band {
        padding: 42px 22px !important;
        gap: 26px;
      }

      .cta-band::after {
        right: -120px;
      }

      .page-hero h1 {
        padding-inline: 18px;
        font-size: clamp(31px, 9vw, 40px);
      }

      .section-head h2,
      .finance-text h2,
      .contact-card h3 {
        overflow-wrap: anywhere;
      }

      footer {
        padding-top: 56px;
      }

      .footer-grid {
        gap: 30px;
        padding-bottom: 42px;
      }

      .footer-bottom {
        justify-content: center;
        text-align: center;
      }

      .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 50px;
        height: 50px;
        padding: 0;
        justify-content: center;
      }
    }

    @media (max-width: 380px) {
      .container {
        padding-left: 16px;
        padding-right: 16px;
      }

      .hero-copy h1 {
        font-size: 34px;
      }

      .portrait-ring {
        width: 220px;
        height: 220px;
      }
    }

    @media (max-width: 767px) {

      /* Centre the trust counters below the hero. */
      .hero-stats-wrap,
      .hero-stats,
      .hero-stats .stat {
        width: 100%;
        text-align: center;
      }

      .hero-stats {
        align-items: stretch;
        justify-content: center;
      }

      .hero-stats .stat {
        padding-right: 0;
      }

      .hero-stats .stat-num,
      .hero-stats .stat .stat-num {
        justify-content: center;
        text-align: center;
      }

      /* Centre the experience / partner counters in guidance sections. */
      .trust-grid {
        justify-items: center;
        text-align: center;
      }

      .trust-item,
      .trust-item .trust-num,
      .trust-item .trust-label {
        width: 100%;
        text-align: center;
      }

      .trust-item {
        padding-left: 8px;
        padding-right: 8px;
      }

      .trust-item+.trust-item::before {
        display: none !important;
      }

      /* Keep every mobile footer column consistently centred. */
      footer,
      footer .footer-grid,
      footer .footer-brand,
      footer .footer-col,
      footer .footer-bottom {
        text-align: center;
      }

      footer .footer-grid {
        justify-items: center;
      }

      footer .footer-brand,
      footer .footer-col {
        width: 100%;
      }

      footer .footer-brand .logo,
      footer .footer-brand>a {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
      }

      footer .footer-brand p {
        margin-left: auto;
        margin-right: auto;
      }

      footer .footer-social {
        justify-content: center;
      }

      footer .footer-col ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
      }

      footer .footer-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
    }

    /* Smooth, stable CTA interactions */
    .btn {
      transform: none;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      transition:
        box-shadow 220ms ease,
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease !important;
    }

    .btn-brass {
      background: linear-gradient(135deg, #111183 0%, #2424a8 100%) !important;
      background-size: 100% 100% !important;
      background-position: center !important;
      box-shadow: 0 10px 24px rgba(17, 17, 131, .26) !important;
    }

    .btn-brass:hover,
    .btn-brass:focus-visible {
      transform: none !important;
      background: linear-gradient(135deg, #171792 0%, #2b2bb4 100%) !important;
      background-position: center !important;
      box-shadow: 0 14px 30px rgba(17, 17, 131, .32) !important;
    }

    .btn-ghost:hover,
    .btn-ghost-light:hover,
    .btn-ghost:focus-visible,
    .btn-ghost-light:focus-visible {
      transform: none !important;
    }

    .btn:active {
      transform: none !important;
      transition-duration: 90ms !important;
    }

    .btn::before,
    .btn::after,
    .btn-brass::before,
    .btn-brass::after {
      animation: none !important;
    }

    .btn-arrow {
      transition: transform 220ms cubic-bezier(.22, 1, .36, 1) !important;
    }

    .btn:hover .btn-arrow,
    .btn:focus-visible .btn-arrow {
      transform: translate3d(3px, 0, 0) !important;
    }

    /* Larger, clearer inner-page breadcrumb hero */
    .page-hero {
      height: clamp(320px, 42vw, 220px) !important;
      min-height: 320px;
      margin-top: 139px !important;
      padding: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      isolation: isolate;
    }

    .page-hero img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center center;
    }

    .page-hero::before {
      background: linear-gradient(180deg, rgba(8, 8, 74, .28), rgba(8, 8, 74, .46)) !important;
    }

    .page-hero h1 {
      margin: 0 !important;
      padding: 0 32px !important;
      font-size: clamp(48px, 5vw, 64px) !important;
      line-height: 1.08 !important;
      text-align: center !important;
      text-shadow: 0 3px 18px rgba(5, 5, 45, .34);
      max-width: min(100%, 1100px) !important;
    }

    @media (max-width: 980px) {
      .page-hero {
        height: 400px !important;
        min-height: 400px;
        margin-top: 139px !important;
      }

      .page-hero h1 {
        font-size: clamp(42px, 7vw, 56px) !important;
      }
    }

    @media (max-width: 640px) {
      .page-hero {
        height: 300px !important;
        min-height: 300px;
        margin-top: 92px !important;
      }

      .page-hero::before {
        background: linear-gradient(180deg, rgba(8, 8, 74, .30), rgba(8, 8, 74, .48)) !important;
      }

      .page-hero h1 {
        padding-inline: 20px !important;
        font-size: clamp(34px, 10vw, 44px) !important;
        line-height: 1.12 !important;
      }
    }

    @media (prefers-reduced-motion: reduce) {

      .btn,
      .btn-arrow {
        transition: none !important;
      }
    }

    /* CTA/footer colour bridge: official Thames Trent blue into footer navy */
    .cta-band {
      background:
        radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, #0b0b44 0%, #0B0B63 58%, #10112F 100%) !important;
      border: 1px solid rgba(255, 255, 255, 0.10) !important;
      box-shadow: 0 24px 56px rgba(8, 8, 74, 0.24) !important;
    }

    .cta-band::after {
      border-color: rgba(255, 255, 255, 0.18) !important;
    }

    .cta-band .btn-brass {
      background: #FFFFFF !important;
      color: #111183 !important;
      border: 1px solid #FFFFFF !important;
      box-shadow: 0 10px 26px rgba(8, 8, 74, 0.24) !important;
    }

    .cta-band .btn-brass:hover,
    .cta-band .btn-brass:focus-visible {
      background: #F1F1FB !important;
      color: #0B0B63 !important;
      border-color: #F1F1FB !important;
      box-shadow: 0 14px 30px rgba(8, 8, 74, 0.30) !important;
    }

    .cta-band .btn-ghost-light {
      background: rgba(255, 255, 255, 0.06) !important;
      border-color: rgba(255, 255, 255, 0.46) !important;
      color: #FFFFFF !important;
    }

    .cta-band .btn-ghost-light:hover,
    .cta-band .btn-ghost-light:focus-visible {
      background: rgba(255, 255, 255, 0.13) !important;
      border-color: #FFFFFF !important;
      color: #FFFFFF !important;
    }
