@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/playfair-display/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/playfair-display/PlayfairDisplay-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/playfair-display/PlayfairDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/playfair-display/PlayfairDisplay-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/playfair-display/PlayfairDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

      html, body {
        overflow-x: hidden;
        max-width: 100%;
      }

      :root {
        --g: #00bf63;
        --gd: #009e52;
        --gbg: rgba(0, 191, 99, 0.12);
        --n: #0f2a44;
        --n2: #1a3d5c;
        --dk: #0a0a0a;
        --dk2: #111;
        --w: #fff;
        --off: #f8fafb;
        --mu: #6b7b8d;
        --bo: #e4eaf0;
        --r: 14px;
        --pf: "Playfair Display", serif;
        --rb: "Inter", sans-serif;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        font-family: var(--rb);
        color: var(--n);
        background: var(--w);
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
      }
      a {
        text-decoration: none;
        color: inherit;
      }
      img {
        display: block;
        max-width: 100%;
      }
      ul {
        list-style: none;
      }

      /* NAV */
      nav.top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        height: 64px;
        background: transparent;
        backdrop-filter: none;
        border-bottom: 1px solid transparent;
        transition:
          background 0.35s ease,
          backdrop-filter 0.35s ease,
          border-color 0.35s ease,
          box-shadow 0.35s ease,
          height 0.3s ease;
      }
      .nl {
        display: flex;
        align-items: center;
        gap: 9px;
      }
      .nl img {
        width: 34px;
        height: 34px;
        object-fit: contain;
      }
      .nl span {
        font-family: var(--pf);
        font-size: 18px;
        font-weight: 700;
        color: var(--n);
      }
      .nm {
        display: flex;
        align-items: center;
        gap: 28px;
        list-style: none;
      }
      .nm a {
        font-size: 14px;
        color: var(--mu);
        transition: color 0.2s;
      }
      .nm a:hover {
        color: var(--n);
      }
      .nc {
        background: var(--w);
        border: 1.5px solid var(--n);
        color: var(--n) !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        padding: 8px 20px;
        border-radius: 100px;
        transition:
          background 0.2s,
          color 0.2s !important;
      }
      .nc:hover {
        background: var(--n);
        color: var(--w) !important;
      }
      .nm-toggle {
        display: none;
      }

      /* HERO — split layout: text left, mockup right */
      .hero {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: linear-gradient(150deg, #ecfdf5 0%, #f5faf8 55%, #edfaf4 100%);
        padding-top: 64px;
      }
      .hero-bg {
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(0, 191, 99, 0.16) 1px, transparent 1px);
        background-size: 28px 28px;
        pointer-events: none;
        z-index: 0;
      }
      .hero-orb {
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
      }
      .ho1 {
        width: 560px;
        height: 560px;
        background: radial-gradient(circle, rgba(0, 191, 99, 0.14) 0%, transparent 70%);
        top: -160px;
        right: -60px;
      }
      .ho2 {
        width: 420px;
        height: 420px;
        background: radial-gradient(circle, rgba(0, 191, 99, 0.10) 0%, transparent 70%);
        bottom: -130px;
        left: -80px;
      }
      .ho3 {
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(15, 42, 68, 0.04) 0%, transparent 70%);
        top: 30%;
        left: 35%;
      }
      .hc {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 5%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
      }
      .hst {
        display: flex;
        gap: 3px;
        margin-bottom: 16px;
      }
      .hst span {
        font-size: 24px;
        color: #f5c518;
      }
      .hero-l {
        display: flex;
        flex-direction: column;
      }
      .hero h1 {
        font-family: var(--pf);
        font-size: clamp(2.8rem, 5vw, 4.8rem);
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: -2px;
        color: var(--n);
        max-width: 560px;
        margin-bottom: 20px;
      }
      .hero h1 span {
        color: var(--g);
      }
      .hero-sub {
        font-size: 16px;
        color: var(--mu);
        line-height: 1.72;
        max-width: 400px;
        margin-bottom: 36px;
      }
      .hbf {
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(8px);
        border-radius: 100px;
        padding: 8px 16px;
        font-size: 12px;
        font-weight: 500;
        color: var(--n);
        display: flex;
        align-items: center;
        gap: 7px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        white-space: nowrap;
        z-index: 3;
      }
      .hbf .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--g);
      }
      .bf1 {
        top: 34%;
        right: 6%;
      }
      .bf2 {
        top: 47%;
        right: 6%;
      }
      .ha {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
      }
      .bpill {
        background: var(--n);
        color: var(--w);
        font-family: var(--rb);
        font-size: 14px;
        font-weight: 500;
        padding: 13px 28px;
        border-radius: 100px;
        border: none;
        cursor: pointer;
        transition:
          background 0.2s,
          transform 0.15s;
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }
      .bpill:hover {
        background: var(--n2);
        transform: translateY(-1px);
      }
      .bpillo {
        background: transparent;
        color: var(--n);
        font-family: var(--rb);
        font-size: 14px;
        font-weight: 500;
        padding: 13px 28px;
        border-radius: 100px;
        border: 1.5px solid rgba(15, 42, 68, 0.3);
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: 0.2s;
      }
      .bpillo:hover {
        border-color: var(--n);
        background: rgba(15, 42, 68, 0.05);
      }
      /* HERO RIGHT — browser mockup */
      .hero-r {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 48px 0 48px 0;
      }
      .hm-wrap {
        position: relative;
        width: 100%;
        max-width: 420px;
      }
      .hm-browser {
        background: var(--w);
        border-radius: 14px;
        box-shadow: 0 24px 64px rgba(15, 42, 68, 0.13), 0 4px 16px rgba(15, 42, 68, 0.06);
        overflow: hidden;
        transform: perspective(1200px) rotateY(-8deg) rotateX(3deg);
        transition: transform 0.4s ease;
      }
      .hm-wrap:hover .hm-browser {
        transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
      }
      .hm-topbar {
        background: #f2f3f5;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        gap: 6px;
        border-bottom: 1px solid #eaedf0;
      }
      .hm-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        flex-shrink: 0;
      }
      .hm-dot.d-r { background: #ff5f57; }
      .hm-dot.d-y { background: #ffbd2e; }
      .hm-dot.d-g { background: #28c840; }
      .hm-body {
        padding: 18px;
      }
      .hm-hero-ph {
        background: linear-gradient(135deg, #d6f5e8, #bdeedd);
        border-radius: 10px;
        height: 110px;
        margin-bottom: 14px;
      }
      .hm-rows {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 14px;
      }
      .hm-row {
        height: 9px;
        background: #e4e9ee;
        border-radius: 5px;
      }
      .hm-rows .hm-row:nth-child(1) { width: 70%; }
      .hm-rows .hm-row:nth-child(2) { width: 50%; }
      .hm-rows .hm-row:nth-child(3) { width: 85%; }
      .hm-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
      }
      .hm-card {
        height: 52px;
        background: #f0f3f6;
        border-radius: 8px;
      }
      .hm-perf {
        position: absolute;
        bottom: -20px;
        right: -24px;
        background: var(--w);
        border-radius: 16px;
        padding: 16px 22px;
        box-shadow: 0 16px 48px rgba(15, 42, 68, 0.16);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        animation: float 4.5s 0.5s ease-in-out infinite;
      }
      .hm-perf-lbl {
        font-size: 10px;
        font-weight: 600;
        color: var(--mu);
        text-transform: uppercase;
        letter-spacing: 0.8px;
      }
      .hm-perf-score {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .hm-perf-num {
        position: absolute;
        font-family: var(--pf);
        font-size: 22px;
        font-weight: 800;
        color: var(--n);
        line-height: 1;
      }

      /* stat card bottom-right like "2.7k+" in inspo */
      .hsc {
        position: absolute;
        right: 5%;
        bottom: 9%;
        z-index: 3;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(10px);
        border-radius: var(--r);
        padding: 18px 22px;
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
        text-align: center;
        min-width: 150px;
      }
      .hsc-img {
        width: 68px;
        height: 52px;
        margin: 0 auto 10px;
        border-radius: 8px;
        background: linear-gradient(135deg, #e0f5ea, #c8eddb);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .hsc-img svg {
        width: 30px;
        height: 30px;
        stroke: var(--gd);
        fill: none;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .hsc-n {
        font-family: var(--pf);
        font-size: 2rem;
        font-weight: 700;
        color: var(--n);
        line-height: 1;
      }
      .hsc-s {
        font-size: 11px;
        color: var(--mu);
        margin-top: 5px;
        line-height: 1.3;
      }

      /* SHARED SECTION */
      section {
        padding: 88px 5%;
      }
      .inn {
        max-width: 1200px;
        margin: 0 auto;
      }
      .stag {
        display: inline-block;
        background: var(--gbg);
        color: var(--gd);
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 4px 14px;
        border-radius: 100px;
        margin-bottom: 14px;
      }
      .sh {
        font-family: var(--pf);
        font-size: clamp(1.9rem, 3.2vw, 2.7rem);
        font-weight: 800;
        letter-spacing: -0.5px;
        line-height: 1.15;
        color: var(--n);
        margin-bottom: 12px;
      }
      .sh span {
        color: var(--g);
      }
      .sp {
        font-size: 15px;
        font-weight: 300;
        color: var(--mu);
        line-height: 1.72;
        max-width: 520px;
      }

      /* SERVICES — 3-col white cards with centred icon like inspo image 2 */
      .sg {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-bottom: 40px;
      }
      .sc {
        background: var(--w);
        border: 1px solid var(--bo);
        border-radius: var(--r);
        padding: 32px 22px 26px;
        text-align: center;
        transition:
          box-shadow 0.2s,
          transform 0.2s,
          border-color 0.2s;
      }
      .sc:hover {
        box-shadow: 0 12px 40px rgba(0, 191, 99, 0.09);
        transform: translateY(-3px);
        border-color: rgba(0, 191, 99, 0.2);
      }
      .si {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        background: var(--gbg);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px;
      }
      .si svg {
        width: 26px;
        height: 26px;
        stroke: var(--gd);
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .sc h3 {
        font-family: var(--pf);
        font-size: 16px;
        font-weight: 700;
        color: var(--n);
        margin-bottom: 8px;
      }
      .sc p {
        font-size: 13px;
        color: var(--mu);
        line-height: 1.65;
        margin-bottom: 0;
      }
      .bn {
        display: inline-block;
        background: var(--n);
        color: var(--w);
        font-size: 13px;
        font-weight: 500;
        padding: 9px 20px;
        border-radius: 8px;
        transition: background 0.2s;
      }
      .bn:hover {
        background: var(--n2);
      }

      /* happy clients divider */
      .hcb {
        text-align: center;
        padding: 28px 0;
        border-top: 1px solid var(--bo);
        border-bottom: 1px solid var(--bo);
        margin-bottom: 40px;
      }
      .hcb p {
        font-family: var(--pf);
        font-size: 1.05rem;
        font-weight: 700;
        color: var(--n);
      }

      /* feature split — 3 col like inspo "Let us do the work" */
      .fs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border: 1px solid var(--bo);
        border-radius: var(--r);
        overflow: hidden;
        background: var(--off);
      }
      .fs-l {
        padding: 38px 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .fs-l .sh {
        font-size: clamp(1.3rem, 2vw, 1.8rem);
      }
      .fs-l p {
        font-size: 14px;
        color: var(--mu);
        line-height: 1.7;
        margin: 10px 0 22px;
      }
      .fs-img {
        overflow: hidden;
        min-height: 280px;
      }
      .fs-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 0;
      }
      .fs-r {
        display: flex;
        flex-direction: column;
      }
      .fci {
        padding: 22px 22px;
        border-bottom: 1px solid var(--bo);
        display: flex;
        align-items: flex-start;
        gap: 12px;
        cursor: default;
        transition: background 0.2s;
        flex: 1;
      }
      .fci:last-child {
        border-bottom: none;
      }
      .fci.active {
        background: var(--n);
      }
      .fci-d {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        border-radius: 50%;
        border: 1.5px solid var(--bo);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1px;
      }
      .fci.active .fci-d {
        background: var(--g);
        border-color: var(--g);
      }
      .fci-d svg {
        width: 12px;
        height: 12px;
        stroke: var(--w);
        fill: none;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
        opacity: 0;
      }
      .fci.active .fci-d svg {
        opacity: 1;
      }
      .fci-t {
        font-size: 14px;
        font-weight: 600;
        color: var(--n);
        margin-bottom: 3px;
      }
      .fci.active .fci-t {
        color: var(--w);
      }
      .fci-s {
        font-size: 12px;
        color: var(--mu);
        line-height: 1.5;
      }
      .fci.active .fci-s {
        color: rgba(255, 255, 255, 0.5);
      }

      /* WHY SECTION — dark */
      .why {
        background: var(--n);
        padding: 88px 5%;
      }
      .why .stag {
        background: rgba(0, 191, 99, 0.15);
        color: var(--g);
      }
      /* top row: photo + dark card columns */
      .wt {
        display: grid;
        grid-template-columns: 5fr 7fr;
        gap: 24px;
        margin-bottom: 44px;
        align-items: stretch;
      }
      .wp {
        border-radius: var(--r);
        overflow: hidden;
        min-height: 440px;
      }
      .wp-ph {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 440px;
        background: linear-gradient(160deg, #0d2f4a, #071a2e);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .wp-portrait {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        transition: opacity 0.3s ease;
      }
      .wp-nb {
        position: absolute;
        bottom: 16px;
        left: 16px;
        right: 16px;
        background: rgba(9, 18, 32, 0.82);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        padding: 12px 16px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        z-index: 1;
      }
      .wp-nb-name {
        display: block;
        font-family: var(--pf);
        font-size: 16px;
        font-weight: 700;
        color: var(--w);
        margin-bottom: 2px;
      }
      .wp-nb-role {
        display: block;
        font-size: 11px;
        color: var(--g);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.9px;
      }
      .wa-bio {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.52);
        line-height: 1.65;
        margin-bottom: 16px;
      }
      /* dark service card grid on right — like the 3 consulting cards in inspo */
      .wr {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
        grid-row: 1;
      }

      /* about story column — sits directly on dark bg, no box */
      .about-story {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0;
      }

      /* proof section — cards + stats below the personal about */
      .proof-sec {
        background: #091929;
        padding: 64px 5%;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
      }
      .proof-sec .why .stag {
        background: rgba(0, 191, 99, 0.15);
        color: var(--g);
      }
      .proof-sec .wsr {
        margin-top: 44px;
      }
      .wa .sh {
        color: var(--w);
        font-size: clamp(1.3rem, 2vw, 1.7rem);
      }
      .wa .sp {
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 18px;
      }
      .wam {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 14px;
      }
      .wam-ic {
        color: var(--g);
        font-size: 18px;
        margin-top: 1px;
        line-height: 1;
      }
      .wam-t {
        font-size: 13px;
        font-weight: 600;
        color: var(--w);
        margin-bottom: 3px;
      }
      .wam-s {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.42);
        line-height: 1.5;
      }
      .wctab {
        background: var(--g);
        border-radius: 8px;
        padding: 11px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 4px;
      }
      .wctab span {
        font-size: 13px;
        color: var(--w);
        line-height: 1.4;
      }
      .wctab a {
        background: var(--w);
        color: var(--n);
        font-size: 12px;
        font-weight: 600;
        padding: 7px 16px;
        border-radius: 6px;
        white-space: nowrap;
        transition: 0.2s;
      }
      .wctab a:hover {
        background: #f0f0f0;
      }
      /* dark small card */
      .wdc {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        padding: 20px 16px;
      }
      .wdci {
        width: 36px;
        height: 36px;
        background: rgba(0, 191, 99, 0.15);
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
      }
      .wdci svg {
        width: 18px;
        height: 18px;
        stroke: var(--g);
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .wdct {
        font-family: var(--pf);
        font-size: 13px;
        font-weight: 700;
        color: var(--w);
        margin-bottom: 5px;
      }
      .wdcs {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.42);
        line-height: 1.55;
      }
      /* stats row */
      .wsr {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 36px;
      }
      .ws {
        padding: 0 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
      }
      .ws:last-child {
        border-right: none;
      }
      .wsl {
        display: block;
        width: 36px;
        height: 2px;
        background: var(--g);
        margin-bottom: 12px;
      }
      .wsn {
        font-family: var(--pf);
        font-size: 2.5rem;
        font-weight: 900;
        color: var(--w);
        line-height: 1;
        margin-bottom: 5px;
      }
      .wsn sup {
        font-size: 1rem;
      }
      .wsd {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.38);
        line-height: 1.4;
      }

      /* PRICING — 4 col, middle elevated like inspo image 4 */
      .psec {
        background: var(--off);
      }
      .pg {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        align-items: center;
        max-width: 920px;
        margin: 0 auto;
      }
      .pg-cta {
        max-width: 920px;
        margin: 20px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        background: var(--w);
        border: 1px solid var(--bo);
        border-radius: var(--r);
        padding: 18px 24px;
      }
      .pg-cta-txt {
        font-size: 14px;
        font-weight: 500;
        color: var(--n);
      }
      .pg-cta-txt span {
        color: var(--mu);
        font-weight: 400;
      }
      .pg-cta-lnk {
        white-space: nowrap;
        font-size: 13px;
        font-weight: 600;
        color: var(--g);
        text-decoration: none;
        transition: color 0.2s;
      }
      .pg-cta-lnk:hover {
        color: var(--gd);
      }
      .pc {
        background: var(--w);
        border: 1px solid var(--bo);
        border-radius: var(--r);
        padding: 24px 20px 20px;
        position: relative;
        transition: box-shadow 0.2s;
      }
      .pc:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
      }
      .pc.feat {
        background: var(--n);
        border-color: var(--n);
        box-shadow: 0 20px 60px rgba(15, 42, 68, 0.28);
        padding: 40px 20px 40px;
      }
      .ftag {
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--g);
        color: var(--w);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 4px 14px;
        border-radius: 100px;
        white-space: nowrap;
      }
      .pr {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--g);
        display: inline-block;
        margin-right: 7px;
        flex-shrink: 0;
      }
      .pn {
        font-family: var(--pf);
        font-size: 15px;
        font-weight: 700;
        color: var(--n);
        display: flex;
        align-items: center;
        margin-bottom: 6px;
      }
      .pc.feat .pn {
        color: var(--w);
      }
      .pd {
        font-size: 12px;
        color: var(--mu);
        margin-bottom: 16px;
        line-height: 1.5;
      }
      .pc.feat .pd {
        color: rgba(255, 255, 255, 0.48);
      }
      .pp {
        font-family: var(--pf);
        font-size: 2rem;
        font-weight: 800;
        color: var(--g);
        margin-bottom: 3px;
        line-height: 1;
      }
      .pep {
        font-size: 11px;
        color: var(--mu);
        margin-bottom: 16px;
      }
      .pc.feat .pep {
        color: rgba(255, 255, 255, 0.38);
      }
      .pfl {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 7px;
      }
      .pfl li {
        font-size: 12px;
        color: var(--mu);
        display: flex;
        align-items: center;
        gap: 7px;
      }
      .pc.feat .pfl li {
        color: rgba(255, 255, 255, 0.68);
      }
      .pfl li::before {
        content: "";
        width: 14px;
        height: 14px;
        flex-shrink: 0;
        border-radius: 50%;
        background: var(--gbg)
          url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%2300bf63' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 7l3 3 6-6'/%3E%3C/svg%3E")
          center/9px no-repeat;
      }
      .pc.feat .pfl li::before {
        background-color: rgba(0, 191, 99, 0.2);
      }
      .bup {
        width: 100%;
        padding: 11px;
        border-radius: 8px;
        font-family: var(--rb);
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        transition: 0.2s;
        display: block;
        text-align: center;
        border: 1.5px solid var(--bo);
        background: transparent;
        color: var(--n);
        margin-bottom: 8px;
      }
      .bup:hover {
        border-color: var(--g);
        color: var(--gd);
      }
      .pc.feat .bup {
        background: var(--g);
        color: var(--w);
        border-color: var(--g);
      }
      .pc.feat .bup:hover {
        background: var(--gd);
      }
      .blm {
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: var(--mu);
        display: block;
        padding: 4px;
        transition: color 0.2s;
      }
      .blm:hover {
        color: var(--n);
      }
      .pc.feat .blm {
        color: rgba(255, 255, 255, 0.38);
      }

      /* TESTIMONIALS */
      .tg {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
      }
      .tc {
        background: var(--w);
        border: 1px solid var(--bo);
        border-radius: var(--r);
        padding: 26px 22px;
        transition:
          border-color 0.2s,
          transform 0.2s;
      }
      .tc:hover {
        border-color: rgba(0, 191, 99, 0.3);
        transform: translateY(-2px);
      }
      .tcs {
        color: #f5c518;
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 13px;
      }
      .tcq {
        font-size: 14px;
        font-weight: 300;
        color: var(--n);
        line-height: 1.72;
        font-style: italic;
        margin-bottom: 18px;
      }
      .tca {
        display: flex;
        align-items: center;
        gap: 11px;
      }
      .tcav {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--n);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--pf);
        font-size: 13px;
        font-weight: 700;
        color: var(--g);
        flex-shrink: 0;
      }
      .tcn {
        font-size: 14px;
        font-weight: 500;
        color: var(--n);
        margin-bottom: 1px;
      }
      .tcr {
        font-size: 11px;
        color: var(--mu);
      }

      /* CONTACT — dark + grid overlay + corner brackets like inspo image 5 */
      .ctsec {
        background: var(--dk);
        position: relative;
        overflow: hidden;
        padding: 0;
      }
      .ctov {
        position: absolute;
        inset: 0;
        background:
          repeating-linear-gradient(
            0deg,
            transparent,
            transparent 39px,
            rgba(255, 255, 255, 0.025) 40px
          ),
          repeating-linear-gradient(
            90deg,
            transparent,
            transparent 39px,
            rgba(255, 255, 255, 0.025) 40px
          );
        pointer-events: none;
        z-index: 0;
      }
      .ctin {
        position: relative;
        z-index: 1;
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 480px;
        padding: 80px 5%;
        gap: 60px;
        align-items: center;
      }
      .ctl h2 {
        font-family: var(--pf);
        font-size: clamp(2.8rem, 5.5vw, 4.5rem);
        font-weight: 900;
        color: var(--w);
        line-height: 0.95;
        margin-bottom: 34px;
        letter-spacing: -1.5px;
      }
      .ctl h2 span {
        color: var(--g);
      }
      .cib {
        border-left: 2px solid rgba(255, 255, 255, 0.1);
        padding-left: 15px;
        margin-bottom: 20px;
      }
      .cil {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.28);
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 5px;
      }
      .civ {
        font-size: 15px;
        color: var(--w);
        line-height: 1.55;
      }
      .ctsc {
        display: flex;
        gap: 9px;
        margin-top: 26px;
      }
      .ctsi {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.14);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s;
      }
      .ctsi:hover {
        border-color: var(--g);
        background: rgba(0, 191, 99, 0.1);
      }
      .ctsi svg {
        width: 15px;
        height: 15px;
        stroke: rgba(255, 255, 255, 0.45);
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .ctsi:hover svg {
        stroke: var(--g);
      }
      /* bracket wrapper */
      .cfo {
        position: relative;
        padding: 14px;
      }
      .br {
        position: absolute;
        width: 26px;
        height: 26px;
        border-color: var(--g);
        border-style: solid;
        border-width: 0;
      }
      .br.tl {
        top: 0;
        left: 0;
        border-top-width: 2px;
        border-left-width: 2px;
      }
      .br.tr {
        top: 0;
        right: 0;
        border-top-width: 2px;
        border-right-width: 2px;
      }
      .br.bl {
        bottom: 0;
        left: 0;
        border-bottom-width: 2px;
        border-left-width: 2px;
      }
      .br.br2 {
        bottom: 0;
        right: 0;
        border-bottom-width: 2px;
        border-right-width: 2px;
      }
      .cf {
        background: var(--dk2);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: var(--r);
        padding: 30px 26px;
      }
      .cft {
        font-family: var(--pf);
        font-size: 18px;
        font-weight: 700;
        color: var(--w);
        margin-bottom: 22px;
      }
      .fg {
        margin-bottom: 15px;
      }
      .fl {
        display: block;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.28);
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 7px;
      }
      .fi {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 9px 0;
        font-family: var(--rb);
        font-size: 15px;
        color: var(--w);
        outline: none;
        transition: border-color 0.2s;
      }
      .fi::placeholder {
        color: rgba(255, 255, 255, 0.18);
      }
      .fi:focus {
        border-bottom-color: var(--g);
      }
      textarea.fi {
        resize: vertical;
        min-height: 78px;
        background: transparent;
        padding: 9px 0;
      }
      .fsub {
        width: 100%;
        background: var(--g);
        color: var(--w);
        border: none;
        font-family: var(--rb);
        font-size: 14px;
        font-weight: 500;
        padding: 14px;
        border-radius: 8px;
        cursor: pointer;
        transition: background 0.2s;
        margin-top: 4px;
        letter-spacing: 0.5px;
      }
      .fsub:hover {
        background: var(--gd);
      }
      .form-status {
        margin-top: 0.75rem;
        font-size: 0.9rem;
      }
      .form-status.success {
        color: #22c55e;
      }
      .form-status.error {
        color: #ef4444;
      }

      /* FOOTER — slim single bar like inspo image 6 */
      footer {
        background: #060c14;
        padding: 20px 5%;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
      }
      .fi2 {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 14px;
      }
      .flo {
        display: flex;
        align-items: center;
        gap: 9px;
      }
      .flo img {
        width: 26px;
        height: 26px;
      }
      .flo span {
        font-family: var(--pf);
        font-size: 15px;
        font-weight: 700;
        color: var(--w);
      }
      .fln {
        display: flex;
        gap: 26px;
      }
      .fln a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.32);
        transition: color 0.2s;
      }
      .fln a:hover {
        color: var(--w);
      }
      .fso {
        display: flex;
        gap: 8px;
      }
      .fsp {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s;
      }
      .fsp:hover {
        background: rgba(255, 255, 255, 0.12);
      }
      .fsp svg {
        width: 13px;
        height: 13px;
        stroke: rgba(255, 255, 255, 0.45);
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .fcp {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.18);
        width: 100%;
        text-align: center;
        padding-top: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
      }

      /* PORTFOLIO */
      .ptg {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
      }
      .ptc {
        display: flex;
        flex-direction: column;
        background: var(--w);
        border: 1px solid var(--bo);
        border-radius: var(--r);
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      }
      .ptc:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(15, 42, 68, 0.1);
        border-color: rgba(0, 191, 99, 0.25);
      }
      .pt-img {
        width: 100%;
        height: 210px;
        overflow: hidden;
        background: linear-gradient(135deg, #e8ecf0, #d6dee6);
      }
      .pt-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
      }
      .ptc:hover .pt-img img {
        transform: scale(1.04);
      }
      .pt-body {
        padding: 22px 22px 14px;
        flex: 1;
      }
      .pt-name {
        font-family: var(--pf);
        font-size: 1.05rem;
        font-weight: 700;
        color: var(--n);
        margin-bottom: 7px;
      }
      .pt-desc {
        font-size: 13px;
        color: var(--mu);
        line-height: 1.65;
        margin: 0;
      }
      .pt-foot {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 14px 22px;
        border-top: 1px solid var(--bo);
        color: var(--g);
        font-size: 13px;
        font-weight: 600;
      }
      .pt-foot svg {
        transition: transform 0.2s ease;
      }
      .ptc:hover .pt-foot svg {
        transform: translateX(4px);
      }

      /* RESPONSIVE */
      @media (max-width: 960px) {
        .hc {
          grid-template-columns: 1fr;
          gap: 0;
        }
        .hero-r {
          display: none;
        }
        .sg {
          grid-template-columns: 1fr 1fr;
        }
        .ptg {
          grid-template-columns: 1fr 1fr;
        }
        .pg {
          grid-template-columns: 1fr;
        }
        .pc.feat {
          margin-top: 0;
        }
        .wt {
          grid-template-columns: 1fr;
        }
        .wr {
          grid-template-columns: 1fr 1fr;
        }
        .wsr {
          grid-template-columns: 1fr 1fr;
        }
        .ws {
          border-right: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.08);
          padding: 18px 0;
        }
        .fs {
          grid-template-columns: 1fr;
        }
        .fs-img {
          display: none;
        }
        .tg {
          grid-template-columns: 1fr;
        }
        .ctin {
          grid-template-columns: 1fr;
        }
      }
      @media (max-width: 600px) {
        .nm {
          display: none;
        }
        .nm-toggle {
          display: flex;
        }
        .sg {
          grid-template-columns: 1fr;
        }
        .ptg {
          grid-template-columns: 1fr;
        }
        .pg {
          grid-template-columns: 1fr;
        }
        .pg-cta {
          flex-direction: column;
          text-align: center;
        }
        .hero h1 {
          font-size: 2.4rem;
          letter-spacing: -1px;
        }
        .hero-sub {
          font-size: 15px;
        }
        .wr {
          grid-template-columns: 1fr;
        }
        .ha {
          flex-direction: column;
        }
        .bpill,
        .bpillo {
          width: 100%;
          justify-content: center;
        }
      }
      /* HAMBURGER BUTTON */
      .nm-toggle {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 36px;
        height: 36px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 4px;
        z-index: 200;
        position: relative;
      }
      .nm-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: var(--n);
        border-radius: 2px;
        transition:
          transform 0.3s ease,
          opacity 0.3s ease,
          width 0.3s ease,
          background 0.3s ease;
        transform-origin: center;
      }
      .nm-toggle.active span {
        background: var(--w);
      }
      .nm-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
      }
      .nm-toggle.active span:nth-child(2) {
        opacity: 0;
        width: 0;
      }
      .nm-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
      }

      /* MOBILE MENU OVERLAY */
      #mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 150;
        background: var(--n);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.35s ease;
      }
      #mobile-menu.open {
        opacity: 1;
        pointer-events: all;
      }
      .mm-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        width: 100%;
        padding: 0 8%;
      }
      .mm-links {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        width: 100%;
      }
      .mm-links li {
        width: 100%;
        text-align: center;
        overflow: hidden;
      }
      .mm-links a {
        font-family: var(--pf);
        font-size: clamp(2rem, 9vw, 3rem);
        font-weight: 700;
        color: rgba(255, 255, 255, 0.72);
        text-decoration: none;
        display: block;
        padding: 10px 0;
        transition: color 0.2s ease;
        line-height: 1.2;
      }
      .mm-links a:hover {
        color: var(--g);
      }
      .mm-cta {
        display: block;
        width: 100%;
        text-align: center;
        background: var(--g);
        color: var(--w);
        font-family: var(--rb);
        font-size: 16px;
        font-weight: 600;
        padding: 16px 32px;
        border-radius: 100px;
        text-decoration: none;
        transition: background 0.2s ease;
        letter-spacing: 0.2px;
      }
      .mm-cta:hover {
        background: var(--gd);
      }

      @keyframes fu {
        from {
          opacity: 0;
          transform: translateY(16px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      .hst {
        animation: fu 0.45s ease both;
      }
      .hero h1 {
        animation: fu 0.55s 0.1s ease both;
      }
      .ha {
        animation: fu 0.55s 0.22s ease both;
      }
      .hbf {
        animation: fu 0.5s 0.4s ease both;
      }
      .hsc {
        animation: fu 0.55s 0.5s ease both;
      }

      /* ── SCROLL REVEAL ──────────────────────────────────── */
      .reveal {
        opacity: 0;
        transform: translateY(26px);
        transition:
          opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
          transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
      }
      .reveal.visible {
        opacity: 1;
        transform: translateY(0);
      }
      .reveal-d1 { transition-delay: 0.07s; }
      .reveal-d2 { transition-delay: 0.14s; }
      .reveal-d3 { transition-delay: 0.21s; }
      .reveal-d4 { transition-delay: 0.28s; }
      .reveal-d5 { transition-delay: 0.35s; }
      .reveal-d6 { transition-delay: 0.42s; }

      /* ── NAV SHRINK + ACTIVE LINK ───────────────────────── */
      nav.top.scrolled {
        height: 52px;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(12px);
        border-bottom-color: var(--bo);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
      }
      .nm a:not(.nc) {
        position: relative;
      }
      .nm a:not(.nc)::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 1.5px;
        background: var(--g);
        transition: width 0.25s ease;
      }
      .nm a:not(.nc):hover::after,
      .nm a.nm-active::after {
        width: 100%;
      }
      .nm a.nm-active {
        color: var(--n) !important;
      }

      /* ── BADGE FLOAT (overrides earlier .hbf rule) ──────── */
      @keyframes float {
        0%, 100% { transform: translateY(0); }
        50%       { transform: translateY(-7px); }
      }
      .hbf {
        animation: fu 0.5s 0.4s ease both, float 4s 1s ease-in-out infinite;
        will-change: transform;
      }
      .bf2 {
        animation: fu 0.5s 0.5s ease both, float 4s 1.8s ease-in-out infinite;
      }

      /* ── PRIMARY BUTTON SHIMMER ─────────────────────────── */
      .bpill {
        position: relative;
        overflow: hidden;
      }
      .bpill::after {
        content: '';
        position: absolute;
        inset: 0 -60% 0 -60%;
        background: linear-gradient(
          90deg,
          transparent 0%,
          rgba(255, 255, 255, 0.13) 50%,
          transparent 100%
        );
        transform: skewX(-15deg) translateX(-100%);
        transition: transform 0.6s ease;
        pointer-events: none;
      }
      .bpill:hover::after {
        transform: skewX(-15deg) translateX(300%);
      }
      .bpill:active,
      .bpillo:active {
        transform: scale(0.97) !important;
        transition-duration: 0.08s;
      }

      /* ── SERVICE CARD ICON ──────────────────────────────── */
      .si {
        transition:
          background 0.3s ease,
          transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
      }
      .si svg {
        transition: stroke 0.3s ease;
      }
      .sc:hover .si {
        background: var(--g);
        transform: scale(1.1) rotate(-6deg);
      }
      .sc:hover .si svg {
        stroke: #fff;
      }

      /* ── WHY CARDS HOVER ────────────────────────────────── */
      .wdc {
        transition:
          border-color 0.25s ease,
          background 0.25s ease,
          box-shadow 0.25s ease;
      }
      .wdc:hover {
        border-color: rgba(0, 191, 99, 0.35);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 0 0 1px rgba(0, 191, 99, 0.2), 0 8px 24px rgba(0, 0, 0, 0.3);
      }

      /* ── PRICING CARD HOVER ─────────────────────────────── */
      .pc {
        transition:
          box-shadow 0.25s ease,
          transform 0.25s ease,
          border-color 0.25s ease;
      }
      .pc:not(.feat):hover {
        transform: translateY(-5px);
        border-color: rgba(0, 191, 99, 0.25);
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
      }

      /* ── SOCIAL ICON HOVER ──────────────────────────────── */
      .fsp {
        transition: background 0.2s ease, transform 0.2s ease;
      }
      .fsp:hover {
        transform: scale(1.15);
      }
      .ctsi {
        transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
      }
      .ctsi:hover {
        transform: scale(1.1);
      }

      /* ── TRANSPARENT NAV ───────────────────────────────── */
      nav.top .nl span {
        transition: color 0.35s ease;
      }

      /* ── REDUCED MOTION ─────────────────────────────────── */
      @media (prefers-reduced-motion: reduce) {
        .reveal {
          opacity: 1;
          transform: none;
          transition: none;
        }
        .hbf {
          animation: fu 0.01s ease both;
          will-change: auto;
        }
      }

      /* ── 404 PAGE ───────────────────────────────────────── */
      .body-404 {
        background: #0a0a0a;
      }

      .page-404 {
        position: relative;
        min-height: calc(100vh - 60px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6rem 2rem 4rem;
        background: #0a0a0a;
        overflow: hidden;
      }

      .p404-grid {
        position: absolute;
        inset: 0;
        background-image:
          linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
        background-size: 60px 60px;
        pointer-events: none;
      }

      .p404-container {
        position: relative;
        z-index: 1;
        text-align: center;
        max-width: 560px;
        width: 100%;
        animation: fu 0.6s ease both;
      }

      .p404-code {
        font-family: var(--pf);
        font-size: clamp(7rem, 20vw, 12rem);
        line-height: 1;
        letter-spacing: -0.04em;
        color: transparent;
        -webkit-text-stroke: 1px #222;
        position: relative;
        user-select: none;
        animation: fu 0.5s ease both;
      }

      .p404-code::after {
        content: "404";
        position: absolute;
        inset: 0;
        color: var(--g);
        -webkit-text-stroke: 0;
        clip-path: inset(0 100% 0 0);
        animation: p404Reveal 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both;
      }

      .p404-divider {
        width: 40px;
        height: 1px;
        background: #222;
        margin: 2rem auto;
        animation: fu 0.6s ease 0.2s both;
      }

      .p404-heading {
        font-family: var(--pf);
        font-size: clamp(1.4rem, 4vw, 1.8rem);
        font-weight: 700;
        letter-spacing: -0.02em;
        color: #f0f0f0;
        margin-bottom: 1rem;
        animation: fu 0.6s ease 0.3s both;
      }

      .p404-message {
        font-size: 0.95rem;
        color: #666;
        line-height: 1.7;
        margin-bottom: 2.5rem;
        animation: fu 0.6s ease 0.4s both;
      }

      .p404-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.75rem;
        background: var(--g);
        color: #0a0a0a;
        font-family: var(--rb);
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        border-radius: 100px;
        text-decoration: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
        animation: fu 0.6s ease 0.5s both;
      }

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

      .p404-btn svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
        transition: transform 0.2s ease;
      }

      .p404-btn:hover svg {
        transform: translateX(-3px);
      }

      @keyframes p404Reveal {
        to {
          clip-path: inset(0 0% 0 0);
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .p404-code::after {
          animation: none;
          clip-path: inset(0 0% 0 0);
        }
        .p404-container,
        .p404-code,
        .p404-divider,
        .p404-heading,
        .p404-message,
        .p404-btn {
          animation: none;
        }
      }

/* ============================================================
   PRIVACY POLICY PAGE
   ============================================================ */

.pp-main {
  padding: 80px 20px 80px;
  min-height: 70vh;
}

.pp-container {
  max-width: 760px;
  margin: 0 auto;
}

.pp-header {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 191, 99, 0.2);
}

.pp-header h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--color-secondary);
  margin-bottom: 8px;
  line-height: 1.15;
}

.pp-updated {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 16px;
}

.pp-lead {
  font-size: 1.0625rem;
  color: #374151;
  line-height: 1.75;
}

.pp-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pp-section h2 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--color-secondary);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-primary);
  display: inline-block;
}

.pp-section h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-secondary);
  margin: 20px 0 8px;
}

.pp-section p {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.75;
  margin-bottom: 12px;
}

.pp-section p:last-child {
  margin-bottom: 0;
}

.pp-section ul {
  margin: 8px 0 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pp-section ul li {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.65;
  list-style: disc;
}

.pp-section a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pp-section a:hover {
  opacity: 0.8;
}

.pp-contact {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 28px 24px;
}

.pp-contact h2 {
  border-bottom-color: var(--color-primary);
}

@media (min-width: 768px) {
  .pp-main {
    padding: 100px 40px 100px;
  }

  .pp-header h1 {
    font-size: clamp(2.25rem, 4vw, 3rem);
  }
}