/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'DM Sans', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: 4px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --radius: 10px;
    --color-bg: #0a0a0a;
    --color-surface: #111111;
    --color-surface2: #1a1a1a;
    --color-border: rgba(255,255,255,0.08);
    --color-border-strong: rgba(255,255,255,0.16);
    --color-green: #baf202;
    --color-green-bg: rgba(186,242,2,0.08);
    --color-green-border: rgba(186,242,2,0.2);
    --color-blue: #38bdf8;
    --color-blue-bg: rgba(56,189,248,0.08);
    --color-blue-border: rgba(56,189,248,0.2);
    --color-amber: #fb923c;
    --color-amber-bg: rgba(251,146,60,0.08);
    --color-amber-border: rgba(251,146,60,0.2);
    --color-pink: #f472b6;
    --color-pink-bg: rgba(244,114,182,0.08);
    --color-pink-border: rgba(244,114,182,0.2);
    --color-gold: #e8b84b;
    --color-gold-bg: rgba(232,184,75,0.08);
    --color-gold-border: rgba(232,184,75,0.25);
    --color-text: #f0f0f0;
    --color-muted: #d0d0d0;
    --color-muted-dim: #888888;
    --color-text-secondary: #c4c4c4;
    --color-accent: #baf202;
    --radius-full: 9999px;
    --font-display: 'Syne', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --section-x: 8vw;
    --page-inset: 8vw;
    --section-py: clamp(72px, 8.88vw, 100px);
    --green-hover-bg: rgba(186,242,2,0.12);
    --green-active-bg: rgba(186,242,2,0.2);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .-mb-12 {
    margin-bottom: calc(var(--spacing) * -12);
  }
  .-mb-16 {
    margin-bottom: calc(var(--spacing) * -16);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: var(--radius);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#1a1a1a\] {
    border-color: #1a1a1a;
  }
  .border-\[\#baf202\]\/20 {
    border-color: color-mix(in oklab, #baf202 20%, transparent);
  }
  .border-\[\#f59e0b\]\/20 {
    border-color: color-mix(in oklab, #f59e0b 20%, transparent);
  }
  .bg-\[\#0a0a0a\] {
    background-color: #0a0a0a;
  }
  .bg-\[\#baf202\]\/5 {
    background-color: color-mix(in oklab, #baf202 5%, transparent);
  }
  .bg-\[\#f59e0b\]\/5 {
    background-color: color-mix(in oklab, #f59e0b 5%, transparent);
  }
  .bg-\[rgba\(10\,10\,10\,0\.6\)\] {
    background-color: rgba(10,10,10,0.6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[8vw\] {
    padding-inline: 8vw;
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-\[72px\] {
    padding-top: 72px;
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[clamp\(28px\,5vw\,48px\)\] {
    font-size: clamp(28px, 5vw, 48px);
  }
  .text-\[clamp\(64px\,12vw\,96px\)\] {
    font-size: clamp(64px, 12vw, 96px);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-\[\#888\] {
    color: #888;
  }
  .text-\[\#baf202\] {
    color: #baf202;
  }
  .text-\[\#f59e0b\] {
    color: #f59e0b;
  }
  .text-\[\#f59e0b\]\/60 {
    color: color-mix(in oklab, #f59e0b 60%, transparent);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
:root {
  --bg: var(--color-bg);
  --surface: var(--color-surface);
  --surface2: var(--color-surface2);
  --border: var(--color-border);
  --border-strong: var(--color-border-strong);
  --green: var(--color-green);
  --green-bg: var(--color-green-bg);
  --green-border: var(--color-green-border);
  --blue: var(--color-blue);
  --blue-bg: var(--color-blue-bg);
  --blue-border: var(--color-blue-border);
  --amber: var(--color-amber);
  --amber-bg: var(--color-amber-bg);
  --amber-border: var(--color-amber-border);
  --pink: var(--color-pink);
  --pink-bg: var(--color-pink-bg);
  --pink-border: var(--color-pink-border);
  --gold: var(--color-gold);
  --gold-bg: var(--color-gold-bg);
  --gold-border: var(--color-gold-border);
  --accent: var(--color-accent);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --muted-dim: var(--color-muted-dim);
  --text-secondary: var(--color-text-secondary);
  --green-hover: #cff545;
  --red: #ef4444;
  --red-bg: rgba(239,68,68,0.08);
  --red-border: rgba(239,68,68,0.2);
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  body {
    background-color: var(--bg);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
  }
  :where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.025;
    pointer-events: none;
    z-index: 1000;
  }
  section {
    padding: var(--section-py) 48px;
  }
}
@layer components {
  .section-inner {
    width: 100%;
    max-width: calc(100% - var(--page-inset) * 2);
    margin-inline: auto;
  }
  @media (max-width: 900px) {
    .section-inner {
      max-width: 100%;
    }
  }
  .skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    z-index: 10000;
    padding: 12px 24px;
    background: var(--green);
    color: var(--bg);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 0 8px 8px;
    text-decoration: none;
    opacity: 0;
    transition: top 0.2s ease, opacity 0.2s ease;
  }
  .skip-link:focus-visible {
    top: 0;
    opacity: 1;
    outline: 2px solid var(--green);
    outline-offset: 2px;
  }
  nav {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s ease;
    padding-left: 48px;
    padding-right: 48px;
  }
  nav.nav--hidden {
    transform: translateY(-100%);
    pointer-events: none;
  }
  .nav-logo {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    text-decoration: none;
    line-height: 0;
  }
  .nav-logo object {
    display: block;
    width: 160px;
    height: 32px;
    pointer-events: none;
  }
  .nav-logo img {
    height: 28px;
    width: auto;
    display: block;
  }
  .nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-links a {
    color: var(--muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: color 0.2s;
  }
  .nav-links a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: width 0.25s ease;
  }
  .nav-links a:hover {
    color: var(--text);
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-links a.active {
    color: var(--text);
  }
  .nav-links a.active::after {
    width: 100%;
  }
  .nav-dropdown {
    position: relative;
    list-style: none;
  }
  .nav-dropdown-trigger {
    color: var(--muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-family: var(--font-sans);
  }
  .nav-dropdown-trigger::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: width 0.25s ease;
  }
  .nav-dropdown-trigger:hover, .nav-dropdown-trigger.active {
    color: var(--text);
  }
  .nav-dropdown-trigger.active::after, .nav-dropdown:hover .nav-dropdown-trigger::after, .nav-dropdown.open .nav-dropdown-trigger::after {
    width: 100%;
  }
  .nav-dropdown:hover .nav-dropdown-trigger, .nav-dropdown.open .nav-dropdown-trigger {
    color: var(--text);
  }
  .nav-dropdown-trigger svg {
    transition: transform 0.2s;
    flex-shrink: 0;
  }
  .nav-dropdown:hover .nav-dropdown-trigger svg, .nav-dropdown.open .nav-dropdown-trigger svg {
    transform: rotate(180deg);
  }
  .nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 12px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
    transition-delay: 150ms;
    transform: translateX(-50%) translateY(-4px);
    z-index: 200;
  }
  .nav-dropdown-inner {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  }
  .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown.open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition-delay: 0s;
  }
  .nav-dropdown-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
  }
  .nav-dropdown-item:hover {
    background: var(--surface2);
    color: var(--text);
  }
  .nav-dropdown-item-name {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    display: block;
  }
  .nav-dropdown-item:hover .nav-dropdown-item-name {
    color: var(--accent);
  }
  .nav-dropdown-item-desc {
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--muted);
    display: block;
  }
  .nav-dropdown-item.current .nav-dropdown-item-name {
    color: var(--green);
  }
  .nav-dropdown-item.current {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .nav-cta {
    background: var(--green-hover-bg);
    color: var(--accent);
    padding: 9px 22px;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(186,242,2,0.25);
    transition: background 0.2s, border-color 0.2s;
    white-space: nowrap;
  }
  .nav-cta:hover {
    background: var(--green-active-bg);
    border-color: rgba(186,242,2,0.5);
  }
  .nav-cta:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: var(--radius);
  }
  .nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .nav-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .nav-hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .nav-hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav-hamburger:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: var(--radius-sm);
  }
  .nav-drawer {
    display: none;
    position: fixed;
    top: 65px;
    right: 16px;
    width: calc(100% - 32px);
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius);
    z-index: 90;
    padding: 20px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6);
  }
  .nav-drawer.open {
    display: block;
  }
  .nav-drawer ul {
    list-style: none;
    margin-bottom: 16px;
  }
  .nav-drawer ul li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .nav-drawer ul li a {
    display: block;
    padding: 12px 8px;
    color: var(--muted);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.15s;
  }
  .nav-drawer ul li a span {
    position: relative;
    display: inline-block;
  }
  .nav-drawer ul li a span::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: width 0.25s ease;
  }
  .nav-drawer ul li a:hover {
    color: var(--text);
  }
  .nav-drawer ul li a:hover span::after {
    width: calc(100% + 10px);
  }
  .nav-drawer ul li a.active {
    color: var(--text);
  }
  .nav-drawer ul li a.active span::after {
    width: calc(100% + 10px);
  }
  .drawer-services-toggle span {
    position: relative;
    display: inline-block;
  }
  .drawer-services-toggle span::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: width 0.25s ease;
  }
  .drawer-services-toggle:hover span::after {
    width: calc(100% + 10px);
  }
  .drawer-services-toggle.active {
    color: var(--text);
  }
  .drawer-services-toggle.active span::after {
    width: calc(100% + 10px);
  }
  .nav-drawer .drawer-cta {
    display: block;
    text-align: center;
    background: var(--green-hover-bg);
    color: var(--accent);
    padding: 12px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid rgba(186,242,2,0.25);
    margin-top: 8px;
    transition: background 0.2s;
  }
  .nav-drawer .drawer-cta:hover {
    background: var(--green-active-bg);
  }
  .drawer-services-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 12px 8px;
    color: var(--muted);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: color 0.15s;
  }
  .drawer-services-toggle:hover {
    color: var(--text);
  }
  .drawer-services-toggle svg {
    flex-shrink: 0;
    transition: transform 0.2s;
  }
  .drawer-services-toggle[aria-expanded="false"] svg {
    transform: rotate(-90deg);
  }
  .drawer-services-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
  }
  .drawer-services-list.open {
    display: block;
  }
  .nav-drawer .drawer-services-list li:last-child {
    border-bottom: none;
  }
  .nav-drawer .drawer-services-list li a {
    display: block;
    padding: 12px 12px 12px 20px;
    color: var(--muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-bottom: none;
    border-radius: var(--radius-sm);
    transition: color 0.15s, background 0.15s;
  }
  .nav-drawer .drawer-services-list li a:hover {
    color: var(--text);
    background: rgba(255,255,255,0.04);
  }
  .nav-drawer .drawer-services-list li a.current {
    color: var(--green);
    background: var(--green-bg);
  }
  .nav-drawer .drawer-services-list li a.current:hover {
    color: var(--green);
    background: var(--green-hover-bg);
  }
  .btn-primary {
    background: var(--accent);
    color: #0a0a0a;
    padding: 14px 32px;
    border-radius: var(--radius-lg);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  }
  .btn-primary:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    box-shadow: 0 8px 24px var(--green-active-bg);
  }
  .btn-primary:active {
    transform: translateY(0) scale(0.97);
    opacity: 1;
    box-shadow: none;
  }
  .btn-primary:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: var(--radius-lg);
  }
  .btn-primary--contact {
    font-weight: 400;
  }
  .btn-primary svg, .btn-outline svg {
    flex-shrink: 0;
  }
  .btn-outline {
    background: var(--surface);
    color: var(--muted);
    padding: 14px 32px;
    border-radius: var(--radius-lg);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid var(--border);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
  }
  .btn-outline:hover {
    border-color: var(--border-strong);
    color: var(--text);
    background: var(--surface2);
    transform: translateY(-2px);
  }
  .btn-outline:active {
    transform: translateY(0) scale(0.97);
  }
  .btn-outline:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: var(--radius-lg);
  }
  .section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 16px;
  }
  .section-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: clamp(-0.5px, -0.03em, -1.5px);
    line-height: 1.1;
  }
  .section-sub {
    font-size: 17px;
    color: var(--muted);
    margin-top: 16px;
    line-height: 1.7;
  }
  #faq {
    background: var(--bg);
  }
  .faq-list {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color 0.2s;
    margin-bottom: 8px;
  }
  .faq-item.open {
    border-color: rgba(186,242,2,0.25);
  }
  .faq-item.faq-hidden {
    display: none;
  }
  .faq-item.faq-hidden.faq-revealed {
    display: block;
  }
  .faq-trigger {
    width: 100%;
    background: var(--surface);
    border: none;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
  }
  .faq-trigger:hover {
    background: var(--surface2);
  }
  .faq-trigger:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
  }
  .faq-question {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.4;
  }
  .faq-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bg);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s, background 0.2s, border-color 0.2s;
  }
  .faq-item.open .faq-icon {
    transform: rotate(45deg);
    background: var(--green-bg);
    border-color: var(--green-border);
  }
  .faq-icon svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: var(--muted);
    stroke-width: 2;
  }
  .faq-item.open .faq-icon svg {
    stroke: var(--green);
  }
  .faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background: var(--bg);
  }
  .faq-item.open .faq-body {
    max-height: 400px;
  }
  .faq-answer {
    padding: 16px 28px 24px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.75;
  }
  .faq-answer ul {
    margin-top: 10px;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  footer {
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: 64px 48px 40px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 240px 1fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border);
  }
  .footer-brand-logo {
    display: block;
    margin-bottom: 0;
    text-decoration: none;
  }
  .footer-tagline {
    font-size: 12px;
    color: var(--muted-dim);
    line-height: 1.4;
    margin-bottom: 0;
  }
  .footer-tagline-sub {
    font-size: 12px;
    color: var(--muted-dim);
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .footer-social-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    color: var(--muted-dim);
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
  }
  .footer-social-icon:hover {
    color: var(--text);
    border-color: rgba(255,255,255,0.18);
    background: var(--surface2);
  }
  .footer-social-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
  }
  .footer-col-label {
    font-family: 'Syne', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 16px;
  }
  .footer-col-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-col-links a {
    font-size: 14px;
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.18s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .footer-col-links a:hover {
    color: var(--green);
  }
  .footer-col-links a.highlight {
    color: var(--green);
  }
  .footer-col-links a.highlight:hover {
    color: var(--green-hover);
  }
  .link-arrow {
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.15s, transform 0.15s;
    font-size: 12px;
  }
  .footer-col-links a:hover .link-arrow {
    opacity: 1;
    transform: translateX(0);
  }
  .footer-col-location-label {
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .footer-col-location-text {
    font-size: 13px;
    color: var(--muted-dim);
    line-height: 1.6;
  }
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 28px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .footer-copy-text {
    font-size: 12px;
    color: var(--muted-dim);
  }
  @media (max-width: 1024px) {
    .footer-top {
      grid-template-columns: 200px 1fr 1fr 1fr 1fr;
      gap: 24px;
    }
  }
  @media (max-width: 768px) {
    footer {
      padding: 48px 24px 32px;
    }
    .footer-top {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
    .footer-brand {
      grid-column: 1 / -1;
    }
    .footer-bottom {
      justify-content: flex-start;
      gap: 12px;
    }
  }
  @media (max-width: 480px) {
    .footer-top {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .footer-bottom {
      justify-content: center;
    }
  }
  @media (max-width: 900px) {
    html {
      scroll-padding-top: 50px;
    }
    nav {
      padding: 12px 20px;
    }
    .nav-links {
      display: none;
    }
    .nav-cta {
      display: none;
    }
    .nav-hamburger {
      display: flex;
    }
    .nav-drawer {
      left: 16px;
      right: 16px;
      width: auto;
      top: 65px;
    }
    .nav-drawer.open {
      display: block;
    }
    section {
      padding-inline: 24px;
    }
  }
  @media (max-width: 375px) {
    nav {
      padding: 10px 16px;
    }
    .nav-drawer {
      left: 12px;
      right: 12px;
      width: auto;
    }
    section {
      padding-inline: 16px;
    }
  }
  .icon-10 {
    width: 10px;
    height: 10px;
  }
  .icon-12 {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin-top: 1px;
  }
  .text-accent {
    color: var(--accent);
  }
  .text-muted-dim {
    color: var(--muted-dim);
  }
  .text-text-secondary {
    color: var(--text-secondary);
  }
  .text-strong {
    color: var(--text);
  }
  .badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
    display: inline-block;
  }
  .badge-dot.amber, .badge-dot--amber {
    background: var(--amber);
  }
  .badge-dot-green {
    background: var(--green);
  }
  .badge-dot-blue {
    background: var(--blue);
  }
  .badge-dot-amber {
    background: var(--amber);
  }
  .scope-check-green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .scope-check-blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .scope-check-amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .scope-check-neutral {
    background: var(--surface2);
    border: 1px solid var(--border);
  }
  .service-step-num-green {
    color: var(--green);
  }
  .service-step-num-blue {
    color: var(--blue);
  }
  .service-step-num-amber {
    color: var(--amber);
  }
  .service-pricing-block-green {
    border-color: var(--green-border);
  }
  .service-pricing-block-blue {
    border-color: var(--blue-border);
  }
  .service-pricing-block-amber {
    border-color: var(--amber-border);
  }
  .service-price-amount-green {
    color: var(--green);
  }
  .service-price-amount-blue {
    color: var(--blue);
  }
  .service-price-amount-amber {
    color: var(--amber);
  }
  .service-deliverable-card-green {
    border-color: var(--green-border);
  }
  .service-deliverable-card-blue {
    border-color: var(--blue-border);
  }
  .service-deliverable-card-amber {
    border-color: var(--amber-border);
  }
  .service-deliverable-icon-green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .service-deliverable-icon-blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .service-deliverable-icon-amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .service-deliverable-icon-neutral {
    background: var(--surface2);
    border: 1px solid var(--border);
  }
  .service-persona-card-green {
    border-color: var(--green-border);
  }
  .service-persona-card-blue {
    border-color: var(--blue-border);
  }
  .service-deliverables-single {
    grid-template-columns: 1fr;
    max-width: 640px;
  }
  .btn-link-faq {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
  }
  .service-disclaimer {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 13px;
    color: var(--muted-dim);
  }
  .cancellation-note {
    margin-top: 20px;
    font-size: 12px;
    color: var(--muted-dim);
    line-height: 1.6;
    border-top: 1px solid var(--border);
    padding-top: 16px;
  }
  .section-label-blue {
    color: var(--blue);
  }
  .link-accent {
    color: var(--accent);
  }
  .link-muted {
    color: var(--muted);
  }
  .service-maintenance-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    flex-shrink: 0;
  }
  .service-maintenance-note {
    margin: 4px 0 0;
    font-size: 14px;
    color: var(--text-secondary);
  }
  .service-scope-list-mt {
    margin-top: 20px;
  }
  .service-start-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 680px;
  }
  .service-requirements-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 720px;
  }
  .service-hint-text {
    font-size: 13px;
    color: var(--muted-dim);
    margin-top: 16px;
    margin-bottom: 0;
  }
  .section-label-mb-12 {
    margin-bottom: 12px;
  }
  .section-label-mb-16 {
    margin-bottom: 16px;
  }
  .text-body-secondary {
    margin: 0;
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.6;
  }
}
@layer components {
  body.home #home {
    padding: 100px 0 0;
    position: relative;
    z-index: 1;
    background: var(--bg);
  }
  .hero-inner {
    width: 100%;
    max-width: calc(100% - 16vw);
    margin: 0 auto;
  }
  .hero-content {
    max-width: 55%;
  }
  @media (max-width: 1024px) {
    .hero-content {
      max-width: 100%;
    }
  }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-secondary);
    background: var(--surface);
    border: 1px solid var(--border-strong);
    padding: 6px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 28px;
  }
  .hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    animation: dotCycle 6s ease-in-out infinite;
  }
  @keyframes dotCycle {
    0% {
      background: var(--amber);
      transform: scale(1);
      opacity: 1;
    }
    15% {
      background: var(--amber);
      transform: scale(0.8);
      opacity: 0.5;
    }
    33% {
      background: var(--green);
      transform: scale(1);
      opacity: 1;
    }
    48% {
      background: var(--green);
      transform: scale(0.8);
      opacity: 0.5;
    }
    66% {
      background: var(--blue);
      transform: scale(1);
      opacity: 1;
    }
    81% {
      background: var(--blue);
      transform: scale(0.8);
      opacity: 0.5;
    }
    100% {
      background: var(--amber);
      transform: scale(1);
      opacity: 1;
    }
  }
  .hero-headline {
    font-family: var(--font-display);
    font-size: clamp(32px, 7.5vw, 72px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 24px;
  }
  .hero-headline-accent {
    color: var(--green);
    font-style: italic;
  }
  .hero-sub {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 40px;
    max-width: 540px;
  }
  .hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 72px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 24px 0;
  }
  .hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    padding: 0 48px;
  }
  .hero-stat + .hero-stat {
    border-left: 1px solid var(--border);
  }
  .stat-num {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
  }
  .stat-num.green {
    color: var(--green);
  }
  .stat-num.blue {
    color: var(--blue);
  }
  .stat-num.amber {
    color: var(--amber);
  }
  .stat-num.white {
    color: var(--text);
  }
  .stat-label {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.4;
  }
  body.home .badge-dot {
    animation: dot-pulse 2s ease-in-out infinite;
  }
  @keyframes dot-pulse {
    0%, 100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.4;
      transform: scale(0.85);
    }
  }
  body.home #services {
    background: var(--surface);
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .services-inner {
    padding: 100px 8vw;
  }
  body.home #services .section-sub {
    margin-bottom: 40px;
  }
  @media (max-width: 900px) {
    .services-inner {
      padding: 80px 24px;
    }
  }
  .track-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 8px;
  }
  .track-name {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
  }
  .track-line {
    flex: 1;
    height: 1px;
    background: var(--border);
  }
  .track-note {
    font-size: 12px;
    color: var(--muted);
    white-space: nowrap;
  }
  .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
  .grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
  .bundle-price-save svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }
  .sg-card {
    position: relative;
    border-radius: var(--radius);
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
  }
  .sg-card:hover {
    transform: translateY(-3px);
  }
  .sg-card.c-green {
    --accent-rgb: 186 242 2;
  }
  .sg-card.c-blue {
    --accent-rgb: 56 189 248;
  }
  .sg-card.c-amber {
    --accent-rgb: 251 146 60;
  }
  .sg-card.c-green:hover {
    border-color: rgba(186,242,2,0.35);
    box-shadow: 0 12px 48px rgba(186,242,2,0.08), 0 0 0 1px rgba(186,242,2,0.1);
  }
  .sg-card.c-blue:hover {
    border-color: rgba(56,189,248,0.35);
    box-shadow: 0 12px 48px rgba(56,189,248,0.08), 0 0 0 1px rgba(56,189,248,0.1);
  }
  .sg-card.c-amber:hover {
    border-color: rgba(251,146,60,0.35);
    box-shadow: 0 12px 48px rgba(251,146,60,0.08), 0 0 0 1px rgba(251,146,60,0.1);
  }
  .sg-spotlight {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .sg-card:hover .sg-spotlight {
    opacity: 1;
  }
  .sg-body-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sg-price-tag {
    border-radius: var(--radius-full);
    padding: 4px 10px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.3px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .sg-card.c-green .sg-price-tag {
    background: var(--green-hover-bg);
    border: 1px solid rgba(186,242,2,0.30);
    color: var(--green);
  }
  .sg-card.c-blue .sg-price-tag {
    background: rgba(56,189,248,0.12);
    border: 1px solid rgba(56,189,248,0.30);
    color: var(--blue);
  }
  .sg-card.c-amber .sg-price-tag {
    background: rgba(251,146,60,0.12);
    border: 1px solid rgba(251,146,60,0.30);
    color: var(--amber);
  }
  .sg-art {
    position: relative;
    height: 120px;
    overflow: hidden;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    z-index: 2;
  }
  .art-landing {
    background: radial-gradient(ellipse 80% 80% at 20% 90%, rgba(186,242,2,0.10) 0%, transparent 65%), radial-gradient(ellipse 40% 50% at 80% 20%, rgba(186,242,2,0.06) 0%, transparent 60%);
  }
  .art-landing::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 20px;
    width: 160px;
    height: 88px;
    border-radius: 5px;
    border: 1px solid rgba(186,242,2,0.22);
    background: rgba(186,242,2,0.03);
  }
  .art-landing::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 20px;
    width: 160px;
    height: 18px;
    border-radius: 5px 5px 0 0;
    background: rgba(186,242,2,0.07);
    border-bottom: 1px solid rgba(186,242,2,0.15);
  }
  .art-landing .browser-dots {
    position: absolute;
    top: 20px;
    left: 28px;
    display: flex;
    gap: 4px;
    z-index: 1;
  }
  .art-landing .browser-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(186,242,2,0.4);
  }
  .art-landing .browser-dots span:nth-child(2) {
    background: rgba(186,242,2,0.25);
  }
  .art-landing .browser-dots span:nth-child(3) {
    background: rgba(186,242,2,0.15);
  }
  .art-landing .browser-url {
    position: absolute;
    top: 17px;
    left: 60px;
    font-family: var(--font-mono);
    font-size: 8px;
    color: rgba(186,242,2,0.45);
    letter-spacing: 0.3px;
    line-height: 1;
    z-index: 1;
  }
  .art-landing .browser-lines {
    position: absolute;
    top: 40px;
    left: 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .art-landing .browser-lines span {
    display: block;
    height: 3px;
    border-radius: 2px;
    background: rgba(186,242,2,0.18);
    animation: wire-pulse 2.8s ease-in-out infinite;
  }
  .art-landing .browser-lines span:nth-child(1) {
    width: 100px;
    animation-delay: 0s;
  }
  .art-landing .browser-lines span:nth-child(2) {
    width: 70px;
    animation-delay: 0.3s;
  }
  .art-landing .browser-lines span:nth-child(3) {
    width: 120px;
    animation-delay: 0.6s;
  }
  .art-landing .browser-lines span:nth-child(4) {
    width: 55px;
    animation-delay: 0.9s;
  }
  @keyframes wire-pulse {
    0%, 100% {
      opacity: 0.18;
    }
    50% {
      opacity: 0.5;
    }
  }
  .art-advisory {
    background: radial-gradient(ellipse 70% 80% at 75% 40%, rgba(56,189,248,0.10) 0%, transparent 65%);
  }
  .art-advisory::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 24px;
    width: 90px;
    height: 90px;
    border-radius: 4px;
    border: 1px solid rgba(56,189,248,0.20);
    background: rgba(56,189,248,0.04);
  }
  .art-advisory .doc-lines {
    position: absolute;
    top: 28px;
    left: 34px;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .art-advisory .doc-lines span {
    display: block;
    height: 2px;
    border-radius: 1px;
    background: rgba(56,189,248,0.20);
  }
  .art-advisory .doc-lines span:nth-child(1) {
    width: 62px;
  }
  .art-advisory .doc-lines span:nth-child(2) {
    width: 48px;
  }
  .art-advisory .doc-lines span:nth-child(3) {
    width: 58px;
  }
  .art-advisory .doc-lines span:nth-child(4) {
    width: 38px;
  }
  .art-advisory .doc-lines span:nth-child(5) {
    width: 52px;
  }
  .art-advisory .scan-line {
    position: absolute;
    left: 24px;
    width: 90px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(56,189,248,0.6) 40%, rgba(56,189,248,0.6) 60%, transparent 100%);
    animation: scan 3s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(56,189,248,0.4);
  }
  @keyframes scan {
    0% {
      top: 14px;
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      top: 104px;
      opacity: 0;
    }
  }
  .art-advisory .nodes {
    position: absolute;
    top: 20px;
    right: 28px;
  }
  .art-advisory .node-dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(56,189,248,0.6);
    box-shadow: 0 0 8px rgba(56,189,248,0.4);
  }
  .art-advisory .node-dot-1 {
    width: 8px;
    height: 8px;
    top: 10px;
    left: 10px;
    background: rgba(56,189,248,0.7);
    box-shadow: 0 0 8px rgba(56,189,248,0.5);
  }
  .art-advisory .node-dot-2 {
    width: 5px;
    height: 5px;
    top: 35px;
    left: 50px;
    background: rgba(56,189,248,0.5);
    box-shadow: 0 0 6px rgba(56,189,248,0.35);
  }
  .art-advisory .node-dot-3 {
    width: 5px;
    height: 5px;
    top: 65px;
    left: 20px;
    background: rgba(56,189,248,0.45);
    box-shadow: 0 0 6px rgba(56,189,248,0.3);
  }
  .art-advisory .node-dot-4 {
    width: 6px;
    height: 6px;
    top: 50px;
    left: 80px;
    background: rgba(56,189,248,0.55);
    box-shadow: 0 0 7px rgba(56,189,248,0.4);
  }
  .art-blueprint {
    background: radial-gradient(ellipse 80% 80% at 30% 70%, rgba(186,242,2,0.08) 0%, transparent 65%);
  }
  .art-blueprint .grid-dots {
    position: absolute;
    inset: 10px;
    background-image: radial-gradient(circle 1.5px at center, rgba(186,242,2,0.20) 0%, transparent 100%);
    background-size: 20px 20px;
    background-position: 10px 10px;
  }
  .art-blueprint .glow-node {
    position: absolute;
    top: 50px;
    left: 80px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px rgba(186,242,2,0.8), 0 0 24px rgba(186,242,2,0.4), 0 0 48px rgba(186,242,2,0.2);
    animation: node-pulse 2s ease-in-out infinite;
  }
  @keyframes node-pulse {
    0%, 100% {
      transform: scale(1);
      box-shadow: 0 0 12px rgba(186,242,2,0.8), 0 0 24px rgba(186,242,2,0.4);
    }
    50% {
      transform: scale(1.3);
      box-shadow: 0 0 16px rgba(186,242,2,1), 0 0 32px rgba(186,242,2,0.6), 0 0 64px rgba(186,242,2,0.3);
    }
  }
  .art-blueprint .connect-line {
    position: absolute;
    background: rgba(186,242,2,0.18);
    transform-origin: 0 50%;
  }
  .art-blueprint .connect-line-1 {
    top: 55px;
    left: 90px;
    width: 40px;
    height: 1px;
    transform: rotate(-25deg);
  }
  .art-blueprint .connect-line-2 {
    top: 55px;
    left: 90px;
    width: 55px;
    height: 1px;
    transform: rotate(15deg);
  }
  .art-blueprint .connect-line-3 {
    top: 55px;
    left: 90px;
    width: 35px;
    height: 1px;
    transform: rotate(45deg);
  }
  .art-blueprint .secondary-node {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(186,242,2,0.45);
    box-shadow: 0 0 8px rgba(186,242,2,0.35);
  }
  .art-blueprint .secondary-node-1 {
    top: 35px;
    left: 122px;
  }
  .art-blueprint .secondary-node-2 {
    top: 62px;
    left: 140px;
  }
  .art-blueprint .secondary-node-3 {
    top: 79px;
    left: 118px;
  }
  .art-uidesign {
    background: radial-gradient(ellipse 70% 80% at 70% 35%, rgba(56,189,248,0.10) 0%, transparent 65%);
  }
  .art-uidesign .swatches {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .art-uidesign .swatch {
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.10);
    animation: swatch-float 3s ease-in-out infinite;
  }
  .art-uidesign .swatch:nth-child(1) {
    width: 32px;
    height: 56px;
    background: rgba(56,189,248,0.30);
    animation-delay: 0s;
  }
  .art-uidesign .swatch:nth-child(2) {
    width: 32px;
    height: 44px;
    background: rgba(186,242,2,0.25);
    animation-delay: 0.4s;
  }
  .art-uidesign .swatch:nth-child(3) {
    width: 32px;
    height: 64px;
    background: rgba(251,146,60,0.25);
    animation-delay: 0.8s;
  }
  .art-uidesign .swatch:nth-child(4) {
    width: 32px;
    height: 36px;
    background: rgba(244,114,182,0.25);
    animation-delay: 1.2s;
  }
  .art-uidesign .swatch:nth-child(5) {
    width: 32px;
    height: 52px;
    background: rgba(56,189,248,0.18);
    animation-delay: 1.6s;
  }
  @keyframes swatch-float {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-5px);
    }
  }
  .art-softwaredev {
    background: radial-gradient(ellipse 60% 70% at 65% 35%, rgba(251,146,60,0.10) 0%, transparent 60%);
  }
  .art-softwaredev::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 20px;
    right: 20px;
    bottom: 14px;
    border-radius: 6px;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(251,146,60,0.18);
  }
  .art-softwaredev::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 20px;
    right: 20px;
    height: 20px;
    border-radius: 6px 6px 0 0;
    background: rgba(251,146,60,0.06);
    border-bottom: 1px solid rgba(251,146,60,0.12);
  }
  .art-softwaredev .term-dots {
    position: absolute;
    top: 20px;
    left: 28px;
    display: flex;
    gap: 4px;
    z-index: 1;
  }
  .art-softwaredev .term-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
  .art-softwaredev .term-dots span:nth-child(1) {
    background: rgba(244,63,94,0.6);
  }
  .art-softwaredev .term-dots span:nth-child(2) {
    background: rgba(251,146,60,0.5);
  }
  .art-softwaredev .term-dots span:nth-child(3) {
    background: rgba(186,242,2,0.4);
  }
  .art-softwaredev .term-lines {
    position: absolute;
    top: 42px;
    left: 28px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-family: var(--font-mono);
    font-size: 10px;
    line-height: 1;
  }
  .art-softwaredev .term-line {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .art-softwaredev .term-prompt {
    color: rgba(186,242,2,0.7);
  }
  .art-softwaredev .term-cmd {
    color: rgba(251,146,60,0.75);
  }
  .art-softwaredev .term-out {
    color: rgba(255,255,255,0.30);
    padding-left: 2px;
  }
  .art-softwaredev .term-cursor {
    display: inline-block;
    width: 6px;
    height: 11px;
    background: rgba(251,146,60,0.8);
    border-radius: 1px;
    animation: blink 1.1s step-end infinite;
    vertical-align: middle;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .sg-body {
    padding: 20px 22px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 2;
  }
  .sg-eyebrow {
    font-family: var(--font-display);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--muted);
    opacity: 0.7;
  }
  .sg-name {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.2;
  }
  .sg-tagline {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.55;
    flex: 1;
  }
  .sg-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px;
    border-top: 1px solid rgba(255,255,255,0.06);
    position: relative;
    z-index: 2;
  }
  .sg-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .sg-chip {
    display: inline-flex;
    align-items: center;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid;
  }
  .sg-card.c-green .sg-chip {
    background: rgba(186,242,2,0.07);
    color: var(--green);
    border-color: rgba(186,242,2,0.20);
  }
  .sg-card.c-blue .sg-chip {
    background: rgba(56,189,248,0.07);
    color: var(--blue);
    border-color: rgba(56,189,248,0.20);
  }
  .sg-card.c-amber .sg-chip {
    background: rgba(251,146,60,0.07);
    color: var(--amber);
    border-color: rgba(251,146,60,0.20);
  }
  .sg-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .sg-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
  }
  .sg-link:hover {
    color: var(--text);
  }
  .sg-link:hover::after {
    transform: scaleX(1);
  }
  .sg-card.c-green .sg-link:hover {
    color: var(--green);
  }
  .sg-card.c-blue .sg-link:hover {
    color: var(--blue);
  }
  .sg-card.c-amber .sg-link:hover {
    color: var(--amber);
  }
  @media (max-width: 768px) {
    .sg-name {
      padding-right: 80px;
    }
  }
  .bundle-wrap {
    margin-top: 8px;
    border-radius: calc(var(--radius-lg) + 2px);
    padding: 2px;
    background: linear-gradient(128deg, rgba(186,242,2,0.45) 0%, rgba(56,189,248,0.35) 40%, rgba(251,146,60,0.45) 100%);
  }
  .bundle-card {
    background: rgba(0,0,0,0.25);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    position: relative;
    overflow: hidden;
  }
  .bundle-card::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 400px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(186,242,2,0.18) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
  }
  .bundle-card::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 25%;
    width: 320px;
    height: 220px;
    background: radial-gradient(ellipse, rgba(251,146,60,0.16) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
  }
  .bundle-card > * {
    position: relative;
    z-index: 1;
  }
  .bundle-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
  }
  .bundle-top-left {
    flex: 1;
  }
  .bundle-best-value {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--amber);
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    padding: 3px 10px;
    border-radius: var(--radius-full);
    margin-bottom: 10px;
  }
  .bundle-name {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 6px;
  }
  .bundle-desc {
    font-size: 14px;
    color: var(--muted);
    max-width: 440px;
    line-height: 1.6;
    margin-bottom: 14px;
  }
  .bundle-pills {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
  }
  .bundle-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    letter-spacing: 0.5px;
  }
  .bundle-pill.green {
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid var(--green-border);
  }
  .bundle-pill.blue {
    background: var(--blue-bg);
    color: var(--blue);
    border: 1px solid var(--blue-border);
  }
  .bundle-pill.amber {
    background: var(--amber-bg);
    color: var(--amber);
    border: 1px solid var(--amber-border);
  }
  .bundle-pill.rose {
    background: rgba(244,114,182,0.08);
    color: #f472b6;
    border: 1px solid rgba(244,114,182,0.25);
  }
  .bundle-pill-sep {
    color: var(--muted);
    font-size: 13px;
  }
  .bundle-top-right {
    text-align: right;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .bundle-price-label {
    font-size: 11px;
    color: var(--muted);
    display: block;
    margin-bottom: 4px;
  }
  .bundle-price-value {
    font-family: 'Syne', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--text);
    display: block;
    line-height: 1;
  }
  .bundle-price-save {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--green);
  }
  .bundle-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--amber);
    border: 1px solid var(--amber);
    color: #0a0a0a;
    padding: 11px 22px;
    border-radius: var(--radius);
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
  }
  .bundle-cta-btn:hover {
    opacity: 0.88;
  }
  .bundle-cta-mobile {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
  }
  .bundle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--border);
    padding-top: 20px;
  }
  .bundle-col {
    padding: 0 20px 0 0;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .bundle-col:last-child {
    padding-right: 0;
  }
  .bundle-col + .bundle-col {
    padding-left: 20px;
    border-left: 1px solid var(--border);
  }
  .bundle-col-eyebrow {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .bundle-col-eyebrow.green {
    color: var(--green);
  }
  .bundle-col-eyebrow.pink {
    color: #f472b6;
  }
  .bundle-col-eyebrow.amber {
    color: var(--amber);
  }
  .bundle-col-title {
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .bundle-col-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .bundle-col-list li {
    font-size: 12px;
    color: var(--text);
    line-height: 1.45;
    display: flex;
    align-items: flex-start;
    gap: 7px;
  }
  .trust-neg {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--amber);
  }
  .trust-neg-text strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1px;
  }
  .trust-neg-text span {
    font-size: 11px;
    color: var(--muted);
  }
  .bundle-cta-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .bundle-cta-perk {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--text);
  }
  .bundle-cta-perk svg, .bundle-col-list li svg, .trust-neg svg {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    flex-shrink: 0;
  }
  @media (max-width: 768px) {
    .grid-2, .grid-3 {
      grid-template-columns: 1fr;
    }
    .hub-card-art-css {
      height: 110px;
    }
    .bundle-top {
      flex-direction: column;
      gap: 20px;
    }
    .bundle-cta-desktop {
      display: none !important;
    }
    .bundle-top-right {
      display: none !important;
    }
    .bundle-cta-mobile {
      display: flex;
    }
    .bundle-cta-mobile .bundle-cta-btn {
      width: 100%;
      justify-content: center;
    }
    .bundle-grid {
      grid-template-columns: 1fr 1fr !important;
      column-gap: 20px;
      row-gap: 0;
      align-items: start;
    }
    .bundle-col:last-child {
      display: block;
    }
    .bundle-col, .bundle-col + .bundle-col {
      padding: 0;
      border-left: none !important;
    }
    .bundle-col:nth-child(even) {
      padding-right: 16px;
    }
    .bundle-col:nth-child(3), .bundle-col:nth-child(4) {
      margin-top: 32px;
    }
    .bundle-col {
      min-width: 0;
      overflow-wrap: break-word;
    }
    .bundle-col:nth-child(2), .bundle-col:nth-child(4) {
      padding-right: 0 !important;
      max-width: 100%;
      word-break: break-word;
    }
    .bundle-card {
      padding: 20px 24px;
    }
    .track-header {
      flex-wrap: wrap;
      gap: 8px;
    }
    .track-note {
      white-space: normal;
    }
  }
  @media (max-width: 480px) {
    .bundle-pills {
      flex-wrap: wrap;
    }
  }
  body.home #problems {
    background: var(--bg);
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  body.home #problems::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -150px;
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(56,189,248,0.05) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
  }
  body.home #problems > * {
    position: relative;
    z-index: 1;
  }
  body.home #problems .section-sub {
    margin-left: 0;
    margin-right: 0;
  }
  .problems-inner {
    width: 100%;
  }
  @media (min-width: 901px) {
    body.home #problems {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .problems-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }
  .problem-list {
    margin-top: 40px;
  }
  .problem-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--border);
  }
  .problem-item:first-child {
    border-top: 1px solid var(--border);
  }
  .problem-num {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: 1px;
    padding-top: 3px;
    flex-shrink: 0;
    width: 24px;
  }
  .problem-title {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
    color: var(--text);
  }
  .problem-desc {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.65;
  }
  .problems-aside {
    position: sticky;
    top: 100px;
  }
  .problems-aside-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 32px;
    margin-bottom: 16px;
  }
  .problems-aside-card--green {
    background: var(--green-bg);
    border-color: var(--green-border);
  }
  .problems-aside-card--amber {
    background: var(--amber-bg);
    border-color: var(--amber-border);
  }
  .problems-status-dot--amber {
    background: var(--amber);
    box-shadow: 0 0 8px rgba(251,146,60,0.7);
  }
  .problems-status-label--amber {
    color: var(--amber);
  }
  .problems-aside-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 16px;
  }
  .problems-quote {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
    color: var(--text);
  }
  .problems-quote-source {
    font-size: 12px;
    color: var(--muted);
  }
  .stat-big {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 800;
    color: var(--green);
    line-height: 1;
    margin-bottom: 8px;
  }
  .problems-stat-desc {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
  }
  .problems-capacity-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .problems-status {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .problems-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 8px rgba(186,242,2,0.7);
    flex-shrink: 0;
  }
  .problems-status-label {
    font-size: 12px;
    color: var(--green);
    font-weight: 600;
  }
  @media (max-width: 768px) {
    .problems-layout {
      grid-template-columns: 1fr;
      gap: 48px;
    }
    .problems-aside {
      position: static;
    }
  }
  .workflow-header {
    margin-bottom: 60px;
  }
  .workflow-header-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
  }
  .workflow-step-count {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--muted);
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    padding: 3px 12px;
  }
  .workflow-header .section-title {
    margin-top: 12px;
  }
  .workflow-header .section-sub {
    margin-top: 14px;
    max-width: none;
  }
  body.home #advantage {
    background: var(--surface);
  }
  .advantage-inner {
    width: 100%;
  }
  @media (min-width: 901px) {
    body.home #advantage {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .adv-e-layout {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: start;
  }
  .adv-e-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 100px;
  }
  .adv-e-art {
    position: relative;
    height: 300px;
    background: var(--bg);
    border-radius: var(--radius-lg);
    overflow: hidden;
  }
  .adv-pd-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle 1.5px at center, rgba(186,242,2,0.15) 0%, transparent 100%);
    background-size: 28px 28px;
    background-position: 14px 14px;
  }
  .adv-pd-pulse {
    position: absolute;
    border-radius: 50%;
    border: 1px solid;
    animation: adv-pd-expand 3.5s ease-out infinite;
    pointer-events: none;
    width: 0;
    height: 0;
  }
  .adv-pd-pulse-1 {
    top: 45%;
    left: 25%;
    border-color: rgba(186,242,2,0.5);
    animation-delay: 0s;
  }
  .adv-pd-pulse-2 {
    top: 28%;
    left: 58%;
    border-color: rgba(56,189,248,0.45);
    animation-delay: 1.2s;
  }
  .adv-pd-pulse-3 {
    top: 68%;
    left: 60%;
    border-color: rgba(251,146,60,0.45);
    animation-delay: 2.4s;
  }
  @keyframes adv-pd-expand {
    0% {
      width: 0;
      height: 0;
      opacity: 0.9;
      transform: translate(-50%,-50%);
    }
    100% {
      width: 140px;
      height: 140px;
      opacity: 0;
      transform: translate(-50%,-50%);
    }
  }
  .adv-pd-glow {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .adv-pd-glow-1 {
    width: 12px;
    height: 12px;
    background: var(--green);
    box-shadow: 0 0 16px rgba(186,242,2,0.9), 0 0 32px rgba(186,242,2,0.5);
    top: 45%;
    left: 25%;
    animation: adv-pulse-green 2s ease-in-out infinite;
  }
  .adv-pd-glow-2 {
    width: 10px;
    height: 10px;
    background: var(--blue);
    box-shadow: 0 0 14px rgba(56,189,248,0.9), 0 0 28px rgba(56,189,248,0.5);
    top: 28%;
    left: 58%;
    animation: adv-pulse-blue 2.4s ease-in-out infinite;
  }
  .adv-pd-glow-3 {
    width: 9px;
    height: 9px;
    background: var(--amber);
    box-shadow: 0 0 12px rgba(251,146,60,0.9), 0 0 24px rgba(251,146,60,0.5);
    top: 68%;
    left: 60%;
    animation: adv-pulse-amber 2.8s ease-in-out infinite;
  }
  @keyframes adv-pulse-green {
    0%, 100% {
      box-shadow: 0 0 16px rgba(186,242,2,0.9), 0 0 32px rgba(186,242,2,0.5);
    }
    50% {
      box-shadow: 0 0 24px rgba(186,242,2,1), 0 0 48px rgba(186,242,2,0.7);
    }
  }
  @keyframes adv-pulse-blue {
    0%, 100% {
      box-shadow: 0 0 14px rgba(56,189,248,0.9), 0 0 28px rgba(56,189,248,0.5);
    }
    50% {
      box-shadow: 0 0 20px rgba(56,189,248,1), 0 0 40px rgba(56,189,248,0.7);
    }
  }
  @keyframes adv-pulse-amber {
    0%, 100% {
      box-shadow: 0 0 12px rgba(251,146,60,0.9), 0 0 24px rgba(251,146,60,0.5);
    }
    50% {
      box-shadow: 0 0 18px rgba(251,146,60,1), 0 0 36px rgba(251,146,60,0.7);
    }
  }
  .adv-pd-connect {
    position: absolute;
    height: 1px;
    opacity: 0.2;
    transform-origin: left center;
  }
  .adv-pd-connect-1 {
    background: linear-gradient(90deg, rgba(186,242,2,0.6), rgba(56,189,248,0.6));
    width: 220px;
    top: 36%;
    left: 25%;
    transform: rotate(-18deg);
  }
  .adv-pd-connect-2 {
    background: linear-gradient(90deg, rgba(56,189,248,0.6), rgba(251,146,60,0.6));
    width: 180px;
    top: 47%;
    left: 38%;
    transform: rotate(22deg);
  }
  .adv-e-right {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
  }
  .adv-e-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;
    border-bottom: 1px solid var(--border);
  }
  .adv-e-item:first-child {
    border-top: 1px solid var(--border);
  }
  .adv-e-icon {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .adv-e-icon.green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    color: var(--green);
  }
  .adv-e-icon.blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
    color: var(--blue);
  }
  .adv-e-icon.amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    color: var(--amber);
  }
  .adv-e-icon.gold {
    background: var(--gold-bg);
    border: 1px solid var(--gold-border);
    color: var(--gold);
  }
  .adv-e-title {
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .adv-e-desc {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.65;
  }
  @media (max-width: 900px) {
    .adv-e-layout {
      grid-template-columns: 1fr;
      gap: 48px;
    }
    .adv-e-left {
      position: static;
    }
    .adv-e-art {
      height: 200px;
    }
  }
  body.home #ai-workflow {
    background: var(--surface);
  }
  .ai-workflow-inner {
    width: 100%;
  }
  @media (min-width: 901px) {
    body.home #ai-workflow {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .ai-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
  }
  .ai-workflow-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .workflow-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    border: 1px solid;
  }
  .workflow-badge.ai {
    background: rgba(232,184,75,0.08);
    border-color: rgba(232,184,75,0.25);
    color: var(--gold);
  }
  .workflow-badge.human {
    background: rgba(244,114,182,0.08);
    border-color: rgba(244,114,182,0.25);
    color: var(--pink);
  }
  .ai-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
  }
  .ai-stat-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
  }
  .ai-stat-num {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
  }
  .ai-stat-num.green {
    color: var(--green);
  }
  .ai-stat-num.blue {
    color: var(--blue);
  }
  .ai-stat-num.amber {
    color: var(--amber);
  }
  .ai-stat-num.gold {
    color: var(--gold);
  }
  .ai-stat-desc {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
  }
  .step-ai-badge svg {
    fill: var(--gold);
    flex-shrink: 0;
  }
  @media (max-width: 900px) {
    .ai-stats-row {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 480px) {
    .ai-stats-row {
      grid-template-columns: 1fr;
    }
  }
  body.home #workflow {
    background: var(--bg);
  }
  .workflow-inner {
    width: 100%;
  }
  @media (min-width: 901px) {
    body.home #workflow {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .workflow-timeline {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    margin-top: 60px;
    position: relative;
  }
  .workflow-timeline::before {
    content: '';
    position: absolute;
    top: 52px;
    left: calc(100% / 14);
    right: calc(100% / 14);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent), var(--blue), var(--accent), transparent);
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
  }
  .step-card {
    padding: 20px 16px 28px;
    border-right: 1px solid var(--border);
    position: relative;
    z-index: 1;
    transition: border-color 0.18s, transform 0.18s cubic-bezier(0.22,1,0.36,1), box-shadow 0.18s;
  }
  .step-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.15);
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
  }
  .step-card:last-child {
    border-right: none;
  }
  .step-number {
    font-family: 'Syne', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--muted);
    margin-bottom: 12px;
    opacity: 0.5;
    transition: opacity 0.2s, color 0.2s;
  }
  .step-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--surface);
    border: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: border-color 0.2s, background 0.2s;
    position: relative;
    z-index: 1;
  }
  .step-dot.green {
    color: var(--green);
  }
  .step-dot.blue {
    color: var(--blue);
  }
  .step-dot.amber {
    color: var(--amber);
  }
  .step-card:hover .step-dot {
    border-color: var(--accent);
    background: var(--green-bg);
  }
  .step-card:hover .step-dot.blue {
    border-color: var(--blue);
    background: var(--blue-bg);
  }
  .step-card:hover .step-dot.amber {
    border-color: var(--amber);
    background: var(--amber-bg);
  }
  .step-card:hover .step-number {
    opacity: 1;
    color: var(--accent);
  }
  .step-card h3 {
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .step-card p {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.6;
  }
  .workflow-ai-legend {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
    font-size: 11px;
    color: var(--muted);
    opacity: 0.7;
  }
  .workflow-ai-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 6px var(--gold);
    flex-shrink: 0;
  }
  .step-card--ai {
    position: relative;
  }
  .step-no-ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pink);
    background: var(--pink-bg);
    border: 1px solid var(--pink-border);
    border-radius: var(--radius-full);
    padding: 3px 8px;
    line-height: 1;
  }
  .step-ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    background: var(--gold-bg);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius-full);
    padding: 3px 8px;
    line-height: 1;
  }
  body.home #clients {
    background: var(--surface);
  }
  .clients-inner {
    width: 100%;
  }
  @media (min-width: 901px) {
    body.home #clients {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .clients-list {
    list-style: none;
    margin-top: 48px;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    gap: 0 24px;
  }
  .clients-row {
    display: contents;
  }
  .clients-list > li:first-child > * {
    border-top: 1px solid var(--border);
  }
  .clients-row > * {
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
    align-content: center;
  }
  .clients-row-logo-wrap {
    display: flex;
    align-items: center;
    min-width: 100px;
  }
  .clients-row-logo {
    display: block;
    height: 20px;
    width: auto;
    max-width: 100px;
    max-height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.75;
  }
  .clients-row-industry {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green);
    align-self: center;
    white-space: nowrap;
  }
  .clients-row-desc {
    font-size: 14px;
    color: var(--muted-dim);
    line-height: 1.6;
    align-self: center;
  }
  .clients-row-link {
    font-size: 13px;
    color: var(--muted-dim);
    text-decoration: none;
    white-space: nowrap;
    align-self: center;
    transition: color 0.15s;
  }
  .clients-row-link:hover {
    color: var(--text);
  }
  .clients-footer-note {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: var(--muted-dim);
  }
  body.home #stories {
    background: var(--bg);
    position: relative;
    overflow: hidden;
  }
  .stories-inner {
    width: 100%;
  }
  @media (min-width: 901px) {
    body.home #stories {
      padding-left: 0;
      padding-right: 0;
    }
  }
  body.home #stories .section-sub {
    margin-bottom: 48px;
  }
  .stories-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
  }
  .stories-divider-label {
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
  }
  .stories-divider-label.green {
    color: var(--green);
  }
  .stories-divider-label.blue {
    color: var(--blue);
  }
  .stories-divider-line {
    flex: 1;
    height: 1px;
    background: var(--border);
  }
  .ptag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: var(--radius-sm);
    line-height: 1;
    font-family: var(--font-mono);
    letter-spacing: 0.04em;
  }
  .ptag svg {
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    fill: currentColor;
  }
  .ptag.web {
    background: rgba(66,133,244,0.10);
    border: 1px solid rgba(66,133,244,0.22);
    color: #4285F4;
  }
  .ptag.android {
    background: rgba(61,220,132,0.10);
    border: 1px solid rgba(61,220,132,0.22);
    color: #3DDC84;
  }
  .ptag.ios {
    background: rgba(180,180,190,0.10);
    border: 1px solid rgba(180,180,190,0.22);
    color: #aaaabc;
  }
  .ptag.nestjs {
    background: rgba(224,35,78,0.10);
    border: 1px solid rgba(224,35,78,0.22);
    color: #E0234E;
  }
  .ptag.nestjs svg {
    fill: #E0234E;
  }
  .ptag.prisma {
    background: rgba(165,180,195,0.10);
    border: 1px solid rgba(165,180,195,0.22);
    color: #a5b4c3;
  }
  .ptag.prisma svg {
    fill: #a5b4c3;
  }
  .ptag.mongodb {
    background: rgba(71,162,72,0.10);
    border: 1px solid rgba(71,162,72,0.22);
    color: #47A248;
  }
  .ptag.mongodb svg {
    fill: #47A248;
  }
  .ptag.redis {
    background: rgba(255,68,56,0.10);
    border: 1px solid rgba(255,68,56,0.22);
    color: #FF4438;
  }
  .ptag.redis svg {
    fill: #FF4438;
  }
  .ptag.docker {
    background: rgba(36,150,237,0.10);
    border: 1px solid rgba(36,150,237,0.22);
    color: #2496ED;
  }
  .ptag.docker svg {
    fill: #2496ED;
  }
  .ptag.aws {
    background: rgba(255,153,0,0.10);
    border: 1px solid rgba(255,153,0,0.22);
    color: #FF9900;
  }
  .ptag.aws svg {
    fill: #FF9900;
  }
  .stories-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 12px;
    align-items: stretch;
    margin-bottom: 48px;
  }
  .proj-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .side-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
  }
  .proj-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 32px 32px;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
    cursor: default;
    position: relative;
    overflow: hidden;
  }
  .proj-card::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px var(--green-border);
    transition: opacity 0.25s;
    pointer-events: none;
  }
  .proj-card:hover {
    border-color: var(--green-border);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    transform: translateY(-3px);
  }
  .proj-card:hover::after {
    opacity: 1;
  }
  .proj-card.featured {
    border-color: var(--green-border);
    background: linear-gradient(145deg, var(--green-bg) 0%, var(--surface) 45%);
  }
  .proj-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--green) 0%, transparent 60%);
    border-radius: var(--radius) var(--radius) 0 0;
  }
  .proj-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .proj-client {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green);
  }
  .meta-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--border-strong);
    flex-shrink: 0;
  }
  .proj-industry {
    font-size: 11px;
    color: var(--muted);
    font-family: var(--font-mono);
  }
  .proj-year {
    font-size: 11px;
    color: var(--muted);
    font-family: var(--font-mono);
  }
  .proj-platforms {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-left: auto;
  }
  .proj-name {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .featured .proj-name {
    font-size: 24px;
  }
  .proj-desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 22px;
  }
  .proj-highlights {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
  }
  .proj-highlight {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
  }
  .proj-highlight::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--green);
    opacity: 0.7;
    flex-shrink: 0;
    margin-top: 7px;
  }
  .proj-detail-link {
    display: inline-block;
    margin-top: 16px;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.2s;
  }
  .proj-detail-link:hover {
    color: var(--green);
  }
  .conf-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: visible;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .conf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    background: rgba(255,255,255,0.015);
  }
  .conf-title {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: 0.01em;
  }
  .conf-badge {
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 600;
    padding: 3px 8px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    color: var(--muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .conf-list {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .conf-row {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 13px 20px;
    border-bottom: 1px solid var(--border);
    transition: background 0.15s;
  }
  .conf-row:last-child {
    border-bottom: none;
  }
  .conf-row:hover {
    background: rgba(255,255,255,0.02);
  }
  .conf-type {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-secondary);
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .conf-industry {
    font-size: 11px;
    color: var(--muted);
    font-family: var(--font-mono);
    letter-spacing: 0.02em;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .proj-cta {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
  }
  .oss-card {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
    border-radius: var(--radius);
    padding: 28px 32px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    transition: border-color 0.25s, box-shadow 0.25s;
    cursor: default;
  }
  .oss-card:hover {
    border-color: var(--blue);
    box-shadow: 0 8px 32px rgba(56,189,248,0.07);
  }
  .oss-eyebrow {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 12px;
  }
  .oss-eyebrow svg {
    fill: var(--blue);
    width: 11px;
    height: 11px;
    flex-shrink: 0;
  }
  .oss-title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
    letter-spacing: -0.01em;
  }
  .oss-desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 16px;
  }
  .oss-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
  }
  .oss-link {
    font-size: 12px;
    color: var(--blue);
    text-decoration: none;
    font-family: var(--font-mono);
    opacity: 0.8;
    transition: opacity 0.15s;
  }
  .oss-link:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .stars-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: var(--gold-bg);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 20px 24px;
    flex-shrink: 0;
    min-width: 100px;
    text-align: center;
  }
  .stars-num {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: -0.02em;
  }
  .stars-num svg {
    fill: var(--gold);
    width: 18px;
    height: 18px;
  }
  .stars-label {
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(232,184,75,0.5);
  }
  @media (max-width: 960px) {
    .stories-grid {
      grid-template-columns: 1fr;
    }
    .side-col {
      flex-direction: row;
      flex-wrap: wrap;
      height: auto;
    }
    .conf-card {
      flex: 1 1 260px;
    }
    .oss-card {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .stars-block {
      flex-direction: row;
      width: auto;
      min-width: auto;
      padding: 14px 20px;
    }
  }
  @media (max-width: 560px) {
    .side-col {
      flex-direction: column;
    }
    .proj-meta {
      gap: 7px;
    }
    .proj-platforms {
      margin-left: 0;
      width: 100%;
    }
  }
  body.home #tech {
    background: var(--bg);
    overflow: hidden;
    text-align: center;
  }
  body.home #tech .section-sub {
    margin-left: auto;
    margin-right: auto;
  }
  .tech-marquee-wrap {
    margin-top: 56px;
    position: relative;
    overflow: hidden;
  }
  .tech-marquee-wrap::before, .tech-marquee-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
  }
  .tech-marquee-wrap::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg), transparent);
  }
  .tech-marquee-wrap::after {
    right: 0;
    background: linear-gradient(-90deg, var(--bg), transparent);
  }
  .tech-marquee-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: marquee 30s linear infinite;
    padding: 4px 0;
  }
  .tech-marquee-track:hover {
    animation-play-state: paused;
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .tech-chip {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 20px 24px 16px;
    border-radius: var(--radius);
    min-width: 100px;
    white-space: nowrap;
    transition: border-color 0.2s, transform 0.2s;
    cursor: default;
  }
  .tech-chip:hover {
    border-color: rgba(255,255,255,0.2);
    transform: translateY(-3px);
  }
  .tech-chip img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .tech-chip:hover img {
    opacity: 1;
  }
  .tech-chip span {
    font-size: 12px;
    font-weight: 500;
    color: var(--muted);
    transition: color 0.2s;
  }
  .tech-chip:hover span {
    color: var(--text);
  }
  .tech-chip-skeleton {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 20px 24px 16px;
    border-radius: var(--radius);
    min-width: 100px;
  }
  .skel-logo {
    width: 36px;
    height: 36px;
    border-radius: var(--radius);
    background: linear-gradient(90deg, var(--surface2) 25%, var(--border) 50%, var(--surface2) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite;
  }
  .skel-name {
    width: 52px;
    height: 10px;
    border-radius: var(--radius-sm);
    background: linear-gradient(90deg, var(--surface2) 25%, var(--border) 50%, var(--surface2) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite;
  }
  @keyframes shimmer {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }
  body.home #team {
    background: var(--bg);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  body.home #team::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(to bottom, transparent, #0a0a0a);
    pointer-events: none;
    z-index: 2;
  }
  body.home #team .section-sub {
    margin-left: auto;
    margin-right: auto;
  }
  .team-inner {
    width: 100%;
  }
  @media (min-width: 901px) {
    body.home #team {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px;
  }
  .team-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, border-color 0.2s;
  }
  .team-card:nth-child(1):hover {
    transform: translateY(-4px);
    border-color: var(--green-border);
  }
  .team-card:nth-child(2):hover {
    transform: translateY(-4px);
    border-color: var(--blue-border);
  }
  .team-card:nth-child(3):hover {
    transform: translateY(-4px);
    border-color: var(--amber-border);
  }
  .team-card:nth-child(1) .team-avatar {
    background: linear-gradient(135deg, rgba(186,242,2,0.25), rgba(186,242,2,0.05));
    border-color: var(--green-border);
    color: var(--green);
  }
  .team-card:nth-child(2) .team-avatar {
    background: linear-gradient(135deg, rgba(56,189,248,0.25), rgba(56,189,248,0.05));
    border-color: var(--blue-border);
    color: var(--blue);
  }
  .team-card:nth-child(3) .team-avatar {
    background: linear-gradient(135deg, rgba(251,146,60,0.25), rgba(251,146,60,0.05));
    border-color: var(--amber-border);
    color: var(--amber);
  }
  .team-card:nth-child(1) .team-role {
    color: var(--green);
  }
  .team-card:nth-child(2) .team-role {
    color: var(--blue);
  }
  .team-card:nth-child(3) .team-role {
    color: var(--amber);
  }
  .team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin: 0 auto 20px;
    border: 2px solid;
    overflow: hidden;
  }
  .team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .team-card h3 {
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .team-role {
    font-size: 13px;
    font-weight: 500;
  }
  .team-bio {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
    margin-top: 12px;
  }
  .team-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    color: var(--muted);
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    cursor: pointer;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
  }
  .team-linkedin:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: var(--radius);
  }
  .team-linkedin:hover {
    color: #ffffff;
    background: #0a66c2;
    border-color: #0a66c2;
  }
  .team-linkedin svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  body.home #contact {
    padding: 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  body.home #contact .section-inner {
    padding-inline: 48px;
  }
  body.home .contact-simple-row {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  body.home .contact-simple-text {
    flex: 1;
    min-width: 0;
  }
  body.home .contact-simple-headline {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(24px, 3.2vw, 36px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 10px;
  }
  body.home .contact-simple-sub {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.5;
  }
  body.home .contact-simple-cta {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .btn-outline--whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  @media (max-width: 900px) {
    .workflow-timeline {
      grid-template-columns: repeat(2, 1fr);
    }
    .workflow-timeline::before {
      display: none;
    }
    .step-card {
      border-right: none;
      border-bottom: 1px solid var(--border);
      padding: 24px 16px;
    }
    .step-card:last-child {
      border-bottom: none;
    }
    .clients-grid {
      grid-template-columns: 1fr;
    }
    .clients-list {
      display: block;
      border-top: 1px solid var(--border);
    }
    .clients-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      padding: 16px 0;
      border-bottom: 1px solid var(--border);
    }
    .clients-list > li:first-child > * {
      border-top: none;
    }
    .clients-row > * {
      padding: 0;
      border: none;
    }
    .clients-row-desc {
      width: 100%;
      flex: unset;
    }
    .clients-row-link {
      width: 100%;
      text-align: center;
    }
    .team-grid {
      grid-template-columns: 1fr;
    }
    .hero-inner {
      max-width: 100%;
      padding: 0 24px;
    }
    .hero-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .hero-stat {
      padding: 20px 16px;
      border: none;
    }
    .hero-stat + .hero-stat {
      border: none;
    }
    .hero-stat:nth-child(2) {
      border-left: 1px solid var(--border);
    }
    .hero-stat:nth-child(3) {
      border-top: 1px solid var(--border);
    }
    .hero-stat:nth-child(4) {
      border-left: 1px solid var(--border);
      border-top: 1px solid var(--border);
    }
    #home {
      padding-left: 0;
      padding-right: 0;
    }
    body.home #contact .section-inner {
      padding-inline: 24px;
    }
    body.home .contact-simple-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      padding: 42px 0;
    }
    body.home .contact-simple-headline {
      font-size: 26px;
    }
  }
  @media (max-width: 600px) {
    .workflow-timeline {
      grid-template-columns: 1fr;
    }
    #home .hero-actions {
      gap: 12px;
      justify-content: flex-start;
      margin-bottom: 56px;
    }
    #home .btn-primary, #home .btn-outline {
      padding: 12px 20px;
      font-size: 14px;
    }
  }
  @media (max-width: 375px) {
    body.home #contact .section-inner {
      padding-inline: 16px;
    }
    .hero-actions {
      flex-direction: column;
      align-items: flex-start;
    }
    .clients-row {
      gap: 8px;
    }
    .clients-row-desc {
      font-size: 13px;
    }
    .clients-row-link {
      font-size: 12px;
    }
    .conf-card {
      overflow: hidden;
    }
    .conf-row {
      padding: 10px 14px;
    }
    .conf-type {
      font-size: 12px;
    }
    .conf-industry {
      font-size: 10px;
    }
    .stories-grid {
      gap: 8px;
    }
    .proj-card {
      padding: 20px 16px;
    }
    .proj-name {
      font-size: 16px;
    }
    .featured .proj-name {
      font-size: 18px;
    }
  }
  .star-gold {
    color: var(--gold);
  }
  .check-green {
    color: var(--green);
  }
  .check-pink {
    color: var(--pink);
  }
}
@layer components {
  .error-glow {
    position: absolute;
    border-radius: 9999px;
    filter: blur(120px);
    pointer-events: none;
    opacity: 0.18;
  }
  .error-glow--amber-tr {
    top: -80px;
    right: -80px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, #f59e0b 0%, transparent 70%);
  }
  .error-glow--green-bl {
    bottom: -60px;
    left: -60px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #baf202 0%, transparent 70%);
    opacity: 0.1;
  }
  .error-glow--blue-mid {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #3b82f6 0%, transparent 70%);
    opacity: 0.06;
  }
}
@layer components {
  .error-glow--green-tr {
    top: -80px;
    right: -80px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, #baf202 0%, transparent 70%);
  }
  .error-glow--blue-bl {
    bottom: -60px;
    left: -60px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #3b82f6 0%, transparent 70%);
  }
  .error-glow--amber-mid {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #f59e0b 0%, transparent 70%);
    opacity: 0.08;
  }
}
@layer components {
  .faq-page-hero {
    padding: 140px 48px 60px;
    text-align: center;
  }
  .faq-page-hero .section-sub {
    margin-left: auto;
    margin-right: auto;
  }
  .faq-page-content {
    padding: 0 48px 40px;
    max-width: 900px;
    margin: 0 auto;
  }
  .faq-tnc-note {
    text-align: center;
    padding: 0 24px 40px;
    color: var(--muted);
    font-size: 14px;
  }
  .faq-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 48px;
    flex-wrap: wrap;
  }
  .faq-tab {
    background: var(--surface);
    color: var(--muted);
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-body);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    white-space: nowrap;
  }
  .faq-tab:hover {
    background: var(--surface2);
    color: var(--text);
    border-color: var(--border-strong);
  }
  .faq-tab:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: var(--radius-full);
  }
  .faq-tab.active {
    background: var(--green-hover-bg);
    color: var(--accent);
    border-color: var(--accent);
    box-shadow: 0 0 12px rgba(186,242,2,0.1);
  }
  .faq-panel {
    display: none;
  }
  .faq-panel.active {
    display: block;
  }
  .faq-category-title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
  }
  .faq-subgroup {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 40px 0 20px;
  }
  .faq-subgroup:first-child {
    margin-top: 0;
  }
  .faq-page-content .faq-item.open .faq-body {
    max-height: 800px;
  }
  .faq-answer table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-size: 13px;
  }
  .faq-answer th, .faq-answer td {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid var(--border);
  }
  .faq-answer th {
    color: var(--text);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .faq-answer td {
    color: var(--muted);
  }
  .faq-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 24px;
    transition: color 0.2s;
  }
  .faq-back:hover {
    color: var(--text);
  }
  .faq-back svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform 0.2s;
  }
  .faq-back:hover svg {
    transform: translateX(-3px);
  }
  .faq-search-wrap {
    position: relative;
    margin-bottom: 32px;
  }
  .faq-search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: var(--muted);
    pointer-events: none;
    transition: color 0.2s;
  }
  .faq-search {
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 14px 44px 14px 44px;
    font-size: 14px;
    font-family: var(--font-body);
    color: var(--text);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
  }
  .faq-search::placeholder {
    color: var(--muted);
  }
  .faq-search:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(186,242,2,0.08);
  }
  .faq-search:focus + .faq-search-icon, .faq-search-wrap:focus-within .faq-search-icon {
    color: var(--accent);
  }
  .faq-search-clear {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--muted);
    padding: 4px;
    display: none;
    line-height: 0;
    transition: color 0.2s;
  }
  .faq-search-clear:hover {
    color: var(--text);
  }
  .faq-search-clear.visible {
    display: flex;
  }
  .faq-search-results {
    display: none;
  }
  .faq-search-results.active {
    display: block;
  }
  .faq-search-empty {
    padding: 48px 0;
    text-align: center;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
  }
  .faq-search-empty strong {
    display: block;
    color: var(--text);
    font-size: 16px;
    margin-bottom: 6px;
  }
  .faq-search-count {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .faq-search-count span {
    color: var(--accent);
  }
  body.page-faq mark {
    background: var(--green-active-bg);
    color: var(--accent);
    border-radius: 2px;
    padding: 0 1px;
  }
  .faq-panel-subdesc {
    font-size: 14px;
    color: var(--muted);
    margin: -16px 0 32px;
    line-height: 1.6;
  }
  @media (max-width: 900px) {
    .faq-page-hero {
      padding: 120px 24px 40px;
    }
    .faq-page-content {
      padding: 0 24px 40px;
    }
    .faq-tabs {
      gap: 8px;
    }
    .faq-tab {
      padding: 8px 16px;
      font-size: 13px;
    }
  }
  @media (max-width: 375px) {
    .faq-page-hero {
      padding: 100px 16px 32px;
    }
    .faq-page-content {
      padding: 0 16px 40px;
    }
  }
}
@layer components {
  .terms-hero {
    padding: 148px var(--page-inset) 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .terms-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient( -55deg, transparent, transparent 28px, rgba(255,255,255,0.018) 28px, rgba(255,255,255,0.018) 29px );
    pointer-events: none;
  }
  .terms-hero .section-label {
    position: relative;
  }
  .terms-hero .section-title {
    position: relative;
  }
  .terms-hero .section-sub {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .terms-grid {
    padding: 0 var(--page-inset) 32px;
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .doc-card {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr auto;
    align-items: stretch;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 0;
    overflow: hidden;
    transition: border-color 0.25s, background 0.25s;
    cursor: default;
    text-decoration: none;
  }
  .doc-card:first-child {
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }
  .doc-card:last-child {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    border-top: none;
  }
  .doc-card:not(:first-child):not(:last-child) {
    border-top: none;
  }
  .doc-card:only-child {
    border-radius: var(--radius-lg);
  }
  .doc-card:hover {
    background: var(--surface2);
    z-index: 1;
  }
  .doc-card-1:hover {
    border-color: rgba(186,242,2,0.18);
  }
  .doc-card-2:hover {
    border-color: rgba(56,189,248,0.18);
  }
  .doc-card-3:hover {
    border-color: rgba(251,146,60,0.18);
  }
  .doc-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 28px;
    gap: 10px;
    border-right: 1px solid var(--border);
    background: rgba(255,255,255,0.012);
    transition: background 0.25s;
  }
  .doc-card:hover .doc-tab {
    background: rgba(255,255,255,0.022);
  }
  .doc-card-1 .doc-tab {
    border-right-color: rgba(186,242,2,0.18);
  }
  .doc-card-2 .doc-tab {
    border-right-color: rgba(56,189,248,0.18);
  }
  .doc-card-3 .doc-tab {
    border-right-color: rgba(251,146,60,0.18);
  }
  .doc-tab-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 0 2px 2px 0;
  }
  .doc-card:first-child .doc-tab-line {
    border-radius: 0 0 2px 0;
    top: var(--radius-lg);
  }
  .doc-card:last-child .doc-tab-line {
    border-radius: 0 2px 0 0;
    bottom: var(--radius-lg);
  }
  .doc-card-1 .doc-tab-line {
    background: #baf202;
  }
  .doc-card-2 .doc-tab-line {
    background: #38bdf8;
  }
  .doc-card-3 .doc-tab-line {
    background: #fb923c;
  }
  .doc-tab-num {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    user-select: none;
    margin-top: 4px;
  }
  .doc-card-1 .doc-tab-num {
    color: #baf202;
  }
  .doc-card-2 .doc-tab-num {
    color: #38bdf8;
  }
  .doc-card-3 .doc-tab-num {
    color: #fb923c;
  }
  .doc-tab-icon {
    width: 18px;
    height: 18px;
    opacity: 0.3;
    flex-shrink: 0;
    transition: opacity 0.2s;
  }
  .doc-card:hover .doc-tab-icon {
    opacity: 0.6;
  }
  .doc-card-1:hover .doc-tab-icon {
    color: #baf202;
  }
  .doc-card-2:hover .doc-tab-icon {
    color: #38bdf8;
  }
  .doc-card-3:hover .doc-tab-icon {
    color: #fb923c;
  }
  .doc-body {
    padding: 28px 28px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
  }
  .doc-service-label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .doc-title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.3px;
  }
  .doc-desc {
    font-size: 14px;
    color: var(--muted-dim);
    line-height: 1.65;
    margin: 0;
    max-width: 440px;
  }
  .doc-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
  }
  .doc-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: var(--radius-full);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid;
  }
  .chip-pdf {
    background: rgba(244,63,94,0.08);
    border-color: rgba(244,63,94,0.2);
    color: #f43f5e;
  }
  .doc-card-1 .chip-version {
    background: rgba(186,242,2,0.06);
    border-color: rgba(186,242,2,0.18);
    color: #baf202;
  }
  .doc-card-2 .chip-version {
    background: rgba(56,189,248,0.06);
    border-color: rgba(56,189,248,0.18);
    color: #38bdf8;
  }
  .doc-card-3 .chip-version {
    background: rgba(251,146,60,0.06);
    border-color: rgba(251,146,60,0.18);
    color: #fb923c;
  }
  .doc-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    padding: 24px 28px 24px 0;
    flex-shrink: 0;
    min-width: 148px;
  }
  .doc-btn-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 20px;
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s, transform 0.15s;
    white-space: nowrap;
    color: #0a0a0a;
  }
  .doc-card-1 .doc-btn-open {
    background: #baf202;
  }
  .doc-card-2 .doc-btn-open {
    background: #38bdf8;
  }
  .doc-card-3 .doc-btn-open {
    background: #fb923c;
  }
  .doc-btn-open:hover {
    opacity: 0.88;
    transform: translateY(-1px);
  }
  .doc-btn-open:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }
  .doc-btn-open svg {
    flex-shrink: 0;
  }
  .doc-btn-dl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background: transparent;
    color: var(--muted);
    border: 1px solid var(--border);
    transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
    white-space: nowrap;
  }
  .doc-btn-dl:hover {
    background: var(--surface2);
    border-color: var(--border-strong);
    color: var(--text);
    transform: translateY(-1px);
  }
  .doc-btn-dl:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }
  .doc-btn-dl svg {
    flex-shrink: 0;
  }
  .terms-footer-note {
    max-width: 1040px;
    margin: 8px auto 0;
    padding: 20px var(--page-inset) 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
  }
  .terms-footer-note-text {
    font-size: 12px;
    color: var(--muted-dim);
    font-style: italic;
  }
  .terms-footer-note-text a {
    color: var(--accent);
    text-decoration: none;
  }
  .terms-footer-note-text a:hover {
    text-decoration: underline;
  }
  .terms-footer-note-updated {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--muted-dim);
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .terms-footer-note-updated::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    opacity: 0.7;
  }
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(16px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .doc-card {
    opacity: 0;
    animation: slideUp 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .doc-card:nth-child(1) {
    animation-delay: 0.08s;
  }
  .doc-card:nth-child(2) {
    animation-delay: 0.16s;
  }
  .doc-card:nth-child(3) {
    animation-delay: 0.24s;
  }
  @media (prefers-reduced-motion: reduce) {
    .doc-card {
      animation: none;
      opacity: 1;
    }
  }
  @media (max-width: 900px) {
    .terms-hero {
      padding: 120px 24px 56px;
    }
    .terms-grid {
      padding: 0 24px 64px;
    }
    .terms-footer-note {
      padding: 32px 24px 72px;
    }
    .doc-card {
      display: flex;
      flex-direction: column;
    }
    .doc-tab {
      display: none;
    }
    .doc-body {
      padding: 20px 20px 12px 20px;
    }
    .doc-actions {
      flex-direction: row;
      padding: 0 20px 28px 20px;
      margin-top: 16px;
      gap: 12px;
      min-width: 0;
    }
    .doc-btn-open, .doc-btn-dl {
      flex: 1;
    }
    .doc-title {
      font-size: 19px;
    }
  }
  @media (max-width: 540px) {
    .terms-grid {
      padding: 0 16px 72px;
    }
    .terms-footer-note {
      flex-direction: column;
      align-items: flex-start;
      padding: 24px 16px 80px;
    }
    .doc-body {
      padding: 18px 16px 10px 16px;
    }
    .doc-actions {
      padding: 0 16px 18px 16px;
      flex-direction: column;
    }
    .doc-btn-open, .doc-btn-dl {
      width: 100%;
    }
    .doc-title {
      font-size: 17px;
    }
  }
}
@layer components {
  .ps-section {
    padding: 80px 0;
  }
  .ps-hero {
    padding: 100px 0 88px;
  }
  .ps-hero-split {
    display: grid;
    grid-template-columns: 55fr 45fr;
    gap: 64px;
    align-items: center;
  }
  .ps-service-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    padding: 5px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 28px;
  }
  .ps-hero-headline {
    font-family: var(--font-display);
    font-size: clamp(26px, 4.5vw, 54px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.06;
    color: var(--text);
    margin-bottom: 24px;
  }
  .ps-hero-green {
    color: var(--green);
  }
  .ps-hero-sub {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.65;
    max-width: 440px;
    margin-bottom: 36px;
  }
  .ps-hero-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .ps-hero-note {
    margin-top: 16px;
    font-size: 13px;
    color: var(--muted-dim);
    line-height: 1.5;
    max-width: 440px;
  }
  .ps-browser-wrap {
    position: relative;
    max-width: 460px;
    justify-self: center;
    width: 100%;
    margin-top: 40px;
  }
  .ps-browser-price-badge {
    position: absolute;
    top: -42px;
    right: -18px;
    background: var(--green);
    color: var(--bg);
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: var(--radius);
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(186,242,2,0.3);
    line-height: 1.2;
    z-index: 10;
  }
  .ps-browser-price-sub {
    display: block;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 500;
    color: rgba(10,10,10,0.6);
    margin-top: 1px;
  }
  .ps-browser-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,0.5);
  }
  .ps-browser-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
  }
  .ps-browser-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .ps-dot-red {
    background: #ff5f57;
  }
  .ps-dot-amber {
    background: #febc2e;
  }
  .ps-dot-green {
    background: #28c840;
  }
  .ps-browser-url-bar {
    flex: 1;
    background: var(--surface);
    border-radius: 6px;
    height: 26px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 6px;
  }
  .ps-browser-url-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--muted-dim);
  }
  .ps-browser-url-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--muted);
  }
  .ps-browser-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .ps-wf-hero-img {
    width: 100%;
    height: 110px;
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ps-wf-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--green);
    opacity: 0.9;
  }
  .ps-wf-lines {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .ps-wf-headline {
    height: 14px;
    background: var(--border);
    border-radius: 4px;
  }
  .ps-wf-line {
    height: 7px;
    background: var(--muted-dim);
    border-radius: 4px;
  }
  .ps-wf-full {
    width: 100%;
  }
  .ps-wf-75 {
    width: 75%;
  }
  .ps-wf-55 {
    width: 55%;
  }
  .ps-wf-med {
    width: 80%;
  }
  .ps-wf-short {
    width: 60%;
  }
  .ps-wf-btn {
    width: 90px;
    height: 28px;
    background: var(--green);
    border-radius: 6px;
    opacity: 0.85;
  }
  .ps-wf-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
  .ps-wf-col {
    height: 48px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
  }
  .ps-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg);
    padding: 13px 28px;
    transition: transform 0.18s, opacity 0.18s;
    cursor: pointer;
    border: none;
  }
  .ps-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
  }
  .ps-btn-primary {
    background: var(--green);
    color: var(--bg);
  }
  .ps-btn-outline {
    background: transparent;
    color: var(--muted);
    border: 1px solid var(--border-strong);
  }
  .ps-btn-outline:hover {
    color: var(--text);
  }
  .ps-trust-bar {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 24px 0;
  }
  .ps-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .ps-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 40px;
    text-align: center;
  }
  .ps-trust-item + .ps-trust-item {
    border-left: 1px solid var(--border);
  }
  .ps-trust-num {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .ps-trust-num.blue {
    color: var(--blue);
  }
  .ps-trust-num.amber {
    color: var(--amber);
  }
  .ps-trust-num.white {
    color: var(--text);
  }
  .ps-trust-num.green {
    color: var(--green);
  }
  .ps-trust-label {
    font-size: 11px;
    font-weight: 500;
    color: var(--muted-dim);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .ps-section-header {
    margin-bottom: 48px;
  }
  .ps-section-header.center {
    text-align: center;
  }
  .ps-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 12px;
  }
  .ps-section-title {
    font-family: var(--font-display);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.15;
    color: var(--text);
    margin: 0 0 12px;
  }
  .ps-section-desc {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.65;
  }
  .ps-section-desc.center {
    margin: 0 auto;
  }
  .ps-persona-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
  }
  .ps-persona-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 28px;
    border-bottom: 1px solid var(--border);
    transition: background 0.18s;
  }
  .ps-persona-row:last-child {
    border-bottom: none;
  }
  .ps-persona-row:hover {
    background: var(--surface2);
  }
  .ps-persona-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .ps-persona-icon svg {
    stroke: var(--green);
  }
  .ps-persona-icon.blue {
    background: var(--blue-bg);
    border-color: var(--blue-border);
  }
  .ps-persona-icon.blue svg {
    stroke: var(--blue);
  }
  .ps-persona-icon.amber {
    background: var(--amber-bg);
    border-color: var(--amber-border);
  }
  .ps-persona-icon.amber svg {
    stroke: var(--amber);
  }
  .ps-persona-name {
    font-weight: 600;
    font-size: 15px;
    color: var(--text);
    margin-bottom: 4px;
  }
  .ps-persona-desc {
    font-size: 14px;
    color: var(--muted-dim);
    line-height: 1.55;
  }
  .ps-scope-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .ps-scope-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 20px;
    transition: border-color 0.2s ease, transform 0.2s ease;
    cursor: default;
  }
  .ps-scope-card:hover {
    border-color: var(--muted-dim);
    transform: translateY(-2px);
  }
  .ps-scope-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
  }
  .ps-scope-icon-box.green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    color: var(--green);
  }
  .ps-scope-icon-box.blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
    color: var(--blue);
  }
  .ps-scope-icon-box.amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    color: var(--amber);
  }
  .ps-scope-card-title {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
    line-height: 1.35;
  }
  .ps-scope-card-desc {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--muted);
    line-height: 1.55;
  }
  .ps-scope-card-excludes {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--muted-dim);
    margin-top: 10px;
    line-height: 1.5;
  }
  .ps-scope-card-excludes-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted-dim);
    display: block;
    margin-bottom: 4px;
  }
  .ps-prepare-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
  }
  .ps-prepare-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  .ps-prepare-number {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 500;
    color: var(--green);
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    border-radius: var(--radius-full);
    padding: 4px 10px;
    flex-shrink: 0;
    margin-top: 2px;
    letter-spacing: 0.06em;
  }
  .ps-prepare-title {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
  }
  .ps-prepare-desc {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--muted);
    line-height: 1.55;
  }
  .ps-prepare-fallback {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--muted-dim);
    font-style: italic;
    margin-top: 6px;
    line-height: 1.5;
  }
  .ps-deliver-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .ps-deliver-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 20px;
    transition: border-color 0.18s;
  }
  .ps-deliver-card:hover {
    border-color: var(--border-strong);
  }
  .ps-deliver-icon {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .ps-deliver-icon.green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .ps-deliver-icon.green svg {
    stroke: var(--green);
  }
  .ps-deliver-icon.blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .ps-deliver-icon.blue svg {
    stroke: var(--blue);
  }
  .ps-deliver-icon.amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .ps-deliver-icon.amber svg {
    stroke: var(--amber);
  }
  .ps-deliver-name {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
  }
  .ps-deliver-desc {
    font-size: 13px;
    color: var(--muted-dim);
    line-height: 1.5;
  }
  .ps-process-step.blue .ps-process-marker {
    background: var(--blue-bg);
    border-color: var(--blue);
  }
  .ps-process-step.blue .ps-process-num {
    color: var(--blue);
  }
  .ps-process-step.blue .ps-process-timing {
    color: var(--blue);
  }
  .ps-process-step.amber .ps-process-marker {
    background: var(--amber-bg);
    border-color: var(--amber);
  }
  .ps-process-step.amber .ps-process-num {
    color: var(--amber);
  }
  .ps-process-step.amber .ps-process-timing {
    color: var(--amber);
  }
  .ps-process-step.green-dim .ps-process-marker {
    background: var(--green-bg);
    border-color: var(--green-border);
    opacity: 0.7;
  }
  .ps-process-step.green-dim .ps-process-num {
    color: var(--green);
    opacity: 0.7;
  }
  .ps-process-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 2px solid var(--border);
    padding-left: 0;
    margin-left: 24px;
  }
  .ps-process-step {
    position: relative;
    padding: 0 0 40px 40px;
  }
  .ps-process-step:last-child {
    padding-bottom: 0;
  }
  .ps-process-marker {
    position: absolute;
    left: -13px;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--surface);
    border: 2px solid var(--border-strong);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ps-process-step.active .ps-process-marker {
    background: var(--green-bg);
    border-color: var(--green);
  }
  .ps-process-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    font-weight: 700;
    color: var(--muted-dim);
  }
  .ps-process-step.active .ps-process-num {
    color: var(--green);
  }
  .ps-process-body {
    padding-top: 2px;
  }
  .ps-process-title {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
  }
  .ps-process-timing {
    font-size: 12px;
    font-family: 'JetBrains Mono', monospace;
    color: var(--muted-dim);
    margin-bottom: 8px;
    letter-spacing: 0.3px;
  }
  .ps-process-desc {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
  }
  .ps-process-output {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    font-size: 12px;
    font-family: 'JetBrains Mono', monospace;
    color: var(--muted);
    letter-spacing: 0.04em;
  }
  .ps-process-output-label {
    color: var(--muted-dim);
    margin-right: 6px;
  }
  .ps-pricing-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
  }
  .ps-ticket {
    grid-row: 1 / 3;
    background: var(--bg);
    border: 1px solid var(--green-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .ps-ticket-top {
    padding: 40px 40px 28px;
    position: relative;
    border-bottom: 1px dashed rgba(186,242,2,0.3);
  }
  .ps-ticket-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 16px;
    background-image: radial-gradient(circle 8px at 20px center, var(--bg) 99%, transparent 100%);
    background-size: 24px 16px;
    background-repeat: repeat-x;
    pointer-events: none;
  }
  .ps-ticket-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green);
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    padding: 5px 12px;
    border-radius: var(--radius-full);
    width: fit-content;
    margin-bottom: 20px;
  }
  .ps-ticket-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
  }
  .ps-ticket-currency {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--muted-dim);
  }
  .ps-ticket-amount {
    font-family: var(--font-display);
    font-size: clamp(52px, 6vw, 68px);
    font-weight: 800;
    color: var(--green);
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .ps-ticket-subline {
    font-size: 13px;
    color: var(--muted-dim);
  }
  .ps-ticket-bottom {
    background: rgba(186,242,2,0.04);
    padding: 28px 40px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .ps-ticket-rows {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .ps-ticket-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 13px;
  }
  .ps-ticket-row:last-child {
    border-bottom: none;
  }
  .ps-ticket-ico {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 7px;
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
  }
  .ps-ticket-ico svg {
    width: 13px;
    height: 13px;
  }
  .ps-ticket-label {
    color: var(--muted-dim);
    flex: 1;
  }
  .ps-ticket-val {
    color: var(--text);
    font-weight: 600;
  }
  .ps-ticket-cta {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--green);
    color: var(--bg);
    font-weight: 700;
    font-size: 14px;
    padding: 14px 24px;
    border-radius: var(--radius);
    text-decoration: none;
    width: 100%;
    transition: opacity 0.2s;
  }
  .ps-ticket-cta:hover {
    opacity: 0.9;
  }
  .ps-stub {
    background: var(--bg);
    border: 1px solid var(--green-border);
    border-radius: var(--radius-lg);
    padding: 28px;
  }
  .ps-stub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(186,242,2,0.25);
  }
  .ps-stub-title {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text);
  }
  .ps-stub-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--green);
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .ps-stub-list {
    display: flex;
    flex-direction: column;
  }
  .ps-stub-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px dotted rgba(255,255,255,0.08);
    font-size: 13px;
  }
  .ps-stub-row:last-child {
    border-bottom: none;
  }
  .ps-stub-k {
    color: var(--muted-dim);
  }
  .ps-stub-v {
    color: var(--text);
    font-weight: 600;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
  }
  .ps-steps-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px;
  }
  .ps-steps-card.codemodo-card--pricing {
    position: relative;
    overflow: hidden;
  }
  .ps-steps-card.codemodo-card--pricing::before {
    content: '';
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(186,242,2,0.10) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
  }
  .ps-steps-card.codemodo-card--pricing::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    background-image: url('/logo/codemodo-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.05;
    pointer-events: none;
    transform: rotate(-10deg);
    z-index: 0;
  }
  .ps-steps-card.codemodo-card--pricing > * {
    position: relative;
    z-index: 1;
  }
  .ps-steps-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 16px;
  }
  .ps-steps-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .ps-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
  }
  .ps-step::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 32px;
    bottom: -14px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(186,242,2,0.3), rgba(186,242,2,0));
  }
  .ps-step:last-child::before {
    display: none;
  }
  .ps-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    color: var(--green);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .ps-step-body {
    padding-top: 3px;
  }
  .ps-step-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 2px;
  }
  .ps-step-desc {
    font-size: 12px;
    color: var(--muted-dim);
    line-height: 1.5;
  }
  .ps-faq-link-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    max-width: 480px;
    margin: 0 auto;
  }
  .ps-faq-link-block .ps-section-title {
    margin-bottom: 0;
  }
  .ps-faq-link-btn {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  @media (max-width: 768px) {
    .ps-hero .section-inner, .ps-trust-bar .section-inner, .ps-section .section-inner {
      max-width: 100%;
      padding: 0 20px;
    }
    .ps-section {
      padding: 56px 0;
    }
    .ps-hero {
      padding: 110px 0 60px;
    }
    .ps-hero-split {
      grid-template-columns: 1fr;
      gap: 48px;
    }
    .ps-browser-wrap {
      display: none;
    }
    .ps-scope-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .ps-prepare-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .ps-deliver-grid {
      grid-template-columns: 1fr 1fr;
    }
    .ps-trust-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
    }
    .ps-trust-item {
      padding: 20px 16px;
      border-left: none;
      border-top: none;
    }
    .ps-trust-item + .ps-trust-item {
      border-left: none;
    }
    .ps-trust-item:nth-child(2n) {
      border-left: 1px solid var(--border);
    }
    .ps-trust-item:nth-child(3), .ps-trust-item:nth-child(4) {
      border-top: 1px solid var(--border);
    }
    .ps-browser-price-badge {
      right: 8px;
    }
    .ps-pricing-bento {
      grid-template-columns: 1fr;
    }
    .ps-ticket {
      grid-row: auto;
    }
    .ps-ticket-top {
      padding: 32px 24px 24px;
    }
    .ps-ticket-bottom {
      padding: 24px 24px 28px;
    }
    .ps-stub {
      padding: 24px;
    }
    .ps-steps-card {
      padding: 24px;
    }
  }
  @media (max-width: 520px) {
    .ps-scope-grid {
      grid-template-columns: 1fr;
    }
    .ps-deliver-grid {
      grid-template-columns: 1fr;
    }
  }
}
@layer components {
  .adv-section {
    padding: 88px 0;
  }
  .adv-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 12px;
  }
  .adv-section-title {
    font-family: var(--font-display);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.15;
    color: var(--text);
    margin: 0 0 12px;
  }
  .adv-section-desc {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.65;
  }
  .adv-section-header {
    margin-bottom: 52px;
  }
  .adv-hero {
    padding: 100px 0 88px;
  }
  .adv-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 64px;
    align-items: center;
  }
  .adv-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    padding: 5px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 28px;
  }
  .adv-hero-headline {
    font-family: var(--font-display);
    font-size: clamp(26px, 4.5vw, 54px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.06;
    color: var(--text);
    margin-bottom: 24px;
  }
  .adv-hero-headline em {
    font-style: normal;
    color: var(--green);
  }
  .adv-hero-sub {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.65;
    max-width: 440px;
    margin-bottom: 36px;
  }
  .adv-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .adv-hero-note {
    font-size: 13px;
    color: var(--muted-dim);
    line-height: 1.5;
  }
  .adv-report-wrap {
    position: relative;
    transform: scale(0.88);
    transform-origin: center top;
    margin-top: 20px;
  }
  .adv-price-badge {
    position: absolute;
    top: -42px;
    right: -18px;
    background: var(--green);
    color: var(--bg);
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: var(--radius);
    z-index: 10;
    box-shadow: 0 8px 24px rgba(186,242,2,0.3);
    line-height: 1.2;
  }
  .adv-price-badge span {
    display: block;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 500;
    color: rgba(10,10,10,0.6);
    margin-top: 1px;
  }
  .adv-report-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,0.5);
  }
  .adv-report-header {
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .adv-report-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .adv-report-title-block {
    flex: 1;
  }
  .adv-report-doc-title {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.2;
  }
  .adv-report-doc-meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--muted-dim);
    margin-top: 2px;
  }
  .adv-report-confidential {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--amber);
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    padding: 3px 8px;
    border-radius: 4px;
  }
  .adv-report-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .adv-rline {
    height: 8px;
    background: var(--surface2);
    border-radius: 4px;
    opacity: 0;
    animation: adv-fade-in-line 0.4s ease forwards;
  }
  .adv-rline.w-full {
    width: 100%;
  }
  .adv-rline.w-80 {
    width: 80%;
  }
  .adv-rline.w-60 {
    width: 60%;
  }
  .adv-rline.w-40 {
    width: 40%;
  }
  .adv-rline.green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    height: 6px;
  }
  .adv-rline.d1 {
    animation-delay: 0.2s;
  }
  .adv-rline.d2 {
    animation-delay: 0.5s;
  }
  .adv-rline.d3 {
    animation-delay: 0.8s;
  }
  .adv-rline.d4 {
    animation-delay: 1.1s;
  }
  .adv-rline.d5 {
    animation-delay: 1.4s;
  }
  .adv-rline.d6 {
    animation-delay: 1.7s;
  }
  .adv-rline.d7 {
    animation-delay: 2.0s;
  }
  .adv-rline.d8 {
    animation-delay: 2.3s;
  }
  @keyframes adv-fade-in-line {
    from {
      opacity: 0;
      transform: translateX(-8px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .adv-report-section-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 4px;
    opacity: 0;
    animation: adv-fade-in-line 0.4s ease forwards;
  }
  .adv-report-section-label.d1 {
    animation-delay: 0.1s;
    color: var(--green);
  }
  .adv-report-section-label.d4 {
    animation-delay: 0.9s;
    color: var(--amber);
  }
  .adv-report-section-label.d7 {
    animation-delay: 1.8s;
    color: var(--blue);
  }
  .adv-report-finding {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    opacity: 0;
    animation: adv-fade-in-line 0.4s ease forwards;
  }
  .adv-report-finding.d5 {
    animation-delay: 1.3s;
  }
  .adv-report-finding.d6 {
    animation-delay: 1.6s;
  }
  .adv-finding-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
  }
  .adv-finding-dot.green {
    background: var(--green);
  }
  .adv-finding-dot.amber {
    background: var(--amber);
  }
  .adv-finding-lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
  }
  .adv-finding-line {
    height: 7px;
    border-radius: 4px;
    background: var(--surface2);
  }
  .adv-finding-line.w80 {
    width: 80%;
  }
  .adv-finding-line.w55 {
    width: 55%;
  }
  .adv-report-footer {
    border-top: 1px solid var(--border);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .adv-report-footer-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    color: var(--muted-dim);
    letter-spacing: 0.08em;
  }
  .adv-report-footer-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    color: var(--red);
    background: var(--red-bg);
    border: 1px solid var(--red-border);
    padding: 3px 8px;
    border-radius: 4px;
  }
  .adv-trust-bar {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 24px 0;
  }
  .adv-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .adv-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 40px;
    text-align: center;
  }
  .adv-trust-item + .adv-trust-item {
    border-left: 1px solid var(--border);
  }
  .adv-trust-num {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .adv-trust-num.blue {
    color: var(--blue);
  }
  .adv-trust-num.amber {
    color: var(--amber);
  }
  .adv-trust-num.white {
    color: var(--text);
  }
  .adv-trust-num.green {
    color: var(--green);
  }
  .adv-trust-label {
    font-size: 11px;
    font-weight: 500;
    color: var(--muted-dim);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .adv-persona-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .adv-flip-card {
    height: 220px;
    perspective: 1000px;
    cursor: pointer;
  }
  .adv-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
  }
  .adv-flip-card:hover .adv-flip-inner {
    transform: rotateY(180deg);
  }
  .adv-flip-front, .adv-flip-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: var(--radius);
    padding: 28px;
  }
  .adv-flip-front {
    background: var(--bg);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .adv-flip-back {
    background: var(--surface2);
    border: 1px solid var(--border-strong);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .adv-flip-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  .adv-flip-icon.green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .adv-flip-icon.green svg {
    stroke: var(--green);
  }
  .adv-flip-icon.blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .adv-flip-icon.blue svg {
    stroke: var(--blue);
  }
  .adv-flip-icon.amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .adv-flip-icon.amber svg {
    stroke: var(--amber);
  }
  .adv-flip-name {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 6px;
  }
  .adv-flip-role {
    font-size: 12px;
    color: var(--muted-dim);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .adv-flip-hint {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 10px;
    color: var(--muted-dim);
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.04em;
  }
  .adv-flip-pain {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
  }
  .adv-flip-pain strong {
    display: block;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
    letter-spacing: -0.2px;
  }
  .adv-flip-solve {
    font-size: 12px;
    color: var(--green);
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.04em;
    padding-top: 12px;
    border-top: 1px solid var(--border);
  }
  .adv-topic-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }
  .adv-topic-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .adv-topic-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: var(--radius);
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    color: var(--muted);
    text-align: left;
    transition: all 0.2s ease;
    width: 100%;
  }
  .adv-topic-btn:hover {
    background: var(--surface2);
    color: var(--text);
    border-color: var(--border);
    transform: translateX(4px);
  }
  .adv-topic-btn.active {
    background: var(--surface);
    border-color: var(--border-strong);
    color: var(--text);
  }
  .adv-topic-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
    background: var(--surface2);
  }
  .adv-topic-btn .adv-topic-icon svg {
    stroke: var(--muted);
  }
  .adv-topic-btn.active.c-green .adv-topic-icon {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .adv-topic-btn.active.c-green .adv-topic-icon svg {
    stroke: var(--green);
  }
  .adv-topic-btn.active.c-green .adv-topic-arrow {
    color: var(--green);
  }
  .adv-topic-btn.active.c-blue .adv-topic-icon {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .adv-topic-btn.active.c-blue .adv-topic-icon svg {
    stroke: var(--blue);
  }
  .adv-topic-btn.active.c-blue .adv-topic-arrow {
    color: var(--blue);
  }
  .adv-topic-btn.active.c-amber .adv-topic-icon {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .adv-topic-btn.active.c-amber .adv-topic-icon svg {
    stroke: var(--amber);
  }
  .adv-topic-btn.active.c-amber .adv-topic-arrow {
    color: var(--amber);
  }
  .adv-topic-name {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    flex: 1;
  }
  .adv-topic-arrow {
    font-size: 14px;
    color: var(--green);
    opacity: 0;
    transition: opacity 0.2s;
  }
  .adv-topic-btn.active .adv-topic-arrow {
    opacity: 1;
  }
  .adv-topic-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--muted-dim);
    letter-spacing: 0.06em;
  }
  .adv-topic-hint svg {
    color: var(--green);
  }
  .adv-topic-panel {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    min-height: 300px;
    position: sticky;
    top: 88px;
  }
  .adv-panel-content {
    display: none;
  }
  .adv-panel-content.active {
    display: block;
  }
  .adv-panel-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .adv-panel-icon.c-green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .adv-panel-icon.c-green svg {
    stroke: var(--green);
  }
  .adv-panel-icon.c-blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .adv-panel-icon.c-blue svg {
    stroke: var(--blue);
  }
  .adv-panel-icon.c-amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .adv-panel-icon.c-amber svg {
    stroke: var(--amber);
  }
  .adv-panel-title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 10px;
    letter-spacing: -0.5px;
  }
  .adv-panel-desc {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .adv-panel-examples-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 10px;
  }
  .adv-panel-examples {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .adv-panel-example {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: var(--muted);
    padding: 8px 12px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    line-height: 1.5;
  }
  .adv-panel-example::before {
    content: '→ ';
    color: var(--muted-dim);
  }
  .adv-oos-strip {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    margin-top: 28px;
  }
  .adv-oos-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-right: 4px;
    font-style: italic;
  }
  .adv-oos-item {
    font-size: 13px;
    color: var(--muted-dim);
    display: flex;
    align-items: center;
    gap: 6px;
    font-style: italic;
  }
  .adv-oos-item::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--muted-dim);
  }
  .adv-deliver-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
  .adv-deliver-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-left: 4px solid var(--green);
    border-radius: var(--radius);
    padding: 36px;
  }
  .adv-deliver-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--blue);
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  .adv-deliver-title {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
  }
  .adv-deliver-desc {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 28px;
  }
  .adv-deliver-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .adv-deliver-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.5;
  }
  .adv-check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }
  .adv-check-icon.c-green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .adv-check-icon.c-green svg {
    stroke: var(--green);
  }
  .adv-check-icon.c-blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .adv-check-icon.c-blue svg {
    stroke: var(--blue);
  }
  .adv-check-icon.c-amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .adv-check-icon.c-amber svg {
    stroke: var(--amber);
  }
  .adv-deliver-preview {
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
  }
  .adv-preview-header {
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .adv-preview-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.04em;
  }
  .adv-preview-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    color: var(--green);
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    padding: 2px 8px;
    border-radius: 4px;
  }
  .adv-preview-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .adv-preview-section {
    padding: 14px 16px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
  }
  .adv-preview-section-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  .adv-preview-section:nth-child(1) .adv-preview-section-title {
    color: var(--green);
  }
  .adv-preview-section:nth-child(2) .adv-preview-section-title {
    color: var(--amber);
  }
  .adv-preview-section:nth-child(3) .adv-preview-section-title {
    color: var(--blue);
  }
  .adv-preview-lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .adv-preview-line {
    height: 7px;
    background: var(--surface2);
    border-radius: 4px;
  }
  .adv-preview-line.w90 {
    width: 90%;
  }
  .adv-preview-line.w70 {
    width: 70%;
  }
  .adv-preview-line.w80 {
    width: 80%;
  }
  .adv-preview-line.w50 {
    width: 50%;
  }
  .adv-process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
  }
  .adv-process-header {
    margin-bottom: 36px;
  }
  .adv-prep-box {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
  }
  .adv-prep-box-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 20px;
  }
  .adv-prep-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .adv-prep-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
  }
  .adv-prep-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .adv-prep-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }
  .adv-prep-icon.c-green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .adv-prep-icon.c-green svg {
    stroke: var(--green);
  }
  .adv-prep-icon.c-blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .adv-prep-icon.c-blue svg {
    stroke: var(--blue);
  }
  .adv-prep-icon.c-amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .adv-prep-icon.c-amber svg {
    stroke: var(--amber);
  }
  .adv-prep-item-title {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 3px;
  }
  .adv-prep-item-desc {
    font-size: 12px;
    color: var(--muted-dim);
    line-height: 1.55;
  }
  .adv-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 2px solid var(--border);
    margin-left: 20px;
  }
  .adv-timeline-step {
    position: relative;
    padding: 0 0 44px 48px;
  }
  .adv-timeline-step:last-child {
    padding-bottom: 0;
  }
  .adv-timeline-marker {
    position: absolute;
    left: -13px;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--surface);
    border: 2px solid var(--border-strong);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .adv-timeline-step.active .adv-timeline-marker {
    background: var(--green-bg);
    border-color: var(--green);
  }
  .adv-timeline-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    font-weight: 700;
    color: var(--muted-dim);
    letter-spacing: 0.04em;
  }
  .adv-timeline-step.active .adv-timeline-num {
    color: var(--green);
  }
  .adv-step-title {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 4px;
  }
  .adv-step-timing {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--muted-dim);
    margin-bottom: 8px;
  }
  .adv-step-desc {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
    max-width: 520px;
  }
  .adv-step-output {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--muted);
  }
  .adv-step-output-label {
    color: var(--muted-dim);
    margin-right: 6px;
  }
  .adv-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
  }
  .adv-price-block {
    background: var(--bg);
    border: 1px solid var(--green-border);
    border-radius: var(--radius);
    padding: 36px 32px;
  }
  .adv-price-main {
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 800;
    color: var(--green);
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 4px;
  }
  .adv-price-tag {
    font-size: 13px;
    color: var(--muted-dim);
    margin-bottom: 28px;
  }
  .adv-calc-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 12px;
  }
  .adv-calc-slider-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  .adv-calc-slider {
    flex: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background: var(--surface2);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
  }
  .adv-calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--green);
    cursor: pointer;
    box-shadow: 0 0 0 3px var(--green-bg);
  }
  .adv-calc-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--green);
    cursor: pointer;
    border: none;
    box-shadow: 0 0 0 3px var(--green-bg);
  }
  .adv-calc-total {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    min-width: 80px;
    text-align: right;
  }
  .adv-calc-breakdown {
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 24px;
  }
  .adv-calc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding: 6px 0;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
  }
  .adv-calc-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .adv-calc-row strong {
    color: var(--text);
    font-weight: 600;
  }
  .adv-calc-highlight {
    color: var(--green);
    font-family: var(--font-display);
    font-weight: 700;
  }
  .adv-payment-terms {
    border-top: 1px solid var(--border);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .adv-payment-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--muted-dim);
  }
  .adv-payment-row strong {
    color: var(--text);
    font-weight: 500;
  }
  .adv-price-note {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    font-size: 11px;
    color: var(--muted-dim);
    line-height: 1.6;
  }
  .adv-extras-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .adv-extra-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: border-color 0.2s;
  }
  .adv-extra-card:hover {
    border-color: var(--border-strong);
  }
  .adv-extra-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .adv-extra-icon.green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .adv-extra-icon.green svg {
    stroke: var(--green);
  }
  .adv-extra-icon.blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .adv-extra-icon.blue svg {
    stroke: var(--blue);
  }
  .adv-extra-icon.amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .adv-extra-icon.amber svg {
    stroke: var(--amber);
  }
  .adv-extra-title {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
  }
  .adv-extra-desc {
    font-size: 13px;
    color: var(--muted-dim);
    line-height: 1.55;
  }
  .adv-faq-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    max-width: 480px;
    margin: 0 auto;
  }
  .adv-faq-title {
    max-width: 520px;
  }
  .adv-faq-desc {
    text-align: center;
    max-width: 480px;
  }
  @media (max-width: 768px) {
    .adv-hero .section-inner, .adv-trust-bar .section-inner, .adv-section .section-inner {
      max-width: 100%;
      padding: 0 20px;
    }
    .adv-hero {
      padding: 110px 0 60px;
    }
    .adv-hero-grid {
      grid-template-columns: 1fr;
    }
    .adv-report-wrap {
      display: none;
    }
    .adv-hero-headline {
      font-size: 2.4rem;
    }
    .adv-persona-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .adv-flip-card {
      height: auto;
      perspective: none;
    }
    .adv-flip-inner {
      position: static;
      transform: none !important;
      transition: none;
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .adv-flip-front, .adv-flip-back {
      position: static;
      backface-visibility: visible;
      transform: none;
    }
    .adv-flip-hint {
      display: none;
    }
    .adv-flip-card {
      cursor: default;
    }
    .adv-trust-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
    }
    .adv-trust-item {
      padding: 16px 12px;
    }
    .adv-trust-item + .adv-trust-item {
      border-left: none;
    }
    .adv-trust-item:nth-child(2n) {
      border-left: 1px solid var(--border);
    }
    .adv-trust-item:nth-child(3), .adv-trust-item:nth-child(4) {
      border-top: 1px solid var(--border);
    }
    .adv-flip-back {
      border-top: 1px solid var(--border);
      padding-top: 16px;
      margin-top: 16px;
    }
    .adv-topic-layout {
      display: block;
    }
    .adv-topic-hint, .adv-topic-list {
      display: none;
    }
    .adv-oos-strip {
      margin-bottom: 32px;
    }
    .adv-topic-panel {
      display: flex;
      flex-direction: column;
      gap: 24px;
      background: none;
      border: none;
      padding: 0;
      min-height: unset;
    }
    .adv-panel-content, .adv-panel-content.active {
      display: block;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 24px;
      background: var(--surface-2, var(--surface));
    }
    .adv-deliver-layout {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .adv-process-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .adv-pricing-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .adv-extras-grid {
      grid-template-columns: 1fr 1fr;
    }
    .adv-section-title {
      font-size: 1.8rem;
    }
  }
}
@layer components;
@layer components {
  .btn-blue {
    background: var(--blue);
    color: #0a0a0a;
  }
}
@layer components {
  .btn-amber {
    background: var(--amber);
    color: #0a0a0a;
  }
}
@layer components {
  .about-hero-edit {
    position: relative;
    padding-top: calc(var(--section-py) + 60px);
    padding-bottom: calc(var(--section-py) + 20px);
    overflow: hidden;
    border-bottom: 1px solid var(--border);
  }
  .about-hero-edit::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -120px;
    width: 620px;
    height: 620px;
    background-image: url('/logo/codemodo-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.045;
    pointer-events: none;
    transform: rotate(-8deg);
  }
  .about-hero-edit::after {
    content: '';
    position: absolute;
    top: 20%;
    left: -10%;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(186,242,2,0.06) 0%, transparent 60%);
    pointer-events: none;
  }
  .about-hero-inner {
    position: relative;
  }
  .about-hero-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 40px;
  }
  .about-hero-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--muted-dim);
  }
  .about-hero-meta-highlight {
    color: var(--green);
  }
  .about-hero-h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(52px, 9vw, 120px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.96;
    max-width: 16ch;
  }
  .about-hero-h1 .line-1 {
    display: block;
    color: var(--text);
  }
  .about-hero-h1 .line-2 {
    display: block;
    font-style: italic;
    font-weight: 600;
    color: var(--green);
    padding-left: 0.8em;
  }
  .about-hero-dot {
    display: inline-block;
    width: 0.32em;
    height: 0.32em;
    border-radius: 50%;
    background: var(--amber);
    margin-left: 0.08em;
    vertical-align: middle;
    transform: translateY(-0.18em);
    animation: about-dot-cycle 6s ease-in-out infinite;
  }
  @keyframes about-dot-cycle {
    0% {
      background: var(--amber);
      transform: translateY(-0.18em) scale(1);
      opacity: 1;
    }
    15% {
      background: var(--amber);
      transform: translateY(-0.18em) scale(0.8);
      opacity: 0.5;
    }
    33% {
      background: var(--green);
      transform: translateY(-0.18em) scale(1);
      opacity: 1;
    }
    48% {
      background: var(--green);
      transform: translateY(-0.18em) scale(0.8);
      opacity: 0.5;
    }
    66% {
      background: var(--blue);
      transform: translateY(-0.18em) scale(1);
      opacity: 1;
    }
    81% {
      background: var(--blue);
      transform: translateY(-0.18em) scale(0.8);
      opacity: 0.5;
    }
    100% {
      background: var(--amber);
      transform: translateY(-0.18em) scale(1);
      opacity: 1;
    }
  }
  .about-hero-bottom-row {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
    padding-top: 32px;
    border-top: 1px solid var(--border);
  }
  .about-hero-sub {
    font-size: clamp(16px, 1.4vw, 18px);
    color: var(--muted);
    line-height: 1.65;
    max-width: 540px;
  }
  .about-scroll-cue {
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--muted-dim);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .about-scroll-cue-arrow {
    display: inline-block;
    width: 1px;
    height: 28px;
    background: linear-gradient(to bottom, var(--muted-dim), transparent);
    position: relative;
  }
  .about-scroll-cue-arrow::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 5px;
    height: 5px;
    border-right: 1px solid var(--muted-dim);
    border-bottom: 1px solid var(--muted-dim);
    transform: rotate(45deg);
  }
  .about-origin-quote-wrap {
    text-align: center;
    padding: 40px 0 60px;
    position: relative;
  }
  .about-origin-quote {
    font-family: 'Syne', sans-serif;
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    color: var(--text);
    margin-bottom: 16px;
  }
  .about-origin-quote-word {
    display: inline-block;
    margin: 0 12px;
    color: var(--text);
  }
  .about-origin-quote-dot {
    color: var(--green);
  }
  .about-origin-cite {
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .about-origin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 48px 0 28px;
    border-top: 1px solid var(--border);
  }
  .about-origin-col-label {
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 16px;
  }
  .about-origin-col-body {
    font-size: 15.5px;
    color: var(--muted);
    line-height: 1.75;
  }
  .about-origin-col-body + .about-origin-col-body {
    margin-top: 12px;
  }
  .about-origin-col-body strong {
    color: var(--text);
    font-weight: 600;
  }
  .about-origin-chips {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .about-origin-chip {
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 12px;
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    background: transparent;
  }
  .about-origin-chip--fortune {
    border-color: var(--green-border);
    color: var(--green);
  }
  .about-origin-chip--trust {
    border-color: rgba(56, 189, 248, 0.25);
    color: var(--blue);
  }
  .about-origin-chip--growth {
    border-color: rgba(251, 146, 60, 0.25);
    color: var(--amber);
  }
  .about-origin-chip--legacy {
    border-color: rgba(244, 114, 182, 0.25);
    color: var(--pink);
  }
  .about-vm-wrap {
    margin-top: 60px;
  }
  .about-vision-box {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 64px 56px;
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 40px;
    align-items: center;
    overflow: hidden;
  }
  .about-vision-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--green);
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  }
  .about-vision-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    border-radius: var(--radius-full);
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--green);
    width: max-content;
  }
  .about-vision-tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    animation: about-vm-pulse 2.5s ease-in-out infinite;
    flex-shrink: 0;
  }
  @keyframes about-vm-pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.4;
    }
  }
  .about-vision-statement {
    font-family: 'Syne', sans-serif;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--text);
    margin-bottom: 20px;
  }
  .about-vision-statement .accent {
    color: var(--green);
  }
  .about-vision-proof {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
  .about-vision-proof-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .about-vision-proof-value {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--green);
  }
  .about-vision-proof-label {
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    color: var(--muted-dim);
    letter-spacing: 0.1em;
  }
  .about-mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .about-mission-card {
    position: relative;
    padding: 40px 32px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
  }
  .about-mission-card:hover {
    transform: translateY(-4px);
  }
  .about-mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
  }
  .about-mission-card:nth-child(1)::before {
    background: var(--green);
  }
  .about-mission-card:nth-child(2)::before {
    background: var(--blue);
  }
  .about-mission-card:nth-child(3)::before {
    background: var(--amber);
  }
  .about-mission-card:nth-child(1):hover {
    border-color: var(--green-border);
  }
  .about-mission-card:nth-child(2):hover {
    border-color: var(--blue-border);
  }
  .about-mission-card:nth-child(3):hover {
    border-color: var(--amber-border);
  }
  .about-mission-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--radius);
    margin-bottom: 24px;
  }
  .about-mission-card:nth-child(1) .about-mission-icon {
    background: var(--green-bg);
    color: var(--green);
  }
  .about-mission-card:nth-child(2) .about-mission-icon {
    background: var(--blue-bg);
    color: var(--blue);
  }
  .about-mission-card:nth-child(3) .about-mission-icon {
    background: var(--amber-bg);
    color: var(--amber);
  }
  .about-mission-icon svg {
    width: 20px;
    height: 20px;
  }
  .about-mission-title {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 16px;
  }
  .about-mission-card:nth-child(1) .about-mission-title {
    color: var(--green);
  }
  .about-mission-card:nth-child(2) .about-mission-title {
    color: var(--blue);
  }
  .about-mission-card:nth-child(3) .about-mission-title {
    color: var(--amber);
  }
  .about-mission-body {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 28px;
  }
  .about-mission-tag {
    padding-top: 20px;
    border-top: 1px dashed var(--border);
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .about-industries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-top: 60px;
  }
  .about-industry-card {
    position: relative;
    grid-column: span 2;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 28px 28px;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease;
  }
  .about-industry-card:hover {
    transform: translateY(-4px);
    border-color: var(--border-strong);
  }
  .about-industry-card--featured {
    grid-column: span 4;
    grid-row: span 2;
    padding: 44px 40px 36px;
    background: radial-gradient(circle at 100% 0%, rgba(186,242,2,0.12), transparent 55%), radial-gradient(circle at 0% 100%, rgba(251,146,60,0.06), transparent 55%), var(--bg);
    border-color: var(--green-border);
  }
  .about-industry-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
  }
  .about-industry-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--surface);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    flex-shrink: 0;
  }
  .about-industry-icon svg {
    width: 22px;
    height: 22px;
  }
  .about-industry-card:nth-child(6n+1) .about-industry-icon {
    color: var(--green);
    border-color: var(--green-border);
    background: var(--green-bg);
  }
  .about-industry-card:nth-child(6n+2) .about-industry-icon {
    color: var(--blue);
    border-color: var(--blue-border);
    background: var(--blue-bg);
  }
  .about-industry-card:nth-child(6n+3) .about-industry-icon {
    color: var(--amber);
    border-color: var(--amber-border);
    background: var(--amber-bg);
  }
  .about-industry-card:nth-child(6n+4) .about-industry-icon {
    color: var(--green);
    border-color: var(--green-border);
    background: var(--green-bg);
  }
  .about-industry-card:nth-child(6n+5) .about-industry-icon {
    color: var(--blue);
    border-color: var(--blue-border);
    background: var(--blue-bg);
  }
  .about-industry-card:nth-child(6n+6) .about-industry-icon {
    color: var(--amber);
    border-color: var(--amber-border);
    background: var(--amber-bg);
  }
  .about-industry-card--featured .about-industry-icon {
    width: 56px;
    height: 56px;
    color: var(--green);
    background: var(--green-bg);
    border-color: var(--green-border);
  }
  .about-industry-card--featured .about-industry-icon svg {
    width: 28px;
    height: 28px;
  }
  .about-industry-name {
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.2;
    color: var(--text);
    position: relative;
  }
  .about-industry-card--featured .about-industry-name {
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.05;
  }
  .about-industry-card--featured .about-industry-name .about-accent {
    color: var(--green);
    font-style: italic;
    font-weight: 600;
  }
  .about-industry-body {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
    position: relative;
  }
  .about-industry-card--featured .about-industry-body {
    font-size: 16px;
    max-width: 44ch;
  }
  .about-industry-proof {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px dashed var(--border);
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted-dim);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    position: relative;
  }
  .about-industry-proof-value {
    color: var(--text);
  }
  .about-industry-card--featured .about-industry-proof-value {
    color: var(--green);
  }
  .about-industry-featured-proof {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    position: relative;
  }
  .about-industry-featured-proof-item {
    padding: 16px 18px;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border);
    border-radius: var(--radius);
  }
  .about-industry-featured-proof-label {
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 6px;
  }
  .about-industry-featured-proof-value {
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.01em;
  }
  .about-industry-featured-proof-value .about-accent {
    color: var(--green);
  }
  .about-industries-closing {
    margin-top: 24px;
    padding: 36px 40px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s ease;
  }
  .about-industries-closing:hover {
    border-color: var(--green-border);
  }
  .about-industries-closing::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 100% 50%, rgba(186,242,2,0.04), transparent 50%);
    pointer-events: none;
  }
  .about-industries-closing-text {
    position: relative;
  }
  .about-industries-closing-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 6px;
  }
  .about-industries-closing-title .about-accent {
    color: var(--green);
  }
  .about-industries-closing-sub {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
  }
  .about-industries-closing-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: transparent;
    border: 1px solid var(--green-border);
    border-radius: var(--radius);
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--green);
    text-decoration: none;
    position: relative;
    transition: background 0.2s, transform 0.2s;
  }
  .about-industries-closing-cta:hover {
    background: var(--green-bg);
    transform: translateX(4px);
  }
  .about-industries-closing-cta svg {
    width: 14px;
    height: 14px;
  }
  .about-portfolio-wrap {
    position: relative;
    margin-top: 24px;
    padding: 48px 48px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 36px;
    align-items: center;
    overflow: hidden;
    transition: border-color 0.3s ease;
  }
  .about-portfolio-wrap:hover {
    border-color: var(--blue-border);
  }
  .about-portfolio-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 100% 0%, rgba(56,189,248,0.06), transparent 55%), radial-gradient(circle at 0% 100%, rgba(186,242,2,0.04), transparent 55%);
    pointer-events: none;
  }
  .about-portfolio-num {
    font-family: 'Syne', sans-serif;
    font-size: clamp(64px, 8vw, 96px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.9;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--blue-border);
    position: relative;
  }
  .about-portfolio-num .about-digit {
    color: var(--blue);
    -webkit-text-stroke: 0;
  }
  .about-portfolio-text {
    position: relative;
  }
  .about-portfolio-eyebrow {
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 10px;
  }
  .about-portfolio-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(24px, 2.8vw, 32px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: var(--text);
    margin-bottom: 6px;
  }
  .about-portfolio-title .about-accent {
    color: var(--blue);
    font-style: italic;
    font-weight: 600;
  }
  .about-portfolio-sub {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
  }
  .about-portfolio-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
    border-radius: var(--radius);
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--blue);
    text-decoration: none;
    position: relative;
    transition: background 0.2s, transform 0.2s, border-color 0.2s;
  }
  .about-portfolio-cta:hover {
    background: rgba(56,189,248,0.16);
    transform: translateX(4px);
    border-color: var(--blue);
  }
  .about-portfolio-cta svg {
    width: 14px;
    height: 14px;
  }
  .about-section-head-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .about-team-section {
    position: relative;
    overflow: hidden;
  }
  .about-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
  }
  .about-team-card {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color 0.2s, transform 0.2s;
  }
  .about-team-card:hover {
    transform: translateY(-4px);
  }
  .about-team-card:nth-child(1):hover {
    border-color: var(--green-border);
  }
  .about-team-card:nth-child(2):hover {
    border-color: var(--blue-border);
  }
  .about-team-card:nth-child(3):hover {
    border-color: var(--amber-border);
  }
  .about-team-portrait {
    position: relative;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, var(--surface2), var(--bg));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .about-team-portrait img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
  }
  .about-team-portrait::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.85) 100%);
    pointer-events: none;
  }
  .about-team-card:nth-child(1) .about-team-portrait {
    border-bottom: 1px solid var(--green-border);
  }
  .about-team-card:nth-child(2) .about-team-portrait {
    border-bottom: 1px solid var(--blue-border);
  }
  .about-team-card:nth-child(3) .about-team-portrait {
    border-bottom: 1px solid var(--amber-border);
  }
  .about-team-portrait--placeholder {
    background: linear-gradient(135deg, var(--surface2), var(--bg));
  }
  .about-team-portrait-letter {
    font-family: 'Syne', sans-serif;
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -0.03em;
    position: relative;
    z-index: 1;
  }
  .about-team-card:nth-child(1) .about-team-portrait-letter {
    color: var(--green);
    opacity: 0.4;
  }
  .about-team-card:nth-child(2) .about-team-portrait-letter {
    color: var(--blue);
    opacity: 0.4;
  }
  .about-team-card:nth-child(3) .about-team-portrait-letter {
    color: var(--amber);
    opacity: 0.4;
  }
  .about-team-portrait-overlay {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 2;
  }
  .about-team-name {
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1;
    color: var(--text);
    margin-bottom: 6px;
  }
  .about-team-role {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .about-team-card:nth-child(1) .about-team-role {
    color: var(--green);
  }
  .about-team-card:nth-child(2) .about-team-role {
    color: var(--blue);
  }
  .about-team-card:nth-child(3) .about-team-role {
    color: var(--amber);
  }
  .about-team-body {
    padding: 28px 24px;
  }
  .about-team-bio {
    font-size: 14.5px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 24px;
    min-height: 140px;
  }
  .about-team-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px dashed var(--border);
  }
  .about-team-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .about-team-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border);
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
  }
  .about-team-linkedin:hover {
    background: var(--surface2);
    border-color: var(--border-strong);
  }
  .about-team-linkedin svg {
    width: 14px;
    height: 14px;
    fill: var(--muted);
  }
  @media (max-width: 1024px) {
    .about-origin-grid {
      grid-template-columns: 1fr;
    }
    .about-mission-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .about-industries-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .about-industry-card, .about-industry-card--featured {
      grid-column: span 1;
      grid-row: auto;
    }
    .about-industries-closing {
      grid-template-columns: 1fr;
    }
    .about-portfolio-wrap {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 36px 32px;
    }
    .about-team-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 900px) {
    .about-team-grid {
      grid-template-columns: 1fr;
    }
    .about-team-bio {
      min-height: unset;
    }
    .about-vision-box {
      grid-template-columns: 1fr;
      gap: 28px;
      padding: 48px 36px;
    }
    .about-mission-grid {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 768px) {
    .about-hero-bottom-row {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .about-hero-h1 {
      font-size: clamp(44px, 11vw, 72px);
    }
  }
  @media (max-width: 640px) {
    .about-origin-grid, .about-mission-grid, .about-industries-grid {
      grid-template-columns: 1fr;
    }
    .about-industry-featured-proof {
      grid-template-columns: 1fr;
    }
  }
}
@layer components {
  .coming-soon-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
  }
  .coming-soon-inner {
    text-align: center;
    max-width: 480px;
    padding: 0 var(--section-x);
  }
  .coming-soon-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--text);
    margin: 12px 0 16px;
    line-height: 1.1;
  }
  .coming-soon-sub {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.6;
  }
  .codemodo-card {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 96px 64px 80px;
    background: var(--surface);
    border: 1px solid var(--green-border);
    border-radius: var(--radius-xl);
    text-align: center;
    overflow: hidden;
  }
  .codemodo-card::before {
    content: '';
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(186,242,2,0.12) 0%, transparent 55%);
    pointer-events: none;
  }
  .codemodo-card::after {
    content: '';
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 480px;
    height: 480px;
    background-image: url('/logo/codemodo-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.06;
    pointer-events: none;
    transform: rotate(-14deg);
  }
  .codemodo-card-label {
    position: relative;
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 24px;
  }
  .codemodo-card-headline {
    position: relative;
    font-family: 'Syne', sans-serif;
    font-size: clamp(36px, 5.5vw, 72px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.04;
  }
  .codemodo-card-headline .accent {
    color: var(--green);
    font-style: italic;
    font-weight: 600;
  }
  .codemodo-card-sub {
    position: relative;
    font-size: 17px;
    color: var(--muted);
    line-height: 1.7;
    margin: 28px auto 44px;
    max-width: 620px;
  }
  .codemodo-card-actions {
    position: relative;
    display: inline-flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .codemodo-card-footnote {
    position: relative;
    margin-top: 28px;
    font-family: 'JetBrains Mono', 'Menlo', monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .codemodo-card-footnote a {
    color: var(--green);
    text-decoration: none;
    border-bottom: 1px solid var(--green-border);
    transition: border-color 0.2s;
  }
  .codemodo-card-footnote a:hover {
    border-bottom-color: var(--green);
  }
  .codemodo-card--pricing {
    padding: 32px 28px;
    border-radius: var(--radius-lg);
    text-align: left;
  }
  .codemodo-card--pricing::before {
    top: -160px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(186,242,2,0.10) 0%, transparent 60%);
  }
  .codemodo-card--pricing::after {
    bottom: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    opacity: 0.05;
    transform: rotate(-10deg);
  }
  @media (max-width: 640px) {
    .codemodo-card {
      padding: 64px 28px 52px;
    }
    .codemodo-card-actions {
      flex-direction: column;
      width: 100%;
    }
    .codemodo-card-actions > * {
      width: 100%;
      justify-content: center;
    }
    .codemodo-card--pricing {
      padding: 24px 20px;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
