:root {
  --bg: #f6f2ea;
  --bg-soft: #fffdf9;
  --surface: #fff;
  --text: #101a2f;
  --text-soft: #5e6880;
  --text-inverse: #f7fbff;
  --line: rgba(16, 26, 47, .1);
  --line-strong: rgba(16, 26, 47, .18);
  --navy: #0b1930;
  --navy-strong: #102c59;
  --teal: #00b894;
  --teal-strong: #09d7aa;
  --cyan: #14c4ff;
  --amber: #ffc75f;
  --orange: #ff8f5a;
  --lime: #9ae769;
  --brand-accent: #1fd49a;
  --brand-accent-strong: #0fb37d;
  --brand-accent-soft: #c8f5e6;
  --slate: #dfe6f2;
  --slate-strong: #b9c5d9;
  --shadow-xl: 0 48px 110px -52px rgba(6, 16, 36, .36);
  --shadow-lg: 0 30px 70px -36px rgba(9, 19, 39, .22);
  --shadow-md: 0 20px 42px -26px rgba(9, 19, 39, .14);
  --shadow-sm: 0 14px 28px -20px rgba(9, 19, 39, .12);
  --radius-2xl: 40px;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(20, 196, 255, .12), transparent 28%),
    radial-gradient(circle at 100% 8%, rgba(31, 212, 154, .12), transparent 26%),
    radial-gradient(circle at 82% 24%, rgba(0, 184, 148, .08), transparent 22%),
    linear-gradient(180deg, #fffdf9 0%, #f7f2ea 54%, #f4f8f3 100%);
}

body.nav-open {
  overflow: hidden
}

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

button,
input,
select,
textarea {
  font: inherit
}

button {
  border: 0;
  background: none
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.page-aura {
  position: fixed;
  z-index: -3;
  pointer-events: none;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .65
}

.page-aura-left {
  top: -6rem;
  left: -12rem;
  background: rgba(20, 196, 255, .22)
}

.page-aura-right {
  top: 9rem;
  right: -9rem;
  background: rgba(31, 212, 154, .14)
}

.page-grid {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background-image: linear-gradient(rgba(11, 25, 48, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 25, 48, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .28), transparent 84%)
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto
}

[id] {
  scroll-margin-top: 6.8rem
}

.section {
  padding: clamp(4.6rem, 8vw, 7rem) 0
}

.section-sm {
  padding: clamp(4.2rem, 6vw, 5.4rem) 0 2.25rem
}

.section-dark {
  position: relative;
  overflow: hidden;
  color: var(--text-inverse);
  background: radial-gradient(circle at top right, rgba(31, 212, 154, .12), transparent 22%), radial-gradient(circle at 82% 24%, rgba(115, 167, 255, .12), transparent 24%), linear-gradient(135deg, #0a1932 0%, #10264a 54%, #12233d 100%);
}

.section-dark::before,
.hero-grid::before,
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .4), transparent 88%);
  pointer-events: none
}

.section-dark .section-copy p,
.section-dark .step-card p {
  color: rgba(240, 245, 255, .78)
}

.section-copy {
  max-width: 760px;
  margin-bottom: 2.25rem
}

.section-copy.wide {
  max-width: 860px
}

.section-copy.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .55rem .95rem;
  margin: 0 0 1rem;
  border: 1px solid rgba(16, 26, 47, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 28px -22px rgba(12, 23, 43, .12);
  color: #1f4ea3;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase
}

.section-kicker::before,
.hero-label::before,
.footer-column strong::before {
  content: "";
  width: .72rem;
  height: .72rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-strong));
  box-shadow: 0 0 0 7px rgba(31, 212, 154, .1)
}

.section-dark .section-kicker,
.cta-section .section-kicker {
  color: #15233d;
  background: rgba(245, 248, 252, .96);
  border-color: rgba(193, 204, 222, .34);
  box-shadow: 0 18px 36px -26px rgba(3, 9, 21, .34)
}

.section-dark .section-kicker::before,
.cta-section .section-kicker::before {
  box-shadow: 0 0 0 7px rgba(31, 212, 154, .16)
}

.section-copy h2,
.hero-copy h1,
.cta-copy h2,
.metric-card strong,
.stat-card strong {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  letter-spacing: -.055em;
  line-height: .97;
  text-wrap: balance
}

.section-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4rem)
}

.section-copy p,
.hero-description,
.about-copy p,
.cta-copy p,
.feature-card p,
.step-card p,
.impact-point-copy span,
.stat-card p,
.about-card p,
.footer-description {
  margin: 1rem 0 0;
  color: var(--text-soft);
  font-size: 1.04rem
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  padding: 1rem 0;
  transition: padding .18s ease, background-color .18s ease, backdrop-filter .18s ease, box-shadow .18s ease
}

.site-header.is-scrolled {
  background: rgba(255, 252, 246, .82);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px -26px rgba(5, 16, 34, .34)
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem
}

.brand-logo {
  width: 8.7rem;
  height: auto;
  filter: drop-shadow(0 14px 26px rgba(20, 196, 255, .14))
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: .15rem
}

.brand-copy small {
  color: inherit;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem
}

.site-nav a {
  font-size: .95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 10px 28px rgba(4, 10, 20, .32);
  transition: color .18s ease, transform .18s ease, opacity .18s ease
}

.site-nav a:hover {
  color: #fff;
  transform: translateY(-1px)
}

.site-nav .nav-cta {
  padding: .88rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber), var(--teal-strong));
  color: var(--navy);
  box-shadow: 0 20px 38px -22px rgba(0, 184, 148, .36)
}

.nav-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px)
}

.nav-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: .3rem auto;
  border-radius: 999px;
  background: #fff;
  transition: transform .18s ease, opacity .18s ease
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(.32rem) rotate(45deg)
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-.32rem) rotate(-45deg)
}

.site-header.is-scrolled .site-nav a {
  color: #31405c;
  text-shadow: none
}

.site-header.is-scrolled .site-nav a:hover {
  color: var(--navy-strong)
}

.site-header.is-scrolled .nav-toggle {
  border-color: rgba(16, 26, 47, .12);
  background: rgba(16, 26, 47, .06)
}

.site-header.is-scrolled .nav-toggle span {
  background: var(--text)
}

.hero {
  position: relative;
  padding: 0
}

.hero-frame {
  position: relative;
  width: 100vw;
  min-height: clamp(27rem, 70svh, 38rem);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #0c172b
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 18, 34, .88) 0%, rgba(9, 18, 34, .74) 28%, rgba(9, 18, 34, .32) 58%, rgba(9, 18, 34, .06) 100%)
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: inherit
}

.hero-copy {
  width: min(42rem, 100%);
  max-width: none;
  padding: 8rem 1.75rem
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .7rem 1rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 0 18px 36px -30px rgba(0, 0, 0, .55)
}

.hero-copy h1 {
  margin-top: .9rem;
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2.45rem, 4.2vw, 4rem);
  line-height: .94
}

.hero-description {
  max-width: 34rem;
  margin-top: .85rem;
  color: rgba(243, 248, 255, .86);
  font-size: .98rem
}

.hero-actions,
.cta-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2rem
}

.hero-actions {
  margin-top: 1.45rem
}

.section-actions {
  margin-top: 1.5rem
}

.section-actions.center {
  justify-content: center
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: .95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: .96rem;
  font-weight: 800;
  letter-spacing: -.02em;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease
}

.button:hover {
  transform: translateY(-2px)
}

.button::after,
.hero-band-item::after,
.logo-cloud-item::after,
.feature-card::after,
.impact-point::after,
.stat-card::after,
.about-card::after,
.lead-form::after {
  content: "";
  position: absolute;
  top: -45%;
  right: -24%;
  width: 40%;
  height: 190%;
  transform: rotate(24deg);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .38), transparent);
  opacity: 0;
  pointer-events: none
}

.button:hover::after,
.hero-band-item:hover::after,
.logo-cloud-item:hover::after,
.feature-card:hover::after,
.impact-point:hover::after,
.stat-card:hover::after,
.about-card:hover::after,
.lead-form:hover::after {
  opacity: 1;
  animation: sheenSweep 1.2s ease
}

.button-primary {
  background: linear-gradient(135deg, #ffe09b 0%, #9fe8c9 45%, var(--brand-accent) 100%);
  color: #091528;
  box-shadow: 0 26px 48px -28px rgba(15, 179, 125, .42)
}

.button-secondary {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  backdrop-filter: blur(12px)
}

.button-light {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 28px 50px -28px rgba(255, 255, 255, .28)
}

.button-ghost {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
  color: #fff
}

.button-block {
  width: 100%
}

.hero-signals,
.hero-visual,
.hero-stage,
.hero-float-card,
.hero-shell,
.hero-summary-grid,
.hero-process-panel,
.hero-result-grid {
  display: none
}

.app-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(8, 19, 39, .94), rgba(14, 31, 61, .92)), rgba(8, 19, 39, .94);
  box-shadow: 0 48px 90px -42px rgba(2, 8, 21, .86)
}

.app-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(20, 196, 255, .18), transparent 26%), radial-gradient(circle at bottom left, rgba(255, 199, 95, .12), transparent 28%);
  pointer-events: none
}

.app-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .06);
  pointer-events: none
}

.app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .04)
}

.app-brand {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  color: #fff;
  font-weight: 700
}

.app-logo {
  width: 6.9rem;
  filter: drop-shadow(0 16px 30px rgba(20, 196, 255, .12))
}

.app-topbar-status {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .5rem .85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #dcecff;
  font-size: .8rem;
  font-weight: 700
}

.live-dot {
  width: .58rem;
  height: .58rem;
  border-radius: 50%;
  background: var(--teal-strong);
  box-shadow: 0 0 0 7px rgba(9, 215, 170, .14)
}

.app-content {
  position: relative;
  z-index: 1;
  padding: 1.2rem
}

.hero-dashboard {
  display: grid;
  gap: .9rem
}

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

.hero-mini-card {
  padding: .9rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .04))
}

.hero-mini-label {
  display: block;
  color: rgba(216, 231, 255, .68);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase
}

.hero-mini-card strong {
  display: block;
  margin-top: .45rem;
  color: #fff;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1rem;
  letter-spacing: -.03em
}

.hero-mini-card small {
  display: block;
  margin-top: .28rem;
  color: rgba(221, 234, 255, .74);
  font-size: .79rem;
  line-height: 1.45
}

.hero-process-panel,
.hero-result-card {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .04))
}

.hero-process-list {
  display: grid;
  gap: .7rem;
  margin-top: .95rem
}

.hero-process-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .7rem;
  align-items: start;
  padding: .8rem .85rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .05)
}

.hero-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: var(--amber);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: .8rem;
  font-weight: 700
}

.hero-process-step strong {
  display: block;
  color: #fff;
  font-size: .92rem;
  letter-spacing: -.02em
}

.hero-process-step small {
  display: block;
  margin-top: .18rem;
  color: rgba(220, 233, 255, .72);
  font-size: .8rem;
  line-height: 1.45
}

.hero-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: .75rem
}

.hero-result-label {
  display: block;
  color: rgba(216, 231, 255, .68);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase
}

.hero-result-card {
  display: grid;
  gap: .75rem
}

.hero-result-card .message-thread {
  gap: 0
}

.hero-result-card p {
  margin: 0;
  color: rgba(220, 233, 255, .78);
  font-size: .86rem;
  line-height: 1.5
}

.hero-result-card strong {
  color: #fff;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.08rem;
  line-height: 1.15;
  letter-spacing: -.03em
}

.hero-result-card-highlight {
  background: linear-gradient(180deg, rgba(255, 199, 95, .14), rgba(255, 255, 255, .05))
}

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

.metric-card {
  position: relative;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05)
}

.metric-card::before,
.feature-card::before,
.lead-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #7fdcc2, var(--brand-accent-strong))
}

.metric-label {
  display: block;
  color: rgba(216, 231, 255, .72);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em
}

.metric-card strong {
  display: block;
  margin-top: .55rem;
  color: #fff;
  font-size: 1.45rem
}

.metric-card small {
  display: block;
  margin-top: .45rem;
  color: rgba(221, 234, 255, .78);
  font-size: .84rem
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  grid-template-areas: "flow sessions" "flow chat";
  gap: .95rem;
  margin-top: .95rem
}

.workspace-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04)
}

.workspace-card-flow {
  grid-area: flow;
  background: radial-gradient(circle at top right, rgba(20, 196, 255, .12), transparent 24%), linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04))
}

.workspace-card-sessions {
  grid-area: sessions
}

.workspace-card-chat {
  grid-area: chat;
  background: radial-gradient(circle at bottom left, rgba(255, 199, 95, .12), transparent 28%), linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04))
}

.workspace-heading strong {
  display: block;
  color: #fff;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.04rem;
  letter-spacing: -.03em
}

.workspace-heading span {
  color: rgba(219, 232, 255, .72);
  font-size: .84rem
}

.flow-track,
.session-list,
.message-thread,
.impact-points,
.about-cards,
.cta-list,
.footer-column {
  display: grid;
  gap: .8rem
}

.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .85rem;
  align-items: start
}

.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: .34rem;
  top: 1rem;
  width: 1px;
  height: calc(100% + .8rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, .24), transparent)
}

.flow-dot {
  width: .72rem;
  height: .72rem;
  margin-top: .25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--teal-strong));
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .06)
}

.flow-step strong,
.session-row strong {
  display: block;
  color: #fff;
  font-size: .95rem;
  letter-spacing: -.02em
}

.flow-step small,
.session-row small,
.thread-meta {
  color: rgba(220, 233, 255, .72);
  font-size: .84rem
}

.session-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  padding: .85rem .95rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .06)
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  padding: .42rem .72rem;
  border-radius: 999px;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .04em
}

.status-online {
  background: rgba(9, 215, 170, .18);
  color: #85ffd9
}

.status-warm {
  background: rgba(255, 199, 95, .2);
  color: #ffe3a3
}

.status-blue {
  background: rgba(20, 196, 255, .18);
  color: #a8ebff
}

.bubble {
  max-width: 88%;
  padding: .95rem 1rem;
  border-radius: 1.2rem;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.45
}

.bubble-incoming {
  justify-self: start;
  background: #fff;
  color: #0d1a32;
  box-shadow: 0 20px 42px -28px rgba(0, 0, 0, .45)
}

.bubble-outgoing {
  justify-self: end;
  background: linear-gradient(135deg, var(--amber), var(--teal-strong));
  color: #081528;
  box-shadow: 0 22px 44px -28px rgba(0, 184, 148, .4)
}

.thread-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.dashboard-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem
}

.dashboard-ribbon span {
  display: inline-flex;
  align-items: center;
  padding: .56rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
  color: #dfeeff;
  font-size: .78rem;
  font-weight: 700
}

.hero-band {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.15rem
}

.hero-band-item,
.logo-cloud-item,
.feature-card,
.impact-point,
.stat-card,
.about-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 26, 47, .08);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 255, .94));
  box-shadow: var(--shadow-md);
  transition: transform .18s ease, box-shadow .18s ease
}

.hero-band-item,
.logo-cloud-item,
.impact-point,
.stat-card,
.about-card,
.feature-card {
  border-radius: 1.55rem
}

.hero-band-item {
  padding: 1.3rem
}

.hero-band-item strong,
.logo-cloud-item strong,
.feature-card h3,
.step-card h3,
.about-card strong,
.impact-point strong {
  letter-spacing: -.03em
}

.hero-band-item strong {
  display: block;
  margin-top: 1rem;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.02rem
}

.hero-band-item>strong+span {
  display: block;
  margin-top: .45rem;
  color: var(--text-soft);
  font-size: .9rem
}

.section-icon,
.icon-box,
.step-icon,
.stat-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem
}

.section-icon-blue {
  background: linear-gradient(135deg, rgba(94, 144, 255, .16), rgba(31, 212, 154, .12));
  color: var(--navy-strong)
}

.section-icon-soft,
.stat-icon {
  background: linear-gradient(135deg, rgba(31, 212, 154, .16), rgba(107, 181, 255, .12));
  color: var(--navy-strong)
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem
}

.logo-cloud-item {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: .95rem;
  min-height: 8rem;
  padding: 1.25rem
}

.logo-cloud-item strong {
  color: var(--text);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.05rem
}

.feature-grid,
.steps-grid,
.impact-board {
  display: grid;
  gap: 1rem
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.feature-card {
  padding: 1.45rem;
  min-height: 15.8rem
}

.feature-card:nth-child(2)::before {
  background: linear-gradient(90deg, #5e90ff, var(--brand-accent))
}

.feature-card:nth-child(3)::before {
  background: linear-gradient(90deg, #77d7be, var(--brand-accent-strong))
}

.icon-box {
  color: #fff;
  background: linear-gradient(135deg, #14305d, #1d5c8e);
  box-shadow: 0 22px 36px -24px rgba(17, 44, 89, .46)
}

.feature-card:nth-child(2) .icon-box {
  background: linear-gradient(135deg, #21507c, #1aa68d)
}

.feature-card:nth-child(3) .icon-box {
  background: linear-gradient(135deg, #0f3e53, #0fb37d)
}

.feature-card h3 {
  margin: 1rem 0 .65rem;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.2rem
}

.feature-card p {
  margin: 0
}

.steps-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.step-card {
  position: relative;
  overflow: hidden;
  min-height: 17rem;
  padding: 1.45rem;
  border: 1px solid rgba(184, 201, 235, .12);
  border-radius: 1.8rem;
  background: linear-gradient(180deg, rgba(16, 32, 59, .84), rgba(14, 27, 50, .72));
  backdrop-filter: blur(14px);
  box-shadow: 0 34px 70px -44px rgba(0, 0, 0, .48);
  transition: transform .18s ease, box-shadow .18s ease
}

.step-card::before {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 212, 154, .16), transparent 68%);
  pointer-events: none
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(159, 232, 201, .22);
  background: rgba(21, 56, 61, .58);
  color: #bff5dd;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700
}

.step-icon {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  border: 1px solid rgba(184, 201, 235, .12);
  background: rgba(255, 255, 255, .06);
  color: #eaf2ff
}

.step-card h3 {
  margin: 0 0 .75rem;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.18rem;
  color: #fff
}

.step-card p {
  margin: 0
}

.impact-grid,
.about-grid,
.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: start
}

.impact-point {
  display: flex;
  align-items: flex-start;
  gap: .95rem;
  padding: 1.05rem 1.1rem
}

.impact-point-copy {
  display: grid;
  gap: .3rem;
  min-width: 0
}

.impact-point strong {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1rem
}

.impact-point-copy span {
  margin: 0;
  font-size: .94rem;
  overflow-wrap: anywhere
}

.impact-board {
  grid-template-columns: repeat(2, minmax(15rem, 1fr));
  align-items: stretch
}

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  min-height: 15rem;
  padding: 1.25rem
}

.stat-label {
  display: block;
  margin-top: .9rem;
  color: #52627e;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase
}

.stat-card strong {
  display: block;
  margin: .8rem 0 .55rem;
  color: var(--text);
  font-size: clamp(1.72rem, 2.6vw, 2.45rem);
  line-height: 1.03;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance
}

.stat-card p,
.about-card p {
  margin: 0;
  font-size: .96rem
}

.about-copy {
  max-width: 39rem
}

.about-card {
  padding: 1.35rem
}

.about-card strong {
  display: block;
  margin: 1rem 0 .45rem;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1rem
}

.cta-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at top left, rgba(31, 212, 154, .14), transparent 22%), radial-gradient(circle at bottom right, rgba(115, 167, 255, .12), transparent 24%), linear-gradient(135deg, #0a1830 0%, #10264a 42%, #143254 100%);
}

.cta-grid {
  position: relative;
  z-index: 1
}

.cta-section .section-kicker {
  color: #15233d;
  background: rgba(245, 248, 252, .96);
  border-color: rgba(193, 204, 222, .34);
  box-shadow: 0 18px 36px -26px rgba(3, 9, 21, .34)
}

.cta-section .section-kicker::before {
  box-shadow: 0 0 0 7px rgba(31, 212, 154, .16)
}

.cta-section p,
.cta-list span {
  color: rgba(242, 248, 255, .82)
}

.cta-list span {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-size: .93rem;
  font-weight: 700
}

.cta-list svg {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem
}

.lead-form {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: .95rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 1.9rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 40px 80px -42px rgba(2, 10, 23, .6)
}

.lead-form::before {
  background: linear-gradient(90deg, #88e0c1, var(--brand-accent), #6bb5ff)
}

.form-heading {
  display: grid;
  gap: .3rem;
  margin-bottom: .35rem
}

.form-heading strong {
  color: var(--text);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.3rem;
  letter-spacing: -.04em
}

.form-heading span,
.form-feedback {
  color: var(--text-soft);
  font-size: .9rem
}

.lead-form label {
  display: grid;
  gap: .45rem;
  color: var(--text);
  font-size: .88rem;
  font-weight: 700
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: .95rem 1rem;
  border: 1px solid rgba(16, 26, 47, .12);
  border-radius: 1rem;
  background: #fff;
  color: var(--text);
  outline: none;
  resize: vertical;
  transition: border-color .18s ease, box-shadow .18s ease
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(16, 44, 89, .28);
  box-shadow: 0 0 0 4px rgba(20, 196, 255, .1)
}

.form-feedback.is-success {
  color: #0b7a63
}

.site-footer {
  padding: 3.2rem 0 2rem;
  background: #091121;
  color: rgba(218, 228, 245, .72)
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, .6fr));
  gap: 1.3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.brand-footer {
  margin-bottom: 1rem
}

.site-footer .brand-copy small,
.footer-description,
.footer-column a,
.footer-column span {
  color: rgba(218, 228, 245, .72)
}

.footer-column strong {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #fff;
  font-size: .95rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  font-size: .9rem
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(12px);
  transition: opacity .76s ease, transform .76s cubic-bezier(.22, 1, .36, 1), filter .76s ease;
  transition-delay: var(--reveal-delay, 0ms)
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0)
}

.hero-band-item:hover,
.logo-cloud-item:hover,
.feature-card:hover,
.impact-point:hover,
.stat-card:hover,
.about-card:hover,
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg)
}

@media (max-width:1120px) {

  .impact-grid,
  .about-grid,
  .cta-grid {
    grid-template-columns: 1fr
  }

  .hero-frame {
    min-height: clamp(27rem, 66svh, 35rem)
  }

  .hero-copy {
    width: min(38rem, 100%);
    padding: 6rem 0 1.6rem
  }

  .hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 4vw, 3.5rem)
  }

  .hero-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem
  }
}

@media (max-width:920px) {
  .site-header {
    padding: .9rem 0
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center
  }

  .site-nav {
    position: fixed;
    top: 5.1rem;
    left: 50%;
    width: min(24rem, calc(100% - 1.4rem));
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 1.4rem;
    background: rgba(9, 18, 34, .88);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    align-items: stretch;
    gap: .45rem;
    transform: translate(-50%, -.8rem);
    opacity: 0;
    pointer-events: none;
    transition: transform .18s ease, opacity .18s ease
  }

  .site-nav.is-open {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto
  }

  .site-nav a {
    padding: .9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .04)
  }

  .site-nav .nav-cta {
    text-align: center
  }

  .site-header.is-scrolled .site-nav.is-open a {
    color: #fff
  }

  .site-header.is-scrolled .site-nav.is-open a:hover {
    color: #fff
  }

  .hero-frame {
    min-height: clamp(26rem, 64svh, 33rem)
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(9, 18, 34, .84) 0%, rgba(9, 18, 34, .72) 42%, rgba(9, 18, 34, .28) 74%, rgba(9, 18, 34, .1) 100%)
  }

  .hero-copy {
    width: min(31rem, 100%);
    padding: 5.5rem 0 1.35rem
  }

  .hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2rem, 5.2vw, 3rem)
  }

  .hero-description {
    max-width: 30rem
  }

  .logo-cloud,
  .feature-grid,
  .steps-grid,
  .impact-board,
  .footer-grid {
    grid-template-columns: 1fr
  }

  .thread-meta,
  .footer-bottom {
    flex-direction: column
  }
}

@media (max-width:700px) {
  .section {
    padding: 4.4rem 0
  }

  .section-sm {
    padding-top: 3.8rem
  }

  .container {
    width: min(var(--container), calc(100% - 1.2rem))
  }

  .site-header {
    padding: .8rem 0
  }

  .header-shell {
    padding: 0
  }

  .brand-logo {
    width: 7.4rem
  }

  .hero-frame {
    min-height: clamp(29rem, 70svh, 35rem)
  }

  .hero-image {
    object-position: 62% center
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(9, 18, 34, .76) 0%, rgba(9, 18, 34, .52) 34%, rgba(9, 18, 34, .62) 100%)
  }

  .hero-inner {
    align-items: flex-end
  }

  .hero-copy {
    width: 100%;
    padding: 5rem 0 1.3rem
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(1.95rem, 8.4vw, 2.6rem)
  }

  .section-copy h2,
  .cta-copy h2 {
    font-size: clamp(2rem, 9vw, 2.9rem)
  }

  .section-copy p,
  .hero-description,
  .about-copy p,
  .cta-copy p {
    font-size: .98rem
  }

  .button,
  .lead-form input,
  .lead-form select,
  .lead-form textarea {
    font-size: .95rem
  }

  .hero-actions {
    gap: .7rem
  }

  .hero-band {
    grid-template-columns: 1fr
  }

  .hero-band-item,
  .logo-cloud-item,
  .feature-card,
  .step-card,
  .impact-point,
  .stat-card,
  .about-card,
  .lead-form {
    padding: 1.1rem
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none
  }
}

@keyframes sheenSweep {
  0% {
    transform: translateX(0) rotate(24deg);
    opacity: 0
  }

  24% {
    opacity: 1
  }

  100% {
    transform: translateX(280%) rotate(24deg);
    opacity: 0
  }
}