/* Tailwind v4 theme variables */
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-indigo-700: oklch(45.7% 0.24 277.023);
    --color-indigo-900: oklch(35.9% 0.144 278.697);
    --color-purple-50: oklch(97.7% 0.014 308.299);
    --color-purple-100: oklch(94.6% 0.033 307.174);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-800: oklch(43.8% 0.218 303.724);
    --color-zinc-50: oklch(98.5% 0 0);
    --color-zinc-100: oklch(96.7% 0.001 286.375);
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-zinc-300: oklch(87.1% 0.006 286.286);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-zinc-700: oklch(37% 0.013 285.805);
    --color-zinc-800: oklch(27.4% 0.006 286.033);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-zinc-950: oklch(14.1% 0.005 285.823);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-md: 12px;
    --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);
  }

/* Tailwind v4 base reset */
  *, ::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;
  }

/* Pankoblitz theme definitions (compiled from input.css) */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}
:root {
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-serif: "Lora", Georgia, serif;
}
.theme-clean {
  --bg: #fafafa;
  --bg-alt: #f0f0f0;
  --bg-surface: #ffffff;
  --text: #0a0a0a;
  --text-muted: #525252;
  --border: #d4d4d4;
  --radius: 0px;
  font-family: var(--font-mono);
}
.theme-clean .hero-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 12);
  @media (width >= 40rem) {
    padding-block: calc(var(--spacing) * 16);
  }
  background: var(--bg);
}
.theme-clean .hero-content {
  margin-inline: auto;
  max-width: var(--container-4xl);
}
.theme-clean .hero-badge {
  margin-bottom: calc(var(--spacing) * 6);
  display: inline-flex;
  align-items: center;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: currentcolor;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-muted);
}
.theme-clean .hero-headline {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 40rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  color: var(--text);
  letter-spacing: -0.02em;
}
.theme-clean .hero-subheadline {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 10);
  max-width: var(--container-2xl);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  @media (width >= 40rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  color: var(--text-muted);
}
.theme-clean .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 4);
}
.theme-clean .btn {
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  border-style: var(--tw-border-style);
  border-width: 1px;
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 2.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  border-color: var(--text);
  background: transparent;
  color: var(--text);
}
.theme-clean .btn:hover {
  background: var(--text);
  color: var(--bg);
}
.theme-clean .btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
.theme-clean .btn-primary:hover {
  filter: brightness(0.85);
}
.theme-clean .btn-secondary {
  border-color: var(--border);
  color: var(--text-muted);
}
.theme-clean .btn-lg {
  padding-inline: calc(var(--spacing) * 7);
  padding-block: calc(var(--spacing) * 3.5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.theme-clean .btn-sm {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.theme-clean .btn-arrow {
  height: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 4);
}
.theme-clean .navbar {
  width: 100%;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  background: var(--bg);
  border-color: var(--border);
}
.theme-clean .navbar-inner {
  margin-inline: auto;
  display: flex;
  max-width: var(--container-5xl);
  align-items: center;
  justify-content: space-between;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
}
.theme-clean .navbar-brand {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text);
}
.theme-clean .navbar-links {
  display: none;
  align-items: center;
  gap: calc(var(--spacing) * 6);
  @media (width >= 40rem) {
    display: flex;
  }
}
.theme-clean .navbar-link {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}
.theme-clean .navbar-link:hover {
  color: var(--text);
}
.theme-clean .navbar-cta-mobile {
  @media (width >= 40rem) {
    display: none;
  }
}
.theme-clean .logo-cloud-section {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
  padding-block: calc(var(--spacing) * 12);
  background: var(--bg-alt);
  border-color: var(--border);
}
.theme-clean .logo-cloud-heading {
  margin-bottom: calc(var(--spacing) * 8);
  text-align: center;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-muted);
}
.theme-clean .logo-cloud-heading::before {
  content: "// ";
}
.theme-clean .logo-cloud-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 8);
  @media (width >= 40rem) {
    gap: calc(var(--spacing) * 12);
  }
}
.theme-clean .logo-item {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}
.theme-clean .features-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 20);
  background: var(--bg);
}
.theme-clean .section-content {
  margin-inline: auto;
  max-width: var(--container-5xl);
}
.theme-clean .section-title {
  margin-bottom: calc(var(--spacing) * 12);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-muted);
}
.theme-clean .section-title::before {
  content: "// ";
}
.theme-clean .feature-grid {
  display: grid;
  gap: calc(var(--spacing) * 6);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.theme-clean .feature-card {
  border-style: var(--tw-border-style);
  border-width: 1px;
  padding: calc(var(--spacing) * 6);
  background: var(--bg-surface);
  border-color: var(--border);
}
.theme-clean .feature-icon {
  margin-bottom: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  color: var(--primary);
}
.theme-clean .feature-icon svg {
  height: 100%;
  width: 100%;
}
.theme-clean .feature-title {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--text);
}
.theme-clean .feature-description {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: var(--text-muted);
}
.theme-clean .stats-section {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 16);
  background: var(--bg-alt);
  border-color: var(--border);
}
.theme-clean .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 8);
  @media (width >= 48rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.theme-clean .stat-item {
  text-align: center;
}
.theme-clean .stat-value {
  margin-bottom: calc(var(--spacing) * 1);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 40rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.theme-clean .stat-label {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}
.theme-clean .testimonials-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 20);
  background: var(--bg);
}
.theme-clean .testimonial-grid {
  display: grid;
  gap: calc(var(--spacing) * 6);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: var(--container-4xl);
  margin-inline: auto;
}
.theme-clean .testimonial-card {
  border-style: var(--tw-border-style);
  border-width: 1px;
  padding: calc(var(--spacing) * 6);
  background: var(--bg-surface);
  border-color: var(--border);
}
.theme-clean .testimonial-quote {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: var(--text);
}
.theme-clean .testimonial-author {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 3);
}
.theme-clean .testimonial-avatar {
  display: flex;
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  align-items: center;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 1px;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--text);
  border-color: var(--border);
}
.theme-clean .testimonial-name {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--text);
}
.theme-clean .testimonial-role {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  color: var(--text-muted);
}
.theme-clean .faq-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 20);
  background: var(--bg-alt);
}
.theme-clean .faq-list {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  border-color: var(--border);
}
.theme-clean .faq-item {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  padding-block: calc(var(--spacing) * 5);
  border-color: var(--border);
}
.theme-clean .faq-question {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--text);
}
.theme-clean .faq-question::after {
  content: "+";
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--text-muted);
}
.theme-clean .faq-item[open] .faq-question::after {
  content: "−";
}
.theme-clean .faq-answer {
  margin-top: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: var(--text-muted);
}
.theme-clean .cta-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 20);
  background: var(--text);
}
.theme-clean .cta-content {
  margin-inline: auto;
  max-width: var(--container-3xl);
  text-align: center;
}
.theme-clean .cta-heading {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 40rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  color: var(--bg);
}
.theme-clean .cta-subtext {
  margin-bottom: calc(var(--spacing) * 8);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--bg-alt);
}
.theme-clean .cta-section .btn-primary {
  background: var(--bg);
  color: var(--text);
  border-color: var(--bg);
}
.theme-clean .footer {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 8);
  background: var(--bg);
  border-color: var(--border);
}
.theme-clean .footer-inner {
  margin-inline: auto;
  display: flex;
  max-width: var(--container-5xl);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 4);
  @media (width >= 40rem) {
    flex-direction: row;
  }
}
.theme-clean .footer-title {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text);
}
.theme-clean .footer-credit {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  color: var(--text-muted);
}
.theme-sleek {
  --bg: #fafbfc;
  --bg-alt: #f3f5f7;
  --bg-glass: rgba(255, 255, 255, 0.7);
  --text: #0a1628;
  --text-muted: #5a6680;
  --border: #e4e8ee;
  --primary: #4f46e5;
  --glow: rgba(79, 70, 229, 0.15);
  font-family: 'DM Sans', sans-serif;
}

/* ── Navbar ── */
.theme-sleek .navbar {
  width: 100%;
  border-bottom: 1px solid var(--border);
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.theme-sleek .navbar-inner {
  margin-inline: auto;
  display: flex;
  max-width: 64rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.theme-sleek .navbar-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.02em;
}
.theme-sleek .navbar-links {
  display: none;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 640px) {
  .theme-sleek .navbar-links { display: flex; }
}
.theme-sleek .navbar-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 150ms ease;
}
.theme-sleek .navbar-link:hover {
  color: var(--text);
}
.theme-sleek .navbar-cta-mobile {
  display: block;
}
@media (min-width: 640px) {
  .theme-sleek .navbar-cta-mobile { display: none; }
}

/* ── Hero ── */
.theme-sleek .hero-section {
  padding: 5rem 1.5rem 6rem;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 100%);
  text-align: center;
}
@media (min-width: 640px) {
  .theme-sleek .hero-section { padding-block: 7rem 8rem; }
}
.theme-sleek .hero-content {
  margin-inline: auto;
  max-width: 56rem;
}
.theme-sleek .hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--primary);
  background: rgba(79, 70, 229, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.18);
}
.theme-sleek .hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .theme-sleek .hero-headline { font-size: 4.5rem; }
}
@media (min-width: 768px) {
  .theme-sleek .hero-headline { font-size: 5.25rem; }
}
.theme-sleek .hero-subheadline {
  max-width: 38rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-muted);
}
@media (min-width: 640px) {
  .theme-sleek .hero-subheadline { font-size: 1.25rem; }
}
.theme-sleek .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* ── Buttons ── */
.theme-sleek .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 200ms ease;
  cursor: pointer;
}
.theme-sleek .btn:hover {
  transform: translateY(-2px);
}
.theme-sleek .btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 14px -3px rgba(79, 70, 229, 0.4);
}
.theme-sleek .btn-primary:hover {
  box-shadow: 0 8px 24px -4px rgba(79, 70, 229, 0.5);
}
.theme-sleek .btn-secondary {
  background: #fff;
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.theme-sleek .btn-secondary:hover {
  border-color: var(--text-muted);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.theme-sleek .btn-lg {
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
}
.theme-sleek .btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}
.theme-sleek .btn-arrow {
  width: 1rem;
  height: 1rem;
  transition: transform 200ms ease;
}
.theme-sleek .btn:hover .btn-arrow {
  transform: translateX(3px);
}

/* ── Logo Cloud ── */
.theme-sleek .logo-cloud-section {
  padding: 4rem 1.5rem;
  background: var(--bg);
}
.theme-sleek .logo-cloud-heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
}
.theme-sleek .logo-cloud-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media (min-width: 640px) {
  .theme-sleek .logo-cloud-grid { gap: 3.5rem; }
}
.theme-sleek .logo-item {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
  opacity: 0.35;
  transition: opacity 200ms ease;
}
.theme-sleek .logo-item:hover {
  opacity: 0.7;
}

/* ── Features ── */
.theme-sleek .features-section {
  padding: 6rem 1.5rem;
  background: var(--bg-alt);
}
.theme-sleek .section-content {
  margin-inline: auto;
  max-width: 64rem;
}
.theme-sleek .section-title {
  text-align: center;
  margin-bottom: 3.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.02em;
}
.theme-sleek .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: var(--border);
  border-radius: 1rem;
  overflow: hidden;
}
.theme-sleek .feature-card {
  background: #fff;
  padding: 2rem;
  transition: all 250ms ease;
  position: relative;
}
.theme-sleek .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px -8px var(--glow), 0 4px 12px -4px rgba(0,0,0,0.06);
  z-index: 1;
  border-radius: 1rem;
}
.theme-sleek .feature-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  padding: 0.625rem;
  border-radius: 0.75rem;
  background: rgba(79, 70, 229, 0.08);
  color: var(--primary);
}
.theme-sleek .feature-icon svg {
  width: 100%;
  height: 100%;
}
.theme-sleek .feature-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.625rem;
}
.theme-sleek .feature-description {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--text-muted);
}

/* ── Stats ── */
.theme-sleek .stats-section {
  padding: 5rem 1.5rem;
  background: var(--bg);
}
.theme-sleek .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 64rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .theme-sleek .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.theme-sleek .stat-item {
  text-align: center;
}
.theme-sleek .stat-value {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, var(--primary), #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 640px) {
  .theme-sleek .stat-value { font-size: 3rem; }
}
.theme-sleek .stat-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* ── Testimonials ── */
.theme-sleek .testimonials-section {
  padding: 6rem 1.5rem;
  background: var(--bg-alt);
}
.theme-sleek .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 56rem;
  margin-inline: auto;
}
.theme-sleek .testimonial-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 2rem;
  transition: all 250ms ease;
}
.theme-sleek .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px -8px rgba(0,0,0,0.1);
}
.theme-sleek .testimonial-quote {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  font-style: italic;
  margin-bottom: 1.5rem;
  position: relative;
  padding-top: 1.5rem;
}
.theme-sleek .testimonial-quote::before {
  content: "“";
  position: absolute;
  top: -0.25rem;
  left: 0;
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  opacity: 0.25;
}
.theme-sleek .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.theme-sleek .testimonial-avatar {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #8b5cf6);
}
.theme-sleek .testimonial-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
}
.theme-sleek .testimonial-role {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ── FAQ ── */
.theme-sleek .faq-section {
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.theme-sleek .faq-list {
  max-width: 42rem;
  margin-inline: auto;
}
.theme-sleek .faq-item {
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.theme-sleek .faq-item summary {
  list-style: none;
}
.theme-sleek .faq-item summary::-webkit-details-marker {
  display: none;
}
.theme-sleek .faq-item[open] {
  /* no boxed style */
}
.theme-sleek .faq-question {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text);
  transition: color 150ms ease;
}
.theme-sleek .faq-question::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--text-muted);
  transition: all 200ms ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.theme-sleek .faq-item[open] .faq-question {
  color: var(--primary);
}
.theme-sleek .faq-item[open] .faq-question::after {
  content: "−";
  color: var(--primary);
}
.theme-sleek .faq-answer {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-muted);
  padding-right: 2rem;
}

/* ── CTA ── */
.theme-sleek .cta-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(135deg, var(--primary), #7c3aed);
}
.theme-sleek .cta-content {
  margin-inline: auto;
  max-width: 48rem;
  text-align: center;
}
.theme-sleek .cta-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .theme-sleek .cta-heading { font-size: 2.5rem; }
}
.theme-sleek .cta-subtext {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 2rem;
}
.theme-sleek .cta-section .btn-primary {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 8px 24px -4px rgba(0,0,0,0.2);
}
.theme-sleek .cta-section .btn-primary:hover {
  box-shadow: 0 12px 32px -4px rgba(0,0,0,0.3);
  transform: translateY(-2px);
}

/* ── Footer ── */
.theme-sleek .footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 1.5rem;
  background: var(--bg);
}
.theme-sleek .footer-inner {
  margin-inline: auto;
  display: flex;
  max-width: 64rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 640px) {
  .theme-sleek .footer-inner { flex-direction: row; }
}
.theme-sleek .footer-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}
.theme-sleek .footer-credit {
  font-size: 0.875rem;
  color: var(--text-muted);
}
/* ═══════════════════════════════════════════════════════════════
   GLASS — Dark glassmorphism. Inspired by Linear, Vercel, Raycast.
   Font: Sora (headlines) + DM Sans (body). Deep navy-to-void gradients,
   animated grain texture, colored glass borders, gradient text accents.
   ═══════════════════════════════════════════════════════════════ */
.theme-glass {
  --bg: #080b14;
  --bg-alt: #0c1021;
  --bg-surface: rgba(255, 255, 255, 0.03);
  --bg-glass: rgba(255, 255, 255, 0.05);
  --bg-glass-hover: rgba(255, 255, 255, 0.08);
  --text: #eef2ff;
  --text-muted: #8b95b3;
  --border: rgba(255, 255, 255, 0.08);
  --border-accent: rgba(99, 102, 241, 0.3);
  --glow: rgba(99, 102, 241, 0.15);
  --radius: 16px;
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
}

/* Animated noise/grain overlay on the body */
.theme-glass::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.025;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 128px 128px;
}

/* ── Navbar ── */
.theme-glass .navbar {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  background: rgba(8, 11, 20, 0.6);
  backdrop-filter: blur(24px) saturate(1.5);
  border-bottom: 1px solid var(--border);
}
.theme-glass .navbar-inner {
  margin-inline: auto;
  display: flex;
  max-width: 72rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.theme-glass .navbar-brand {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.01em;
}
.theme-glass .navbar-links {
  display: none;
  align-items: center;
  gap: 2rem;
  @media (min-width: 640px) { display: flex; }
}
.theme-glass .navbar-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.2s;
}
.theme-glass .navbar-link:hover { color: var(--text); }
.theme-glass .navbar-cta-mobile {
  @media (min-width: 640px) { display: none; }
}

/* ── Hero ── */
.theme-glass .hero-section {
  position: relative;
  overflow: hidden;
  padding: 8rem 1.5rem 6rem;
  @media (min-width: 640px) { padding: 12rem 1.5rem 8rem; }
  background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(99, 102, 241, 0.12) 0%, transparent 60%),
              radial-gradient(ellipse 80% 60% at 80% 50%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
              var(--bg);
}
.theme-glass .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(99, 102, 241, 0.08) 0%, transparent 40%),
              radial-gradient(circle at 70% 60%, rgba(236, 72, 153, 0.06) 0%, transparent 40%);
  animation: heroShift 20s ease-in-out infinite alternate;
}
@keyframes heroShift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-3%, 2%) scale(1.05); }
}
.theme-glass .hero-content {
  position: relative;
  z-index: 10;
  margin-inline: auto;
  max-width: 56rem;
  text-align: center;
}
.theme-glass .hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.375rem 1rem;
  font-family: 'Sora', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg-glass);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-accent);
  border-radius: 9999px;
}
.theme-glass .hero-headline {
  margin-bottom: 1.5rem;
  font-family: 'Sora', sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
  @media (min-width: 640px) { font-size: 3.75rem; }
  @media (min-width: 768px) { font-size: 4.75rem; }
}
.theme-glass .hero-subheadline {
  margin-inline: auto;
  margin-bottom: 2.5rem;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--text-muted);
  @media (min-width: 640px) { font-size: 1.25rem; }
}
.theme-glass .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* ── Buttons ── */
.theme-glass .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.theme-glass .btn-primary {
  background: linear-gradient(135deg, var(--primary), color-mix(in oklch, var(--primary) 70%, #c084fc));
  color: white;
  box-shadow: 0 0 24px -4px color-mix(in srgb, var(--primary) 40%, transparent),
              0 1px 0 inset rgba(255,255,255,0.15);
  border: none;
}
.theme-glass .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px -4px color-mix(in srgb, var(--primary) 60%, transparent),
              0 1px 0 inset rgba(255,255,255,0.2);
  filter: brightness(1.1);
}
.theme-glass .btn-secondary {
  background: var(--bg-glass);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  color: var(--text);
}
.theme-glass .btn-secondary:hover {
  background: var(--bg-glass-hover);
  border-color: rgba(255,255,255,0.15);
}
.theme-glass .btn-lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.theme-glass .btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.theme-glass .btn-arrow {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s;
}
.theme-glass .btn:hover .btn-arrow {
  transform: translateX(3px);
}

/* ── Logo Cloud ── */
.theme-glass .logo-cloud-section {
  padding: 3.5rem 1rem;
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.theme-glass .logo-cloud-heading {
  margin-bottom: 2rem;
  text-align: center;
  font-family: 'Sora', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.theme-glass .logo-cloud-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  @media (min-width: 640px) { gap: 3.5rem; }
}
.theme-glass .logo-item {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.3;
  color: var(--text);
  transition: opacity 0.3s;
}
.theme-glass .logo-item:hover { opacity: 0.7; }

/* ── Section Shared ── */
.theme-glass .features-section {
  padding: 6rem 1.5rem;
  background: var(--bg);
  position: relative;
}
.theme-glass .features-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-accent), transparent);
}
.theme-glass .section-content {
  margin-inline: auto;
  max-width: 72rem;
}
.theme-glass .section-title {
  margin-bottom: 3.5rem;
  text-align: center;
  font-family: 'Sora', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--text);
  @media (min-width: 640px) { font-size: 2.25rem; }
}

/* ── Features ── */
.theme-glass .feature-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  @media (min-width: 640px) { grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 1024px) { grid-template-columns: repeat(3, 1fr); }
}
.theme-glass .feature-card {
  padding: 2rem;
  background: var(--bg);
  transition: background 0.3s, box-shadow 0.3s;
}
.theme-glass .feature-card:hover {
  background: var(--bg-alt);
  box-shadow: inset 0 0 80px -20px var(--glow);
}
.theme-glass .feature-icon {
  margin-bottom: 1.25rem;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.5rem;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(99,102,241,0.15), rgba(139,92,246,0.1));
  color: var(--primary);
}
.theme-glass .feature-icon svg {
  width: 100%;
  height: 100%;
}
.theme-glass .feature-title {
  margin-bottom: 0.5rem;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}
.theme-glass .feature-description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-muted);
}

/* ── Stats ── */
.theme-glass .stats-section {
  padding: 5rem 1.5rem;
  background: var(--bg-alt);
  position: relative;
}
.theme-glass .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 56rem;
  margin-inline: auto;
  @media (min-width: 768px) { grid-template-columns: repeat(4, 1fr); }
}
.theme-glass .stat-item {
  padding: 2rem 1.5rem;
  text-align: center;
  background: var(--bg-alt);
}
.theme-glass .stat-value {
  margin-bottom: 0.25rem;
  font-family: 'Sora', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  @media (min-width: 640px) { font-size: 3rem; }
  background: linear-gradient(135deg, var(--primary), #a78bfa, #f472b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.theme-glass .stat-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* ── Testimonials ── */
.theme-glass .testimonials-section {
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.theme-glass .testimonial-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 64rem;
  margin-inline: auto;
}
.theme-glass .testimonial-card {
  position: relative;
  padding: 2.5rem 2rem 2rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s;
  overflow: hidden;
}
.theme-glass .testimonial-card::before {
  content: "“";
  position: absolute;
  top: 0.75rem;
  left: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 1;
  color: var(--primary);
  opacity: 0.25;
  pointer-events: none;
}
.theme-glass .testimonial-card:hover {
  border-color: var(--border-accent);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px -12px rgba(99,102,241,0.15);
}
.theme-glass .testimonial-quote {
  position: relative;
  margin-bottom: 1.75rem;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text);
}
.theme-glass .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.theme-glass .testimonial-avatar {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: 'Sora', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--primary), #a78bfa);
  color: white;
  flex-shrink: 0;
}
.theme-glass .testimonial-name {
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
}
.theme-glass .testimonial-role {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ── FAQ ── */
.theme-glass .faq-section {
  padding: 6rem 1.5rem;
  background: var(--bg-alt);
}
.theme-glass .faq-section .section-content {
  max-width: 48rem;
}
.theme-glass .faq-list > * + * {
  margin-top: 0;
}
.theme-glass .faq-item {
  padding: 1.5rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  transition: none;
}
.theme-glass .faq-item:first-child {
  border-top: 1px solid var(--border);
}
.theme-glass .faq-item[open] {
  padding-bottom: 2rem;
}
.theme-glass .faq-question {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-family: 'Sora', sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text);
  list-style: none;
  transition: color 0.2s;
}
.theme-glass .faq-question:hover {
  color: white;
}
.theme-glass .faq-question::-webkit-details-marker { display: none; }
.theme-glass .faq-question::after {
  content: "+";
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform 0.3s, color 0.3s;
}
.theme-glass .faq-item[open] .faq-question::after {
  content: "−";
  color: var(--primary);
  transform: rotate(180deg);
}
.theme-glass .faq-answer {
  margin-top: 1rem;
  padding-right: 3rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--text-muted);
}

/* ── CTA ── */
.theme-glass .cta-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.theme-glass .cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 60%, color-mix(in srgb, var(--primary) 12%, transparent), transparent);
}
.theme-glass .cta-content {
  position: relative;
  z-index: 10;
  margin-inline: auto;
  max-width: 40rem;
  text-align: center;
}
.theme-glass .cta-heading {
  margin-bottom: 1.25rem;
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  @media (min-width: 640px) { font-size: 2.5rem; }
}
.theme-glass .cta-subtext {
  margin-bottom: 2rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-muted);
}
.theme-glass .cta-section .btn-primary {
  box-shadow: 0 0 48px -8px color-mix(in srgb, var(--primary) 50%, transparent);
}

/* ── Footer ── */
.theme-glass .footer {
  padding: 2.5rem 1.5rem;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.theme-glass .footer-inner {
  margin-inline: auto;
  display: flex;
  max-width: 72rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  @media (min-width: 640px) { flex-direction: row; }
}
.theme-glass .footer-title {
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
}
.theme-glass .footer-credit {
  font-size: 0.8125rem;
  color: var(--text-muted);
}
.theme-paper {
  --bg: #faf6f1;
  --bg-alt: #f4ede4;
  --bg-glass: rgba(250, 246, 241, 0.8);
  --text: #2c1810;
  --text-muted: #7a6155;
  --border: #e0d4c8;
  --primary: #c45d3e;
  --glow: rgba(196, 93, 62, 0.12);
  font-family: 'DM Sans', sans-serif;
}

/* paper texture overlay */
.theme-paper .hero-section::before,
.theme-paper .features-section::before,
.theme-paper .faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' fill='%23c45d3e'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

/* ── Navbar ── */
.theme-paper .navbar {
  width: 100%;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.theme-paper .navbar-inner {
  margin-inline: auto;
  display: flex;
  max-width: 56rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
}
.theme-paper .navbar-brand {
  font-family: 'Source Serif 4', serif;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  color: var(--text);
}
.theme-paper .navbar-links {
  display: none;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 640px) {
  .theme-paper .navbar-links { display: flex; }
}
.theme-paper .navbar-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 150ms ease;
}
.theme-paper .navbar-link:hover {
  color: var(--primary);
}
.theme-paper .navbar-cta-mobile {
  display: block;
}
@media (min-width: 640px) {
  .theme-paper .navbar-cta-mobile { display: none; }
}

/* ── Hero ── */
.theme-paper .hero-section {
  position: relative;
  padding: 5rem 1.5rem 6rem;
  background: var(--bg);
  text-align: center;
}
@media (min-width: 640px) {
  .theme-paper .hero-section { padding-block: 7rem 8rem; }
}
.theme-paper .hero-content {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 48rem;
}
.theme-paper .hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.375rem 1rem;
  border-radius: 2px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--primary);
  background: rgba(196, 93, 62, 0.08);
  border: 1px solid rgba(196, 93, 62, 0.2);
}
.theme-paper .hero-headline {
  font-family: 'Source Serif 4', serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 1.75rem;
}
@media (min-width: 640px) {
  .theme-paper .hero-headline { font-size: 4rem; }
}
@media (min-width: 768px) {
  .theme-paper .hero-headline { font-size: 5rem; }
}
.theme-paper .hero-subheadline {
  max-width: 36rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--text-muted);
}
@media (min-width: 640px) {
  .theme-paper .hero-subheadline { font-size: 1.25rem; }
}
.theme-paper .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* ── Buttons ── */
.theme-paper .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 200ms ease;
  cursor: pointer;
}
.theme-paper .btn:hover {
  transform: translateY(-2px);
}
.theme-paper .btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(196, 93, 62, 0.25);
}
.theme-paper .btn-primary:hover {
  box-shadow: 0 6px 18px rgba(196, 93, 62, 0.35);
  background: #b85436;
}
.theme-paper .btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--text);
}
.theme-paper .btn-secondary:hover {
  background: var(--text);
  color: var(--bg);
}
.theme-paper .btn-lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.theme-paper .btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}
.theme-paper .btn-arrow {
  width: 1rem;
  height: 1rem;
  transition: transform 200ms ease;
}
.theme-paper .btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* ── Logo Cloud ── */
.theme-paper .logo-cloud-section {
  padding: 3.5rem 1.5rem;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.theme-paper .logo-cloud-heading {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
}
.theme-paper .logo-cloud-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.theme-paper .logo-item {
  font-family: 'Source Serif 4', serif;
  font-size: 1.0625rem;
  font-style: italic;
  color: var(--text);
  opacity: 0.4;
  transition: opacity 200ms ease;
}
.theme-paper .logo-item:hover {
  opacity: 0.85;
}

/* ── Features ── */
.theme-paper .features-section {
  position: relative;
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.theme-paper .section-content {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 56rem;
}
.theme-paper .section-title {
  text-align: center;
  margin-bottom: 3.5rem;
  font-family: 'Source Serif 4', serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--text);
}
.theme-paper .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.theme-paper .feature-card {
  background: #fefcfa;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2rem;
  transition: all 250ms ease;
}
.theme-paper .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px -6px var(--glow), 0 4px 12px -4px rgba(44, 24, 16, 0.06);
}
.theme-paper .feature-icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.25rem;
  color: var(--primary);
}
.theme-paper .feature-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.25;
}
.theme-paper .feature-title {
  font-family: 'Source Serif 4', serif;
  font-size: 1.1875rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.625rem;
}
.theme-paper .feature-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-muted);
}

/* ── Stats ── */
.theme-paper .stats-section {
  padding: 5rem 1.5rem;
  background: #fefcfa;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.theme-paper .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 56rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .theme-paper .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.theme-paper .stat-item {
  text-align: center;
}
.theme-paper .stat-value {
  font-family: 'Source Serif 4', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  background: linear-gradient(135deg, var(--primary), #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 640px) {
  .theme-paper .stat-value { font-size: 3rem; }
}
.theme-paper .stat-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* ── Testimonials ── */
.theme-paper .testimonials-section {
  padding: 6rem 1.5rem;
  background: var(--bg-alt);
}
.theme-paper .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 56rem;
  margin-inline: auto;
}
.theme-paper .testimonial-card {
  background: #fefcfa;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2rem;
  transition: all 250ms ease;
}
.theme-paper .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px -6px rgba(44, 24, 16, 0.1);
}
.theme-paper .testimonial-quote {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text);
  font-style: italic;
  margin-bottom: 1.5rem;
  position: relative;
  padding-top: 1.5rem;
}
.theme-paper .testimonial-quote::before {
  content: "“";
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-family: 'Source Serif 4', serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  opacity: 0.3;
}
.theme-paper .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.theme-paper .testimonial-avatar {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #d97706);
}
.theme-paper .testimonial-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
}
.theme-paper .testimonial-role {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ── FAQ ── */
.theme-paper .faq-section {
  position: relative;
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.theme-paper .faq-list {
  max-width: 42rem;
  margin-inline: auto;
}
.theme-paper .faq-item {
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.theme-paper .faq-item summary {
  list-style: none;
}
.theme-paper .faq-item summary::-webkit-details-marker {
  display: none;
}
.theme-paper .faq-question {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-family: 'Source Serif 4', serif;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text);
  transition: color 150ms ease;
}
.theme-paper .faq-question::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--text-muted);
  transition: all 200ms ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.theme-paper .faq-item[open] .faq-question {
  color: var(--primary);
}
.theme-paper .faq-item[open] .faq-question::after {
  content: "−";
  color: var(--primary);
}
.theme-paper .faq-answer {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-muted);
  padding-right: 2rem;
}

/* ── CTA ── */
.theme-paper .cta-section {
  padding: 6rem 1.5rem;
  background: var(--text);
}
.theme-paper .cta-content {
  margin-inline: auto;
  max-width: 42rem;
  text-align: center;
}
.theme-paper .cta-heading {
  font-family: 'Source Serif 4', serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--bg);
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .theme-paper .cta-heading { font-size: 2.5rem; }
}
.theme-paper .cta-subtext {
  font-size: 1.125rem;
  color: var(--bg-alt);
  margin-bottom: 2rem;
  opacity: 0.85;
}
.theme-paper .cta-section .btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(196, 93, 62, 0.35);
}
.theme-paper .cta-section .btn-primary:hover {
  box-shadow: 0 8px 24px rgba(196, 93, 62, 0.45);
  transform: translateY(-2px);
}

/* ── Footer ── */
.theme-paper .footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 1.5rem;
  background: var(--bg);
}
.theme-paper .footer-inner {
  margin-inline: auto;
  display: flex;
  max-width: 56rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 640px) {
  .theme-paper .footer-inner { flex-direction: row; }
}
.theme-paper .footer-title {
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  color: var(--text);
}
.theme-paper .footer-credit {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.theme-brutalist {
  --bg: #ffffff;
  --bg-alt: #f0f0f0;
  --bg-surface: #ffffff;
  --text: #000000;
  --text-muted: #666666;
  --border: #000000;
  --radius: 0px;
  font-family: "Arial", "Helvetica Neue", sans-serif;
}
.theme-brutalist .hero-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 12);
  @media (width >= 40rem) {
    padding-block: calc(var(--spacing) * 16);
  }
  background: var(--bg);
  border-bottom: 4px solid var(--border);
}
.theme-brutalist .hero-content {
  margin-inline: auto;
  max-width: var(--container-5xl);
}
.theme-brutalist .hero-badge {
  margin-bottom: calc(var(--spacing) * 6);
  display: inline-flex;
  align-items: center;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  background: var(--text);
  color: var(--bg);
}
.theme-brutalist .hero-headline {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  text-transform: uppercase;
  @media (width >= 40rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  color: var(--text);
  letter-spacing: -0.03em;
}
.theme-brutalist .hero-subheadline {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 10);
  max-width: var(--container-2xl);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  @media (width >= 40rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  color: var(--text-muted);
}
.theme-brutalist .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 3);
}
.theme-brutalist .btn {
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  border-style: var(--tw-border-style);
  border-width: 2px;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  border-color: var(--text);
}
.theme-brutalist .btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
.theme-brutalist .btn-primary:hover {
  background: var(--text);
  border-color: var(--text);
}
.theme-brutalist .btn-secondary {
  background: transparent;
  color: var(--text);
}
.theme-brutalist .btn-secondary:hover {
  background: var(--text);
  color: var(--bg);
}
.theme-brutalist .btn-lg {
  padding-inline: calc(var(--spacing) * 8);
  padding-block: calc(var(--spacing) * 4);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  border-width: 3px;
}
.theme-brutalist .btn-sm {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.theme-brutalist .btn-arrow {
  height: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 4);
}
.theme-brutalist .navbar {
  width: 100%;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
  background: var(--bg);
  border-color: var(--border);
}
.theme-brutalist .navbar-inner {
  margin-inline: auto;
  display: flex;
  max-width: var(--container-6xl);
  align-items: center;
  justify-content: space-between;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
}
.theme-brutalist .navbar-brand {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
  text-transform: uppercase;
  color: var(--text);
}
.theme-brutalist .navbar-links {
  display: none;
  align-items: center;
  gap: calc(var(--spacing) * 6);
  @media (width >= 40rem) {
    display: flex;
  }
}
.theme-brutalist .navbar-link {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--text);
}
.theme-brutalist .navbar-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.theme-brutalist .navbar-cta-mobile {
  @media (width >= 40rem) {
    display: none;
  }
}
.theme-brutalist .logo-cloud-section {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
  padding-block: calc(var(--spacing) * 10);
  background: var(--text);
  border-color: var(--border);
}
.theme-brutalist .logo-cloud-heading {
  margin-bottom: calc(var(--spacing) * 8);
  text-align: center;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--bg);
}
.theme-brutalist .logo-cloud-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 8);
}
.theme-brutalist .logo-item {
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  background: var(--bg);
  color: var(--text);
}
.theme-brutalist .features-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 16);
  background: var(--bg);
}
.theme-brutalist .section-content {
  margin-inline: auto;
  max-width: var(--container-6xl);
}
.theme-brutalist .section-title {
  margin-bottom: calc(var(--spacing) * 12);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 2px solid var(--text);
  padding-bottom: 8px;
  display: inline-block;
}
.theme-brutalist .feature-grid {
  display: grid;
  gap: calc(var(--spacing) * 4);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.theme-brutalist .feature-card {
  border-style: var(--tw-border-style);
  border-width: 2px;
  padding: calc(var(--spacing) * 6);
  background: var(--bg);
  border-color: var(--border);
}
.theme-brutalist .feature-card:hover {
  background: var(--text);
  color: var(--bg);
}
.theme-brutalist .feature-card:hover .feature-title, .theme-brutalist .feature-card:hover .feature-description {
  color: var(--bg);
}
.theme-brutalist .feature-icon {
  margin-bottom: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  flex-shrink: 0;
  color: var(--primary);
}
.theme-brutalist .feature-card:hover .feature-icon {
  color: var(--bg);
}
.theme-brutalist .feature-icon svg {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}
.theme-brutalist .feature-title {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  text-transform: uppercase;
  color: var(--text);
}
.theme-brutalist .feature-description {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: var(--text-muted);
}
.theme-brutalist .stats-section {
  border-block-style: var(--tw-border-style);
  border-block-width: 4px;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 12);
  background: var(--primary);
  border-color: var(--border);
}
.theme-brutalist .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.theme-brutalist .stat-item {
  border-style: var(--tw-border-style);
  border-width: 2px;
  padding: calc(var(--spacing) * 4);
  text-align: center;
  background: var(--bg);
  border-color: var(--border);
}
.theme-brutalist .stat-value {
  margin-bottom: calc(var(--spacing) * 1);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  @media (width >= 40rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  color: var(--text);
}
.theme-brutalist .stat-label {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--text);
}
.theme-brutalist .testimonials-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 16);
  background: var(--bg-alt);
}
.theme-brutalist .testimonial-grid {
  display: grid;
  gap: calc(var(--spacing) * 4);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: var(--container-4xl);
  margin-inline: auto;
}
.theme-brutalist .testimonial-card {
  border-style: var(--tw-border-style);
  border-width: 2px;
  padding: calc(var(--spacing) * 6);
  background: var(--bg);
  border-color: var(--border);
}
.theme-brutalist .testimonial-quote {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--text);
}
.theme-brutalist .testimonial-quote::before {
  content: '"';
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.theme-brutalist .testimonial-quote::after {
  content: '"';
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.theme-brutalist .testimonial-author {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 3);
}
.theme-brutalist .testimonial-avatar {
  display: flex;
  height: calc(var(--spacing) * 10);
  width: calc(var(--spacing) * 10);
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  background: var(--text);
  color: var(--bg);
}
.theme-brutalist .testimonial-name {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--text);
}
.theme-brutalist .testimonial-role {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  text-transform: uppercase;
  color: var(--text-muted);
}
.theme-brutalist .faq-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 16);
  background: var(--bg);
}
.theme-brutalist .faq-list {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.theme-brutalist .faq-item {
  border-style: var(--tw-border-style);
  border-width: 2px;
  padding: calc(var(--spacing) * 4);
  border-color: var(--border);
}
.theme-brutalist .faq-item[open] {
  background: var(--bg-alt);
}
.theme-brutalist .faq-question {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--text);
}
.theme-brutalist .faq-question::after {
  content: "[+]";
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--text);
}
.theme-brutalist .faq-item[open] .faq-question::after {
  content: "[−]";
}
.theme-brutalist .faq-answer {
  margin-top: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: var(--text-muted);
}
.theme-brutalist .cta-section {
  border-top-style: var(--tw-border-style);
  border-top-width: 4px;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 16);
  background: var(--text);
  border-color: var(--border);
}
.theme-brutalist .cta-content {
  margin-inline: auto;
  max-width: var(--container-3xl);
  text-align: center;
}
.theme-brutalist .cta-heading {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  text-transform: uppercase;
  @media (width >= 40rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  color: var(--bg);
}
.theme-brutalist .cta-subtext {
  margin-bottom: calc(var(--spacing) * 8);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--bg-alt);
}
.theme-brutalist .cta-section .btn-primary {
  background: var(--bg);
  color: var(--text);
  border-color: var(--bg);
}
.theme-brutalist .cta-section .btn-primary:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
.theme-brutalist .footer {
  border-top-style: var(--tw-border-style);
  border-top-width: 4px;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 6);
  background: var(--bg);
  border-color: var(--border);
}
.theme-brutalist .footer-inner {
  margin-inline: auto;
  display: flex;
  max-width: var(--container-6xl);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 4);
  @media (width >= 40rem) {
    flex-direction: row;
  }
}
.theme-brutalist .footer-title {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  text-transform: uppercase;
  color: var(--text);
}
.theme-brutalist .footer-credit {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  text-transform: uppercase;
  color: var(--text-muted);
}
.theme-mono {
  --bg: #0a0a0a;
  --bg-alt: #111111;
  --bg-glass: rgba(10, 10, 10, 0.85);
  --text: #d4d4d4;
  --text-muted: #737373;
  --border: #262626;
  --primary: #22c55e;
  --glow: rgba(34, 197, 94, 0.15);
  font-family: 'JetBrains Mono', monospace;
}

/* scanline CRT overlay */
.theme-mono::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.03;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 1px,
    rgba(0, 0, 0, 0.3) 1px,
    rgba(0, 0, 0, 0.3) 2px
  );
}

/* cursor blink animation */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* ── Navbar ── */
.theme-mono .navbar {
  width: 100%;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.theme-mono .navbar-inner {
  margin-inline: auto;
  display: flex;
  max-width: 64rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.theme-mono .navbar-brand {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
}
.theme-mono .navbar-brand::before {
  content: "~/";
  color: var(--primary);
}
.theme-mono .navbar-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .theme-mono .navbar-links { display: flex; }
}
.theme-mono .navbar-link {
  font-size: 0.8125rem;
  color: var(--text-muted);
  transition: color 150ms ease;
}
.theme-mono .navbar-link:hover {
  color: var(--primary);
}
.theme-mono .navbar-link::before {
  content: "./";
  opacity: 0.5;
}
.theme-mono .navbar-cta-mobile {
  display: block;
}
@media (min-width: 640px) {
  .theme-mono .navbar-cta-mobile { display: none; }
}

/* ── Hero ── */
.theme-mono .hero-section {
  padding: 5rem 1.5rem 6rem;
  background: var(--bg);
}
@media (min-width: 640px) {
  .theme-mono .hero-section { padding-block: 7rem 8rem; }
}
.theme-mono .hero-content {
  margin-inline: auto;
  max-width: 56rem;
}
.theme-mono .hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--primary);
  background: var(--bg-alt);
}
.theme-mono .hero-badge::after {
  content: "_";
  margin-left: 2px;
  animation: blink 1s step-end infinite;
  color: var(--primary);
}
.theme-mono .hero-headline {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .theme-mono .hero-headline { font-size: 3rem; }
}
@media (min-width: 768px) {
  .theme-mono .hero-headline { font-size: 3.75rem; }
}
.theme-mono .hero-headline::before {
  content: "> ";
  color: var(--primary);
}
.theme-mono .hero-subheadline {
  max-width: 40rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
}
@media (min-width: 640px) {
  .theme-mono .hero-subheadline { font-size: 1.0625rem; }
}
.theme-mono .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ── Buttons ── */
.theme-mono .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  border-radius: 2px;
  font-size: 0.8125rem;
  font-weight: 500;
  border: 1px solid var(--border);
  transition: all 150ms ease;
  cursor: pointer;
}
.theme-mono .btn:hover {
  transform: translateY(-2px);
}
.theme-mono .btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  color: #0a0a0a;
}
.theme-mono .btn-primary:hover {
  background: #16a34a;
  border-color: #16a34a;
}
.theme-mono .btn-secondary {
  background: var(--bg-alt);
  color: var(--text);
}
.theme-mono .btn-secondary:hover {
  border-color: var(--text-muted);
}
.theme-mono .btn-lg {
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
}
.theme-mono .btn-sm {
  padding: 0.375rem 0.875rem;
  font-size: 0.75rem;
}
.theme-mono .btn-arrow {
  width: 1rem;
  height: 1rem;
}
.theme-mono .btn:hover .btn-arrow {
  transform: translateX(2px);
}

/* ── Logo Cloud ── */
.theme-mono .logo-cloud-section {
  padding: 3rem 1.5rem;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.theme-mono .logo-cloud-heading {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  color: var(--text-muted);
}
.theme-mono .logo-cloud-heading::before {
  content: "/* ";
}
.theme-mono .logo-cloud-heading::after {
  content: " */";
}
.theme-mono .logo-cloud-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 640px) {
  .theme-mono .logo-cloud-grid { gap: 3rem; }
}
.theme-mono .logo-item {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 200ms ease;
}
.theme-mono .logo-item:hover {
  color: var(--primary);
}

/* ── Features ── */
.theme-mono .features-section {
  padding: 5rem 1.5rem;
  background: var(--bg);
}
.theme-mono .section-content {
  margin-inline: auto;
  max-width: 64rem;
}
.theme-mono .section-title {
  margin-bottom: 3rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text);
}
.theme-mono .section-title::before {
  content: "# ";
  color: var(--primary);
}
.theme-mono .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: var(--border);
}
.theme-mono .feature-card {
  background: var(--bg-alt);
  padding: 1.75rem;
  border: none;
  transition: all 200ms ease;
}
.theme-mono .feature-card:hover {
  background: #171717;
  box-shadow: inset 0 0 0 1px var(--primary);
  transform: translateY(-4px);
}
.theme-mono .feature-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  color: var(--primary);
}
.theme-mono .feature-icon svg {
  width: 100%;
  height: 100%;
}
.theme-mono .feature-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}
.theme-mono .feature-description {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--text-muted);
}

/* ── Stats ── */
.theme-mono .stats-section {
  padding: 4rem 1.5rem;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.theme-mono .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 64rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .theme-mono .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.theme-mono .stat-item {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: var(--bg);
}
.theme-mono .stat-value {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
}
@media (min-width: 640px) {
  .theme-mono .stat-value { font-size: 2.5rem; }
}
.theme-mono .stat-label {
  font-size: 0.6875rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Testimonials ── */
.theme-mono .testimonials-section {
  padding: 5rem 1.5rem;
  background: var(--bg);
}
.theme-mono .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  max-width: 56rem;
  margin-inline: auto;
}
.theme-mono .testimonial-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 1.75rem;
  transition: all 200ms ease;
}
.theme-mono .testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.1);
}
.theme-mono .testimonial-quote {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 1.25rem;
  position: relative;
  padding-top: 1.75rem;
}
.theme-mono .testimonial-quote::before {
  content: "“";
  position: absolute;
  top: -0.25rem;
  left: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  opacity: 0.35;
}
.theme-mono .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}
.theme-mono .testimonial-avatar {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #0a0a0a;
  background: linear-gradient(135deg, var(--primary), #4ade80);
}
.theme-mono .testimonial-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text);
}
.theme-mono .testimonial-role {
  font-size: 0.6875rem;
  color: var(--text-muted);
}

/* ── FAQ ── */
.theme-mono .faq-section {
  padding: 5rem 1.5rem;
  background: var(--bg-alt);
}
.theme-mono .faq-list {
  max-width: 42rem;
  margin-inline: auto;
}
.theme-mono .faq-item {
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}
.theme-mono .faq-item summary {
  list-style: none;
}
.theme-mono .faq-item summary::-webkit-details-marker {
  display: none;
}
.theme-mono .faq-question {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
  transition: color 150ms ease;
}
.theme-mono .faq-question::before {
  content: "? ";
  color: var(--primary);
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.theme-mono .faq-question::after {
  content: "[+]";
  font-size: 0.75rem;
  color: var(--text-muted);
  flex-shrink: 0;
  margin-left: 1rem;
  transition: color 150ms ease;
}
.theme-mono .faq-item[open] .faq-question {
  color: var(--primary);
}
.theme-mono .faq-item[open] .faq-question::after {
  content: "[-]";
  color: var(--primary);
}
.theme-mono .faq-answer {
  margin-top: 0.75rem;
  padding-left: 1.25rem;
  border-left: 1px solid var(--border);
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--text-muted);
}

/* ── CTA ── */
.theme-mono .cta-section {
  padding: 5rem 1.5rem;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.theme-mono .cta-content {
  margin-inline: auto;
  max-width: 48rem;
  text-align: center;
}
.theme-mono .cta-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .theme-mono .cta-heading { font-size: 2.25rem; }
}
.theme-mono .cta-heading::before {
  content: ">> ";
  color: var(--primary);
}
.theme-mono .cta-subtext {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.theme-mono .cta-section .btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  color: #0a0a0a;
}
.theme-mono .cta-section .btn-primary:hover {
  background: #16a34a;
  transform: translateY(-2px);
}

/* ── Footer ── */
.theme-mono .footer {
  border-top: 1px solid var(--border);
  padding: 2rem 1.5rem;
  background: var(--bg);
}
.theme-mono .footer-inner {
  margin-inline: auto;
  display: flex;
  max-width: 64rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 640px) {
  .theme-mono .footer-inner { flex-direction: row; }
}
.theme-mono .footer-title {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text);
}
.theme-mono .footer-credit {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.theme-neon {
  --bg: #050508;
  --bg-alt: #0c0c12;
  --bg-glass: rgba(5, 5, 8, 0.8);
  --text: #f0f0f5;
  --text-muted: #8888a0;
  --border: #1e1e2e;
  --primary: #ec4899;
  --glow: rgba(236, 72, 153, 0.2);
  --cyan: #06b6d4;
  --glow-cyan: rgba(6, 182, 212, 0.2);
  font-family: 'DM Sans', sans-serif;
}

/* animated gradient bg for hero */
@keyframes neonShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* pulsing glow for CTA button */
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(236, 72, 153, 0.4), 0 0 40px rgba(236, 72, 153, 0.2); }
  50% { box-shadow: 0 0 30px rgba(236, 72, 153, 0.6), 0 0 60px rgba(236, 72, 153, 0.3), 0 0 90px rgba(236, 72, 153, 0.15); }
}

/* ── Navbar ── */
.theme-neon .navbar {
  width: 100%;
  border-bottom: 1px solid var(--border);
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.theme-neon .navbar-inner {
  margin-inline: auto;
  display: flex;
  max-width: 72rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.theme-neon .navbar-brand {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  text-shadow: 0 0 20px rgba(236, 72, 153, 0.4);
}
.theme-neon .navbar-links {
  display: none;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 640px) {
  .theme-neon .navbar-links { display: flex; }
}
.theme-neon .navbar-link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: all 200ms ease;
}
.theme-neon .navbar-link:hover {
  color: var(--cyan);
  text-shadow: 0 0 10px rgba(6, 182, 212, 0.5);
}
.theme-neon .navbar-cta-mobile {
  display: block;
}
@media (min-width: 640px) {
  .theme-neon .navbar-cta-mobile { display: none; }
}

/* ── Hero ── */
.theme-neon .hero-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 1.5rem 7rem;
  background: var(--bg);
  text-align: center;
}
@media (min-width: 640px) {
  .theme-neon .hero-section { padding-block: 8rem 9rem; }
}
.theme-neon .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(236, 72, 153, 0.12) 0%,
    transparent 30%,
    rgba(6, 182, 212, 0.08) 50%,
    transparent 70%,
    rgba(236, 72, 153, 0.06) 100%
  );
  background-size: 200% 200%;
  animation: neonShift 8s ease infinite;
}
.theme-neon .hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.theme-neon .hero-content {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 56rem;
}
.theme-neon .hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.375rem 1.25rem;
  border: 1px solid var(--cyan);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cyan);
  box-shadow: 0 0 12px rgba(6, 182, 212, 0.25), inset 0 0 12px rgba(6, 182, 212, 0.08);
}
.theme-neon .hero-headline {
  font-family: 'Sora', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 640px) {
  .theme-neon .hero-headline { font-size: 4rem; }
}
@media (min-width: 768px) {
  .theme-neon .hero-headline { font-size: 5rem; }
}
.theme-neon .hero-subheadline {
  max-width: 38rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-muted);
}
@media (min-width: 640px) {
  .theme-neon .hero-subheadline { font-size: 1.25rem; }
}
.theme-neon .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* ── Buttons ── */
.theme-neon .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 200ms ease;
  cursor: pointer;
}
.theme-neon .btn:hover {
  transform: translateY(-2px);
}
.theme-neon .btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 0 20px rgba(236, 72, 153, 0.4), 0 0 40px rgba(236, 72, 153, 0.2);
}
.theme-neon .btn-primary:hover {
  box-shadow: 0 0 30px rgba(236, 72, 153, 0.6), 0 0 60px rgba(236, 72, 153, 0.35);
}
.theme-neon .btn-secondary {
  background: transparent;
  color: var(--cyan);
  border: 1px solid var(--cyan);
  box-shadow: 0 0 10px rgba(6, 182, 212, 0.15);
}
.theme-neon .btn-secondary:hover {
  background: rgba(6, 182, 212, 0.08);
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.3);
}
.theme-neon .btn-lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.theme-neon .btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.theme-neon .btn-arrow {
  width: 1rem;
  height: 1rem;
  transition: transform 200ms ease;
}
.theme-neon .btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* ── Logo Cloud ── */
.theme-neon .logo-cloud-section {
  padding: 3.5rem 1.5rem;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.theme-neon .logo-cloud-heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted);
}
.theme-neon .logo-cloud-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media (min-width: 640px) {
  .theme-neon .logo-cloud-grid { gap: 3.5rem; }
}
.theme-neon .logo-item {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  opacity: 0.3;
  transition: all 200ms ease;
}
.theme-neon .logo-item:hover {
  opacity: 1;
  color: var(--cyan);
  text-shadow: 0 0 16px rgba(6, 182, 212, 0.6);
}

/* ── Features ── */
.theme-neon .features-section {
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.theme-neon .section-content {
  margin-inline: auto;
  max-width: 72rem;
}
.theme-neon .section-title {
  text-align: center;
  margin-bottom: 3.5rem;
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.theme-neon .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.theme-neon .feature-card {
  background: rgba(14, 14, 22, 0.8);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2rem;
  backdrop-filter: blur(8px);
  transition: all 250ms ease;
}
.theme-neon .feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 0 24px rgba(236, 72, 153, 0.15), 0 0 48px rgba(236, 72, 153, 0.08);
}
.theme-neon .feature-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  padding: 0.625rem;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary), rgba(6, 182, 212, 0.8));
  color: #fff;
}
.theme-neon .feature-icon svg {
  width: 100%;
  height: 100%;
}
.theme-neon .feature-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.625rem;
}
.theme-neon .feature-description {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--text-muted);
}

/* ── Stats ── */
.theme-neon .stats-section {
  padding: 5rem 1.5rem;
  background: var(--bg-alt);
}
.theme-neon .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 64rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .theme-neon .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.theme-neon .stat-item {
  text-align: center;
  padding: 1.75rem;
  background: rgba(14, 14, 22, 0.6);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.theme-neon .stat-value {
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, var(--cyan), var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 16px rgba(6, 182, 212, 0.4));
}
@media (min-width: 640px) {
  .theme-neon .stat-value { font-size: 3rem; }
}
.theme-neon .stat-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* ── Testimonials ── */
.theme-neon .testimonials-section {
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.theme-neon .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 56rem;
  margin-inline: auto;
}
.theme-neon .testimonial-card {
  background: rgba(14, 14, 22, 0.6);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2rem;
  backdrop-filter: blur(8px);
  transition: all 250ms ease;
}
.theme-neon .testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 0 24px rgba(139, 92, 246, 0.15);
}
.theme-neon .testimonial-quote {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 1.5rem;
  position: relative;
  padding-top: 1.75rem;
}
.theme-neon .testimonial-quote::before {
  content: "“";
  position: absolute;
  top: -0.25rem;
  left: 0;
  font-family: 'Sora', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.4;
}
.theme-neon .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.theme-neon .testimonial-avatar {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
}
.theme-neon .testimonial-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
}
.theme-neon .testimonial-role {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ── FAQ ── */
.theme-neon .faq-section {
  padding: 6rem 1.5rem;
  background: var(--bg-alt);
}
.theme-neon .faq-list {
  max-width: 42rem;
  margin-inline: auto;
}
.theme-neon .faq-item {
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.theme-neon .faq-item summary {
  list-style: none;
}
.theme-neon .faq-item summary::-webkit-details-marker {
  display: none;
}
.theme-neon .faq-question {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  transition: all 200ms ease;
}
.theme-neon .faq-question::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--cyan);
  flex-shrink: 0;
  margin-left: 1rem;
  transition: all 200ms ease;
  text-shadow: 0 0 8px rgba(6, 182, 212, 0.4);
}
.theme-neon .faq-item[open] .faq-question {
  color: var(--cyan);
  text-shadow: 0 0 8px rgba(6, 182, 212, 0.3);
}
.theme-neon .faq-item[open] .faq-question::after {
  content: "−";
  color: var(--primary);
  text-shadow: 0 0 8px rgba(236, 72, 153, 0.4);
}
.theme-neon .faq-answer {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-muted);
  padding-right: 2rem;
}

/* ── CTA ── */
.theme-neon .cta-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.theme-neon .cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(236, 72, 153, 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.theme-neon .cta-content {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 48rem;
  text-align: center;
}
.theme-neon .cta-heading {
  font-family: 'Sora', sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 640px) {
  .theme-neon .cta-heading { font-size: 3rem; }
}
.theme-neon .cta-subtext {
  font-size: 1.125rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.theme-neon .cta-section .btn-primary {
  background: var(--primary);
  color: #fff;
  animation: pulseGlow 2.5s ease-in-out infinite;
}
.theme-neon .cta-section .btn-primary:hover {
  animation: none;
  box-shadow: 0 0 30px rgba(236, 72, 153, 0.6), 0 0 60px rgba(236, 72, 153, 0.35);
  transform: translateY(-2px);
}

/* ── Footer ── */
.theme-neon .footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 1.5rem;
  background: var(--bg);
}
.theme-neon .footer-inner {
  margin-inline: auto;
  display: flex;
  max-width: 72rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 640px) {
  .theme-neon .footer-inner { flex-direction: row; }
}
.theme-neon .footer-title {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}
.theme-neon .footer-credit {
  font-size: 0.875rem;
  color: var(--text-muted);
}