:root {
  --bg: oklch(14% 0.012 250);
  --bg-2: oklch(18% 0.018 250);
  --surface: oklch(21% 0.016 250);
  --surface-soft: oklch(25% 0.018 250);
  --surface-strong: oklch(11% 0.012 250);
  --text: oklch(96% 0.004 250);
  --muted: oklch(78% 0.028 250);
  --muted-strong: oklch(86% 0.018 250);
  --line: oklch(33% 0.02 250);
  --line-strong: oklch(43% 0.026 250);
  --accent: oklch(76% 0.15 70);
  --accent-strong: oklch(68% 0.16 58);
  --accent-ink: oklch(15% 0.02 70);
  --signal: oklch(72% 0.11 165);
  --blue: oklch(73% 0.1 245);
  --radius: 10px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  font-family:
    Aptos,
    "Segoe UI Variable",
    "Segoe UI",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 6%, oklch(39% 0.09 245 / 0.42), transparent 34rem),
    radial-gradient(circle at 88% 14%, oklch(67% 0.12 70 / 0.22), transparent 28rem),
    linear-gradient(180deg, var(--bg-2), var(--bg) 48rem);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 42%, oklch(100% 0 0 / 0.035) 42% 42.2%, transparent 42.2%),
    radial-gradient(circle at 48% 40%, oklch(100% 0 0 / 0.035), transparent 34rem);
}

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

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid oklch(82% 0.16 70);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  width: 100%;
  min-height: 72px;
  margin: 0;
  padding: 14px max(20px, calc((100% - 1180px) / 2));
  border-bottom: 1px solid oklch(100% 0 0 / 0.1);
  background: oklch(13% 0.012 250 / 0.88);
  backdrop-filter: blur(18px) saturate(130%);
}

.brand,
.nav-links,
.hero-actions,
.contact-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid oklch(100% 0 0 / 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, oklch(31% 0.03 250), oklch(20% 0.018 250));
  color: var(--accent);
  font-size: 0.88rem;
}

.nav-links {
  gap: clamp(18px, 2.4vw, 30px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-links a,
.text-link {
  transition: color 180ms var(--ease-out);
}

.nav-links a:hover,
.text-link:hover {
  color: var(--accent);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid oklch(100% 0 0 / 0.13);
  border-radius: var(--radius);
  background: oklch(100% 0 0 / 0.04);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 750;
  transition:
    transform 160ms var(--ease-out),
    background 180ms var(--ease-out),
    border-color 180ms var(--ease-out);
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: clamp(42px, 7vw, 84px);
  align-items: center;
  min-height: min(820px, calc(100dvh - 72px));
  padding: clamp(38px, 7vw, 76px) 0 clamp(52px, 8vw, 86px);
}

.hero-copy > *,
.hero-visual {
  animation: hero-in 520ms var(--ease-out) both;
}

.hero-copy .hero-text {
  animation-delay: 70ms;
}

.hero-copy .hero-actions {
  animation-delay: 120ms;
}

.hero-visual {
  animation-delay: 110ms;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

h1 {
  max-width: 780px;
  font-size: clamp(3rem, 7vw, 5.85rem);
  font-weight: 850;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.9rem);
  font-weight: 840;
}

h3 {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.012em;
}

.hero-text {
  max-width: 64ch;
  margin: var(--space-5) 0 0;
  color: var(--muted-strong);
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: var(--space-6);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border-radius: var(--radius);
  font-weight: 820;
  line-height: 1.1;
  white-space: nowrap;
  transition:
    transform 160ms var(--ease-out),
    box-shadow 180ms var(--ease-out),
    background 180ms var(--ease-out),
    border-color 180ms var(--ease-out);
}

.button:active,
.header-cta:active {
  transform: scale(0.98);
}

.button-primary {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 10px 24px oklch(76% 0.15 70 / 0.18);
}

.button-primary:hover {
  background: oklch(82% 0.16 78);
}

.button-secondary {
  border: 1px solid oklch(100% 0 0 / 0.14);
  background: oklch(100% 0 0 / 0.055);
  color: var(--text);
}

.button-secondary:hover,
.header-cta:hover {
  border-color: oklch(76% 0.15 70 / 0.55);
  background: oklch(76% 0.15 70 / 0.1);
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: visible;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 3% 3%;
  z-index: -1;
  border-radius: 34px;
  background:
    radial-gradient(circle at 62% 18%, oklch(76% 0.15 70 / 0.24), transparent 13rem),
    linear-gradient(150deg, oklch(100% 0 0 / 0.12), oklch(100% 0 0 / 0.025));
  filter: blur(2px);
}

.hero-visual img {
  width: auto;
  height: min(100%, 640px);
  object-fit: contain;
  filter: drop-shadow(0 34px 48px oklch(0% 0 0 / 0.42));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: -28px auto 0;
  overflow: hidden;
  border: 1px solid oklch(100% 0 0 / 0.1);
  border-radius: var(--radius);
  background: oklch(100% 0 0 / 0.1);
}

.trust-strip div {
  min-height: 116px;
  padding: var(--space-5);
  background: oklch(18% 0.018 250 / 0.9);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1rem;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.94rem;
}

.section-spaced {
  padding: clamp(82px, 10vw, 128px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 54px);
}

.section-heading p:not(.eyebrow),
.why-copy,
.contact-inner p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading p:not(.eyebrow) {
  max-width: 66ch;
  margin: 18px 0 0;
  text-wrap: pretty;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  grid-column: span 3;
  min-height: 248px;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid oklch(100% 0 0 / 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, oklch(100% 0 0 / 0.035), transparent 44%),
    var(--surface);
  transition:
    transform 180ms var(--ease-out),
    background 180ms var(--ease-out),
    border-color 180ms var(--ease-out);
}

.service-card:first-child {
  background:
    radial-gradient(circle at 82% 18%, oklch(76% 0.15 70 / 0.16), transparent 14rem),
    linear-gradient(180deg, oklch(100% 0 0 / 0.045), transparent 50%),
    var(--surface);
}

.service-card:nth-child(3) {
  grid-column: span 2;
}

.service-card:nth-child(4) {
  grid-column: span 4;
}

.service-card:hover {
  border-color: oklch(76% 0.15 70 / 0.42);
  background-color: var(--surface-soft);
  transform: translateY(-3px);
}

.card-index {
  display: inline-flex;
  margin-bottom: clamp(34px, 5vw, 62px);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
}

.service-card:first-child .card-index {
  margin-bottom: clamp(52px, 7vw, 86px);
}

.service-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.process-band {
  padding: clamp(82px, 9vw, 112px) 0;
  background:
    radial-gradient(circle at 18% 26%, oklch(72% 0.11 165 / 0.13), transparent 22rem),
    var(--surface-strong);
  color: var(--text);
}

.process-layout {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(44px, 7vw, 76px);
  align-items: start;
}

.compact {
  margin-bottom: 0;
}

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

.process-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid oklch(100% 0 0 / 0.11);
  border-radius: var(--radius);
  background: oklch(100% 0 0 / 0.045);
}

.process-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid oklch(76% 0.15 70 / 0.34);
  border-radius: 50%;
  background: oklch(76% 0.15 70 / 0.08);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
}

.process-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.why-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(44px, 7vw, 76px);
  padding: clamp(86px, 10vw, 130px) 0;
}

.why-copy {
  display: grid;
  gap: 18px;
}

.why-copy p {
  margin: 0;
}

.managed-section {
  display: grid;
  gap: 28px;
  padding-top: 0;
}

.managed-heading {
  margin-bottom: 12px;
}

.managed-heading .button {
  margin-top: 28px;
}

.managed-lead {
  color: var(--text) !important;
  font-weight: 820;
}

.setup-card,
.plan-card,
.terms-panel,
.faq-list details,
.managed-cta {
  border: 1px solid oklch(100% 0 0 / 0.1);
  border-radius: var(--radius);
  background: var(--surface);
}

.setup-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto minmax(340px, 1.22fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(135deg, oklch(76% 0.15 70 / 0.08), transparent 42%),
    var(--surface);
}

.setup-card h3,
.terms-panel h3,
.faq-block h3 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.setup-card p {
  margin: 16px 0 0;
  color: var(--muted);
}

.setup-price {
  min-width: 150px;
  padding: 18px;
  border: 1px solid oklch(76% 0.15 70 / 0.38);
  border-radius: var(--radius);
  background: oklch(11% 0.012 250 / 0.55);
}

.setup-price span,
.setup-price small,
.plan-price span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 720;
}

.setup-price strong {
  display: block;
  margin: 4px 0;
  color: var(--accent);
  font-size: 2rem;
  line-height: 1;
}

.feature-list,
.terms-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.terms-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

.feature-list li::before,
.terms-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
}

.service-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid oklch(100% 0 0 / 0.1);
  color: var(--muted);
  font-size: 0.94rem;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(24px, 2.8vw, 30px);
  transition:
    transform 180ms var(--ease-out),
    background 180ms var(--ease-out),
    border-color 180ms var(--ease-out);
}

.plan-card:hover {
  border-color: oklch(76% 0.15 70 / 0.4);
  background: var(--surface-soft);
  transform: translateY(-3px);
}

.featured-plan {
  border-color: oklch(76% 0.15 70 / 0.62);
  background:
    linear-gradient(180deg, oklch(76% 0.15 70 / 0.12), transparent 36%),
    var(--surface);
}

.plan-badge {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 10px;
  border: 1px solid oklch(76% 0.15 70 / 0.42);
  border-radius: var(--radius);
  background: oklch(76% 0.15 70 / 0.1);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
}

.plan-head p {
  min-height: 92px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.plan-price {
  margin: 24px 0;
  color: var(--text);
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 850;
  line-height: 1;
}

.plan-price span {
  margin-top: 6px;
}

.plan-card .feature-list {
  margin-top: auto;
}

.terms-panel {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(135deg, oklch(72% 0.11 165 / 0.12), transparent 42%),
    var(--surface-strong);
}

.faq-block {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 34px;
  align-items: start;
  padding-top: 32px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--text);
  font-weight: 800;
  list-style-position: outside;
}

.faq-list summary::marker {
  color: var(--accent);
}

.faq-list details[open] {
  border-color: oklch(76% 0.15 70 / 0.44);
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

.managed-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 84% 22%, oklch(76% 0.15 70 / 0.17), transparent 18rem),
    linear-gradient(135deg, oklch(100% 0 0 / 0.045), transparent 42%),
    var(--surface);
}

.managed-cta p {
  max-width: 720px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 820;
  line-height: 1.25;
  text-wrap: balance;
}

.contact-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 34px;
  padding: clamp(42px, 6vw, 74px);
  border: 1px solid oklch(100% 0 0 / 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 18%, oklch(76% 0.15 70 / 0.18), transparent 20rem),
    linear-gradient(135deg, oklch(100% 0 0 / 0.04), transparent 46%),
    var(--surface);
}

.contact-inner {
  max-width: 760px;
}

.contact-inner p {
  margin: 18px 0 0;
}

.contact-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

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

.site-footer {
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer span:first-child {
  color: var(--text);
  font-weight: 850;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-pending {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 380ms var(--ease-out),
    transform 380ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .header-cta:hover {
    transform: translateY(-2px);
  }
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(10px);
    filter: blur(3px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 980px) {
  .site-header {
    padding: 14px max(14px, calc((100% - 760px) / 2));
  }

  .nav-links {
    display: none;
  }

  .section-shell,
  .trust-strip,
  .contact-section,
  .site-footer {
    width: min(100% - 28px, 760px);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding: 44px 0 54px;
  }

  .hero-visual {
    max-width: 620px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

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

  .service-card,
  .service-card:first-child,
  .service-card:nth-child(3),
  .service-card:nth-child(4) {
    grid-column: auto;
  }

  .process-layout,
  .why-section,
  .setup-card,
  .terms-panel,
  .faq-block {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .setup-price {
    width: 100%;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-head p {
    min-height: 0;
  }

  .managed-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .site-header {
    gap: 12px;
    min-height: 64px;
    padding: 12px 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    padding: 9px 12px;
  }

  h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
    white-space: normal;
  }

  .hero-visual {
    max-width: 100%;
  }

  .card-grid,
  .service-card,
  .service-card:first-child,
  .service-card:nth-child(3),
  .service-card:nth-child(4) {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .service-card {
    min-height: 0;
  }

  .card-index,
  .service-card:first-child .card-index {
    margin-bottom: 34px;
  }

  .process-list li {
    grid-template-columns: 1fr;
  }

  .setup-card,
  .plan-card,
  .terms-panel,
  .managed-cta {
    padding: 22px;
  }

  .feature-list li,
  .terms-list li {
    font-size: 0.94rem;
  }

  .faq-block {
    padding-top: 22px;
  }

  .faq-list summary {
    padding: 16px;
  }

  .faq-list p {
    padding: 0 16px 16px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal.is-pending {
    opacity: 1;
    transform: none;
  }
}
