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

    :root {
      --ink: #0a0a0a;
      --ink2: #444;
      --ink3: #888;
      --surface: #fafaf8;
      --s2: #f2f0eb;
      --s3: #e8e5de;
      --accent: #e8562a;
      --ah: #c94420;
      --navy: #14203b;
      --border: rgba(0, 0, 0, 0.08);
      --b2: rgba(0, 0, 0, 0.15);
      --r: 4px;
      --rl: 10px;
      --max: 1140px;
      --serif: 'Instrument Serif', Georgia, serif;
      --sans: 'Geist', system-ui, sans-serif
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: var(--sans);
      background: var(--surface);
      color: var(--ink);
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased
    }

    .c {
      max-width: var(--max);
      margin: 0 auto
    }

    .slbl {
      font-size: 0.72rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 0.7rem
    }

    .stitle {
      font-family: var(--serif);
      font-size: clamp(1.9rem, 3.5vw, 2.8rem);
      line-height: 1.12;
      letter-spacing: -0.02em;
      margin-bottom: 1rem
    }

    /* HERO */
    .hero {
      background: var(--navy);
      padding: 5.5rem 2rem 4.5rem;
      position: relative;
      overflow: hidden
    }

    .hero::before {
      content: '';
      position: absolute;
      bottom: -30%;
      right: -5%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(232, 86, 42, 0.1) 0%, transparent 60%);
      pointer-events: none
    }

    .hi {
      max-width: var(--max);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: start
    }

    .h-tag {
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(232, 86, 42, 0.85);
      margin-bottom: 1.2rem
    }

    .h-h1 {
      font-family: var(--serif);
      font-size: clamp(2.2rem, 4vw, 3.2rem);
      line-height: 1.08;
      color: #fff;
      letter-spacing: -0.02em;
      margin-bottom: 1rem
    }

    .h-p {
      font-size: 0.93rem;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.75;
      font-weight: 300;
      margin-bottom: 2rem
    }

    .promises {
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      margin-bottom: 2.5rem
    }

    .pm {
      display: flex;
      gap: 0.75rem;
      align-items: flex-start;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.55)
    }

    .pm-chk {
      color: rgba(34, 197, 94, 0.85);
      flex-shrink: 0
    }

    .cdetails {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 0.5rem
    }

    .cd {
      font-size: 0.82rem;
      color: rgba(255, 255, 255, 0.35);
      display: flex;
      gap: 0.6rem
    }

    .cd a {
      color: rgba(255, 255, 255, 0.55);
      text-decoration: none;
      transition: color 0.2s
    }

    .cd a:hover {
      color: #fff
    }

    .cal-box {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: var(--rl);
      overflow: hidden
    }

    .cal-hdr {
      padding: 1.5rem 1.75rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08)
    }

    .cal-lbl {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: rgba(232, 86, 42, 0.8);
      margin-bottom: 0.4rem
    }

    .cal-title {
      font-family: var(--serif);
      font-size: 1.15rem;
      color: #fff
    }

    .cal-sub {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.4);
      margin-top: 0.2rem
    }

    .cal-body {
      padding: 2rem;
      text-align: center
    }

    .cal-body p {
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.4);
      margin-bottom: 1.5rem;
      line-height: 1.65
    }

    .cal-cta {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: var(--accent);
      color: #fff;
      padding: 0.82rem 1.8rem;
      border-radius: var(--r);
      font-size: 0.88rem;
      text-decoration: none;
      font-weight: 500;
      transition: background 0.2s
    }

    .cal-cta:hover {
      background: var(--ah)
    }

    .cal-foot {
      padding: 1rem 1.75rem;
      background: rgba(255, 255, 255, 0.03);
      border-top: 1px solid rgba(255, 255, 255, 0.07);
      font-size: 0.73rem;
      color: rgba(255, 255, 255, 0.25);
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap
    }

    /* LADDER */
    .ladder {
      background: var(--s2);
      padding: 4rem 2rem;
      border-bottom: 1px solid var(--border)
    }

    .ladder-rows {
      border: 1px solid var(--border);
      border-radius: var(--rl);
      overflow: hidden;
      margin-top: 2rem
    }

    .lr {
      display: flex;
      gap: 1.5rem;
      padding: 1.5rem;
      border-bottom: 1px solid var(--border);
      align-items: flex-start;
      background: var(--surface);
      transition: background 0.15s
    }

    .lr:last-child {
      border-bottom: none
    }

    .lr.active {
      background: #fff;
      border-left: 3px solid var(--accent)
    }

    .lr-n {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 1px solid var(--b2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.76rem;
      font-weight: 500;
      color: var(--ink3);
      flex-shrink: 0
    }

    .lr.active .lr-n {
      background: var(--accent);
      border-color: var(--accent);
      color: #fff
    }

    .lr-title {
      font-size: 0.92rem;
      font-weight: 500;
      margin-bottom: 0.25rem
    }

    .lr-body {
      font-size: 0.82rem;
      color: var(--ink2);
      line-height: 1.6;
      margin-bottom: 0.5rem
    }

    .lr-tag {
      font-size: 0.7rem;
      background: var(--s2);
      color: var(--ink3);
      padding: 0.18rem 0.5rem;
      border-radius: 2px;
      display: inline-block
    }

    .lr.active .lr-tag {
      background: rgba(232, 86, 42, 0.08);
      color: var(--accent)
    }

    .lr-link {
      font-size: 0.8rem;
      color: var(--accent);
      text-decoration: none;
      font-weight: 500;
      display: inline-block;
      margin-top: 0.5rem
    }

    /* FORM SECTION */
    .form-sec {
      padding: 5rem 2rem
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: start
    }

    .fc-ctx h3 {
      font-family: var(--serif);
      font-size: 1.6rem;
      margin-bottom: 1rem;
      line-height: 1.3
    }

    .fc-ctx p {
      font-size: 0.88rem;
      color: var(--ink2);
      line-height: 1.75;
      margin-bottom: 1rem
    }

    .fc-ctx blockquote {
      border-left: 2px solid var(--border);
      padding-left: 1rem;
      font-family: var(--serif);
      font-size: 1rem;
      font-style: italic;
      color: var(--ink2);
      line-height: 1.6;
      margin: 1.5rem 0
    }

    .who-list {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      margin-top: 1.2rem
    }

    .wi {
      font-size: 0.83rem;
      color: var(--ink2);
      display: flex;
      gap: 0.6rem
    }

    .wi::before {
      content: '→';
      color: var(--accent);
      flex-shrink: 0
    }

    .form-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--rl);
      padding: 2rem
    }

    .fc-title {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0.25rem
    }

    .fc-sub {
      font-size: 0.8rem;
      color: var(--ink2);
      margin-bottom: 1.5rem;
      font-weight: 300
    }

    .fg {
      margin-bottom: 1rem
    }

    .fl {
      display: block;
      font-size: 0.75rem;
      font-weight: 500;
      color: var(--ink2);
      margin-bottom: 0.35rem
    }

    .fi {
      width: 100%;
      padding: 0.62rem 0.85rem;
      border: 1px solid var(--b2);
      border-radius: var(--r);
      font-size: 0.85rem;
      background: var(--surface);
      outline: none;
      font-family: var(--sans);
      color: var(--ink);
      transition: border-color 0.2s
    }

    .fi:focus {
      border-color: var(--ink)
    }

    .fta {
      width: 100%;
      padding: 0.62rem 0.85rem;
      border: 1px solid var(--b2);
      border-radius: var(--r);
      font-size: 0.85rem;
      background: var(--surface);
      outline: none;
      font-family: var(--sans);
      color: var(--ink);
      resize: vertical
    }

    .fta:focus {
      border-color: var(--ink)
    }

    .fsel {
      width: 100%;
      padding: 0.62rem 0.85rem;
      border: 1px solid var(--b2);
      border-radius: var(--r);
      font-size: 0.83rem;
      background: var(--surface);
      outline: none;
      font-family: var(--sans);
      color: var(--ink);
      cursor: pointer
    }

    .fb {
      width: 100%;
      padding: 0.75rem;
      background: var(--ink);
      color: #fff;
      border: none;
      border-radius: var(--r);
      font-size: 0.85rem;
      font-family: var(--sans);
      cursor: pointer;
      font-weight: 500;
      transition: background 0.2s;
      margin-top: 0.5rem
    }

    .fb:hover {
      background: #333
    }

    .f-note {
      font-size: 0.73rem;
      color: var(--ink3);
      margin-top: 0.6rem
    }

    .success-msg {
      display: none;
      background: #eaf3de;
      border: 1px solid rgba(59, 109, 17, 0.3);
      border-radius: var(--r);
      padding: 1rem;
      font-size: 0.85rem;
      color: #27500a;
      margin-top: 1rem;
      text-align: center
    }

    /* =========================
   FINAL COMPLETE FORM FIX
========================= */

/* Tablet */
@media (max-width: 1024px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* Mobile */
@media (max-width: 600px) {

  .form-sec {
    padding: 3.5rem 1.5rem;
  }

  .form-grid {
    gap: 2rem;
  }

  /* VERY IMPORTANT: prevent overflow */
  .form-grid > *,
  .form-card,
  .sib-form,
  .sib-form-container,
  #sib-container {
    width: 100%;
    max-width: 100% !important;
    min-width: 0;
  }

  /* fix Sendinblue fixed width panels */
  #error-message,
  #success-message {
    max-width: 100% !important;
  }

  /* form card */
  .form-card {
    padding: 1.5rem;
  }

  /* inputs (some are missing .fi class) */
  .form-card input,
  .form-card textarea,
  .form-card select {
    width: 100%;
    box-sizing: border-box;
  }

  /* captcha fix */
  .g-recaptcha {
    transform: scale(0.9);
    transform-origin: left;
  }

  /* text safety */
  .fc-ctx,
  .fc-ctx p,
  .wi,
  .fc-ctx blockquote {
    word-break: break-word;
  }

  /* spacing fix */
  .fc-ctx h3,
  .stitle {
    font-size: 1.4rem;
  }
}

    /* SAID */
    .said {
      background: var(--navy);
      padding: 4.5rem 2rem
    }

    .said-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      max-width: var(--max);
      margin: 2.5rem auto 0
    }

    .sq {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: var(--rl);
      padding: 1.75rem
    }

    .sq-q {
      font-family: var(--serif);
      font-size: 0.98rem;
      line-height: 1.65;
      font-style: italic;
      color: rgba(255, 255, 255, 0.75);
      margin-bottom: 1.2rem;
      text-align: justify;
    }

    .sq-name {
      font-size: 0.82rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.6)
    }

    .sq-role {
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.3)
    }

    /* PARTNERS */
    .partners {
      padding: 4rem 2rem;
      background: var(--s2);
      border-top: 1px solid var(--border)
    }

    .part-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
      max-width: var(--max);
      margin: 2.5rem auto 0
    }

    .pt {
      border: 1px solid var(--border);
      border-radius: var(--rl);
      padding: 1.25rem 1.5rem;
      background: var(--surface)
    }

    .pt-flag {
      font-size: 1.2rem;
      margin-bottom: 0.4rem
    }

    .pt-country {
      font-size: 0.85rem;
      font-weight: 500;
      margin-bottom: 0.2rem
    }

    .pt-role {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--accent);
      margin-bottom: 0.35rem
    }

    .pt-detail {
      font-size: 0.78rem;
      color: var(--ink2);
      line-height: 1.5
    }

    footer {
      background: #080808;
      color: rgba(255, 255, 255, 0.45);
      padding: 3rem 2rem
    }

    .foot-i {
      max-width: var(--max);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 3rem
    }

    .foot-logo {
      font-family: var(--serif);
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      display: block;
      margin-bottom: 0.8rem
    }

    .foot-logo span {
      color: var(--accent)
    }

    .foot-tag {
      font-size: 0.8rem;
      line-height: 1.6
    }

    .foot-col h5 {
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: rgba(255, 255, 255, 0.25);
      margin-bottom: 1rem;
      font-weight: 400
    }

    .foot-col ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.5rem
    }

    .foot-col a {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.4);
      text-decoration: none;
      transition: color 0.2s
    }

    .foot-col a:hover {
      color: rgba(255, 255, 255, 0.8)
    }

    .foot-btm {
      max-width: var(--max);
      margin: 2rem auto 0;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(255, 255, 255, 0.07);
      display: flex;
      justify-content: space-between;
      font-size: 0.73rem;
      color: rgba(255, 255, 255, 0.2);
      flex-wrap: wrap;
      gap: 0.5rem
    }

    @media(max-width:900px) {

      .hi,
      .form-grid {
        grid-template-columns: 1fr
      }

      .said-grid,
      .part-grid {
        grid-template-columns: 1fr 1fr
      }

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

    @media(max-width:600px) {

      .said-grid,
      .part-grid,
      .foot-i {
        grid-template-columns: 1fr
      }
    }

    /* ================= GLOBAL MOBILE FIX ================= */

    @media (max-width: 900px) {

      .prob-grid,
      .conv-grid,
      .oss-body,
      .uc-grid,
      .vent-intro,
      .vent-cards {
        grid-template-columns: 1fr !important;
      }

      .svc-grid,
      .testi-grid,
      .blog-grid {
        grid-template-columns: 1fr !important;
      }

      .hero-stats {
        display: none !important;
      }

      .hiw-steps {
        grid-template-columns: 1fr 1fr !important;
      }

      .ve-grid {
        grid-template-columns: 1fr 1fr !important;
      }

      .foot-i {
        grid-template-columns: 1fr 1fr !important;
      }
    }

    @media (max-width: 600px) {

      section {
        padding: 4rem 1.25rem !important;
      }

      .hero {
        padding: 3.5rem 1.25rem !important;
      }

      .hiw-steps,
      .ve-grid,
      .foot-i {
        grid-template-columns: 1fr !important;
      }
    }
