:root {
  --background: #ffffff;
  --surface: #f8f8f8;
  --surface-2: #f3f3f3;
  --foreground: #121212;
  --muted: #6f6f6f;
  --muted-2: #9a9a9a;
  --border: #e9e9e9;
  --accent: #fb802b;
  --accent-dark: #dc6418;
  --accent-text: #d25700;
  --accent-text-small: #c85112;
  --apply-bg: #000000;
  --apply-text: #ffffff;
  --apply-muted: rgba(255, 255, 255, 0.68);
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --container: 1152px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  color: var(--foreground);
  background: var(--background);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 50;
  border-radius: var(--radius-sm);
  background: var(--foreground);
  color: var(--background);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 84px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.site-header::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #ffd1a8, var(--accent));
}

.nav {
  position: relative;
  max-width: var(--container);
  height: 84px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 168px;
}

.brand img {
  display: block;
  width: 168px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: rgba(18, 18, 18, 0.68);
  font-size: 0.96rem;
  font-weight: 500;
}

.nav-links a {
  border-radius: var(--radius-sm);
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--foreground);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--foreground);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 160ms ease,
    opacity 160ms ease;
}

.mobile-menu {
  display: none;
}

.site-header.is-menu-open .nav-toggle span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .nav-toggle span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 34px;
  border: 1px solid var(--accent);
  border-radius: var(--radius-sm);
  background: var(--accent);
  color: #121212;
  font-weight: 700;
  box-shadow: 0 10px 30px -8px rgba(251, 128, 43, 0.45);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--accent-dark);
  box-shadow: 0 16px 38px -10px rgba(251, 128, 43, 0.56);
}

.button.secondary {
  background: transparent;
  color: var(--foreground);
  border-color: var(--border);
  box-shadow: none;
}

.ovo-referral-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #31aa50 0%, #229242 100%);
  color: #ffffff;
  font-family:
    Arial, Helvetica, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

.ovo-referral-hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 36px 24px 42px;
  text-align: center;
}

.ovo-referral-inner {
  width: min(920px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ovo-referral-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.45rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ovo-referral-page h1 {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.55rem, 6vw, 4.9rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.ovo-referral-subtitle {
  max-width: 640px;
  margin: 22px 0 24px;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 1.22;
  font-weight: 400;
}

.ovo-conversion-panel {
  width: min(760px, 100%);
  margin: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(4, 42, 20, 0.22);
  box-shadow: 0 22px 52px rgba(4, 54, 22, 0.22);
  backdrop-filter: blur(6px);
}

.ovo-credit-block {
  padding: 22px 24px 20px;
  background: #ffffff;
  color: #07120c;
}

.ovo-credit-label {
  margin: 0 0 2px;
  color: #19743a;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ovo-credit-value {
  margin: 0;
  color: #07120c;
  font-size: clamp(4.2rem, 11vw, 7.25rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0;
}

.ovo-credit-copy {
  margin: 10px 0 0;
  color: #264332;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.25;
  font-weight: 700;
}

.ovo-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(7, 18, 12, 0.08);
}

.ovo-detail-grid div {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.1);
}

.ovo-detail-grid div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.ovo-detail-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ovo-detail-grid strong {
  color: #ffffff;
  font-size: clamp(1.12rem, 2.5vw, 1.45rem);
  line-height: 1.1;
  font-weight: 800;
}

.ovo-claim-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(760px, 100%);
  min-height: 87px;
  margin-top: 0;
  border: 1px solid #07120c;
  border-radius: 4px;
  background: #06ecaa;
  color: #020604;
  font-size: clamp(2rem, 4.2vw, 3.05rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: none;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.ovo-quick-claim-button {
  display: none;
}

.ovo-claim-button:hover,
.ovo-quick-claim-button:hover {
  background: #00d99c;
  transform: translateY(-1px);
}

.ovo-claim-button:focus-visible,
.ovo-quick-claim-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.ovo-click-note {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.98rem, 1.7vw, 1.12rem);
  line-height: 1.35;
}

.ovo-proof-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin: 16px 0 0;
}

.ovo-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  padding: 0 13px;
  background: rgba(8, 99, 42, 0.22);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 700;
}

.ovo-fine-print {
  max-width: 650px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
}

@media (max-width: 640px) {
  .ovo-referral-hero {
    place-items: start center;
    padding: 42px 18px 56px;
  }

  .ovo-referral-kicker {
    font-size: 1rem;
  }

  .ovo-referral-subtitle {
    margin-top: 24px;
  }

  .ovo-quick-claim-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 66px;
    margin: 0 0 18px;
    border: 1px solid #07120c;
    border-radius: 4px;
    background: #06ecaa;
    color: #020604;
    font-size: clamp(1.45rem, 7vw, 2.15rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    transition:
      background 160ms ease,
      transform 160ms ease;
  }

  .ovo-conversion-panel {
    margin-bottom: 14px;
  }

  .ovo-credit-block {
    padding: 18px 18px 17px;
  }

  .ovo-detail-grid {
    grid-template-columns: 1fr;
  }

  .ovo-detail-grid div {
    min-height: 64px;
    padding: 12px 18px;
  }

  .ovo-detail-grid div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .ovo-claim-button {
    min-height: 76px;
    font-size: clamp(1.72rem, 8vw, 2.7rem);
  }

  .ovo-proof-row {
    width: 100%;
    gap: 8px;
  }

  .ovo-proof-row span {
    justify-content: center;
    width: 100%;
  }
}

.hero {
  position: relative;
  min-height: 604px;
  padding: 0 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: var(--background);
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -1px 0 0;
  background:
    linear-gradient(rgba(18, 18, 18, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 18, 18, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 18%, rgba(243, 107, 33, 0.17), transparent 30%),
    radial-gradient(circle at 8% 0%, rgba(243, 107, 33, 0.08), transparent 26%),
    radial-gradient(circle at 92% 0%, rgba(18, 18, 18, 0.06), transparent 24%);
  background-size:
    64px 64px,
    64px 64px,
    auto,
    auto,
    auto;
  opacity: 0.52;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 0 72px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 28px;
  color: var(--foreground);
  font-size: clamp(4rem, 7.2vw, 5rem);
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 5.2vw, 4.5rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
  line-height: 1.28;
}

.lead {
  max-width: 760px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.55vw, 1.3rem);
  line-height: 1.65;
  text-wrap: balance;
}

.lead strong,
.accent-word {
  color: var(--foreground);
  font-weight: 850;
}

.accent-word {
  color: var(--accent);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 38px;
}

.hero .button {
  min-width: 346px;
  min-height: 64px;
  font-size: 1.18rem;
}

.stats-row {
  max-width: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.stat {
  text-align: center;
}

.stat strong {
  display: block;
  margin-bottom: 2px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.stat span,
.stat small {
  display: block;
  color: var(--muted);
}

.stat small {
  margin-top: 10px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.logo-cloud {
  padding: 80px 0;
  overflow: hidden;
  background: var(--background);
}

.logo-cloud-inner {
  width: 100%;
}

.logo-line {
  max-width: 760px;
  margin: 0 auto 56px;
  padding: 0 24px;
  color: #494949;
  text-align: center;
  font-size: 1.08rem;
  font-style: italic;
}

.logo-accessible-list {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.logo-marquee {
  min-height: 284px;
  display: grid;
  gap: 20px;
}

.logo-marquee-row {
  width: 100%;
  overflow: hidden;
}

.logo-marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 64px;
  animation: marquee 36s linear infinite;
}

.logo-marquee-row.reverse .logo-marquee-track {
  animation-direction: reverse;
  animation-duration: 42s;
}

.logo-marquee-item {
  width: 168px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.logo-marquee-item img {
  display: block;
  max-width: 168px;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.58;
  filter: grayscale(1) saturate(0) contrast(0.9);
  transition: opacity 240ms ease;
}

.logo-marquee-item:hover img {
  opacity: 0.86;
}

.logo-marquee-item.is-raster img {
  max-height: 46px;
}

.logo-marquee-item.is-square img {
  max-width: 48px;
  max-height: 48px;
}

.logo-marquee-item.is-light-logo img {
  opacity: 0.46;
  filter: grayscale(1) saturate(0) invert(1) brightness(0.5) contrast(1.08);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 32px));
  }
}

.section {
  padding: 112px 24px;
  background: var(--background);
}

.section:nth-of-type(odd) {
  background: var(--surface);
}

.section-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.section-head {
  max-width: 820px;
  margin: 0 auto 64px;
  text-align: center;
}

.section-head p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.problem-grid,
.system-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.problem,
.system-card,
.faq-item,
.case-card {
  min-height: 260px;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--background);
}

.problem p,
.system-card p,
.faq-item p,
.case-card span {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.number {
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
}

.closing-line {
  max-width: 760px;
  margin: 58px auto 0;
  text-align: center;
  font-size: clamp(1.8rem, 3.5vw, 3.15rem);
  font-weight: 800;
  line-height: 1.08;
}

.case-grid,
.metric-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.case-card {
  min-height: 210px;
}

.case-card p {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
}

.case-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1;
}

.pricing-section {
  background: var(--surface);
}

.pricing-layout {
  max-width: 980px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
}

.price-panel {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--background);
}

.price {
  margin-bottom: 2px;
  font-size: clamp(3rem, 5.2vw, 4.6rem);
  font-weight: 850;
  line-height: 1;
}

.price small {
  color: var(--muted);
  font-size: 1rem;
}

.profit-share {
  color: var(--accent-text-small);
  font-size: 1.1rem;
  font-weight: 800;
}

.profit-share-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.price-panel .button {
  width: 100%;
  margin: 18px 0 14px;
}

.price-panel span {
  display: block;
  color: var(--muted);
  text-align: center;
  font-size: 0.9rem;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(243, 107, 33, 0.14);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.problem {
  min-height: 280px;
  padding: 40px 48px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(18, 18, 18, 0.04);
}

.problem-1,
.problem-4 {
  min-height: 560px;
}

.problem-1 h3,
.problem-4 h3 {
  font-size: clamp(3rem, 4.8vw, 4.7rem);
  line-height: 1.12;
}

.problem-2,
.problem-3,
.problem-5,
.problem-6 {
  min-height: 280px;
}

.card-icon {
  display: block;
  margin-bottom: 34px;
  color: #5c61ff;
  font-size: 2rem;
  line-height: 1;
}

.problem-2 {
  border-left-color: #cc2f36;
}

.problem-3 {
  border-left-color: #ffc12b;
}

.problem-4 {
  border-left-color: #477900;
}

.problem-5 {
  border-left-color: #0aa5e8;
}

.feature-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.feature-card {
  min-height: 324px;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
}

.soft-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(243, 107, 33, 0.1);
  color: var(--accent);
  font-weight: 850;
}

.feature-card:nth-child(2) .soft-icon,
.feature-card:nth-child(1) .soft-icon {
  background: rgba(92, 97, 255, 0.11);
  color: #5c61ff;
}

.feature-card:nth-child(3) .soft-icon {
  background: rgba(204, 47, 54, 0.1);
  color: #cc2f36;
}

.feature-card:nth-child(4) .soft-icon {
  background: rgba(71, 121, 0, 0.1);
  color: #477900;
}

.also-included {
  max-width: 980px;
  margin: 70px auto 0;
}

.also-included > .eyebrow {
  margin-bottom: 26px;
  color: var(--muted);
}

.mini-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 48px;
}

.mini-feature,
.trust-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 16px;
}

.mini-feature > span,
.trust-item > span {
  color: #5c61ff;
  font-weight: 850;
}

.mini-feature h3,
.trust-item h3 {
  margin-bottom: 6px;
  font-size: 1.45rem;
}

.mini-feature p,
.trust-item p {
  color: var(--muted);
  line-height: 1.55;
}

.results-section,
.pricing-section,
.fit-section {
  background: var(--surface);
}

.case-grid {
  max-width: 1160px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.case-card {
  min-height: 236px;
  padding: 36px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.case-logo {
  margin-bottom: 16px;
  color: #555555;
  font-weight: 850;
  text-transform: uppercase;
  filter: grayscale(1);
}

.case-pill {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(92, 97, 255, 0.1);
  color: #4f4f4f;
  font-size: 0.72rem;
  font-weight: 850;
}

.case-card .case-pill {
  color: #4f4f4f;
}

.case-card strong {
  color: var(--accent);
  font-size: clamp(2.2rem, 4vw, 3.15rem);
}

.case-card:nth-child(1) strong {
  color: #5c61ff;
}

.case-card:nth-child(2) strong {
  color: #cc2f36;
}

.case-card:nth-child(3) strong {
  color: #477900;
}

.testimonial-feature-section {
  padding-top: 88px;
  background: #ffffff;
}

.featured-testimonial {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 54px 58px 46px;
  border: 1px solid rgba(243, 107, 33, 0.2);
  border-left: 6px solid var(--accent);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(18, 18, 18, 0.06);
}

.featured-testimonial::before {
  content: "\201C";
  position: absolute;
  top: 18px;
  right: 34px;
  color: rgba(243, 107, 33, 0.14);
  font-family: Georgia, serif;
  font-size: 8.5rem;
  line-height: 1;
}

.testimonial-logo {
  width: 154px;
  height: auto;
  margin-bottom: 28px;
  display: block;
  filter: grayscale(1);
  opacity: 0.72;
}

.featured-testimonial blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
}

.featured-testimonial p {
  margin-bottom: 20px;
  color: var(--foreground);
  font-size: 1.2rem;
  line-height: 1.76;
}

.featured-testimonial blockquote p {
  font-style: italic;
}

.featured-testimonial p:last-child {
  margin-bottom: 0;
}

.testimonial-attribution {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.testimonial-attribution strong,
.testimonial-attribution span {
  display: block;
}

.testimonial-attribution strong {
  margin-bottom: 4px;
  color: var(--foreground);
  font-size: 1.08rem;
}

.testimonial-attribution span {
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.process-step {
  min-height: 310px;
  padding: 40px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.process-step > span {
  display: block;
  margin-bottom: 4px;
  color: var(--accent-text);
  font-size: 5.2rem;
  font-weight: 850;
  line-height: 1;
}

.process-step p,
.timeline-step div {
  color: var(--muted);
  line-height: 1.62;
}

.timeline-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  text-align: center;
}

.timeline-grid::before {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  top: 20px;
  height: 1px;
  background: var(--border);
}

.timeline-step {
  position: relative;
}

.timeline-step > span {
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #5c61ff;
  color: #ffffff;
  font-weight: 850;
}

.timeline-step:nth-child(2) > span {
  background: #cc2f36;
}

.timeline-step:nth-child(3) > span {
  background: #477900;
}

.timeline-step > p {
  margin-bottom: 10px;
  color: #4e53d9;
  font-size: 0.85rem;
  font-weight: 850;
  text-transform: uppercase;
}

.founder-section {
  background: #ffffff;
}

.founder-card {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
}

.founder-photo {
  min-height: 620px;
  background: #050505;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: 50% 35%;
}

.founder-copy {
  padding: 58px;
}

.founder-copy h2 {
  margin-bottom: 26px;
}

.founder-copy h3 {
  margin: 0 0 26px;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 1.02;
}

.founder-copy h3 span {
  color: var(--accent-text);
}

.founder-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.button.dark {
  margin-top: 18px;
  background: #050505;
  border-color: #050505;
  color: #ffffff;
}

.pricing-section .price-panel {
  max-width: 604px;
  margin: 0 auto;
  padding: 36px;
  border-radius: 12px;
}

.pricing-section .price-panel h3 {
  font-size: 1.8rem;
}

.pricing-section .price-panel > p:not(.price):not(.profit-share) {
  color: var(--muted);
}

.pricing-section .price {
  color: #5c61ff;
}

.math-box {
  margin: 30px 0;
  padding: 18px;
  border-radius: 10px;
  background: rgba(92, 97, 255, 0.07);
  color: var(--muted);
  line-height: 1.55;
}

.math-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--foreground);
  font-size: 0.82rem;
}

.price-badges {
  margin: 30px 0;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.85rem;
}

.trust-grid {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 62px;
}

.fit-grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.fit-card {
  padding: 28px 32px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #ffffff;
}

.fit-card h3 {
  color: var(--muted);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.fit-card.good h3 {
  color: #477900;
}

.fit-card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.fit-card li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  color: var(--foreground);
  line-height: 1.5;
}

.fit-card li span {
  color: #477900;
  font-weight: 850;
}

.fit-card.bad li,
.fit-card.bad li span {
  color: #b32635;
}

.faq-section {
  background: #ffffff;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-row {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(18, 18, 18, 0.03);
}

.faq-row:not(details) {
  min-height: 64px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-row:not(details) h3 {
  margin: 0;
  font-size: 1.08rem;
}

.faq-row:not(details) > span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--muted);
  font-size: 0.82rem;
}

.faq-row[open] {
  border-color: rgba(243, 107, 33, 0.26);
  box-shadow: 0 14px 30px rgba(18, 18, 18, 0.05);
}

.faq-row summary {
  min-height: 64px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  color: var(--foreground);
  font-size: 1.08rem;
  font-weight: 800;
}

.faq-row summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--muted);
  font-size: 0.82rem;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

.faq-icon::after {
  transform: rotate(90deg);
}

.faq-row[open] .faq-icon {
  color: var(--accent);
  border-color: rgba(243, 107, 33, 0.38);
  background: rgba(243, 107, 33, 0.08);
}

.faq-row[open] .faq-icon::after {
  opacity: 0;
}

.faq-answer {
  padding: 0 18px 22px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.testimonial-section {
  background: #ffffff;
}

.service-index-grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.testimonial-card,
.service-index-card,
.capability-card,
.legal-row,
.page-section-grid article {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(18, 18, 18, 0.03);
}

.testimonial-card p {
  color: var(--foreground);
  font-size: 1.14rem;
  line-height: 1.62;
}

.testimonial-card div,
.testimonial-card span {
  display: block;
}

.testimonial-card span,
.service-index-card p,
.capability-card p,
.legal-row p,
.page-section-grid p {
  color: var(--muted);
  line-height: 1.62;
}

.page-hero {
  padding-top: 140px;
  text-align: center;
}

.page-hero .section-inner {
  max-width: 920px;
}

.page-hero h1 {
  margin-bottom: 24px;
}

.page-hero p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.65;
}

.standard-main .section:nth-of-type(even) {
  background: var(--surface);
}

.service-index-grid {
  max-width: 1120px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-index-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 0;
  border-right-color: var(--border);
  border-bottom-color: var(--border);
  border-left: 2px solid var(--accent);
}

.service-index-card h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  line-height: 1.08;
}

.service-index-card p:not(.eyebrow) {
  margin-bottom: 22px;
  font-size: 0.98rem;
}

.service-index-card a {
  display: inline-flex;
  margin-top: auto;
  color: var(--accent);
  font-weight: 800;
}

.capability-card {
  min-height: 260px;
}

.service-detail-hero {
  padding-top: 118px;
  text-align: left;
}

.service-detail-hero .section-inner {
  max-width: 930px;
}

.service-detail-hero p {
  margin-left: 0;
  margin-right: 0;
}

.breadcrumbs {
  margin-bottom: 52px;
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--foreground);
}

.breadcrumbs span::before {
  content: ">";
  margin-right: 10px;
  color: var(--muted);
}

.service-logo-band {
  padding-block: 42px;
}

.service-story-section,
.service-position-section {
  background: #ffffff;
}

.service-story {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.78;
}

.service-story p {
  margin-bottom: 22px;
}

.service-positioning {
  margin-bottom: 48px;
}

.service-price-callout {
  max-width: 520px;
  margin: 34px auto 0;
  padding: 22px 26px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(18, 18, 18, 0.03);
}

.service-price-callout strong {
  color: var(--accent);
  font-size: 1.35rem;
}

.service-price-callout span {
  color: var(--muted);
}

.service-scope-section {
  background: #ffffff;
}

.service-pricing-section .price-panel .button {
  width: 100%;
  margin-top: 24px;
}

.founder-profile-hero,
.founder-page-hero {
  text-align: left;
}

.founder-profile-hero .section-inner,
.founder-page-hero .founder-card {
  max-width: 1150px;
}

.founder-profile {
  max-width: 880px;
  margin: 0 auto 54px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.founder-avatar {
  width: 138px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: #0b0b0b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.founder-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 36%;
}

.founder-profile h1 {
  margin-bottom: 8px;
  font-size: clamp(4rem, 8vw, 6.8rem);
}

.founder-role {
  margin-bottom: 22px;
  color: var(--accent);
  font-weight: 800;
}

.founder-profile p:not(.founder-role) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.66;
}

.founder-stat-row {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.founder-stat-row article {
  min-height: 112px;
  padding: 22px 18px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(18, 18, 18, 0.03);
}

.founder-stat-row strong {
  color: var(--foreground);
  font-size: 2.4rem;
  line-height: 1;
}

.founder-stat-row span {
  color: var(--muted);
  font-size: 0.9rem;
}

.about-story-stack {
  max-width: 830px;
  display: grid;
  gap: 48px;
}

.about-story-stack article {
  padding-left: 20px;
  border-left: 3px solid var(--accent);
}

.about-story-stack h2,
.expertise-section h2,
.connect-section h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.about-story-stack p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.72;
}

.expertise-section .section-inner,
.connect-section .section-inner {
  max-width: 830px;
}

.expertise-tags {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.expertise-tags span {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 800;
}

.text-link {
  color: var(--accent);
  font-weight: 800;
}

.connect-actions {
  margin: 22px 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.connect-actions a {
  padding: 12px 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--foreground);
  font-weight: 800;
}

.page-section-grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-section-grid article:last-child {
  grid-column: 1 / -1;
}

.contact-layout {
  max-width: 980px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
}

.contact-layout p {
  color: var(--muted);
  line-height: 1.65;
}

.legal-stack {
  max-width: 900px;
  display: grid;
  gap: 14px;
}

.legal-row {
  padding: 24px 28px;
}

.legal-row h2 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.final-source-cta p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 28px;
  color: #121212;
  font-size: 1.15rem;
}

.cta-band {
  margin: 0;
  padding: 112px 24px;
  background: var(--accent);
  color: #121212;
  text-align: center;
}

.cta-band > div {
  max-width: 820px;
  margin: 0 auto;
}

.cta-band .eyebrow {
  color: #121212;
}

.cta-band h2 {
  margin-bottom: 28px;
}

.cta-band .button {
  background: #ffffff;
  color: #121212;
  border-color: #ffffff;
  box-shadow: none;
}

.footer {
  padding: 72px 24px 42px;
  background: var(--apply-bg);
  color: #ffffff;
}

.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.footer-brand-row {
  margin-bottom: 48px;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 52px 84px;
  max-width: 860px;
}

.footer .brand img {
  filter: brightness(0) invert(1);
}

.footer h3 {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
}

.footer a {
  font-weight: 700;
}

.footer a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 56px;
}

.footer-bottom p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.86rem;
  line-height: 1.5;
}

.footer-logo {
  margin-bottom: 20px;
}

.apply-shell {
  min-height: 100vh;
  background: var(--background);
}

.apply-header {
  min-height: 80px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}

.apply-hero {
  min-height: 984px;
  padding: 40px 24px 64px;
  display: grid;
  place-items: start center;
  background: var(--apply-bg);
  color: var(--apply-text);
  text-align: center;
}

.apply-hero-inner {
  width: min(768px, 100%);
  padding-top: 52px;
}

.apply-brand {
  justify-content: center;
  margin: 0 auto 56px;
}

.apply-brand img {
  filter: brightness(0) invert(1);
}

.apply-hero .eyebrow {
  color: #f28b55;
}

.apply-hero h1 {
  color: var(--apply-text);
  font-size: clamp(3.35rem, 4vw, 3.5rem);
  font-weight: 650;
  line-height: 1.1;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.landing-choices {
  margin: 44px auto 0;
}

.choice-card,
.quiz-option {
  min-height: 96px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 750;
  text-align: center;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.apply-hero .choice-card {
  min-height: 171px;
  border-radius: 28px;
  font-size: 1.16rem;
}

.apply-hero .choice-card::before {
  content: "✓";
  display: block;
  margin: 0 auto 22px;
  font-size: 3.35rem;
  font-weight: 600;
  line-height: 1;
}

.apply-hero .choice-card:first-child {
  background: #ffffff;
  color: #050505;
}

.apply-hero .choice-card.muted {
  background: rgba(255, 255, 255, 0.11);
  color: #bdbdbd;
}

.apply-hero .choice-card.muted::before {
  content: "×";
  color: rgba(255, 255, 255, 0.36);
}

.choice-card:hover,
.quiz-option:hover {
  transform: translateY(-1px);
  border-color: rgba(243, 107, 33, 0.7);
  background: rgba(243, 107, 33, 0.16);
}

.choice-card.muted {
  color: #bdbdbd;
}

.founder-line {
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.portrait {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 36%;
}

.founder-line h2 {
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.3;
}

.founder-line p,
.brand-row {
  color: var(--apply-muted);
}

.brand-row {
  margin: 48px 0 0;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.trusted-logos {
  margin: 34px auto 0;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
}

.trusted-logos img {
  display: block;
  max-width: 112px;
  max-height: 34px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.5;
  filter: grayscale(1) saturate(0) invert(1) brightness(1.45) contrast(0.55);
}

.apply-section {
  padding: 80px 24px;
}

.apply-section-inner {
  max-width: 512px;
  margin: 0 auto;
}

.apply-section h2 {
  font-size: clamp(2.8rem, 5.4vw, 4.6rem);
}

.apply-section p {
  color: var(--muted);
  line-height: 1.72;
}

.apply-proof {
  background: #ffffff;
}

.apply-proof .apply-section-inner {
  border-left: 4px solid var(--accent);
  padding-left: 28px;
}

.apply-proof .metric-list {
  margin-top: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.apply-proof .stat,
.quiz-card,
.thank-box {
  min-height: auto;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.apply-offer {
  background: var(--surface);
}

.apply-offer .check-list {
  margin-top: 28px;
}

.apply-offer .price-panel {
  margin-top: 40px;
}

.final-apply {
  background: var(--apply-bg);
  color: var(--apply-text);
  text-align: center;
}

.final-apply h2 {
  color: var(--apply-text);
}

.final-apply p,
.final-apply span,
.final-apply .apply-footer,
.final-apply .apply-footer a {
  color: var(--apply-muted);
}

.final-apply span {
  display: block;
  margin-top: 18px;
}

.apply-main {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.quiz-wrap {
  max-width: none;
}

.quiz-screen {
  min-height: 100vh;
  padding: 38px 24px 72px;
  display: grid;
  place-items: start center;
  background: var(--apply-bg);
  color: var(--apply-text);
}

.quiz-card {
  width: min(100%, 820px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--apply-text);
  text-align: center;
}

.quiz-brand {
  margin: 0 auto 58px;
  justify-content: center;
}

.quiz-brand img {
  width: 184px;
  filter: brightness(0) invert(1);
}

.quiz-top {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 70px;
  align-items: center;
  gap: 12px;
  margin: 0 0 42px;
  color: var(--apply-muted);
  text-align: right;
}

.back-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--apply-text);
}

.progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 88%, transparent 88% 100%);
  background-size: calc(100% / 7) 100%;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.quiz-card .eyebrow {
  color: #f28b55;
}

.quiz-card h1 {
  max-width: 760px;
  margin: 0 auto 34px;
  color: var(--apply-text);
  font-size: clamp(3rem, 5vw, 4.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.quiz-card > p:not(.eyebrow):not(.trust-note) {
  max-width: 620px;
  margin: -12px auto 30px;
  color: var(--apply-muted);
  font-size: 1.14rem;
  line-height: 1.7;
}

.quiz-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 auto;
  max-width: 560px;
}

.quiz-option {
  min-height: 62px;
  padding: 14px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  background: #ffffff;
  color: #101010;
  border-color: #ffffff;
  border-radius: 12px;
  text-align: left;
  font-size: 1.02rem;
  font-weight: 700;
}

.quiz-option:hover {
  background: #f7f7f7;
  border-color: var(--accent);
  transform: translateY(-1px);
}

.option-icon {
  min-width: 30px;
  font-size: 1.35rem;
  line-height: 1;
  text-align: center;
}

.trust-note {
  margin: 28px 0 0;
  color: var(--apply-muted);
  text-align: center;
}

.apply-form {
  display: grid;
  gap: 12px;
  max-width: 650px;
  margin: 0 auto;
}

.apply-form label {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
}

.apply-form input,
.apply-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: #ffffff;
  color: var(--foreground);
}

.apply-form textarea {
  min-height: 128px;
  padding-block: 14px;
  resize: vertical;
  line-height: 1.5;
}

.apply-form input:focus,
.apply-form textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.apply-form input:not(:placeholder-shown):invalid,
.apply-form textarea:not(:placeholder-shown):invalid {
  border-color: #ff6b4a;
  box-shadow: 0 0 0 1px rgba(255, 107, 74, 0.45);
}

.apply-form .button {
  width: 100%;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.benefit-list {
  display: grid;
  gap: 10px;
  max-width: 650px;
  margin: 24px auto 0;
  text-align: left;
}

.benefit-list span {
  position: relative;
  padding-left: 28px;
  color: var(--apply-muted);
}

.benefit-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}

.apply-footer {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
}

.quiz-screen + .apply-footer,
.quiz-screen .apply-footer {
  color: var(--apply-muted);
}

.thank-you {
  min-height: calc(100vh - 160px);
  display: grid;
  place-items: center;
  text-align: center;
}

.thank-box {
  max-width: 720px;
}

.not-yet-page .benefit-list {
  margin-top: 28px;
}

.not-yet-page .benefit-list span {
  color: var(--muted);
}

.not-yet-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.not-yet-page .ghost-button {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.not-yet-page .ghost-button:hover {
  background: #ffffff;
  border-color: rgba(255, 122, 41, 0.46);
}

.standard-page {
  min-height: 620px;
}

.standard-page .section-inner {
  max-width: 920px;
  text-align: center;
}

.contact-form {
  max-width: 620px;
  margin: 40px auto 0;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #ffffff;
}

.form-success {
  margin: 0;
  color: var(--muted);
}

.form-error {
  margin: 0;
  color: #b00020;
  font-size: 0.92rem;
  font-weight: 700;
}

button:disabled,
.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }

  .logo-marquee-track {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  .site-header,
  .nav {
    height: 72px;
  }

  [id] {
    scroll-margin-top: 92px;
  }

  .nav {
    display: flex;
    justify-content: space-between;
  }

  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .mobile-menu {
    position: absolute;
    left: 24px;
    right: 24px;
    top: calc(100% + 10px);
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 48px rgba(18, 18, 18, 0.12);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition:
      opacity 160ms ease,
      transform 160ms ease,
      visibility 160ms ease;
  }

  .site-header.is-menu-open .mobile-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    padding: 0 12px;
    color: var(--foreground);
    font-weight: 750;
  }

  .mobile-menu a:not(.button):hover {
    background: var(--surface);
  }

  .mobile-menu-cta {
    margin-top: 6px;
    width: 100%;
    min-height: 48px;
  }

  .hero {
    min-height: 580px;
  }

  .problem-grid,
  .feature-grid,
  .system-grid,
  .faq-grid,
  .case-grid,
  .mini-feature-grid,
  .trust-grid,
  .fit-grid,
  .service-index-grid,
  .page-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-layout,
  .founder-card,
  .contact-layout,
  .founder-profile {
    grid-template-columns: 1fr;
  }

  .footer-columns {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px 48px;
  }

  .founder-photo {
    min-height: 420px;
  }

  .pricing-layout {
    text-align: center;
  }
}

@media (max-width: 680px) {
  .nav,
  .apply-header {
    padding-inline: 16px;
  }

  .mobile-menu {
    left: 16px;
    right: 16px;
  }

  .brand,
  .brand img {
    width: 142px;
    min-width: 142px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 610px;
    padding-inline: 18px;
  }

  .hero-copy {
    padding-block: 64px;
  }

  h1 {
    font-size: 3.6rem;
    line-height: 1.06;
  }

  h2 {
    font-size: 2.75rem;
  }

  .lead {
    font-size: 1.05rem;
  }

  .stats-row,
  .choice-grid,
  .problem-grid,
  .feature-grid,
  .mini-feature-grid,
  .process-grid,
  .timeline-grid,
  .trust-grid,
  .fit-grid,
  .system-grid,
  .faq-grid,
  .case-grid,
    .metric-list,
    .apply-proof .metric-list,
    .service-index-grid,
    .page-section-grid,
    .founder-stat-row,
    .contact-layout {
    grid-template-columns: 1fr;
  }

  .stats-row {
    gap: 18px;
  }

  .section,
  .apply-section,
  .cta-band {
    padding: 72px 18px;
  }

  .problem,
  .feature-card,
  .system-card,
  .faq-item,
  .case-card,
  .featured-testimonial,
  .quiz-card,
  .thank-box,
  .testimonial-card,
    .service-index-card,
    .capability-card,
    .legal-row,
    .page-section-grid article {
    padding: 24px;
  }
  .founder-profile h1 {
    font-size: 3.4rem;
  }

  .founder-profile {
    gap: 24px;
    text-align: center;
  }

  .founder-avatar {
    margin: 0 auto;
  }

  .footer {
    padding-inline: 18px;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero {
    padding-top: 104px;
  }

  .page-section-grid article:last-child {
    grid-column: auto;
  }

  .problem,
  .problem-1,
  .problem-4,
  .feature-card,
  .process-step {
    min-height: auto;
  }

  .problem-1 h3,
  .problem-4 h3 {
    font-size: 2.4rem;
  }

  .mini-feature,
  .trust-item {
    grid-template-columns: 18px 1fr;
  }

  .process-grid {
    border-left: 0;
  }

  .process-step {
    padding: 26px 0;
    border-right: 0;
  }

  .process-step > span {
    margin-bottom: 10px;
    font-size: 3.5rem;
  }

  .timeline-grid {
    gap: 28px;
  }

  .timeline-grid::before {
    display: none;
  }

  .founder-card {
    border-radius: 12px;
  }

  .founder-photo {
    min-height: 330px;
  }

  .founder-copy {
    padding: 28px;
  }

  .pricing-section .price-panel {
    padding: 28px;
  }

  .price-badges {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .fit-card {
    padding: 24px;
  }

  .logo-cloud {
    padding-block: 64px;
  }

  .logo-marquee-track {
    gap: 40px;
  }

  .apply-hero {
    min-height: 860px;
    padding-inline: 18px;
  }

  .apply-hero-inner {
    padding-top: 32px;
  }

  .apply-hero h1,
  .quiz-card h1 {
    font-size: 3.1rem;
  }

  .quiz-screen {
    padding: 28px 18px 56px;
  }

  .quiz-card {
    padding: 0;
  }

  .quiz-brand {
    margin-bottom: 44px;
  }

  .quiz-top {
    grid-template-columns: 40px minmax(0, 1fr) 70px;
    gap: 10px;
    margin-bottom: 34px;
  }

  .back-btn {
    width: 40px;
    height: 40px;
  }

  .quiz-options {
    max-width: 650px;
  }

  .quiz-option {
    min-height: 58px;
    padding: 13px 16px;
  }

  .apply-hero .choice-card {
    min-height: 118px;
  }

  .apply-hero .choice-card::before {
    margin-bottom: 12px;
    font-size: 2rem;
  }

  .trusted-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-card {
    min-height: 88px;
  }

  .footer-columns {
    gap: 34px 28px;
  }
}

@media (max-width: 440px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .quiz-top {
    grid-template-columns: 44px minmax(0, 1fr) 62px;
  }
}

