/*! tailwindcss v4.2.4 | 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', 'Menlo', monospace;
    --spacing: 0.25rem;
    --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-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;
    --section-py: clamp(72px, 8.88vw, 100px);
    --frame-inset-desktop: 48px;
    --frame-inset-mobile: 24px;
    --page-inset-desktop: 8vw;
    --page-inset-mobile: 24px;
    --green-hover-bg: rgba(186,242,2,0.12);
    --green-active-bg: rgba(186,242,2,0.2);
    --green-dim: #7a9e02;
    --green-dark: #3f5302;
  }
}
@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;
    }
  }
  .-mb-12 {
    margin-bottom: calc(var(--spacing) * -12);
  }
  .-mb-16 {
    margin-bottom: calc(var(--spacing) * -16);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .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;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: var(--radius);
  }
  .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;
  }
  .bg-\[rgba\(10\,10\,10\,0\.6\)\] {
    background-color: rgba(10,10,10,0.6);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .px-\[8vw\] {
    padding-inline: 8vw;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-\[\#baf202\] {
    color: #baf202;
  }
  .text-text {
    color: var(--color-text);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(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-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);
  }
}
: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;
  --green-dim: #7a9e02;
  --green-dark: #3f5302;
  --red: #ef4444;
  --red-bg: rgba(239,68,68,0.08);
  --red-border: rgba(239,68,68,0.2);
  --gray: #6b7280;
  --gray-bg: rgba(107,114,128,0.08);
  --gray-border: rgba(107,114,128,0.2);
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-x: clip;
    width: 100%;
  }
  body {
    background-color: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-x: clip;
    width: 100%;
    max-width: 100vw;
    position: relative;
  }
  :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) 0;
  }
}
@layer components {
  .section-inner {
    width: 100%;
    max-width: calc(100% - var(--page-inset-desktop) * 2);
    margin-inline: auto;
  }
  @media (max-width: 1023px) {
    .section-inner {
      max-width: 100%;
      padding-inline: var(--page-inset-mobile);
    }
  }
  .skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    z-index: 10000;
    padding: 12px 24px;
    background: var(--green);
    color: var(--bg);
    font-family: var(--font-body);
    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: var(--frame-inset-desktop);
    padding-right: var(--frame-inset-desktop);
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
  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-menu-mega {
    min-width: 560px;
    left: 50%;
  }
  .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-mega-inner {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .nav-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .nav-dropdown-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .nav-dropdown-group-label {
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted-dim);
    padding: 4px 12px 6px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 4px;
  }
  .nav-dropdown-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    transition: background 0.15s, border-color 0.15s;
  }
  .nav-dropdown-feature:hover {
    background: var(--green-hover-bg);
  }
  .nav-dropdown-feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .nav-dropdown-feature-eyebrow {
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--green);
  }
  .nav-dropdown-feature-name {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
  }
  .nav-dropdown-feature-desc {
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--muted);
  }
  .nav-dropdown-feature svg {
    color: var(--green);
    flex-shrink: 0;
    transition: transform 0.15s;
  }
  .nav-dropdown-feature:hover svg {
    transform: translateX(2px);
  }
  .nav-dropdown-feature.current {
    background: var(--green-hover-bg);
  }
  .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-tag {
    align-self: flex-start;
    padding: 1px 6px;
    margin-bottom: 4px;
    border-radius: 999px;
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    color: var(--amber);
    font-family: var(--font-mono);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .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-dropdown-item.current:hover {
    background: var(--green-hover-bg);
    border-color: var(--green-border);
  }
  .nav-dropdown-item.current:hover .nav-dropdown-item-name {
    color: var(--green);
  }
  .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);
    max-height: calc(100vh - 81px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    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: 16px 20px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6);
  }
  .nav-drawer::-webkit-scrollbar {
    display: none;
  }
  .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 0;
    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 0;
    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.drawer-group-label {
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted-dim);
    padding: 14px 0 6px 20px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 4px;
    list-style: none;
  }
  .nav-drawer .drawer-services-list li.drawer-group-label:first-child {
    padding-top: 4px;
  }
  .nav-drawer .drawer-services-list li:last-child {
    border-bottom: none;
  }
  .nav-drawer .drawer-services-list li a {
    display: flex;
    flex-direction: column;
    padding: 10px 0 10px 20px;
    color: var(--muted);
    text-decoration: none;
    border-bottom: none;
    border-radius: var(--radius-sm);
    transition: color 0.15s, background 0.15s;
  }
  .drawer-sub-name {
    font-size: 14px;
    font-weight: 400;
    color: var(--muted);
    transition: color 0.15s;
  }
  .drawer-sub-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    border-radius: 999px;
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    color: var(--amber);
    font-family: var(--font-mono);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .drawer-sub-tag-value {
    background: var(--green-bg);
    border-color: var(--green-border);
    color: var(--green);
  }
  .drawer-sub-desc {
    font-size: 11px;
    font-weight: 400;
    color: var(--muted);
    display: inline-block;
    align-self: flex-start;
    position: relative;
    line-height: 1.3;
    margin-top: 2px;
  }
  .drawer-sub-desc::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: width 0.25s ease;
  }
  .nav-drawer .drawer-services-list li a:hover {
    background: rgba(255,255,255,0.04);
  }
  .nav-drawer .drawer-services-list li a:hover .drawer-sub-name {
    color: var(--text);
  }
  .nav-drawer .drawer-services-list li a:hover .drawer-sub-desc::after {
    width: calc(100% + 10px);
  }
  .nav-drawer .drawer-services-list li a.current .drawer-sub-name {
    color: var(--green);
  }
  .nav-drawer .drawer-services-list li a.current {
    background: var(--green-bg);
  }
  .nav-drawer .drawer-services-list li a.current .drawer-sub-desc::after {
    width: calc(100% + 10px);
  }
  .nav-drawer .drawer-services-list li a.current:hover {
    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-head {
    margin-bottom: 52px;
  }
  .section-head.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 16px;
  }
  .section-title {
    font-family: var(--font-display);
    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;
  }
  .section-sub.center {
    margin-left: auto;
    margin-right: auto;
  }
  .service-faq-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    max-width: 560px;
    margin: 0 auto;
  }
  .service-faq-block .section-title {
    margin-bottom: 0;
  }
  .service-faq-block .section-sub {
    margin: 0;
  }
  .service-faq-block .btn-outline {
    margin-top: 8px;
  }
  #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: var(--font-display);
    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 var(--frame-inset-desktop) 40px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 240px 2fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border);
  }
  .footer-col-label-stacked {
    margin-top: 24px;
  }
  .footer-services-groups {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .footer-services-group-label {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--border);
  }
  .footer-services-group-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
  }
  .footer-services-group-links a {
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-services-group-links a:hover {
    color: var(--green);
  }
  .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: var(--font-display);
    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-tag {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 6px;
    border-radius: 999px;
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    color: var(--amber);
    font-family: var(--font-mono);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .footer-col-tag-value {
    background: var(--green-bg);
    border-color: var(--green-border);
    color: var(--green);
  }
  .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: 1023px) {
    footer {
      padding: 48px var(--frame-inset-mobile) 32px;
    }
    .footer-top {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
    .footer-brand {
      grid-column: 1 / -1;
    }
    .footer-col-services {
      grid-column: 1 / -1;
    }
    .footer-services-groups {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
    .footer-bottom {
      justify-content: flex-start;
      gap: 12px;
    }
  }
  @media (max-width: 1023px) {
    html {
      scroll-padding-top: 50px;
    }
    nav {
      padding: 12px var(--frame-inset-mobile);
    }
    .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;
    }
  }
  .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);
  }
  .section-label-muted {
    color: var(--muted-dim);
  }
  .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 80px;
    position: relative;
    z-index: 1;
    background: var(--bg);
    overflow: hidden;
  }
  .hero-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 40px;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .hero-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--muted-dim);
  }
  .hero-meta-highlight {
    color: var(--green);
  }
  @media (max-width: 1023px) {
    .hero-meta {
      gap: 12px;
    }
  }
  .hero-headline {
    font-family: var(--font-display);
    font-size: clamp(32px, 7.5vw, 72px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.95;
    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: flex-start;
    gap: 0;
    margin-top: 48px;
    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;
    flex: 1;
    padding: 0 16px;
  }
  .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 0;
  }
  body.home #services .section-sub {
    margin-bottom: 40px;
  }
  @media (max-width: 1023px) {
    .services-inner {
      padding: 80px var(--page-inset-mobile);
    }
  }
  .track-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 32px;
  }
  .track-name {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted-dim);
    white-space: nowrap;
  }
  .track-line {
    flex: 1;
    height: 1px;
    background: var(--border);
  }
  .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;
  }
  .sg-card {
    position: relative;
    border-radius: var(--radius);
    background: rgba(255,255,255,0.03);
    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:hover {
    border-color: rgba(186,242,2,0.35);
    box-shadow: 0 12px 48px rgba(186,242,2,0.10);
  }
  .sg-card.c-blue:hover {
    border-color: rgba(56,189,248,0.35);
    box-shadow: 0 12px 48px rgba(56,189,248,0.10);
  }
  .sg-card.c-amber:hover {
    border-color: rgba(251,146,60,0.35);
    box-shadow: 0 12px 48px rgba(251,146,60,0.10);
  }
  .sg-illust {
    position: relative;
    height: 160px;
    overflow: hidden;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: radial-gradient(ellipse 90% 110% at 50% 100%, rgba(255,255,255,0.04) 0%, transparent 60%), var(--surface2);
  }
  .sg-card.c-green .sg-illust {
    background: radial-gradient(ellipse 90% 110% at 50% 100%, rgba(186,242,2,0.10) 0%, transparent 65%), #0e0f06;
  }
  .sg-card.c-blue .sg-illust {
    background: radial-gradient(ellipse 90% 110% at 50% 100%, rgba(56,189,248,0.10) 0%, transparent 65%), #07111a;
  }
  .sg-card.c-amber .sg-illust {
    background: radial-gradient(ellipse 90% 110% at 50% 100%, rgba(251,146,60,0.10) 0%, transparent 65%), #110a06;
  }
  .sg-illust svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .ill-pulse {
    animation: ill-pulse 2.6s ease-in-out infinite;
  }
  .ill-blink {
    animation: ill-blink 1.4s steps(2, end) infinite;
  }
  .ill-float {
    animation: ill-float 3.2s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes ill-pulse {
    0%, 100% {
      opacity: 0.85;
    }
    50% {
      opacity: 0.35;
    }
  }
  @keyframes ill-blink {
    0%, 49% {
      opacity: 1;
    }
    50%, 100% {
      opacity: 0;
    }
  }
  @keyframes ill-float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3px);
    }
  }
  .sg-body {
    position: relative;
    padding: 20px 22px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }
  .sg-body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 2px;
    border-radius: 0 2px 2px 0;
    opacity: 0.5;
  }
  .sg-card.c-green .sg-body::before {
    background: var(--green);
  }
  .sg-card.c-blue .sg-body::before {
    background: var(--blue);
  }
  .sg-card.c-amber .sg-body::before {
    background: var(--amber);
  }
  .sg-card:hover .sg-body::before {
    opacity: 1;
  }
  .sg-body-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sg-eyebrow {
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .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-bg);
    border: 1px solid var(--green-border);
    color: var(--green);
  }
  .sg-card.c-blue .sg-price-tag {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
    color: var(--blue);
  }
  .sg-card.c-amber .sg-price-tag {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    color: var(--amber);
  }
  .sg-name {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--text);
  }
  .sg-name em {
    font-style: italic;
  }
  .sg-card.c-green .sg-name em {
    color: var(--green);
  }
  .sg-card.c-blue .sg-name em {
    color: var(--blue);
  }
  .sg-card.c-amber .sg-name em {
    color: var(--amber);
  }
  .sg-tagline {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--muted);
  }
  .sg-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: var(--muted-dim);
    letter-spacing: 0.06em;
    margin-top: 2px;
  }
  .sg-meta-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--muted-dim);
    flex-shrink: 0;
  }
  .sg-meta-key {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
  .sg-card.c-green .sg-meta-key {
    color: var(--green);
  }
  .sg-card.c-blue .sg-meta-key {
    color: var(--blue);
  }
  .sg-card.c-amber .sg-meta-key {
    color: var(--amber);
  }
  .sg-tiers {
    display: flex;
    gap: 8px;
    margin-top: 4px;
  }
  .sg-tier {
    flex: 1;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 8px 10px;
    background: rgba(255,255,255,0.02);
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .sg-tier-name {
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .sg-tier-tag {
    font-size: 11px;
    color: var(--muted-dim);
    line-height: 1.3;
  }
  .sg-card.c-green .sg-tier:nth-child(2) {
    border-color: var(--green-border);
    background: var(--green-bg);
  }
  .sg-card.c-green .sg-tier:nth-child(2) .sg-tier-name {
    color: var(--green);
  }
  .sg-footer {
    padding: 14px 22px 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.05);
    margin-top: auto;
  }
  .sg-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--muted);
    white-space: nowrap;
    transition: color 0.2s ease;
  }
  .sg-card.c-green:hover .sg-link {
    color: var(--green);
  }
  .sg-card.c-blue:hover .sg-link {
    color: var(--blue);
  }
  .sg-card.c-amber:hover .sg-link {
    color: var(--amber);
  }
  .bundle-section {
    margin-top: 32px;
  }
  .bundle-wrap {
    border-radius: 16px;
    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 {
    position: relative;
    border-radius: 14px;
    background: rgba(0,0,0,0.25);
    padding: 28px 32px;
    overflow: hidden;
  }
  .bundle-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background: radial-gradient(ellipse 400px 300px at 100% 0%, rgba(186,242,2,0.18) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
  }
  .bundle-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: radial-gradient(ellipse 320px 220px at 25% 100%, 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: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: start;
    margin-bottom: 28px;
  }
  .bundle-best-value {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: var(--radius-full);
    background: rgba(232,184,75,0.20);
    color: var(--gold);
    border: 1px solid rgba(232,184,75,0.55);
    margin-bottom: 14px;
  }
  .bundle-name {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -0.03em;
    font-size: clamp(28px, 3.4vw, 38px);
    line-height: 1.05;
    margin-bottom: 10px;
    color: var(--text);
  }
  .bundle-name em {
    font-style: italic;
    color: var(--green);
  }
  .bundle-desc {
    font-size: 15px;
    line-height: 1.55;
    color: var(--muted);
    margin: 0 0 16px;
    max-width: 540px;
  }
  .bundle-pills {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .bundle-pill {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 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-sep {
    color: var(--muted-dim);
    font-size: 13px;
  }
  .bundle-tracks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    font-family: var(--font-mono);
    font-size: 11px;
  }
  .bundle-tracks-label {
    color: var(--muted);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-right: 4px;
  }
  .bundle-track {
    color: var(--text);
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .bundle-tracks-sep {
    color: var(--muted-dim);
  }
  .bundle-tracks-meta {
    color: var(--green);
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .bundle-top-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 220px;
  }
  .bundle-price-label {
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .bundle-price-value {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--text);
  }
  .bundle-price-note {
    font-family: var(--font-sans);
    font-style: italic;
    font-size: 10.5px;
    color: var(--muted);
    line-height: 1.4;
    text-align: right;
    max-width: 220px;
    margin-top: 2px;
  }
  .bundle-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--green);
    color: var(--bg);
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 13px;
    padding: 11px 18px;
    border-radius: 8px;
    margin-top: 6px;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .bundle-cta-btn:hover {
    opacity: 0.9;
  }
  .bundle-bonus-head {
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 22px;
  }
  .bundle-bonus-eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
  }
  .bundle-bonus-eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
  }
  .bundle-bonus-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--gold);
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(232,184,75,0.10);
    border: 1px solid rgba(232,184,75,0.30);
  }
  .bundle-bonus-headline {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 6px;
    color: var(--text);
  }
  .bundle-bonus-headline em {
    font-style: italic;
    color: var(--gold);
  }
  .bundle-bonus-sub {
    font-size: 13.5px;
    color: var(--muted);
    margin: 0;
    max-width: 580px;
  }
  .bundle-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .bb {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .bb-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
  }
  .bb-icon.green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    color: var(--green);
  }
  .bb-icon.blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
    color: var(--blue);
  }
  .bb-icon.amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    color: var(--amber);
  }
  .bb-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: var(--text);
  }
  .bb-body {
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--muted);
  }
  @media (max-width: 1023px) {
    .grid-2, .grid-3 {
      grid-template-columns: 1fr;
    }
    .bundle-card {
      padding: 24px;
    }
    .bundle-top {
      grid-template-columns: 1fr;
    }
    .bundle-top-right {
      text-align: left;
      align-items: flex-start;
    }
    .bundle-price-note {
      text-align: left;
    }
    .bundle-benefits {
      grid-template-columns: 1fr;
    }
    .bundle-bonus-eyebrow-row {
      flex-direction: column;
      align-items: flex-start;
    }
    .track-header {
      flex-wrap: wrap;
      gap: 8px;
    }
  }
  body.home #problems {
    background: var(--bg);
    text-align: left;
    position: relative;
  }
  body.home #problems::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 600px 600px at 25% 110%, 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%;
  }
  .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: 1023px) {
    .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%;
  }
  .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;
    cursor: pointer;
    transition: border-color 200ms ease, box-shadow 200ms ease;
    border: 1px solid var(--border);
  }
  .adv-e-art:hover {
    border-color: var(--green-border);
    box-shadow: 0 0 0 1px var(--green-border), 0 0 24px rgba(186,242,2,0.08);
  }
  .adv-e-art::after {
    content: 'TAP TO PULSE';
    position: absolute;
    top: 10px;
    right: 12px;
    font-family: var(--font-mono);
    font-size: 9px;
    color: var(--muted-dim);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 8px;
    background: rgba(0,0,0,0.4);
    border: 1px solid var(--border);
    pointer-events: none;
    transition: color 200ms ease, border-color 200ms ease;
    z-index: 5;
  }
  .adv-e-art:hover::after {
    color: var(--green);
    border-color: var(--green-border);
  }
  .adv-pd-splash {
    position: absolute;
    border-radius: 50%;
    width: 0;
    height: 0;
    border: 1px solid rgba(255,255,255,0.7);
    background: transparent;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: adv-pd-splash-expand 0.9s ease-out forwards;
  }
  @keyframes adv-pd-splash-expand {
    0% {
      width: 0;
      height: 0;
      opacity: 0.9;
    }
    100% {
      width: 220px;
      height: 220px;
      opacity: 0;
    }
  }
  .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: var(--font-display);
    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: 1023px) {
    .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%;
  }
  .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: 1023px) {
    .ai-stats-row {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  body.home #workflow {
    background: var(--bg);
  }
  .workflow-inner {
    width: 100%;
  }
  .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: var(--font-display);
    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: var(--font-display);
    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%;
  }
  .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%;
  }
  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.web svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
  .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: start;
    margin-bottom: 48px;
  }
  .proj-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .side-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .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-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-detail-link {
    display: block;
    text-align: right;
    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);
  }
  .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;
    transition: color 0.2s;
  }
  .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;
  }
  .conf-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: visible;
    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;
  }
  @media (max-width: 1023px) {
    .stories-grid {
      grid-template-columns: 1fr;
    }
    .side-col {
      flex-direction: column;
    }
    .conf-card {
      flex: 0 0 auto;
    }
    .proj-meta {
      gap: 7px;
    }
    .proj-platforms {
      margin-left: 0;
      width: 100%;
    }
  }
  body.home #tech {
    background: var(--bg);
    overflow: hidden;
    text-align: center;
  }
  .tech-header-inner {
    width: 100%;
  }
  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%;
  }
  .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: var(--font-display);
    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: var(--font-display);
    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;
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  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: 1023px) {
    .workflow-timeline {
      grid-template-columns: 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: 8px;
      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;
      font-size: 13px;
    }
    .clients-row-link {
      width: 100%;
      text-align: center;
      font-size: 12px;
    }
    .team-grid {
      grid-template-columns: 1fr;
    }
    .hero-inner {
      max-width: 100%;
      padding: 0 var(--page-inset-mobile);
    }
    .hero-sub {
      max-width: 720px;
    }
    .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-simple-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      padding: 42px 0;
    }
    body.home .contact-simple-headline {
      font-size: 26px;
    }
    #home .hero-actions {
      gap: 12px;
      justify-content: flex-start;
      margin-bottom: 56px;
    }
    #home .btn-primary, #home .btn-outline {
      padding: 12px 20px;
      font-size: 14px;
    }
    .hero-actions {
      flex-direction: column;
      align-items: flex-start;
    }
    .conf-card {
      overflow: visible;
    }
    .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;
    }
  }
  .star-gold {
    color: var(--gold);
  }
  .check-green {
    color: var(--green);
  }
  .check-pink {
    color: var(--pink);
  }
  @media (min-width: 1024px) {
    .hero-inner {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 60px;
      align-items: center;
      width: 100%;
      max-width: calc(100% - var(--page-inset-desktop) * 2);
      margin: 0 auto;
    }
  }
  .hero-content {
    max-width: 100%;
  }
  body.home #home::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(186,242,2,0.16) 1.2px, transparent 1.5px);
    background-size: 18px 18px;
    background-position: 0 0;
    mask-image: radial-gradient(ellipse 70% 60% at 70% 40%, #000 20%, transparent 80%);
  }
  body.home #home .hero-inner {
    position: relative;
    z-index: 1;
  }
  body.home #home::before {
    animation: home-dotgrid-pulse 5s ease-in-out infinite;
  }
  @keyframes home-dotgrid-pulse {
    0%, 100% {
      opacity: 0.55;
    }
    50% {
      opacity: 0.95;
    }
  }
  .ambient-blob {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(60px);
    mix-blend-mode: screen;
  }
  .ambient-blob.b1 {
    top: 10%;
    right: 15%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(186,242,2,0.20), transparent 60%);
    animation: blob-drift-1 16s ease-in-out infinite;
  }
  .ambient-blob.b2 {
    bottom: 10%;
    right: 30%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(56,189,248,0.18), transparent 60%);
    animation: blob-drift-2 22s ease-in-out infinite;
  }
  .ambient-blob.b3 {
    top: 30%;
    left: 10%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(186,242,2,0.10), transparent 60%);
    animation: blob-drift-1 28s ease-in-out infinite;
    animation-delay: -5s;
  }
  @keyframes blob-drift-1 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
    }
    50% {
      transform: translate(-40px, 30px) scale(1.1);
    }
  }
  @keyframes blob-drift-2 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
    }
    50% {
      transform: translate(50px, -25px) scale(0.9);
    }
  }
  .hero-clouds {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .px-cloud {
    position: absolute;
    width: 36px;
    height: 8px;
    background: rgba(186,242,2,0.10);
    image-rendering: pixelated;
    box-shadow: 8px -4px 0 rgba(186,242,2,0.10), 16px -4px 0 rgba(186,242,2,0.10), 24px -4px 0 rgba(186,242,2,0.10), 4px 4px 0 rgba(186,242,2,0.10), 32px 4px 0 rgba(186,242,2,0.10);
  }
  .px-cloud.c1 {
    top: 12%;
    animation: cloud-drift 32s linear infinite;
  }
  .px-cloud.c2 {
    top: 22%;
    background: rgba(56,189,248,0.08);
    box-shadow: 8px -4px 0 rgba(56,189,248,0.08), 16px -4px 0 rgba(56,189,248,0.08), 4px 4px 0 rgba(56,189,248,0.08), 24px 4px 0 rgba(56,189,248,0.08);
    animation: cloud-drift 22s linear infinite;
    animation-delay: -8s;
  }
  .px-cloud.c3 {
    top: 38%;
    background: rgba(186,242,2,0.07);
    box-shadow: 8px -4px 0 rgba(186,242,2,0.07), 16px -4px 0 rgba(186,242,2,0.07), 24px -4px 0 rgba(186,242,2,0.07);
    animation: cloud-drift 38s linear infinite;
    animation-delay: -14s;
  }
  .px-cloud.c4 {
    top: 58%;
    background: rgba(56,189,248,0.07);
    box-shadow: 8px -4px 0 rgba(56,189,248,0.07), 16px -4px 0 rgba(56,189,248,0.07), 4px 4px 0 rgba(56,189,248,0.07);
    animation: cloud-drift 26s linear infinite;
    animation-delay: -20s;
  }
  .px-cloud.c5 {
    top: 72%;
    background: rgba(186,242,2,0.08);
    box-shadow: 8px -4px 0 rgba(186,242,2,0.08), 16px -4px 0 rgba(186,242,2,0.08), 24px -4px 0 rgba(186,242,2,0.08), 32px 4px 0 rgba(186,242,2,0.08);
    animation: cloud-drift 42s linear infinite;
    animation-delay: -3s;
  }
  @keyframes cloud-drift {
    0% {
      transform: translateX(-80px);
    }
    100% {
      transform: translateX(calc(100vw + 80px));
    }
  }
  .hero-stars {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .px-star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--green);
    opacity: 0.6;
    animation: star-twinkle 3s ease-in-out infinite;
  }
  .px-star.s1 {
    top: 8%;
    left: 12%;
  }
  .px-star.s2 {
    top: 18%;
    left: 38%;
    background: var(--blue);
    animation-delay: 0.5s;
  }
  .px-star.s3 {
    top: 6%;
    left: 62%;
    background: var(--amber);
    animation-delay: 1s;
    width: 4px;
    height: 4px;
  }
  .px-star.s4 {
    top: 28%;
    left: 8%;
    animation-delay: 1.5s;
  }
  .px-star.s5 {
    top: 48%;
    left: 4%;
    background: var(--gold);
    animation-delay: 2s;
  }
  .px-star.s6 {
    top: 64%;
    left: 18%;
    background: var(--blue);
    animation-delay: 2.5s;
  }
  .px-star.s7 {
    top: 82%;
    left: 32%;
    animation-delay: 0.3s;
  }
  .px-star.s8 {
    top: 14%;
    left: 88%;
    background: var(--gold);
    animation-delay: 1.2s;
    width: 4px;
    height: 4px;
  }
  .px-star.s9 {
    top: 42%;
    left: 92%;
    animation-delay: 1.8s;
  }
  .px-star.s10 {
    top: 76%;
    left: 84%;
    background: var(--blue);
    animation-delay: 2.3s;
  }
  .px-star.s11 {
    top: 38%;
    left: 70%;
    background: var(--amber);
    animation-delay: 0.8s;
  }
  .px-star.s12 {
    top: 88%;
    left: 56%;
    animation-delay: 1.6s;
  }
  @keyframes star-twinkle {
    0%, 100% {
      opacity: 0.2;
      transform: scale(0.8);
    }
    50% {
      opacity: 1;
      transform: scale(1.2);
    }
  }
  .hero-coins {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .fly-coin {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--gold);
    border: 2px solid var(--bg);
    box-shadow: 0 0 0 2px var(--gold), inset 0 0 0 2px var(--bg);
    transform: rotate(45deg);
    opacity: 0;
    mix-blend-mode: screen;
  }
  .fly-coin.k1 {
    top: 22%;
    left: -40px;
    animation: coin-fly-1 14s linear infinite;
    animation-delay: 0s;
  }
  .fly-coin.k2 {
    top: 58%;
    left: -40px;
    animation: coin-fly-2 18s linear infinite;
    animation-delay: -6s;
  }
  .fly-coin.k3 {
    top: 38%;
    left: -40px;
    animation: coin-fly-3 22s linear infinite;
    animation-delay: -11s;
  }
  .fly-coin.k4 {
    top: 70%;
    left: -40px;
    animation: coin-fly-1 16s linear infinite;
    animation-delay: -3s;
  }
  @keyframes coin-fly-1 {
    0% {
      transform: translate(0, 0) rotate(45deg);
      opacity: 0;
    }
    8% {
      opacity: 0.45;
    }
    25% {
      transform: translate(25vw, -30px) rotate(225deg);
    }
    50% {
      transform: translate(50vw, 20px) rotate(405deg);
    }
    75% {
      transform: translate(75vw, -15px) rotate(585deg);
    }
    92% {
      opacity: 0.45;
    }
    100% {
      transform: translate(110vw, 10px) rotate(765deg);
      opacity: 0;
    }
  }
  @keyframes coin-fly-2 {
    0% {
      transform: translate(0, 0) rotate(45deg);
      opacity: 0;
    }
    8% {
      opacity: 0.45;
    }
    30% {
      transform: translate(30vw, 25px) rotate(225deg);
    }
    60% {
      transform: translate(60vw, -20px) rotate(405deg);
    }
    92% {
      opacity: 0.45;
    }
    100% {
      transform: translate(110vw, 15px) rotate(675deg);
      opacity: 0;
    }
  }
  @keyframes coin-fly-3 {
    0% {
      transform: translate(0, 0) rotate(45deg);
      opacity: 0;
    }
    8% {
      opacity: 0.45;
    }
    20% {
      transform: translate(20vw, -20px) rotate(180deg);
    }
    45% {
      transform: translate(45vw, 15px) rotate(360deg);
    }
    70% {
      transform: translate(70vw, -25px) rotate(540deg);
    }
    92% {
      opacity: 0.45;
    }
    100% {
      transform: translate(110vw, 0) rotate(720deg);
      opacity: 0;
    }
  }
  .mascot-slot {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
  }
  .px-character {
    display: block;
    width: 70%;
    max-width: 360px;
    height: auto;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    filter: drop-shadow(2px 4px 0 rgba(0,0,0,0.6)) drop-shadow(0 0 18px rgba(186,242,2,0.45));
    transform-origin: 50% 100%;
    animation: mascot-breath 3.2s ease-in-out infinite, mascot-glow 6.4s ease-in-out infinite;
  }
  @keyframes mascot-breath {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.025);
    }
  }
  @keyframes mascot-glow {
    0%, 100% {
      filter: drop-shadow(2px 4px 0 rgba(0,0,0,0.6)) drop-shadow(0 0 14px rgba(186,242,2,0.40));
    }
    50% {
      filter: drop-shadow(2px 4px 0 rgba(0,0,0,0.6)) drop-shadow(0 0 28px rgba(186,242,2,0.75));
    }
  }
  .mascot-slot .px-chatbox {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  @media (max-width: 1023px) {
    .mascot-slot {
      display: none;
    }
    .ambient-blob {
      opacity: 0.5;
    }
  }
}
@layer components {
  .error-section {
    padding: 0;
    width: 100%;
  }
  .term-meta {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--muted-dim);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .term-meta--400 .term-meta-accent {
    color: var(--amber);
  }
  .term-meta--403 .term-meta-accent {
    color: var(--amber);
  }
  .term-meta--404 .term-meta-accent {
    color: var(--green);
  }
  .term-meta--408 .term-meta-accent {
    color: var(--blue);
  }
  .term-meta--429 .term-meta-accent {
    color: var(--red);
  }
  .term-card {
    background: var(--surface);
    border: 1px solid var(--border-strong);
    border-radius: 12px;
    overflow: hidden;
  }
  .term-card--400 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--amber-bg);
  }
  .term-card--403 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--amber-bg);
  }
  .term-card--404 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--green-bg);
  }
  .term-card--408 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--blue-bg);
  }
  .term-card--429 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--red-bg);
  }
  .term-bar {
    background: var(--surface2);
    border-bottom: 1px solid var(--border);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .term-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .term-dot--r {
    background: #ff5f57;
  }
  .term-dot--y {
    background: #febc2e;
  }
  .term-dot--g {
    background: #28c840;
  }
  .term-bar-title {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--muted-dim);
  }
  .term-card--400 .term-bar-title-accent {
    color: var(--amber);
  }
  .term-card--403 .term-bar-title-accent {
    color: var(--amber);
  }
  .term-card--404 .term-bar-title-accent {
    color: var(--green);
  }
  .term-card--408 .term-bar-title-accent {
    color: var(--blue);
  }
  .term-card--429 .term-bar-title-accent {
    color: var(--red);
  }
  .term-body {
    padding: 28px 24px 32px;
    font-family: var(--font-mono);
    font-size: 14px;
    line-height: 1.9;
  }
  .term-line {
    display: block;
  }
  .term-prompt {
    color: var(--green);
    margin-right: 8px;
  }
  .term-cmd {
    color: var(--text);
  }
  .term-out {
    color: var(--muted-dim);
    margin-left: 18px;
  }
  .term-key {
    color: var(--muted-dim);
  }
  .term-val {
    color: var(--text);
  }
  .term-err {
    margin-left: 18px;
    font-weight: 600;
  }
  .term-card--400 .term-err {
    color: var(--amber);
  }
  .term-card--403 .term-err {
    color: var(--amber);
  }
  .term-card--404 .term-err {
    color: var(--green);
  }
  .term-card--408 .term-err {
    color: var(--blue);
  }
  .term-card--429 .term-err {
    color: var(--red);
  }
  .term-code-tag {
    padding: 1px 6px;
    border-radius: 4px;
  }
  .term-card--400 .term-code-tag {
    background: var(--amber-bg);
  }
  .term-card--403 .term-code-tag {
    background: var(--amber-bg);
  }
  .term-card--404 .term-code-tag {
    background: var(--green-bg);
  }
  .term-card--408 .term-code-tag {
    background: var(--blue-bg);
  }
  .term-card--429 .term-code-tag {
    background: var(--red-bg);
  }
  .term-link {
    color: var(--green);
    text-decoration: none;
  }
  .term-link:hover {
    text-decoration: underline;
  }
  .term-caret {
    display: inline-block;
    width: 8px;
    height: 16px;
    background: var(--green);
    margin-left: 4px;
    vertical-align: text-bottom;
    animation: term-blink 1s step-end infinite;
  }
  @keyframes term-blink {
    0%, 50% {
      opacity: 1;
    }
    51%, 100% {
      opacity: 0;
    }
  }
  .term-divider {
    height: 1px;
    background: var(--border);
    margin: 16px 0;
  }
  .term-cta-row {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    border-radius: var(--radius-lg);
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border-strong);
  }
  .btn-ghost:hover {
    border-color: var(--border-strong);
    background: var(--surface);
    transform: translateY(-2px);
  }
  .btn-ghost:active {
    transform: translateY(0) scale(0.97);
  }
  .btn-ghost:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: var(--radius-lg);
  }
  .scan-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }
  .scan-bg--400 {
    background-image: repeating-linear-gradient( 0deg, var(--amber-bg) 0, var(--amber-bg) 1px, transparent 1px, transparent 4px );
  }
  .scan-bg--403 {
    background-image: repeating-linear-gradient( 0deg, var(--amber-bg) 0, var(--amber-bg) 1px, transparent 1px, transparent 4px );
  }
  .scan-bg--404 {
    background-image: repeating-linear-gradient( 0deg, var(--green-bg) 0, var(--green-bg) 1px, transparent 1px, transparent 4px );
  }
  .scan-bg--408 {
    background-image: repeating-linear-gradient( 0deg, var(--blue-bg) 0, var(--blue-bg) 1px, transparent 1px, transparent 4px );
  }
  .scan-bg--429 {
    background-image: repeating-linear-gradient( 0deg, var(--red-bg) 0, var(--red-bg) 1px, transparent 1px, transparent 4px );
  }
  .term-meta--500 .term-meta-accent {
    color: var(--red);
  }
  .term-card--500 .term-bar-title-accent {
    color: var(--red);
  }
  .term-card--500 .term-err {
    color: var(--red);
  }
  .term-card--500 .term-err .term-code-tag {
    color: var(--red);
    background: var(--red-bg);
  }
  .term-card--500 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--red-bg);
  }
  .scan-bg--500 {
    background-image: repeating-linear-gradient( 0deg, var(--red-bg) 0, var(--red-bg) 1px, transparent 1px, transparent 4px );
  }
  .term-meta--501 .term-meta-accent {
    color: var(--gray);
  }
  .term-card--501 .term-bar-title-accent {
    color: var(--gray);
  }
  .term-card--501 .term-err {
    color: var(--gray);
  }
  .term-card--501 .term-err .term-code-tag {
    color: var(--gray);
    background: var(--gray-bg);
  }
  .term-card--501 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--gray-bg);
  }
  .scan-bg--501 {
    background-image: repeating-linear-gradient( 0deg, var(--gray-bg) 0, var(--gray-bg) 1px, transparent 1px, transparent 4px );
  }
  .term-meta--502 .term-meta-accent {
    color: var(--blue);
  }
  .term-card--502 .term-bar-title-accent {
    color: var(--blue);
  }
  .term-card--502 .term-err {
    color: var(--blue);
  }
  .term-card--502 .term-err .term-code-tag {
    color: var(--blue);
    background: var(--blue-bg);
  }
  .term-card--502 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--blue-bg);
  }
  .scan-bg--502 {
    background-image: repeating-linear-gradient( 0deg, var(--blue-bg) 0, var(--blue-bg) 1px, transparent 1px, transparent 4px );
  }
  .term-meta--503 .term-meta-accent {
    color: var(--amber);
  }
  .term-card--503 .term-bar-title-accent {
    color: var(--amber);
  }
  .term-card--503 .term-err {
    color: var(--amber);
  }
  .term-card--503 .term-err .term-code-tag {
    color: var(--amber);
    background: var(--amber-bg);
  }
  .term-card--503 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--amber-bg);
  }
  .scan-bg--503 {
    background-image: repeating-linear-gradient( 0deg, var(--amber-bg) 0, var(--amber-bg) 1px, transparent 1px, transparent 4px );
  }
  .term-meta--504 .term-meta-accent {
    color: var(--blue);
  }
  .term-card--504 .term-bar-title-accent {
    color: var(--blue);
  }
  .term-card--504 .term-err {
    color: var(--blue);
  }
  .term-card--504 .term-err .term-code-tag {
    color: var(--blue);
    background: var(--blue-bg);
  }
  .term-card--504 {
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px var(--blue-bg);
  }
  .scan-bg--504 {
    background-image: repeating-linear-gradient( 0deg, var(--blue-bg) 0, var(--blue-bg) 1px, transparent 1px, transparent 4px );
  }
  @media (max-width: 1023px) {
    .term-body {
      padding: 20px 16px 24px;
      font-size: 13px;
    }
    .term-cta-row {
      flex-direction: column;
    }
    .term-cta-row .btn-primary, .term-cta-row .btn-ghost {
      width: 100%;
      justify-content: center;
    }
  }
}
@layer components {
  .faq-hero {
    text-align: center;
  }
  .faq-hero .section-sub {
    margin-left: auto;
    margin-right: auto;
  }
  .faq-hero-inner {
    padding-top: 80px;
    padding-bottom: 16px;
  }
  .faq-content {
    padding-top: 0;
  }
  .faq-content-inner {
    padding-bottom: 0;
  }
  .faq-tnc-note {
    text-align: center;
    padding: 48px 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-content-inner .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 (min-width: 1024px) {
    .faq-hero-inner, .faq-content-inner {
      max-width: 1024px;
    }
  }
  @media (max-width: 1023px) {
    .faq-hero-inner {
      padding-top: 120px;
      padding-bottom: 12px;
    }
    .faq-tabs {
      gap: 8px;
    }
    .faq-tab {
      padding: 8px 16px;
      font-size: 13px;
    }
  }
}
@layer components {
  .terms-hero {
    text-align: center;
  }
  .terms-hero .section-sub {
    margin-left: auto;
    margin-right: auto;
  }
  .terms-hero-inner {
    padding-top: 80px;
    padding-bottom: 16px;
  }
  .terms-content {
    padding-top: 0;
  }
  .terms-content-inner {
    padding-top: 48px;
    padding-bottom: 0;
  }
  .terms-grid {
    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, .doc-card-4:hover {
    border-color: rgba(186,242,2,0.18);
  }
  .doc-card-2:hover, .doc-card-5:hover {
    border-color: rgba(56,189,248,0.18);
  }
  .doc-card-3:hover, .doc-card-6: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, .doc-card-4 .doc-tab {
    border-right-color: rgba(186,242,2,0.18);
  }
  .doc-card-2 .doc-tab, .doc-card-5 .doc-tab {
    border-right-color: rgba(56,189,248,0.18);
  }
  .doc-card-3 .doc-tab, .doc-card-6 .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, .doc-card-4 .doc-tab-line {
    background: #baf202;
  }
  .doc-card-2 .doc-tab-line, .doc-card-5 .doc-tab-line {
    background: #38bdf8;
  }
  .doc-card-3 .doc-tab-line, .doc-card-6 .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, .doc-card-4 .doc-tab-num {
    color: #baf202;
  }
  .doc-card-2 .doc-tab-num, .doc-card-5 .doc-tab-num {
    color: #38bdf8;
  }
  .doc-card-3 .doc-tab-num, .doc-card-6 .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, .doc-card-4:hover .doc-tab-icon {
    color: #baf202;
  }
  .doc-card-2:hover .doc-tab-icon, .doc-card-5:hover .doc-tab-icon {
    color: #38bdf8;
  }
  .doc-card-3:hover .doc-tab-icon, .doc-card-6: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, .doc-card-4 .chip-version {
    background: rgba(186,242,2,0.06);
    border-color: rgba(186,242,2,0.18);
    color: #baf202;
  }
  .doc-card-2 .chip-version, .doc-card-5 .chip-version {
    background: rgba(56,189,248,0.06);
    border-color: rgba(56,189,248,0.18);
    color: #38bdf8;
  }
  .doc-card-3 .chip-version, .doc-card-6 .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, .doc-card-4 .doc-btn-open {
    background: #baf202;
  }
  .doc-card-2 .doc-btn-open, .doc-card-5 .doc-btn-open {
    background: #38bdf8;
  }
  .doc-card-3 .doc-btn-open, .doc-card-6 .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 {
    margin-top: 8px;
    padding: 20px 0 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;
  }
  .doc-card:nth-child(4) {
    animation-delay: 0.32s;
  }
  .doc-card:nth-child(5) {
    animation-delay: 0.40s;
  }
  .doc-card:nth-child(6) {
    animation-delay: 0.48s;
  }
  @media (prefers-reduced-motion: reduce) {
    .doc-card {
      animation: none;
      opacity: 1;
    }
  }
  @media (min-width: 1024px) {
    .terms-hero-inner, .terms-content-inner {
      max-width: 1024px;
    }
  }
  @media (max-width: 1023px) {
    .terms-hero-inner {
      padding-top: 120px;
      padding-bottom: 12px;
    }
    .terms-content-inner {
      padding-top: 32px;
    }
    .terms-footer-note {
      padding: 32px 0 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;
    }
  }
}
@layer components {
  .ps-section {
    padding: 80px 0;
  }
  .ps-hero {
    padding: 100px 0 88px;
  }
  .ps-hero-split {
    display: grid;
    grid-template-columns: 45fr 55fr;
    gap: 64px;
    align-items: center;
  }
  .ps-hero-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 40px;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .ps-hero-meta {
      gap: 12px;
    }
  }
  .ps-hero-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--muted-dim);
  }
  .ps-hero-meta-highlight {
    color: var(--green);
  }
  .ps-hero-headline {
    font-family: var(--font-display);
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.95;
    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: 580px;
    justify-self: center;
    width: 100%;
    margin-top: 40px;
  }
  .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: var(--font-mono);
    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: var(--font-mono);
    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-wf-fade {
    opacity: 0;
    animation: ps-wf-fade-in 0.4s ease forwards;
  }
  .ps-wf-fade.d1 {
    animation-delay: 0.1s;
  }
  .ps-wf-fade.d2 {
    animation-delay: 0.3s;
  }
  .ps-wf-fade.d3 {
    animation-delay: 0.5s;
  }
  .ps-wf-fade.d4 {
    animation-delay: 0.7s;
  }
  .ps-wf-fade.d5 {
    animation-delay: 0.9s;
  }
  .ps-wf-fade.d6 {
    animation-delay: 1.1s;
  }
  .ps-wf-fade.d7 {
    animation-delay: 1.3s;
  }
  .ps-wf-fade.d8 {
    animation-delay: 1.5s;
  }
  .ps-wf-fade.d9 {
    animation-delay: 1.7s;
  }
  .ps-wf-fade.d10 {
    animation-delay: 1.9s;
  }
  @keyframes ps-wf-fade-in {
    from {
      opacity: 0;
      transform: translateY(4px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .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-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: var(--font-mono);
    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: var(--font-mono);
    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-deliver-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .ps-deliver-list-item {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
  }
  .ps-deliver-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green);
    opacity: 0.6;
    flex-shrink: 0;
  }
  .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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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('/assets/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;
  }
  @media (max-width: 1023px) {
    .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: 1fr;
    }
    .ps-prepare-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .ps-deliver-grid {
      grid-template-columns: 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-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;
    }
  }
}
@layer components {
  .adv-section {
    padding: 88px 0;
  }
  .adv-hero {
    padding: 100px 0 88px;
  }
  .adv-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 64px;
    align-items: center;
  }
  .adv-hero-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 40px;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .adv-hero-meta {
      gap: 12px;
    }
  }
  .adv-hero-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--muted-dim);
  }
  .adv-hero-meta-highlight {
    color: var(--green);
  }
  .adv-hero-headline {
    font-family: var(--font-display);
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.95;
    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-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: var(--font-mono);
    font-size: 10px;
    color: var(--muted-dim);
    margin-top: 2px;
  }
  .adv-report-confidential {
    font-family: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    font-size: 9px;
    color: var(--muted-dim);
    letter-spacing: 0.08em;
  }
  .adv-report-footer-badge {
    font-family: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.04em;
  }
  .adv-preview-badge {
    font-family: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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: var(--font-mono);
    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;
  }
  @media (max-width: 1023px) {
    .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;
    }
  }
}
@layer components {
  #hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .bp-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .bp-hero-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 40px;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .bp-hero-meta {
      gap: 12px;
    }
  }
  .bp-hero-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--muted-dim);
    flex-shrink: 0;
  }
  .bp-hero-meta-highlight {
    color: var(--green);
  }
  .bp-hero-h1 {
    font-family: var(--font-display);
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.95;
    color: var(--text);
    margin: 0 0 24px;
  }
  .bp-hero-h1 em {
    font-style: italic;
    color: var(--green);
  }
  .bp-hero-p {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.7;
    margin: 0 0 28px;
  }
  .bp-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .bp-hero-disclaimer {
    font-size: 13px;
    color: var(--muted);
    margin-top: 16px;
  }
  .bp-ide-card {
    background: #0d0d10;
    border: 1px solid #2a2a35;
    border-radius: 12px;
    overflow: hidden;
    font-family: var(--font-mono);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
  }
  .bp-ide-titlebar {
    background: #161620;
    border-bottom: 1px solid #242430;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .bp-ide-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .bp-ide-dot.red {
    background: #ff5f57;
  }
  .bp-ide-dot.yellow {
    background: #febc2e;
  }
  .bp-ide-dot.green {
    background: #28c840;
  }
  .bp-ide-title-text {
    font-size: 11px;
    color: #5a5a72;
    margin-left: 8px;
  }
  .bp-ide-tabs {
    background: #121218;
    border-bottom: 1px solid #1e1e28;
    display: flex;
    overflow-x: auto;
  }
  .bp-ide-tab {
    padding: 8px 16px;
    font-size: 11px;
    white-space: nowrap;
    border-right: 1px solid #1e1e28;
    cursor: default;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #5a5a72;
  }
  .bp-ide-tab.active {
    background: #0d0d10;
    color: var(--text);
    border-bottom: 1px solid #0d0d10;
    margin-bottom: -1px;
  }
  .bp-tab-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
  .bp-tab-dot.pdf {
    background: #f87171;
  }
  .bp-tab-dot.fig {
    background: #c084fc;
  }
  .bp-tab-dot.md {
    background: var(--blue);
  }
  .bp-tab-dot.csv {
    background: var(--green);
  }
  .bp-ide-body {
    display: flex;
    min-height: 420px;
  }
  .bp-ide-filetree {
    width: 140px;
    flex-shrink: 0;
    background: #0f0f14;
    border-right: 1px solid #1e1e28;
    padding: 12px 0;
  }
  .bp-tree-section {
    padding: 0 12px;
    margin-bottom: 8px;
  }
  .bp-tree-folder {
    font-size: 10px;
    color: #5a5a72;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
  .bp-tree-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: default;
    font-size: 11px;
    color: #7a7a96;
    transition: background 0.15s;
  }
  .bp-tree-item.active {
    background: var(--green-bg);
    color: var(--green);
  }
  .bp-tree-icon {
    width: 12px;
    text-align: center;
  }
  .bp-ide-main {
    flex: 1;
    padding: 16px 20px;
    overflow: hidden;
  }
  .bp-code-line {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 12px;
    line-height: 1.8;
    white-space: pre;
  }
  .bp-ln {
    color: #3a3a50;
    width: 16px;
    text-align: right;
    flex-shrink: 0;
    user-select: none;
  }
  .bp-code-h1 {
    color: var(--green);
    font-weight: 700;
  }
  .bp-code-h2 {
    color: var(--blue);
  }
  .bp-code-li {
    color: #e5e7eb;
  }
  .bp-code-comment {
    color: #4a4a62;
    font-style: italic;
  }
  .bp-code-key {
    color: var(--amber);
  }
  .bp-code-val {
    color: #c084fc;
  }
  .bp-code-empty {
    opacity: 0;
  }
  .bp-ide-cursor {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: var(--green);
    margin-left: 1px;
    vertical-align: middle;
    animation: bp-cursor-blink 1s step-end infinite;
  }
  @keyframes bp-cursor-blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .bp-ide-statusbar {
    background: #161620;
    border-top: 1px solid #242430;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: #5a5a72;
  }
  .bp-status-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .bp-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
  }
  @media (max-width: 1023px) {
    #hero {
      padding-top: 110px;
      padding-bottom: 60px;
    }
    .bp-hero-inner {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .bp-hero-h1 {
      max-width: 18ch;
    }
    .bp-hero-p {
      max-width: 52ch;
    }
    .bp-ide-card {
      display: none;
    }
  }
  .bp-trust-bar {
    background: var(--bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 24px 0;
  }
  .bp-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .bp-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 40px;
    text-align: center;
  }
  .bp-trust-item + .bp-trust-item {
    border-left: 1px solid var(--border);
  }
  .bp-trust-num {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .bp-trust-num.green {
    color: var(--green);
  }
  .bp-trust-num.amber {
    color: var(--amber);
  }
  .bp-trust-num.white {
    color: var(--text);
  }
  .bp-trust-num.blue {
    color: var(--blue);
  }
  .bp-trust-label {
    font-size: 11px;
    font-weight: 500;
    color: var(--muted-dim);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  @media (max-width: 1023px) {
    .bp-trust-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
    }
    .bp-trust-item {
      padding: 20px 16px;
      border-left: none;
      border-top: none;
    }
    .bp-trust-item + .bp-trust-item {
      border-left: none;
    }
    .bp-trust-item:nth-child(2n) {
      border-left: 1px solid var(--border);
    }
    .bp-trust-item:nth-child(3), .bp-trust-item:nth-child(4) {
      border-top: 1px solid var(--border);
    }
  }
  #who .section-sub, #start .section-sub, #scope .section-sub, #process .section-sub, #pricing .section-sub {
    margin-bottom: 56px;
  }
  @media (max-width: 1023px) {
    #who .section-sub, #start .section-sub, #scope .section-sub, #process .section-sub, #pricing .section-sub {
      margin-bottom: 40px;
    }
  }
  .bp-personas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .bp-flip-card {
    height: 220px;
    perspective: 1000px;
    cursor: pointer;
  }
  .bp-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
  }
  .bp-flip-card:hover .bp-flip-inner {
    transform: rotateY(180deg);
  }
  .bp-flip-front, .bp-flip-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: var(--radius);
    padding: 28px;
  }
  .bp-flip-front {
    background: var(--bg);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .bp-flip-back {
    background: var(--surface2);
    border: 1px solid var(--border-strong);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bp-flip-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  .bp-flip-icon.green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .bp-flip-icon.green svg {
    stroke: var(--green);
  }
  .bp-flip-icon.blue {
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .bp-flip-icon.blue svg {
    stroke: var(--blue);
  }
  .bp-flip-icon.amber {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
  }
  .bp-flip-icon.amber svg {
    stroke: var(--amber);
  }
  .bp-flip-name {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 6px;
  }
  .bp-flip-role {
    font-size: 12px;
    color: var(--muted-dim);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .bp-flip-hint {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 10px;
    color: var(--muted-dim);
    font-family: var(--font-mono);
    letter-spacing: 0.04em;
  }
  .bp-flip-pain {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
  }
  .bp-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;
  }
  .bp-flip-solve {
    font-size: 12px;
    color: var(--green);
    font-family: var(--font-mono);
    letter-spacing: 0.04em;
    padding-top: 12px;
    border-top: 1px solid var(--border);
  }
  @media (max-width: 1023px) {
    .bp-personas-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .bp-flip-card {
      height: auto;
      perspective: none;
      cursor: default;
    }
    .bp-flip-inner {
      position: static;
      transform: none !important;
      transition: none;
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .bp-flip-front, .bp-flip-back {
      position: static;
      backface-visibility: visible;
      transform: none;
    }
    .bp-flip-hint {
      display: none;
    }
    .bp-flip-back {
      border-top: 1px solid var(--border);
      padding-top: 16px;
      margin-top: 16px;
    }
  }
  .bp-converge-wrap {
    max-width: 1100px;
    margin-inline: auto;
  }
  .bp-converge-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
  }
  .bp-converge-paths::before {
    content: '';
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--border), transparent);
    transform: translateX(-0.5px);
  }
  .bp-converge-path {
    padding: 40px 36px;
  }
  .bp-converge-illustration {
    width: 100%;
    height: 140px;
    position: relative;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bp-converge-illustration svg {
    width: 160px;
    height: 100%;
  }
  .bp-illu-green {
    color: var(--green);
    opacity: 0.65;
  }
  .bp-illu-blue {
    color: var(--blue);
    opacity: 0.7;
  }
  .bp-converge-eyebrow {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  .bp-converge-eyebrow.a {
    color: var(--green);
  }
  .bp-converge-eyebrow.b {
    color: var(--blue);
  }
  .bp-converge-h3 {
    font-family: var(--font-display);
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--text);
    margin: 0 0 14px;
  }
  .bp-converge-p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.7;
    margin: 0 0 18px;
  }
  .bp-converge-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .bp-converge-tag.a {
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid var(--green-border);
  }
  .bp-converge-tag.b {
    background: var(--blue-bg);
    color: var(--blue);
    border: 1px solid var(--blue-border);
  }
  .bp-converge-arrows {
    display: flex;
    justify-content: center;
    padding: 12px 0;
    position: relative;
  }
  .bp-converge-arrows svg {
    color: var(--muted-dim);
  }
  .bp-converge-outcome {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px 40px;
    text-align: center;
    max-width: 720px;
    margin: 12px auto 0;
    position: relative;
  }
  .bp-converge-outcome::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 50%;
  }
  .bp-outcome-eyebrow {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--green);
    margin: 0 0 10px;
  }
  .bp-outcome-title {
    font-family: var(--font-display);
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text);
    margin: 0 0 8px;
  }
  .bp-outcome-sub {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
  }
  @media (max-width: 1023px) {
    .bp-converge-paths {
      grid-template-columns: 1fr;
    }
    .bp-converge-paths::before {
      display: none;
    }
    .bp-converge-path {
      padding: 32px 0;
      border-bottom: 1px solid var(--border);
    }
    .bp-converge-path:last-child {
      border-bottom: none;
    }
    .bp-converge-outcome {
      padding: 28px 24px;
    }
  }
  .bp-scope-twocol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .bp-scope-col {
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 28px 28px 30px;
  }
  .bp-scope-col-in {
    border-color: var(--green-border);
  }
  .bp-scope-col-label {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 18px;
  }
  .bp-scope-col-in .bp-scope-col-label {
    color: var(--green);
  }
  .bp-scope-col-out .bp-scope-col-label {
    color: var(--muted-dim);
  }
  .bp-scope-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .bp-scope-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: var(--text);
    line-height: 1.6;
  }
  .bp-scope-bullet {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 700;
    margin-top: 1px;
  }
  .bp-scope-bullet.in {
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid var(--green-border);
  }
  .bp-scope-bullet.out {
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted-dim);
    border: 1px solid var(--border);
  }
  .bp-scope-col-out .bp-scope-list li {
    color: var(--muted);
    text-decoration: line-through;
    text-decoration-color: rgba(255, 255, 255, 0.15);
  }
  .bp-scope-tag {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 100px;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-left: 8px;
  }
  .bp-scope-tag.pro {
    color: var(--gold);
    background: var(--gold-bg);
    border: 1px solid var(--gold-border);
  }
  @media (max-width: 1023px) {
    .bp-scope-twocol {
      grid-template-columns: 1fr;
    }
    .bp-scope-col {
      padding: 24px;
    }
  }
  .bp-htrack {
    max-width: 1180px;
    margin-inline: auto;
  }
  .bp-htrack-rail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 48px;
  }
  .bp-htrack-rail::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, var(--green), var(--blue), var(--gold), var(--green));
    opacity: 0.35;
    z-index: 1;
  }
  .bp-htrack-stop {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .bp-htrack-stop-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--bg);
    border: 2px solid var(--border-strong);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s, background 0.25s;
  }
  .bp-htrack-stop:nth-child(1) .bp-htrack-stop-circle {
    border-color: var(--green);
    background: var(--green-bg);
  }
  .bp-htrack-stop:nth-child(2) .bp-htrack-stop-circle {
    border-color: var(--blue);
    background: var(--blue-bg);
  }
  .bp-htrack-stop:nth-child(3) .bp-htrack-stop-circle {
    border-color: var(--gold);
    background: var(--gold-bg);
  }
  .bp-htrack-stop:nth-child(4) .bp-htrack-stop-circle {
    border-color: var(--green);
    background: var(--green-bg);
  }
  .bp-htrack-stop-circle svg {
    width: 22px;
    height: 22px;
  }
  .bp-htrack-stop:nth-child(1) .bp-htrack-stop-circle svg {
    color: var(--green);
  }
  .bp-htrack-stop:nth-child(2) .bp-htrack-stop-circle svg {
    color: var(--blue);
  }
  .bp-htrack-stop:nth-child(3) .bp-htrack-stop-circle svg {
    color: var(--gold);
  }
  .bp-htrack-stop:nth-child(4) .bp-htrack-stop-circle svg {
    color: var(--green);
  }
  .bp-htrack-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .bp-htrack-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 32px 22px 24px;
    position: relative;
    transition: border-color 0.25s, transform 0.25s;
  }
  .bp-htrack-card:hover {
    transform: translateY(-2px);
  }
  .bp-htrack-card:nth-child(1):hover {
    border-color: var(--green-border);
  }
  .bp-htrack-card:nth-child(2):hover {
    border-color: var(--green-border);
  }
  .bp-htrack-card:nth-child(3):hover {
    border-color: var(--gold-border);
  }
  .bp-htrack-card:nth-child(4):hover {
    border-color: var(--green-border);
  }
  .bp-htrack-card-num {
    position: absolute;
    top: -10px;
    left: 22px;
    background: var(--bg);
    padding: 0 8px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .bp-htrack-card-name {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin: 0 0 8px;
  }
  .bp-htrack-card-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0 0 14px;
  }
  .bp-htrack-card-output {
    padding-top: 12px;
    border-top: 1px solid var(--border);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.04em;
    color: var(--muted-dim);
  }
  .bp-htrack-card-output strong {
    display: block;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.01em;
    margin-top: 2px;
  }
  @media (max-width: 1023px) {
    .bp-htrack-rail {
      display: none;
    }
    .bp-htrack-cards {
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .bp-htrack-card {
      padding: 30px 22px 22px;
    }
  }
  .bp-pricing-main {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 28px;
  }
  .bp-tier-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }
  .bp-tier-card {
    position: relative;
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 28px 32px;
  }
  .bp-tier-card-pro {
    background: rgba(232, 184, 75, 0.04);
    border-color: var(--gold-border);
  }
  .bp-tier-card-header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 18px;
  }
  .bp-tier-name {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text);
  }
  .bp-tier-card-pro .bp-tier-name {
    color: var(--amber);
  }
  .bp-tier-tagline {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .bp-tier-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 14px;
  }
  .bp-tier-price-from {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .bp-tier-price-amount {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--green);
  }
  .bp-tier-card-pro .bp-tier-price-amount {
    color: var(--amber);
  }
  .bp-tier-price-scope {
    font-size: 28px;
    letter-spacing: -0.02em;
  }
  .bp-tier-desc {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
    margin: 0 0 18px;
  }
  .bp-tier-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    color: var(--muted);
    line-height: 1.5;
  }
  .bp-tier-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .bp-tier-check {
    flex: 0 0 14px;
    color: var(--green);
    font-weight: 700;
  }
  .bp-tier-check.pro {
    color: var(--amber);
  }
  .bp-tier-skip {
    flex: 0 0 14px;
    color: #5a5a72;
    font-weight: 700;
  }
  @media (max-width: 1023px) {
    .bp-tier-grid {
      grid-template-columns: 1fr;
    }
    .bp-pricing-main {
      padding: 24px;
    }
  }
  .bp-deliverables-details {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
  }
  .bp-deliverables-summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: background 0.2s;
    user-select: none;
  }
  .bp-deliverables-summary::-webkit-details-marker {
    display: none;
  }
  .bp-deliverables-summary:hover {
    background: var(--surface2);
  }
  .bp-deliverables-summary-text {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.01em;
    flex: 1;
  }
  .bp-deliverables-summary-meta {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  .bp-deliverables-summary-icon {
    flex-shrink: 0;
    color: var(--muted);
    transition: transform 0.25s;
  }
  .bp-deliverables-details[open] .bp-deliverables-summary-icon {
    transform: rotate(180deg);
  }
  .bp-deliverables-details[open] .bp-deliverables-summary {
    border-bottom: 1px solid var(--border);
  }
  .bp-deliverables-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-body);
  }
  .bp-deliverables-table thead th {
    background: var(--surface2);
    text-align: left;
    padding: 18px 24px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
  }
  .bp-deliverables-table thead .col-tier {
    text-align: center;
    width: 140px;
  }
  .bp-deliverables-table thead .col-tier-std {
    color: var(--green);
  }
  .bp-deliverables-table thead .col-tier-pro {
    color: var(--gold);
  }
  .bp-deliverables-table tbody td {
    padding: 18px 24px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
  }
  .bp-deliverables-table tbody tr:last-child td {
    border-bottom: none;
  }
  .bp-deliverables-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.015);
  }
  .bp-del-cell-name {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  .bp-del-name-text {
    flex: 1;
    min-width: 0;
  }
  .bp-del-name-h3 {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    margin: 0 0 4px;
    letter-spacing: -0.02em;
  }
  .bp-del-name-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.55;
    margin: 0;
  }
  .bp-file-ext-badge {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block;
    flex-shrink: 0;
    margin-top: 1px;
    letter-spacing: 0.04em;
  }
  .bp-badge-pdf {
    background: rgba(239, 68, 68, 0.12);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.2);
  }
  .bp-badge-fig {
    background: rgba(147, 51, 234, 0.12);
    color: #c084fc;
    border: 1px solid rgba(147, 51, 234, 0.2);
  }
  .bp-badge-md {
    background: rgba(96, 165, 250, 0.12);
    color: var(--blue);
    border: 1px solid rgba(96, 165, 250, 0.2);
  }
  .bp-badge-csv {
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid var(--green-border);
  }
  .bp-del-tier-cell {
    text-align: center;
    vertical-align: middle !important;
  }
  .bp-del-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-family: var(--font-mono);
    font-size: 14px;
    font-weight: 700;
  }
  .bp-del-mark.yes-std {
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid var(--green-border);
  }
  .bp-del-mark.yes-pro {
    background: var(--gold-bg);
    color: var(--gold);
    border: 1px solid var(--gold-border);
  }
  .bp-del-mark.no {
    background: transparent;
    color: var(--muted-dim);
    border: 1px solid var(--border);
  }
  .bp-del-tier-note {
    display: block;
    margin-top: 4px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted-dim);
  }
  @media (max-width: 1023px) {
    .bp-deliverables-table-wrap {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .bp-deliverables-table thead th {
      padding: 10px 12px;
      font-size: 10px;
      letter-spacing: 0.1em;
    }
    .bp-deliverables-table thead .col-tier {
      width: 64px;
    }
    .bp-deliverables-table tbody td {
      padding: 10px 12px;
    }
    .bp-del-cell-name {
      gap: 8px;
    }
    .bp-del-name-h3 {
      font-size: 13px;
    }
    .bp-del-name-desc {
      font-size: 11.5px;
      line-height: 1.45;
    }
    .bp-file-ext-badge {
      font-size: 9px;
      padding: 2px 5px;
    }
    .bp-del-mark {
      width: 22px;
      height: 22px;
      font-size: 12px;
    }
    .bp-del-tier-note {
      font-size: 9px;
    }
  }
  .bp-fine-print {
    background: transparent;
    border: 1px dashed var(--border);
    border-radius: 14px;
    padding: 24px 28px;
  }
  .bp-fine-print-eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bp-fine-print-eyebrow::before {
    content: '§';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--surface2);
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  .bp-fine-print-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 32px;
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.7;
  }
  .bp-fine-print-row {
    display: flex;
    gap: 8px;
  }
  .bp-fine-print-row strong {
    color: var(--text);
    font-weight: 700;
    min-width: 140px;
  }
  .bp-fine-print-extras {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px dashed var(--border);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    font-size: 13px;
    color: var(--muted);
  }
  .bp-fine-print-extras-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  .bp-fine-print-extras-row::before {
    content: '✓';
    color: var(--green);
    font-weight: 700;
    flex-shrink: 0;
  }
  .bp-fine-print-extras-row strong {
    color: var(--text);
    font-weight: 700;
  }
  @media (max-width: 1023px) {
    .bp-fine-print-grid {
      grid-template-columns: 1fr;
    }
    .bp-fine-print-extras {
      grid-template-columns: 1fr;
    }
  }
}
@layer components {
  .btn-blue {
    background: var(--blue);
    color: #0a0a0a;
  }
}
@layer components {
  .btn-amber {
    background: var(--amber);
    color: #0a0a0a;
  }
}
@layer components;
@layer components;
@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('/assets/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;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 40px;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .about-hero-meta {
      gap: 12px;
    }
  }
  .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: var(--font-display);
    font-size: clamp(40px, 6.5vw, 80px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.95;
    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: 15px;
    color: var(--muted);
    line-height: 1.7;
    max-width: 540px;
  }
  .about-scroll-cue {
    font-family: var(--font-mono);
    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: var(--font-display);
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    color: var(--text);
    margin-bottom: 16px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .about-origin-quote-word {
    display: inline-block;
    margin: 0 12px;
    color: var(--text);
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .about-origin-quote-dot {
    color: var(--green);
  }
  .about-origin-cite {
    font-family: var(--font-mono);
    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: var(--font-mono);
    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-leafs {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
  }
  .about-origin-leaf {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 100px;
  }
  .about-origin-leaf-swatch {
    width: 20px;
    height: 20px;
    border-radius: 0;
    flex-shrink: 0;
  }
  .about-origin-leaf-label {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .about-origin-leaf-gloss {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
  }
  .about-origin-leaf--fortune .about-origin-leaf-swatch {
    background: var(--green);
  }
  .about-origin-leaf--fortune .about-origin-leaf-label {
    color: var(--green);
  }
  .about-origin-leaf--trust .about-origin-leaf-swatch {
    background: var(--blue);
  }
  .about-origin-leaf--trust .about-origin-leaf-label {
    color: var(--blue);
  }
  .about-origin-leaf--growth .about-origin-leaf-swatch {
    background: var(--amber);
  }
  .about-origin-leaf--growth .about-origin-leaf-label {
    color: var(--amber);
  }
  .about-origin-leaf--legacy .about-origin-leaf-swatch {
    background: var(--pink);
  }
  .about-origin-leaf--legacy .about-origin-leaf-label {
    color: var(--pink);
  }
  .about-vm-diptych {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
  }
  .about-vm-panel {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    overflow: hidden;
  }
  .about-vm-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px dashed var(--border-strong);
    padding-bottom: 24px;
  }
  .about-vm-panel-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: var(--radius-full);
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .about-vm-panel-label-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    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-vm-panel--vision .about-vm-panel-label {
    color: var(--green);
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .about-vm-panel--vision .about-vm-panel-label-dot {
    background: var(--green);
    box-shadow: 0 0 8px var(--green);
  }
  .about-vm-panel--mission .about-vm-panel-label {
    color: var(--blue);
    background: var(--blue-bg);
    border: 1px solid var(--blue-border);
  }
  .about-vm-panel--mission .about-vm-panel-label-dot {
    background: var(--blue);
    box-shadow: 0 0 8px var(--blue);
  }
  .about-vm-panel-meta {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--muted-dim);
    letter-spacing: 0.1em;
  }
  .about-vm-panel-meta strong {
    color: var(--text);
    font-weight: 500;
  }
  .about-vm-vision-statement {
    font-family: var(--font-display);
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--text);
    margin: 0;
  }
  .about-vm-vision-statement .accent {
    color: var(--green);
    font-style: italic;
  }
  .about-vm-vision-proof {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--border);
    padding-top: 20px;
  }
  .about-vm-vision-proof-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-right: 1px dashed var(--border);
    padding-right: 12px;
  }
  .about-vm-vision-proof-item:last-child {
    border-right: none;
  }
  .about-vm-vision-proof-value {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1;
    color: var(--text);
  }
  .about-vm-vision-proof-label {
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .about-vm-mission-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .about-vm-mission-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px dashed var(--border);
    align-items: start;
  }
  .about-vm-mission-item:last-child {
    border-bottom: none;
  }
  .about-vm-mission-num {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    padding-top: 4px;
  }
  .about-vm-mission-item:nth-child(1) .about-vm-mission-num {
    color: var(--green);
  }
  .about-vm-mission-item:nth-child(2) .about-vm-mission-num {
    color: var(--blue);
  }
  .about-vm-mission-item:nth-child(3) .about-vm-mission-num {
    color: var(--amber);
  }
  .about-vm-mission-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .about-vm-mission-title {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0;
    color: var(--text);
  }
  .about-vm-mission-text {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
  }
  .about-industries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-top: 60px;
  }
  .about-industry-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    position: relative;
    transition: border-color 0.2s, transform 0.2s;
  }
  .about-industry-card:hover {
    border-color: var(--border-strong);
    transform: translateY(-2px);
  }
  .about-industry-card--01 {
    grid-column: span 4;
  }
  .about-industry-card--02 {
    grid-column: span 2;
    grid-row: span 2;
    justify-content: space-between;
  }
  .about-industry-card--03 {
    grid-column: span 2;
  }
  .about-industry-card--04 {
    grid-column: span 2;
  }
  .about-industry-card--05 {
    grid-column: span 2;
  }
  .about-industry-card--06 {
    grid-column: span 2;
  }
  .about-industry-cta {
    grid-column: span 2;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .about-industry-card--01 {
    padding: 36px;
    border-color: var(--green-border);
  }
  .about-industry-card--01::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(186,242,2,0.06) 0%, transparent 70%);
    pointer-events: none;
  }
  .about-industry-card--01:hover {
    border-color: rgba(186,242,2,0.28);
  }
  .about-industry-index {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--muted-dim);
    margin-bottom: 16px;
  }
  .about-industry-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
  }
  .about-industry-icon svg {
    width: 22px;
    height: 22px;
  }
  .about-industry-card--01 .about-industry-icon svg {
    stroke: var(--green);
  }
  .about-industry-card--02 .about-industry-icon svg {
    stroke: var(--blue);
  }
  .about-industry-card--03 .about-industry-icon svg {
    stroke: var(--amber);
  }
  .about-industry-card--04 .about-industry-icon svg {
    stroke: var(--green);
  }
  .about-industry-card--05 .about-industry-icon svg {
    stroke: var(--blue);
  }
  .about-industry-card--06 .about-industry-icon svg {
    stroke: var(--amber);
  }
  .about-industry-name {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--text);
    line-height: 1.15;
    margin-bottom: 10px;
  }
  .about-industry-card--01 .about-industry-name {
    font-size: 22px;
  }
  .about-industry-card--02 .about-industry-name {
    font-size: 19px;
  }
  .about-industry-card--03 .about-industry-name, .about-industry-card--04 .about-industry-name {
    font-size: 17px;
  }
  .about-industry-card--05 .about-industry-name, .about-industry-card--06 .about-industry-name {
    font-size: 15px;
  }
  .about-industry-body {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
    flex-grow: 1;
  }
  .about-industry-card--01 .about-industry-body {
    font-size: 15px;
  }
  .about-industry-proof {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
  }
  .about-industry-proof-label {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--muted-dim);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .about-industry-proof-value {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
  }
  .about-industry-stat {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--green-border);
  }
  .about-industry-stat-prelabel {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .about-industry-stat-prelabel::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--gold);
    flex-shrink: 0;
  }
  .about-industry-stat-num {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 800;
    color: var(--green);
    letter-spacing: -0.04em;
    line-height: 1;
  }
  .about-industry-stat-desc {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--muted-dim);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 4px;
  }
  .about-industry-card--02 .about-industry-icon {
    margin-bottom: 12px;
  }
  .about-industry-card--02 .about-industry-body {
    margin-top: 8px;
  }
  .about-industry-cta-eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green);
  }
  .about-industry-cta-heading {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
  }
  .about-industry-cta-sub {
    font-size: 13px;
    color: var(--muted-dim);
    line-height: 1.55;
  }
  .about-industry-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--green);
    text-decoration: none;
    margin-top: 4px;
    transition: gap 0.2s;
  }
  .about-industry-cta-link:hover {
    gap: 12px;
  }
  .about-industry-cta-link svg {
    width: 16px;
    height: 16px;
    stroke: var(--green);
    flex-shrink: 0;
  }
  .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: var(--font-display);
    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: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 10px;
  }
  .about-portfolio-title {
    font-family: var(--font-display);
    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: var(--font-mono);
    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: var(--font-display);
    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: var(--font-display);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1;
    color: var(--text);
    margin-bottom: 6px;
  }
  .about-team-role {
    font-family: var(--font-mono);
    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: var(--font-mono);
    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: 1023px) {
    .about-origin-leafs {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
    .about-origin-grid, .about-industries-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .about-vm-diptych {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .about-vm-panel {
      padding: 32px 24px;
    }
    .about-vm-vision-proof-value {
      font-size: 22px;
    }
    .about-industry-card--01, .about-industry-card--02, .about-industry-card--03, .about-industry-card--04, .about-industry-card--05, .about-industry-card--06, .about-industry-cta {
      grid-column: span 1;
      grid-row: span 1;
    }
    .about-industry-stat-num {
      font-size: 36px;
    }
    .about-portfolio-wrap {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 36px 32px;
    }
    .about-team-grid {
      grid-template-columns: 1fr;
    }
    .about-team-bio {
      min-height: unset;
    }
    .about-hero-bottom-row {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
}
@layer components {
  .portfolio-hero {
    padding-top: calc(var(--section-py) + 60px);
    padding-bottom: var(--section-py);
    padding-inline: var(--page-inset-desktop);
  }
  .portfolio-hero-inner {
    max-width: 1280px;
    margin-inline: auto;
  }
  .portfolio-hero-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-bottom: 40px;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .portfolio-hero-meta {
      gap: 12px;
    }
  }
  .portfolio-hero-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--muted-dim);
    flex-shrink: 0;
  }
  .portfolio-hero-meta-highlight {
    color: var(--green);
  }
  .portfolio-hero-h1 {
    font-family: var(--font-display);
    font-size: clamp(40px, 6.5vw, 80px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.95;
    color: var(--text);
  }
  .portfolio-hero-h1 em {
    font-style: italic;
    color: var(--green);
  }
  .portfolio-hero-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
  }
  .portfolio-hero-sub {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.7;
    max-width: 52ch;
  }
  .portfolio-scroll-cue {
    font-family: var(--font-mono);
    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;
    flex-shrink: 0;
  }
  .portfolio-scroll-cue-arrow {
    display: inline-block;
    width: 1px;
    height: 28px;
    background: linear-gradient(to bottom, var(--muted-dim), transparent);
    position: relative;
  }
  .portfolio-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);
  }
  @media (max-width: 1023px) {
    .portfolio-hero-meta {
      flex-wrap: wrap;
      gap: 10px;
    }
  }
  .portfolio-section {
    width: 100%;
    padding: 72px var(--page-inset-desktop) 80px;
  }
  .portfolio-section-inner {
    max-width: 1280px;
    margin-inline: auto;
  }
  .portfolio-section-title {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 8px;
  }
  .portfolio-section-sub {
    font-size: 14px;
    color: var(--muted-dim);
    margin-bottom: 40px;
  }
  .pf-year-group {
    margin-bottom: 40px;
  }
  .pf-year-marker {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    color: var(--muted-dim);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .pf-year-marker::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
  }
  .pf-year-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .pf-trow {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0 20px;
    align-items: start;
  }
  .pf-trow-num {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--muted-dim);
    padding-top: 30px;
  }
  .pf-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;
    position: relative;
    overflow: hidden;
    cursor: default;
  }
  .pf-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;
  }
  .pf-card:hover {
    border-color: var(--green-border);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    transform: translateY(-3px);
  }
  .pf-card:hover::after {
    opacity: 1;
  }
  .pf-card--conf:hover {
    border-color: var(--border-strong);
    box-shadow: none;
    transform: none;
  }
  .pf-card--conf:hover::after {
    opacity: 0;
  }
  .pf-card--conf:hover .pf-card-name {
    color: var(--text);
  }
  .pf-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .pf-card-client {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green);
  }
  .pf-card--conf .pf-card-client {
    color: var(--muted-dim);
  }
  .pf-card-meta-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--border-strong);
    flex-shrink: 0;
  }
  .pf-card-industry {
    font-size: 11px;
    color: var(--muted);
    font-family: var(--font-mono);
  }
  .pf-card-year {
    font-size: 11px;
    color: var(--muted);
    font-family: var(--font-mono);
  }
  .pf-card-platforms {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-left: auto;
  }
  .pf-ptag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 3px 8px;
    border-radius: var(--radius-full);
  }
  .pf-ptag svg {
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    fill: currentColor;
  }
  .pf-ptag.web {
    background: rgba(66,133,244,0.10);
    border: 1px solid rgba(66,133,244,0.22);
    color: #4285F4;
  }
  .pf-ptag.web svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
  .pf-ptag.android {
    background: rgba(61,220,132,0.10);
    border: 1px solid rgba(61,220,132,0.22);
    color: #3DDC84;
  }
  .pf-ptag.ios {
    background: rgba(180,180,190,0.10);
    border: 1px solid rgba(180,180,190,0.22);
    color: #aaaabc;
  }
  .pf-ptag.nestjs {
    background: rgba(234,0,78,0.10);
    border: 1px solid rgba(234,0,78,0.25);
    color: #ea004e;
  }
  .pf-ptag.prisma {
    background: rgba(90,172,174,0.10);
    border: 1px solid rgba(90,172,174,0.25);
    color: #5aaaae;
  }
  .pf-ptag.mongodb {
    background: rgba(0,237,100,0.10);
    border: 1px solid rgba(0,237,100,0.25);
    color: #00ed64;
  }
  .pf-ptag.redis {
    background: rgba(220,38,38,0.10);
    border: 1px solid rgba(220,38,38,0.25);
    color: #dc2626;
  }
  .pf-ptag.docker {
    background: rgba(29,99,237,0.10);
    border: 1px solid rgba(29,99,237,0.25);
    color: #1d63ed;
  }
  .pf-ptag.aws {
    background: rgba(255,153,0,0.10);
    border: 1px solid rgba(255,153,0,0.25);
    color: #ff9900;
  }
  .pf-card-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;
    transition: color 0.2s;
  }
  .pf-card-desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 22px;
  }
  .pf-card-highlights {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
  }
  .pf-card-highlight {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
  }
  .pf-card-highlight::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--green);
    opacity: 0.7;
    flex-shrink: 0;
    margin-top: 7px;
  }
  .pf-conf-lock {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--muted-dim);
    font-family: var(--font-mono);
    padding: 3px 9px;
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    margin-top: 16px;
  }
  .pf-conf-lock svg {
    width: 10px;
    height: 10px;
    stroke: var(--muted-dim);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .pf-detail-link {
    display: block;
    text-align: right;
    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;
  }
  .pf-detail-link:hover {
    color: var(--green);
  }
  .pf-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;
  }
  .pf-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;
  }
  .pf-oss-eyebrow svg {
    fill: var(--blue);
    width: 11px;
    height: 11px;
    flex-shrink: 0;
  }
  .pf-oss-title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
    letter-spacing: -0.01em;
  }
  .pf-oss-desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 16px;
  }
  .pf-oss-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
  }
  .pf-oss-link {
    font-size: 12px;
    color: var(--blue);
    text-decoration: none;
    font-family: var(--font-mono);
    font-style: italic;
    opacity: 0.8;
    transition: opacity 0.15s;
  }
  .pf-oss-link:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .pf-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;
    max-width: 180px;
    text-align: center;
  }
  .pf-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;
  }
  .pf-stars-num svg {
    fill: var(--gold);
    width: 18px;
    height: 18px;
  }
  .pf-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);
  }
  .portfolio-section.on-surface .pf-card {
    background: var(--surface2);
  }
  .pf-conf-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  @media (max-width: 1023px) {
    .portfolio-hero {
      padding-inline: var(--page-inset-mobile);
    }
    .portfolio-section {
      padding: 56px var(--page-inset-mobile) 64px;
    }
    .pf-oss-card {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
      container-type: inline-size;
    }
    .pf-stars-block {
      min-width: 0;
      width: auto;
      max-width: 200px;
    }
    @container (max-width: 540px) {
      .pf-oss-card {
        grid-template-columns: 1fr;
      }
      .pf-stars-block {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        max-width: none;
        width: 100%;
        padding: 14px 18px;
      }
      .pf-stars-num {
        font-size: 22px;
      }
      .pf-stars-num svg {
        width: 14px;
        height: 14px;
      }
    }
  }
  @media (max-width: 1023px) {
    .pf-trow {
      grid-template-columns: 36px 1fr;
      gap: 0 12px;
    }
    .pf-card {
      padding: 20px 20px 24px;
    }
    .pf-card-meta {
      gap: 6px;
    }
    .pf-card-platforms {
      margin-left: 0;
      margin-top: 8px;
      width: 100%;
    }
  }
}
@layer components {
  .product-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 64px;
    position: relative;
    overflow: hidden;
  }
  .product-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(186,242,2,0.16) 1.2px, transparent 1.5px);
    background-size: 18px 18px;
    mask-image: radial-gradient(ellipse 70% 60% at 30% 40%, #000 20%, transparent 80%);
    animation: prod-grid-pulse 5s ease-in-out infinite;
  }
  @keyframes prod-grid-pulse {
    0%, 100% {
      opacity: 0.55;
    }
    50% {
      opacity: 0.95;
    }
  }
  .product-hero .ambient-blob {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(60px);
    mix-blend-mode: screen;
  }
  .product-hero .ambient-blob.b1 {
    top: 10%;
    left: 15%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(186,242,2,0.20), transparent 60%);
    animation: prod-blob-1 16s ease-in-out infinite;
  }
  .product-hero .ambient-blob.b2 {
    bottom: 10%;
    left: 30%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(56,189,248,0.18), transparent 60%);
    animation: prod-blob-2 22s ease-in-out infinite;
  }
  .product-hero .ambient-blob.b3 {
    top: 30%;
    right: 10%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(186,242,2,0.10), transparent 60%);
    animation: prod-blob-1 28s ease-in-out infinite;
    animation-delay: -5s;
  }
  @keyframes prod-blob-1 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
    }
    50% {
      transform: translate(-40px, 30px) scale(1.1);
    }
  }
  @keyframes prod-blob-2 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
    }
    50% {
      transform: translate(50px, -25px) scale(0.9);
    }
  }
  .product-hero .hero-clouds {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .product-hero .px-cloud {
    position: absolute;
    width: 36px;
    height: 8px;
    background: rgba(186,242,2,0.10);
    image-rendering: pixelated;
    box-shadow: 8px -4px 0 rgba(186,242,2,0.10), 16px -4px 0 rgba(186,242,2,0.10), 24px -4px 0 rgba(186,242,2,0.10), 4px 4px 0 rgba(186,242,2,0.10), 32px 4px 0 rgba(186,242,2,0.10);
  }
  .product-hero .px-cloud.c1 {
    top: 7%;
    animation: prod-cloud-drift 32s linear infinite;
  }
  .product-hero .px-cloud.c2 {
    top: 19%;
    background: rgba(56,189,248,0.08);
    box-shadow: 8px -4px 0 rgba(56,189,248,0.08), 16px -4px 0 rgba(56,189,248,0.08), 4px 4px 0 rgba(56,189,248,0.08), 24px 4px 0 rgba(56,189,248,0.08);
    animation: prod-cloud-drift 22s linear infinite;
    animation-delay: -8s;
  }
  .product-hero .px-cloud.c3 {
    top: 27%;
    background: rgba(186,242,2,0.07);
    box-shadow: 8px -4px 0 rgba(186,242,2,0.07), 16px -4px 0 rgba(186,242,2,0.07), 24px -4px 0 rgba(186,242,2,0.07);
    animation: prod-cloud-drift 38s linear infinite;
    animation-delay: -14s;
  }
  .product-hero .px-cloud.c4 {
    top: 41%;
    background: rgba(56,189,248,0.07);
    box-shadow: 8px -4px 0 rgba(56,189,248,0.07), 16px -4px 0 rgba(56,189,248,0.07), 4px 4px 0 rgba(56,189,248,0.07);
    animation: prod-cloud-drift 26s linear infinite;
    animation-delay: -20s;
  }
  .product-hero .px-cloud.c5 {
    top: 53%;
    background: rgba(186,242,2,0.08);
    box-shadow: 8px -4px 0 rgba(186,242,2,0.08), 16px -4px 0 rgba(186,242,2,0.08), 24px -4px 0 rgba(186,242,2,0.08), 32px 4px 0 rgba(186,242,2,0.08);
    animation: prod-cloud-drift 42s linear infinite;
    animation-delay: -3s;
  }
  .product-hero .px-cloud.c6 {
    top: 64%;
    background: rgba(56,189,248,0.06);
    box-shadow: 8px -4px 0 rgba(56,189,248,0.06), 16px -4px 0 rgba(56,189,248,0.06), 24px -4px 0 rgba(56,189,248,0.06);
    animation: prod-cloud-drift 30s linear infinite;
    animation-delay: -16s;
  }
  .product-hero .px-cloud.c7 {
    top: 76%;
    background: rgba(186,242,2,0.09);
    box-shadow: 8px -4px 0 rgba(186,242,2,0.09), 16px -4px 0 rgba(186,242,2,0.09), 4px 4px 0 rgba(186,242,2,0.09);
    animation: prod-cloud-drift 36s linear infinite;
    animation-delay: -22s;
  }
  .product-hero .px-cloud.c8 {
    top: 88%;
    background: rgba(56,189,248,0.07);
    box-shadow: 8px -4px 0 rgba(56,189,248,0.07), 16px -4px 0 rgba(56,189,248,0.07), 24px -4px 0 rgba(56,189,248,0.07), 32px 4px 0 rgba(56,189,248,0.07);
    animation: prod-cloud-drift 44s linear infinite;
    animation-delay: -10s;
  }
  @keyframes prod-cloud-drift {
    0% {
      transform: translateX(-80px);
    }
    100% {
      transform: translateX(calc(100vw + 80px));
    }
  }
  .product-hero .hero-stars {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .product-hero .px-star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--green);
    opacity: 0.6;
    animation: prod-star-twinkle 3s ease-in-out infinite;
  }
  .product-hero .px-star.s1 {
    top: 8%;
    left: 12%;
  }
  .product-hero .px-star.s2 {
    top: 18%;
    left: 38%;
    background: var(--blue);
    animation-delay: 0.5s;
  }
  .product-hero .px-star.s3 {
    top: 6%;
    left: 62%;
    background: var(--amber);
    animation-delay: 1s;
    width: 4px;
    height: 4px;
  }
  .product-hero .px-star.s4 {
    top: 28%;
    left: 8%;
    animation-delay: 1.5s;
  }
  .product-hero .px-star.s5 {
    top: 48%;
    left: 4%;
    background: var(--gold);
    animation-delay: 2s;
  }
  .product-hero .px-star.s6 {
    top: 64%;
    left: 18%;
    background: var(--blue);
    animation-delay: 2.5s;
  }
  .product-hero .px-star.s7 {
    top: 82%;
    left: 32%;
    animation-delay: 0.3s;
  }
  .product-hero .px-star.s8 {
    top: 14%;
    left: 88%;
    background: var(--gold);
    animation-delay: 1.2s;
    width: 4px;
    height: 4px;
  }
  .product-hero .px-star.s9 {
    top: 42%;
    left: 92%;
    animation-delay: 1.8s;
  }
  .product-hero .px-star.s10 {
    top: 76%;
    left: 84%;
    background: var(--blue);
    animation-delay: 2.3s;
  }
  .product-hero .px-star.s11 {
    top: 38%;
    left: 70%;
    background: var(--amber);
    animation-delay: 0.8s;
  }
  .product-hero .px-star.s12 {
    top: 88%;
    left: 56%;
    animation-delay: 1.6s;
  }
  @keyframes prod-star-twinkle {
    0%, 100% {
      opacity: 0.2;
      transform: scale(0.8);
    }
    50% {
      opacity: 1;
      transform: scale(1.2);
    }
  }
  .product-hero .hero-coins {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .product-hero .fly-coin {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--gold);
    border: 2px solid var(--bg);
    box-shadow: 0 0 0 2px var(--gold), inset 0 0 0 2px var(--bg);
    transform: rotate(45deg);
    opacity: 0;
    mix-blend-mode: screen;
  }
  .product-hero .fly-coin.k1 {
    top: 22%;
    left: -40px;
    animation: prod-coin-fly-1 14s linear infinite;
    animation-delay: 0s;
  }
  .product-hero .fly-coin.k2 {
    top: 58%;
    left: -40px;
    animation: prod-coin-fly-2 18s linear infinite;
    animation-delay: -6s;
  }
  .product-hero .fly-coin.k3 {
    top: 38%;
    left: -40px;
    animation: prod-coin-fly-3 22s linear infinite;
    animation-delay: -11s;
  }
  .product-hero .fly-coin.k4 {
    top: 70%;
    left: -40px;
    animation: prod-coin-fly-1 16s linear infinite;
    animation-delay: -3s;
  }
  @keyframes prod-coin-fly-1 {
    0% {
      transform: translate(0, 0) rotate(45deg);
      opacity: 0;
    }
    8% {
      opacity: 0.45;
    }
    25% {
      transform: translate(25vw, -30px) rotate(225deg);
    }
    50% {
      transform: translate(50vw, 20px) rotate(405deg);
    }
    75% {
      transform: translate(75vw, -15px) rotate(585deg);
    }
    92% {
      opacity: 0.45;
    }
    100% {
      transform: translate(110vw, 10px) rotate(765deg);
      opacity: 0;
    }
  }
  @keyframes prod-coin-fly-2 {
    0% {
      transform: translate(0, 0) rotate(45deg);
      opacity: 0;
    }
    8% {
      opacity: 0.45;
    }
    30% {
      transform: translate(30vw, 25px) rotate(225deg);
    }
    60% {
      transform: translate(60vw, -20px) rotate(405deg);
    }
    92% {
      opacity: 0.45;
    }
    100% {
      transform: translate(110vw, 15px) rotate(675deg);
      opacity: 0;
    }
  }
  @keyframes prod-coin-fly-3 {
    0% {
      transform: translate(0, 0) rotate(45deg);
      opacity: 0;
    }
    8% {
      opacity: 0.45;
    }
    20% {
      transform: translate(20vw, -20px) rotate(180deg);
    }
    45% {
      transform: translate(45vw, 15px) rotate(360deg);
    }
    70% {
      transform: translate(70vw, -25px) rotate(540deg);
    }
    92% {
      opacity: 0.45;
    }
    100% {
      transform: translate(110vw, 0) rotate(720deg);
      opacity: 0;
    }
  }
  .product-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 64px;
    align-items: center;
  }
  .product-scene {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
  }
  .product-char {
    position: relative;
    width: 70%;
    max-width: 360px;
    transform-origin: 50% 100%;
    animation: prod-mascot-breath 3.2s ease-in-out infinite, prod-mascot-glow 6.4s ease-in-out infinite;
  }
  .product-char img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    filter: drop-shadow(2px 4px 0 rgba(0,0,0,0.6)) drop-shadow(0 0 18px rgba(186,242,2,0.45));
  }
  @keyframes prod-mascot-breath {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.025);
    }
  }
  @keyframes prod-mascot-glow {
    0%, 100% {
      filter: drop-shadow(2px 4px 0 rgba(0,0,0,0.6)) drop-shadow(0 0 14px rgba(186,242,2,0.40));
    }
    50% {
      filter: drop-shadow(2px 4px 0 rgba(0,0,0,0.6)) drop-shadow(0 0 28px rgba(186,242,2,0.75));
    }
  }
  .product-scene .px-chatbox {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  .product-copy {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .product-hero-h1 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(36px, 5.5vw, 64px);
    letter-spacing: -0.04em;
    line-height: 0.95;
    color: var(--text);
  }
  .product-hero-h1 em {
    font-style: italic;
    color: var(--green);
  }
  .product-hero-sub {
    font-family: var(--font-body);
    font-size: clamp(16px, 1.8vw, 18px);
    color: var(--muted-dim);
    line-height: 1.7;
    max-width: 480px;
  }
  .product-hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  @media (max-width: 1023px) {
    .product-hero {
      padding-top: 88px;
      padding-bottom: 80px;
    }
    .product-hero-inner {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .product-scene {
      order: -1;
      max-width: 320px;
      aspect-ratio: 1 / 1;
      margin-inline: auto;
      justify-content: center;
      align-items: center;
      padding-bottom: 0;
    }
    .product-char {
      width: 80%;
      max-width: 220px;
    }
    .product-scene .px-chatbox {
      top: 0;
    }
    .product-hero .ambient-blob {
      opacity: 0.5;
    }
    .product-copy {
      text-align: center;
      align-items: center;
      max-width: 600px;
      margin-inline: auto;
    }
    .product-hero-sub {
      max-width: 100%;
    }
    .product-hero-cta {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      max-width: 320px;
    }
    .product-hero-cta .btn-primary, .product-hero-cta .btn-outline {
      width: 100%;
      justify-content: center;
    }
  }
}
@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('/assets/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: var(--font-mono);
    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: var(--font-display);
    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: var(--font-mono);
    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: 1023px) {
    .codemodo-card {
      padding: 64px 28px 52px;
    }
    .codemodo-card-actions {
      flex-direction: column;
      width: 100%;
      max-width: 320px;
      margin-inline: auto;
    }
    .codemodo-card-actions > * {
      width: 100%;
      justify-content: center;
    }
    .codemodo-card--pricing {
      padding: 24px 20px;
    }
  }
  .px-chatbox {
    background: var(--surface2);
    border: 2px solid var(--green);
    border-radius: var(--radius);
    box-shadow: 4px 4px 0 rgba(186,242,2,0.2);
    padding: 12px 16px;
    min-width: 220px;
    max-width: 280px;
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--green);
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
  }
  .px-chatbox.filler {
    color: var(--gold);
    font-style: italic;
    border-color: var(--gold);
    box-shadow: 4px 4px 0 rgba(232,184,75,0.2);
  }
  .px-chatbox::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--green);
  }
  .px-chatbox::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--surface2);
  }
  .px-chatbox.filler::before {
    border-top-color: var(--gold);
  }
  .px-caret {
    display: inline-block;
    width: 6px;
    height: 1em;
    background: var(--green);
    margin-left: 3px;
    vertical-align: middle;
    animation: px-caret 0.7s steps(2) infinite;
  }
  .px-chatbox.filler .px-caret {
    background: var(--gold);
  }
  @keyframes px-caret {
    50% {
      opacity: 0;
    }
  }
  .mascot-widget {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 95;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
  .mascot-character {
    position: relative;
    width: 42px;
    height: auto;
    cursor: pointer;
  }
  .mascot-character img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    filter: drop-shadow(2px 4px 0 rgba(0,0,0,0.6)) drop-shadow(0 0 12px rgba(186,242,2,0.4));
  }
  .mascot-chatbox {
    position: relative;
    max-width: 96px;
    min-width: 80px;
    margin-bottom: 6px;
    padding: 6px 8px;
    font-size: 8px;
    min-height: 24px;
    border-width: 1px;
    box-shadow: 2px 2px 0 rgba(186,242,2,0.2);
  }
  .mascot-chatbox.filler {
    box-shadow: 2px 2px 0 rgba(232,184,75,0.2);
  }
  .mascot-chatbox::before, .mascot-chatbox::after {
    left: auto;
    margin-left: 0;
  }
  .mascot-chatbox::before {
    right: 13px;
  }
  .mascot-chatbox::after {
    right: 15px;
  }
  @media (max-width: 1023px) {
    .mascot-widget {
      display: flex;
    }
  }
  @media (min-width: 1024px) {
    .mascot-widget {
      display: none !important;
    }
  }
  .section-label-gold {
    color: var(--gold);
  }
  .on-plan-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border);
  }
  .on-plan-hero-title {
    font-family: var(--font-display);
    font-size: clamp(28px, 6.5vw, 80px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.95;
    margin-bottom: 32px;
    overflow-wrap: break-word;
  }
  .on-plan-hero-body {
    font-size: 17px;
    color: var(--muted);
    max-width: 540px;
    line-height: 1.7;
  }
  .on-plan-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
  }
  body.page-about .mascot-widget {
    display: flex !important;
  }
  @media (min-width: 1024px) {
    body.page-about .mascot-character {
      width: 50px;
    }
    body.page-about .mascot-chatbox {
      max-width: 115px;
      min-width: 96px;
      padding: 7px 10px;
      font-size: 9px;
      min-height: 28px;
    }
    body.page-about .mascot-chatbox::before {
      right: 17px;
    }
    body.page-about .mascot-chatbox::after {
      right: 19px;
    }
  }
}
@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-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-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;
    }
  }
}
