
    :root {
      --bg: #081018;
      --bg-soft: #0d1722;
      --surface: #101b27;
      --surface-2: #122131;
      --text: #ecf3f8;
      --muted: #9fb0c0;
      --line: #1d3141;
      --primary: #22c55e;
      --primary-dark: #16a34a;
      --primary-soft: rgba(34, 197, 94, 0.12);
      --ink: #05080c;
      --shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
      --radius-lg: 18px;
      --radius-md: 14px;
      --radius-sm: 10px;
      --max: 1120px;
      --font: "Outfit", sans-serif;
      --display: "Outfit", sans-serif;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      font-family: var(--font);
      background: radial-gradient(circle at top, #0d1824, #05080c 65%);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
    }

    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    button { font: inherit; }

    .container {
      width: min(92%, var(--max));
      margin: 0 auto;
    }

    .section { padding: 88px 0; }

    .eyebrow {
      display: inline-block;
      color: var(--primary);
      font-weight: 700;
      font-size: 0.8rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 14px;
      background: var(--primary-soft);
      padding: 7px 12px;
      border-radius: 999px;
      border-bottom: none;
    }

    .section-title {
      font-family: var(--display);
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.1;
      margin-bottom: 16px;
      letter-spacing: -0.03em;
      font-weight: 700;
    }

    .section-subtitle {
      max-width: 640px;
      color: var(--muted);
      font-size: 1.05rem;
      margin-bottom: 40px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 13px 20px;
      border-radius: 999px;
      font-weight: 700;
      border: none;
      cursor: pointer;
      transition: 0.2s ease;
    }

    .btn-primary {
      background: linear-gradient(135deg, #22c55e, #16a34a);
      color: #03110a;
      box-shadow: 0 10px 24px rgba(34, 197, 94, 0.2);
    }
    .btn-primary:hover {
      background: linear-gradient(135deg, #16a34a, #15803d);
      transform: translateY(-1px);
    }

    .btn-secondary {
      background: #1b2735;
      color: #edf4f8;
      border: 1px solid #304356;
    }
    .btn-secondary:hover {
      background: #111923;
      border-color: var(--primary);
      color: var(--text);
      transform: translateY(-1px);
    }

    .btn:focus-visible,
    a:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible,
    button:focus-visible {
      outline: 2px solid var(--primary);
      outline-offset: 3px;
    }

    .card {
      background: linear-gradient(180deg, var(--surface), var(--surface-2));
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
    }

    /* ── HEADER ── */
    header {
      position: sticky;
      top: 0;
      z-index: 1000;
      backdrop-filter: blur(12px);
      background: rgba(8, 16, 24, 0.86);
      border-bottom: 1px solid rgba(29, 49, 65, 0.9);
    }

    .navbar {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      position: relative;
    }

    .logo {
      display: inline-flex;
      align-items: flex-start;
      width: 184px;
      height: 29px;
      overflow: hidden;
      z-index: 1101;
    }
    .logo img {
      display: block;
      width: 100%;
      height: auto;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 22px;
    }
    .nav-links a {
      color: var(--muted);
      font-weight: 600;
      font-size: 0.95rem;
    }
    .nav-links a:hover { color: var(--text); }

    .menu-toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 46px;
      height: 46px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.03);
      border-radius: 12px;
      cursor: pointer;
      z-index: 1101;
    }
    .menu-toggle span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--text);
      margin: 0 auto;
      border-radius: 999px;
      transition: 0.3s ease;
    }
    .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle.active span:nth-child(2) { opacity: 0; }
    .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .mobile-menu { display: none; }

    /* ── HERO ── */
    .hero {
      padding: 72px 0 88px;
      text-align: left;
      position: relative;
      overflow: hidden;
      isolation: isolate;
      background:
        radial-gradient(ellipse 80% 60% at 85% 20%, rgba(34, 197, 94, 0.14), transparent 55%),
        radial-gradient(ellipse 50% 45% at 10% 80%, rgba(34, 197, 94, 0.07), transparent 50%),
        linear-gradient(180deg, #0a1520 0%, #081018 55%, #05080c 100%);
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      overflow: hidden;
    }

    .hero-bg__grid {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(34, 197, 94, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 94, 0.055) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: radial-gradient(ellipse 75% 70% at 70% 35%, #000 20%, transparent 75%);
      -webkit-mask-image: radial-gradient(ellipse 75% 70% at 70% 35%, #000 20%, transparent 75%);
      opacity: 0.9;
    }

    .hero-bg__scan {
      position: absolute;
      left: 0;
      right: 0;
      height: 120px;
      background: linear-gradient(
        180deg,
        transparent,
        rgba(34, 197, 94, 0.06),
        transparent
      );
      animation: hero-scan 8s ease-in-out infinite;
      opacity: 0.7;
    }

    .hero-bg__glow {
      position: absolute;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(34, 197, 94, 0.18), transparent 68%);
      top: -120px;
      right: -80px;
      filter: blur(8px);
      animation: hero-pulse 7s ease-in-out infinite;
    }

    .hero-bg__glow--soft {
      width: 360px;
      height: 360px;
      top: auto;
      bottom: -80px;
      left: -60px;
      right: auto;
      background: radial-gradient(circle, rgba(56, 189, 248, 0.08), transparent 70%);
      animation-delay: -3s;
    }

    .hero-bg__svg {
      position: absolute;
      top: 50%;
      right: -2%;
      width: min(58vw, 640px);
      height: auto;
      transform: translateY(-48%);
      opacity: 0.85;
    }

    .hero-bg__node {
      fill: #22c55e;
      filter: drop-shadow(0 0 6px rgba(34, 197, 94, 0.55));
    }

    .hero-bg__node--dim { fill: #38bdf8; opacity: 0.55; }

    .hero-bg__line {
      stroke: rgba(34, 197, 94, 0.35);
      stroke-width: 1.2;
      fill: none;
    }

    .hero-bg__line--blue {
      stroke: rgba(56, 189, 248, 0.25);
    }

    .hero-bg__pulse {
      fill: none;
      stroke: rgba(34, 197, 94, 0.55);
      stroke-width: 1.5;
      animation: hero-ring 3.5s ease-out infinite;
      transform-origin: center;
      transform-box: fill-box;
    }

    .hero-bg__code {
      position: absolute;
      font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
      font-size: 0.72rem;
      line-height: 1.7;
      color: rgba(34, 197, 94, 0.28);
      letter-spacing: 0.02em;
      white-space: pre;
      user-select: none;
    }

    .hero-bg__code--a {
      top: 18%;
      right: 8%;
      animation: hero-fade 6s ease-in-out infinite;
    }

    .hero-bg__code--b {
      bottom: 16%;
      right: 22%;
      color: rgba(56, 189, 248, 0.22);
      animation: hero-fade 6s ease-in-out infinite 2s;
    }

    .hero-bg__orbit {
      position: absolute;
      top: 8%;
      right: 6%;
      width: 140px;
      height: 140px;
    }

    .hero-bg__orbit::before,
    .hero-bg__orbit::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      border: 1px solid rgba(34, 197, 94, 0.35);
    }

    .hero-bg__orbit::after {
      inset: 18px;
      border-color: rgba(56, 189, 248, 0.28);
      animation: hero-orbit-spin 14s linear infinite;
    }

    .hero-bg__orbit span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      margin: -4px 0 0 -4px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 12px rgba(34, 197, 94, 0.8);
      animation: hero-orbit-dot 9s linear infinite;
    }

    .hero-copy {
      max-width: 720px;
      position: relative;
    }

    .hero-chips {
      display: none;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 4px;
    }

    .hero-chip {
      font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
      font-size: 0.72rem;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(34, 197, 94, 0.25);
      background: rgba(34, 197, 94, 0.08);
      color: rgba(167, 243, 208, 0.9);
      letter-spacing: 0.02em;
    }

    .hero-chip--blue {
      border-color: rgba(56, 189, 248, 0.22);
      background: rgba(56, 189, 248, 0.07);
      color: rgba(186, 230, 253, 0.85);
    }

    @keyframes hero-orbit-spin {
      to { transform: rotate(360deg); }
    }

    @keyframes hero-orbit-dot {
      from { transform: rotate(0deg) translateY(-58px); }
      to { transform: rotate(360deg) translateY(-58px); }
    }

    @keyframes hero-scan {
      0%, 100% { top: 8%; opacity: 0; }
      15% { opacity: 0.7; }
      50% { top: 72%; opacity: 0.5; }
      85% { opacity: 0; }
    }

    @keyframes hero-pulse {
      0%, 100% { transform: scale(1); opacity: 0.85; }
      50% { transform: scale(1.08); opacity: 1; }
    }

    @keyframes hero-ring {
      0% { transform: scale(0.4); opacity: 0.75; }
      100% { transform: scale(2.8); opacity: 0; }
    }

    @keyframes hero-fade {
      0%, 100% { opacity: 0.35; }
      50% { opacity: 0.85; }
    }

    .hero .container {
      display: grid;
      gap: 36px;
      position: relative;
      z-index: 1;
    }

    .hero h1 {
      font-family: var(--display);
      font-size: clamp(2.5rem, 5.2vw, 4.2rem);
      line-height: 1.02;
      letter-spacing: -0.04em;
      margin-bottom: 18px;
      font-weight: 800;
    }

    .hero-copy > p {
      font-size: 1.12rem;
      color: var(--muted);
      max-width: 560px;
      margin: 0 0 22px;
    }

    .trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 18px;
      color: var(--muted);
      font-size: 0.92rem;
      margin-bottom: 8px;
    }
    .trust-row span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .trust-row span::before {
      content: "✓";
      color: var(--primary);
      font-weight: 800;
    }

    /* ── PATH CARDS ── */
    .path-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      max-width: 860px;
    }

    .path-card {
      padding: 28px 26px;
      border-radius: var(--radius-lg);
      text-align: left;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      display: flex;
      flex-direction: column;
      gap: 10px;
      background: linear-gradient(145deg, #101b27, #122131);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .path-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
    }

    .path-card.appar {
      background: linear-gradient(145deg, #0d1e10, #0f2614);
      border-color: rgba(34, 197, 94, 0.35);
      color: var(--text);
    }
    .path-card.appar p { color: var(--muted); }
    .path-card.appar .path-from { color: #4ade80; }
    .path-card.appar .path-icon {
      background: rgba(34, 197, 94, 0.15);
      color: var(--primary);
    }

    .path-icon {
      width: 44px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
    }
    .path-icon svg { width: 22px; height: 22px; }

    .path-card h3 {
      font-family: var(--display);
      font-size: 1.45rem;
      letter-spacing: -0.025em;
      margin: 0;
      font-weight: 700;
    }

    .path-card > p {
      color: var(--muted);
      font-size: 0.97rem;
      margin: 0;
      flex: 1;
    }

    .path-from {
      font-size: 0.95rem;
      color: var(--primary);
      font-weight: 700;
      margin-top: 6px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .path-from svg { transition: transform 0.2s ease; }
    .path-card:hover .path-from svg { transform: translateX(4px); }

    /* ── SERVICES ── */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-bottom: 48px;
    }

    .service-card { padding: 24px; }

    .service-icon {
      width: 48px;
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
      margin-bottom: 14px;
    }
    .service-icon svg { width: 22px; height: 22px; }

    .service-card h3 {
      margin-bottom: 8px;
      font-size: 1.1rem;
      font-family: var(--display);
      font-weight: 700;
    }
    .service-card p { color: var(--muted); font-size: 0.97rem; }

    /* ── PRICING ── */
    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      align-items: start;
    }

    .price-card { padding: 26px; position: relative; }

    .price-card.featured {
      border: 2px solid var(--primary);
      box-shadow: 0 0 32px rgba(34, 197, 94, 0.16);
    }

    .price-badge {
      display: inline-block;
      background: var(--primary);
      color: #03110a;
      font-size: 0.78rem;
      font-weight: 800;
      padding: 5px 10px;
      border-radius: 999px;
      margin-bottom: 12px;
    }

    .price-card h3 {
      font-size: 1.25rem;
      margin-bottom: 10px;
      font-family: var(--display);
      font-weight: 700;
    }

    .price {
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      margin-bottom: 14px;
      font-family: var(--display);
    }
    .price small {
      display: block;
      color: var(--muted);
      font-size: 0.88rem;
      font-weight: 500;
      letter-spacing: 0;
      margin-top: 4px;
      font-family: var(--font);
    }

    .price-card ul {
      list-style: none;
      margin: 12px 0 18px;
      display: grid;
      gap: 9px;
      color: #dce7ee;
      font-size: 0.95rem;
    }
    .price-card li::before {
      content: "✓ ";
      color: var(--primary);
      font-weight: 800;
    }

    .price-label {
      font-size: 0.74rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--muted);
      margin: 8px 0 4px;
    }

    .price-card ul.excludes li {
      color: var(--muted);
      font-size: 0.9rem;
    }
    .price-card ul.excludes li::before {
      content: "× ";
      color: #6b7f8f;
      font-weight: 700;
    }

    .about-links {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 8px;
    }

    /* ── ADDON GRID ── */
    .addon-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
      max-width: 760px;
      margin-top: 32px;
    }

    /* ── PROCESS ── */
    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }
    .process-step {
      padding: 24px;
      position: relative;
    }
    .process-num {
      display: inline-block;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      color: var(--primary);
      margin-bottom: 12px;
    }
    .process-step h3 {
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: 8px;
      letter-spacing: -0.02em;
    }
    .process-step p {
      color: var(--muted);
      font-size: 0.95rem;
    }

    /* ── APP ── */
    .app-pricing-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 900px;
    }

    .section-apps {
      background: rgba(13, 32, 22, 0.28);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .app-note {
      margin-top: 28px;
      padding: 24px 26px;
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, var(--surface), var(--surface-2));
      border: 1px solid var(--line);
      color: var(--muted);
      max-width: 760px;
    }
    .app-note strong { color: var(--text); }

    .about-card { padding: 28px; max-width: 820px; }
    .about-card p { color: var(--muted); margin-bottom: 14px; font-size: 1.02rem; }

    .portfolio-panel {
      display: grid;
      gap: 18px;
      padding: 32px;
      background: linear-gradient(180deg, var(--surface), var(--surface-2));
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
      max-width: 760px;
    }
    .portfolio-panel h2 {
      font-family: var(--display);
      font-size: clamp(1.8rem, 3vw, 2.3rem);
      font-weight: 700;
    }
    .portfolio-panel p { color: var(--muted); max-width: 52ch; }

    .portfolio-spotlight-btn {
      position: relative;
      isolation: isolate;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      width: fit-content;
      padding: 12px 14px 12px 20px;
      overflow: hidden;
      color: #ffffff;
      font-weight: 800;
      text-decoration: none;
      border: 1px solid rgba(255, 255, 255, 0.24);
      border-radius: 999px;
      background: linear-gradient(135deg, #7c3aed 0%, #2563eb 55%, #0ea5e9 100%);
      box-shadow: 0 14px 34px rgba(37, 99, 235, 0.28);
      transition: transform 220ms ease, box-shadow 220ms ease;
    }

    .portfolio-spotlight-btn::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.28) 48%, transparent 72%);
      transform: translateX(-120%);
      transition: transform 560ms ease;
    }

    .portfolio-spotlight-btn:hover {
      transform: translateY(-3px) scale(1.02);
      box-shadow: 0 20px 44px rgba(37, 99, 235, 0.38);
    }

    .portfolio-spotlight-btn:hover::before { transform: translateX(120%); }

    .portfolio-spotlight-btn__icon {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      flex: 0 0 34px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      font-size: 1.1rem;
      transition: transform 220ms ease, background 220ms ease;
    }

    .portfolio-spotlight-btn:hover .portfolio-spotlight-btn__icon {
      transform: rotate(10deg);
      background: rgba(255, 255, 255, 0.3);
    }

    .portfolio-pricing {
      margin-top: 28px;
      padding: 28px;
    }

    .portfolio-pricing-layout {
      display: grid;
      grid-template-columns: minmax(0, 720px);
      align-items: start;
    }

    .portfolio-pricing-intro {
      color: var(--muted);
      margin-bottom: 18px;
      max-width: 58ch;
    }

    /* ── CTA ── */
    .cta {
      display: grid;
      grid-template-columns: 1fr 1.05fr;
      gap: 28px;
      align-items: start;
      background: linear-gradient(145deg, #0d1a14, #0a1218);
      color: var(--text);
      border: 1px solid rgba(34, 197, 94, 0.25);
      border-radius: 20px;
      padding: 40px;
    }
    .cta .section-title { color: var(--text); }
    .cta .eyebrow {
      color: var(--primary);
      background: var(--primary-soft);
    }
    .cta p { color: var(--muted); max-width: 520px; margin-bottom: 12px; }

    .contact-box {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 14px;
      padding: 24px;
    }
    .contact-box p {
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 8px;
      font-size: 0.97rem;
    }
    .contact-box a { color: var(--primary); font-weight: 600; }
    .contact-box a:hover { text-decoration: underline; }

    .contact-form { display: grid; gap: 12px; margin-top: 16px; }
    .contact-form input,
    .contact-form textarea,
    .contact-form select {
      width: 100%;
      border: none;
      border-radius: 12px;
      padding: 13px 16px;
      font: inherit;
      color: #0f172a;
      background: white;
    }
    .contact-form select { cursor: pointer; }
    .contact-form textarea { min-height: 120px; resize: vertical; }

    footer {
      padding: 30px 0 48px;
      text-align: center;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .reveal {
      opacity: 0;
      transition:
        opacity 0.7s cubic-bezier(.2, .9, .2, 1),
        transform 0.7s cubic-bezier(.2, .9, .2, 1);
      will-change: opacity, transform;
    }
    .reveal.show { opacity: 1; }
    .reveal-down  { transform: translateY(-28px); }
    .reveal-down.show  { transform: translateY(0); }
    .reveal-up    { transform: translateY(28px); }
    .reveal-up.show    { transform: translateY(0); }
    .reveal-left  { transform: translateX(-28px); }
    .reveal-left.show  { transform: translateX(0); }
    .reveal-right { transform: translateX(28px); }
    .reveal-right.show { transform: translateX(0); }

    .reveal-delay-1 { transition-delay: 0.06s; }
    .reveal-delay-2 { transition-delay: 0.12s; }
    .reveal-delay-3 { transition-delay: 0.18s; }
    .reveal-delay-4 { transition-delay: 0.24s; }
    .reveal-delay-5 { transition-delay: 0.3s; }
    .reveal-delay-6 { transition-delay: 0.36s; }

    .reveal.cinematic-drop {
      --drop-delay: 0s;
      position: relative;
      overflow: hidden;
      opacity: 0;
      transform: translate3d(0, -110px, 0) scale(0.9) rotateX(-16deg);
      transform-origin: 50% 0;
      filter: blur(10px);
      transition: none;
      will-change: opacity, transform, filter;
    }

    .reveal.cinematic-drop.show {
      animation: cinematic-card-drop 1s cubic-bezier(.16, 1, .3, 1) var(--drop-delay) both;
    }

    .cinematic-drop::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.13) 48%, transparent 72%);
      transform: translateX(-130%);
      opacity: 0;
    }

    .cinematic-drop.show::after {
      animation: cinematic-card-sheen 1.15s ease-out calc(var(--drop-delay) + 0.18s) both;
    }

    .cinematic-drop.reveal-delay-1 { --drop-delay: 0.04s; }
    .cinematic-drop.reveal-delay-2 { --drop-delay: 0.13s; }
    .cinematic-drop.reveal-delay-3 { --drop-delay: 0.22s; }
    .cinematic-drop.reveal-delay-4 { --drop-delay: 0.31s; }

    @keyframes cinematic-card-drop {
      0% {
        opacity: 0;
        transform: translate3d(0, -110px, 0) scale(0.9) rotateX(-16deg);
        filter: blur(10px);
      }
      62% {
        opacity: 1;
        transform: translate3d(0, 11px, 0) scale(1.018) rotateX(2deg);
        filter: blur(0);
      }
      82% {
        transform: translate3d(0, -4px, 0) scale(0.996) rotateX(0);
      }
      100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1) rotateX(0);
        filter: blur(0);
      }
    }

    @keyframes cinematic-card-sheen {
      0% { opacity: 0; transform: translateX(-130%); }
      35% { opacity: 0.8; }
      100% { opacity: 0; transform: translateX(130%); }
    }

    @media (prefers-reduced-motion: reduce) {
      .reveal, .reveal.show,
      .reveal-down, .reveal-up, .reveal-left, .reveal-right,
      [class*="reveal-delay-"] {
        opacity: 1; transform: none; transition: none;
      }
      .reveal.cinematic-drop,
      .reveal.cinematic-drop.show {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
      }
      .cinematic-drop::after,
      .cinematic-drop.show::after {
        display: none;
        animation: none;
      }
      .hero-bg__scan,
      .hero-bg__glow,
      .hero-bg__pulse,
      .hero-bg__code,
      .hero-bg__orbit::after,
      .hero-bg__orbit span {
        animation: none;
      }
    }

    @media (max-width: 1100px) {
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .pricing-grid { grid-template-columns: repeat(2, 1fr); }
      .process-grid { grid-template-columns: repeat(2, 1fr); }
      .portfolio-pricing-layout { grid-template-columns: 1fr; }
      .cta { grid-template-columns: 1fr; }
    }

    @media (max-width: 760px) {
      .nav-links { display: none; }
      .menu-toggle { display: flex; }
      .logo { width: 164px; height: 26px; }

      .hero {
        background:
          radial-gradient(ellipse 100% 55% at 50% -5%, rgba(34, 197, 94, 0.2), transparent 62%),
          radial-gradient(ellipse 70% 45% at 90% 75%, rgba(56, 189, 248, 0.1), transparent 55%),
          linear-gradient(180deg, #0a1520 0%, #081018 55%, #05080c 100%);
      }

      .hero-bg__grid {
        background-image:
          linear-gradient(rgba(34, 197, 94, 0.09) 1px, transparent 1px),
          linear-gradient(90deg, rgba(34, 197, 94, 0.09) 1px, transparent 1px);
        background-size: 40px 40px;
        mask-image: radial-gradient(ellipse 110% 85% at 50% 25%, #000 10%, transparent 82%);
        -webkit-mask-image: radial-gradient(ellipse 110% 85% at 50% 25%, #000 10%, transparent 82%);
        opacity: 1;
      }

      .hero-bg__orbit {
        top: 6%;
        right: 4%;
        width: 118px;
        height: 118px;
      }

      .hero-bg__glow {
        width: 300px;
        height: 300px;
        top: -60px;
        right: -70px;
      }

      .hero-bg__glow--soft {
        width: 220px;
        height: 220px;
        bottom: 8%;
        left: -50px;
      }

      .hero-bg__svg {
        top: auto;
        bottom: -6%;
        right: 50%;
        width: 135%;
        transform: translate(50%, 0);
        opacity: 0.78;
      }

      .hero-bg__line {
        stroke: rgba(34, 197, 94, 0.48);
        stroke-width: 1.5;
      }

      .hero-bg__line--blue {
        stroke: rgba(56, 189, 248, 0.35);
      }

      .hero-bg__code--a {
        display: block;
        top: auto;
        bottom: 10%;
        right: 5%;
        left: auto;
        font-size: 0.62rem;
        line-height: 1.55;
        opacity: 0.7;
        padding: 8px 10px;
        border-radius: 10px;
        border: 1px solid rgba(34, 197, 94, 0.15);
        background: rgba(8, 16, 24, 0.55);
      }

      .hero-bg__code--b { display: none; }

      .hero-chips {
        display: flex;
      }

      .mobile-menu {
        display: flex;
        flex-direction: column;
        gap: 18px;
        position: fixed;
        top: 77px;
        left: 0;
        right: 0;
        background: rgba(8, 16, 24, 0.98);
        backdrop-filter: blur(14px);
        border-bottom: 1px solid var(--line);
        padding: 24px 20px 28px;
        transform: translateY(-120%);
        opacity: 0;
        pointer-events: none;
        transition: 0.35s ease;
        z-index: 1100;
      }
      .mobile-menu.open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
      }
      .mobile-menu a { color: var(--text); font-weight: 700; font-size: 1rem; }
      .mobile-menu .btn { width: 100%; }

      .hero, .section { padding-top: 44px; }
      .hero { padding-bottom: 56px; }
      .hero h1 { font-size: 2.35rem; }
      .cta { padding: 28px 22px; }

      .portfolio-spotlight-btn {
        width: 100%;
      }

      .path-grid,
      .services-grid,
      .pricing-grid,
      .app-pricing-grid,
      .addon-grid,
      .process-grid { grid-template-columns: 1fr; }
    }
  
    /* ── SYSTEM PAGES ── */
    .page-hero { padding: 56px 0 32px; position: relative; }
    .page-hero h1 {
      font-family: var(--display);
      font-size: clamp(2.1rem, 4.4vw, 3.4rem);
      line-height: 1.08;
      letter-spacing: -0.04em;
      font-weight: 800;
      margin-bottom: 16px;
    }
    .page-hero p.lead {
      color: var(--muted);
      font-size: 1.08rem;
      max-width: 62ch;
      margin-bottom: 22px;
    }
    .pill-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 28px; }
    .pill-nav a {
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.03);
      color: var(--muted);
      font-weight: 600;
      font-size: 0.9rem;
    }
    .pill-nav a:hover,
    .pill-nav a.active {
      border-color: rgba(34,197,94,0.45);
      color: var(--text);
      background: var(--primary-soft);
    }
    .module-grid,
    .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .faq-list { display: grid; gap: 10px; max-width: 820px; }
    .faq-list details {
      background: linear-gradient(180deg, var(--surface), var(--surface-2));
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 16px 18px;
    }
    .faq-list summary { cursor: pointer; font-weight: 700; }
    .faq-list details p { color: var(--muted); margin-top: 10px; }
    .price-band { padding: 28px; max-width: 820px; margin-top: 8px; }
    .price-band .price { margin-bottom: 8px; }
    .example-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .example-grid:has(:nth-child(3)):not(:has(:nth-child(4))) { grid-template-columns: repeat(3, 1fr); }
    .path-grid-3 { grid-template-columns: repeat(3, 1fr); max-width: none; }
    .path-card .path-from.muted { color: var(--muted); font-weight: 600; }
    .site-footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px 18px;
      margin-bottom: 10px;
    }
    .site-footer-links a { color: var(--muted); font-weight: 600; }
    .site-footer-links a:hover { color: var(--text); }
    a.service-card { display: flex; flex-direction: column; color: inherit; transition: transform 0.2s ease, border-color 0.2s ease; }
    a.service-card:hover { border-color: rgba(34, 197, 94, 0.4); transform: translateY(-3px); }
    a.service-card .path-from { margin-top: 12px; }

    .offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .offer-card { position: relative; }
    .offer-card p { flex: 1; }
    .offer-tag {
      display: inline-block;
      align-self: flex-start;
      margin-bottom: 12px;
      padding: 5px 11px;
      border-radius: 999px;
      border: 1px solid rgba(34,197,94,0.35);
      background: var(--primary-soft);
      color: #4ade80;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.02em;
    }
    .offer-tag--quote {
      border-color: rgba(56,189,248,0.3);
      background: rgba(56,189,248,0.08);
      color: #7dd3fc;
    }
    .answer-block {
      background: linear-gradient(180deg, var(--surface), var(--surface-2));
      border: 1px solid var(--line);
      border-left: 3px solid rgba(34,197,94,0.5);
      border-radius: 14px;
      padding: 22px 24px;
      max-width: 860px;
      margin-bottom: 34px;
      color: var(--muted);
      line-height: 1.7;
    }
    .answer-block strong { color: var(--text); }
    @media (max-width: 1100px) {
      .offer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 760px) {
      .offer-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 1200px) {
      .nav-links { gap: 14px; }
      .nav-links a { font-size: 0.88rem; }
    }
    @media (max-width: 1100px) {
      .module-grid, .proof-grid, .path-grid-3 { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 760px) {
      .module-grid, .proof-grid, .example-grid, .path-grid-3 { grid-template-columns: 1fr; }
    }
