:root {
      --ink: #16211f;
      --muted: #5a6864;
      --line: #dce5df;
      --paper: #fbfcf7;
      --soft: #eef5ee;
      --green: #1f6b57;
      --blue: #0D2642;
      --orange: #EEA534;
      --green-dark: #120d48;
      --teal: #2a7f88;
      --gold: #c48a2c;
      --white: #ffffff;
      --shadow: 0 18px 50px rgba(22, 33, 31, .12);
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: var(--paper);
      line-height: 1.55;
    }

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

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

    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(251, 252, 247, .92);
      border-bottom: 1px solid rgba(220, 229, 223, .9);
      backdrop-filter: blur(18px);
    }

    .nav {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      letter-spacing: 0;
    }

.brand-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 12px;
}

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 8px;
      display: grid;
      place-items: center;
      color: var(--white);
      background: linear-gradient(135deg, var(--blue), var(--teal));
      box-shadow: 0 10px 24px rgba(31, 107, 87, .22);
      font-size: 22px;
      font-weight: 900;
    }

    .brand small {
      display: block;
      color: var(--blue);
      font-size: 12px;
      font-weight: 600;
      margin-top: -3px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 22px;
      color: var(--blue);
      font-size: 15px;
      font-weight: 650;
    }

    .nav-links a:hover {
      color: var(--blue);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 12px 18px;
      border-radius: 8px;
      border: 1px solid transparent;
      font-weight: 800;
      line-height: 1.1;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .btn:hover {
      transform: translateY(-1px);
    }

    .btn-primary {
      color: var(--white);
      background: var(--orange);
      box-shadow: 0 14px 30px rgba(31, 107, 87, .22);
    }

    .btn-primary:hover {
      background: var(--green-dark);
    }

    .btn-secondary {
      color: var(--green-dark);
      background: var(--white);
      border-color: var(--line);
    }

    .hero {
      min-height: calc(100vh - 72px);
      display: grid;
      align-items: center;
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(22, 33, 31, .86) 0%, rgba(22, 33, 31, .68) 48%, rgba(22, 33, 31, .28) 100%),
        url("../img/hero-home.webp") center right / cover;
      color: var(--white);
    }

    .hero-inner {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
      padding: 76px 0 102px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
      color: #e6f4ef;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-size: 12px;
    }

    .eyebrow::before {
      content: "";
      width: 34px;
      height: 2px;
      background: var(--gold);
    }

    h1, h2, h3, p {
      margin-top: 0;
    }

    h1 {
      max-width: 790px;
      margin-bottom: 20px;
      font-size: clamp(46px, 8vw, 86px);
      line-height: .95;
      letter-spacing: 0;
    }

    .hero-copy {
      max-width: 670px;
      margin-bottom: 32px;
      color: rgba(255, 255, 255, .88);
      font-size: clamp(18px, 2.4vw, 23px);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .hero-proof {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: min(1160px, calc(100% - 32px));
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: rgba(255, 255, 255, .18);
      border: 1px solid rgba(255, 255, 255, .22);
      border-bottom: 0;
    }

    .proof-item {
      min-height: 84px;
      padding: 18px;
      background: rgba(251, 252, 247, .94);
      color: var(--ink);
    }

    .proof-item strong {
      display: block;
      margin-bottom: 2px;
      font-size: 17px;
    }

    .proof-item span {
      color: var(--muted);
      font-size: 14px;
    }

    section {
      padding: 86px 0;
    }

    .section-inner {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 38px;
    }

    .kicker {
      margin-bottom: 10px;
      color: var(--blue);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-size: 12px;
    }

    h2 {
      margin-bottom: 14px;
      font-size: clamp(32px, 4.8vw, 54px);
      line-height: 1.02;
      letter-spacing: 0;
    }

    .section-head p,
    .lead {
      color: var(--muted);
      font-size: 19px;
    }

    .audience-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      border: 1px solid var(--line);
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .audience {
      min-height: 150px;
      padding: 24px;
      border-right: 1px solid var(--line);
    }

    .audience:last-child {
      border-right: 0;
    }

    .audience .icon {
      width: 42px;
      height: 42px;
      margin-bottom: 18px;
      border-radius: 8px;
      display: grid;
      place-items: center;
      color: var(--blue);
      background: var(--soft);
      font-size: 22px;
    }

    .audience h3,
    .pillar h3,
    .plan h3,
    .step h3 {
      margin-bottom: 8px;
      font-size: 20px;
      line-height: 1.2;
    }

    .audience p,
    .pillar p,
    .step p {
      margin-bottom: 0;
      color: var(--muted);
    }

    .band {
      background: var(--soft);
    }

    .pillars {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .pillar {
      min-height: 330px;
      padding: 26px;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 8px;
    }

    .pillar-number {
      width: 38px;
      height: 38px;
      margin-bottom: 22px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: var(--white);
      background: var(--blue);
      font-weight: 900;
    }

    .list {
      padding: 0;
      margin: 18px 0 0;
      list-style: none;
      color: var(--muted);
    }

    .list li {
      position: relative;
      padding-left: 22px;
      margin: 10px 0;
    }

    .list li::before {
      content: "";
      position: absolute;
      top: .66em;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--gold);
    }

    .split {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 52px;
      align-items: center;
    }

    .photo-panel {
      position: relative;
      min-height: 520px;
      overflow: hidden;
      border-radius: 8px;
      background:
        linear-gradient(180deg, rgba(17, 6, 64, 0.08), rgba(22, 33, 31, .45)),
        url("../img/service-home.webp") center / cover;
      box-shadow: var(--blue);
    }

    .photo-caption {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 24px;
      padding: 22px;
      border-radius: 8px;
      color: var(--white);
      background: rgba(73, 26, 107, 0.9);
    }

    .photo-caption strong {
      display: block;
      margin-bottom: 4px;
      font-size: 21px;
    }

    .service-stack {
      display: grid;
      gap: 14px;
    }

    .service-row {
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 16px;
      align-items: start;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--white);
    }

    .service-row svg {
      width: 54px;
      height: 54px;
      padding: 13px;
      border-radius: 8px;
      color: var(--blue);
      background: var(--soft);
    }

    .service-row h3 {
      margin-bottom: 4px;
      font-size: 19px;
    }

    .service-row p {
      margin-bottom: 0;
      color: var(--muted);
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      counter-reset: steps;
    }

    .step {
      position: relative;
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--white);
      counter-increment: steps;
    }

    .step::before {
      content: counter(steps, decimal-leading-zero);
      display: block;
      margin-bottom: 42px;
      color: rgba(31, 107, 87, .18);
      font-size: 58px;
      line-height: .8;
      font-weight: 900;
    }

    .pricing {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      align-items: stretch;
    }

    .plan {
      display: flex;
      flex-direction: column;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--white);
      box-shadow: 0 16px 36px rgba(22, 33, 31, .07);
    }

    .plan.featured {
      border-color: rgba(31, 107, 87, .48);
      box-shadow: var(--shadow);
    }

    .tag {
      align-self: flex-start;
      margin-bottom: 18px;
      padding: 6px 10px;
      border-radius: 999px;
      color: var(--blue);
      background: #deeee5;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .06em;
    }

    .price {
      margin: 12px 0 4px;
      font-size: 42px;
      font-weight: 900;
      line-height: 1;
    }

    .price span {
      color: var(--muted);
      font-size: 15px;
      font-weight: 750;
    }

    .plan p {
      color: var(--muted);
    }

    .plan .btn {
      margin-top: auto;
      width: 100%;
    }

    .note {
      margin-top: 22px;
      color: var(--muted);
      font-size: 15px;
    }

    .trust {
      background: var(--blue);
      color: var(--white);
    }

    .trust-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 46px;
      align-items: center;
    }

    .trust p {
      color: rgba(255, 255, 255, .82);
      font-size: 19px;
    }

    .trust-cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .trust-card {
      min-height: 152px;
      padding: 22px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 8px;
      background: rgba(255, 255, 255, .08);
    }

    .trust-card strong {
      display: block;
      margin-bottom: 8px;
      color: var(--white);
      font-size: 18px;
    }

    .trust-card span {
      color: rgba(255, 255, 255, .76);
    }

    .cta {
      padding: 76px 0;
      background:
        linear-gradient(90deg, rgba(251, 252, 247, .96), rgba(251, 252, 247, .86)),
        url("../img/cta-home.svg") center / cover;
    }

    .cta-box {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 28px;
      align-items: center;
      padding: 36px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: rgba(255, 255, 255, .88);
      box-shadow: var(--shadow);
    }

    .cta h2 {
      margin-bottom: 8px;
      font-size: clamp(30px, 4vw, 46px);
    }

    .cta p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 18px;
    }

    .contact-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    footer {
      padding: 34px 0;
      color: var(--muted);
      background: var(--white);
      border-top: 1px solid var(--line);
    }

    .footer-inner {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
      font-size: 14px;
    }

    @media (max-width: 980px) {
      .nav {
        min-height: 66px;
      }

      .nav-links {
        display: none;
      }

      .hero {
        min-height: auto;
      }

      .hero-inner {
        padding: 72px 0 170px;
      }

      .hero-proof {
        grid-template-columns: repeat(2, 1fr);
      }

      .audience-grid,
      .pillars,
      .steps,
      .pricing,
      .trust-grid,
      .split,
      .cta-box {
        grid-template-columns: 1fr;
      }

      .audience-grid {
        box-shadow: none;
      }

      .audience {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .audience:last-child {
        border-bottom: 0;
      }

      .pillars {
        gap: 14px;
      }

      .pillar {
        min-height: auto;
      }

      .photo-panel {
        min-height: 440px;
      }

      .contact-actions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 620px) {
      section {
        padding: 64px 0;
      }

      .brand small {
        display: none;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
      }

      .nav > .btn {
        min-height: 40px;
        padding: 10px 12px;
        font-size: 14px;
      }

      .hero {
        background:
          linear-gradient(180deg, rgba(22, 33, 31, .84), rgba(22, 33, 31, .66)),
          url("../img/hero-home.svg") center / cover;
      }

      .hero-inner {
        padding: 56px 0 330px;
      }

      .hero-proof {
        grid-template-columns: 1fr;
      }

      .proof-item {
        min-height: 70px;
        padding: 14px 16px;
      }

      h1 {
        font-size: 46px;
      }

      .hero-copy {
        font-size: 18px;
      }

      .hero-actions .btn,
      .contact-actions .btn,
      .plan .btn {
        width: 100%;
      }

      .service-row {
        grid-template-columns: 1fr;
      }

      .trust-cards {
        grid-template-columns: 1fr;
      }

      .cta-box {
        padding: 24px;
      }

      .footer-inner {
        display: block;
      }
    }
  