/* Embedded styles extracted from Index.html - block 1. */
@media (hover:hover) and (pointer:fine){html,body,body *,a,button,input,textarea,select,summary,[role="button"]{cursor:none!important}}

/* Embedded styles extracted from Index.html - block 2. */
    /* ============================================================
       HOMEPAGE REDESIGN — matching fin-banner.pdf reference
       ============================================================ */

    /* ---- NAV OVERRIDES ---- */
    .logo-link { display: inline-flex; align-items: center; text-decoration: none; }
    .logo-img  { height: 44px !important; width: auto !important; max-width: none !important; object-fit: contain; display: block; }

    /* ---- HERO BANNER ---- */
    .hero-banner {
      background: #052e3c;
      padding: 88px 72px 48px;
      min-height: calc(100vh - 68px - 60px);
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
    }
    .hero-bg-video {
      position: absolute;
      inset: 0 0 0 auto;
      width: 76%;
      height: 100%;
      object-fit: contain;
      object-position: right center;
      pointer-events: none;
      z-index: 0;
      opacity: 0;
      transition: opacity 70ms linear;
    }
    .hero-bg-video.is-active { opacity: 1; }
    @media (min-width: 769px) {
      .hero-bg-video {
        transform: translateY(6%) scale(1.14);
        transform-origin: right center;
      }
    }
    @media (min-width: 1101px) {
      .hero-bg-video {
        transform: translateY(8%) scale(1.20);
      }
    }
    /* subtle dot grid */
    .hero-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(3,22,31,0.96) 0%, rgba(4,35,48,0.88) 29%, rgba(4,48,63,0.36) 53%, rgba(4,48,63,0.08) 100%),
        linear-gradient(180deg, rgba(2,16,23,0.22) 0%, rgba(2,16,23,0.04) 44%, rgba(2,16,23,0.22) 100%),
        radial-gradient(circle at 28% 48%, rgba(25,199,212,0.12), transparent 32%),
        radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
      background-size: auto, auto, auto, 28px 28px;
      pointer-events: none;
      z-index: 1;
    }
    /* decorative circle rings */
    .hero-banner::after {
      content: '';
      position: absolute;
      right: -120px; top: -120px;
      width: 560px; height: 560px;
      border: 1px solid rgba(255,255,255,0.045);
      border-radius: 50%;
      pointer-events: none;
      z-index: 1;
    }
    .hero-inner-grid {
      display: grid;
      grid-template-columns: minmax(420px, 45%) minmax(0, 55%);
      gap: clamp(28px, 4vw, 64px);
      align-items: center;
      width: 100%;
      max-width: 1500px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }
    .hero-text {
      max-width: 570px;
      padding: 8px 0;
    }
    .hero-h1 {
      font-size: 50px;
      font-weight: 800;
      line-height: 1.08;
      letter-spacing: -2px;
      color: #ffffff;
      margin-bottom: 18px;
    }
    .hero-h1-line {
      display: block;
      white-space: nowrap;
    }
    .hero-h1 .accent-teal  { color: #19c7d4; }
    .hero-h1 .accent-amber { color: #f58220; }
    .hero-tagline {
      font-size: 19px;
      font-weight: 600;
      color: rgba(255,255,255,0.85);
      margin: 0 0 18px;
      letter-spacing: -0.3px;
      line-height: 1.3;
      font-style: italic;
    }
    .hero-sub {
      font-size: 16px;
      color: rgba(255,255,255,0.74);
      line-height: 1.75;
      margin-bottom: 40px;
      max-width: 520px;
    }
    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
    .hero-btn-primary {
      background: #f58220;
      color: white;
      padding: 14px 30px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: -0.2px;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      display: inline-block;
      border: 1.5px solid #f58220;
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }
    .hero-btn-primary::after {
      content: "";
      position: absolute;
      inset: -45% -70%;
      background: linear-gradient(120deg, transparent 42%, rgba(255,255,255,0.58) 50%, transparent 58%);
      transform: translateX(-70%) translateY(30%);
      opacity: 0;
      pointer-events: none;
      z-index: 1;
    }
    .hero-btn-primary:hover {
      background: #e66f12;
      border-color: #e66f12;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(245,130,32,0.4);
    }
    .hero-btn-primary:hover::after {
      animation: heroBtnWipe 0.72s ease-out;
    }
    @keyframes heroBtnWipe {
      0% {
        opacity: 0;
        transform: translateX(-70%) translateY(30%);
      }
      18% { opacity: 1; }
      100% {
        opacity: 0;
        transform: translateX(70%) translateY(-30%);
      }
    }
    .hero-btn-outline {
      background: transparent;
      border: 1.5px solid #19c7d4;
      color: #ffffff;
      padding: 13px 26px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 600;
      transition: border-color 0.2s, background 0.2s, color 0.2s;
      display: inline-block;
    }
    .hero-btn-outline:hover { background: rgba(25,199,212,0.12); border-color: #19c7d4; color: #ffffff; }
    .hero-visual {
      display: none;
    }
    .hero-illustration-placeholder {
      aspect-ratio: 4 / 3;
      border: 1.5px dashed rgba(255,255,255,0.25);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,0.4);
      font-size: 13px;
      text-align: center;
      padding: 24px;
    }

    /* ---- STATS BAND ---- */
    .stats-band-main {
      background: #DCF0F4;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      border-bottom: 1px solid rgba(5,67,86,0.12);
    }
    .stat-main {
      padding: 30px 20px;
      text-align: center;
      border-right: 1px solid rgba(5,67,86,0.10);
    }
    .stat-main:last-child { border-right: none; }
    .stat-main-num {
      font-size: 36px;
      font-weight: 800;
      color: #054356;
      letter-spacing: -1.5px;
      line-height: 1;
      display: block;
    }
    .stat-main-label {
      font-size: 12px;
      color: #5A7280;
      margin-top: 6px;
      line-height: 1.35;
      font-weight: 500;
    }

    /* ---- SHARED SECTION HEADER ---- */
    .sec-eyebrow-amber {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #E8730A;
      margin-bottom: 12px;
    }
    .sec-eyebrow-teal {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #0D646E;
      margin-bottom: 12px;
    }
    .sec-h2 {
      font-size: 34px;
      font-weight: 800;
      color: #111827;
      letter-spacing: -1px;
      line-height: 1.15;
      margin-bottom: 12px;
      max-width: 680px;
    }
    .sec-h2 .accent-teal { color: #0D646E; font-style: italic; }
    .sec-sub {
      font-size: 16px;
      color: #6B7280;
      line-height: 1.7;
      max-width: 600px;
    }
    .sec-header { margin-bottom: 48px; }

    /* ---- WHAT WE SOLVE ---- */
    .solve-section {
      background: #F8F7F5;
      padding: 80px 72px;
    }
    .solve-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    /* ---- FADE CARDS ---- */
    .flip-card {
      background: transparent;
      border-radius: 14px;
      height: 270px;
      cursor: pointer;
      outline: none;
      touch-action: manipulation;
      -webkit-tap-highlight-color: transparent;
      user-select: none;
    }
    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: left;
      border-radius: 14px;
      overflow: hidden;
      isolation: isolate;
      contain: paint;
    }
    .flip-card-front,
    .flip-card-back {
      position: absolute;
      inset: 0;
      transition:
        opacity 0.42s cubic-bezier(.22, 1, .36, 1),
        transform 0.42s cubic-bezier(.22, 1, .36, 1);
      border-radius: 14px;
      background: #ffffff;
      border: 1px solid #EDE9E3;
      box-shadow: 0 6px 22px rgba(5,67,86,0.08);
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .flip-card-front {
      overflow: hidden;
      position: relative;
      opacity: 1;
      z-index: 1;
    }
    .flip-card-front::before,
    .flip-card-front::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      z-index: 2;
      pointer-events: none;
    }
    .flip-card-front::before {
      top: 0;
      right: 0;
      border-top: 24px solid #f58220;
      border-left: 24px solid transparent;
    }
    .flip-card-front::after {
      bottom: 0;
      left: 0;
      border-bottom: 24px solid #f58220;
      border-right: 24px solid transparent;
    }
    .flip-card-back {
      opacity: 1;
      z-index: 2;
      pointer-events: none;
      padding: 28px 28px;
      justify-content: flex-start;
      background: rgba(245, 130, 32, 0.97);
      border-color: rgba(245, 130, 32, 0.97);
      box-shadow: none;
      transform: translate3d(0, 100%, 0);
      transition: transform 0.46s cubic-bezier(.22, 1, .36, 1);
      will-change: transform;
    }
    .flip-card:hover .flip-card-front,
    .flip-card.is-flipped .flip-card-front,
    .flip-card:focus-visible .flip-card-front {
      opacity: 1;
    }
    .flip-card:hover .flip-card-back,
    .flip-card.is-flipped .flip-card-back,
    .flip-card:focus-visible .flip-card-back {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      pointer-events: auto;
    }
    .flip-card:focus-visible {
      box-shadow: 0 0 0 4px rgba(13,100,110,0.24);
    }
    .flip-badge {
      position: absolute;
      top: 14px; left: 14px;
      background: #052e3c;
      color: white;
      font-size: 10px;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 10px;
      letter-spacing: 0.5px;
      z-index: 1;
    }
    .flip-illustration {
      flex: 1 1 auto;
      min-height: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      overflow: hidden;
      background: #ffffff;
    }
    .flip-illustration img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }
    .flip-card-front h3 {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      min-height: 44px;
      font-size: 17px;
      font-weight: 800;
      color: #ffffff;
      line-height: 1.25;
      padding: 6px 20px;
      margin: auto 0 0;
      background: #0D646E;
      box-sizing: border-box;
      opacity: 1;
      transition: opacity 0.16s ease 0.22s;
    }
    .flip-card:hover .flip-card-front h3,
    .flip-card.is-flipped .flip-card-front h3,
    .flip-card:focus-visible .flip-card-front h3 {
      opacity: 0;
      transition-delay: 0s;
    }
    .flip-card-back h3 {
      font-size: 20px;
      font-weight: 800;
      color: #052E3C;
      line-height: 1.3;
      margin-bottom: 14px;
      opacity: 0;
      transform: translateY(14px);
      transition: opacity 0.24s ease 0.12s, transform 0.3s ease 0.12s;
    }
    .flip-card-back p {
      font-size: 15px;
      font-weight: 600;
      color: #052E3C;
      line-height: 1.72;
      opacity: 0;
      transform: translateY(14px);
      transition: opacity 0.24s ease 0.17s, transform 0.3s ease 0.17s;
    }
    .flip-card:hover .flip-card-back h3,
    .flip-card:hover .flip-card-back p,
    .flip-card.is-flipped .flip-card-back h3,
    .flip-card.is-flipped .flip-card-back p,
    .flip-card:focus-visible .flip-card-back h3,
    .flip-card:focus-visible .flip-card-back p {
      opacity: 1;
      transform: translateY(0);
    }
    .flip-card-back .flip-badge-back {
      color: #052E3C;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 6px;
      display: block;
    }
    @media (prefers-reduced-motion: reduce) {
      .flip-card,
      .flip-card-front,
      .flip-card-back,
      .flip-card-front h3,
      .flip-card-back h3,
      .flip-card-back p {
        transition: none;
      }
    }
    .tap-cue {
      display: none;
    }

    /* ---- CORE OFFERINGS ---- */
    .offerings-section {
      background:
        radial-gradient(circle, rgba(5,67,86,0.035) 1px, transparent 1px),
        #fbfcfc;
      background-size: 22px 22px;
      padding: 86px 72px;
    }
    .offerings-layout {
      display: grid;
      grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
      gap: clamp(34px, 4vw, 58px);
      align-items: center;
      max-width: 1500px;
      margin: 0 auto;
    }
    .offerings-section .sec-header {
      text-align: left;
      margin: 0;
      max-width: 320px;
    }
    .offerings-section .sec-eyebrow-teal {
      display: inline-block;
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 12px;
      color: #0D646E;
      letter-spacing: 1.8px;
    }
    .offerings-section .sec-eyebrow-teal::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 150px;
      height: 1px;
      background: #86c6ca;
    }
    .offerings-section .sec-eyebrow-teal::before {
      content: "";
      position: absolute;
      left: 146px;
      bottom: -2px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      border: 1px solid #0D646E;
      background: #fbfcfc;
      z-index: 1;
    }
    .offerings-section .sec-h2 {
      font-size: clamp(28px, 3vw, 39px);
      line-height: 1.28;
      margin-bottom: 28px;
    }
    .offerings-section .sec-h2 .accent-teal {
      display: block;
      font-style: italic;
    }
    .offerings-section .sec-sub {
      max-width: 280px;
      margin: 0;
      padding-left: 16px;
      border-left: 2px solid rgba(232,115,10,0.38);
      font-size: 15px;
      line-height: 1.7;
    }
    .offerings-list {
      min-width: 0;
    }
    .off-row {
      display: flex;
      align-items: center;
      gap: 14px;
      background: rgba(255,255,255,0.86);
      border: 1px solid rgba(5,67,86,0.13);
      border-radius: 7px;
      padding: 16px 18px;
      margin-bottom: 10px;
      box-shadow: 0 6px 20px rgba(5,46,60,0.06);
      transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.16s;
    }
    .off-row:hover {
      border-color: rgba(245,130,32,0.55);
      background: white;
      box-shadow: 0 10px 28px rgba(245,130,32,0.18);
      transform: translateY(-1px);
    }
    .off-num {
      min-width: 72px; height: 48px;
      display: flex; align-items: center; justify-content: center;
      color: #0D646E; font-size: 28px; font-weight: 700;
      flex-shrink: 0;
      border-right: 1px solid rgba(5,67,86,0.12);
      position: relative;
    }
    .off-num::after {
      content: "";
      position: absolute;
      right: -3px;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #f58220;
      box-shadow: 0 0 0 3px rgba(245,130,32,0.10);
    }
    .off-body {
      flex: 1 1 auto;
      min-width: 0;
      position: relative;
      padding-left: 24px;
      padding-right: 10px;
    }

    .off-body h3 { font-size: 15.5px; font-weight: 800; color: #111827; margin-bottom: 5px; }
    .off-body p  { font-size: 12.8px; color: #53616d; line-height: 1.55; max-width: 820px; }
    .off-tag-box {
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex-shrink: 0;
      min-width: 128px;
      height: 38px;
      padding: 0 14px;
      border: 1.5px solid rgba(13,100,110,0.5);
      border-radius: 999px;
      background: rgba(255,255,255,0.72);
    }
    .off-tag-icon {
      width: 17px; height: 17px;
      border-radius: 0;
      display: flex; align-items: center; justify-content: center;
      font-size: 0;
      background: transparent !important;
    }
    .off-tag-icon svg {
      width: 17px;
      height: 17px;
      stroke: #0D646E;
    }
    .off-tag-label {
      font-size: 11px;
      font-weight: 800;
      color: #0D646E;
      text-align: center;
      letter-spacing: 0;
    }
    .off-cta { text-align: center; margin-top: 36px; padding-left: 0; }
    .btn-amber {
      background: #E8730A;
      color: white;
      padding: 14px 32px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: -0.2px;
      display: inline-block;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    }
    .btn-amber:hover {
      background: #c55f06;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(232,115,10,0.35);
    }

    /* ---- PROCESS ("How We Work") ---- */
    .process-section {
      background-color: #f4f8fd;
      background-image: url('assets/img/how-we-work-section-bg.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 80px 72px 84px;
      position: relative;
      overflow: hidden;
    }
    .process-section .sec-header {
      text-align: left;
      max-width: 1500px;
      margin: 0 auto 22px;
    }
    .process-section .sec-eyebrow-amber {
      color: #E8730A;
      margin-bottom: 12px;
    }
    .process-section .sec-h2 {
      font-size: clamp(34px, 4vw, 48px);
      line-height: 1.08;
      margin-bottom: 16px;
    }
    .process-section .sec-sub {
      margin: 0;
      max-width: 640px;
      font-size: 15.5px;
      line-height: 1.65;
    }
    .process-section > .sec-header,
    .process-section > .proc-circle-row,
    .process-section > .proc-vline-grid,
    .process-section > .proc-cards-row {
      max-width: 1500px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Top row: circles and drops share the exact card grid columns */
    .proc-circle-row {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      align-items: center;
      margin-top: 18px;
      margin-bottom: 0;
      position: relative;
      height: 82px;
    }
    .proc-connector {
      position: absolute;
      left: 3%;
      right: 3%;
      top: 31px;
      width: 94%;
      height: 52px;
      z-index: 0;
      overflow: visible;
    }
    .proc-path-base,
    .proc-path-flow {
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .proc-path-base {
      stroke: url(#procFlowGradient);
      stroke-width: 5;
      opacity: 0.42;
    }
    .proc-path-flow {
      stroke: url(#procFlowGradient);
      stroke-width: 5;
      stroke-dasharray: 92 920;
      stroke-dashoffset: 0;
      animation: procFlow 5.4s linear infinite;
      filter: drop-shadow(0 3px 7px rgba(20, 183, 202, 0.32));
    }
    @keyframes procFlow {
      to { stroke-dashoffset: -1012; }
    }
@media (prefers-reduced-motion: reduce) {
      .proc-path-flow {
        animation: none;
        stroke-dasharray: none;
      }
    }
    .proc-node {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-width: 0;
      position: relative;
      z-index: 2;
    }
    .proc-circle-v2 {
      width: 58px; height: 58px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 19px; font-weight: 800;
      color: white;
      background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.55), rgba(255,255,255,0) 42%), var(--c);
      box-shadow: 0 0 0 5px rgba(255,255,255,0.78), 0 0 0 7px rgba(5,67,86,0.06), inset 0 -4px 8px rgba(0,0,0,0.18), inset 0 3px 4px rgba(255,255,255,0.4), 0 10px 18px rgba(5,46,60,0.18);
      position: relative;
    }
    .proc-hang-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      margin-top: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    }
    /* Vertical connector from circle down to card */
    .proc-vline-wrap {
      display: flex;
      justify-content: center;
      height: 18px;
    }
    .proc-vline {
      width: 3px;
      min-width: 3px;
      max-width: 3px;
      flex: 0 0 3px;
      height: 100%;
      border-radius: 999px;
    }

    /* Cards row */
    .proc-cards-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      position: relative;
      z-index: 1;
    }
    .proc-card {
      background: white;
      border: 1px solid #E3EEF4;
      border-radius: 22px;
      padding: 18px 18px 20px;
      box-shadow: 0 12px 28px rgba(5,46,60,0.09);
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
    }
    /* Shown only when the connector row above is hidden (tablet/mobile),
       so the step order stays legible without the curved connector. */
    .proc-card-num {
      display: none;
      align-items: center;
      justify-content: center;
      width: 30px; height: 30px;
      border-radius: 50%;
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      position: absolute;
      top: -14px; left: 20px;
      box-shadow: 0 4px 10px rgba(5,46,60,0.25);
    }
    .proc-card-img {
      width: 100%; height: 132px;
      object-fit: contain;
      margin-bottom: 0;
      display: block;
    }
    .proc-card-title {
      font-size: 18px; font-weight: 800;
      text-align: center;
      margin: 12px 0 8px;
    }
    .proc-card-bar {
      width: 36px; height: 3px;
      border-radius: 2px;
      margin: 0 auto 12px;
    }
    .proc-card-desc {
      font-size: 13px; color: #374151;
      text-align: center; line-height: 1.62;
    }

    /* ---- WHY FINTHOTS (dark) ---- */
    .why-section {
      background:
        radial-gradient(circle at 18% 18%, rgba(92,200,208,0.10), transparent 28%),
        radial-gradient(circle, rgba(255,255,255,0.025) 1px, transparent 1px),
        #043f46;
      background-size: auto, 26px 26px;
      padding: 82px 72px 36px;
    }
    .why-inner {
      display: grid;
      grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
      gap: clamp(44px, 7vw, 82px);
      max-width: 1500px;
      margin: 0 auto;
      align-items: start;
    }
    .why-intro {
      margin: 12px 0 0;
      max-width: 420px;
    }
    .dark-eyebrow {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #5CC8D0;
      margin-bottom: 14px;
    }
    .dark-title {
      font-size: clamp(30px, 3vw, 40px);
      font-weight: 800;
      color: #F8FAFC;
      letter-spacing: -1.2px;
      line-height: 1.14;
      margin-bottom: 20px;
    }
    .dark-sub {
      font-size: 16px;
      color: rgba(240,240,239,0.72);
      line-height: 1.72;
      max-width: 410px;
    }
    .dark-rule {
      width: 54px;
      height: 3px;
      border-radius: 999px;
      background: #E8730A;
      margin-top: 28px;
    }
    .why-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    .why-card {
      background: rgba(255,255,255,0.025);
      border: 1px solid rgba(92,200,208,0.24);
      border-radius: 8px;
      padding: 26px 28px;
      display: flex;
      gap: 22px;
      align-items: flex-start;
      min-height: 174px;
      transition: background 0.2s, border-color 0.2s, transform 0.16s;
    }
    .why-card:hover {
      background: rgba(255,255,255,0.045);
      border-color: rgba(92,200,208,0.42);
      transform: translateY(-2px);
    }
    .why-icon {
      width: 76px;
      height: 76px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: #F6C179;
      background: radial-gradient(circle at 35% 30%, rgba(92,200,208,0.30), rgba(13,100,110,0.42));
      box-shadow: inset 0 0 0 1px rgba(92,200,208,0.16);
      overflow: hidden;
    }
    .why-icon svg {
      width: 34px;
      height: 34px;
      stroke: currentColor;
    }
    .why-icon img {
      width: 112%;
      height: 112%;
      max-width: none;
      flex-shrink: 0;
      object-fit: cover;
      border-radius: 50%;
      display: block;
    }
    .why-num {
      color: #E8730A;
      font-size: 24px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 12px;
    }
    .why-card h3 { font-size: 16px; font-weight: 800; color: #F8FAFC; margin-bottom: 8px; }
    .why-card p  { font-size: 13px; color: rgba(240,240,239,0.66); line-height: 1.65; }

    /* ---- TESTIMONIALS ---- */
    .testi-section {
      background:
        radial-gradient(circle, rgba(255,255,255,0.025) 1px, transparent 1px),
        #043f46;
      background-size: 26px 26px;
      padding: 42px 72px 82px;
      border-top: 0;
    }
    .testi-section .sec-header {
      text-align: left;
      max-width: 1500px;
      margin: 0 auto 16px;
    }
    .testi-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      max-width: 1500px;
      margin: 0 auto;
    }
    .testi-card {
      background: rgba(255,255,255,0.025);
      border: 1px solid rgba(92,200,208,0.24);
      border-radius: 8px;
      padding: 28px 30px;
    }
    .testi-quote {
      font-size: 38px;
      color: #E8730A;
      line-height: 1;
      margin-bottom: 14px;
      font-family: Georgia, serif;
    }
    .testi-card p {
      font-size: 14px;
      color: rgba(240,240,239,0.75);
      line-height: 1.75;
      font-style: italic;
      margin-bottom: 22px;
    }
    .testi-author { display: flex; align-items: center; gap: 12px; }
    .testi-avatar {
      width: 42px; height: 42px;
      border-radius: 50%;
      background: #14aeb8;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
    }
    .testi-avatar svg {
      width: 22px;
      height: 22px;
    }
    .testi-name  { font-size: 13px; font-weight: 700; color: #F0F0EF; }
    .testi-role  { font-size: 11px; color: rgba(240,240,239,0.4); margin-top: 2px; }
    .testi-cta   { text-align: center; margin-top: 18px; }
    .btn-outline-white {
      border: 0;
      background: #f58220;
      color: #ffffff;
      padding: 15px 36px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 700;
      display: inline-block;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    }
    .btn-outline-white:hover {
      background: #e66f12;
      color: #ffffff;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(245,130,32,0.30);
    }

    /* ---- HOMEPAGE CONTACT SECTION ---- */
    .cta-band {
      background: radial-gradient(circle at 3% 38%,rgba(25,199,212,.15) 0 82px,transparent 83px), radial-gradient(circle at 97% 4%,rgba(18,185,129,.13) 0 150px,transparent 151px), #f7fbfb;
      padding: 72px;
      text-align: left;
    }
    .cta-band-inner { max-width:1180px; margin:0 auto; padding:24px; border:1px solid #e3eeee; border-radius:24px; background:rgba(255,255,255,.86); box-shadow:0 18px 54px rgba(5,46,60,.10); position:relative; overflow:hidden; }
    .cta-band-inner::after { content:''; position:absolute; left:-42px; bottom:-54px; width:160px; height:160px; border:1px solid rgba(25,199,212,.16); border-radius:50%; pointer-events:none; }
    .cta-contact-grid { display:grid; grid-template-columns:minmax(0,.94fr) minmax(440px,1.06fr); gap:42px; align-items:stretch; position:relative; z-index:1; }
    .cta-contact-copy { padding:22px 8px 0 30px; display:flex; flex-direction:column; }
    .cta-band-kicker {
      color: #f58220;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 2.2px;
      line-height: 1.4;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .cta-band h2 {
      font-size: clamp(32px,3.2vw,44px);
      font-weight: 800;
      color: #08244a;
      letter-spacing: -1.35px;
      line-height: 1.08;
      margin-bottom: 14px;
      max-width: 520px;
    }
    .cta-band p {
      font-size: 16px;
      color: #566575;
      line-height: 1.65;
      margin-bottom: 14px;
      max-width: 510px;
    }
    .cta-band-list { list-style:none; display:grid; gap:8px; margin:0; padding:0; }
    .cta-band-list li { display:flex; align-items:center; gap:11px; color:#18304f; font-size:13px; font-weight:650; line-height:1.45; min-height:38px; padding:5px 12px; border:1px solid #d7eceb; border-radius:8px; background:rgba(247,252,252,.78); }
    .cta-band-check { width:27px; height:27px; flex:0 0 27px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:#0f9e91; background:#e2faf4; border:1px solid rgba(18,185,129,.24); font-size:15px; font-weight:800; }
    .cta-contact-illustration { width:100%; max-height:190px; object-fit:contain; object-position:center bottom; margin-top:auto; padding-top:8px; display:block; }
    .cta-direct-card { display:grid; grid-template-columns:1fr 1fr; border:1px solid #dbe9eb; border-radius:14px; background:rgba(255,255,255,.94); box-shadow:0 8px 24px rgba(5,46,60,.08); overflow:hidden; }
    .cta-direct-link { display:flex; align-items:center; gap:10px; min-width:0; padding:11px 13px; color:#0b2a55; border-right:1px solid #e3eeee; border-bottom:1px solid #e3eeee; transition:background .2s,color .2s; }
    .cta-direct-link:nth-child(2n) { border-right:0; }
    .cta-direct-link:nth-last-child(-n+2) { border-bottom:0; }
    .cta-direct-link:hover { color:#0f858b; background:#f0fbfb; }
    .cta-direct-icon { width:32px; height:32px; flex:0 0 32px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:#0f858b; background:#e7f7f5; font-size:15px; font-weight:800; }
    .cta-direct-text { min-width:0; }
    .cta-direct-label { display:block; font-size:10px; color:#71808e; text-transform:uppercase; letter-spacing:.5px; margin-bottom:1px; }
    .cta-direct-value { display:block; font-size:12px; font-weight:750; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
    .cta-form-card { background:#ffffff; border:1px solid #e3eeee; border-radius:20px; padding:28px 30px 24px; box-shadow:0 14px 38px rgba(5,46,60,.10); }
    .cta-form-card .ft-contact-form .ft-form-row { margin-bottom:14px; }
    .cta-form-card .ft-contact-form input,
    .cta-form-card .ft-contact-form select,
    .cta-form-card .ft-contact-form textarea { padding:11px 13px; }
    .cta-form-card .ft-contact-form textarea { min-height:94px; }
    .cta-form-card .ft-form-submit { background:#f58220; font-size:16px; }
    .cta-form-card .ft-form-submit:hover { background:#df6d11; }
    .cta-custom-select { position:relative; }
    .cta-custom-select-toggle {
      width:100%;
      min-height:43px;
      padding:11px 13px;
      border:1.5px solid #dce8eb;
      border-radius:8px;
      background:#ffffff;
      color:#667486;
      font:inherit;
      font-size:14px;
      text-align:left;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      transition:border-color .2s,box-shadow .2s;
    }
    .cta-custom-select-toggle:focus-visible { outline:none; border-color:#19c7d4; box-shadow:0 0 0 3px rgba(25,199,212,.13); }
    .cta-custom-select-chevron { color:#24425f; font-size:16px; line-height:1; transition:transform .28s cubic-bezier(.2,.8,.2,1); }
    .cta-custom-select.is-open .cta-custom-select-chevron { transform:rotate(180deg); }
    .cta-custom-select-menu {
      position:absolute;
      z-index:20;
      top:calc(100% + 7px);
      left:0;
      right:0;
      max-height:0;
      overflow:hidden;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transform:translateY(-8px) scale(.985);
      transform-origin:top center;
      padding:0 6px;
      border:1px solid transparent;
      border-radius:10px;
      background:#ffffff;
      box-shadow:0 16px 34px rgba(5,46,60,.16);
      transition:max-height .34s cubic-bezier(.2,.8,.2,1),opacity .22s ease,transform .3s cubic-bezier(.2,.8,.2,1),visibility 0s linear .34s,padding .3s ease,border-color .2s ease;
    }
    .cta-custom-select.is-open .cta-custom-select-menu {
      max-height:294px;
      overflow-y:auto;
      opacity:1;
      visibility:visible;
      pointer-events:auto;
      transform:translateY(0) scale(1);
      padding:6px;
      border-color:#dce8eb;
      transition-delay:0s;
    }
    .cta-custom-select-option {
      width:100%;
      padding:10px 11px;
      border:0;
      border-radius:7px;
      background:transparent;
      color:#17324f;
      font:inherit;
      font-size:13.5px;
      text-align:left;
      cursor:pointer;
      opacity:0;
      transform:translateY(-4px);
      transition:background .16s,color .16s,opacity .2s ease,transform .24s ease;
    }
    .cta-custom-select.is-open .cta-custom-select-option { opacity:1; transform:translateY(0); }
    .cta-custom-select.is-open .cta-custom-select-option:nth-child(2) { transition-delay:.025s; }
    .cta-custom-select.is-open .cta-custom-select-option:nth-child(3) { transition-delay:.05s; }
    .cta-custom-select.is-open .cta-custom-select-option:nth-child(4) { transition-delay:.075s; }
    .cta-custom-select-option:hover,.cta-custom-select-option:focus-visible,.cta-custom-select-option[aria-selected="true"] { outline:none; color:#086f75; background:#eaf8f7; }
    @media (prefers-reduced-motion:reduce) {
      .cta-custom-select-menu,.cta-custom-select-chevron,.cta-custom-select-option { transition:none !important; }
    }
    @media (max-width:980px) {
      .cta-contact-grid { grid-template-columns:1fr; gap:28px; }
      .cta-contact-copy { padding:18px 18px 0; }
      .cta-band h2,.cta-band p { max-width:680px; }
      .cta-contact-illustration { max-height:230px; }
    }
    @media (max-width:600px) {
      .cta-band-inner { padding:10px; border-radius:18px; }
      .cta-contact-copy { padding:22px 10px 0; }
      .cta-form-card { padding:22px 16px 18px; border-radius:15px; }
      .cta-direct-card { grid-template-columns:1fr; }
      .cta-direct-link { border-right:0; border-bottom:1px solid #e3eeee !important; }
      .cta-direct-link:last-child { border-bottom:0 !important; }
      .cta-contact-illustration { max-height:170px; }
    }

    /* ---- FOOTER REDESIGN ---- */
    footer {
      background: #032e3b;
      padding: 60px 72px 32px;
      border-top: 1px solid rgba(255,255,255,0.05);
    }
    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr 1.6fr;
      gap: 40px;
      margin-bottom: 48px;
    }
    .footer-brand { }
    .footer-logo-wrap {
      margin-bottom: 16px;
      display: inline-flex;
      align-items: center;
      background: rgba(255,255,255,0.86);
      padding: 8px 12px;
      border-radius: 4px;
    }
    .footer-logo-img { height: 44px !important; width: auto !important; max-width: none !important; object-fit: contain; display: block; }
    .footer-tagline {
      font-size: 13px;
      color: rgba(255,255,255,0.35);
      line-height: 1.65;
      max-width: 230px;
      margin-bottom: 18px;
    }
    .footer-contact-row {
      display: flex; align-items: center; gap: 8px;
      color: rgba(255,255,255,0.40); font-size: 13px; margin-bottom: 8px;
    }
    .footer-contact-row a { color: rgba(255,255,255,0.45); transition: color 0.2s; }
    .footer-contact-row a:hover { color: #5CC8D0; }
    .footer-work-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f58220;
      color: white;
      padding: 11px 20px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 14px;
      margin-top: 20px;
      transition: background 0.2s;
      cursor: pointer;
      border: none;
      font-family: inherit;
    }
    .footer-work-btn:hover { background: #e66f12; color: white; }
    .footer-col h4 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.30);
      margin-bottom: 18px;
    }
    .footer-col ul { list-style: none; }
    .footer-col ul li { margin-bottom: 10px; }
    .footer-col ul li a {
      font-size: 13px;
      color: rgba(255,255,255,0.45);
      transition: color 0.2s;
    }
    .footer-col ul li a:hover { color: #F0F0EF; }
    .footer-newsletter h4 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.30);
      margin-bottom: 10px;
    }
    .footer-nl-text {
      font-size: 13px;
      color: rgba(255,255,255,0.35);
      line-height: 1.6;
      margin-bottom: 14px;
    }
    .footer-nl-row {
      display: flex;
      margin-bottom: 20px;
    }
    .footer-nl-input {
      flex: 1;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.14);
      border-right: none;
      border-radius: 6px 0 0 6px;
      padding: 10px 14px;
      color: white;
      font-size: 13px;
      font-family: inherit;
      outline: none;
    }
    .footer-nl-input::placeholder { color: rgba(255,255,255,0.28); }
    .footer-nl-input:focus { border-color: rgba(255,255,255,0.3); }
    .footer-nl-btn {
      background: #E8730A;
      border: none;
      border-radius: 0 6px 6px 0;
      padding: 10px 16px;
      cursor: pointer;
      color: white;
      font-size: 16px;
      font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s;
    }
    .footer-nl-btn:hover { background: #c55f06; }
    .footer-follow-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.30);
      margin-bottom: 10px;
    }
    .footer-social-row { display: flex; gap: 8px; }
    .footer-social-btn {
      width: 36px; height: 36px;
      border-radius: 8px;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.12);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,0.50);
      transition: background 0.2s, color 0.2s;
      text-decoration: none;
    }
    .footer-social-btn:hover { background: rgba(255,255,255,0.15); color: white; }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.06);
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
    .footer-legal { display: flex; gap: 20px; }
    .footer-legal a { font-size: 12px; color: rgba(255,255,255,0.25); transition: color 0.2s; }
    .footer-legal a:hover { color: rgba(255,255,255,0.55); }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 1100px) {
      .footer-top { grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
      .footer-newsletter { grid-column: 1 / -1; }
    }
    @media (max-width: 1024px) {
      .hero-banner {
        background: #052e3c;
      }
      .hero-banner::before {
        background:
          linear-gradient(90deg, rgba(3,22,31,0.97) 0%, rgba(3,22,31,0.91) 42%, rgba(3,22,31,0.62) 100%),
          linear-gradient(180deg, rgba(2,16,23,0.30) 0%, rgba(2,16,23,0.12) 44%, rgba(2,16,23,0.30) 100%),
          radial-gradient(circle at 28% 48%, rgba(25,199,212,0.12), transparent 32%),
          radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
        background-size: auto, auto, auto, 28px 28px;
      }
      .hero-bg-video { width: 82%; object-position: right center; }
      .hero-inner-grid { grid-template-columns: minmax(0, 58%) minmax(0, 42%); gap: 24px; }
      .hero-h1 { font-size: 40px; }
      .solve-grid { grid-template-columns: repeat(2, 1fr); }
      .proc-cards-row { grid-template-columns: repeat(2, 1fr); }
      .proc-circle-row { display: none; }
      .proc-card-num { display: inline-flex; }
      .why-grid { grid-template-columns: 1fr; }
      .testi-grid { grid-template-columns: 1fr; gap: 16px; }
      .offerings-layout {
        grid-template-columns: 1fr;
        gap: 34px;
      }
      .offerings-section .sec-header,
      .offerings-section .sec-sub {
        max-width: 640px;
      }
      .off-cta {
        padding-left: 0;
        text-align: center;
      }
    }
    @media (max-width: 768px) {
      .hero-banner {
        padding: 108px 24px 64px;
        min-height: auto;
        background: #052e3c;
      }
      .hero-banner::before {
        background:
          linear-gradient(90deg, rgba(3,22,31,0.88) 0%, rgba(3,22,31,0.70) 58%, rgba(3,22,31,0.46) 100%),
          linear-gradient(180deg, rgba(3,22,31,0.38) 0%, rgba(3,22,31,0.18) 48%, rgba(3,22,31,0.42) 100%),
          radial-gradient(circle at 28% 48%, rgba(25,199,212,0.10), transparent 32%),
          radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
        background-size: auto, auto, auto, 28px 28px;
      }
      .hero-bg-video {
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 68% center;
      }
      .hero-bg-video.is-active { opacity: 0.90; }
      .hero-inner-grid { grid-template-columns: 1fr; gap: 28px; }
      /* Stack: text first, illustration below (DOM order already text-then-visual) */
      .hero-h1 { font-size: 32px; letter-spacing: -1px; }
      .hero-h1-line { white-space: normal; }
      .solve-section, .offerings-section, .process-section,
      .why-section, .testi-section, .cta-band { padding: 56px 24px; }
      .solve-grid { grid-template-columns: 1fr; }
      .flip-card { height: 260px; }
      .proc-cards-row { grid-template-columns: 1fr; }
      .proc-circle-row { display: none; }
      .proc-vline-wrap { display: none; }
      .proc-card-num { display: inline-flex; }
      .why-grid { grid-template-columns: 1fr; }
      .testi-grid { grid-template-columns: 1fr; }
      .cta-band h2 { font-size: 26px; }
      .stats-band-main { grid-template-columns: repeat(3, 1fr); }
      .stats-band-main .stat-main:nth-child(4),
      .stats-band-main .stat-main:nth-child(5) { border-top: 1px solid rgba(5,67,86,0.10); }
      footer { padding: 48px 24px 28px; }
      .footer-top { grid-template-columns: 1fr; gap: 28px; }
      .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
      .footer-legal { justify-content: center; }
      .off-row { flex-wrap: wrap; }
      .off-num {
        min-width: 48px;
        height: 44px;
        font-size: 24px;
      }
      .off-body {
      flex: 1 1 auto;
      min-width: 0;
      position: relative;
      padding-left: 24px;
      padding-right: 10px;
    }
      .off-tag-box {
        margin-left: 72px;
        min-width: 132px;
      }
    }
    @media (max-width: 480px) {
      .hero-banner { padding: 96px 20px 56px; }
      .hero-h1 { font-size: 28px; }
      .hero-btns { flex-direction: column; align-items: flex-start; }
      .hero-btn-primary { text-align: center; padding: 14px 30px; }
      .hero-btn-outline { text-align: center; padding: 13px 26px; }
      .stats-band-main { grid-template-columns: 1fr 1fr; }
      .solve-grid { grid-template-columns: 1fr; }
      .sec-h2 { font-size: 26px; }
      .cta-band .btn-cta-band { width: 100%; text-align: center; }
      .offerings-section .sec-eyebrow-teal::after { width: 128px; }
      .offerings-section .sec-eyebrow-teal::before { left: 124px; }
      .off-row {
        align-items: flex-start;
        gap: 12px;
        padding: 16px 14px;
      }
      .off-num {
        min-width: 42px;
        height: 40px;
        font-size: 22px;
      }
      .off-body {
      flex: 1 1 auto;
      min-width: 0;
      position: relative;
      padding-left: 24px;
      padding-right: 10px;
    }
      .off-body p {
        font-size: 12.6px;
      }
      .off-tag-box {
        margin-left: 60px;
        height: 36px;
      }
    }
  
    /* Why + Client Voice responsive refinements */
    @media (max-width: 1024px) {
      .why-inner {
        grid-template-columns: 1fr;
        gap: 34px;
      }
      .why-intro,
      .dark-sub {
        max-width: 720px;
      }
      .testi-grid {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 768px) {
      .why-card {
        min-height: auto;
        padding: 22px;
      }
      .why-grid {
        grid-template-columns: 1fr;
      }
      .why-icon {
        width: 62px;
        height: 62px;
      }
      .why-icon svg {
        width: 29px;
        height: 29px;
      }
      .testi-section .sec-header {
        margin-bottom: 18px;
      }
    }
    @media (max-width: 480px) {
      .why-card {
        gap: 16px;
      }
      .dark-title {
        font-size: 28px;
      }
      .testi-card {
        padding: 24px 22px;
      }
    }

    /* ---- MOBILE COMPATIBILITY PATCH ---- */
    @media (max-width: 768px) {
      html, body {
        max-width: 100%;
        overflow-x: hidden;
      }
      .sec-header {
        margin-bottom: 30px;
      }
      .sec-sub {
        max-width: 100%;
      }
      .hero-banner {
        min-height: calc(100svh - 82px);
        display: flex;
        align-items: center;
      }
      .hero-content {
        max-width: 100%;
      }
      .hero-sub {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.65;
      }
      .hero-btns {
        width: 100%;
      }
      .hero-btn-primary,
      .hero-btn-outline {
        width: min(100%, 320px);
        justify-content: center;
      }
      .solve-grid {
        gap: 18px;
      }
      .flip-card {
        height: 300px;
      }
      .flip-card-front h3 {
        min-height: 48px;
        font-size: 16px;
        padding: 7px 16px;
      }
      .flip-card-back {
        padding: 22px 22px;
      }
      .flip-card-back h3 {
        font-size: 18px;
        margin-bottom: 10px;
      }
      .flip-card-back p {
        font-size: 14px;
        line-height: 1.58;
      }
      .offerings-layout {
        gap: 28px;
      }
      .off-row {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px 14px;
        align-items: center;
        padding: 16px;
      }
      .off-num {
        min-width: 58px;
        height: 42px;
      }
      .off-body {
        padding-left: 14px;
        padding-right: 0;
      }
      .off-tag-box {
        grid-column: 2;
        justify-self: start;
        margin-left: 14px;
      }
      .off-cta {
        margin-top: 28px;
      }
    }
    @media (max-width: 480px) {
      .hero-banner {
        padding: 92px 18px 48px;
      }
      .hero-h1 {
        font-size: 30px;
        line-height: 1.08;
      }
      .hero-tagline {
        font-size: 19px;
        line-height: 1.35;
      }
      .solve-section,
      .offerings-section,
      .process-section,
      .why-section,
      .testi-section,
      .cta-band {
        padding-left: 18px;
        padding-right: 18px;
      }
      .flip-card {
        height: 286px;
      }
      .flip-illustration {
        padding: 4px 8px 0;
      }
      .flip-card-front h3 {
        font-size: 15px;
        line-height: 1.25;
      }
      .flip-card-back p {
        font-size: 13.5px;
      }
      .stats-band-main {
        grid-template-columns: 1fr 1fr;
      }
      .stats-band-main .stat-main {
        border-top: 0;
      }
      .stats-band-main .stat-main:nth-child(n+3) {
        border-top: 1px solid rgba(5,67,86,0.10);
      }
      .stats-band-main .stat-main:nth-child(even) {
        border-right: 0;
      }
      .stats-band-main .stat-main:nth-child(5) {
        grid-column: 1 / -1;
        border-right: 0;
        justify-self: stretch;
        text-align: center;
      }
      .off-row {
        grid-template-columns: 52px minmax(0, 1fr);
        padding: 14px;
      }
      .off-num {
        min-width: 52px;
        font-size: 22px;
      }
      .off-body h3 {
        font-size: 14.5px;
      }
      .off-body p {
        font-size: 12.5px;
      }
      .off-tag-box {
        margin-left: 0;
        min-width: 126px;
      }
      .btn-amber {
        width: min(100%, 280px);
        text-align: center;
      }
    }

    /* Touch screens: only a deliberate tap reveals the back face. */
    @media (max-width: 768px), (hover: none), (pointer: coarse) {
      .tap-cue {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 4;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 6px 9px;
        border: 1px solid rgba(13,100,110,0.18);
        border-radius: 999px;
        background: rgba(255,255,255,0.92);
        box-shadow: 0 4px 12px rgba(5,67,86,0.10);
        color: #0D646E;
        font-size: 9px;
        font-weight: 800;
        line-height: 1;
        pointer-events: none;
      }
      .tap-cue svg {
        width: 12px;
        height: 12px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .flip-card:hover .flip-card-front,
      .flip-card:focus-visible .flip-card-front {
        opacity: 1;
      }
      .flip-card:hover .flip-card-front h3,
      .flip-card:focus-visible .flip-card-front h3 {
        opacity: 1;
      }
      .flip-card:hover .flip-card-back,
      .flip-card:focus-visible .flip-card-back {
        opacity: 1;
        transform: translate3d(0, 100%, 0);
        pointer-events: none;
      }
      .flip-card.is-flipped .flip-card-front {
        opacity: 1;
      }
      .flip-card.is-flipped .flip-card-front h3 {
        opacity: 0;
      }
      .flip-card.is-flipped .flip-card-back {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        pointer-events: auto;
      }
    }

/* Embedded styles extracted from Index.html - block 3. */
    @media (min-width: 1181px) {
      html body .nav { width:100% !important; height:68px !important; min-height:68px !important; display:grid !important; grid-template-columns:220px minmax(0,1fr) 136px !important; column-gap:22px !important; align-items:center !important; padding:0 52px !important; box-sizing:border-box !important; }
      html body .nav .logo-link { width:220px !important; height:68px !important; display:inline-flex !important; align-items:center !important; justify-content:flex-start !important; overflow:hidden !important; }
      html body .nav .logo-img { width:auto !important; height:44px !important; max-width:188px !important; object-fit:contain !important; display:block !important; }
      html body .nav .nav-links { width:min(720px,100%) !important; display:grid !important; grid-template-columns:repeat(6,minmax(0,1fr)) !important; align-items:center !important; justify-self:center !important; gap:0 !important; min-width:0 !important; }
      html body .nav .nav-links li a { width:100% !important; height:34px !important; padding:0 6px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif !important; font-size:14px !important; font-weight:500 !important; line-height:1 !important; white-space:nowrap !important; }
      html body .nav .nav-cta { width:136px !important; height:40px !important; padding:0 16px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; justify-self:end !important; font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif !important; font-size:14px !important; font-weight:700 !important; line-height:1 !important; box-sizing:border-box !important; }
    }
    /* Mobile readability floor: body copy stays comfortably legible. */
    @media (max-width: 768px) {
      html body { font-size: 16px; }
      .hero-sub,
      .sec-sub,
      .card p,
      .offering-body p,
      .off-body p,
      .process-step p,
      .proc-card-desc,
      .flip-card-back p,
      .why-card p,
      .testi-quote,
      .dark-sub,
      .contact-copy p,
      .footer-about,
      .footer-links a,
      .footer-contact-item,
      .mobile-menu ul li a { font-size: 14px !important; line-height: 1.6 !important; }

      .hero-btn-primary,
      .hero-btn-outline,
      .btn,
      .btn-amber,
      .btn-primary,
      .btn-outline,
      .mobile-cta { font-size: 15px !important; }

      .sec-eyebrow,
      .sec-eyebrow-teal,
      .sec-eyebrow-amber,
      .dark-eyebrow,
      .flip-badge,
      .flip-badge-back,
      .off-tag-box,
      .stat-label,
      .testi-role,
      .footer-copy,
      .footer-legal a { font-size: 12px !important; }

      .tap-cue { font-size: 11px !important; padding: 7px 10px !important; }
      input, textarea, select { font-size: 16px !important; }
    }
    /* ---- CANONICAL HOMEPAGE FOOTER ---- */
    /* ---- FOOTER REDESIGN ---- */
    footer {
      background: #032e3b;
      padding: 60px 72px 32px;
      border-top: 1px solid rgba(255,255,255,0.05);
    }
    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr 1.6fr;
      gap: 40px;
      margin-bottom: 48px;
    }
    .footer-brand { }
    .footer-logo-wrap {
      margin-bottom: 16px;
      display: inline-flex;
      align-items: center;
      background: rgba(255,255,255,0.86);
      padding: 8px 12px;
      border-radius: 4px;
    }
    .footer-logo-img { height: 44px !important; width: auto !important; max-width: none !important; object-fit: contain; display: block; }
    .footer-tagline {
      font-size: 13px;
      color: rgba(255,255,255,0.35);
      line-height: 1.65;
      max-width: 230px;
      margin-bottom: 18px;
    }
    .footer-contact-row {
      display: flex; align-items: center; gap: 8px;
      color: rgba(255,255,255,0.40); font-size: 13px; margin-bottom: 8px;
    }
    .footer-contact-row a { color: rgba(255,255,255,0.45); transition: color 0.2s; }
    .footer-contact-row a:hover { color: #5CC8D0; }
    .footer-work-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f58220;
      color: white;
      padding: 11px 20px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 14px;
      margin-top: 20px;
      transition: background 0.2s;
      cursor: pointer;
      border: none;
      font-family: inherit;
    }
    .footer-work-btn:hover { background: #e66f12; color: white; }
    .footer-col h4 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.30);
      margin-bottom: 18px;
    }
    .footer-col ul { list-style: none; }
    .footer-col ul li { margin-bottom: 10px; }
    .footer-col ul li a {
      font-size: 13px;
      color: rgba(255,255,255,0.45);
      transition: color 0.2s;
    }
    .footer-col ul li a:hover { color: #F0F0EF; }
    .footer-newsletter h4 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.30);
      margin-bottom: 10px;
    }
    .footer-nl-text {
      font-size: 13px;
      color: rgba(255,255,255,0.35);
      line-height: 1.6;
      margin-bottom: 14px;
    }
    .footer-nl-row {
      display: flex;
      margin-bottom: 20px;
    }
    .footer-nl-input {
      flex: 1;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.14);
      border-right: none;
      border-radius: 6px 0 0 6px;
      padding: 10px 14px;
      color: white;
      font-size: 13px;
      font-family: inherit;
      outline: none;
    }
    .footer-nl-input::placeholder { color: rgba(255,255,255,0.28); }
    .footer-nl-input:focus { border-color: rgba(255,255,255,0.3); }
    .footer-nl-btn {
      background: #E8730A;
      border: none;
      border-radius: 0 6px 6px 0;
      padding: 10px 16px;
      cursor: pointer;
      color: white;
      font-size: 16px;
      font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s;
    }
    .footer-nl-btn:hover { background: #c55f06; }
    .footer-follow-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.30);
      margin-bottom: 10px;
    }
    .footer-social-row { display: flex; gap: 8px; }
    .footer-social-btn {
      width: 36px; height: 36px;
      border-radius: 8px;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.12);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,0.50);
      transition: background 0.2s, color 0.2s;
      text-decoration: none;
    }
    .footer-social-btn:hover { background: rgba(255,255,255,0.15); color: white; }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.06);
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
    .footer-legal { display: flex; gap: 20px; }
    .footer-legal a { font-size: 12px; color: rgba(255,255,255,0.25); transition: color 0.2s; }
    .footer-legal a:hover { color: rgba(255,255,255,0.55); }


    @media (max-width: 1100px) {
      .footer-top { grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
      .footer-newsletter { grid-column: 1 / -1; }
    }
    @media (max-width: 768px) {
      footer { padding: 48px 24px 28px; }
      .footer-top { grid-template-columns: 1fr; gap: 28px; margin-bottom: 36px; }
      .footer-tagline { max-width: 100%; }
      .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
      .footer-legal { justify-content: center; flex-wrap: wrap; }
    }

    /* Final homepage typography and footer colour settings */
    .stat-main-label { font-size: 14px !important; }
    .sec-sub,
    .offerings-section .sec-sub,
    .process-section .sec-sub { font-size: 16px !important; }
    .off-body p { font-size: 14.5px !important; }
    .proc-card-desc { font-size: 14.5px !important; }
    .why-card p { font-size: 15px !important; }

    footer,
    footer p,
    footer h4,
    footer a,
    footer span,
    footer input,
    footer .footer-contact-row,
    footer .footer-follow-label,
    footer .footer-social-btn,
    footer .footer-copy,
    footer .footer-legal a { color: #ffffff !important; }
    footer svg { color: #ffffff !important; }
    footer .footer-nl-input::placeholder { color: #ffffff !important; opacity: 1; }
