:root {
  color-scheme: light;
  --bg: #eef1f4;
  --bg-deep: #dbe1e7;
  --surface: #fafbfc;
  --surface-strong: #e7ebf0;
  --text: #232831;
  --muted: #4e5661;
  --quiet: #7a838e;
  --line: rgba(35, 40, 49, 0.14);
  --line-strong: rgba(35, 40, 49, 0.28);
  --accent: #176f77;
  --cyan: #168c98;
  --blue: #315f8f;
  --indigo: #5a64b8;
  --rose: #b94a7d;
  --green: #34825f;
  --shadow: 0 24px 70px rgba(33, 39, 46, 0.14);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #edf2f7;
  background-image:
    linear-gradient(112deg, rgba(255, 255, 255, 0.74), rgba(219, 228, 238, 0.72) 28%, rgba(250, 252, 254, 0.76) 52%, rgba(198, 211, 225, 0.48) 78%, rgba(255, 255, 255, 0.58)),
    linear-gradient(rgba(35, 40, 49, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 40, 49, 0.034) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  color: var(--text);
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeLegibility;
}

body > * {
  position: relative;
  z-index: 1;
}

body::selection {
  background: var(--accent);
  color: #ffffff;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.skip-link {
  background: var(--text);
  color: var(--bg);
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-140%);
  transition: transform 180ms ease;
  z-index: 20;
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  background:
    linear-gradient(135deg, #ffffff 0%, #dfe8f2 30%, #fbfdff 52%, #cfdbe8 76%, #f9fbfd 100%),
    var(--bg-deep);
  border-bottom: 1px solid var(--line);
  min-height: 86svh;
  overflow: hidden;
  position: relative;
}

.hero::before {
  animation: hero-signal 22s linear infinite;
  background:
    linear-gradient(112deg, transparent 0 22%, rgba(255, 255, 255, 0.84) 31%, rgba(22, 140, 152, 0.1) 35%, transparent 43%),
    linear-gradient(108deg, transparent 0 48%, rgba(49, 95, 143, 0.09) 53%, rgba(185, 74, 125, 0.06) 56%, transparent 64%),
    radial-gradient(circle at 18% 47%, rgba(255, 255, 255, 0.7), transparent 24%),
    repeating-linear-gradient(90deg, rgba(35, 40, 49, 0.018) 0 1px, transparent 1px 78px);
  background-position: -80% 0, 130% 0, 0 0, 0 0;
  background-size: 230% 100%, 220% 100%, auto, 156px 100%;
  content: "";
  inset: -12%;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(249, 251, 253, 0.08), rgba(238, 241, 244, 0.76)),
    linear-gradient(90deg, rgba(244, 247, 250, 0.95), rgba(238, 241, 244, 0.3) 58%, rgba(238, 241, 244, 0.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 86svh;
  padding: 112px 24px 96px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 850px;
}

.hero-copy h1,
.hero-copy .tagline,
.hero-copy .lede,
.hero-copy .hero-actions {
  animation: hero-rise 900ms cubic-bezier(0.18, 0.76, 0.22, 1) both;
}

.hero-copy .tagline {
  animation-delay: 110ms;
}

.hero-copy .lede {
  animation-delay: 190ms;
}

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

.eyebrow {
  color: var(--accent);
  font-size: 0.94rem;
  font-weight: 700;
  margin: 0 0 18px;
}

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

h1 {
  font-family:
    ui-serif,
    Georgia,
    Cambria,
    "Times New Roman",
    serif;
  font-size: 5rem;
  line-height: 0.98;
  margin-bottom: 16px;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 70px rgba(119, 135, 153, 0.42);
}

h2 {
  font-size: 3rem;
  line-height: 1.04;
  margin-bottom: 0;
  max-width: 820px;
}

h3 {
  font-size: 1.28rem;
  line-height: 1.18;
  margin-bottom: 14px;
}

.tagline {
  color: rgba(23, 111, 119, 0.96);
  font-size: 1.32rem;
  font-weight: 800;
  margin-bottom: 16px;
  max-width: 720px;
  position: relative;
  width: fit-content;
}

.tagline::after {
  animation: tagline-trace 5.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  background: linear-gradient(90deg, rgba(23, 111, 119, 0), rgba(23, 111, 119, 0.88), rgba(90, 100, 184, 0.42), rgba(23, 111, 119, 0));
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  transform-origin: left;
}

.lede {
  color: rgba(35, 40, 49, 0.78);
  font-size: 1.2rem;
  max-width: 720px;
}

.hero-actions,
.contact-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  overflow: hidden;
  padding: 11px 18px;
  position: relative;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.button-primary {
  background: var(--text);
  border-color: var(--text);
  color: var(--bg);
}

.button-primary::before {
  animation: button-scan 6.5s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.16) 42%, rgba(255, 255, 255, 0.34) 50%, transparent 60%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-130%);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(115deg, var(--accent), var(--blue) 58%, var(--indigo));
  border-color: rgba(49, 95, 143, 0.74);
  color: #ffffff;
}

.button-secondary {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(218, 227, 237, 0.62)),
    rgba(35, 40, 49, 0.05);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(35, 40, 49, 0.1);
  border-color: var(--line-strong);
}

.section,
.contact-section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 96px 24px;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.outcome-item,
.contact-form {
  animation: panel-shine 18s ease-in-out infinite;
  backdrop-filter: blur(16px);
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 26%, rgba(166, 181, 198, 0.12) 48%, rgba(255, 255, 255, 0.5) 66%, transparent 78%),
    repeating-linear-gradient(104deg, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 19px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(232, 239, 247, 0.82)),
    rgba(250, 251, 252, 0.82);
  background-position: -30% 0, 0 0, 0 0, 0 0;
  background-size: 210% 100%, auto, auto, auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pillar-stage {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  position: relative;
}

.pillar {
  animation: surface-shine 16s ease-in-out infinite;
  background:
    linear-gradient(112deg, transparent 0%, transparent 18%, rgba(255, 255, 255, 0.92) 31%, rgba(154, 171, 190, 0.18) 38%, transparent 50%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 22%, rgba(171, 184, 199, 0.18) 52%, rgba(255, 255, 255, 0.72) 74%, rgba(227, 234, 241, 0.9)),
    repeating-linear-gradient(104deg, rgba(255, 255, 255, 0.34) 0 1px, transparent 1px 16px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(222, 231, 241, 0.94)),
    var(--surface);
  background-position: -100% 0, 0 0, 0 0, 0 0, 0 0;
  background-size: 230% 100%, auto, auto, auto, auto;
  border: 1px solid rgba(35, 40, 49, 0.16);
  border-radius: 3px 3px 6px 6px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 18px 0 28px rgba(255, 255, 255, 0.52),
    inset -24px 0 36px rgba(137, 153, 171, 0.14),
    inset 0 -1px 0 rgba(151, 166, 184, 0.18),
    0 22px 60px rgba(33, 39, 46, 0.13);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  padding: 92px 28px 44px;
  position: relative;
  width: 100%;
  transition:
    box-shadow 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.pillar::after {
  animation: pillar-trace 7.5s ease-in-out infinite;
  background: linear-gradient(180deg, transparent, rgba(22, 140, 152, 0.22), rgba(90, 100, 184, 0.14), transparent);
  content: "";
  inset: 22px auto 0 14px;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.pillar::before {
  background:
    linear-gradient(90deg, rgba(22, 140, 152, 0.14), rgba(90, 100, 184, 0.12), rgba(185, 74, 125, 0.1), rgba(52, 130, 95, 0.11)),
    linear-gradient(110deg, rgba(255, 255, 255, 0.98), rgba(214, 225, 236, 0.92) 48%, rgba(255, 255, 255, 0.86)),
    repeating-linear-gradient(98deg, rgba(255, 255, 255, 0.26) 0 1px, transparent 1px 16px);
  border: 1px solid rgba(35, 40, 49, 0.14);
  border-radius: 5px 5px 2px 2px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 10px 22px rgba(33, 39, 46, 0.08);
  content: "";
  height: 22px;
  left: -8px;
  opacity: 1;
  position: absolute;
  right: -8px;
  top: 0;
}

.pillar p,
.outcome-item p,
.contact-copy p {
  color: var(--muted);
}

.pillar h3 {
  margin-bottom: 10px;
}

.pillar > p {
  margin-bottom: 0;
}

.pillar-reason {
  border-top: 1px solid rgba(145, 161, 180, 0.26);
  margin-top: 22px;
  padding-top: 16px;
}

.pillar-reason span {
  color: var(--blue);
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.pillar-reason p {
  color: rgba(35, 40, 49, 0.76);
  margin-bottom: 0;
}

.outcomes-section {
  border-top: 1px solid var(--line);
  padding-top: 84px;
}

.outcome-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.outcome-item {
  min-height: 260px;
  padding: 24px;
}

.outcome-item span {
  color: var(--blue);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 46px;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 780ms ease,
    transform 780ms cubic-bezier(0.18, 0.76, 0.22, 1);
  transition-delay: calc(var(--reveal-index, 0) * 90ms);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-section {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.contact-copy h2 {
  margin-bottom: 18px;
}

.contact-form {
  box-shadow: var(--shadow);
  padding: 24px;
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

label,
legend {
  color: rgba(35, 40, 49, 0.86);
  font-weight: 700;
}

input,
textarea {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(242, 245, 248, 0.7)),
    rgba(250, 251, 252, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  min-height: 46px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  min-height: 170px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(23, 111, 119, 0.16);
}

.focus-group {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 18px;
  padding: 16px;
}

.focus-group legend {
  padding: 0 8px;
}

.focus-group label {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(226, 233, 241, 0.38)),
    rgba(35, 40, 49, 0.035);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-size: 0.92rem;
  gap: 9px;
  min-height: 44px;
  padding: 10px 12px;
}

.focus-group input {
  accent-color: var(--accent);
  height: 16px;
  min-height: 16px;
  padding: 0;
  width: 16px;
}

.message-label-row {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.voice-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.voice-button {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(226, 233, 241, 0.5)),
    rgba(35, 40, 49, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  min-height: 36px;
  padding: 7px 12px;
}

.voice-button:disabled {
  color: var(--quiet);
  cursor: not-allowed;
}

.status-line {
  color: var(--quiet);
  font-size: 0.9rem;
  min-height: 1.35rem;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--quiet);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 28px 24px 42px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 940px) {
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    align-items: center;
    padding-top: 88px;
  }

  .contact-copy {
    position: static;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .pillar-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

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

@media (max-width: 680px) {
  .hero,
  .hero-inner {
    min-height: 84svh;
  }

  .hero-inner {
    padding: 72px 18px 44px;
  }

  .section,
  .contact-section {
    padding: 72px 18px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .tagline,
  .lede {
    font-size: 1.04rem;
  }

  .section-heading {
    display: block;
  }

  .outcome-grid,
  .focus-group {
    grid-template-columns: 1fr;
  }

  .pillar-stage {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pillar {
    bottom: auto;
    left: auto;
    min-height: 310px;
    position: relative;
    width: 100%;
  }

  .message-label-row,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .button,
  .contact-actions {
    width: 100%;
  }
}

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

@keyframes surface-shine {
  0% {
    background-position: -100% 0, 0 0, 0 0, 0 0, 0 0;
  }

  48%,
  58% {
    background-position: 45% 0, 0 0, 34px 0, 0 0, 0 0;
  }

  100% {
    background-position: 130% 0, 0 0, 68px 0, 0 0, 0 0;
  }
}

@keyframes panel-shine {
  0% {
    background-position: -80% 0, 0 0, 0 0, 0 0;
  }

  50% {
    background-position: 38% 0, 24px 0, 0 0, 0 0;
  }

  100% {
    background-position: 120% 0, 48px 0, 0 0, 0 0;
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes hero-signal {
  0% {
    background-position: -90% 0, 132% 0, 0 0, 0 0;
  }

  48%,
  58% {
    background-position: 44% 0, 50% 0, 0 0, 72px 0;
  }

  100% {
    background-position: 128% 0, -58% 0, 0 0, 156px 0;
  }
}

@keyframes tagline-trace {
  0%,
  18% {
    opacity: 0.42;
    transform: scaleX(0.18);
  }

  45%,
  62% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 0.42;
    transform: scaleX(0.18);
  }
}

@keyframes button-scan {
  0%,
  30% {
    transform: translateX(-130%);
  }

  56%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes pillar-trace {
  0%,
  100% {
    transform: translateY(-18%);
  }

  50% {
    transform: translateY(18%);
  }
}


@keyframes accent-pulse {
  0%,
  100% {
    color: var(--blue);
  }

  33% {
    color: var(--cyan);
  }

  66% {
    color: var(--rose);
  }
}
