:root {
  color-scheme: light;
  --ink: #071316;
  --muted: #607376;
  --teal: #00808d;
  --teal-deep: #073f47;
  --aqua: #24c3c3;
  --aqua-soft: #dff8f7;
  --yellow: #ffd400;
  --red: #ef4637;
  --green: #1dbb74;
  --cream: #fbfaf4;
  --line: rgba(7, 19, 22, 0.11);
  --glass: rgba(255, 255, 255, 0.74);
  --shadow: 0 26px 80px rgba(12, 67, 72, 0.16);
  --pointer-x: 0;
  --pointer-y: 0;
  --scroll: 0;
  --flow-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #eef2f1;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at 82% 16%, rgba(36, 195, 195, 0.18), transparent 29%),
    radial-gradient(circle at 18% 28%, rgba(255, 212, 0, 0.18), transparent 28%),
    linear-gradient(135deg, #f7faf8, #eaf0ef);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 128, 141, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 128, 141, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.72' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

a,
button {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
}

h1,
h2,
h3,
p,
span,
strong,
small,
em {
  overflow-wrap: anywhere;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 18px, 1880px);
  margin: 9px auto;
  border: 1px solid rgba(7, 19, 22, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98), rgba(247, 255, 254, 0.94)),
    #fff;
  box-shadow:
    0 22px 70px rgba(20, 32, 36, 0.14),
    inset 0 0 0 8px rgba(255, 255, 255, 0.62);
  overflow: hidden;
}

.scene {
  --scene-progress: 0;
}

.hero {
  position: relative;
  min-height: calc(100vh - 18px);
  padding: 32px clamp(28px, 5vw, 96px) clamp(118px, 13vh, 168px);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 74% 58%, rgba(36, 195, 195, 0.24), transparent 26%),
    radial-gradient(circle at 63% 83%, rgba(255, 212, 0, 0.18), transparent 24%),
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 42%, rgba(233, 249, 248, 0.86) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 4vw, 72px);
  bottom: clamp(24px, 5vw, 82px);
  z-index: -1;
  width: min(20vw, 280px);
  height: min(26vw, 360px);
  border-radius: 44% 56% 40% 60%;
  background:
    linear-gradient(145deg, rgba(7, 63, 71, 0.24), rgba(36, 195, 195, 0.05)),
    radial-gradient(circle at 54% 20%, rgba(255, 255, 255, 0.9), transparent 18%);
  clip-path: polygon(49% 0, 78% 18%, 68% 100%, 30% 100%, 20% 18%);
  transform: translateY(calc(var(--scroll) * -55px));
}

.hero-nav {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 2.3vw, 38px);
}

.window-dots {
  display: flex;
  gap: 10px;
}

.window-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.window-dots span:nth-child(1) {
  background: #ff5e58;
}

.window-dots span:nth-child(2) {
  background: #ffbf2f;
}

.window-dots span:nth-child(3) {
  background: #2ecb4f;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: clamp(1rem, 1.15vw, 1.22rem);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 68px;
  height: 40px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  font-size: 1.05rem;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(0, 128, 141, 0.2);
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 54px);
  color: #253234;
  font-size: 0.92rem;
  font-weight: 750;
}

.nav-links a {
  opacity: 0.88;
  white-space: nowrap;
}

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

.nav-actions,
.hero-actions,
.mini-proof,
.feature-dock,
.flow-grid {
  display: flex;
  align-items: center;
}

.nav-actions {
  gap: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 50px;
  padding: 0 27px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

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

.pill.ghost {
  border: 1px solid rgba(7, 19, 22, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 35px rgba(7, 19, 22, 0.05);
}

.pill.yellow {
  color: #111;
  background: var(--yellow);
  box-shadow: 0 18px 36px rgba(255, 212, 0, 0.24);
}

.pill.large {
  min-width: 214px;
  min-height: 62px;
  font-size: 1.02rem;
}

.hero-wordmark {
  position: absolute;
  inset: 130px clamp(28px, 5vw, 96px) auto auto;
  z-index: -1;
  display: grid;
  justify-items: end;
  color: rgba(0, 128, 141, 0.22);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.78;
  text-align: right;
  transform: translate3d(calc(var(--pointer-x) * -18px), calc(var(--pointer-y) * -12px), 0);
}

.hero-wordmark span:first-child {
  font-size: clamp(8rem, 19vw, 24rem);
}

.hero-wordmark span:last-child {
  margin-top: 0.06em;
  color: rgba(0, 91, 101, 0.96);
  font-size: clamp(6rem, 15vw, 19rem);
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(42vw, 590px);
  margin-top: clamp(76px, 10vh, 118px);
  transform: translate3d(calc(var(--pointer-x) * -7px), calc(var(--pointer-y) * -7px), 0);
}

.signal {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 31px;
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 7px rgba(36, 195, 195, 0.13);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  color: var(--ink);
  font-size: clamp(3.55rem, 5.05vw, 5.85rem);
  font-weight: 900;
  line-height: 0.96;
}

h1 strong {
  display: block;
  color: var(--aqua);
  font-weight: inherit;
}

.lede {
  max-width: 530px;
  margin: 24px 0 0;
  color: #27363a;
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.45;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.mini-proof {
  flex-wrap: wrap;
  gap: 0;
  margin-top: 34px;
  color: #344649;
  font-size: 0.92rem;
}

.mini-proof span {
  position: relative;
  padding: 0 30px;
}

.mini-proof span:first-child {
  padding-left: 0;
}

.mini-proof span + span {
  border-left: 1px solid rgba(7, 19, 22, 0.16);
}

.product-stage {
  position: absolute;
  z-index: 3;
  inset: 142px clamp(42px, 7vw, 128px) 148px 41%;
  pointer-events: none;
  perspective: 1400px;
}

.phone-wrap {
  position: absolute;
  left: 49%;
  top: 50%;
  width: clamp(290px, 25vw, 430px);
  height: clamp(520px, 44vw, 705px);
  transform:
    translate(-50%, -43%)
    rotateX(calc(var(--pointer-y) * -4deg))
    rotateY(calc(-10deg + var(--pointer-x) * 8deg))
    rotateZ(8deg);
  transform-style: preserve-3d;
  transition: transform 120ms ease-out;
}

.phone {
  position: relative;
  z-index: 2;
  width: 72%;
  height: 78%;
  margin: 0 auto;
  border: 8px solid #101719;
  border-radius: 48px;
  background:
    radial-gradient(circle at 50% 56%, rgba(36, 195, 195, 0.42), transparent 22%),
    linear-gradient(145deg, #101719, #0a2c31 48%, #031113);
  box-shadow:
    24px 40px 70px rgba(0, 56, 64, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.phone::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 38px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.2), transparent 38%),
    radial-gradient(circle at 50% 92%, rgba(36, 195, 195, 0.42), transparent 24%);
  pointer-events: none;
}

.speaker {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 78px;
  height: 10px;
  border-radius: 99px;
  background: #020709;
  transform: translateX(-50%);
}

.camera {
  position: absolute;
  top: 18px;
  right: 58px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
}

.phone-logo {
  position: absolute;
  top: 82px;
  left: 50%;
  color: var(--aqua);
  font-size: 1.36rem;
  font-weight: 950;
  transform: translateX(-50%);
}

.phone p,
.phone small {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.phone p {
  top: 146px;
  margin: 0;
  color: #fff;
  font-size: 1.24rem;
  font-weight: 900;
}

.phone small {
  top: 179px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 700;
}

.voice-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(36, 195, 195, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(36, 195, 195, 0.28);
  transform: translate(-50%, -42%);
}

.voice-ring span {
  width: 8px;
  border-radius: 99px;
  background: var(--aqua);
  animation: wave 1.35s ease-in-out infinite;
}

.voice-ring span:nth-child(1),
.voice-ring span:nth-child(5) {
  height: 32px;
}

.voice-ring span:nth-child(2),
.voice-ring span:nth-child(4) {
  height: 54px;
  animation-delay: 0.12s;
}

.voice-ring span:nth-child(3) {
  height: 74px;
  animation-delay: 0.2s;
}

.phone-controls {
  position: absolute;
  left: 50%;
  bottom: 58px;
  display: flex;
  gap: 18px;
  transform: translateX(-50%);
}

.phone-controls span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.62rem;
  font-weight: 950;
}

.phone-controls .hang {
  background: var(--red);
  border: 0;
}

.pedestal {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 93%;
  height: 86px;
  border: 1px solid rgba(0, 128, 141, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 34%, rgba(255, 255, 255, 0.96), rgba(208, 244, 242, 0.82) 52%, rgba(255, 255, 255, 0.2) 73%),
    rgba(255, 255, 255, 0.6);
  box-shadow:
    0 18px 34px rgba(0, 128, 141, 0.18),
    inset 0 -10px 20px rgba(0, 128, 141, 0.12);
  transform: translateX(-50%);
}

.pedestal span {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 14px;
  height: 7px;
  border-radius: 99px;
  background: var(--aqua);
  box-shadow: 0 0 28px rgba(36, 195, 195, 0.72);
}

.signal-path {
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 180px;
  border: 4px solid rgba(36, 195, 195, 0.34);
  border-left: 0;
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(36, 195, 195, 0.26));
}

.path-one {
  left: 18%;
  top: 36%;
  transform: rotate(4deg);
}

.path-two {
  right: 12%;
  top: 49%;
  transform: rotate(-14deg);
}

.float-card {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  width: clamp(210px, 16vw, 270px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow:
    0 18px 44px rgba(16, 72, 80, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  transform: translate3d(calc(var(--pointer-x) * var(--card-x, 12px)), calc(var(--pointer-y) * var(--card-y, 12px)), 0);
  transition: transform 120ms ease-out;
}

.float-card strong {
  display: block;
  color: #111;
  font-size: 1.02rem;
  line-height: 1.15;
}

.float-card p,
.float-card small,
.float-card em {
  display: block;
  margin: 7px 0 0;
  color: #48595d;
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.3;
}

.float-card em {
  color: var(--aqua);
  font-weight: 900;
}

.icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 950;
}

.phone,
.check {
  background: var(--aqua);
}

.person,
.calendar {
  background: var(--yellow);
  color: #111;
}

.alert {
  background: var(--red);
}

.incoming {
  left: 4%;
  top: 28%;
  --card-x: -18px;
  --card-y: -15px;
}

.urgent {
  right: 4%;
  top: 25%;
  --card-x: 18px;
  --card-y: -13px;
}

.client {
  left: 2%;
  top: 59%;
  --card-x: -12px;
  --card-y: 18px;
}

.summary {
  right: 4%;
  top: 47%;
  --card-x: 16px;
  --card-y: 12px;
}

.booked {
  right: 8%;
  bottom: 8%;
  --card-x: 14px;
  --card-y: 18px;
}

.feature-dock {
  position: absolute;
  left: clamp(28px, 5vw, 96px);
  right: clamp(28px, 5vw, 96px);
  bottom: -35px;
  z-index: 8;
  align-items: stretch;
  min-height: 104px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 60px rgba(11, 59, 65, 0.12);
  backdrop-filter: blur(22px);
}

.feature-dock article {
  flex: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 0 14px;
}

.feature-dock article + article {
  border-left: 1px solid rgba(7, 19, 22, 0.12);
}

.dock-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--teal);
  background: rgba(36, 195, 195, 0.12);
  font-size: 0.72rem;
  font-weight: 950;
}

.feature-dock strong {
  display: block;
  max-width: 220px;
  color: #111;
  font-size: 0.92rem;
  line-height: 1.14;
}

.feature-dock p {
  margin: 7px 0 0;
  color: #57696d;
  font-size: 0.74rem;
}

.feature-dock a {
  align-self: center;
  justify-self: end;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(7, 19, 22, 0.12);
  border-radius: 50%;
  font-weight: 950;
}

.story-section,
.dark-flow,
.industries,
.proof,
.contact,
.final-cta {
  position: relative;
  padding: clamp(90px, 10vw, 150px) clamp(28px, 5vw, 96px);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(400px, 1fr);
  gap: clamp(34px, 7vw, 120px);
  background:
    radial-gradient(circle at 18% 12%, rgba(36, 195, 195, 0.22), transparent 28%),
    #f7fffe;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2 {
  max-width: 11ch;
  color: var(--teal);
  font-size: clamp(3.4rem, 6vw, 7rem);
  line-height: 0.9;
}

.story-cards {
  display: grid;
  gap: 18px;
  transform: translateY(calc((1 - var(--scene-progress)) * 26px));
}

.story-cards article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.story-cards span,
.flow-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--yellow);
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  font-weight: 950;
  line-height: 0.85;
}

.story-cards strong,
.flow-grid strong {
  display: block;
  color: var(--teal);
  font-size: clamp(1.5rem, 2vw, 2.15rem);
  line-height: 1.05;
}

.story-cards p,
.flow-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.dark-flow {
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(36, 195, 195, 0.2), transparent 28%),
    linear-gradient(135deg, #101414, #071316);
}

.dark-flow::before {
  content: "CALL FLOW";
  position: absolute;
  right: -0.08em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.05);
  font-size: clamp(6rem, 16vw, 19rem);
  font-weight: 950;
  line-height: 1;
}

.dark-flow h2,
.dark-flow .section-kicker,
.flow-grid strong {
  color: #fff;
}

.flow-line {
  height: 2px;
  margin: 56px 0 34px;
  background: rgba(255, 255, 255, 0.18);
}

.flow-line span {
  display: block;
  width: calc(var(--flow-progress) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--yellow), var(--aqua));
  box-shadow: 0 0 22px rgba(36, 195, 195, 0.32);
}

.flow-grid {
  position: relative;
  z-index: 2;
  align-items: stretch;
  gap: 18px;
}

.flow-grid article {
  flex: 1;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
}

.flow-grid p {
  color: rgba(255, 255, 255, 0.64);
}

.industries {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: clamp(30px, 6vw, 90px);
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 212, 0, 0.18), transparent 25%),
    var(--cream);
}

.market-panel {
  display: grid;
  gap: 18px;
}

.market-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.market {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(7, 19, 22, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #243236;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.market:hover,
.market.active {
  color: #fff;
  background: var(--teal-deep);
  transform: translateY(-2px);
}

.industry-preview {
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(221, 248, 247, 0.72)),
    #fff;
  box-shadow: var(--shadow);
}

.industry-preview small,
.proof-stack span {
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industry-preview h3 {
  margin-top: 24px;
  color: var(--ink);
  font-size: clamp(2.7rem, 5vw, 5.8rem);
  line-height: 0.9;
}

.industry-preview p {
  max-width: 700px;
  margin: 28px 0 0;
  color: #344649;
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  line-height: 1.5;
}

.industry-preview span {
  display: block;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 19, 22, 0.12);
  color: #6b3430;
  font-weight: 850;
  line-height: 1.45;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 6vw, 92px);
  background:
    linear-gradient(135deg, #f5fbfb, #ffffff 48%, #fff7ce);
}

.proof-copy p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  color: #344649;
  font-size: clamp(1.05rem, 1.32vw, 1.32rem);
  line-height: 1.55;
}

.proof-stack {
  display: grid;
  gap: 16px;
  align-content: center;
}

.proof-stack article {
  min-height: 130px;
  padding: 24px;
  border: 1px solid rgba(7, 19, 22, 0.09);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(12, 67, 72, 0.1);
}

.proof-stack strong {
  display: block;
  margin-top: 16px;
  color: #142326;
  font-size: clamp(1.25rem, 1.8vw, 1.9rem);
  line-height: 1.1;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.9fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
  background:
    radial-gradient(circle at 17% 22%, rgba(36, 195, 195, 0.16), transparent 28%),
    #fbffff;
}

.contact .section-intro p:last-child {
  max-width: 610px;
  margin: 28px 0 0;
  color: #344649;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.55;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.lead-form label {
  display: grid;
  gap: 9px;
  color: #243236;
  font-size: 0.86rem;
  font-weight: 900;
}

.lead-form .full,
.lead-form button,
.form-status {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 19, 22, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font: inherit;
  font-weight: 650;
  outline: 0;
}

.lead-form input {
  min-height: 54px;
  padding: 0 16px;
}

.lead-form textarea {
  resize: vertical;
  min-height: 132px;
  padding: 15px 16px;
  line-height: 1.45;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: rgba(0, 128, 141, 0.7);
  box-shadow: 0 0 0 4px rgba(36, 195, 195, 0.12);
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal);
  font-weight: 850;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  color: #fff;
  background:
    radial-gradient(circle at 84% 36%, rgba(36, 195, 195, 0.22), transparent 29%),
    linear-gradient(135deg, #071316, #063d45);
}

.final-cta h2,
.final-cta .section-kicker {
  color: #fff;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.final-cta .pill.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.58);
  }
  50% {
    transform: scaleY(1);
  }
}

@media (max-width: 1240px) {
  .nav-links {
    display: none;
  }

  .hero-nav {
    grid-template-columns: auto auto 1fr;
  }

  .nav-actions {
    justify-self: end;
  }

  .hero-copy {
    width: min(52vw, 620px);
  }

  .product-stage {
    left: 43%;
    right: 30px;
  }
}

@media (max-width: 980px) {
  .site-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .hero {
    min-height: auto;
    padding: 22px 20px 34px;
  }

  .window-dots,
  .nav-actions .ghost {
    display: none;
  }

  .hero-nav {
    grid-template-columns: auto 1fr;
  }

  .nav-actions {
    justify-self: end;
  }

  .brand span:last-child {
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 48px;
    height: 36px;
  }

  .hero-wordmark {
    top: 92px;
    right: 20px;
    left: 20px;
    justify-items: start;
    opacity: 0.56;
    text-align: left;
  }

  .hero-wordmark span:first-child {
    font-size: 22vw;
  }

  .hero-wordmark span:last-child {
    display: none;
  }

  .hero-copy {
    width: 100%;
    margin-top: 110px;
  }

  h1 {
    font-size: clamp(3.55rem, 15vw, 5.8rem);
  }

  .lede {
    max-width: none;
  }

  .pill.large,
  .hero-actions .pill {
    width: 100%;
  }

  .mini-proof {
    gap: 12px;
  }

  .mini-proof span,
  .mini-proof span:first-child {
    padding: 0;
  }

  .mini-proof span + span {
    border-left: 0;
  }

  .product-stage {
    position: relative;
    inset: auto;
    min-height: 720px;
    margin-top: 28px;
  }

  .phone-wrap {
    left: 50%;
    top: 46%;
    width: min(92vw, 360px);
    height: 590px;
  }

  .float-card {
    width: min(72vw, 250px);
  }

  .incoming {
    left: 0;
    top: 0;
  }

  .urgent {
    right: 0;
    top: 18%;
  }

  .client {
    left: 0;
    top: 58%;
  }

  .summary {
    right: 0;
    top: 45%;
  }

  .booked {
    right: 0;
    bottom: 0;
  }

  .feature-dock {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    flex-direction: column;
    margin-top: 26px;
    padding: 18px;
  }

  .feature-dock article {
    padding: 16px 0;
  }

  .feature-dock article + article {
    border-left: 0;
    border-top: 1px solid rgba(7, 19, 22, 0.12);
  }

  .story-section,
  .industries,
  .proof,
  .contact,
  .final-cta {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

  .dark-flow {
    padding-inline: 20px;
  }

  .flow-grid {
    flex-direction: column;
  }

  .final-actions {
    justify-content: stretch;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-nav {
    gap: 8px;
  }

  .pill {
    padding: 0 18px;
  }

  .nav-actions .yellow {
    min-height: 42px;
    font-size: 0.82rem;
  }

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

  .signal {
    margin-bottom: 22px;
    font-size: 0.76rem;
  }

  .hero-copy {
    margin-top: 84px;
  }

  .product-stage {
    min-height: 650px;
  }

  .phone-wrap {
    width: 320px;
    height: 540px;
  }

  .phone {
    border-width: 6px;
    border-radius: 38px;
  }

  .float-card {
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
  }

  .icon {
    width: 34px;
    height: 34px;
  }

  h2 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .industry-preview h3 {
    font-size: clamp(2.45rem, 13vw, 4.1rem);
  }
}

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

  .hero-wordmark,
  .hero-copy,
  .phone-wrap,
  .float-card,
  .story-cards {
    transform: none !important;
  }
}
