:root {
  --canvas: #e8f0ef;
  --canvas-strong: #cfdfde;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #fdfefe;
  --surface-dark: #182430;
  --ink: #10202b;
  --muted: #425760;
  --border: rgba(16, 32, 43, 0.16);
  --border-strong: rgba(16, 32, 43, 0.24);
  --accent: #20757d;
  --accent-bright: #45a9a5;
  --accent-deep: #0e3d54;
  --sun: #f2b84c;
  --ember: #ff785b;
  --shadow: 0 18px 70px rgba(11, 29, 43, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --font-display: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  --font-body: "Helvetica Neue", "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", "SF Mono", Consolas, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(69, 169, 165, 0.22), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(255, 120, 91, 0.18), transparent 24%),
    linear-gradient(180deg, #f1f7f7 0%, var(--canvas) 38%, #f4f9f8 100%);
  line-height: 1.6;
  min-height: 100vh;
}

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

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

button,
summary {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
  min-height: 100vh;
}

.ambient {
  position: fixed;
  inset: auto;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.7;
  pointer-events: none;
}

.ambient-a {
  top: 4rem;
  right: -10rem;
  background: radial-gradient(circle, rgba(69, 169, 165, 0.4), transparent 62%);
}

.ambient-b {
  left: -12rem;
  bottom: -8rem;
  background: radial-gradient(circle, rgba(255, 120, 91, 0.32), transparent 60%);
}

.grid-wash {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 32, 43, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 43, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 88%);
  pointer-events: none;
}

.site-header,
.site-footer,
main {
  position: relative;
  z-index: 1;
}

.site-header,
.site-footer,
.hero,
.insight-grid,
.workflow-section,
.audience-section,
.trust-section,
.faq-section,
.legal-main {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 34px rgba(16, 32, 43, 0.1);
  backdrop-filter: blur(16px);
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.inline-link:hover,
.inline-link:focus-visible {
  color: var(--accent-deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 2.2rem;
  padding: 5rem 0 4.5rem;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 1.2rem -1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  box-shadow: 0 24px 90px rgba(11, 29, 43, 0.08);
  z-index: -1;
}

.hero-copy {
  max-width: 33rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  letter-spacing: -0.05em;
  max-width: 11ch;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  letter-spacing: -0.03em;
}

.lede,
.section-heading p,
.insight-card p,
.workflow-copy p,
.audience-card p,
.trust-card p,
.faq-list p,
.footer-copy,
.legal-section p,
.legal-list li {
  color: var(--muted);
  font-size: 1.03rem;
}

.lede {
  margin: 1.35rem 0 0;
  max-width: 31rem;
  font-size: 1.16rem;
  color: #314751;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0 1.4rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: #fff;
  box-shadow: 0 14px 32px rgba(14, 61, 84, 0.26);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--border);
}

.availability-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 0.18rem;
  margin-bottom: 1.6rem;
  padding: 0.88rem 1rem 0.92rem;
  min-width: 10.5rem;
  border-radius: 18px;
  background: #111b23;
  color: #f7fafb;
  box-shadow: 0 20px 42px rgba(17, 27, 35, 0.22);
}

.availability-kicker {
  color: rgba(247, 250, 251, 0.74);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.availability-badge strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.micro-note {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 0.97rem;
}

.hero-points {
  display: grid;
  gap: 0.62rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sun), var(--ember));
  box-shadow: 0 0 0 5px rgba(242, 184, 76, 0.12);
}

.hero-media {
  position: relative;
  min-height: 42rem;
}

.hero-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(16, 32, 43, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(11, 29, 43, 0.16);
}

.hero-shot img,
.workflow-card img {
  width: 100%;
  height: auto;
  filter: saturate(1.04) contrast(1.08);
}

.hero-shot-main {
  right: 0;
  left: 1.35rem;
  top: 0;
}

.hero-shot-small {
  width: 37%;
  backdrop-filter: blur(12px);
}

.hero-shot-left {
  left: 0;
  bottom: 1.5rem;
}

.hero-shot-right {
  right: 2rem;
  bottom: -0.75rem;
}

.proof-band {
  padding: 0 0 4.2rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 1rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.1rem;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(24, 36, 48, 0.97), rgba(18, 30, 40, 0.95)),
    var(--surface-dark);
  box-shadow: 0 24px 80px rgba(11, 29, 43, 0.22);
}

.proof-card {
  padding: 1.55rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.proof-overline {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #8cc9ca;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-card h2 {
  color: #ffffff;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  max-width: 10ch;
}

.proof-card p {
  margin: 0;
  color: rgba(241, 248, 249, 0.88);
  font-size: 0.98rem;
}

.insight-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1rem;
  padding: 4.5rem 0;
}

.insight-card,
.workflow-card,
.audience-card,
.trust-card,
.faq-list details,
.legal-main,
.legal-section {
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.insight-card {
  padding: 1.6rem;
}

.insight-card-primary {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(214, 235, 234, 0.92)),
    var(--surface);
}

.insight-card-primary h2 {
  margin-bottom: 1rem;
  max-width: 12ch;
}

.stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(32, 117, 125, 0.12);
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 700;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 41rem;
  margin-bottom: 2rem;
}

.workflow-section,
.audience-section,
.trust-section,
.faq-section {
  padding: 2rem 0 4.5rem;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.workflow-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
}

.workflow-copy {
  padding: 1.35rem 1.35rem 1.5rem;
}

.workflow-step {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.audience-card,
.trust-card,
.legal-section {
  padding: 1.5rem;
}

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

.trust-card-wide {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(24, 36, 48, 0.96), rgba(17, 27, 35, 0.94)),
    var(--surface-dark);
  color: #f8fcfb;
}

.trust-card-wide p {
  color: rgba(248, 252, 251, 0.82);
}

.quote {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
  color: #fff;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-list details {
  padding: 1.2rem 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(11, 29, 43, 0.08);
}

.faq-list summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--accent-deep);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0.9rem 0 0;
}

.closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  margin-top: 1.5rem;
  padding: 1.45rem 1.55rem;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(14, 61, 84, 0.96), rgba(32, 117, 125, 0.9)),
    var(--surface-dark);
  box-shadow: 0 24px 60px rgba(11, 29, 43, 0.16);
}

.closing-cta h3 {
  color: #ffffff;
  margin-bottom: 0.65rem;
}

.closing-cta p:last-child {
  margin: 0;
  color: rgba(244, 248, 249, 0.86);
  max-width: 40rem;
}

.closing-cta .eyebrow {
  color: #b8ece8;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid rgba(16, 32, 43, 0.1);
}

.brand-footer {
  margin-bottom: 0.75rem;
}

.footer-copy {
  max-width: 28rem;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.35rem;
  align-content: flex-start;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--muted);
}

.inline-link {
  color: var(--accent-deep);
  border-bottom: 1px solid rgba(32, 117, 125, 0.35);
}

.legal-shell .site-header,
.legal-shell .site-footer {
  width: min(980px, calc(100% - 2rem));
}

.legal-main {
  width: min(980px, calc(100% - 2rem));
  padding: 2rem;
  margin: 3rem auto 2rem;
  background: rgba(255, 255, 255, 0.9);
}

.legal-hero {
  padding: 0.5rem 0 2rem;
  border-bottom: 1px solid var(--border);
}

.legal-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  max-width: none;
}

.legal-meta {
  margin: 1rem 0 0;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-section {
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.98);
}

.legal-section h2 {
  margin-bottom: 0.75rem;
}

.legal-list,
.legal-section p:last-child {
  margin: 1rem 0 0;
}

.legal-list {
  padding-left: 1.2rem;
}

.legal-list li + li {
  margin-top: 0.5rem;
}

html.js-enhanced [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

html.js-enhanced [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  html.js-enhanced [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .hero,
  .insight-grid,
  .proof-grid,
  .workflow-grid,
  .audience-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 2.25rem;
  }

  .hero-media {
    min-height: 32rem;
  }

  .hero::before {
    inset: 1rem 0 0;
  }

  .hero-shot-main {
    left: 0;
  }

  .hero-shot-right {
    right: 0;
  }

  .workflow-section,
  .audience-section,
  .trust-section,
  .faq-section {
    padding-bottom: 3.25rem;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav,
  .cta-row,
  .footer-links {
    width: 100%;
  }

  .site-nav {
    justify-content: space-between;
    gap: 0.8rem;
    padding-inline: 1rem;
  }

  .hero {
    padding-top: 3.2rem;
  }

  h1 {
    font-size: clamp(2.9rem, 14vw, 4.4rem);
  }

  .hero-media {
    min-height: 24rem;
  }

  .hero-shot-small {
    width: 46%;
  }

  .proof-grid {
    padding: 1rem;
  }

  .site-footer {
    padding-bottom: 2rem;
  }

  .closing-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-main {
    padding: 1.25rem;
  }
}

@media (max-width: 560px) {
  .site-header,
  .site-footer,
  .hero,
  .insight-grid,
  .workflow-section,
  .audience-section,
  .trust-section,
  .faq-section,
  .legal-main {
    width: min(100% - 1rem, 100%);
  }

  .site-nav {
    flex-wrap: wrap;
    border-radius: 22px;
  }

  .button,
  .availability-badge {
    width: 100%;
  }

  .hero-media {
    min-height: 21rem;
  }

  .hero-shot-small {
    width: 52%;
  }

  .hero-shot-left {
    bottom: 0.5rem;
  }

  .hero-shot-right {
    bottom: -1.8rem;
  }

  .proof-grid {
    width: min(100% - 1rem, 100%);
  }
}
