:root {
   --paper: #FFFFFF;
   --paper-2: #F7F8FA;
   --paper-3: #EEF2F4;
   --card: #FFFFFF;
   --ink: #0F1419;
   --ink-2: #2A3138;
   --ink-soft: rgb(78, 95, 119);
   --ink-faint: #8A949C;
   --line: #0F141914;
   --line-strong: #0F14192E;
   --ember: #20B574;
   --ember-d: #188858;
   --moss: #0E5C40;
   --gold: #3DCC8C;
   --ring: 0 0 0 4px rgba(32, 181, 116, .15)
}




.new-fds-index-him {


   /* :root {
   --paper: #25D366;
   --paper-2: #F7F8FA;
   --paper-3: #EEF2F4;
   --card: #FFFFFF;
   --ink: #0F1419;
   --ink-2: #2A3138;
   --ink-soft: rgb(78, 95, 119);
   --ink-faint: #8A949C;
   --line: #0F141914;
   --line-strong: #0F14192E;
   --ember: #20B574;
   --ember-d: #188858;
   --moss: #0E5C40;
   --gold: #3DCC8C;
   --ring: 0 0 0 4px rgba(32, 181, 116, .15)
} */



   body {

      background: var(--paper);
      color: var(--ink);
      font-family: "Poppins", sans-serif;
      /* font-size: 16.5px;
   line-height: 1.6;
   -webkit-font-smoothing: antialiased; */
      overflow-x: hidden;
      margin: 0;
   }

   a {
      color: inherit;
      text-decoration: none
   }

   h1,
   h2,
   h3,
   h4,
   h5 {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -.02em;
      color: var(--ink)
   }

   h1 {
      font-size: 45px !important;
      font-style: normal !important;
      font-weight: 600 !important;
      line-height: 60px !important;
   }

   h2 {
      font-style: normal !important;
      font-weight: 600 !important;
      font-size: 38px !important;
      line-height: 53px !important;

      color: #062b47;
      text-transform: initial !important;
      letter-spacing: .5px !important;
   }

   h3 {
      font-style: normal !important;
      font-weight: 600 !important;
      font-size: 22px !important;
      line-height: 44px !important;
      margin-bottom: 25px !important;
   }

   h4 {
      font-size: 20px !important;
      font-weight: 600 !important;
   }

   p {
      font-size: 18px !important;
   }

   em {
      font-style: italic;
      font-weight: 400
   }

   .wrap {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 32px;
      padding-bottom: 20px;
   }

   .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .18em;
      color: var(--ember-d)
   }

   .eyebrow::before {
      content: "";
      width: 24px;
      height: 1px;
      background: var(--ember)
   }

   .btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      font-size: 14.5px;
      padding: 14px 26px;
      /* border: 1.5px solid var(--ink); */
      cursor: pointer;
      transition: .22s cubic-bezier(.4, 0, .2, 1);
      width: fit-content !important;
      border-radius: 10px !important;
   }

   .btn-primary {
      background: var(--ink);
      color: var(--paper)
   }

   .btn-primary:hover {
      background: var(--ember);
      border-color: var(--ember)
   }

   .btn-ember {
      color: #fff;
      background-color: #189991;
      background-image: linear-gradient(147deg, #47a8a2 5%, #21a274 74%);
      border-radius: 10px !important;
   }

   .btn-ember:hover {
      background: var(--ember-d);
      border-color: var(--ember-d);
      transform: translateY(-1px);
      color: #fff !important;
   }

   .btn-ghost {
      background: transparent;
   }

   .btn-ghost:hover {
      background: var(--ink);
      color: var(--paper)
   }

   .btn .arr {
      transition: transform .22s ease;
      font-size: 18px
   }

   .btn:hover .arr {
      transform: translateX(4px)
   }

   .mcol-eyebrow {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--ember-d);
      padding-bottom: 14px;
      margin-bottom: 6px;
      border-bottom: 1px solid var(--line)
   }

   .mcol-eyebrow+.mcol-eyebrow {
      margin-top: 24px
   }

   .mlink {
      display: block;
      padding: 9px 0;
      font-size: 14px;
      font-weight: 500;
      color: var(--ink-2);
      transition: .16s;
      line-height: 1.35
   }

   .mlink small {
      display: block;
      font-size: 11.5px;
      font-weight: 400;
      color: var(--ink-soft);
      margin-top: 2px;
      line-height: 1.3
   }

   .mlink:hover {
      color: var(--ember-d);
      padding-left: 4px
   }

   .mlink .tag {
      display: inline-block;
      font-family: "Poppins", sans-serif;
      font-size: 8px;
      font-weight: 600;
      letter-spacing: .06em;
      padding: 2px 6px;
      margin-left: 8px
   }

   .tag-hot {
      background: var(--ember);
      color: #fff
   }

   .tag-new {
      background: var(--moss);
      color: #fff
   }

   .tag-ai {
      background: var(--ink);
      color: #fff
   }

   .mviewall {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 16px;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .08em;
      color: var(--ember-d);
      text-transform: uppercase
   }

   .mpromo {
      padding-left: 24px;
      border-left: 1px solid var(--line)
   }

   .mpromo-card {
      background: var(--ink);
      color: var(--paper);
      padding: 24px;
      margin-bottom: 14px;
      position: relative;
      overflow: hidden
   }

   .mpromo-card::before {
      content: "";
      position: absolute;
      top: -30px;
      right: -30px;
      width: 120px;
      height: 120px;
      background: radial-gradient(circle, rgba(32, 181, 116, .3), transparent 70%)
   }

   .mpromo-card h5 {
      font-family: "Poppins", sans-serif;
      font-size: 19px;
      color: #fff;
      font-weight: 500;
      margin-bottom: 8px;
      position: relative
   }

   .mpromo-card p {
      font-size: 13px;
      color: #cfdcd6;
      margin-bottom: 14px;
      line-height: 1.5;
      position: relative
   }

   .mpromo-card a {
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      font-weight: 600;
      color: var(--gold);
      letter-spacing: .1em;
      text-transform: uppercase;
      position: relative
   }

   .mpromo-light {
      background: var(--paper-3);
      padding: 20px
   }

   .mpromo-light h5 {
      font-family: "Poppins", sans-serif;
      font-size: 17px;
      margin-bottom: 6px
   }

   .mpromo-light p {
      font-size: 12.5px;
      color: var(--ink-soft);
      margin-bottom: 12px
   }

   .mpromo-light .pbtn {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-weight: 600;
      font-size: 12.5px;
      padding: 9px 16px;
      background: var(--ember);
      color: #fff;
      border: none
   }

   .mega-foot {
      background: var(--paper-2);
      padding: 18px 0;
      border-top: 1px solid var(--line);
      margin-left: -100vw;
      margin-right: -100vw;
      padding-left: 100vw;
      padding-right: 100vw
   }

   .mega-foot-in {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 32px;
      flex-wrap: wrap
   }

   .mf-stats {
      display: flex;
      gap: 28px;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      color: var(--ink-soft);
      flex-wrap: wrap
   }

   .mf-stats b {
      color: var(--ink);
      font-weight: 700
   }

   .mf-stats .d {
      color: var(--ember);
      margin-right: 6px
   }

   .mf-link {
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      color: var(--ink);
      text-transform: uppercase
   }

   .burger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 6px;
      z-index: 90
   }

   .burger span {
      width: 26px;
      height: 2px;
      background: var(--ink);
      transition: .25s
   }

   .burger.active span:nth-child(1) {
      transform: translateY(7px) rotate(45deg)
   }

   .burger.active span:nth-child(2) {
      /* opacity: 0 */
   }

   .burger.active span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg)
   }

   @media(max-width:1200px) {

      .navlinks,
      .nav-cta .btn {
         display: none
      }

      .burger {
         display: flex
      }
   }

   .mobile-menu {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 85;
      background: var(--paper);
      padding: 100px 24px 50px;
      flex-direction: column;
      overflow-y: auto
   }

   .mobile-menu.open {
      display: flex;
      top: 35px;
   }

   .macc {
      border-bottom: 1px solid var(--line)
   }

   .macc-h {
      width: 100%;
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 0;
      font-family: "Poppins", sans-serif;
      font-size: 22px;
      font-weight: 500;
      color: var(--ink);
      text-align: left
   }

   .macc-h .pm {
      font-size: 20px;
      color: var(--ember);
      transition: .25s
   }

   .macc.open .pm {
      transform: rotate(45deg)
   }

   .macc-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease
   }

   .macc-body-in {
      padding: 0 0 18px
   }

   .macc-body a {
      display: block;
      font-size: 18px;
      padding: 8px 0;
      color: var(--ink-soft);
      font-weight: 500
   }

   .macc-body .ml {
      font-family: "Poppins", sans-serif;
      font-size: 9.5px;
      font-weight: 600;
      letter-spacing: .14em;
      color: var(--ember-d);
      text-transform: uppercase;
      margin: 14px 0 4px
   }

   .hero {
      position: relative;
      overflow: hidden;
      padding: 20px 0 100px
   }

   .hero-grid {
      display: grid;
      grid-template-columns: 1.25fr .75fr;
      gap: 60px;
      align-items: end;
      position: relative;
      z-index: 1
   }

   .hero-art {
      position: absolute;
      top: -100px;
      right: -200px;
      width: 700px;
      height: 700px;
      background: radial-gradient(circle, rgba(32, 181, 116, .10), transparent 60%);
      pointer-events: none
   }

   .hero-pretag {
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap
   }

   .hero-pretag .award {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: .12em;
      color: #fff;
      text-transform: uppercase;
      padding: 6px 12px;
      background: #20b574;
      border: 1px solid var(--line-strong)
   }

   .hero h1 {
      font-size: clamp(48px, 6.5vw, 84px);
      font-weight: 300;
      margin-bottom: 28px;
      letter-spacing: -.025em
   }

   .hero h1 .accent {
      color: var(--ember);
      /* font-style: italic */
   }

   .hero h1 .underline {
      position: relative;
      display: inline-block
   }

   .hero h1 .underline::after {
      content: "";
      position: absolute;
      bottom: 0.05em;
      left: 0;
      right: 0;
      height: 0.12em;
      background: var(--gold);
      opacity: .5;
      z-index: -1
   }

   .hero-sub {
      font-size: 18.5px;
      color: var(--ink-soft);
      max-width: 600px;
      margin-bottom: 42px;
      line-height: 1.6
   }

   .hero-cta {
      display: flex;
      gap: 14px;
      flex-wrap: wrap
   }

   .hero-meta {
      margin-top: 60px;
      padding-top: 30px;
      border-top: 1px solid var(--line-strong);
      display: flex;
      gap: 40px;
      flex-wrap: wrap
   }

   .hero-meta .item {
      flex: 1;
      min-width: 120px
   }

   .hero-meta .num {
      font-family: "Poppins", sans-serif;
      font-size: 25px;
      font-weight: 500;
      line-height: .9
   }

   .hero-meta .lbl {
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .12em;
      color: var(--ink-soft);
      text-transform: uppercase;
      margin-top: 10px;
      line-height: 1.4
   }

   .hero-visual {
      align-self: stretch;
      display: flex;
      flex-direction: column;
      /* justify-content: flex-end */
   }

   .hero-card {
      background: var(--ink);
      color: var(--paper);
      position: relative;
      overflow: hidden
   }

   .hero-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--ember), transparent)
   }

   .hc-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 24px;
      border-bottom: 1px solid #ffffff14;
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .12em
   }

   .hc-top .live {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #00bb77;
   }

   .hc-top .pulse {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #00bb77;
      animation: pulse 2s infinite
   }

   @keyframes pulse {
      0% {
         box-shadow: 0 0 0 0 rgba(126, 200, 150, .7)
      }

      70% {
         box-shadow: 0 0 0 9px rgba(126, 200, 150, 0)
      }

      100% {
         box-shadow: 0 0 0 0 rgba(126, 200, 150, 0)
      }
   }

   .hc-top .id {
      color: var(--gold)
   }

   .hc-rows {
      padding: 8px 24px
   }

   .hc-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 13px 0;
      border-bottom: 1px dashed #ffffff14;
      font-family: "Poppins", sans-serif;
      font-size: 12.5px
   }

   .hc-row:last-child {
      border-bottom: none
   }

   .hc-row .l {
      color: rgb(22 23 24);
      font-size: 16px;
   }

   .hc-row .r {
      color: var(--gold);
      font-weight: 600
   }

   .hc-row .delta {
      color: #00bb77;
      margin-left: 6px
   }

   .hc-row .delta.down {
      color: #e89178
   }

   .hc-foot {
      padding: 18px 24px;
      border-top: 1px solid #ffffff14;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      color: #000 !important;
   }

   @media(max-width:980px) {
      .hero-grid {
         grid-template-columns: 1fr;
         gap: 50px
      }

      .hero-visual {
         order: 2
      }
   }

   .trust {
      padding: 48px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: var(--paper-2)
   }

   .trust-label {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      letter-spacing: .16em;
      color: #000;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 30px
   }

   .trust-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 36px;
      flex-wrap: wrap
   }

   .trust-logo {
      font-family: "Poppins", sans-serif;
      font-size: 22px;
      font-weight: 600;
      color: var(--ink-faint);
      transition: .2s
   }

   .trust-logo:hover {
      color: var(--ink)
   }

   @media(max-width:780px) {
      .trust-row {
         justify-content: center;
         gap: 24px
      }

      .trust-logo {
         font-size: 18px
      }
   }

   section {
      padding: 20px 0;
      position: relative
   }

   .sec-head {
      max-width: 780px;
      margin-bottom: 64px
   }

   .sec-head.center {
      margin: 0 auto 64px;
      text-align: center
   }

   .sec-head h2 {
      font-size: clamp(38px, 5vw, 60px);
      margin: 20px 0 22px;
      font-weight: 400
   }

   .sec-head h2 em {
      color: var(--ember)
   }

   .sec-head .lead {
      font-size: 18px;
      color: var(--ink-soft);
      max-width: 660px;
      line-height: 1.6
   }

   .sec-head.center .lead {
      margin-left: auto;
      margin-right: auto
   }

   .sec-num {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      letter-spacing: .18em;
      color: var(--ember-d);
      font-weight: 600;
      text-transform: uppercase
   }

   .problem {
      background: var(--ink);
      color: #cfdcd6;
      padding: 140px 0
   }

   .problem h2 {
      color: var(--paper)
   }

   .problem .sec-head .lead {
      color: #9aab9f
   }

   .problem .sec-num {
      color: var(--gold)
   }

   .prob-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      margin-top: 60px;
      border-top: 1px solid #ffffff1e
   }

   .prob-cell {
      padding: 36px 32px;
      border-right: 1px solid #ffffff1e;
      border-bottom: 1px solid #ffffff1e
   }

   .prob-cell:nth-child(3n) {
      border-right: none
   }

   .prob-cell:nth-last-child(-n+3) {
      border-bottom: none
   }

   .prob-cell .num {
      font-family: "Poppins", sans-serif;
      font-size: 30px;
      color: var(--ember);
      font-weight: 500
   }

   .prob-cell h4 {
      color: var(--paper);
      font-size: 22px;
      margin: 18px 0 10px
   }

   .prob-cell p {
      color: #9aab9f;
      font-size: 14.5px;
      line-height: 1.6
   }

   @media(max-width:860px) {
      .prob-grid {
         grid-template-columns: 1fr
      }

      .prob-cell {
         padding: 30px 0;
         border-right: none
      }
   }

   .verticals {
      background: var(--paper)
   }

   .vert-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px
   }

   .vert {
      background: var(--card);
      position: relative;
      padding: 42px 36px 38px;
      transition: .28s cubic-bezier(.4, 0, .2, 1);
      border: 1px solid var(--line);
      overflow: hidden
   }

   .vert::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: #25D366;
      transform: scaleX(0);
      transform-origin: left;
      transition: .35s
   }

   .vert:hover {
      transform: translateY(-6px);
      border-color: var(--ink);
      box-shadow: 0 24px 48px -16px rgba(14, 31, 26, .16)
   }

   .vert:hover::before {
      transform: scaleX(1)
   }

   .vert .num {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      letter-spacing: .18em;
      color: var(--ink-faint);
      font-weight: 600
   }

   .vert .icon {
      font-size: 38px;
      margin: 16px 0 22px;
      display: block
   }

   .vert h3 {
      font-size: 25px;
      margin-bottom: 12px
   }

   .vert p {
      font-size: 14.5px;
      color: var(--ink-soft);
      margin-bottom: 22px;
      line-height: normal;
      text-align: left !important;
   }

   .vert .sub {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 24px
   }

   .vert .sub span {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: .06em;
      padding: 4px 8px;
      background: var(--paper-2);
      color: var(--ink-soft);
      text-transform: uppercase;
      border: 1px solid var(--line)
   }

   .vert .vlink {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      letter-spacing: .12em;
      font-weight: 600;
      color: var(--ember-d);
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      gap: 8px
   }

   .vert:hover .vlink {
      gap: 14px
   }

   @media(max-width:1000px) {
      .vert-grid {
         grid-template-columns: 1fr 1fr
      }
   }

   @media(max-width:680px) {
      .vert-grid {
         grid-template-columns: 1fr
      }
   }

   .ai {
      background: linear-gradient(180deg, var(--paper-2), var(--paper-3))
   }

   .ai-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px
   }

   .ai-card {
      background: var(--card);
      padding: 34px 28px;
      border: 1px solid var(--line);
      transition: .25s
   }

   .ai-card:hover {
      border-color: var(--ink);
      transform: translateY(-4px);
      box-shadow: 0 18px 36px -14px rgba(14, 31, 26, .18)
   }

   .ai-card .tag {
      font-family: "Poppins", sans-serif;
      font-size: 9px;
      font-weight: 700;
      letter-spacing: .1em;
      padding: 4px 8px;
      display: inline-block;
      margin-bottom: 18px;
      text-transform: uppercase
   }

   .tag-real {
      background: var(--gold);
      color: white;
   }

   .ai-card .ico {
      font-size: 28px;
      margin-bottom: 14px;
      display: block
   }

   .ai-card h4 {
      font-size: 21px;
      margin-bottom: 10px
   }

   .ai-card p {
      font-size: 14px;
      color: var(--ink-soft);
      line-height: normal;
   }

   @media(max-width:980px) {
      .ai-grid {
         grid-template-columns: 1fr 1fr
      }
   }

   @media(max-width:600px) {
      .ai-grid {
         grid-template-columns: 1fr
      }
   }

   .case {
      background: var(--ink);
      color: #cfdcd6;
      padding: 140px 0
   }

   .case h2 {
      color: var(--paper)
   }

   .case .sec-num {
      color: var(--gold)
   }

   .case .sec-head .lead {
      color: #9aab9f
   }

   .case-wrap {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 60px;
      align-items: center;
      background: linear-gradient(140deg, #1a2230, #0a0e14);
      padding: 56px;
      border: 1px solid #ffffff10;
      position: relative;
      overflow: hidden
   }

   .case-wrap::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(32, 181, 116, .22), transparent 70%);
      pointer-events: none
   }

   .case-left {
      position: relative;
      z-index: 1
   }

   .case-tag {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--gold);
      padding: 7px 14px;
      border: 1px solid #ffffff22;
      margin-bottom: 24px
   }

   .case-left h3 {
      font-size: 34px;
      color: var(--paper);
      margin-bottom: 18px
   }

   .case-sub {
      font-size: 15.5px;
      color: #9aab9f;
      margin-bottom: 30px;
      line-height: 1.6
   }

   .case-meta {
      display: flex;
      gap: 32px;
      padding: 22px 0;
      border-top: 1px solid #ffffff10;
      border-bottom: 1px solid #ffffff10;
      margin-bottom: 30px;
      flex-wrap: wrap
   }

   .case-meta .m {
      flex: 1;
      min-width: 110px
   }

   .case-meta .m-l {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .14em;
      color: #7a8a83;
      text-transform: uppercase;
      margin-bottom: 6px
   }

   .case-meta .m-v {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: var(--paper)
   }

   .case-right {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      position: relative;
      z-index: 1
   }

   .metric {
      padding: 28px 24px;
      background: #ffffff05;
      border: 1px solid #ffffff14;
      transition: .25s
   }

   .metric:hover {
      background: #ffffff0a;
      border-color: var(--ember)
   }

   .metric .mn {
      font-family: "Poppins", sans-serif;
      font-size: 35px;
      font-weight: 500;
      color: var(--ember);
      line-height: .9
   }

   .metric .ml {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: .12em;
      color: var(--gold);
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 12px
   }

   .metric .md {
      font-size: 12px;
      color: #9aab9f;
      margin-top: 6px
   }

   .case-note {
      margin-top: 24px;
      font-size: 11.5px;
      color: #7a8a83;
      font-style: italic;
      text-align: center
   }

   @media(max-width:980px) {
      .case-wrap {
         grid-template-columns: 1fr;
         padding: 36px;
         gap: 36px
      }
   }

   @media(max-width:540px) {
      .case-right {
         grid-template-columns: 1fr
      }
   }

   .coverage {
      background: var(--paper)
   }

   .cov-tabs {
      display: flex;
      border-bottom: 1px solid var(--line-strong);
      flex-wrap: wrap
   }

   .cov-tab {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: .14em;
      padding: 18px 28px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--ink-soft);
      text-transform: uppercase;
      border-bottom: 2px solid transparent;
      transition: .18s
   }

   .cov-tab:hover {
      color: var(--ink)
   }

   .cov-tab.active {
      color: var(--ember-d);
      border-bottom-color: var(--ember)
   }

   .cov-panel-wrap {
      background: var(--card);
      border: 1px solid var(--line);
      border-top: none;
      padding: 48px
   }

   .cov-panel {
      display: none
   }

   .cov-panel.active {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 48px;
      align-items: start
   }

   .cov-flag {
      font-size: 64px;
      line-height: 1;
      margin-bottom: 18px
   }

   .cov-panel h3 {
      font-size: 34px;
      margin-bottom: 14px
   }

   .cov-panel p {
      font-size: 15px;
      color: var(--ink-soft);
      margin-bottom: 24px;
      line-height: 1.6
   }

   .cov-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border-top: 1px solid var(--line-strong)
   }

   .cov-stats .cs {
      padding: 18px 0;
      border-bottom: 1px solid var(--line)
   }

   .cov-stats .cs:nth-child(odd) {
      padding-right: 18px;
      border-right: 1px solid var(--line)
   }

   .cov-stats .cs:nth-child(even) {
      padding-left: 18px
   }

   .cov-stats .csn {
      font-family: "Poppins", sans-serif;
      font-size: 24px;
      font-weight: 500
   }

   .cov-stats .csl {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: .1em;
      color: var(--ink-soft);
      text-transform: uppercase;
      margin-top: 4px
   }

   .cov-right h4 {
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .14em;
      color: var(--ink-soft);
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 18px
   }

   .cov-platforms {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 30px
   }

   .cov-platforms span {
      font-size: 16px;
      font-weight: 500;
      padding: 8px 14px;
      background: var(--paper-2);
      border: 1px solid var(--line)
   }

   .cov-cta {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 18px
   }

   .cov-cta a {
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 13px 22px;
      background: var(--ink);
      color: var(--paper);
      transition: .2s;
      display: inline-flex;
      gap: 8px;
      align-items: center
   }

   .cov-cta a:hover {
      background: var(--ember)
   }

   .cov-cta a.alt {
      background: transparent;
      color: var(--ink);
      border: 1px solid var(--ink)
   }

   .cov-cta a.alt:hover {
      background: var(--ink);
      color: var(--paper)
   }

   .cov-also {
      margin-top: 46px;
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .12em;
      color: var(--ink-soft);
      text-transform: uppercase
   }

   .cov-also b {
      color: var(--ink);
      font-weight: 700
   }

   @media(max-width:880px) {
      .cov-panel.active {
         grid-template-columns: 1fr
      }

      .cov-tab {
         padding: 14px 16px;
         font-size: 16px
      }
   }

   .engage {
      background: var(--paper-2)
   }

   .engage-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px
   }

   .tier {
      background: var(--card);
      padding: 42px 34px;
      border: 1px solid var(--line);
      position: relative;
      transition: .25s
   }

   .tier:hover {
      transform: translateY(-4px);
      border-color: var(--ink);
      box-shadow: 0 18px 36px -14px rgba(14, 31, 26, .18)
   }

   .tier.featured {
      background: var(--ink);
      color: var(--paper);
      border-color: var(--ink)
   }

   .tier.featured h4,
   .tier.featured .tier-price {
      color: var(--paper)
   }

   .tier.featured .tier-list li {
      color: #cfdcd6;
      border-color: #ffffff14
   }

   .tier.featured .tier-list li::before {
      color: var(--ember)
   }

   .tier .tlabel {
      display: inline-block;
      font-family: "Poppins", sans-serif;
      font-size: 9.5px;
      font-weight: 700;
      letter-spacing: .14em;
      padding: 5px 11px;
      text-transform: uppercase;
      margin-bottom: 20px;
      background: var(--paper-3);
      color: var(--ink)
   }

   .tier.featured .tlabel {
      background: var(--ember);
      color: #fff
   }

   .tier h4 {
      font-size: 26px;
      margin-bottom: 8px
   }

   .tier .tier-price {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      color: var(--ink-soft);
      margin-bottom: 28px;
      /* font-style: italic */
   }

   .tier.featured .tier-price {
      color: #9aab9f
   }

   .tier-list {
      list-style: none;
      margin-bottom: 30px
   }

   .tier-list li {
      font-size: 18px;
      padding: 11px 0;
      color: var(--ink-soft);
      border-bottom: 1px dashed var(--line);
      padding-left: 24px;
      position: relative
   }

   .tier-list li::before {
      content: "\2192";
      position: absolute;
      left: 0;
      color: var(--ember);
      font-weight: 600
   }

   .tier-list li:last-child {
      border-bottom: none
   }

   .tier .tier-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: .12em;
      padding: 13px 22px;
      background: var(--ember);
      color: #fff;
      border: none;
      text-transform: uppercase;
      transition: .2s
   }

   .tier .tier-btn:hover {
      background: var(--ember-d);
      gap: 12px
   }

   .tier.featured .tier-btn {
      background: var(--gold);
      color: var(--ink)
   }

   .engage-note {
      text-align: center;
      margin-top: 40px;
      font-size: 14.5px;
      color: var(--ink-soft)
   }

   .engage-note b {
      color: var(--ink)
   }

   .engage-note a {
      color: var(--ember-d);
      font-weight: 600;
      border-bottom: 1px solid currentColor
   }

   @media(max-width:980px) {
      .engage-grid {
         grid-template-columns: 1fr
      }
   }

   .why {
      background: var(--paper)
   }

   .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border: 1px solid var(--line-strong);
      padding-bottom: 45px;
   }

   .why-cell {
      padding: 38px 32px;
      border-right: 1px solid var(--line-strong) !important;
      border-bottom: 1px solid var(--line-strong) !important;
      /* background: var(--card); */
      transition: .25s
   }

   .why-cell:hover {
      background: var(--paper-2)
   }

   .why-cell:nth-child(3n) {
      border-right: none !important;
   }

   .why-cell:nth-last-child(-n+3) {
      border-bottom: none !important;
   }

   .field-cell span {
      font-size: 60px;

   }

   .why-cell .wi {
      font-size: 30px;
      margin-bottom: 18px;
      display: block
   }

   .why-cell h4 {
      font-size: 21px;
      margin-bottom: 10px
   }

   .why-cell p {
      font-size: 14px;
      color: var(--ink-soft);
      line-height: 1.55
   }

   @media(max-width:880px) {
      .why-grid {
         grid-template-columns: 1fr 1fr
      }

      .why-cell:nth-child(3n) {
         border-right: 1px solid var(--line-strong)
      }

      .why-cell:nth-child(2n) {
         border-right: none
      }
   }

   @media(max-width:540px) {
      .why-grid {
         grid-template-columns: 1fr
      }

      .why-cell {
         border-right: none !important
      }
   }

   .sample {
      background: var(--paper-2)
   }

   .sample-tabs {
      display: flex;
      /* width: fit-content;
      flex-wrap: wrap */
   }

   .s-tab {
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .12em;
      padding: 14px 24px;
      background: var(--paper-3);
      color: var(--ink-soft);
      border: 1px solid var(--line-strong);
      border-bottom: none;
      cursor: pointer;
      text-transform: uppercase
   }

   .s-tab.active {
      background: var(--ink);
      color: var(--paper);
      border-color: var(--ink)
   }

   .s-tab+.s-tab {
      border-left: none
   }

   .s-panel-box {
      background: black !important;
      border: 1px solid var(--ink);
      overflow: hidden;
   }

   .s-bar {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 12px 20px;
      border-bottom: 1px solid #ffffff14;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      color: var(--gold);
      letter-spacing: .1em
   }

   .s-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%
   }

   .s-dot.r {
      background: #ff5f56
   }

   .s-dot.y {
      background: #ffbd2e
   }

   .s-dot.g {
      background: #27c93f
   }

   .s-panel {
      display: none
   }

   .s-panel.active {
      display: block
   }

   .dtable {
      width: 100%;
      border-collapse: collapse;
      font-family: "Poppins", sans-serif;
      font-size: 12.5px;
      background-color: transparent;
   }

   .dtable th {
      background: #ffffff10;
      color: var(--gold);
      text-align: left;
      padding: 14px 18px;
      font-size: 10px;
      letter-spacing: .1em;
      text-transform: uppercase
   }

   .dtable td {
      padding: 12px 18px;
      color: #e3e9e5;
      border-bottom: 1px solid #ffffff0a
   }

   .dtable .hl {
      color: var(--gold)
   }

   .code {
      padding: 24px;
      font-family: "Poppins", sans-serif;
      font-size: 13.5px;
      color: #e3e9e5;
      line-height: 1.7;
      overflow-x: auto;
      white-space: pre
   }

   .code .k {
      color: #9fc8a8
   }

   .code .s {
      color: #e8b97e
   }

   .code .n {
      color: #8fb3d6
   }

   .integ {
      margin-top: 40px;
      text-align: center
   }

   .integ-l {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      letter-spacing: .16em;
      color: var(--ink-soft);
      margin-bottom: 20px;
      text-transform: uppercase
   }

   .integ-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center
   }

   .integ-row span {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 400;
      padding: 10px 18px;
      background: var(--card);
      border: 1px solid var(--line-strong)
   }

   .magnet-section {
      background: var(--paper)
   }

   .magnet {
      background: linear-gradient(125deg, var(--ink), #1a2532);
      padding: 64px;
      color: var(--paper);
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1.3fr 1fr;
      gap: 60px;
      align-items: center
   }

   .magnet::before {
      content: "";
      position: absolute;
      top: -100px;
      right: -100px;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(32, 181, 116, .18), transparent 70%)
   }

   .magnet .mleft {
      position: relative;
      z-index: 1
   }

   .magnet .mtag {
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .16em;
      color: var(--gold);
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 18px;
      display: block
   }

   .magnet h3 {
      font-size: 36px;
      color: var(--paper);
      margin-bottom: 16px
   }

   .magnet p {
      font-size: 15px;
      color: #9aab9f;
      line-height: 1.6
   }

   .magnet-form {
      position: relative;
      z-index: 1;
      background: var(--paper);
      padding: 32px;
      border: 1px solid var(--gold)
   }

   .magnet-form h4 {
      font-size: 18px;
      margin-bottom: 6px
   }

   .magnet-form .sub {
      font-size: 13px;
      color: var(--ink-soft);
      margin-bottom: 20px
   }

   .magnet-form input {
      width: 100%;
      padding: 14px 16px;
      border: 1px solid var(--line-strong);
      font-size: 14.5px;
      margin-bottom: 12px;
      background: #fff
   }

   .magnet-form input:focus {
      outline: none;
      border-color: var(--ember);
      box-shadow: var(--ring)
   }

   .magnet-form button {
      width: 100%;
      padding: 14px 22px;
      background: var(--ember);
      color: #fff;
      border: none;
      font-family: "Poppins", sans-serif;
      font-size: 11.5px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      cursor: pointer
   }

   .magnet-form button:hover {
      background: var(--ember-d)
   }

   .magnet-form .note {
      font-size: 11px;
      color: var(--ink-soft);
      text-align: center;
      margin-top: 12px;
      font-style: italic
   }

   @media(max-width:880px) {
      .magnet {
         grid-template-columns: 1fr;
         padding: 42px 32px;
         gap: 36px
      }
   }

   .contact-section {
      background: var(--paper-2);
      padding: 140px 0
   }

   .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 80px;
      align-items: start
   }

   .contact-left h2 {
      font-size: clamp(38px, 4.5vw, 54px);
      margin-bottom: 24px;
      font-weight: 400
   }

   .contact-left h2 em {
      color: var(--ember)
   }

   .contact-lead {
      font-size: 17px;
      color: var(--ink-soft);
      line-height: 1.65;
      margin-bottom: 36px
   }

   .trust-row-c {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-bottom: 36px
   }

   .trust-row-c .t {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-size: 14.5px;
      color: var(--ink)
   }

   .trust-row-c .ck {
      width: 26px;
      height: 26px;
      background: var(--ember);
      color: #fff;
      display: grid;
      place-items: center;
      flex-shrink: 0;
      font-weight: 700;
      font-size: 12px;
      border-radius: 50%
   }

   .contact-meta {
      padding-top: 30px;
      border-top: 1px solid var(--line-strong);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px
   }

   .contact-meta .cm-l {
      font-family: "Poppins", sans-serif;
      font-size: 9.5px;
      letter-spacing: .14em;
      color: var(--ink-soft);
      text-transform: uppercase;
      margin-bottom: 6px
   }

   .contact-meta .cm-v {
      font-size: 14px;
      color: var(--ink);
      font-weight: 500
   }

   .contact-form {
      background: var(--card);
      padding: 42px;
      border: 1px solid var(--line-strong)
   }

   .contact-form h3 {
      font-size: 26px;
      margin-bottom: 8px
   }

   .contact-form .csub {
      font-size: 14px;
      color: var(--ink-soft);
      margin-bottom: 28px
   }

   .frow {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px
   }

   .field {
      margin-bottom: 14px
   }

   .field label {
      display: block;
      font-family: "Poppins", sans-serif;
      font-size: 9.5px;
      letter-spacing: .14em;
      text-transform: uppercase;
      margin-bottom: 6px;
      color: var(--ink-soft);
      font-weight: 600
   }

   .field input,
   .field select,
   .field textarea {
      width: 100%;
      padding: 13px 15px;
      border: 1px solid var(--line-strong);
      font-family: "Poppins", sans-serif;
      font-size: 14.5px;
      background: #fff
   }

   .field input:focus,
   .field select:focus,
   .field textarea:focus {
      outline: none;
      border-color: var(--ember);
      box-shadow: var(--ring)
   }

   .field textarea {
      resize: vertical;
      /* min-height: 90px */
   }

   .contact-form .btn {
      width: 100%;
      justify-content: center;
      margin-top: 8px
   }

   .formnote {
      font-size: 11.5px;
      color: var(--ink-soft);
      text-align: center;
      margin-top: 14px;
      font-style: italic
   }

   @media(max-width:980px) {
      .contact-grid {
         grid-template-columns: 1fr;
         gap: 48px
      }

      .frow {
         grid-template-columns: 1fr
      }
   }

   footer {
      background: #fff;
      color: #000;
      padding: 72px 0 0
   }

   .foot-top {
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1fr;
      gap: 40px;
      padding-bottom: 56px;
      border-bottom: 1px solid #ffffff14
   }

   .foot-brand .logo-text {
      color: #fff
   }

   .foot-brand p {
      font-size: 14px;
      line-height: 1.65;
      margin: 18px 0 22px;
      max-width: 340px
   }

   .foot-brand .off {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 10px
   }

   .foot-brand .off b {
      color: var(--gold);
      font-weight: 700
   }

   .fcol h5 {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--ember);
      margin-bottom: 20px;
      font-weight: 600
   }

   .fcol a {
      display: block;
      font-size: 16px;
      padding: 6px 0;
      color: #000;
      transition: .15s
   }

   /* .fcol a:hover {
   color: #fff;
   padding-left: 5px
} */

   .foot-bot {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 26px 0;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      letter-spacing: .1em;
      flex-wrap: wrap;
      gap: 14px;
      color: #000;
   }

   .foot-bot a {
      color: #000;
   }

   @media(max-width:880px) {
      .foot-top {
         grid-template-columns: 1fr 1fr
      }
   }

   @media(max-width:540px) {
      .foot-top {
         grid-template-columns: 1fr
      }
   }

   .wa {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 50;
      width: 56px;
      height: 56px;
      background: #25D366;
      border-radius: 50%;
      display: grid;
      place-items: center;
      box-shadow: 0 8px 24px -4px rgba(37, 211, 102, .5);
      font-size: 26px;
      transition: .25s
   }

   .wa:hover {
      transform: scale(1.08)
   }

   .reveal {
      /* opacity: 0; */
      transform: translateY(24px);
      transition: opacity .7s cubic-bezier(.4, 0, .2, 1), transform .7s cubic-bezier(.4, 0, .2, 1)
   }

   .reveal.in {
      opacity: 1;
      transform: none
   }

   .hero .ld {
      /* opacity: 0; */
      animation: rise .85s cubic-bezier(.4, 0, .2, 1) forwards;
      transform: translateY(28px)
   }

   @keyframes rise {
      to {
         opacity: 1;
         transform: none
      }
   }

   .d1 {
      animation-delay: .1s
   }

   .d2 {
      animation-delay: .2s
   }

   .d3 {
      animation-delay: .3s
   }

   .d4 {
      animation-delay: .4s
   }

   .d5 {
      animation-delay: .5s
   }

   /* ===== ENTERPRISE TYPOGRAPHY REFINEMENT ===== */
   h1,
   h2,
   h3,
   h4,
   h5 {
      letter-spacing: -.025em
   }

   .hero h1 {
      font-weight: 400;
      letter-spacing: -.03em;
      line-height: .98
   }

   .hero h1 .accent {
      /* font-style: italic; */
      font-weight: 400;
      font-family: "Poppins", sans-serif;
   }

   .sec-head h2 {
      font-weight: 400
   }

   .sec-head h2 em {
      font-family: "Poppins", sans-serif;
      font-style: italic
   }

   .cov-panel h3,
   .case-left h3,
   .magnet h3 {
      font-weight: 400;
      letter-spacing: -.025em
   }

   /* ===== MARQUEE TRUST LOGOS ===== */
   .trust-row {
      overflow: hidden;
      mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent)
   }

   .marquee {
      display: flex;
      width: max-content;
      animation: scroll 40s linear infinite;
      gap: 0
   }

   .marquee:hover {
      animation-play-state: paused;
   }

   .marquee-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 48px;
      flex-shrink: 0;
      font-family: "Poppins", sans-serif;
      font-size: 26px;
      font-weight: 400;
      color: #000;
      transition: .3s;
      letter-spacing: -.01em;
      font-style: italic
   }

   .marquee-item:hover {
      color: var(--ink)
   }

   @keyframes scroll {
      from {
         transform: translateX(0)
      }

      to {
         transform: translateX(-50%)
      }
   }

   /* ===== ANIMATED GRADIENT MESH (HERO) ===== */
   .mesh {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none
   }

   .mesh::before,
   .mesh::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      opacity: .55
   }

   .mesh::before {
      width: 520px;
      height: 520px;
      background: radial-gradient(circle, rgba(32, 181, 116, .22), transparent 70%);
      top: -80px;
      left: 30%;
      animation: float1 16s ease-in-out infinite
   }

   .mesh::after {
      width: 420px;
      height: 420px;
      background: radial-gradient(circle, rgba(61, 204, 140, .18), transparent 70%);
      bottom: -80px;
      right: 15%;
      animation: float2 20s ease-in-out infinite
   }

   @keyframes float1 {

      0%,
      100% {
         transform: translate(0, 0) scale(1)
      }

      50% {
         transform: translate(60px, 40px) scale(1.1)
      }
   }

   @keyframes float2 {

      0%,
      100% {
         transform: translate(0, 0) scale(1)
      }

      50% {
         transform: translate(-80px, -30px) scale(.95)
      }
   }

   /* ===== CURSOR SPOTLIGHT (cards) ===== */
   .vert,
   .ai-card,
   .why-cell,
   .tier {
      --x: 50%;
      --y: 50%
   }

   .vert::after,
   .ai-card::after,
   .tier::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(420px circle at var(--x) var(--y), rgba(32, 181, 116, .07), transparent 50%);
      /* opacity: 0; */
      transition: opacity .3s;
      pointer-events: none;
      z-index: 0
   }

   .vert:hover::after,
   .ai-card:hover::after,
   .tier:hover::after {
      opacity: 1
   }

   .vert>*,
   .ai-card>*,
   .tier>* {
      position: relative;
      z-index: 1
   }

   /* ===== NUMBER COUNTER STYLING ===== */
   .counter {
      display: inline-block;
      font-variant-numeric: tabular-nums
   }

   /* ===== MAGNETIC BUTTON ===== */
   .btn-ember,
   .tier-btn,
   .cov-cta a {
      will-change: transform
   }

   /* ===== ENHANCED REVEAL (stagger) ===== */
   .reveal {
      /* opacity: 0; */
      transform: translateY(28px);
      transition: opacity .9s cubic-bezier(.16, .84, .44, 1), transform .9s cubic-bezier(.16, .84, .44, 1)
   }

   .reveal.in {
      opacity: 1;
      transform: none
   }

   .vert-grid .reveal.in,
   .ai-grid .reveal.in,
   .why-grid .reveal.in,
   .engage-grid .reveal.in {
      transition-delay: calc(var(--i, 0) * 80ms)
   }

   /* ===== TRUST BAR ENHANCEMENT ===== */
   .trust {
      position: relative
   }

   .trust::before,
   .trust::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1px;
      background: var(--line-strong);
      opacity: .3
   }

   .trust::before {
      left: 0
   }

   .trust::after {
      right: 0
   }

   /* ===== ENTERPRISE BADGES ===== */
   .ent-row {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 36px;
      flex-wrap: wrap;
      margin-top: 50px;
      padding-top: 30px;
      border-top: 1px solid var(--line);
      font-family: "Poppins", sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: .14em;
      color: #000;
      text-transform: uppercase
   }

   .ent-row .ent {
      display: flex;
      align-items: center;
      gap: 10px
   }

   .ent-row .ent::before {
      content: "";
      width: 6px;
      height: 6px;
      background: var(--ember);
      border-radius: 50%
   }

   /* ===== HERO CARD PULSE NUMBERS ===== */
   .hc-row .r {
      transition: color .3s
   }

   .hc-row.flash .r {
      color: #5DE0A0;
      animation: flashpulse .8s ease
   }

   @keyframes flashpulse {
      0% {
         transform: scale(1)
      }

      50% {
         transform: scale(1.06)
      }

      100% {
         transform: scale(1)
      }
   }

   /* ===== METRIC NUMBER ANIMATION ===== */
   .metric .mn {
      transition: transform .25s ease
   }

   .metric:hover .mn {
      transform: scale(1.04)
   }

   /* ===== SECTION DIVIDER FLOURISH ===== */
   .sec-num {
      display: inline-flex;
      align-items: center;
      gap: 10px
   }

   .sec-num::before {
      content: "";
      width: 24px;
      height: 1px;
      background: var(--ember)
   }

   /* ===== HOVER GLOW ON CTAs ===== */
   .btn-ember {
      box-shadow: 0 0 0 0 rgba(32, 181, 116, 0);
      transition: all .25s cubic-bezier(.4, 0, .2, 1)
   }

   .btn-ember:hover {
      box-shadow: 0 8px 24px -8px rgba(32, 181, 116, .5)
   }

   /* ===== REFINED CARD HOVER ===== */
   .vert,
   .ai-card,
   .tier,
   .why-cell {
      will-change: transform;
      padding-inline: 10px;
   }

   .vert:hover {
      box-shadow: 0 24px 48px -16px rgba(15, 20, 25, .12)
   }

   .ai-card:hover {
      box-shadow: 0 18px 36px -14px rgba(15, 20, 25, .14)
   }

   /* ===== HERO STAT NUMBER ===== */
   .hero-meta .num {
      font-feature-settings: "tnum"
   }

   /* ============================================================
   INNER PAGE STYLES (used on all service/vertical pages)
============================================================ */

   /* Breadcrumb */
   .breadcrumb {
      padding: 24px 0 0;
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .14em;
      color: var(--ink-soft);
      text-transform: uppercase;
   }

   .breadcrumb a {
      color: var(--ink-soft);
      transition: .15s
   }

   .breadcrumb a:hover {
      color: var(--ember-d)
   }

   .breadcrumb .sep {
      margin: 0 10px;
      color: var(--ink-faint)
   }

   .breadcrumb .here {
      color: var(--ink);
      font-weight: 600
   }

   /* Page Hero (smaller than homepage hero) */
   .page-hero {
      padding: 60px 0 90px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 100%);
      border-bottom: 1px solid var(--line)
   }

   .page-hero .mesh::before {
      width: 380px;
      height: 380px;
      top: -40px;
      left: 55%
   }

   .page-hero .mesh::after {
      width: 300px;
      height: 300px;
      bottom: -40px;
      right: 5%
   }

   .page-hero-grid {
      display: grid;
      grid-template-columns: 1.3fr .9fr;
      gap: 60px;
      align-items: end;
      position: relative;
      z-index: 1;
      margin-top: 40px
   }

   .page-hero h1 {
      font-size: clamp(40px, 5vw, 68px);
      font-weight: 400;
      letter-spacing: -.025em;
      line-height: 1.02;
      margin-bottom: 24px
   }

   .page-hero h1 .accent {
      color: var(--ember);
      font-style: italic;
      font-family: "Poppins", sans-serif;
   }

   .page-hero .sub {
      font-size: 17.5px;
      color: var(--ink-soft);
      max-width: 600px;
      line-height: 1.6;
      margin-bottom: 32px
   }

   .page-hero .cta-row {
      display: flex;
      gap: 14px;
      margin-bottom: 36px;
      flex-wrap: nowrap;
   }

   .page-hero .hero-meta {
      margin-top: 32px;
      padding-top: 24px
   }

   .page-hero .hero-meta .num {
      font-size: 25px
   }

   @media(max-width:980px) {
      .page-hero-grid {
         grid-template-columns: 1fr;
         gap: 40px
      }

      .page-hero .hero-visual {
         order: 2
      }
   }

   /* What Is (definitional 2-col) */
   .what-is {
      background: var(--paper);
      padding: 100px 0
   }

   .what-is-grid {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 80px;
      align-items: start
   }

   .what-is-left h2 {
      font-size: clamp(34px, 4vw, 52px);
      font-weight: 400;
      letter-spacing: -.025em;
      margin-bottom: 24px
   }

   .what-is-left h2 em {
      color: var(--ember)
   }

   .what-is-left p {
      font-size: 16.5px;
      color: var(--ink-soft);
      line-height: 1.7;
      margin-bottom: 18px
   }

   .what-is-left p strong {
      color: var(--ink);
      font-weight: 600
   }

   .what-is-right {
      background: var(--paper-2);
      padding: 38px 36px;
      border: 1px solid var(--line)
   }

   .what-is-right h3 {
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .16em;
      color: var(--ember-d);
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 24px
   }

   .what-is-right ul {
      list-style: none;
      padding: 0px !important;
   }

   .what-is-right li {
      font-size: 15px;
      padding: 14px 0;
      color: var(--ink-2);
      border-bottom: 1px solid var(--line);
      padding-left: 30px;
      position: relative;
      line-height: 1.5
   }

   .what-is-right li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 14px;
      color: var(--ember);
      font-weight: 700;
      font-size: 16px
   }

   .what-is-right li:last-child {
      border-bottom: none
   }

   .what-is-right li strong {
      color: var(--ink);
      font-weight: 600
   }

   @media(max-width:880px) {
      .what-is-grid {
         grid-template-columns: 1fr;
         gap: 48px
      }
   }

   /* Platforms Grid */
   .platforms-section {
      background: var(--paper-2);
      padding: 100px 0
   }

   .platforms-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px
   }

   .platform-card {
      background: #fff;
      padding: 28px 22px;
      border: 1px solid var(--line);
      text-align: center;
      transition: .25s cubic-bezier(.4, 0, .2, 1);
      position: relative;
      overflow: hidden
   }

   .platform-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: var(--ember);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .3s ease
   }

   .platform-card:hover {
      transform: translateY(-4px);
      border-color: var(--ink);
      box-shadow: 0 18px 36px -14px rgba(244, 245, 247, 0.12);
      background-color: #fff !important;
   }

   .platform-card:hover::before {
      transform: scaleX(1)
   }

   .platform-card .pname {
      font-family: "Poppins", sans-serif;
      font-size: 22px;
      font-weight: 500;
      color: var(--ink);
      margin-bottom: 6px;
      letter-spacing: -.01em
   }

   .platform-card .pdesc {
      font-family: "Poppins", sans-serif;
      font-size: 9.5px;
      letter-spacing: .12em;
      color: var(--ink-soft);
      text-transform: uppercase
   }

   @media(max-width:880px) {
      .platforms-grid {
         grid-template-columns: repeat(2, 1fr)
      }
   }

   @media(max-width:480px) {
      .platforms-grid {
         grid-template-columns: 1fr
      }
   }

   /* Data Fields List */
   .fields-section {
      background: var(--paper);
      padding: 100px 0
   }

   .fields-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      border: 1px solid var(--line-strong)
   }

   .field-cell {
      padding: 30px 28px;
      border-right: 1px solid var(--line-strong);
      border-bottom: 1px solid var(--line-strong);
      background: var(--card);
      transition: .2s
   }

   .field-cell:hover {
      background: var(--paper-2)
   }

   .field-cell:nth-child(3n) {
      border-right: none
   }

   .field-cell:nth-last-child(-n+3) {
      border-bottom: none
   }

   .field-cell .fnum {
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .16em;
      color: var(--ember-d);
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px
   }

   .field-cell h4 {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: -.01em;
      margin-bottom: 8px
   }

   .field-cell p {
      font-size: 13.5px;
      color: var(--ink-soft);
      line-height: 1.55;
      text-align: left !important;
   }

   @media(max-width:880px) {
      .fields-grid {
         grid-template-columns: 1fr 1fr;
      }

      .field-cell:nth-child(3n) {
         border-right: 1px solid var(--line-strong);
      }

      .field-cell:nth-child(2n) {
         border-right: none;
      }
   }

   @media(max-width:520px) {
      .fields-grid {
         grid-template-columns: 1fr;
      }

      .field-cell {
         border-right: none !important;
         border-bottom: 1px solid var(--line-strong) !important;
      }

      .field-cell:last-child {
         border-bottom: none !important;
      }
   }

   /* Steps (How it works) */
   .steps-section {
      background: var(--paper-2);
      padding: 100px 0;
   }

   .steps-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      position: relative;
   }

   .step-card {
      background: var(--card);
      padding: 34px 28px;
      border: 1px solid var(--line);
      position: relative;
      transition: .25s
   }

   .step-card:hover {
      border-color: var(--ink);
      transform: translateY(-4px)
   }

   .step-card .snum {
      font-family: "Poppins", sans-serif;
      font-size: 54px;
      font-weight: 400;
      color: var(--ember);
      line-height: .9;
      letter-spacing: -.02em;
      margin-bottom: 18px;
      font-style: italic
   }

   .step-card h4 {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: -.01em;
      margin-bottom: 8px
   }

   .step-card p {
      font-size: 13.5px;
      color: var(--ink-soft);
      line-height: 1.55;
      text-align: left !important;
   }

   .step-card .stime {
      font-family: "Poppins", sans-serif;
      font-size: 9.5px;
      letter-spacing: .14em;
      color: var(--ember-d);
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid var(--line)
   }

   @media(max-width:980px) {
      .steps-grid {
         grid-template-columns: 1fr 1fr
      }
   }

   @media(max-width:520px) {
      .steps-grid {
         grid-template-columns: 1fr
      }
   }

   /* Use Cases (reuses .vert-grid + .vert from homepage CSS) */

   /* Page FAQ */
   .faq-section {
      background: var(--paper);
      padding: 100px 0
   }

   .faq-grid {
      width: 100%;
      margin: 0 auto
   }

   .faq-item {
      border-bottom: 1px solid var(--line-strong);
      transition: .25s
   }

   .faq-item:first-child {
      border-top: 1px solid var(--line-strong)
   }

   .faq-q {
      width: 100%;
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 26px 0;
      font-family: "Poppins", sans-serif;
      font-size: 22px;
      font-weight: 500;
      color: var(--ink);
      text-align: left;
      letter-spacing: -.015em;
      line-height: 1.3;
      gap: 24px
   }

   .faq-q:hover {
      color: var(--ember-d)
   }

   .faq-q .pm {
      font-size: 24px;
      color: var(--ember);
      transition: transform .3s;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      flex-shrink: 0
   }

   .faq-item.open .pm {
      transform: rotate(45deg)
   }

   .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s cubic-bezier(.4, 0, .2, 1)
   }

   .faq-a-in {
      padding: 0 0 26px;
      font-size: 15.5px;
      color: var(--ink-soft);
      line-height: 1.7;
      max-width: 820px
   }

   .faq-a-in strong {
      color: var(--ink);
      font-weight: 600
   }

   .faq-a-in a {
      color: var(--ember-d);
      font-weight: 600;
      border-bottom: 1px solid currentColor
   }

   /* CTA Banner (dark green-tint banner) */
   .cta-banner {
      background: linear-gradient(125deg, var(--ink), #1a2532);
      padding: 80px 0;
      color: var(--paper);
      position: relative;
      overflow: hidden
   }

   .cta-banner::before {
      content: "";
      position: absolute;
      top: -100px;
      right: -100px;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(32, 181, 116, .18), transparent 70%);
      pointer-events: none
   }

   .cta-banner .wrap {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.3fr 1fr;
      gap: 60px;
      align-items: center
   }

   .cta-banner h2 {
      font-family: "Poppins", sans-serif;
      font-size: clamp(34px, 4vw, 48px);
      font-weight: 400;
      color: var(--paper);
      letter-spacing: -.025em;
      line-height: 1.1;
      margin-bottom: 18px
   }

   .cta-banner h2 em {
      color: var(--gold);
      font-style: italic
   }

   .cta-banner p {
      font-size: 16px;
      color: #9aab9f;
      line-height: 1.6;
      margin-bottom: 0
   }

   .cta-banner .cta-actions {
      display: flex;
      /* flex-direction: column; */
      gap: 14px;
      /* align-items: flex-start */
   }

   .cta-banner .btn {
      justify-content: center;
      width: 100%;
      max-width: 280px
   }

   .cta-banner .btn-ghost {
      color: var(--paper);
      border-color: #ffffff44;
      background: transparent
   }

   .cta-banner .btn-ghost:hover {
      background: #ffffff10;
      color: #fff
   }

   @media(max-width:880px) {
      .cta-banner .wrap {
         grid-template-columns: 1fr;
         gap: 32px
      }

      .cta-banner .cta-actions {
         align-items: stretch
      }
   }


   /* ============================================================
   STRUCTURAL PAGES — Batch 1 additions
============================================================ */

   /* About — Timeline */
   .timeline {
      position: relative;
      padding: 30px 0
   }

   .timeline::before {
      content: "";
      position: absolute;
      left: 120px;
      top: 0;
      bottom: 0;
      width: 1px;
      background: var(--line-strong)
   }

   .tline-item {
      position: relative;
      padding: 24px 0 24px 160px
   }

   .tline-item::before {
      content: "";
      position: absolute;
      left: 114px;
      top: 36px;
      width: 13px;
      height: 13px;
      background: var(--paper);
      border: 2px solid var(--ember);
      border-radius: 50%
   }

   .tline-year {
      position: absolute;
      left: 0;
      top: 30px;
      width: 100px;
      font-family: "Poppins", sans-serif;
      font-size: 34px;
      font-weight: 400;
      color: var(--ember);
      letter-spacing: -.02em;
      font-style: italic
   }

   .tline-content h4 {
      font-family: "Poppins", sans-serif;
      font-size: 22px;
      font-weight: 500;
      letter-spacing: -.015em;
      margin-bottom: 6px
   }

   .tline-content p {
      color: var(--ink-soft);
      font-size: 15px;
      line-height: 1.6
   }

   @media(max-width:600px) {
      .timeline::before {
         left: 50px
      }

      .tline-item {
         padding-left: 80px
      }

      .tline-item::before {
         left: 44px
      }

      .tline-year {
         font-size: 24px;
         width: 50px
      }
   }

   /* About — Office cards */
   .offices-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin-top: 40px
   }

   .office-card {
      background: var(--paper);
      border: 1.5px solid var(--line-strong);
      padding: 32px 30px;
      position: relative;
      transition: .25s
   }

   .office-card:hover {
      border-color: var(--ember);
      transform: translateY(-3px);
      box-shadow: 0 18px 36px -14px rgba(15, 20, 25, .12)
   }

   .office-flag {
      font-size: 34px;
      line-height: 1;
      margin-bottom: 14px
   }

   .office-card h3 {
      font-family: "Poppins", sans-serif;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: -.015em;
      margin-bottom: 6px
   }

   .office-tag {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: .16em;
      color: var(--ember-d);
      text-transform: uppercase;
      margin-bottom: 18px
   }

   .office-addr {
      font-size: 14.5px;
      color: var(--ink-soft);
      line-height: 1.7;
      padding-top: 18px;
      border-top: 1px solid var(--line)
   }

   .office-addr strong {
      display: block;
      color: var(--ink);
      font-weight: 600;
      margin-bottom: 6px
   }

   @media(max-width:780px) {
      .offices-grid {
         grid-template-columns: 1fr
      }
   }

   /* About — Values grid */
   .values-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      border: 1px solid var(--line-strong);
      margin-top: 50px
   }

   .value-cell {
      padding: 36px 32px;
      border-right: 1px solid var(--line-strong);
      border-bottom: 1px solid var(--line-strong);
      background: var(--paper);
      transition: .25s
   }

   .value-cell:hover {
      background: var(--paper-2)
   }

   .value-cell:nth-child(3n) {
      border-right: none
   }

   .value-cell:nth-last-child(-n+3) {
      border-bottom: none
   }

   .value-icon {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 18px;
      display: block
   }

   .value-cell h4 {
      font-family: "Poppins", sans-serif;
      font-size: 21px;
      font-weight: 500;
      letter-spacing: -.015em;
      margin-bottom: 8px
   }

   .value-cell p {
      font-size: 14.5px;
      color: var(--ink-soft);
      line-height: 1.6
   }

   @media(max-width:880px) {
      .values-grid {
         grid-template-columns: 1fr 1fr
      }

      .value-cell:nth-child(3n) {
         border-right: 1px solid var(--line-strong)
      }

      .value-cell:nth-child(2n) {
         border-right: none
      }
   }

   @media(max-width:560px) {
      .values-grid {
         grid-template-columns: 1fr
      }

      .value-cell {
         border-right: none !important
      }
   }

   /* Contact — Form layout */
   .contact-page-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 60px;
      align-items: start
   }

   .contact-info-card {
      background: var(--paper-2);
      border: 1px solid var(--line);
      padding: 36px 32px
   }

   .contact-info-card h3 {
      font-family: "Poppins", sans-serif;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: -.015em;
      margin-bottom: 24px
   }

   .cinfo-row {
      padding: 18px 0;
      border-bottom: 1px solid var(--line);
      display: flex;
      align-items: flex-start;
      gap: 14px
   }

   .cinfo-row:last-child {
      border-bottom: none
   }

   .cinfo-icon {
      font-size: 22px;
      flex-shrink: 0;
      line-height: 1
   }

   .cinfo-body {
      flex: 1
   }

   .cinfo-label {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: .14em;
      color: var(--ember-d);
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 4px;
      display: block
   }

   .cinfo-value {
      font-size: 15.5px;
      color: var(--ink);
      line-height: 1.5
   }

   .cinfo-value a {
      color: var(--ink);
      font-weight: 500
   }

   .cinfo-value a:hover {
      color: var(--ember-d)
   }

   @media(max-width:880px) {
      .contact-page-grid {
         grid-template-columns: 1fr;
         gap: 36px
      }
   }

   /* Contact — Response promise band */
   .response-band {
      background: linear-gradient(125deg, var(--paper-2), var(--paper-3));
      border: 1px solid var(--line);
      padding: 48px 40px;
      margin-top: 60px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 36px;
      text-align: center
   }

   .rb-item h4 {
      font-family: "Poppins", sans-serif;
      font-size: 36px;
      font-weight: 400;
      color: var(--ember-d);
      letter-spacing: -.02em;
      line-height: 1;
      font-style: italic
   }

   .rb-item p {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: .14em;
      color: var(--ink-soft);
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 10px
   }

   @media(max-width:780px) {
      .response-band {
         grid-template-columns: 1fr 1fr;
         gap: 24px;
         padding: 32px 24px
      }
   }

   /* Pricing — Comparison table */
   .pricing-table-wrap {
      overflow-x: auto;
      margin-top: 60px;
      border: 1px solid var(--line-strong)
   }

   .pricing-table {
      width: 100%;
      border-collapse: collapse;
      background: var(--paper);
      min-width: 780px
   }

   .pricing-table th,
   .pricing-table td {
      padding: 16px 22px;
      text-align: left;
      border-bottom: 1px solid var(--line);
      font-size: 14.5px;
      color: var(--ink-2)
   }

   .pricing-table thead th {
      background: var(--ink);
      color: var(--paper);
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .16em;
      text-transform: uppercase;
      font-weight: 600;
      padding: 18px 22px;
      text-align: center
   }

   .pricing-table thead th:first-child {
      text-align: left
   }

   .pricing-table tbody td {
      text-align: center
   }

   .pricing-table tbody td:first-child {
      text-align: left;
      font-weight: 500;
      color: var(--ink);
      font-size: 14.5px
   }

   .pricing-table tbody tr:hover {
      background: var(--paper-2)
   }

   .pricing-table .yes {
      color: var(--ember-d);
      font-weight: 700;
      font-size: 18px
   }

   .pricing-table .no {
      color: var(--ink-faint);
      font-size: 18px
   }

   .pricing-table .feature-group {
      background: var(--paper-3)
   }

   .pricing-table .feature-group td {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--ember-d);
      font-weight: 600;
      padding: 12px 22px;
      text-align: left
   }

   /* Services hub — combined grid section */
   .combo-grid-section {
      background: var(--paper);
      padding: 100px 0
   }

   .combo-grid-section.alt {
      background: var(--paper-2)
   }

   /* Coverage — Country cards */
   .countries-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 50px
   }

   .country-card {
      background: var(--paper);
      border: 1.5px solid var(--line-strong);
      padding: 36px 32px;
      transition: .3s cubic-bezier(.4, 0, .2, 1);
      position: relative;
      overflow: hidden
   }

   .country-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 3px;
      background: var(--ember);
      transition: width .35s ease
   }

   .country-card:hover {
      border-color: var(--ink);
      transform: translateY(-4px);
      box-shadow: 0 24px 48px -16px rgba(15, 20, 25, .14)
   }

   .country-card:hover::before {
      width: 100%
   }

   .country-flag {
      font-size: 46px;
      line-height: 1;
      margin-bottom: 18px
   }

   .country-card h3 {
      font-family: "Poppins", sans-serif;
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -.02em;
      margin-bottom: 6px
   }

   .country-tag {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: .14em;
      color: var(--ember-d);
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 18px;
      display: block
   }

   .country-desc {
      font-size: 14.5px;
      color: var(--ink-soft);
      line-height: 1.6;
      margin-bottom: 18px
   }

   .country-platforms {
      padding-top: 18px;
      border-top: 1px solid var(--line);
      display: flex;
      flex-wrap: wrap;
      gap: 8px
   }

   .country-platforms span {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      padding: 5px 10px;
      background: var(--paper-3);
      color: var(--ink-2);
      font-weight: 500;
      letter-spacing: .05em
   }

   .country-cta {
      margin-top: 20px;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .14em;
      color: var(--ember-d);
      font-weight: 700;
      text-transform: uppercase
   }

   @media(max-width:780px) {
      .countries-grid {
         grid-template-columns: 1fr
      }
   }

   /* Coverage — Markets list */
   .markets-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      border: 1px solid var(--line-strong);
      margin-top: 50px
   }

   .market-region {
      padding: 28px 24px;
      border-right: 1px solid var(--line-strong);
      background: var(--paper)
   }

   .market-region:last-child {
      border-right: none
   }

   .market-region h4 {
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      letter-spacing: .16em;
      color: var(--ember-d);
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 16px;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--line)
   }

   .market-region ul {
      list-style: none
   }

   .market-region li {
      padding: 7px 0;
      font-size: 14px;
      color: var(--ink-2);
      display: flex;
      align-items: center;
      gap: 8px
   }

   .market-region li::before {
      content: "●";
      color: var(--ember);
      font-size: 8px
   }

   @media(max-width:880px) {
      .markets-grid {
         grid-template-columns: 1fr 1fr
      }

      .market-region:nth-child(2) {
         border-right: none
      }

      .market-region:nth-child(1),
      .market-region:nth-child(2) {
         border-bottom: 1px solid var(--line-strong)
      }
   }

   @media(max-width:540px) {
      .markets-grid {
         grid-template-columns: 1fr
      }

      .market-region {
         border-right: none !important;
         border-bottom: 1px solid var(--line-strong) !important
      }

      .market-region:last-child {
         border-bottom: none !important
      }
   }

   /* FAQ — Category filter chips */
   .faq-filters {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin: 40px 0 50px
   }

   .faq-filter {
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .14em;
      text-transform: uppercase;
      font-weight: 600;
      padding: 11px 20px;
      background: var(--paper);
      border: 1.5px solid var(--line-strong);
      color: var(--ink-2);
      cursor: pointer;
      transition: .2s
   }

   .faq-filter:hover {
      border-color: var(--ink);
      color: var(--ink)
   }

   .faq-filter.active {
      background: var(--ink);
      border-color: var(--ink);
      color: var(--paper)
   }

   /* FAQ — Category divider */
   .faq-cat-head {
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .16em;
      color: var(--ember-d);
      text-transform: uppercase;
      font-weight: 700;
      margin: 40px 0 16px;
      padding-bottom: 14px;
      border-bottom: 1.5px solid var(--ember)
   }

   .faq-cat-head:first-of-type {
      margin-top: 0
   }

   /* Pricing — ROI examples band */
   .roi-band {
      background: var(--ink);
      color: var(--paper);
      padding: 80px 0;
      margin-top: 0
   }

   .roi-band .sec-head h2 {
      color: var(--paper)
   }

   .roi-band .sec-head h2 em {
      color: var(--gold)
   }

   .roi-band .sec-head .lead {
      color: #9aab9f
   }

   .roi-band .sec-num {
      color: var(--gold)
   }

   .roi-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 50px
   }

   .roi-card {
      background: rgba(255, 255, 255, .04);
      border: 1px solid rgba(255, 255, 255, .1);
      padding: 32px 28px;
      transition: .25s
   }

   .roi-card:hover {
      background: rgba(32, 181, 116, .08);
      border-color: var(--ember)
   }

   .roi-card .roi-num {
      font-family: "Poppins", sans-serif;
      font-size: 54px;
      font-weight: 400;
      color: var(--gold);
      font-style: italic;
      letter-spacing: -.02em;
      line-height: 1;
      margin-bottom: 14px
   }

   .roi-card h4 {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      font-weight: 500;
      color: var(--paper);
      margin-bottom: 8px
   }

   .roi-card p {
      font-size: 14px;
      color: #9aab9f;
      line-height: 1.55
   }

   @media(max-width:880px) {
      .roi-grid {
         grid-template-columns: 1fr
      }
   }


   /* ===== PRICING PAGE — ROI BAND ===== */
   .roi-band em {
      color: var(--gold);
      font-style: italic;
      font-family: "Poppins", sans-serif;
   }

   .pricing-table-wrap {
      background: var(--card);
      border: 1px solid var(--line-strong);
      overflow-x: auto
   }

   .pricing-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px
   }

   .pricing-table th {
      background: var(--ink);
      color: var(--paper);
      padding: 18px 16px;
      font-weight: 600;
      text-align: left;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
      border-right: 1px solid #2a3138
   }

   .pricing-table th:last-child {
      border-right: none
   }

   .pricing-table td {
      padding: 16px 18px;
      border-top: 1px solid var(--line);
      color: var(--ink-2);
      vertical-align: middle
   }

   .pricing-table tr.feature-group td {
      background: var(--paper-2);
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--ember-d);
      font-weight: 600;
      padding: 14px 18px
   }

   .pricing-table td.yes {
      color: var(--ember-d);
      font-weight: 600
   }

   .pricing-table td.no {
      color: var(--ink-faint);
      text-align: center
   }

   .pricing-table tbody tr:hover {
      background: var(--paper-2)
   }

   .pricing-table strong {
      color: var(--ink);
      font-weight: 700
   }


   /* ===== COUNTRY PAGES — CITIES GRID ===== */
   .cities-section {
      background: var(--paper);
      padding: 90px 0
   }

   .cities-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
      margin-top: 48px
   }

   .city-chip {
      padding: 18px 22px;
      background: var(--paper-2);
      border: 1px solid var(--line);
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: var(--ink);
      letter-spacing: -.01em;
      text-align: center;
      transition: .22s cubic-bezier(.4, 0, .2, 1);
      cursor: default
   }

   .city-chip:hover {
      background: var(--ember);
      color: var(--paper);
      border-color: var(--ember);
      transform: translateY(-2px)
   }

   @media(max-width:980px) {
      .cities-grid {
         grid-template-columns: repeat(3, 1fr)
      }
   }

   @media(max-width:520px) {
      .cities-grid {
         grid-template-columns: repeat(2, 1fr)
      }
   }

   /* ===== PLATFORMS FOOT (small caption) ===== */
   .platforms-foot {
      text-align: center;
      margin-top: 36px;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .14em;
      color: var(--ink-soft);
      text-transform: uppercase;
      line-height: 1.6;
      max-width: 920px;
      margin-left: auto;
      margin-right: auto
   }

   /* ===== GOLD EYEBROW VARIANT (for dark CTA banner) ===== */
   .eyebrow-gold {
      color: var(--gold) !important
   }

   .eyebrow-gold::before {
      background: var(--gold) !important
   }


   /* ===== BLOG GRID ===== */
   .blog-section {
      background: var(--paper);
      padding: 100px 0
   }

   .blog-categories {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 40px 0 48px;
      justify-content: center
   }

   .bc-chip {
      background: none;
      border: 1px solid var(--line-strong);
      padding: 10px 18px;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--ink-soft);
      cursor: pointer;
      transition: .2s
   }

   .bc-chip:hover,
   .bc-chip.active {
      background: var(--ink);
      color: var(--paper);
      border-color: var(--ink)
   }

   .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px
   }

   .blog-card {
      background: var(--card);
      border: 1px solid var(--line);
      padding: 32px 28px;
      transition: .25s;
      display: flex;
      flex-direction: column
   }

   .blog-card:hover {
      border-color: var(--ink);
      transform: translateY(-4px);
      box-shadow: 0 18px 36px -14px rgba(15, 20, 25, .12)
   }

   .bc-meta {
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--ink-soft);
      margin-bottom: 14px;
      display: flex;
      gap: 6px;
      flex-wrap: wrap
   }

   .bc-cat {
      color: var(--ember-d);
      font-weight: 600
   }

   .blog-card h3 {
      font-size: 21px;
      font-weight: 500;
      letter-spacing: -.015em;
      line-height: 1.25;
      margin-bottom: 12px;
      color: var(--ink)
   }

   .blog-card p {
      font-size: 14.5px;
      color: var(--ink-soft);
      line-height: 1.55;
      margin-bottom: 18px;
      flex-grow: 1
   }

   .bc-link {
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--ember-d);
      font-weight: 600;
      transition: .2s
   }

   .bc-link:hover {
      color: var(--ember);
      gap: 14px
   }

   .bc-link span {
      display: inline-block;
      margin-left: 6px;
      transition: transform .2s
   }

   .bc-link:hover span {
      transform: translateX(4px)
   }

   .blog-loadmore {
      text-align: center;
      margin-top: 60px
   }

   @media(max-width:980px) {
      .blog-grid {
         grid-template-columns: 1fr 1fr
      }
   }

   @media(max-width:680px) {
      .blog-grid {
         grid-template-columns: 1fr
      }
   }

   /* ===== CASE STUDIES LISTING ===== */
   .case-listing {
      background: var(--paper);
      padding: 100px 0
   }

   .case-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 60px
   }

   .case-card {
      background: var(--card);
      border: 1px solid var(--line);
      padding: 36px 32px;
      transition: .25s;
      display: flex;
      flex-direction: column;
      gap: 14px
   }

   .case-card:hover {
      border-color: var(--ink);
      transform: translateY(-3px);
      box-shadow: 0 24px 48px -18px rgba(15, 20, 25, .14)
   }

   .cc-cat {
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--ember-d);
      font-weight: 600
   }

   .case-card h3 {
      font-size: 24px;
      font-weight: 500;
      letter-spacing: -.015em;
      line-height: 1.25;
      color: var(--ink)
   }

   .cc-client,
   .cc-section {
      font-size: 14.5px;
      color: var(--ink-soft);
      line-height: 1.55
   }

   .cc-client strong,
   .cc-section strong {
      color: var(--ink);
      font-weight: 600
   }

   .cc-metrics {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      margin-top: 14px;
      padding-top: 24px;
      border-top: 1px solid var(--line)
   }

   .cs-metric {
      text-align: center;
      background: var(--paper-2);
      padding: 18px 10px;
      border: 1px solid var(--line)
   }

   .csm-num {
      font-family: "Poppins", sans-serif;
      font-size: 26px;
      font-weight: 400;
      color: var(--ember-d);
      letter-spacing: -.02em
   }

   .csm-lbl {
      font-family: "Poppins", sans-serif;
      font-size: 8.5px;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--ink-soft);
      line-height: 1.3;
      margin-top: 6px
   }

   @media(max-width:980px) {
      .case-grid {
         grid-template-columns: 1fr
      }

      .cc-metrics {
         grid-template-columns: repeat(2, 1fr)
      }
   }

   /* ===== PROBLEM GRID (for industries) ===== */
   .problem {
      background: var(--ink);
      color: var(--paper);
      padding: 100px 0
   }

   .problem .sec-head h2 {
      color: var(--paper)
   }

   .problem .sec-head h2 em {
      color: var(--gold)
   }

   .problem .sec-head .sec-num {
      color: var(--gold)
   }

   .problem .sec-head .sec-num::before {
      background: var(--gold)
   }

   .problem .lead {
      color: #9aab9f
   }

   .problem-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-top: 60px
   }

   .problem-cell {
      background: #1a2532;
      border: 1px solid #2a3138;
      padding: 32px 28px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: .2s
   }

   .problem-cell:hover {
      background: #202d3b;
      border-color: var(--gold)
   }

   .problem-cell .pi {
      font-size: 30px
   }

   .problem-cell p {
      font-size: 15px;
      line-height: 1.55;
      color: #cdd5d9;
      margin: 0;
      text-align: left !important;
   }

   @media(max-width:880px) {
      .problem-grid {
         grid-template-columns: 1fr 1fr
      }
   }

   @media(max-width:520px) {
      .problem-grid {
         grid-template-columns: 1fr
      }
   }


   /* ===== BATCH 8B/9 COMPACT TEMPLATE STYLES ===== */
   .h1-display {
      font-family: "Poppins", sans-serif;
      font-size: clamp(40px, 6vw, 72px);
      font-weight: 400;
      line-height: 1.05;
      letter-spacing: -0.02em;
      color: var(--ink);
      margin: 0 0 24px
   }

   .h1-display em.accent {
      font-style: italic;
      color: var(--ember-d)
   }

   .h2-display {
      font-family: "Poppins", sans-serif;
      font-size: clamp(32px, 4.5vw, 52px);
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: -0.015em;
      color: var(--ink);
      margin: 0 0 32px
   }

   .h2-display em {
      font-style: italic;
      color: var(--ember-d)
   }

   .h2-light {
      color: var(--paper)
   }

   .h2-light em {
      color: var(--gold)
   }

   .eyebrow {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--ember-d);
      font-weight: 600;
      margin-bottom: 18px;
      display: inline-block
   }

   .eyebrow-light {
      color: var(--gold)
   }

   .container {
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 32px
   }

   .hero-service {
      padding: 80px 0 100px;
      position: relative;
      overflow: hidden
   }

   .hero-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      opacity: .5
   }

   .mesh-1 {
      position: absolute;
      top: -10%;
      right: -10%;
      width: 60%;
      height: 60%;
      background: radial-gradient(circle, rgba(32, 181, 116, .12), transparent 70%);
      filter: blur(80px)
   }

   .mesh-2 {
      position: absolute;
      bottom: -10%;
      left: -10%;
      width: 50%;
      height: 50%;
      background: radial-gradient(circle, rgba(61, 204, 140, .08), transparent 70%);
      filter: blur(80px)
   }

   .hero-grid {
      display: grid;
      grid-template-columns: 1.3fr 1fr;
      gap: 60px;
      align-items: start;
      position: relative;
      z-index: 1
   }

   .hero-sub {
      font-size: 18px;
      line-height: 1.55;
      color: var(--ink-soft);
      margin: 0 0 32px;
      max-width: 620px
   }

   .hero-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin: 32px 0
   }

   .stat-cell {
      padding: 18px 0;
      border-top: 1.5px solid var(--ink)
   }

   .stat-val {
      font-family: "Poppins", sans-serif;
      font-size: 26px;
      font-weight: 400;
      color: var(--ember-d);
      letter-spacing: -.01em;
      line-height: 1
   }

   .stat-lbl {
      font-family: "Poppins", sans-serif;
      font-size: 9px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--ink-soft);
      margin-top: 6px;
      line-height: 1.3
   }

   .hero-cta {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 32px
   }

   .btn-primary,
   .btn-primary-gold {
      background: var(--ember);
      color: #fff;
      padding: 14px 28px;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 14px;
      border: 1.5px solid var(--ember);
      text-decoration: none;
      display: inline-block;
      transition: .2s
   }

   .btn-primary:hover {
      background: var(--ember-d);
      border-color: var(--ember-d)
   }

   .btn-primary-gold {
      background: var(--gold);
      border-color: var(--gold);
      color: var(--ink)
   }

   .btn-secondary,
   .btn-ghost-light {
      background: transparent;
      color: var(--ink);
      padding: 14px 28px;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 14px;
      border: 1.5px solid var(--ink);
      text-decoration: none;
      display: inline-block;
      transition: .2s
   }

   .btn-secondary:hover {
      background: var(--ink);
      color: #fff
   }

   .btn-ghost-light {
      color: #fff;
      border-color: rgba(255, 255, 255, .4)
   }

   .btn-ghost-light:hover {
      background: rgba(255, 255, 255, .1);
      border-color: #fff
   }

   .hero-card {
      background: var(--paper);
      border: 1.5px solid var(--line-strong);
      padding: 28px;
      position: sticky;
      top: 90px
   }

   .hc-live {
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--ember-d);
      font-weight: 600;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 8px
   }

   .hc-live .dot {
      width: 8px;
      height: 8px;
      background: var(--ember);
      border-radius: 50%;
      display: inline-block;
      animation: pulse 1.5s infinite
   }

   @keyframes pulse {

      0%,
      100% {
         opacity: 1
      }

      50% {
         opacity: .3
      }
   }

   .hc-rows {
      display: flex;
      flex-direction: column;
      gap: 0
   }

   .hc-row {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px solid var(--line);
      font-size: 13px
   }

   .hc-row:last-child {
      border-bottom: none
   }

   .hc-row span {
      color: var(--ink-soft)
   }

   .hc-row strong {
      color: var(--ink);
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      font-size: 12px
   }

   .hc-foot {
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid var(--line);
      font-size: 11px;
      color: var(--ink-soft);
      /* font-style: italic */
   }

   .section-light {
      background: var(--paper);
      padding: 100px 0
   }

   .section-dark {
      background: var(--ink);
      color: var(--paper);
      padding: 100px 0
   }

   .section-what-is .what-is-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      gap: 60px;
      align-items: start
   }

   .what-is-prose p {
      font-size: 16px;
      line-height: 1.65;
      color: var(--ink-soft);
      margin: 0 0 18px
   }

   .what-is-prose strong {
      color: var(--ink);
      font-weight: 600
   }

   .what-is-aside {
      background: var(--paper-2);
      border: 1.5px solid var(--line);
      padding: 32px
   }

   .what-is-aside h3 {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .08em;
      margin: 0 0 18px;
      color: var(--ink)
   }

   .what-is-bullets {
      list-style: none;
      padding: 0;
      margin: 0
   }

   .what-is-bullets li {
      padding: 10px 0 10px 22px;
      font-size: 14px;
      line-height: 1.5;
      color: var(--ink-soft);
      border-bottom: 1px solid var(--line);
      position: relative
   }

   .what-is-bullets li:last-child {
      border-bottom: none
   }

   .what-is-bullets li::before {
      content: "→";
      position: absolute;
      left: 0;
      color: var(--ember-d);
      font-weight: 600
   }

   .what-is-bullets li strong {
      color: var(--ink);
      font-weight: 600
   }

   .section-platforms .h2-display {
      margin-bottom: 48px
   }

   .platforms-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px
   }

   span.pi img {
    width: 50px;
    height: 50px;
}

   .platform-card {
      background: #fff;
      border: 1px solid #2a3845;
      padding: 20px 18px;
      transition: .2s
   }

   .platform-card:hover {
      background: #42bb7a;
      /* border-color: var(--gold) */
      color: #fff !important;
   }

   .platform-name {
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      margin: 0 0 6px
   }

   .platform-meta {
      font-family: "Poppins", sans-serif;
      font-size: 10.5px;
      letter-spacing: .06em;
      color: #9aab9f;
      margin: 0
   }

   .platforms-foot {
      text-align: center;
      margin-top: 36px;
      color: #9aab9f;
      font-style: italic;
      font-size: 13px
   }

   .section-use-cases .h2-display {
      margin-bottom: 48px
   }

   .uc-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px
   }

   .uc-card {
      background: var(--paper-2);
      border: 1px solid var(--line);
      padding: 32px 28px;
      transition: .2s
   }

   .uc-card:hover {
      border-color: var(--ember-d);
      transform: translateY(-3px);
      box-shadow: 0 14px 32px -14px rgba(15, 20, 25, .12)
   }

   .uc-icon {
      font-size: 28px;
      margin-bottom: 16px
   }

   .uc-title {
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: var(--ink);
      margin: 0 0 12px;
      letter-spacing: -.005em
   }

   .uc-desc {
      font-size: 14px;
      line-height: 1.55;
      color: var(--ink-soft);
      margin: 0
   }

   .section-faq {
      background: var(--paper-2);
      padding: 100px 0
   }

   .section-faq .h2-display {
      margin-bottom: 48px
   }

   .faq-list {
      display: flex;
      flex-direction: column;
      gap: 0;
      border-top: 1.5px solid var(--ink)
   }

   .faq-item {
      border-bottom: 1px solid var(--line);
      background: none
   }

   .faq-q {
      font-family: "Poppins", sans-serif;
      font-size: 17px;
      font-weight: 600;
      color: var(--ink);
      padding: 20px 0;
      cursor: pointer;
      list-style: none;
      display: block;
      letter-spacing: -.005em
   }

   .faq-q::-webkit-details-marker {
      display: none
   }

   .faq-q::after {
      content: "+";
      float: right;
      color: var(--ember-d);
      font-weight: 400
   }

   .faq-item[open] .faq-q::after {
      content: "−"
   }

   .faq-a {
      font-size: 15px;
      line-height: 1.65;
      color: var(--ink-soft);
      /* padding: 0 0 24px */
   }

   .faq-a strong {
      color: var(--ink);
      font-weight: 600
   }

   .section-cta {
      background: linear-gradient(135deg, var(--ink) 0%, #1a2532 100%);
      padding: 80px 0;
      color: var(--paper)
   }

   .cta-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      gap: 48px;
      align-items: center
   }

   .cta-sub {
      color: #9aab9f;
      font-size: 15px;
      margin: 12px 0 0;
      line-height: 1.55
   }

   .accent-gold {
      color: var(--gold);
      font-style: italic
   }

   .cta-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      justify-content: flex-end
   }

   .breadcrumb {
      background: #fff;
      padding: 14px 0;
      border-bottom: 1px solid var(--line);
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      letter-spacing: .08em;
      padding-top: 50px;
   }

   .breadcrumb a {
      color: var(--ink-soft);
      text-decoration: none;
      transition: .2s
   }

   .breadcrumb a:hover {
      color: var(--ember-d)
   }

   .breadcrumb span {
      color: var(--ink-soft);
      margin: 0 6px
   }

   span.icon img {
    width: 50px;
    height: 50px;
}

   span.wi img {
    width: 50px;
    height: 50px;
}

   span.value-icon img {
    width: 50px;
    height: 50px;
}



/* Platforms Grid */
.platforms-section {
   background: var(--paper-2);
   padding: 100px 0
}

.platforms-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 16px
}

.platform-card {
   background: var(--card);
   padding: 28px 22px;
   border: 1px solid var(--line);
   text-align: center;
   transition: .25s cubic-bezier(.4, 0, .2, 1);
   position: relative;
   overflow: hidden
}

.platform-card::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background: var(--ember);
   transform: scaleX(0);
   transform-origin: left;
   transition: transform .3s ease
}

.platform-card:hover {
   transform: translateY(-4px);
   border-color: var(--ink);
   box-shadow: 0 18px 36px -14px rgba(15, 20, 25, .12)
}

.platform-card:hover::before {
   transform: scaleX(1)
}

.platform-card .pname {
   font-family: 'Inter', sans-serif;
   font-size: 22px;
   font-weight: 500;
   color: var(--ink);
   margin-bottom: 6px;
   letter-spacing: -.01em
}

.platform-card .pdesc {
   font-family: 'JetBrains Mono', monospace;
   font-size: 9.5px;
   letter-spacing: .12em;
   color: var(--ink-soft);
   text-transform: uppercase
}

.dp-grid-c {
   justify-content: center;
   max-width: 900px;
   margin: 30px auto 0
}

.dp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 8px;
}


.dp-chip {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: var(--ink);
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 8px 12px;
}


.ds-meta {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 34px;
    background: var(--paper);
}

.ds-meta .v {
    font-family: 'JetBrains Mono', monospace;
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
}

.ds-meta .l {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--ink-soft);
    margin-top: 4px;
}

.ds-meta div:last-child {
    border-right: 0;
}

.ds-meta div {
    padding: 10px;
    border-right: 1px solid var(--line);
}

.ds-rel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.ds-rel-card {
    display: block;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px;
    text-decoration: none;
    transition: .2s;
}

.ds-rel-name {
    font-weight: 700;
    color: var(--ink);
    font-size: 16px;
    margin-bottom: 10px;
}

.ds-rel-meta {
    display: flex;
    gap: 14px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11.5px;
    color: var(--ink-soft);
    flex-wrap: wrap;
}

.ds-rel-go {
    display: inline-block;
    margin-top: 14px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ember-d);
}

.tstrip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--paper-2);
}

.tstrip-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    flex-wrap: wrap;
    padding: 20px 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12.5px;
    letter-spacing: .04em;
    color: var(--ink-soft);
    text-transform: uppercase;
}

@media(max-width:880px) {
   .platforms-grid {
      grid-template-columns: repeat(2, 1fr)
   }
}

@media(max-width:480px) {
   .platforms-grid {
      grid-template-columns: 1fr
   }
}




/* Responsive start */

   @media(max-width:980px) {

      .hero-grid,
      .cta-grid,
      .section-what-is .what-is-grid {
         grid-template-columns: 1fr;
         gap: 40px
      }

      .platforms-grid {
         grid-template-columns: repeat(2, 1fr)
      }

      .uc-grid {
         grid-template-columns: repeat(2, 1fr)
      }

      .hero-stats {
         grid-template-columns: repeat(2, 1fr)
      }

      .hero-card {
         position: relative;
         top: 0
      }
   }

   @media(max-width:620px) {

      .platforms-grid,
      .uc-grid,
      .hero-stats {
         grid-template-columns: 1fr
      }

      .container {
         padding: 0 20px
      }

      .section-light,
      .section-dark,
      .section-faq {
         padding: 60px 0
      }

      .hero-service {
         padding: 50px 0 70px
      }
   }

   /* ===== PROFESSIONAL FONT OVERRIDES (Inter display headings) ===== */
   h1,
   h2,
   h3,
   h4,
   h5 {
      font-weight: 700;
      letter-spacing: -0.025em
   }

   .h1-display {
      font-weight: 800;
      letter-spacing: -0.03em
   }

   .h2-display {
      font-weight: 700;
      letter-spacing: -0.025em
   }

   .h1-display em.accent,
   .h2-display em,
   h1 em,
   h2 em {
      font-style: normal;
      font-weight: 800;
      color: var(--ember-d)
   }

   .logo-text {
      font-weight: 800;
      letter-spacing: -0.03em
   }

   .hero-meta .num,
   .stat-val,
   .csm-num {
      font-weight: 800;
      letter-spacing: -0.02em
   }

   .mpromo-card h5,
   .mpromo-light h5,
   .macc-h {
      font-weight: 700;
      letter-spacing: -0.015em
   }

   .blog-card h3,
   .case-card h3,
   .vert h3 {
      font-weight: 700;
      letter-spacing: -0.015em
   }

   /* slightly larger heading sizes look balanced in Inter vs serif */
   .h1-display {
      line-height: 1.08
   }

   .h2-display {
      line-height: 1.14
   }

   span.ico img {
    width: 50px;
    height: 50px;
}



   @media (max-width: 980px) {
      .page-hero h1 {
         font-size: 25px !important;
         line-height: normal !important;
      }

      .page-hero .sub {
         font-size: 16px !important;
         margin-bottom: 0px !important;
      }

      .btn {

         padding: 9px 12px !important;
         font-size: 11px;

      }

      .page-hero .hero-meta .num {
         font-size: 18px;
      }

      .hero-meta .item {
         min-width: 50px;
      }

          .hero-meta {
            gap: 30px;
          }

           h2{
                    font-size: 22px !important;
        line-height: normal !important;
          }

          p{
            font-size: 16px !important;
            text-align: left;
          }

          h3{
            font-size: 18px !important;
        line-height: normal !important;
          }

              .page-hero {
               padding: 0px 0 20px;
              }

                  .hero-meta .lbl {
                     font-size: 8px;
                     line-height: normal;
                  }

                  .hc-row .l{
                     font-size: 12px;
                     line-height: normal;
                  }

                      .hero-card {
                        padding: 15px;
                      }

                      .hc-top .live{
                        font-size: 12px;
                        line-height: normal;
                      }

                      .what-is{
                        padding: 30px 0;
                      }

                          .platforms-section {
                           padding: 20px 0;
                          }

                          .fields-section{
                           padding: 20px 0;
                          }

                          section, .steps-section, .faq-section{
                           padding: 20px 0;
                          }

                          .new-page-f-a-q-question {
                           font-size: 12px;
                           padding: 20px 10px;
                          }

                          .new-page-f-a-q-content{
                           padding: 0;
                          }

                          .eyebrow{
                           font-size: 14px;
                           line-height: normal;
                          }

                          .field-cell{
                           padding: 10px;
                          }

                          .sec-num{
                           font-size: 14px;
                           line-height: normal;
                          }

   }


   @media (max-width: 500px) {
    h1 {
                font-size: 22px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
}

.ent-row {
   justify-content: left;
}

.trust-label{
   text-align: left;
}

.wrap{
   padding: 0 10px;
   padding-bottom: 10px;
}

.cov-flag{
   font-size: 36px;
}

.cov-panel h3{
   margin-bottom: 5px !important;
}

.cov-stats .csn{
   font-size: 20px;
}

.sec-head h2{
   text-align: left !important;
}

.tier-list{
   padding: 0px;
}

    .tier .tier-btn {
      font-size: 12px;
      border-radius: 10px;
    }

   }
}