/* =============================================================
   QWIRA-X v3  |  style.css
   Source: Canva PNG + PDF export (verified pixel-accurate)
   Theme: LIGHT — teal/blue accents, circuit-board motif
   ============================================================= */

   :root {
    /* ── Colors — sampled directly from exported pages ── */
    --bg-light        : #F4FDFC;   /* page background, lightest corner   */
    --bg-mid          : #E3EBEE;   /* page background, mid-tone          */
    --text-heading    : #09667F;   /* headings, eyebrows, links, icons   */
    --accent-secondary: #0A3D52;   /* deeper navy — stat numbers, standout moments */
    --text-body       : #686868;   /* paragraph / body copy              */
    --text-body-dark  : #4A4A4A;   /* darker body variant                */
    --white           : #FFFFFF;
    --btn-grad-start  : #0E7A8E;   /* hero button gradient — left  (was #9BD3E8, failed WCAG AA) */
    --btn-grad-end    : #0D7E8A;   /* hero button gradient — right (was #2FB6C4, failed WCAG AA) */
    --form-accent     : #03BCD4;   /* contact form top bar               */
    --card-shadow     : rgba(9, 102, 127, 0.12);
    --line-pattern    : rgba(180, 210, 215, 0.35); /* circuit line color */
  
    /* ── Typography ── */
    --font-display : 'Poppins', 'Segoe UI', sans-serif; /* bold geometric headings */
    --font-body    : 'Open Sans', sans-serif;
  
    /* ── Layout ── */
    --max-w   : 1240px;
    --gutter  : 6%;
    --nav-h   : 90px;
  }
  
  * , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  
  html { scroll-behavior: smooth; }
  
  body {
    font-family: var(--font-body);
    color: var(--text-body);
    background: var(--bg-light);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  
  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }
  ul { list-style: none; }
  
  .container { max-width: var(--max-w); margin-inline: auto; padding-inline: var(--gutter); }
  
  /* ── Reusable circuit-board background ──
     Bold overlapping square outlines + glowing node dots,
     matching the reference circuit-board motif, tiled as an SVG pattern. */
  .circuit-bg {
    position: relative;
    background:
      radial-gradient(circle at 90% 90%, #ffffff 0%, transparent 45%),
      radial-gradient(circle at 5% 0%, #eef7f7 0%, transparent 40%),
      linear-gradient(135deg, var(--bg-light) 0%, var(--bg-mid) 100%);
    overflow: hidden;
  }
  
  .circuit-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22320%22%20height%3D%22320%22%20viewBox%3D%220%200%20320%20320%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%238FDDD0%22%20stroke-width%3D%221.5%22%20opacity%3D%220.4%22%3E%20%3Crect%20x%3D%2220%22%20y%3D%2220%22%20width%3D%2290%22%20height%3D%2290%22/%3E%20%3Crect%20x%3D%2290%22%20y%3D%2260%22%20width%3D%22110%22%20height%3D%22110%22/%3E%20%3Crect%20x%3D%22170%22%20y%3D%2220%22%20width%3D%2290%22%20height%3D%2290%22/%3E%20%3Crect%20x%3D%2240%22%20y%3D%22150%22%20width%3D%22100%22%20height%3D%22100%22/%3E%20%3Crect%20x%3D%22180%22%20y%3D%22160%22%20width%3D%22100%22%20height%3D%22100%22/%3E%20%3Crect%20x%3D%22120%22%20y%3D%22220%22%20width%3D%2280%22%20height%3D%2280%22/%3E%20%3C/g%3E%20%3Cg%20fill%3D%22%23ffffff%22%20stroke%3D%22%238FDDD0%22%20stroke-width%3D%221%22%20opacity%3D%220.55%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22110%22%20cy%3D%2220%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%2290%22%20cy%3D%2260%22%20r%3D%225%22/%3E%20%3Ccircle%20cx%3D%22200%22%20cy%3D%2260%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22170%22%20cy%3D%2220%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%22260%22%20cy%3D%2220%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%2290%22%20cy%3D%22170%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22200%22%20cy%3D%22170%22%20r%3D%225%22/%3E%20%3Ccircle%20cx%3D%2240%22%20cy%3D%22150%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%22140%22%20cy%3D%22150%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22180%22%20cy%3D%22160%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%22280%22%20cy%3D%22160%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22120%22%20cy%3D%22220%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22200%22%20cy%3D%22220%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%22160%22%20cy%3D%22300%22%20r%3D%224%22/%3E%20%3C/g%3E%20%3C/svg%3E");
    background-repeat: repeat;
    background-size: 320px 320px;
    opacity: 0.28;
    pointer-events: none;
  }
  
  
  /* ── FIXED NAVIGATION ── */
  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px var(--gutter);
    background: transparent;
    box-shadow: none;
    transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  }
  
  .site-nav.scrolled {
    padding: 12px var(--gutter);
    background: rgba(244, 253, 252, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(9, 102, 127, 0.1);
  }
  
  .brand {
    display: inline-flex;
    align-items: center;
  }
  
  .brand__logo {
    height: 64px;
    width: auto;
    display: block;
    transition: height 0.3s ease;
  }
  
  .site-nav.scrolled .brand__logo {
    height: 42px;
  }
  
  .nav-links {
    display: flex;
    align-items: center;
    gap: 1.8rem;
  }
  
  .nav-links a {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--text-heading);
    opacity: 0.8;
    transition: opacity 0.2s;
  }
  
  .nav-links a:hover { opacity: 1; }

  /* T2: Active nav link — teal underline signals current section.
     Applied via JS IntersectionObserver as user scrolls. */
  .nav-links a.nav-active {
    opacity: 1;
    color: var(--text-heading);
    position: relative;
  }
  .nav-links a.nav-active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--text-heading);
    border-radius: 2px;
  }
  /* Don't apply underline to the CTA button */
  .nav-links a.nav-cta.nav-active::after { display: none; }
  .nav-links a.nav-cta.nav-active { box-shadow: 0 4px 18px rgba(14, 122, 142, 0.45); }
  
  .nav-links a.nav-cta {
    background: linear-gradient(90deg, var(--btn-grad-start), var(--btn-grad-end));
    color: #fff;
    opacity: 1;
    padding: 0.55rem 1.3rem;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(70, 186, 207, 0.3);
  }
  
  .nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
  }
  
  .nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-heading);
    border-radius: 2px;
  }
  
  @media (max-width: 860px) {
    .nav-toggle { display: flex; }
  
    .nav-links {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      background: var(--bg-light);
      box-shadow: 0 8px 16px rgba(9,102,127,0.1);
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }
  
    .nav-links.open { max-height: min(420px, 80vh); }
  
    .nav-links li { width: 100%; }
  
    .nav-links a {
      display: block;
      padding: 0.9rem var(--gutter);
      width: 100%;
    }
  
    .nav-links a.nav-cta {
      border-radius: 999px;
      text-align: center;
      margin: 0.5rem var(--gutter);
      width: auto;
      display: inline-block;
    }
  }
  
  /* ── SECTION BASE ── */
  .section {
    position: relative;
    padding: 96px var(--gutter) 70px;
    scroll-margin-top: 76px;
  }

  /* ── T1: Alternating section backgrounds ──
     Even sections (0,2,4,6): Hero, Services, Partners, Contact — light warm tone
     Odd  sections (1,3,5):   About, Solutions, Stats       — deeper cool tone  */

  /* Even — light, near-white with warm teal tint */
  #hero, #services, #results, #partners, #contact {
    background: linear-gradient(135deg, #F4FDFC 0%, #E8F6F5 100%);
  }
  #hero::before, #services::before, #partners::before, #contact::before {
    opacity: 0.50;
  }

  /* Odd — deeper blue-grey, clearly distinct from even */
  #about, #solutions, #technologies, #stats {
    background: linear-gradient(135deg, #E0EEF0 0%, #D4E8EB 100%);
  }
  #about::before, #solutions::before, #technologies::before, #stats::before {
    opacity: 0.50;
  }
  
  .section-inner { position: relative; z-index: 2; width: 100%; max-width: var(--max-w); margin-inline: auto; }
  
  .eyebrow-tag {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-heading);
    opacity: 0.7;
    margin-bottom: 0.6rem;
  }
  
  h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--text-heading);
  }
  
  /* ── HERO ── */
  .hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding-top: 40px;
  }
  
  .hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 2rem;
  }
  
  .hero__content { max-width: 560px; }
  
  .hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hero__visual-stage {
    position: relative;
    width: 100%;
    max-width: 340px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero__visual-icon {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 300px;
    height: auto;
    opacity: 0;
    transform: scale(0.4);
    animation: heroIconCenterIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s forwards;
  }
  
  @keyframes heroIconCenterIn {
    to { opacity: 1; transform: scale(1); }
  }
  
  /* Concentric rings expand from the center outward, fading as they grow —
     creates the "fade-in from middle to outside" effect requested */
  .hv-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1.5px solid #46BAC1;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    pointer-events: none;
  }
  
  .hv-ring--1 {
    width: 40%;
    height: 40%;
    animation: heroRingOut 1.3s ease-out 0.05s forwards;
  }
  .hv-ring--2 {
    width: 70%;
    height: 70%;
    animation: heroRingOut 1.5s ease-out 0.2s forwards;
  }
  .hv-ring--3 {
    width: 100%;
    height: 100%;
    animation: heroRingOut 1.7s ease-out 0.35s forwards;
  }
  
  @keyframes heroRingOut {
    0%   { transform: translate(-50%, -50%) scale(0.2); opacity: 0.6; }
    70%  { opacity: 0.25; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 0; }
  }
  
  .hero__title {
    font-size: clamp(2rem, 3.6vw, 2.9rem);
    line-height: 1.25;
    margin-bottom: 1.4rem;
  }
  
  .hero__subtitle {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    color: var(--text-heading);
    margin-bottom: 2.6rem;
  }
  
  .btn-pill {
    display: inline-block;
    background: linear-gradient(90deg, var(--btn-grad-start), var(--btn-grad-end));
    color: #fff;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 2.4rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(70, 186, 207, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  
  .btn-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(70, 186, 207, 0.45);
  }

  /* Hero dual-CTA group */
  .hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
  }

  /* Secondary (outlined) variant */
  .btn-pill--secondary {
    background: transparent;
    color: var(--btn-grad-start);
    border: 2px solid var(--btn-grad-start);
    box-shadow: none;
  }

  .btn-pill--secondary:hover {
    background: var(--btn-grad-start);
    color: #fff;
    box-shadow: 0 8px 20px rgba(70, 186, 207, 0.25);
  }
  
  /* ── ABOUT ── */
  .about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  
  .about__block { margin-bottom: 2.2rem; }
  .about__block:last-child { margin-bottom: 0; }
  
  .about__block h3 {
    font-size: 1.55rem;
    margin-bottom: 0.7rem;
  }

  .about__sub-heading {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-heading);
    margin-bottom: 0.35rem;
  }
  
  .about__block p {
    font-size: 0.95rem;
    color: var(--text-body);
    margin-bottom: 0.35rem;
  }
  
  .about__block p strong { color: #4A4A4A; font-weight: 700; }
  
  .values-list { margin-top: 0.6rem; }
  
  .value-item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.95rem;
    color: var(--text-body);
    margin-bottom: 0.5rem;
  }
  
  .value-item .emoji { font-size: 1.05rem; flex-shrink: 0; line-height: 1.5; }
  .value-item .value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--text-heading);
    margin-top: 0.1rem;
  }
  .value-item .value-icon svg { width: 100%; height: 100%; }
  .value-item strong { color: #4A4A4A; font-weight: 700; }
  
  /* About right column sits empty in source (decorative X/Q graphic only) */
  .about__visual { display: flex; align-items: center; justify-content: center; }
  
  .about__icon {
    width: 100%;
    max-width: 300px;
    height: auto;
    opacity: 0.85;
    mix-blend-mode: multiply;
  }

  /* ── ABOUT STATS STRIP (merged from Numbers section) ── */
  .about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(9, 102, 127, 0.15);
    max-width: 560px;
  }

  .about-stat {
    padding: 0 2rem;
    border-right: 1px solid rgba(9, 102, 127, 0.15);
  }

  .about-stat:first-child { padding-left: 0; }
  .about-stat:last-child  { border-right: none; padding-right: 0; }

  .stat-sublabel {
    font-size: 0.78rem;
    color: var(--text-body);
    font-weight: 400;
    margin-top: 0.25rem;
  }

  /* Trusted Network — unified side-by-side layout */
  .trusted-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 0;
  }

  .trusted-col { padding: 0 2.5rem; }
  .trusted-col:first-child { padding-left: 0; }
  .trusted-col:last-child  { padding-right: 0; }

  .trusted-divider {
    width: 1px;
    background: rgba(9, 102, 127, 0.18);
    align-self: stretch;
    min-height: 120px;
  }

  /* Trusted Network — unified logo grid */
  .trusted-unified {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem;
  }

  .trusted-card {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 6px 24px var(--card-shadow);
    min-width: 140px;
    min-height: 70px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .trusted-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(9, 102, 127, 0.18);
  }

  .trusted-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .trusted-card img { height: 50px; width: auto; }

  .trusted-card__name {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-heading);
    text-align: center;
  }

  .trusted-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--text-heading);
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 4px;
    pointer-events: none;
  }

  /* ── TECHNOLOGIES ── */
  .tech-title {
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 2.5rem;
  }

  .tech-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
  }

  .tech-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #fff;
    padding: 1.2rem 1.4rem;
    border-radius: 8px;
    box-shadow: 0 4px 16px var(--card-shadow);
    min-width: 110px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .tech-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(9, 102, 127, 0.15);
  }

  .tech-card img { height: 40px; width: auto; object-fit: contain; }

  .tech-card__name {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.82rem;
    color: var(--text-heading);
    text-align: center;
  }

  /* ── DOMAINS ── */
  .domains-section { margin-top: 3.5rem; }

  .domains-title {
    font-size: 1.3rem;
    color: var(--text-heading);
    margin-bottom: 1.5rem;
    font-family: var(--font-display);
    font-weight: 700;
  }

  .domains-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
  }

  .domain-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.6rem 1rem;
    background: rgba(255,255,255,0.55);
    border-radius: 10px;
    box-shadow: 0 4px 16px var(--card-shadow);
    border-top: 3px solid var(--text-heading);
    gap: 0.7rem;
    transition: transform 0.2s ease;
  }

  .domain-card:hover { transform: translateY(-3px); }

  .domain-card__icon {
    width: 40px;
    height: 40px;
    color: var(--text-heading);
  }

  .domain-card__icon svg { width: 100%; height: 100%; }

  .domain-card__name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-heading);
  }

  .domain-card__desc {
    font-size: 0.85rem;
    color: var(--text-body);
    line-height: 1.5;
  }

  @media (max-width: 900px) {
    .domains-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 600px) {
    .domains-grid { grid-template-columns: 1fr; gap: 0.8rem; }
  }

  /* ── CLIENT LOGO GRID ── */
  .clients-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
  }

  .client-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 6px 24px var(--card-shadow);
    min-width: 140px;
    min-height: 70px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .client-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(9, 102, 127, 0.18);
  }

  .client-card img { height: 50px; width: auto; }

  .client-card__name {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-heading);
    text-align: center;
  }
  
  /* ── SERVICES ── */
  .services-intro {
    text-align: center;
    font-family: var(--font-display);
    font-weight: 600;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--text-heading);
    max-width: 760px;
    margin: 0 auto 3.5rem;
    line-height: 1.6;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.5rem;
    column-gap: 2rem;
  }
  
  .service-item {
    text-align: center;
  }
  
  .service-item:nth-child(7) { grid-column: 1 / 4; max-width: 33%; margin: 0 auto; }
  
  @media (min-width: 901px) {
    .services-grid {
      grid-template-columns: repeat(6, 1fr);
    }
    .service-item { grid-column: span 2; }
    .service-item:nth-child(7) { grid-column: 3 / 5; max-width: none; margin: 0; }
  }
  
  .service-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    color: #2C2C2C;
  }
  
  .service-icon svg { width: 100%; height: 100%; }

  .service-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
  }
  
  .service-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text-heading);
  }

  .service-desc {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.5;
    max-width: 280px;
    margin: 0.6rem auto 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  }

  .service-item:hover .service-desc,
  .service-item:focus-within .service-desc {
    max-height: 120px;
    opacity: 1;
  }
  
  /* ── SOLUTIONS (Products) ── */
  .solutions-title {
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 3rem;
  }

  .solutions-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .solutions-empty {
    text-align: center;
    color: var(--text-body);
    font-style: italic;
  }

  /* Each product card: image left, content right */
  .solution-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
    background: rgba(255,255,255,0.5);
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 6px 30px var(--card-shadow);
  }

  /* Alternate: odd cards image-right, content-left */
  .solution-card:nth-child(even) .solution-card__visual { order: 2; }
  .solution-card:nth-child(even) .solution-card__content { order: 1; }

  /* Image side */
  .solution-card__visual {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--bg-mid);
  }

  .solution-img-track {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .solution-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.6s ease;
  }

  .solution-img.is-active { opacity: 1; }

  .solution-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.9rem;
    color: var(--text-body);
    font-style: italic;
  }

  /* Image dots */
  .solution-img-dots {
    position: absolute;
    bottom: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.4rem;
    z-index: 2;
  }

  .solution-img-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    transition: background 0.2s;
  }

  .solution-img-dot.is-active { background: #fff; }

  /* Content side */
  .solution-card__title {
    font-size: 1.5rem;
    color: var(--text-heading);
    margin-bottom: 0.8rem;
  }

  .solution-card__desc {
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 1.2rem;
  }

  .solution-card__features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .solution-card__features li {
    font-size: 0.92rem;
    color: var(--text-body);
    padding-left: 1.4rem;
    position: relative;
  }

  .solution-card__features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--text-heading);
  }

  @media (max-width: 900px) {
    .solution-card {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .solution-card:nth-child(even) .solution-card__visual { order: 0; }
    .solution-card:nth-child(even) .solution-card__content { order: 0; }
  }

  /* ── PARTNERS & CLIENTS — stacked carousels ── */
  .partners-title {
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 3rem;
  }

  /* Each carousel block (Partners / Clients) stacked vertically */
  .pc-block {
    margin-bottom: 3rem;
  }
  .pc-block:last-child { margin-bottom: 0; }

  .pc-block__label {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-heading);
    opacity: 1;
    margin-bottom: 1.4rem;
    text-align: center;
  }

  /* Shared carousel shell */
  .carousel {
    position: relative;
    overflow: hidden;
  }

  .carousel__track {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease;
  }

  /* Static layout (≤4 partners — no carousel needed) */
  .carousel__track--static {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
    transform: none !important;
    transition: none;
  }

  /* Each "page" frame in the carousel */
  .carousel__frame {
    flex-shrink: 0;
    width: 100%;
  }

  /* Partners frame: logos in a row */
  .carousel--partners .carousel__frame {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    flex-wrap: wrap;
    min-height: 100px;
  }

  /* Clients frame: 2 testimonials stacked */
  .carousel--clients .carousel__frame {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }

  /* Dot navigation */
  .carousel__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.4rem;
  }

  .carousel__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(9, 102, 127, 0.25);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
  }

  .carousel__dot.is-active {
    background: var(--text-heading);
    transform: scale(1.3);
  }

  /* Partner logo cards */
  .partner-card {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 1.1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 6px 24px var(--card-shadow);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .partner-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(9, 102, 127, 0.18);
  }

  .partner-card img { height: 60px; width: auto; }

  /* Client testimonial cards */
  .testimonial {
    padding: 1.2rem 1.4rem;
    background: rgba(255,255,255,0.55);
    border-left: 3px solid var(--text-heading);
    border-radius: 0 8px 8px 0;
  }

  .testimonial p {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-heading);
    line-height: 1.6;
    margin-bottom: 0.6rem;
  }

  .testimonial cite {
    font-style: normal;
    font-size: 0.88rem;
    color: var(--text-heading);
    opacity: 0.75;
  }
  
  /* ── STATS ── */
  .stats-title {
    font-size: clamp(1.7rem, 2.8vw, 2.3rem);
    margin-bottom: 2.5rem;
  }
  
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 3rem;
  }

  .stats-grid > div {
    padding: 0 2.5rem;
    border-right: 1px solid rgba(9, 102, 127, 0.18);
  }

  .stats-grid > div:first-child { padding-left: 0; }
  .stats-grid > div:last-child  { border-right: none; padding-right: 0; }
  
  .stat-num {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--accent-secondary);
    margin-bottom: 0.3rem;
  }
  
  .stat-label {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-heading);
  }
  
  .stats-tagline {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-heading);
  }
  
  /* ── CONTACT (Synapses-inspired: flat, native, no embedded-form look) ── */
  .contact-head {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
  }
  
  .contact-head .eyebrow-tag { justify-content: center; }
  
  .contact__title {
    font-size: 1.9rem;
    margin-bottom: 0.7rem;
  }
  
  .contact__subtitle {
    font-size: 0.95rem;
    color: var(--text-body);
  }

  .contact__geography {
    font-size: 0.88rem;
    color: var(--text-body);
    margin-top: 0.5rem;
    font-style: italic;
  }
  
  .contact__grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2.5rem;
    align-items: stretch;
  }
  
  /* Left: info cards, pin-card style like Synapses' office locations */
  .contact-info-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-content: start;
  }
  
  .info-card {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(9, 102, 127, 0.12);
    border-radius: 8px;
    padding: 1.3rem 1.2rem;
  }
  
  .info-card__icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    margin-bottom: 0.7rem;
  }
  
  .info-card__icon svg { width: 100%; height: 100%; fill: var(--form-accent); }
  
  .info-card__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-heading);
    margin-bottom: 0.3rem;
  }
  
  .info-card__text {
    font-size: 0.85rem;
    color: var(--text-body);
    line-height: 1.6;
  }
  
  .info-card__text a { color: var(--text-body); transition: color 0.2s; }
  .info-card__text a:hover { color: var(--text-heading); }
  
  /* Right: flat form panel — tinted background, no card shadow, no Google references */
  .contact-form-panel {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    padding: 1.8rem 2rem;
  }
  
  .contact-form-panel__heading {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 0.2rem;
  }
  
  .contact-form-panel__sub {
    font-size: 0.85rem;
    color: var(--form-accent);
    margin-bottom: 1.4rem;
  }
  
  .form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  
  .fg { margin-bottom: 1.1rem; }

  .fg label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-body-dark);
    margin-bottom: 0.35rem;
  }
  
  .fg input,
  .fg textarea {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(9, 102, 127, 0.15);
    border-radius: 4px;
    padding: 0.75rem 0.9rem;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
  }
  
  .fg input::placeholder, .fg textarea::placeholder { color: #8A9494; }
  .fg input:focus, .fg textarea:focus { border-color: var(--form-accent); }
  .fg textarea { resize: vertical; min-height: 110px; }
  
  .btn-submit {
    background: var(--form-accent);
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
  }
  
  .btn-submit:hover { opacity: 0.88; }

  .cf-status {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    min-height: 1.4em;
  }
  .cf-status--success { color: #1a7a4a; }
  .cf-status--error   { color: #c0392b; }
  
  /* ── FOOTER (Synapses-style: brand block + map graphic + copyright bar) ── */
  .site-footer {
    position: relative;
    background: linear-gradient(160deg, var(--bg-mid) 0%, #D8E8EA 100%);
    overflow: hidden;
  }
  
  .site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22320%22%20height%3D%22320%22%20viewBox%3D%220%200%20320%20320%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%238FDDD0%22%20stroke-width%3D%221.5%22%20opacity%3D%220.4%22%3E%20%3Crect%20x%3D%2220%22%20y%3D%2220%22%20width%3D%2290%22%20height%3D%2290%22/%3E%20%3Crect%20x%3D%2290%22%20y%3D%2260%22%20width%3D%22110%22%20height%3D%22110%22/%3E%20%3Crect%20x%3D%22170%22%20y%3D%2220%22%20width%3D%2290%22%20height%3D%2290%22/%3E%20%3Crect%20x%3D%2240%22%20y%3D%22150%22%20width%3D%22100%22%20height%3D%22100%22/%3E%20%3Crect%20x%3D%22180%22%20y%3D%22160%22%20width%3D%22100%22%20height%3D%22100%22/%3E%20%3Crect%20x%3D%22120%22%20y%3D%22220%22%20width%3D%2280%22%20height%3D%2280%22/%3E%20%3C/g%3E%20%3Cg%20fill%3D%22%23ffffff%22%20stroke%3D%22%238FDDD0%22%20stroke-width%3D%221%22%20opacity%3D%220.55%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22110%22%20cy%3D%2220%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%2290%22%20cy%3D%2260%22%20r%3D%225%22/%3E%20%3Ccircle%20cx%3D%22200%22%20cy%3D%2260%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22170%22%20cy%3D%2220%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%22260%22%20cy%3D%2220%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%2290%22%20cy%3D%22170%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22200%22%20cy%3D%22170%22%20r%3D%225%22/%3E%20%3Ccircle%20cx%3D%2240%22%20cy%3D%22150%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%22140%22%20cy%3D%22150%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22180%22%20cy%3D%22160%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%22280%22%20cy%3D%22160%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22120%22%20cy%3D%22220%22%20r%3D%224%22/%3E%20%3Ccircle%20cx%3D%22200%22%20cy%3D%22220%22%20r%3D%223%22/%3E%20%3Ccircle%20cx%3D%22160%22%20cy%3D%22300%22%20r%3D%224%22/%3E%20%3C/g%3E%20%3C/svg%3E");
    background-repeat: repeat;
    background-size: 320px 320px;
    opacity: 0.35;
    pointer-events: none;
  }
  
  .footer-top {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(9, 102, 127, 0.15);
    padding: 3rem var(--gutter) 2.5rem;
  }
  
  .footer-top__inner {
    position: relative;
    z-index: 1;
    max-width: var(--max-w);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
  }
  
  .footer-brand__logo {
    height: 38px;
    width: auto;
    margin-bottom: 1rem;
  }
  
  .footer-brand__tagline {
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.6;
    max-width: 360px;
    margin-bottom: 1rem;
  }
  
  .footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(9, 102, 127, 0.08);
    transition: background 0.2s;
  }
  
  .footer-social:hover { background: rgba(9, 102, 127, 0.16); }
  
  .footer-social svg {
    width: 16px;
    height: 16px;
    fill: var(--text-heading);
  }
  
  .footer-map {
    display: flex;
    justify-content: flex-end;
  }
  
  .footer-map svg {
    width: 100%;
    max-width: 360px;
    height: auto;
  }
  
  .footer-bottom {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 1.1rem var(--gutter);
    font-size: 0.78rem;
    color: #5A7278;
    background: rgba(9, 102, 127, 0.08);
    border-top: 1px solid rgba(9, 102, 127, 0.1);
  }
  
  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .hero__grid { grid-template-columns: 1fr; }
    .hero__visual { display: none; }
    .about__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .about__visual { display: none; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .service-item:nth-child(n) { grid-column: auto; }
    .partners-split { grid-template-columns: 1fr; gap: 2.5rem; }
    .contact__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .stats-grid { grid-template-columns: repeat(2, auto); }
    .footer-top__inner { grid-template-columns: 1fr; gap: 1.5rem; }
    .footer-map { display: none; }
    /* Trusted Network — stack to single column on tablet/mobile */
    .trusted-grid { grid-template-columns: 1fr; }
    .trusted-divider { width: 100%; height: 1px; min-height: 0; margin: 2rem 0; }
    .trusted-col { padding: 0; }
  }

  @media (max-width: 600px) {
    .section { padding: 100px 6% 50px; }
    .brand__logo { height: 44px; }
    .site-nav.scrolled .brand__logo { height: 32px; }
    .services-grid { grid-template-columns: 1fr; }
    .partners-logos { gap: 1.5rem; }
    .stats-grid { grid-template-columns: repeat(2, auto); gap: 1.8rem; }
    /* About stats — already 2-col, just reduce padding on mobile */
    .about-stats { max-width: 100%; }
    .about-stat { padding: 0 0.8rem; }
    .about-stat:first-child { padding-left: 0; }
    /* Contact form row — stack on mobile */
    .form-row-2 { grid-template-columns: 1fr; }
    /* Fix 1 — Hero H1 mobile scaling */
    .hero__title { font-size: clamp(28px, 8vw, 38px); line-height: 1.2; }
    /* Fix 2 — Hero CTA buttons stack vertically on small screens */
    .hero-cta-group { flex-direction: column; align-items: stretch; }
    .hero-cta-group .btn-pill { width: 100%; text-align: center; justify-content: center; }
  }

  /* ══════════════════════════════════════════════════════════════
     SPRINT 3 ADDITIONS
     Solutions reframe · Results section · Contact delivery model
  ══════════════════════════════════════════════════════════════ */

  /* ── SOLUTIONS: section headings ── */
  .solutions-subtitle {
    font-size: 1.05rem;
    color: var(--text-body);
    margin-bottom: 2.8rem;
    max-width: 560px;
  }

  /* ── ENGAGEMENT GRID (Layer 1) ── */
  .engagement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }

  .engagement-card {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(9, 102, 127, 0.14);
    border-radius: 12px;
    padding: 1.6rem 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .engagement-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px var(--card-shadow);
  }

  .engagement-card__trigger {
    font-style: italic;
    font-size: 0.85rem;
    color: var(--text-body);
    opacity: 0.85;
    margin-bottom: 0.75rem;
    line-height: 1.5;
  }

  .engagement-card__trigger::before {
    content: '"';
  }

  .engagement-card__trigger::after {
    content: '"';
  }

  .engagement-card__name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text-heading);
    margin-bottom: 0.5rem;
  }

  .engagement-card__desc {
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.6;
  }

  @media (max-width: 600px) {
    .engagement-grid { grid-template-columns: 1fr; }
  }

  /* ── HOW WE WORK PROCESS STRIP (Layer 2) ── */
  .how-we-work {
    padding: 2.5rem 0;
    border-top: 1px solid rgba(9, 102, 127, 0.13);
    border-bottom: 1px solid rgba(9, 102, 127, 0.13);
    margin-bottom: 3.5rem;
  }

  .how-we-work__title {
    text-align: center;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: var(--text-heading);
    margin-bottom: 2rem;
  }

  .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
  }

  .process-step__num {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-heading);
    opacity: 0.35;
    line-height: 1;
    margin-bottom: 0.2rem;
  }

  .process-step__name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text-heading);
  }

  .process-step__desc {
    font-size: 0.85rem;
    color: var(--text-body);
    line-height: 1.55;
  }

  @media (max-width: 900px) {
    .process-steps { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  }

  @media (max-width: 600px) {
    .process-steps { grid-template-columns: 1fr; gap: 1.5rem; }
  }

  /* ── WORK SAMPLE CARD (Layer 3) ── */
  .work-sample-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 16px var(--card-shadow);
    margin-bottom: 1.5rem;
  }

  .work-sample-card__img {
    width: 100%;
    display: block;
    filter: blur(4px);
    transform: scale(1.04); /* prevents blur edge bleed */
  }

  .work-sample-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(9, 102, 127, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.5rem;
    text-align: center;
  }

  .work-sample-card__label {
    color: #fff;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
  }

  .work-sample-card__desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    line-height: 1.5;
    max-width: 440px;
  }

  .work-sample-card__redacted {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.75rem;
    font-style: italic;
    margin-top: 0.25rem;
  }

  /* ── RESULTS SECTION ── */
  .results-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: var(--text-heading);
    margin-bottom: 0.6rem;
  }

  .results-subtitle {
    font-size: 0.95rem;
    color: var(--text-body);
    margin-bottom: 2.5rem;
    max-width: 580px;
  }

  .results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .result-card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(9, 102, 127, 0.13);
    border-radius: 12px;
    padding: 1.6rem 1.5rem;
    box-shadow: 0 4px 18px var(--card-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .result-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(9, 102, 127, 0.18);
  }

  .result-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    gap: 0.5rem;
  }

  .result-card__industry {
    display: inline-block;
    background: rgba(9, 102, 127, 0.1);
    color: var(--text-heading);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .result-card__size {
    font-size: 0.78rem;
    color: var(--text-body);
    text-align: right;
    flex-shrink: 1;
    min-width: 0;
  }

  .result-card__metric {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--accent-secondary);
    line-height: 1;
    margin-bottom: 0.2rem;
  }

  .result-card__metric-label {
    font-size: 0.83rem;
    color: var(--text-body);
    margin-bottom: 1.4rem;
  }

  .result-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }

  .result-card__challenge,
  .result-card__result {
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.55;
  }

  .result-card__field-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--text-heading);
    opacity: 0.6;
    margin-bottom: 0.25rem;
  }

  .result-card__testimonial {
    margin-top: auto;
    padding-top: 1.2rem;
    padding-left: 1rem;
    border-left: 3px solid var(--form-accent);
    font-size: 0.88rem;
    font-style: italic;
    color: var(--text-body-dark);
    line-height: 1.55;
  }

  .result-card__testimonial cite {
    display: block;
    font-style: normal;
    font-size: 0.78rem;
    color: var(--text-body);
    margin-top: 0.5rem;
  }

  @media (max-width: 900px) {
    .results-grid { grid-template-columns: repeat(2, 1fr); }
    /* S2 — engagement grid collapses to 1-col at tablet */
    .engagement-grid { grid-template-columns: 1fr; }
  }

  @media (max-width: 600px) {
    .results-grid { grid-template-columns: 1fr; }

    /* S1 — solutions subtitle full width on mobile */
    .solutions-subtitle { max-width: 100%; }

    /* S3 — how-we-work section breathing room on mobile */
    .how-we-work { padding: 2rem 0; margin-bottom: 2.5rem; }

    /* T1 — how-we-work title smaller on mobile to preserve hierarchy */
    .how-we-work__title { font-size: 1.2rem; }

    /* R2 — result card metric slightly smaller on 1-col mobile */
    .result-card__metric { font-size: 2rem; }

    /* R3 — result card header wraps on narrow screens */
    .result-card__header { flex-wrap: wrap; gap: 0.4rem; }
    .result-card__size { text-align: left; }

    /* C1 — contact info cards stack to 1-col on mobile */
    .contact-info-cards { grid-template-columns: 1fr; }

    /* C2 — contact form panel padding reduced on mobile */
    .contact-form-panel { padding: 1.5rem 1.2rem; }
  }
  .delivery-model {
    padding-top: 1.5rem;
    margin-top: 1.2rem;
    border-top: 1px solid rgba(9, 102, 127, 0.13);
  }

  .delivery-model__label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-heading);
    opacity: 0.6;
    margin-bottom: 0.75rem;
  }

  .delivery-model__items {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .delivery-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.4;
  }

  .delivery-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--text-heading);
  }

  .delivery-item__icon svg {
    width: 100%;
    height: 100%;
  }
  