/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .grow {
    flex-grow: 1;
  }
}
:root {
  color-scheme: dark;
  --ink: #0d0e0c;
  --surface: #131411;
  --surface-raised: #191a17;
  --line: #30322b;
  --lime: #cbfb45;
  --text: #f7f8f3;
  --muted: #b4b8ad;
  --content: 1180px;
  font-family: Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.site-shell {
  min-height: 100vh;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus {
  top: 1rem;
}
.route-loading {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--text);
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 1.25rem;
}
.header-inner {
  width: min(100%, var(--content));
  min-height: 4.5rem;
  margin: auto;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  background: rgba(13, 14, 12, 0.88);
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand-wide {
  display: block;
  width: 9.4rem;
  height: auto;
}
.brand-mark {
  display: none;
  width: 3.75rem;
  height: auto;
}
.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.desktop-nav a {
  padding: 0.65rem 0.8rem;
  border-radius: 0.6rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}
.mobile-menu {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--lime);
  border-radius: 0.75rem;
  background: var(--lime);
  color: #111;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease,
    transform 0.2s ease;
}
.button:hover {
  background: #d7ff68;
  transform: translateY(-1px);
}
.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.button-small {
  min-height: 2.65rem;
  padding: 0.75rem 1rem;
  font-size: 0.86rem;
}
.text-link {
  color: var(--text);
  font-weight: 750;
  text-underline-offset: 0.3rem;
}
.text-link span {
  color: var(--lime);
}
.hero {
  position: relative;
  width: min(100% - 2rem, var(--content));
  min-height: 49rem;
  margin: 0 auto;
  padding: 10rem 0 6rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}
.hero::before {
  content: "";
  position: absolute;
  width: 52rem;
  height: 52rem;
  right: -25rem;
  top: -18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(203, 251, 69, 0.15), transparent 65%);
  pointer-events: none;
}
.hero > *,
.growth-section > *,
.category-leadership > * {
  min-width: 0;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3.1rem, 5.8vw, 5.9rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}
h1 span {
  color: var(--lime);
}
.hero-intro {
  max-width: 45rem;
  margin: 1.7rem 0 0;
  color: #c9cdc2;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}
.hero-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 251, 69, 0.34);
  border-radius: 1.25rem;
  background: var(--surface);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.45);
}
.hero-visual img {
  width: 100%;
  height: auto;
  min-height: 22rem;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hero-visual figcaption {
  padding: 0.9rem 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-visual figcaption strong {
  color: var(--lime);
  text-align: center;
}
.hero-visual figcaption span:last-child {
  text-align: right;
}
.category-statement {
  padding: clamp(4.5rem, 9vw, 8rem) max(1rem, calc((100vw - var(--content)) / 2));
  border-block: 1px solid var(--line);
  background: #10110f;
}
.category-statement,
.section,
.proof-strip,
.cta-section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-block-size: auto 48rem;
}
.category-statement h2 {
  max-width: 16ch;
}
.category-statement > p:not(.eyebrow) {
  max-width: 48rem;
  margin: 1.5rem 0 2.5rem;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.75;
}
.formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1.35fr;
  align-items: stretch;
  gap: 0.5rem;
}
.formula span,
.formula strong {
  min-height: 6.5rem;
  padding: 1rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--surface);
  text-align: center;
}
.formula strong {
  border-color: var(--lime);
  color: #111;
  background: var(--lime);
}
.formula b {
  align-self: center;
  color: var(--lime);
}
.section {
  width: min(100% - 2rem, var(--content));
  margin: auto;
  padding: clamp(5rem, 10vw, 8rem) 0;
}
.section-heading {
  max-width: 47rem;
  margin-bottom: 3.25rem;
}
h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}
.section-heading > p:last-child {
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.foundation-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
}
.foundation-grid article {
  min-height: 15rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--surface);
}
.foundation-grid article > span {
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 850;
}
.foundation-grid h3 {
  margin: 3.5rem 0 0.7rem;
  font-size: 1.5rem;
}
.foundation-grid article > p {
  margin: 0.75rem 0 0;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.foundation-grid article > div,
.method-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.growth-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  border-top: 1px solid var(--line);
}
.growth-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}
.growth-loop {
  margin: 2.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
  list-style: none;
}
.growth-loop li {
  padding: 1rem;
  display: grid;
  grid-template-columns: auto 5rem 1fr;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--surface);
}
.growth-loop li > span {
  color: var(--lime);
  font-size: 0.7rem;
  font-weight: 850;
}
.growth-loop p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}
.growth-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
}
.growth-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.product-section {
  border-top: 1px solid var(--line);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}
.product-card {
  min-height: 22rem;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--surface);
  text-decoration: none;
  transition: border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}
.product-card::before {
  content: "";
  width: 2.5rem;
  height: 0.28rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  background: var(--product-color);
}
.product-card:hover {
  border-color: var(--product-color);
  background: var(--surface-raised);
  transform: translateY(-3px);
}
.product-group {
  color: var(--product-color);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-card h3 {
  margin: 0.45rem 0 1.2rem;
  font-size: 1.55rem;
}
.product-card strong {
  line-height: 1.45;
}
.product-card p {
  margin: 0.65rem 0 1.5rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}
.card-link {
  margin-top: auto;
  color: var(--product-color);
  font-size: 0.82rem;
  font-weight: 800;
}
.method-section {
  border-block: 1px solid var(--line);
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.five-steps {
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}
.method-grid div {
  padding-left: 1.25rem;
  border-left: 2px solid var(--lime);
}
.method-grid span {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.15rem;
  font-weight: 850;
}
.category-leadership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 4rem;
}
.category-leadership > div:last-child {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.75;
}
.category-leadership > div:last-child p {
  margin: 0;
}
.category-leadership > div:last-child p + p {
  margin-top: 1.2rem;
}
.proof-strip {
  padding: 3rem max(1rem, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  border-block: 1px solid var(--line);
  background: #10110f;
}
.proof-strip div {
  display: grid;
  gap: 0.25rem;
}
.proof-strip strong {
  color: var(--lime);
  font-size: clamp(2.2rem, 4vw, 4rem);
  letter-spacing: -0.05em;
}
.proof-strip span {
  color: var(--muted);
}
.cta-section {
  padding: clamp(5rem, 10vw, 8rem) max(1rem, calc((100vw - var(--content)) / 2));
  background: var(--lime);
  color: #111;
}
.cta-section .eyebrow {
  color: #343b23;
}
.cta-section h2 {
  max-width: 14ch;
}
.cta-section > p:not(.eyebrow) {
  max-width: 42rem;
  margin: 1.25rem 0 2rem;
  color: #303426;
  font-size: 1.1rem;
  line-height: 1.7;
}
.cta-section .button {
  border-color: #111;
  background: #111;
  color: #fff;
}
.cta-section .button:hover {
  background: #292a25;
}
.site-footer {
  padding: 4rem max(1rem, calc((100vw - var(--content)) / 2)) 2rem;
  border-top: 1px solid var(--line);
  background: #070807;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
}
.footer-inner img {
  width: 9.5rem;
  height: auto;
}
.footer-inner p {
  max-width: 24rem;
  color: #858a7f;
  line-height: 1.6;
}
.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.5rem;
}
.footer-inner nav a {
  color: var(--muted);
  font-size: 0.88rem;
  text-decoration: none;
}
.footer-inner nav a:hover {
  color: var(--lime);
}
.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  color: #777d70;
  font-size: 0.78rem;
}
@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }
  .header-inner > .button {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 11rem;
  }
  .hero-copy {
    max-width: 48rem;
  }
  .hero-visual {
    width: 100%;
  }
  .growth-section {
    grid-template-columns: 1fr;
  }
  .five-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .site-header {
    padding: 0.75rem;
  }
  .header-inner {
    min-height: 4rem;
    gap: 0.75rem;
    padding: 0.7rem 0.8rem;
    backdrop-filter: none;
  }
  .brand-wide {
    display: none;
  }
  .brand-mark {
    display: block;
    width: 3.25rem;
  }
  .header-inner > .button {
    display: none;
  }
  .mobile-menu {
    position: relative;
    display: block;
    margin-left: auto;
  }
  .mobile-menu summary {
    width: 2.85rem;
    height: 2.85rem;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 0.6rem;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
  }
  .mobile-menu summary svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu nav {
    position: absolute;
    top: 3.3rem;
    right: 0;
    width: min(18rem, calc(100vw - 2.5rem));
    padding: 0.7rem;
    display: grid;
    gap: 0.15rem;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: #10110f;
  }
  .mobile-menu nav a {
    padding: 0.85rem;
    border-radius: 0.45rem;
    color: var(--muted);
    text-decoration: none;
  }
  .mobile-menu nav a:last-child {
    color: #111;
    background: var(--lime);
    font-weight: 800;
  }
  .hero {
    width: min(100% - 2rem, var(--content));
    min-height: auto;
    padding: 8rem 0 4.5rem;
    gap: 3.5rem;
  }
  h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 12.5vw, 3.6rem);
    overflow-wrap: anywhere;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
    padding-inline: 0.9rem;
    font-size: 0.92rem;
    text-align: center;
    overflow-wrap: anywhere;
  }
  .text-link {
    padding: 0.65rem;
    text-align: center;
  }
  .hero-visual img {
    min-height: 17rem;
  }
  .section {
    padding: 4.5rem 0;
  }
  .foundation-grid,
  .product-grid,
  .method-grid,
  .category-leadership,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .formula {
    grid-template-columns: 1fr;
  }
  .formula b {
    justify-self: center;
  }
  .growth-loop li {
    grid-template-columns: auto 4.5rem 1fr;
  }
  .product-card {
    min-height: 19rem;
  }
  .category-leadership {
    gap: 1.5rem;
  }
  .proof-strip {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-inner {
    gap: 2rem;
  }
  .footer-inner nav {
    justify-content: flex-start;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/*# sourceMappingURL=main.css.map*/