*,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 80px
    }

    :root {
      --p: #1B6FB3;
      --pd: #155A92;
      --pdd: #0F4C7E;
      --teal: #17B0C4;
      --teal-d: #129AAC;
      --dark: #0F2A45;
      --dark2: #0A2036;
      --slate: #475569;
      --text: #1F2937;
      --gray: #6B7280;
      --bg: #fff;
      --soft: #EFF6FC;
      --border: #E5E7EB;
      --light: #F3F4F6;
      --max: 1240px;
      --px: clamp(1.1rem, 4vw, 2.5rem);
      --s1: 0 1px 3px rgba(15, 42, 69, .07);
      --s2: 0 8px 24px rgba(15, 42, 69, .09);
      --s3: 0 18px 50px rgba(15, 42, 69, .14);
      --r6: 6px;
      --r10: 10px;
      --r14: 14px;
      --r18: 18px;
      --rpill: 50px;
      --dur-instant: 150ms;
      --dur-fast: 250ms;
      --dur-normal: 400ms;
    }

    body {
      font-family: 'Inter', sans-serif;
      font-size: 16px;
      line-height: 1.65;
      color: var(--text);
      background: var(--bg);
      overflow-x: hidden
    }

    img {
      max-width: 100%;
      display: block
    }

    a {
      text-decoration: none;
      color: inherit
    }

    :focus-visible {
      outline: 3px solid var(--p);
      outline-offset: 3px;
      border-radius: 3px
    }

    ul {
      list-style: none
    }

    h1,
    h2,
    h3,
    h4 {
      line-height: 1.2;
      letter-spacing: -.02em
    }

    .container {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 var(--px)
    }

    .sec {
      padding: clamp(52px, 6vw, 78px) 0
    }

    .sec--alt {
      background: var(--light)
    }

    .sec--soft {
      background: var(--soft)
    }

    .sec--dark {
      background: var(--dark);
      color: #fff
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      font-size: .75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .13em;
      color: var(--p);
      margin-bottom: .8rem
    }

    .eyebrow::before {
      content: "";
      width: 24px;
      height: 2px;
      background: var(--p);
      display: inline-block
    }

    .eyebrow--teal {
      color: var(--teal)
    }

    .eyebrow--teal::before {
      background: var(--teal)
    }

    .eyebrow--white {
      color: rgba(255, 255, 255, .8)
    }

    .eyebrow--white::before {
      background: rgba(255, 255, 255, .5)
    }

    .eyebrow--c {
      justify-content: center
    }

    .sec-head {
      max-width: 660px;
      margin: 0 auto clamp(2rem, 4vw, 3.2rem);
      text-align: center
    }

    .sec-head h2 {
      font-size: clamp(1.65rem, 3.4vw, 2.5rem);
      font-weight: 700;
      margin-bottom: .85rem
    }

    .sec-head p {
      color: var(--gray);
      font-size: 1rem
    }

    .sec-head--dark h2 {
      color: #fff
    }

    .sec-head--dark p {
      color: rgba(255, 255, 255, .72)
    }

    /* ── BUTTONS ── */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      padding: .82rem 1.85rem;
      font-family: 'Inter', sans-serif;
      font-size: .92rem;
      font-weight: 600;
      border-radius: var(--rpill);
      border: 2px solid transparent;
      cursor: pointer;
      transition: .25s cubic-bezier(.4, 0, .2, 1);
      white-space: nowrap
    }

    .btn svg {
      width: 16px;
      height: 16px
    }

    .btn--p {
      background: var(--p);
      color: #fff;
      box-shadow: 0 8px 20px rgba(27, 111, 179, .28)
    }

    .btn--p:hover {
      background: var(--pd);
      transform: translateY(-2px);
      box-shadow: 0 12px 26px rgba(27, 111, 179, .38)
    }

    .btn--teal {
      background: var(--teal);
      color: #fff
    }

    .btn--teal:hover {
      background: var(--teal-d);
      transform: translateY(-2px)
    }

    .btn--ghost {
      background: #fff;
      color: var(--p);
      border-color: var(--border)
    }

    .btn--ghost:hover {
      border-color: var(--p);
      transform: translateY(-2px)
    }

    .btn--ow {
      background: transparent;
      color: #fff;
      border-color: rgba(255, 255, 255, .45)
    }

    .btn--ow:hover {
      background: #fff;
      color: var(--p)
    }

    .btn--w {
      background: #fff;
      color: var(--p)
    }

    .btn--w:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(0, 0, 0, .18)
    }

    .btn--lg {
      padding: 1rem 2.2rem;
      font-size: 1rem
    }

    .btn--full {
      width: 100%
    }

    .footer__brand .logo {
      margin-bottom: 1rem
    }

    /* ── TOPBAR ── */
    .topbar {
      background: var(--dark2);
      color: rgba(255, 255, 255, .8);
      font-size: .8rem
    }

    .topbar__i {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 40px;
      gap: 1rem
    }

    .topbar__l {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap
    }

    .topbar__l span {
      display: inline-flex;
      align-items: center;
      gap: .4rem
    }

    .topbar__l svg {
      width: 13px;
      height: 13px;
      color: var(--teal)
    }

    .topbar__r {
      display: flex;
      gap: .35rem
    }

    .topbar__r a {
      width: 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, .1);
      transition: .2s
    }

    .topbar__r a:hover {
      background: var(--p)
    }

    .topbar__r svg {
      width: 12px;
      height: 12px
    }

    @media(max-width:860px) {
      .topbar {
        display: none
      }
    }

    /* ── HEADER ── */
    .header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: #fff;
      box-shadow: var(--s1);
      transition: .3s
    }

    .header.scrolled {
      box-shadow: var(--s2)
    }

    .header__i {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 78px;
      transition: height .3s
    }

    .header.scrolled .header__i {
      height: 66px
    }

    .logo {
      display: flex;
      align-items: center;
      gap: .65rem
    }

    .logo__m {
      width: 44px;
      height: 44px;
      flex-shrink: 0;
      border-radius: var(--r10);
      background: linear-gradient(135deg, var(--p), var(--pdd));
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 700;
      font-size: 1.2rem;
      box-shadow: 0 6px 14px rgba(27, 111, 179, .3)
    }

    .logo__t b {
      font-weight: 700;
      font-size: 1.25rem;
      color: var(--text);
      display: block;
      line-height: 1.05;
      letter-spacing: -.01em
    }

    .logo__t small {
      font-size: .65rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--gray);
      font-weight: 600
    }

    .nav {
      display: flex;
      align-items: center;
      gap: .25rem
    }

    .nav a {
      padding: .55rem .9rem;
      font-size: 1.08rem;
      font-weight: 600;
      color: var(--text);
      border-radius: var(--r6);
      position: relative;
      transition: .2s
    }

    .nav a::after {
      content: "";
      position: absolute;
      left: .9rem;
      right: .9rem;
      bottom: .3rem;
      height: 2px;
      background: var(--p);
      transform: scaleX(0);
      transform-origin: left;
      transition: .25s
    }

    .nav a:hover {
      color: var(--p)
    }

    .nav a:hover::after,
    .nav a.active::after {
      transform: scaleX(1)
    }

    .nav a.active {
      color: var(--p)
    }

    .hcta {
      display: flex;
      align-items: center;
      gap: .9rem
    }

    .hphone {
      display: flex;
      align-items: center;
      gap: .55rem
    }

    .hphone svg {
      width: 32px;
      height: 32px;
      color: var(--p)
    }

    .hphone small {
      display: block;
      font-size: .68rem;
      color: var(--gray);
      text-transform: uppercase;
      letter-spacing: .05em
    }

    .hphone b {
      font-weight: 700;
      font-size: .98rem;
      color: var(--text)
    }

    .burger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: 0;
      cursor: pointer;
      padding: 8px
    }

    .burger span {
      width: 24px;
      height: 2px;
      background: var(--text);
      transition: .3s;
      border-radius: 2px
    }

    .burger.open span:first-child {
      transform: translateY(7px) rotate(45deg)
    }

    .burger.open span:nth-child(2) {
      opacity: 0
    }

    .burger.open span:last-child {
      transform: translateY(-7px) rotate(-45deg)
    }

    @media(max-width:1080px) {

      .nav,
      .hphone {
        display: none
      }

      .burger {
        display: flex
      }
    }

    @media(max-width:480px) {
      .hcta .btn {
        display: none
      }
    }

    /* ── DRAWER ── */
    .overlay {
      position: fixed;
      inset: 0;
      background: rgba(10, 32, 54, .55);
      z-index: 150;
      opacity: 0;
      visibility: hidden;
      transition: .3s
    }

    .overlay.open {
      opacity: 1;
      visibility: visible
    }

    .drawer {
      position: fixed;
      inset: 0 0 0 auto;
      width: min(80vw, 310px);
      background: #fff;
      z-index: 200;
      transform: translateX(100%);
      transition: .35s cubic-bezier(.4, 0, .2, 1);
      box-shadow: -10px 0 40px rgba(0, 0, 0, .14);
      padding: 1.4rem;
      overflow-y: auto
    }

    .drawer.open {
      transform: translateX(0)
    }

    .drawer__x {
      margin-left: auto;
      display: block;
      background: none;
      border: 0;
      font-size: 1.5rem;
      cursor: pointer;
      color: var(--gray);
      line-height: 1
    }

    .drawer a {
      display: block;
      padding: .85rem .4rem;
      font-weight: 600;
      border-bottom: 1px solid var(--border);
      color: var(--text)
    }

    .drawer a:last-of-type {
      border: 0
    }

    .drawer .btn {
      margin-top: 1.1rem;
      width: 100%
    }

    /* ── HERO ── */
    .hero {
      position: relative;
      min-height: 640px;
      display: flex;
      align-items: center;
      color: #fff;
      overflow: hidden;
      background: linear-gradient(118deg, var(--dark2) 0%, var(--dark) 50%, #1a5c99 100%)
    }

    .hero__grid {
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(23, 176, 196, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 176, 196, .07) 1px, transparent 1px);
      background-size: 60px 60px;
      -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, #000, transparent 80%);
      mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, #000, transparent 80%)
    }

    .hero__glow {
      position: absolute;
      z-index: 0;
      width: 700px;
      height: 700px;
      border-radius: 50%;
      right: -200px;
      top: -200px;
      background: radial-gradient(circle, rgba(27, 111, 179, .35), transparent 65%)
    }

    .hero__glow2 {
      position: absolute;
      z-index: 0;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      left: -180px;
      bottom: -200px;
      background: radial-gradient(circle, rgba(23, 176, 196, .12), transparent 65%)
    }

    .hero__inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 820px;
      margin: 0 auto;
      padding: 4rem 0 5rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center
    }

    .hero__badge {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: rgba(255, 255, 255, .1);
      border: 1px solid rgba(255, 255, 255, .2);
      backdrop-filter: blur(6px);
      padding: .45rem 1rem;
      border-radius: var(--rpill);
      font-size: .78rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
      animation: hIn .7s .1s both
    }

    .hero__badge::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #4ade80;
      box-shadow: 0 0 0 4px rgba(74, 222, 128, .28)
    }

    .hero h1 {
      font-size: clamp(2.2rem, 5.2vw, 4rem);
      font-weight: 800;
      line-height: 1.08;
      margin-bottom: 1.3rem;
      color: #fff;
      animation: hIn .7s .25s both;
      letter-spacing: -.03em
    }

    .hero h1 em {
      color: var(--teal);
      font-style: normal
    }

    .hero__sub {
      font-size: clamp(.95rem, 1.5vw, 1.1rem);
      color: rgba(255, 255, 255, .8);
      max-width: 560px;
      margin: 0 auto 1.6rem;
      line-height: 1.75;
      animation: hIn .7s .4s both
    }

    .hero__chips {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
      justify-content: center;
      margin-bottom: 2rem;
      animation: hIn .7s .45s both
    }

    .hero__chips span {
      font-size: .72rem;
      font-weight: 700;
      padding: .3rem .85rem;
      border-radius: var(--rpill);
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .18);
      color: rgba(255, 255, 255, .85)
    }

    .hero__actions {
      display: flex;
      gap: .9rem;
      flex-wrap: wrap;
      justify-content: center;
      animation: hIn .7s .55s both
    }

    .hero__scroll {
      position: absolute;
      z-index: 2;
      bottom: 1.5rem;
      left: 50%;
      transform: translateX(-50%);
      color: rgba(255, 255, 255, .65);
      font-size: .68rem;
      text-transform: uppercase;
      letter-spacing: .2em;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .4rem;
      animation: bob 2s ease-in-out infinite
    }

    .hero__scroll svg {
      width: 16px;
      height: 16px
    }

    @keyframes hIn {
      from {
        opacity: 0;
        transform: translateY(26px)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    @keyframes bob {

      0%,
      100% {
        transform: translate(-50%, 0)
      }

      50% {
        transform: translate(-50%, 8px)
      }
    }

    /* ── TICKER ── */
    .ticker {
      height: 42px;
      background: var(--dark2);
      overflow: hidden;
      position: relative
    }

    .ticker::before,
    .ticker::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 70px;
      z-index: 2;
      pointer-events: none
    }

    .ticker::before {
      left: 0;
      background: linear-gradient(90deg, var(--dark2), transparent)
    }

    .ticker::after {
      right: 0;
      background: linear-gradient(-90deg, var(--dark2), transparent)
    }

    .ticker__inner {
      display: flex;
      align-items: center;
      height: 100%;
      width: max-content;
      animation: tickerRun 36s linear infinite
    }

    .ticker__inner:hover {
      animation-play-state: paused
    }

    .ticker__item {
      display: inline-flex;
      align-items: center;
      padding: 0 .2rem;
      font-size: .71rem;
      font-weight: 700;
      color: rgba(255, 255, 255, .62);
      text-transform: uppercase;
      letter-spacing: .09em;
      white-space: nowrap
    }

    .ticker__sep {
      padding: 0 1rem;
      color: var(--teal);
      font-size: .55rem;
      opacity: .7
    }

    @keyframes tickerRun {
      0% {
        transform: translateX(0)
      }

      100% {
        transform: translateX(-50%)
      }
    }

    /* ── STAGGER & SLIDE REVEAL ── */
    [data-stagger]>* {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1)
    }

    [data-stagger].in>*:nth-child(1) {
      opacity: 1;
      transform: none;
      transition-delay: .05s
    }

    [data-stagger].in>*:nth-child(2) {
      opacity: 1;
      transform: none;
      transition-delay: .13s
    }

    [data-stagger].in>*:nth-child(3) {
      opacity: 1;
      transform: none;
      transition-delay: .21s
    }

    [data-stagger].in>*:nth-child(4) {
      opacity: 1;
      transform: none;
      transition-delay: .29s
    }

    [data-stagger].in>*:nth-child(5) {
      opacity: 1;
      transform: none;
      transition-delay: .37s
    }

    [data-stagger].in>*:nth-child(6) {
      opacity: 1;
      transform: none;
      transition-delay: .45s
    }

    [data-reveal-left] {
      opacity: 0;
      transform: translateX(-30px);
      transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1)
    }

    [data-reveal-left].in {
      opacity: 1;
      transform: none
    }

    [data-reveal-right] {
      opacity: 0;
      transform: translateX(30px);
      transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1)
    }

    [data-reveal-right].in {
      opacity: 1;
      transform: none
    }

    @media(prefers-reduced-motion:reduce) {

      [data-stagger]>*,
      [data-reveal-left],
      [data-reveal-right],
      [data-scale] {
        opacity: 1;
        transform: none;
        transition: none
      }

      .ticker__inner {
        animation: none
      }
    }

    /* ── POLICY STRIP ── */
    .policy {
      background: #fff;
      border-top: 1px solid var(--border);
      border-bottom: 3px solid var(--soft)
    }

    .policy__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0
    }

    .policy__item {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 1.6rem 1.5rem;
      border-right: 1px solid var(--border);
      transition: .2s
    }

    .policy__item:last-child {
      border-right: 0
    }

    .policy__item:hover {
      background: var(--soft)
    }

    .policy__ic {
      flex-shrink: 0;
      width: 50px;
      height: 50px;
      border-radius: var(--r10);
      background: var(--soft);
      color: var(--p);
      display: grid;
      place-items: center;
      transition: .2s
    }

    .policy__item:hover .policy__ic {
      background: var(--p);
      color: #fff
    }

    .policy__ic svg {
      width: 24px;
      height: 24px
    }

    .policy__txt b {
      display: block;
      font-size: .95rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: .2rem
    }

    .policy__txt span {
      font-size: .8rem;
      color: var(--gray)
    }

    @media(max-width:880px) {
      .policy__grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .policy__item:nth-child(2) {
        border-right: 0
      }

      .policy__item:nth-child(1),
      .policy__item:nth-child(2) {
        border-bottom: 1px solid var(--border)
      }
    }

    @media(max-width:480px) {
      .policy__grid {
        grid-template-columns: 1fr
      }

      .policy__item {
        border-right: 0;
        border-bottom: 1px solid var(--border)
      }

      .policy__item:last-child {
        border-bottom: 0
      }
    }

    /* ── ABOUT ── */
    .about__g {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(2rem, 5vw, 4.5rem);
      align-items: center
    }

    .about__ph {
      position: relative;
      border-radius: var(--r18);
      background: linear-gradient(150deg, var(--dark), var(--dark2));
      padding: clamp(1.6rem, 3vw, 2.4rem);
      color: #fff;
      box-shadow: var(--s3);
      overflow: hidden;
      min-height: 360px;
      display: flex;
      flex-direction: column;
      justify-content: space-between
    }

    .about__ph::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .07) 1px, transparent 0);
      background-size: 22px 22px
    }

    .about__phhead {
      position: relative;
      display: flex;
      align-items: center;
      gap: .5rem;
      font-size: .74rem;
      letter-spacing: .11em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .68);
      margin-bottom: 1.5rem;
      font-weight: 600
    }

    .about__phhead::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #4ade80;
      box-shadow: 0 0 0 4px rgba(74, 222, 128, .22)
    }

    .about__metrics {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.2rem 1rem;
      margin-bottom: 1.8rem
    }

    .about__metrics b {
      font-size: clamp(1.4rem, 2.5vw, 1.8rem);
      font-weight: 700;
      display: block;
      line-height: 1;
      color: #fff
    }

    .about__metrics span {
      font-size: .72rem;
      color: rgba(255, 255, 255, .62)
    }

    .about__chips {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      gap: .4rem
    }

    .about__chips span {
      font-size: .72rem;
      font-weight: 600;
      background: rgba(255, 255, 255, .09);
      border: 1px solid rgba(255, 255, 255, .16);
      padding: .3rem .7rem;
      border-radius: var(--r6)
    }

    .about__body h2 {
      font-size: clamp(1.55rem, 3vw, 2.3rem);
      font-weight: 700;
      margin: .4rem 0 1rem
    }

    .about__body>p {
      color: var(--gray);
      margin-bottom: 1.5rem;
      line-height: 1.75
    }

    .about__list {
      display: grid;
      gap: .9rem;
      margin-bottom: 1.8rem
    }

    .about__list li {
      display: flex;
      gap: .8rem;
      align-items: flex-start
    }

    .about__list .ic {
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: var(--soft);
      color: var(--p);
      display: grid;
      place-items: center;
      margin-top: 2px
    }

    .about__list .ic svg {
      width: 14px;
      height: 14px
    }

    .about__list b {
      font-weight: 600;
      font-size: .95rem
    }

    .about__list p {
      font-size: .87rem;
      color: var(--gray);
      margin-top: .1rem
    }

    @media(max-width:860px) {
      .about__g {
        grid-template-columns: 1fr
      }
    }

    @media(max-width:420px) {
      .about__metrics {
        grid-template-columns: repeat(2, 1fr)
      }
    }

    /* ── REVEAL ── */
    [data-reveal] {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1)
    }

    [data-reveal].in {
      opacity: 1;
      transform: none
    }

    [data-reveal-delay="1"] {
      transition-delay: .1s
    }

    [data-reveal-delay="2"] {
      transition-delay: .2s
    }

    [data-reveal-delay="3"] {
      transition-delay: .3s
    }

    [data-reveal-delay="4"] {
      transition-delay: .4s
    }

    @media(prefers-reduced-motion:reduce) {
      [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none
      }

      .hero__scroll,
      .hero__badge,
      .hero h1,
      .hero__sub,
      .hero__actions {
        animation: none
      }
    }

    /* ── STATS BAR ── */
    .stats {
      background: var(--dark);
      position: relative;
      overflow: hidden
    }

    .stats::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .14) 1px, transparent 0);
      background-size: 24px 24px;
      opacity: .5
    }

    .stats__g {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      padding: clamp(2.4rem, 5vw, 3.5rem) 0;
      color: #fff
    }

    .stat {
      text-align: center;
      padding: 0 1rem;
      position: relative
    }

    .stat:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 12%;
      height: 76%;
      width: 1px;
      background: rgba(255, 255, 255, .2)
    }

    .stat__ic {
      width: 46px;
      height: 46px;
      margin: 0 auto .7rem;
      border-radius: var(--r10);
      background: rgba(255, 255, 255, .14);
      display: grid;
      place-items: center
    }

    .stat__ic svg {
      width: 22px;
      height: 22px
    }

    .stat b {
      font-size: clamp(1.8rem, 3.8vw, 2.75rem);
      font-weight: 700;
      display: block;
      line-height: 1
    }

    .stat span {
      font-size: .84rem;
      color: rgba(255, 255, 255, .82)
    }

    @media(max-width:740px) {
      .stats__g {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem
      }

      .stat:nth-child(2)::after {
        display: none
      }
    }

    /* ── APPLICATIONS CARDS ── */

    /* ── PRODUCTS ── */
    .prod-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.4rem
    }

    .prod-card {
      border-radius: var(--r14);
      overflow: hidden;
      background: #fff;
      border: 1px solid var(--border);
      transition: .3s;
      display: flex;
      flex-direction: column
    }

    .prod-card:hover {
      box-shadow: var(--s3);
      transform: translateY(-5px);
      border-color: transparent
    }

    .prod-card__img {
      aspect-ratio: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden
    }

    .prod-card__img svg {
      position: relative;
      z-index: 1;
      width: 60px;
      height: 60px;
      color: #fff;
      opacity: .88;
      transition: .4s
    }

    .prod-card:hover .prod-card__img svg {
      transform: scale(1.1)
    }

    .prod-card__img::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .1) 1px, transparent 0);
      background-size: 20px 20px
    }

    .pc1 {
      background: linear-gradient(140deg, var(--p), var(--pdd))
    }

    .pc2 {
      background: linear-gradient(140deg, #1f6bb0, var(--dark))
    }

    .pc3 {
      background: linear-gradient(140deg, #2a7dc4, var(--pd))
    }

    .pc4 {
      background: linear-gradient(140deg, var(--pdd), #0a2036)
    }

    .pc5 {
      background: linear-gradient(140deg, var(--teal), var(--pd))
    }

    .pc6 {
      background: linear-gradient(140deg, var(--teal-d), var(--dark))
    }

    .prod-card__num {
      position: absolute;
      top: .85rem;
      left: 1rem;
      font-size: .68rem;
      font-weight: 700;
      color: rgba(255, 255, 255, .7);
      letter-spacing: .1em;
      z-index: 2
    }

    .prod-card__tag {
      position: absolute;
      top: .85rem;
      right: .9rem;
      background: rgba(255, 255, 255, .9);
      color: var(--p);
      font-size: .67rem;
      font-weight: 700;
      padding: .25rem .6rem;
      border-radius: var(--rpill);
      z-index: 2
    }

    .prod-card__body {
      padding: 1.3rem;
      flex: 1;
      display: flex;
      flex-direction: column
    }

    .prod-card__body h3 {
      font-size: 1.02rem;
      font-weight: 700;
      margin-bottom: .45rem
    }

    .prod-card__body p {
      font-size: .84rem;
      color: var(--gray);
      flex: 1;
      margin-bottom: 1rem;
      line-height: 1.6
    }

    .prod-card__specs {
      display: flex;
      flex-wrap: wrap;
      gap: .35rem;
      margin-bottom: 1.1rem
    }

    .prod-card__specs span {
      font-size: .7rem;
      background: var(--soft);
      color: var(--pd);
      padding: .25rem .65rem;
      border-radius: var(--r6);
      font-weight: 600;
      border: 1px solid rgba(27, 111, 179, .12)
    }

    .prod-card__cta {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      font-size: .85rem;
      font-weight: 700;
      color: var(--p);
      margin-top: auto;
      transition: .2s
    }

    .prod-card__cta svg {
      width: 14px;
      height: 14px;
      transition: .25s
    }

    .prod-card:hover .prod-card__cta svg {
      transform: translateX(4px)
    }

    @media(max-width:960px) {
      .prod-grid {
        grid-template-columns: 1fr 1fr
      }
    }

    @media(max-width:560px) {
      .prod-grid {
        grid-template-columns: 1fr
      }
    }

    /* ── PROCESS ── */
    .process {
      background: var(--dark);
      color: #fff;
      position: relative;
      overflow: hidden
    }

    .process::before {
      content: "";
      position: absolute;
      top: -100px;
      right: -100px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(27, 111, 179, .38), transparent 70%)
    }

    .process::after {
      content: "";
      position: absolute;
      bottom: -80px;
      left: -60px;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(23, 176, 196, .18), transparent 70%)
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      position: relative
    }

    .steps::before {
      content: "";
      position: absolute;
      top: 38px;
      left: 8%;
      right: 8%;
      height: 2px;
      background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .28) 0 8px, transparent 8px 16px)
    }

    .step {
      text-align: center;
      position: relative;
      z-index: 1
    }

    .step__n {
      width: 72px;
      height: 72px;
      margin: 0 auto 1.1rem;
      border-radius: 50%;
      background: var(--dark);
      border: 2px solid var(--p);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 1.45rem;
      font-weight: 700;
      position: relative;
      z-index: 1;
      transition: .3s
    }

    .step:hover .step__n {
      background: var(--p);
      transform: scale(1.08)
    }

    .step h4 {
      color: #fff;
      font-size: .98rem;
      font-weight: 700;
      margin-bottom: .45rem
    }

    .step p {
      font-size: .82rem;
      color: rgba(255, 255, 255, .68)
    }

    @media(max-width:860px) {
      .steps {
        grid-template-columns: 1fr 1fr;
        gap: 2rem
      }

      .steps::before {
        display: none
      }
    }

    @media(max-width:440px) {
      .steps {
        grid-template-columns: 1fr
      }
    }

    /* ── WHY SAM ── */
    .why__g {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(2rem, 5vw, 4rem);
      align-items: center
    }

    .why__ph {
      position: relative;
      border-radius: var(--r18);
      background: linear-gradient(150deg, var(--dark), var(--dark2));
      padding: 2.2rem;
      color: #fff;
      box-shadow: var(--s3);
      overflow: hidden;
      min-height: 340px;
      display: flex;
      flex-direction: column;
      justify-content: space-between
    }

    .why__ph::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .07) 1px, transparent 0);
      background-size: 22px 22px
    }

    .why__ph-top {
      position: relative;
      display: flex;
      gap: 1.4rem;
      margin-bottom: 1.8rem
    }

    .why__ph-num {
      text-align: center
    }

    .why__ph-num b {
      font-size: 2.2rem;
      font-weight: 700;
      color: #fff;
      display: block;
      line-height: 1
    }

    .why__ph-num span {
      font-size: .68rem;
      color: rgba(255, 255, 255, .6)
    }

    .why__ph-bottom {
      position: relative
    }

    .why__ph-bottom p {
      font-size: .82rem;
      color: rgba(255, 255, 255, .75);
      line-height: 1.6
    }

    .why__ph-tag {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      font-size: .75rem;
      font-weight: 700;
      background: rgba(23, 176, 196, .2);
      border: 1px solid rgba(23, 176, 196, .4);
      color: var(--teal);
      padding: .3rem .75rem;
      border-radius: var(--rpill);
      margin-top: .9rem
    }

    .why__pts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.2rem
    }

    .why__pt {
      display: flex;
      gap: .85rem;
      align-items: flex-start;
      padding: 1.2rem;
      border-radius: var(--r14);
      border: 1px solid var(--border);
      background: #fff;
      transition: .3s
    }

    .why__pt:hover {
      border-color: var(--p);
      box-shadow: var(--s2);
      transform: translateY(-3px)
    }

    .why__pt .ic {
      flex-shrink: 0;
      width: 46px;
      height: 46px;
      border-radius: var(--r10);
      background: var(--soft);
      color: var(--p);
      display: grid;
      place-items: center;
      transition: .2s
    }

    .why__pt:hover .ic {
      background: var(--p);
      color: #fff
    }

    .why__pt .ic svg {
      width: 22px;
      height: 22px
    }

    .why__pt h4 {
      font-size: .95rem;
      font-weight: 700;
      margin-bottom: .25rem
    }

    .why__pt p {
      font-size: .83rem;
      color: var(--gray)
    }

    @media(max-width:860px) {
      .why__g {
        grid-template-columns: 1fr
      }

      .why__pts {
        grid-template-columns: 1fr 1fr
      }
    }

    @media(max-width:480px) {
      .why__pts {
        grid-template-columns: 1fr
      }
    }

    .why__ph .about__phhead {
      margin-bottom: 1rem
    }

    /* ── SECTION TEXT UTILITIES ── */
    .lede-h2 {
      font-size: clamp(1.55rem, 3vw, 2.3rem);
      font-weight: 700;
      margin: .4rem 0 1rem
    }

    .lede-p {
      color: var(--gray);
      margin-bottom: 1.8rem;
      line-height: 1.75
    }

    .profile__list {
      display: grid;
      gap: .65rem;
      margin-bottom: 2rem
    }

    .profile__list-item {
      display: flex;
      align-items: center;
      gap: .7rem;
      font-size: .9rem;
      color: var(--text)
    }

    .profile__list-item svg {
      color: var(--p);
      flex-shrink: 0
    }

    .sales-list {
      margin-top: 2rem;
      display: grid;
      gap: .5rem
    }

    .sales-item {
      display: flex;
      align-items: center;
      gap: .6rem;
      font-size: .85rem;
      color: rgba(255, 255, 255, .8)
    }

    /* ── PARTNERS ── */
    .partners {
      padding: clamp(2rem, 4vw, 3rem) 0;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border)
    }

    .partners__h {
      text-align: center;
      font-size: .78rem;
      text-transform: uppercase;
      letter-spacing: .13em;
      color: var(--gray);
      font-weight: 600;
      margin-bottom: 1.8rem
    }

    .partners__g {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: clamp(1.4rem, 4.5vw, 3.5rem)
    }

    .partners__g span {
      font-weight: 700;
      font-size: 1.45rem;
      color: #b4bec9;
      letter-spacing: .02em;
      transition: .3s;
      filter: grayscale(1)
    }

    .partners__g span:hover {
      color: var(--p);
      filter: none;
      transform: scale(1.06)
    }

    /* ── PROJECTS ── */
    .proj-slide {
      flex: 0 0 calc(33.333% - 1rem);
      border-radius: var(--r14);
      overflow: hidden;
      min-height: 300px;
      display: flex;
      align-items: flex-end;
      color: #fff;
      cursor: pointer;
      position: relative
    }

    .proj-slide:nth-child(1) {
      background: linear-gradient(160deg, #1f6bb0, var(--dark2))
    }

    .proj-slide:nth-child(2) {
      background: linear-gradient(160deg, var(--p), var(--dark))
    }

    .proj-slide:nth-child(3) {
      background: linear-gradient(160deg, var(--teal-d), var(--pdd))
    }

    .proj-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .07) 1px, transparent 0);
      background-size: 22px 22px
    }

    .proj-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 30%, rgba(10, 32, 54, .88))
    }

    .proj__flag {
      position: absolute;
      top: 1.2rem;
      right: 1.3rem;
      font-size: 2.4rem;
      line-height: 1;
      z-index: 1;
      transition: .4s
    }

    .proj-slide:hover .proj__flag {
      transform: scale(1.12) rotate(-4deg)
    }

    .proj__body {
      position: relative;
      z-index: 1;
      padding: 1.6rem
    }

    .proj__year {
      display: inline-block;
      background: var(--p);
      font-size: .72rem;
      font-weight: 700;
      padding: .28rem .75rem;
      border-radius: var(--rpill);
      margin-bottom: .7rem
    }

    .proj__body h3 {
      color: #fff;
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: .45rem
    }

    .proj__body p {
      font-size: .85rem;
      color: rgba(255, 255, 255, .84)
    }

    @media(max-width:860px) {
      .proj-slide {
        flex: 0 0 calc(50% - .7rem)
      }
    }

    @media(max-width:560px) {
      .proj-slide {
        flex: 0 0 100%
      }
    }

    /* ── PROJECTS STATIC GRID ── */
    .proj-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.4rem
    }

    @media(max-width:860px) {
      .proj-grid {
        grid-template-columns: 1fr 1fr
      }
    }

    @media(max-width:560px) {
      .proj-grid {
        grid-template-columns: 1fr
      }
    }

    /* ── CERT GROUPS ── */
    .cert-section-title {
      font-size: .73rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .12em;
      color: var(--gray);
      margin-bottom: 1.2rem;
      display: flex;
      align-items: center;
      gap: .7rem
    }

    .cert-section-title::after {
      content: "";
      flex: 1;
      height: 1px;
      background: var(--border)
    }

    .cert-img-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.3rem;
      margin-bottom: 2.8rem
    }

    .cert-img-card {
      border-radius: var(--r14);
      border: 1px solid var(--border);
      overflow: hidden;
      background: #fff;
      transition: .3s;
      display: flex;
      flex-direction: column;
      cursor: pointer
    }

    .cert-img-card:hover {
      border-color: var(--p);
      box-shadow: var(--s2);
      transform: translateY(-4px)
    }

    .cert-img-ph {
      aspect-ratio: 1;
      background: var(--soft);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: .55rem
    }

    .cert-img-ph svg {
      width: 44px;
      height: 44px;
      color: var(--p);
      opacity: .5
    }

    .cert-img-ph span {
      font-size: .65rem;
      font-weight: 600;
      color: var(--gray);
      text-transform: uppercase;
      letter-spacing: .08em
    }

    .cert-img-body {
      padding: .9rem 1.1rem
    }

    .cert-img-body b {
      font-size: .92rem;
      font-weight: 700;
      display: block;
      margin-bottom: .2rem
    }

    .cert-img-body span {
      font-size: .77rem;
      color: var(--gray);
      line-height: 1.5
    }

    /* Awards */
    .award-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.3rem
    }

    .award-card {
      border-radius: var(--r14);
      border: 1px solid var(--border);
      background: #fff;
      padding: 1.6rem 1.3rem;
      text-align: center;
      transition: .3s;
      position: relative;
      overflow: hidden
    }

    .award-card:hover {
      border-color: var(--p);
      box-shadow: var(--s2);
      transform: translateY(-4px)
    }

    .award-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--p), var(--teal))
    }

    .award-ic {
      width: 56px;
      height: 56px;
      margin: 0 auto .9rem;
      border-radius: 50%;
      background: var(--soft);
      display: grid;
      place-items: center;
      color: var(--p)
    }

    .award-ic svg {
      width: 26px;
      height: 26px
    }

    .award-card b {
      font-size: .93rem;
      font-weight: 700;
      display: block;
      margin-bottom: .3rem
    }

    .award-card span {
      font-size: .78rem;
      color: var(--gray);
      line-height: 1.55
    }

    @media(max-width:860px) {
      .cert-img-grid {
        grid-template-columns: 1fr 1fr
      }

      .award-grid {
        grid-template-columns: 1fr 1fr
      }
    }

    @media(max-width:520px) {
      .cert-img-grid {
        grid-template-columns: 1fr
      }

      .award-grid {
        grid-template-columns: 1fr
      }
    }

    /* ── TESTIMONIAL ── */
    .testi__brand {
      position: relative;
      border-radius: var(--r18);
      min-height: 320px;
      background: linear-gradient(155deg, var(--p), var(--dark2));
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 2.2rem;
      overflow: hidden
    }

    .testi__brand::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .08) 1px, transparent 0);
      background-size: 22px 22px
    }

    .testi__mark {
      position: relative;
      font-family: Georgia, serif;
      font-size: 5rem;
      line-height: .7;
      color: rgba(255, 255, 255, .8);
      margin-bottom: .5rem
    }

    .testi__brand b {
      position: relative;
      font-size: 1.5rem;
      font-weight: 700
    }

    .testi__brand span {
      position: relative;
      font-size: .9rem;
      color: rgba(255, 255, 255, .8);
      margin-top: .25rem
    }

    .testi__brand small {
      position: relative;
      margin-top: 1.2rem;
      font-size: .74rem;
      font-weight: 600;
      background: rgba(255, 255, 255, .14);
      border: 1px solid rgba(255, 255, 255, .2);
      padding: .35rem .85rem;
      border-radius: var(--rpill)
    }

    .testi__quote {
      font-size: clamp(1.1rem, 2vw, 1.5rem);
      font-weight: 700;
      line-height: 1.5;
      color: var(--text);
      margin: 1rem 0 1.4rem;
      position: relative
    }

    .testi__quote::before {
      content: "\201C";
      position: absolute;
      top: -2rem;
      left: -.4rem;
      font-size: 5rem;
      color: var(--soft);
      font-family: Georgia, serif;
      z-index: -1;
      line-height: 1
    }

    .testi__author {
      display: flex;
      align-items: center;
      gap: .9rem
    }

    .testi__av {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--p);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 700;
      font-size: 1.2rem;
      flex-shrink: 0
    }

    .testi__author b {
      display: block;
      font-size: 1rem;
      font-weight: 700
    }

    .testi__author span {
      font-size: .84rem;
      color: var(--gray)
    }

    .testi-single {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: clamp(1.5rem, 4vw, 3.5rem);
      align-items: center
    }

    @media(max-width:840px) {
      .testi-single {
        grid-template-columns: 1fr
      }
    }

    /* ── EXPORT MARKETS ── */
    .markets__g {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center
    }

    .market-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .6rem;
      padding: 1.4rem 1.8rem;
      border: 1px solid var(--border);
      border-radius: var(--r14);
      background: #fff;
      transition: .3s;
      min-width: 140px
    }

    .market-item:hover {
      border-color: var(--p);
      box-shadow: var(--s2);
      transform: translateY(-4px)
    }

    .market-item .flag {
      font-size: 2.6rem;
      line-height: 1
    }

    .market-item b {
      font-size: .9rem;
      font-weight: 700;
      color: var(--text)
    }

    .market-item span {
      font-size: .76rem;
      color: var(--gray)
    }

    /* ── APP INDUSTRY GRID ── */
    .app-ind-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.4rem
    }

    .app-ind {
      display: flex;
      gap: 1rem;
      align-items: flex-start;
      padding: 1.4rem;
      border-radius: var(--r14);
      border: 1px solid var(--border);
      background: #fff;
      transition: .3s
    }

    .app-ind:hover {
      border-color: var(--p);
      box-shadow: var(--s2);
      transform: translateY(-3px)
    }

    .app-ind__ic {
      flex-shrink: 0;
      width: 46px;
      height: 46px;
      border-radius: var(--r10);
      display: grid;
      place-items: center;
      color: #fff
    }

    .app-ind__ic svg {
      width: 22px;
      height: 22px
    }

    .app-ind h4 {
      font-size: .97rem;
      font-weight: 700;
      margin-bottom: .3rem
    }

    .app-ind p {
      font-size: .83rem;
      color: var(--gray);
      line-height: 1.55
    }

    @media(max-width:900px) {
      .app-ind-grid {
        grid-template-columns: 1fr 1fr
      }
    }

    @media(max-width:560px) {
      .app-ind-grid {
        grid-template-columns: 1fr
      }
    }

    /* ── PROFILE DOWNLOAD ── */
    .profile__g {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(2rem, 5vw, 4rem);
      align-items: center
    }

    .profile__prev {
      border-radius: var(--r18);
      background: linear-gradient(150deg, var(--dark), var(--dark2));
      padding: 2.6rem;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1.1rem;
      box-shadow: var(--s3);
      position: relative;
      overflow: hidden;
      min-height: 260px;
      justify-content: center
    }

    .profile__prev::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .07) 1px, transparent 0);
      background-size: 22px 22px
    }

    .profile__prev>* {
      position: relative;
      z-index: 1
    }

    .profile__prev svg {
      width: 60px;
      height: 60px;
      color: rgba(255, 255, 255, .6)
    }

    .profile__prev b {
      font-size: 1.1rem;
      font-weight: 700;
      display: block;
      letter-spacing: .02em
    }

    .profile__prev span {
      font-size: .82rem;
      color: rgba(255, 255, 255, .6)
    }

    .profile__prev small {
      font-size: .74rem;
      font-weight: 600;
      background: rgba(255, 255, 255, .11);
      border: 1px solid rgba(255, 255, 255, .18);
      padding: .3rem .85rem;
      border-radius: var(--rpill)
    }

    @media(max-width:860px) {
      .profile__g {
        grid-template-columns: 1fr
      }
    }

    /* ── CTA QUOTATION ── */
    .cta-q {
      background: var(--dark);
      color: #fff;
      position: relative;
      overflow: hidden
    }

    .cta-q::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .1) 1px, transparent 0);
      background-size: 24px 24px
    }

    .cta-q__i {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(2rem, 5vw, 4rem);
      align-items: center
    }

    .cta-q__txt h2 {
      color: #fff;
      font-size: clamp(1.6rem, 3.2vw, 2.4rem);
      font-weight: 700;
      margin-bottom: 1rem
    }

    .cta-q__txt p {
      color: rgba(255, 255, 255, .88);
      margin-bottom: 1.8rem;
      line-height: 1.7
    }

    .cta-q__actions {
      display: flex;
      gap: .8rem;
      flex-wrap: wrap
    }

    .cta-q__form {
      background: rgba(255, 255, 255, .1);
      border: 1px solid rgba(255, 255, 255, .2);
      backdrop-filter: blur(8px);
      border-radius: var(--r18);
      padding: 2rem
    }

    .cta-q__form h3 {
      color: #fff;
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: 1.3rem
    }

    .fgroup {
      margin-bottom: 1rem
    }

    .fgroup label {
      display: block;
      font-size: .8rem;
      font-weight: 600;
      color: rgba(255, 255, 255, .8);
      margin-bottom: .4rem
    }

    .fgroup input,
    .fgroup select,
    .fgroup textarea {
      width: 100%;
      padding: .72rem 1rem;
      border-radius: var(--r10);
      border: 1px solid rgba(255, 255, 255, .25);
      background: rgba(255, 255, 255, .12);
      color: #fff;
      font-family: 'Inter', sans-serif;
      font-size: .9rem;
      outline: none;
      transition: .2s
    }

    .fgroup input::placeholder,
    .fgroup textarea::placeholder {
      color: rgba(255, 255, 255, .45)
    }

    .fgroup input:focus,
    .fgroup select:focus,
    .fgroup textarea:focus {
      border-color: var(--teal);
      background: rgba(255, 255, 255, .18)
    }

    .fgroup select option {
      color: var(--text);
      background: #fff
    }

    .fgroup textarea {
      height: 120px;
      resize: vertical
    }

    .fgroup .ferr {
      display: none;
      font-size: .76rem;
      color: #dc2626;
      margin-top: .3rem;
      font-weight: 500
    }

    .fgroup.has-error .ferr {
      display: block
    }

    .fgroup.has-error input,
    .fgroup.has-error textarea {
      border-color: #f87171
    }

    @media(max-width:840px) {
      .cta-q__i {
        grid-template-columns: 1fr
      }
    }

    /* ── FOOTER ── */
    .footer {
      background: var(--dark2);
      color: rgba(255, 255, 255, .7);
      padding: clamp(3rem, 6vw, 4.5rem) 0 0
    }

    .footer__g {
      display: grid;
      grid-template-columns: 1.2fr 1fr 1.5fr;
      gap: 2.5rem;
      padding-bottom: 3rem
    }

    .footer__brand .logo__t b {
      color: #fff
    }

    .footer__brand .logo__t small {
      color: rgba(255, 255, 255, .5)
    }

    .footer__brand p {
      font-size: .88rem;
      margin: 1.1rem 0;
      line-height: 1.7
    }

    .fsocial {
      display: flex;
      gap: .5rem
    }

    .fsocial a {
      width: 34px;
      height: 34px;
      border-radius: var(--r6);
      background: rgba(255, 255, 255, .08);
      display: grid;
      place-items: center;
      transition: .25s
    }

    .fsocial a:hover {
      background: var(--p)
    }

    .fsocial svg {
      width: 15px;
      height: 15px
    }

    .footer h5 {
      color: #fff;
      font-size: .98rem;
      font-weight: 700;
      margin-bottom: 1.2rem
    }

    .footer ul li {
      margin-bottom: .65rem
    }

    .footer ul a {
      font-size: .87rem;
      transition: .2s
    }

    .footer ul a:hover {
      color: var(--teal);
      padding-left: 4px
    }

    .fcontact li {
      display: flex;
      gap: .65rem;
      font-size: .87rem;
      margin-bottom: .9rem;
      align-items: flex-start
    }

    .fcontact svg {
      width: 16px;
      height: 16px;
      color: var(--teal);
      flex-shrink: 0;
      margin-top: 3px
    }

    .footer__btm {
      border-top: 1px solid rgba(255, 255, 255, .1);
      padding: 1.4rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
      font-size: .82rem
    }

    @media(max-width:860px) {
      .footer__g {
        grid-template-columns: 1fr 1fr;
        gap: 2rem
      }
    }

    @media(max-width:500px) {
      .footer__g {
        grid-template-columns: 1fr
      }
    }

    /* ── FAB & BACK-TO-TOP ── */
    .fab {
      position: fixed;
      right: 16px;
      bottom: 80px;
      z-index: 90;
      display: flex;
      flex-direction: column;
      gap: .8rem;
      opacity: 0;
      visibility: hidden;
      transform: translateX(24px);
      transition: .4s
    }

    .fab.show {
      opacity: 1;
      visibility: visible;
      transform: none
    }

    .fab a,
    .fab button {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #fff;
      box-shadow: 0 10px 24px rgba(15, 42, 69, .3);
      transition: transform .25s;
      position: relative
    }

    .fab button {
      border: 0;
      cursor: pointer;
      padding: 0;
      font: inherit
    }

    .fab a:hover,
    .fab button:hover {
      transform: scale(1.1)
    }

    .fab a svg,
    .fab button svg {
      position: relative;
      z-index: 2;
      width: 20px;
      height: 20px
    }

    .fab__contact {
      background: #16a34a
    }

    .fab__interest {
      background: var(--p)
    }

    .fab a::before,
    .fab button::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: inherit;
      animation: pRing 2.2s ease-out infinite
    }

    .fab__interest::before {
      animation-delay: 1.1s
    }

    @keyframes pRing {
      0% {
        opacity: .55;
        transform: scale(1)
      }

      100% {
        opacity: 0;
        transform: scale(1.9)
      }
    }

    .fab__tip {
      position: absolute;
      right: 58px;
      top: 50%;
      transform: translateY(-50%) translateX(8px);
      white-space: nowrap;
      background: var(--dark);
      color: #fff;
      font-size: .75rem;
      font-weight: 600;
      padding: .4rem .75rem;
      border-radius: var(--r6);
      opacity: 0;
      pointer-events: none;
      transition: .25s;
      box-shadow: var(--s2)
    }

    .fab a:hover .fab__tip,
    .fab button:hover .fab__tip {
      opacity: 1;
      transform: translateY(-50%) translateX(0)
    }

    .totop {
      position: fixed;
      right: 16px;
      bottom: 20px;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: var(--dark);
      color: #fff;
      border: 0;
      display: grid;
      place-items: center;
      cursor: pointer;
      box-shadow: var(--s2);
      opacity: 0;
      visibility: hidden;
      transform: translateY(14px);
      transition: .3s;
      z-index: 90
    }

    .totop.show {
      opacity: 1;
      visibility: visible;
      transform: none
    }

    .totop svg {
      width: 18px;
      height: 18px
    }

    @media(prefers-reduced-motion:reduce) {

      .fab a::before,
      .hero__scroll {
        animation: none;
        opacity: 0
      }
    }

    /* ── MOBILE GLOBAL IMPROVEMENTS ── */
    /* Touch target baseline */
    .btn {
      min-height: 44px
    }

    .burger {
      padding: 10px
    }

    /* iOS input zoom prevention: font-size must be ≥ 16px */
    @media(max-width:768px) {

      .fgroup input,
      .fgroup select,
      .fgroup textarea {
        font-size: 16px
      }
    }

    /* Hero: topbar hidden on mobile → correct min-height */
    @media(max-width:860px) {
      .hero {
        min-height: calc(100vh - 78px)
      }

      .hero__inner {
        padding: 2.8rem 0 3.5rem
      }
    }

    @media(max-width:480px) {
      .hero h1 {
        font-size: clamp(1.85rem, 7.5vw, 2.5rem)
      }

      .hero__chips {
        gap: .4rem
      }

      .hero__chips span {
        font-size: .68rem;
        padding: .28rem .7rem
      }

      .hero__actions {
        gap: .7rem
      }

      .hero__actions .btn--lg {
        padding: .9rem 1.6rem;
        font-size: .92rem
      }
    }

    /* Stats: tighter on small screens */
    @media(max-width:560px) {
      .stats__g {
        gap: 1.5rem
      }

      .stat {
        padding: 0 .5rem
      }

      .stat__ic {
        width: 40px;
        height: 40px
      }
    }

    /* Policy strip: compact on mobile */
    @media(max-width:480px) {
      .policy__item {
        padding: 1.1rem .9rem;
        gap: .7rem
      }

      .policy__ic {
        width: 42px;
        height: 42px;
        flex-shrink: 0
      }

      .policy__ic svg {
        width: 20px;
        height: 20px
      }

      .policy__txt b {
        font-size: .88rem
      }
    }

    /* About panel metrics: stable on narrow screens */
    @media(max-width:380px) {
      .about__metrics {
        grid-template-columns: repeat(2, 1fr)
      }

      .about__metrics b {
        font-size: 1.3rem
      }
    }

    /* Apps grid: reduce gap on mobile */
    @media(max-width:560px) {
      .app-ind-grid {
        gap: 1rem
      }

      .app-ind {
        padding: 1rem
      }

      .app-ind h4 {
        font-size: .92rem
      }
    }

    /* Why: compact points on mobile */
    @media(max-width:480px) {
      .why__pts {
        gap: .85rem
      }

      .why__pt {
        padding: 1rem
      }

      .why__pt .ic {
        width: 40px;
        height: 40px
      }

      .why__pt .ic svg {
        width: 19px;
        height: 19px
      }
    }

    /* Partners: smaller logos on mobile */
    @media(max-width:560px) {
      .partners__g span {
        font-size: 1.15rem
      }

      .partners__g {
        gap: 1rem 2.2rem
      }
    }

    /* Testimonial: compact brand card on mobile */
    @media(max-width:840px) {
      .testi__brand {
        min-height: auto;
        padding: 2rem 1.5rem
      }

      .testi__mark {
        font-size: 3.5rem
      }

      .testi-single {
        gap: 1.5rem
      }
    }

    @media(max-width:560px) {
      .testi__quote {
        font-size: 1rem
      }
    }

    /* Export markets: smaller items on mobile */
    @media(max-width:480px) {
      .markets__g {
        gap: .65rem
      }

      .market-item {
        min-width: 110px;
        padding: 1rem 1.1rem
      }

      .market-item .flag {
        font-size: 2.2rem
      }
    }

    /* Profile download: compact on mobile */
    @media(max-width:860px) {
      .profile__prev {
        min-height: 180px;
        padding: 2rem
      }
    }

    /* CTA form: breathing room on mobile */
    @media(max-width:480px) {
      .cta-q__form {
        padding: 1.4rem 1.1rem
      }
    }

    @media(max-width:400px) {
      .cta-q__txt h2 {
        font-size: 1.5rem
      }

      .cta-q__actions {
        flex-direction: column
      }

      .cta-q__actions .btn {
        width: 100%;
        justify-content: center
      }
    }

    /* Footer bottom: stack on mobile */
    @media(max-width:500px) {
      .footer__btm {
        flex-direction: column;
        text-align: center;
        gap: .4rem
      }
    }

    /* FAB & totop: iOS safe area padding */
    @supports(padding-bottom:env(safe-area-inset-bottom)) {
      .fab {
        bottom: max(80px, calc(64px + env(safe-area-inset-bottom)))
      }

      .totop {
        bottom: max(20px, calc(10px + env(safe-area-inset-bottom)))
      }
    }

    /* Drawer: bottom safe area + comfortable links */
    .drawer a {
      padding: 1rem .4rem;
      min-height: 48px;
      display: flex;
      align-items: center
    }

    @supports(padding-bottom:env(safe-area-inset-bottom)) {
      .drawer {
        padding-bottom: max(1.4rem, env(safe-area-inset-bottom))
      }
    }

    /* Sec-head: tighter margin on mobile */
    @media(max-width:560px) {
      .sec-head {
        margin-bottom: 1.6rem
      }

      .sec-head h2 {
        font-size: clamp(1.45rem, 5.5vw, 2rem)
      }
    }

    /* Proj cards: full height cards on mobile grid */
    @media(max-width:560px) {
      .proj-slide {
        min-height: 260px
      }
    }

    /* Steps: readable on very small screens */
    @media(max-width:360px) {
      .step__n {
        width: 60px;
        height: 60px;
        font-size: 1.25rem
      }

      .step h4 {
        font-size: .9rem
      }
    }

    /* General: prevent horizontal overflow */
    .container {
      overflow-x: clip
    }

    /* ── GOOGLE MAP ── */
    .gmap__frame {
      border-radius: var(--r18);
      overflow: hidden;
      border: 1px solid var(--border);
      box-shadow: var(--s2);
      background: var(--soft);
      line-height: 0
    }

    .gmap__frame iframe {
      width: 100%;
      height: 420px;
      border: 0;
      display: block;
      filter: grayscale(.15)
    }

    @media(max-width:560px) {
      .gmap__frame iframe {
        height: 320px
      }
    }

    /* ── FOOTER STAFF ── */
    .fstaff {
      margin-top: 1.1rem;
      display: grid;
      gap: .7rem
    }

    .fstaff__item {
      border-top: 1px solid rgba(255, 255, 255, .07);
      padding-top: .65rem
    }

    .fstaff__item:first-child {
      border-top: 0;
      padding-top: 0
    }

    .fstaff__name {
      font-size: .8rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: .18rem
    }

    .fstaff__contact {
      display: flex;
      flex-wrap: wrap;
      gap: .2rem .6rem
    }

    .fstaff__contact a {
      font-size: .78rem;
      color: rgba(255, 255, 255, .7);
      transition: .2s
    }

    .fstaff__contact a:hover {
      color: var(--teal)
    }

    /* ── CONTACT MODAL ── */
    .cmodal {
      position: fixed;
      inset: 0;
      z-index: 300;
      display: grid;
      place-items: center;
      padding: 1rem;
      opacity: 0;
      visibility: hidden;
      transition: .3s
    }

    .cmodal.open {
      opacity: 1;
      visibility: visible
    }

    .cmodal__ov {
      position: absolute;
      inset: 0;
      background: rgba(10, 32, 54, .6);
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px)
    }

    .cmodal__box {
      position: relative;
      z-index: 1;
      background: #fff;
      border-radius: var(--r18);
      width: 100%;
      max-width: 480px;
      max-height: 88vh;
      overflow-y: auto;
      box-shadow: var(--s3);
      transform: translateY(20px);
      transition: .35s cubic-bezier(.22, 1, .36, 1)
    }

    .cmodal.open .cmodal__box {
      transform: none
    }

    .cmodal__hd {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.3rem 1.6rem;
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 1
    }

    .cmodal__hd span {
      font-weight: 700;
      font-size: 1.05rem;
      color: var(--text)
    }

    .cmodal__x {
      background: none;
      border: 0;
      font-size: 1.5rem;
      line-height: 1;
      cursor: pointer;
      color: var(--gray);
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      transition: .2s
    }

    .cmodal__x:hover {
      background: var(--light)
    }

    .cmodal__note {
      padding: .7rem 1.6rem;
      font-size: .82rem;
      color: var(--gray);
      background: var(--soft);
      border-bottom: 1px solid var(--border)
    }

    .cmodal__list {
      padding: 1.1rem 1.4rem;
      display: grid;
      gap: .85rem
    }

    .cmodal__person {
      border: 1px solid var(--border);
      border-radius: var(--r14);
      padding: .95rem 1.1rem;
      transition: .2s
    }

    .cmodal__person:hover {
      border-color: rgba(27, 111, 179, .28)
    }

    .cmodal__pname {
      font-weight: 700;
      font-size: .95rem;
      color: var(--text);
      margin-bottom: .55rem;
      display: flex;
      align-items: center;
      gap: .45rem
    }

    .cmodal__pname::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--teal);
      flex-shrink: 0
    }

    .cmodal__row {
      display: flex;
      align-items: center;
      gap: .4rem;
      margin-bottom: .32rem;
      flex-wrap: wrap
    }

    .cmodal__row:last-child {
      margin-bottom: 0
    }

    .cmodal__row>svg {
      width: 13px;
      height: 13px;
      color: var(--p);
      flex-shrink: 0
    }

    .cmodal__row a {
      font-size: .88rem;
      color: var(--text);
      font-weight: 600;
      transition: .2s
    }

    .cmodal__row a:hover {
      color: var(--p)
    }

    .cmodal__copy {
      background: none;
      border: 1px solid var(--border);
      font-size: .7rem;
      font-weight: 600;
      color: var(--gray);
      padding: .18rem .5rem;
      border-radius: var(--r6);
      cursor: pointer;
      transition: .2s;
      white-space: nowrap
    }

    .cmodal__copy:hover {
      border-color: var(--p);
      color: var(--p);
      background: var(--soft)
    }

    .cmodal__zalo {
      display: inline-flex;
      align-items: center;
      gap: .25rem;
      background: none;
      border: 1px solid rgba(23, 176, 196, .35);
      font-size: .7rem;
      font-weight: 700;
      color: var(--teal);
      padding: .18rem .5rem;
      border-radius: var(--r6);
      text-decoration: none;
      transition: .2s;
      white-space: nowrap
    }

    .cmodal__zalo:hover {
      background: rgba(23, 176, 196, .09)
    }