  /* ============================================================
   DESIGN TOKENS
   ============================================================ */
    :root {
      /* Brand palette (Fluper) */
      --brand: #E12B27;
      /* Fluper crimson — primary action */
      --brand-dark: #B5201C;
      /* hover / pressed */
      --brand-soft: #FDECEB;
      /* light red wash */
      --ink: #0D1220;
      /* deep navy — dark sections, headings */
      --ink-2: #151B2E;
      /* raised navy panel */
      --ink-3: #1F2740;
      /* navy card border on dark */
      --gold: #FFB527;
      /* award + rating accent */
      --paper: #FFFFFF;
      --mist: #F5F6FB;
      /* light section background */
      --line: #E6E8F0;
      /* hairline borders */
      --text: #1C2333;
      /* body text */
      --muted: #5A6378;
      /* secondary text */
      --wa: #25D366;
      /* WhatsApp green */

      /* Type */
      --display: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
      --body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

      /* Shape & depth */
      --r-sm: 10px;
      --r: 16px;
      --r-lg: 24px;
      --sh-sm: 0 2px 8px rgba(13, 18, 32, .06);
      --sh: 0 12px 36px rgba(13, 18, 32, .10);
      --sh-brand: 0 14px 34px rgba(225, 43, 39, .34);
      --container: 1200px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: var(--body);
      color: var(--text);
      background: var(--paper);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4 {
      font-family: var(--display);
      line-height: 1.15;
      color: var(--ink);
      font-weight: 700;
      letter-spacing: -.02em
    }

    a {
      color: inherit;
      text-decoration: none
    }

    img {
      max-width: 100%;
      display: block
    }

    .modal-open {
      padding-right: 0 !important
    }

    .container {
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 22px
    }

    .brand-red {
      color: var(--brand)
    }

    .gold {
      color: var(--gold)
    }

    /* ============================================================
   BUTTONS
   ============================================================ */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      font-family: var(--display);
      font-weight: 600;
      font-size: 15px;
      padding: 14px 26px;
      border-radius: 50px;
      border: 0;
      cursor: pointer;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
      white-space: nowrap;
    }

    .btn-primary {
      background: var(--brand);
      color: #fff;
      box-shadow: var(--sh-brand)
    }

    .btn-primary:hover {
      background: var(--brand-dark);
      transform: translateY(-2px)
    }

    .btn-ghost {
      background: transparent;
      color: #fff;
      border: 1.5px solid rgba(255, 255, 255, .4)
    }

    .btn-ghost:hover {
      background: rgba(255, 255, 255, .12)
    }

    .btn-dark {
      background: var(--ink);
      color: #fff
    }

    .btn-dark:hover {
      background: var(--ink-2);
      transform: translateY(-2px)
    }

    .btn-wa {
      background: var(--wa);
      color: #fff
    }

    .btn-wa:hover {
      filter: brightness(.95);
      transform: translateY(-2px)
    }

    .btn-lg {
      padding: 17px 34px;
      font-size: 16px
    }

    .btn-block {
      width: 100%
    }

    .logoslide ul {
      list-style: none;
      padding: 0px;
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 40px;
      margin-top: 30px;
    }
.case.bg_img1 {
    background: url(http://saudiappdeveloper.com/img/talabat_bg_img-case-study.webp);
    background-size: contain;
    border-radius: 20px;
}
.case.bg_img2 {
    background: url(http://saudiappdeveloper.com/img/careem_bg_img-case-study.webp);
    background-size: contain;
    border-radius: 20px;
}
.case.bg_img3 {
    background: url(http://saudiappdeveloper.com/img/adcb_bg_img-case-study.webp);
    background-size: contain;
    border-radius: 20px;
}
.case.bg_img4 {
    background: url(http://saudiappdeveloper.com/img/aster_bg_img-case-study.webp);
    background-size: contain;
    border-radius: 20px;
    background-position: right;
}
.case.bg_img5 {
    background: url(http://saudiappdeveloper.com/img/binghatti_bg_img-case-study.webp);
    background-size: contain;
    border-radius: 20px;
    background-position: right;
}
.case.bg_img6 {
    background: url(http://saudiappdeveloper.com/img/almasaood_bg_img-case-study.webp);
    background-size: contain;
    border-radius: 20px;
}
    /* ============================================================
   TOP UTILITY BAR
   ============================================================ */
    .topbar {
      background: var(--ink);
      color: #cfd4e2;
      font-size: 13px
    }

    .topbar .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 40px;
      gap: 16px
    }

    .topbar .marquee-wrap {
      overflow: hidden;
      flex: 1
    }

    .topbar .marquee {
      display: inline-flex;
      gap: 40px;
      white-space: nowrap;
      animation: slide 26s linear infinite
    }

    .topbar .marquee span {
      display: inline-flex;
      align-items: center;
      gap: 7px
    }

    .topbar .marquee b {
      color: #fff;
      font-weight: 600
    }

    .dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--brand);
      display: inline-block
    }

    .topbar .tb-call {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: #fff;
      font-weight: 600;
      font-family: var(--display)
    }

    .topbar .tb-call svg {
      width: 15px;
      height: 15px
    }

    @keyframes slide {
      from {
        transform: translateX(0)
      }

      to {
        transform: translateX(-50%)
      }
    }

    /* ============================================================
   HEADER
   ============================================================ */
    .header {
      position: sticky;
      top: 0;
      z-index: 60;
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--line);
      transition: box-shadow .25s
    }

    .header.scrolled {
      box-shadow: var(--sh-sm)
    }

    .header .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 70px;
      gap: 20px
    }

    .logo {
      font-family: var(--display);
      font-weight: 800;
      font-size: 26px;
      color: var(--ink);
      letter-spacing: -.04em;
      display: flex;
      align-items: center;
      gap: 2px
    }

    .logo .fl-dot {
      color: var(--brand)
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 28px
    }

    .nav a {
      font-size: 14.5px;
      font-weight: 500;
      color: var(--text);
      transition: color .15s
    }

    .nav a:hover {
      color: var(--brand)
    }

    .header-cta {
      display: flex;
      align-items: center;
      gap: 14px
    }

    .header-phone {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--display);
      font-weight: 500;
      font-size: 14px;
      color: var(--ink)
    }

    .header-phone svg {
      width: 17px;
      height: 17px;
      color: var(--brand)
    }

    .burger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: 0;
      cursor: pointer;
      padding: 6px
    }

    .burger span {
      width: 24px;
      height: 2.5px;
      background: var(--ink);
      border-radius: 2px;
      transition: .25s
    }

    /* ============================================================
   HERO
   ============================================================ */
    .hero {
      position: relative;
      background:
        radial-gradient(900px 500px at 12% -10%, rgba(225, 43, 39, .18), transparent 60%),
        radial-gradient(700px 500px at 100% 0%, rgba(255, 181, 39, .10), transparent 55%),
        linear-gradient(180deg, #0B1020 0%, #0D1220 60%, #10162A 100%);
      color: #fff;
      padding: 54px 0 70px;
      overflow: hidden
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
      background-size: 46px 46px;
      mask: radial-gradient(700px 400px at 30% 30%, #000, transparent 75%);
      pointer-events: none
    }

    .hero .container {
      position: relative;
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 48px;
      align-items: start
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .16);
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      font-family: var(--display);
      padding: 8px 15px;
      border-radius: 50px;
      margin-bottom: 22px
    }

    .eyebrow .pulse {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #4ade80;
      box-shadow: 0 0 0 0 rgba(74, 222, 128, .6);
      animation: pulse 1.8s infinite
    }

    @keyframes pulse {
      70% {
        box-shadow: 0 0 0 8px rgba(74, 222, 128, 0)
      }

      100% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0)
      }
    }

    .hero h1 {
      color: #fff;
      font-size: clamp(33px, 4.4vw, 55px);
      font-weight: 800;
      letter-spacing: -.03em;
      margin-bottom: 20px
    }

    .hero h1 .rotator {
      color: var(--brand);
      position: relative
    }

    .hero .sub {
      font-size: 18px;
      color: #c4cbdc;
      max-width: 560px;
      margin-bottom: 26px
    }

    .hero .ticks {
      display: flex;
      flex-wrap: wrap;
      gap: 13px 26px;
      margin-bottom: 30px
    }

    .hero .ticks li {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 15px;
      font-weight: 500;
      color: #e7eaf3
    }

    .hero .ticks svg {
      width: 20px;
      height: 20px;
      color: #4ade80;
      flex-shrink: 0
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 30px
    }

    .rating-row {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
      font-size: 13.5px;
      color: #aab2c6
    }

    .rating-row .stars {
      color: var(--gold);
      letter-spacing: 2px;
      font-size: 15px
    }

    .rating-row b {
      color: #fff
    }

    .rating-pill {
      display: flex;
      align-items: center;
      gap: 8px
    }

    .rating-pill .src {
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 8px;
      padding: 5px 10px;
      font-family: var(--display);
      font-weight: 600;
      color: #fff;
      font-size: 12.5px
    }

    .logo img {
      width: 150px;
    }

    /* GCC market ribbon */
    .gcc-ribbon {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 26px
    }

    .gcc-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .13);
      border-radius: 50px;
      padding: 6px 13px;
      font-size: 12.5px;
      font-weight: 600;
      font-family: var(--display);
      color: #e7eaf3
    }

    .gcc-chip .fg {
      font-size: 14px
    }

    /* LEAD FORM CARD */
    .lead-card {
      background: #fff;
      border-radius: var(--r-lg);
      box-shadow: 0 30px 70px rgba(0, 0, 0, .4);
      overflow: hidden;
      position: relative
    }

    .lead-card .lc-head {
      background: linear-gradient(120deg, var(--brand), #F0594F);
      padding: 22px 26px;
      color: #fff
    }

    .lead-card .lc-head h3 {
      color: #fff;
      font-size: 21px;
      font-weight: 700
    }

    .lead-card .lc-head p {
      font-size: 13.5px;
      color: #ffe3e1;
      margin-top: 3px
    }

    .lead-card form {
      padding: 22px 26px 26px
    }

    .field {
      margin-bottom: 14px
    }

    .field label {
      display: block;
      font-size: 12.5px;
      font-weight: 600;
      font-family: var(--display);
      color: var(--ink);
      margin-bottom: 6px
    }

    .field input,
    .field select,
    .field textarea {
      width: 100%;
      padding: 12px 14px;
      border: 1.5px solid var(--line);
      border-radius: var(--r-sm);
      font-family: var(--body);
      font-size: 14.5px;
      color: var(--text);
      background: #fff;
      transition: border .15s, box-shadow .15s
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      outline: none;
      border-color: var(--brand);
      box-shadow: 0 0 0 4px var(--brand-soft)
    }

    .field textarea {
      resize: vertical;
      min-height: 72px
    }

    .split {
      display: grid;
      grid-template-columns: 118px 1fr;
      gap: 10px
    }

    .field .err {
      color: var(--brand);
      font-size: 12px;
      margin-top: 4px;
      display: none
    }

    .field.invalid input,
    .field.invalid select {
      border-color: var(--brand)
    }

    .field.invalid .err {
      display: block
    }

    .form-foot {
      font-size: 11.5px;
      color: var(--muted);
      text-align: center;
      margin-top: 12px;
      line-height: 1.5
    }

    .form-foot a {
      color: var(--brand);
      font-weight: 600
    }

    .trust-mini {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      font-size: 12px;
      color: var(--muted);
      margin-top: 14px;
      font-weight: 500
    }

    .trust-mini svg {
      width: 14px;
      height: 14px;
      color: #16a34a
    }

    /* form success */
    .form-success {
      display: none;
      padding: 40px 26px;
      text-align: center
    }

    .form-success.show {
      display: block
    }

    .form-success .ok {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      background: #dcfce7;
      color: #16a34a;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px
    }

    .form-success .ok svg {
      width: 32px;
      height: 32px
    }

    .form-success h3 {
      font-size: 22px;
      margin-bottom: 8px
    }

    .form-success p {
      color: var(--muted);
      font-size: 14.5px
    }

    /* Bootstrap lead modal */
    .lead-modal .modal-content {
      border: 0;
      border-radius: var(--r-lg);
      overflow: hidden;
      box-shadow: 0 30px 80px rgba(13, 18, 32, .28)
    }

    .lead-modal .modal-dialog {
      max-width: 560px
    }

    .lead-modal .modal-header {
      background: linear-gradient(120deg, var(--brand), #F0594F);
      color: #fff;
      border: 0;
      padding: 18px 22px
    }

    .lead-modal .modal-title {
      color: #fff;
      font-family: var(--display);
      font-size: 21px;
      font-weight: 700
    }

    .lead-modal .btn-close {
      filter: invert(1) grayscale(1) brightness(3);
      opacity: .95
    }

    .lead-modal .modal-body {
      padding: 16px 22px 18px;
      overflow: visible
    }

    .lead-modal .modal-form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px
    }

    .lead-modal .field {
      margin-bottom: 5px
    }

    .lead-modal .field.full {
      grid-column: 1/-1
    }

    .lead-modal .field input,
    .lead-modal .field select,
    .lead-modal .field textarea {
      padding: 10px 12px
    }

    .lead-modal .field textarea {
      min-height: 46px
    }

    .lead-modal .form-foot {
      margin-top: 10px
    }

    .lead-source {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      opacity: 0
    }

    /* ============================================================
   CLIENT LOGO MARQUEE
   ============================================================ */
    .clients {
      background: #fff;
      border-bottom: 1px solid var(--line);
      padding: 30px 0
    }

    .clients .lbl {
      text-align: center;
      font-size: 13px;
      font-weight: 600;
      font-family: var(--display);
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .12em;
      margin-bottom: 20px
    }

    .logo-track-wrap {
      overflow: hidden;
      -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
      mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent)
    }

    .logo-track {
      display: flex;
      gap: 18px;
      width: max-content;
      animation: slide 38s linear infinite
    }

    .client-pill {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 28px;
      background: var(--mist);
      border: 1px solid var(--line);
      border-radius: 12px;
      font-family: var(--display);
      font-weight: 700;
      font-size: 18px;
      color: var(--ink);
      letter-spacing: -.02em;
      white-space: nowrap
    }

    .client-pill img {
      width: 170px;
    }

    /* ============================================================
   STATS STRIP
   ============================================================ */
    .stats {
      background: var(--ink);
      color: #fff;
      padding: 42px 0
    }

    .stats .grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
      text-align: center
    }

    .stat .num {
      font-family: var(--display);
      font-weight: 800;
      font-size: clamp(28px, 3.4vw, 42px);
      color: #fff;
      letter-spacing: -.03em
    }

    .stat .num .brand-red {
      color: #ff5b54
    }

    .stat .lbl {
      font-size: 13.5px;
      color: #aab2c6;
      margin-top: 4px
    }

    /* ============================================================
   GENERIC SECTION
   ============================================================ */
    section {
      padding: 78px 0
    }

    .sec-head {
      text-align: center;
      max-width: 680px;
      margin: 0 auto 50px
    }

    .kicker {
      display: inline-block;
      font-family: var(--display);
      font-weight: 700;
      font-size: 13px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--brand);
      margin-bottom: 13px
    }

    .sec-head h2 {
      font-size: clamp(28px, 3.6vw, 42px);
      font-weight: 800;
      margin-bottom: 14px
    }

    .sec-head p {
      font-size: 17px;
      color: var(--muted)
    }

    .bg-mist {
      background: var(--mist)
    }

    /* SERVICES */
    .svc-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px
    }

    .svc {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r);
      padding: 30px 26px;
      transition: transform .2s, box-shadow .2s, border-color .2s
    }

    .svc:hover {
      transform: translateY(-5px);
      box-shadow: var(--sh);
      border-color: transparent
    }

    .svc .ic {
      width: 54px;
      height: 54px;
      border-radius: 14px;
      background: var(--brand-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px
    }

    .svc .ic svg {
      width: 27px;
      height: 27px;
      color: var(--brand)
    }

    .svc h3 {
      font-size: 19px;
      margin-bottom: 9px
    }

    .svc p {
      font-size: 14.5px;
      color: var(--muted)
    }

    /* WHY / BENEFITS */
    .why-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px
    }

    .benefit {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r);
      padding: 26px 22px;
      text-align: center
    }

    .benefit .ic {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--brand), #F0594F);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px
    }

    .benefit .ic svg {
      width: 28px;
      height: 28px;
      color: #fff
    }

    .benefit h3 {
      font-size: 17px;
      margin-bottom: 7px
    }

    .benefit p {
      font-size: 13.5px;
      color: var(--muted)
    }

    /* PROCESS */
    .proc-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      counter-reset: step
    }

    .step {
      position: relative;
      padding: 30px 22px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r)
    }

    .step .n {
      counter-increment: step;
      font-family: var(--display);
      font-weight: 800;
      font-size: 15px;
      color: #fff;
      background: var(--brand);
      width: 42px;
      height: 42px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px
    }

    .step .n::before {
      content: "0" counter(step)
    }

    .step h3 {
      font-size: 17px;
      margin-bottom: 8px
    }

    .step p {
      font-size: 14px;
      color: var(--muted)
    }

    /* CASE STUDIES */
    .case-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px
    }

    .case {
      color: #fff;
      padding: 28px;
      position: relative;
      overflow: hidden
    }

    .case .tag {
      display: inline-block;
      font-size: 11.5px;
      font-weight: 600;
      font-family: var(--display);
      text-transform: uppercase;
      letter-spacing: .08em;
      color: #fff;
      background: rgba(225, 43, 39, .16);
      padding: 5px 11px;
      border-radius: 50px;
      margin-bottom: 16px
    }

    .case h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 8px
    }

    .case p {
      font-size: 14px;
      color: #fff;
      margin-bottom: 20px;
      position: relative;
      z-index: 1
    }

    .case .kpis {
      display: flex;
      gap: 24px
    }

    .case .kpi .v {
      font-family: var(--display);
      font-weight: 800;
      font-size: 24px;
      color: #fff
    }

    .case .kpi .k {
      font-size: 12px;
      color: #fff;
    }

    .ddlfn svg {
      width: 19px;
    }

    /* READYMADE SOLUTIONS */
    .rm-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px
    }

    .rm {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r);
      padding: 26px 22px;
      text-align: center;
      transition: transform .2s, box-shadow .2s
    }

    .rm:hover {
      transform: translateY(-4px);
      box-shadow: var(--sh)
    }

    .rm .ic {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: var(--brand-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 14px
    }

    .rm .ic svg {
      width: 26px;
      height: 26px;
      color: var(--brand)
    }

    .rm h3 {
      font-size: 16px;
      margin-bottom: 6px
    }

    .rm .price {
      font-family: var(--display);
      font-weight: 700;
      font-size: 15px;
      color: var(--brand);
      margin-bottom: 3px
    }

    .rm .price small {
      color: var(--muted);
      font-weight: 500;
      font-size: 12px
    }

    /* AWARDS */
    .awards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px
    }

    .award {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r);
      padding: 24px;
      display: flex;
      gap: 16px;
      align-items: flex-start
    }

    .award .medal {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: linear-gradient(135deg, #FFB527, #F59E0B);
      display: flex;
      align-items: center;
      justify-content: center
    }

    .award .medal svg {
      width: 26px;
      height: 26px;
      color: #fff
    }

    .award h3 {
      font-size: 15.5px;
      line-height: 1.35;
      margin-bottom: 4px
    }

    .award p {
      font-size: 13px;
      color: var(--muted)
    }

    .award .flag {
      font-size: 13px
    }

    a.logo img {
      width: 140px;
    }

    .logoslide ul li img {
      width: 150px;
    }

    /* TESTIMONIALS */
    .tst-grid:not(.owl-carousel) {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px
    }

    .tst {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r);
      padding: 28px;
      min-height: 100%
    }

    .tst-grid.owl-carousel .owl-stage {
      display: flex
    }

    .tst-grid.owl-carousel .owl-item {
      display: flex
    }

    .tst-grid.owl-carousel .tst {
      display: flex;
      flex-direction: column;
      margin: 0 1px
    }

    .tst-grid.owl-carousel .tst p {
      flex: 1
    }

    .tst-grid .owl-nav {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-top: 24px
    }

    .tst-grid .owl-nav button.owl-prev,
    .tst-grid .owl-nav button.owl-next {
      width: 42px;
      height: 42px;
      border-radius: 50% !important;
      background: var(--brand) !important;
      color: #fff !important;
      font-size: 28px !important;
      line-height: 1 !important;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      transition: .18s
    }

    .tst-grid .owl-nav button.owl-prev:hover,
    .tst-grid .owl-nav button.owl-next:hover {
      background: var(--brand-dark) !important;
      transform: translateY(-2px)
    }

    .tst-grid .owl-dots {
      margin-top: 18px !important
    }

    .tst-grid .owl-dot span {
      background: #d9deea !important
    }

    .tst-grid .owl-dot.active span {
      background: var(--brand) !important
    }

    .tst .stars {
      color: var(--gold);
      letter-spacing: 2px;
      margin-bottom: 14px
    }

    .tst p {
      font-size: 14.5px;
      color: var(--text);
      margin-bottom: 20px
    }

    .tst .who {
      display: flex;
      align-items: center;
      gap: 13px
    }

    .tst .av {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--brand), #F0594F);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--display);
      font-weight: 700;
      font-size: 17px
    }

    .tst .who b {
      display: block;
      font-family: var(--display);
      font-size: 14.5px;
      color: var(--ink)
    }

    .tst .who span {
      font-size: 12.5px;
      color: var(--muted)
    }

    /* INDUSTRIES */
    .ind-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center
    }

    .ind {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 50px;
      padding: 11px 20px;
      font-family: var(--display);
      font-weight: 600;
      font-size: 14px;
      color: var(--ink)
    }

    .ind svg {
      width: 18px;
      height: 18px;
      color: var(--brand)
    }

    .stat {
      border-left: 2px solid #fff;
    }

    .ksbd {
      border: 0px;
    }

    .grid.stat:firsl-child {
      border-left: 0px solid #fff;
    }

    /* FAQ */
    .faq-wrap {
      max-width: 820px;
      margin: 0 auto
    }

    .faq {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r-sm);
      margin-bottom: 12px;
      overflow: hidden
    }

    .faq button {
      width: 100%;
      text-align: left;
      background: none;
      border: 0;
      cursor: pointer;
      padding: 20px 22px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      font-family: var(--display);
      font-weight: 600;
      font-size: 16px;
      color: var(--ink)
    }

    .faq .ans {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease;
      color: var(--muted);
      font-size: 14.5px
    }

    .faq .ans p {
      padding: 0 22px 20px
    }

    .faq .ico {
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: var(--brand-soft);
      color: var(--brand);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 700;
      transition: transform .3s
    }

    .faq.open .ico {
      transform: rotate(45deg)
    }

    /* FINAL CTA */
    .final {
      background:
        radial-gradient(700px 400px at 80% 0%, rgba(225, 43, 39, .25), transparent 60%),
        linear-gradient(180deg, #0D1220, #10162A);
      color: #fff;
      text-align: center
    }

    .final h2 {
      color: #fff;
      font-size: clamp(30px, 4vw, 46px);
      font-weight: 800;
      margin-bottom: 16px;
      max-width: 760px;
      margin-inline: auto
    }

    .final p {
      font-size: 18px;
      color: #c4cbdc;
      max-width: 560px;
      margin: 0 auto 30px
    }

    .final .actions {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap
    }

    /* FOOTER */
    .footer {
      background: #080C16;
      color: #9aa3b8;
      padding: 60px 0 26px;
      font-size: 14px
    }

    .foot-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
      gap: 38px;
      margin-bottom: 44px
    }

    .footer .logo {
      color: #fff;
      margin-bottom: 16px
    }

    .footer p {
      font-size: 14px;
      color: #9aa3b8;
      max-width: 300px
    }

    .footer h4 {
      color: #fff;
      font-family: var(--display);
      font-size: 15px;
      margin-bottom: 18px
    }

    .footer ul {
      list-style: none;
      padding: 0px;
    }

    .footer ul li {
      margin-bottom: 10px
    }

    .footer ul a:hover {
      color: #fff
    }

    .footer-link-btn {
      background: transparent;
      border: 0;
      color: inherit;
      font: inherit;
      padding: 0;
      cursor: pointer;
      text-align: left
    }

    .footer-link-btn:hover {
      color: #fff
    }

    .foot-contact li {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px
    }

    .foot-contact svg {
      width: 16px;
      height: 16px;
      color: var(--brand);
      flex-shrink: 0
    }

    .foot-bottom {
      border-top: 1px solid #1a2032;
      padding-top: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
      font-size: 13px
    }

    .foot-bottom a {
      color: #9aa3b8
    }

    .foot-bottom a:hover {
      color: #fff
    }

    img.dffs {
      width: 40px;
    }

    /* FLOATING + STICKY MOBILE BAR */
    .wa-float {
      position: fixed;
      left: 18px;
      bottom: 100px;
      z-index: 80;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: var(--wa);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 28px rgba(37, 211, 102, .5);
      transition: transform .2s
    }

    .wa-float:hover {
      transform: scale(1.08)
    }

    .wa-float svg {
      width: 30px;
      height: 30px;
      color: #fff
    }

    .mobile-bar {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 80;
      background: #fff;
      border-top: 1px solid var(--line);
      box-shadow: 0 -6px 20px rgba(13, 18, 32, .1);
      padding: 9px 12px;
      gap: 10px
    }

    .mobile-bar a,
    .mobile-bar button {
      flex: 1;
      justify-content: center;
      font-size: 14px;
      padding: 13px
    }

    /* ============================================================
   RESPONSIVE
   ============================================================ */
    @media(max-width:980px) {
      .hero .container {
        grid-template-columns: 1fr;
        gap: 36px
      }

      .lead-card {
        order: -1;
        max-width: 480px;
        margin: 0 auto;
        width: 100%
      }

      .svc-grid,
      .case-grid,
      .awards-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .why-grid,
      .rm-grid,
      .proc-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .stats .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 14px
      }

      .foot-grid {
        grid-template-columns: 1fr 1fr
      }

      .nav {
        display: none
      }
    }

    @media(max-width:640px) {
      .topbar {
        display: none
      }

      section {
        padding: 54px 0
      }

      .header-phone {
        display: none
      }

      .header .container {
        height: 62px
      }

      .burger {
        display: flex
      }

      .svc-grid,
      .case-grid,
      .awards-grid,
      .why-grid,
      .rm-grid,
      .proc-grid {
        grid-template-columns: 1fr
      }

      .stats .grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .hero {
        padding: 36px 0 100px
      }

      .hero h1 {
        font-size: 31px
      }

      .final .actions {
        flex-direction: column
      }

      .final .actions .btn {
        width: 100%
      }

      .foot-grid {
        grid-template-columns: 1fr
      }

      .wa-float {
        bottom: 78px
      }

      .mobile-bar {
        display: flex
      }

      .lead-modal .modal-dialog {
        margin: 12px
      }

      .lead-modal .modal-form-grid {
        grid-template-columns: 1fr;
        gap: 0
      }

      .split {
        grid-template-columns: 116px 1fr
      }

      .lead-modal .modal-header {
        padding: 16px 18px
      }

      .lead-modal .modal-body {
        padding: 10px 18px 12px
      }

      body {
        padding-bottom: 0
      }

      /* mobile nav drawer */
      .nav.open {
        display: flex;
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 22px;
        gap: 16px;
        border-bottom: 1px solid var(--line);
        box-shadow: var(--sh-sm)
      }
    }

    /* keyboard focus + reduced motion */
    .btn:focus-visible,
    a:focus-visible,
    input:focus-visible,
    select:focus-visible,
    button:focus-visible {
      outline: 3px solid var(--gold);
      outline-offset: 2px
    }

    @media(prefers-reduced-motion:reduce) {
      * {
        animation: none !important;
        scroll-behavior: auto !important;
        transition: none !important
      }
    }