:root {
  --deep-orbit: #1f2747;
  --lavender-signal: #9d8cff;
  --mint-current: #5ed8c8;
  --sunrise-coral: #ff8d72;
  --soft-butter: #f7d66b;
  --cloud-canvas: #f7f5ef;
  --slate-logic: #5a6172;
  --white: #fffdf8;
  --line: rgba(31, 39, 71, 0.13);
  --shadow: 0 18px 50px rgba(31, 39, 71, 0.09);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-scale: 1;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--cloud-canvas);
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  color: var(--deep-orbit);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.45;
  overflow-x: hidden;
  background: var(--cloud-canvas);
}

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

button,
input {
  font: inherit;
}

textarea,
select {
  font: inherit;
}

.scale-frame {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.page-shell {
  position: relative;
  width: 1086px;
  flex: 0 0 1086px;
  margin: 0;
  overflow: hidden;
  background: var(--cloud-canvas);
  transform: scale(var(--page-scale));
  transform-origin: top center;
}

.page-shell::before,
.page-shell::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

.page-shell::before {
  display: none;
}

.page-shell::after {
  right: -110px;
  bottom: 206px;
  width: 246px;
  height: 246px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(157, 140, 255, 0.32) 0 1px, transparent 1px 9px),
    radial-gradient(circle, rgba(247, 214, 107, 0.2), transparent 66%);
}

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

.bg-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.bg-dots-top {
  top: 66px;
  left: 17px;
  width: 38px;
  height: 82px;
  opacity: 0.78;
  background:
    linear-gradient(180deg, rgba(247, 245, 239, 0) 0%, rgba(247, 245, 239, 0.66) 100%),
    radial-gradient(circle, rgba(157, 140, 255, 0.9) 0 1.15px, transparent 1.45px) 0 0 / 16px 14px;
}

.bg-left-rings {
  top: 196px;
  left: -170px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 29px, rgba(157, 140, 255, 0.24) 30px 32px);
}

.bg-lavender-haze {
  top: 372px;
  left: -34px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(157, 140, 255, 0.24), rgba(157, 140, 255, 0) 68%);
}

.bg-stipple {
  top: 472px;
  left: -72px;
  width: 132px;
  height: 112px;
  opacity: 0.58;
  background: radial-gradient(circle, rgba(157, 140, 255, 0.34) 0 0.9px, transparent 1.35px) 0 0 / 8px 8px;
  mask-image: linear-gradient(45deg, transparent 0 22%, #000 54% 100%);
}

.bg-teal-glow {
  bottom: 350px;
  left: -58px;
  width: 132px;
  height: 212px;
  border-radius: 0 120px 120px 0;
  background:
    radial-gradient(circle at 76% 38%, rgba(255, 255, 255, 0.35), transparent 52%),
    linear-gradient(135deg, rgba(94, 216, 200, 0.34), rgba(94, 216, 200, 0.08));
}

.bg-wave-lines {
  bottom: 126px;
  left: -105px;
  width: 280px;
  height: 260px;
  opacity: 0.7;
  background: repeating-radial-gradient(ellipse at 35% 42%, transparent 0 12px, rgba(157, 140, 255, 0.18) 13px 15px);
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 24px 0;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--deep-orbit);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark,
.footer-mark,
.flow-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
  color: var(--white);
  background: transparent;
  box-shadow: 0 10px 20px rgba(31, 39, 71, 0.16);
}

.brand-mark img,
.footer-mark img,
.flow-mark img,
.bridge-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: max-content;
  gap: 22px;
  color: var(--deep-orbit);
  font-size: 12px;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 11px 0;
  line-height: 1;
  white-space: nowrap;
}

.site-nav .active {
  color: var(--lavender-signal);
}

.site-nav .active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--lavender-signal);
  content: "";
}

.nav-toggle,
.nav-scrim {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, #ff665a, var(--sunrise-coral));
  box-shadow: 0 11px 20px rgba(255, 141, 114, 0.28);
}

.button-secondary {
  color: #1a9c95;
  border-color: rgba(94, 216, 200, 0.85);
  background: rgba(255, 253, 248, 0.66);
}

.header-cta {
  min-width: 149px;
}

.section-grid {
  display: grid;
  grid-template-columns: 43% 57%;
}

.hero.section-grid {
  grid-template-columns: 56% 44%;
}

.hero {
  min-height: 348px;
  padding: 14px 0 0 104px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding-top: 0;
}

.eyebrow,
.section-title {
  margin: 0;
  color: var(--lavender-signal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 560px;
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: 37px;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero h1 span {
  position: relative;
  display: inline-block;
  padding-right: 22px;
}

.hero h1 span::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 4px;
  z-index: -1;
  height: 5px;
  border-radius: 99px;
  background: var(--lavender-signal);
  content: "";
  box-shadow: 0 8px 0 -2px rgba(157, 140, 255, 0.72);
  transform: rotate(-4deg);
}

.hero h1 span::before {
  position: absolute;
  right: -3px;
  top: 8px;
  color: var(--lavender-signal);
  content: "✦";
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1;
}

.hero-text {
  max-width: 540px;
  margin: 0;
  color: var(--slate-logic);
  font-size: 16px;
  font-weight: 600;
}

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

.spark {
  color: #1db8aa;
  font-size: 20px;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 500px;
  padding: 0;
  margin: 44px 0 0;
  list-style: none;
}

.proof-points li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 8px;
  align-items: start;
  min-width: 0;
  color: var(--deep-orbit);
  font-size: 10px;
  font-weight: 800;
}

.proof-points small {
  grid-column: 2;
  color: var(--slate-logic);
  font-size: 9px;
  font-weight: 700;
}

.mini-icon {
  color: var(--lavender-signal);
  font-size: 16px;
  line-height: 1;
}

.hero-visual {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 348px;
  overflow: hidden;
}

.hero-visual::before {
  display: none;
  position: absolute;
  right: -18px;
  bottom: 12px;
  width: 138px;
  height: 176px;
  background:
    linear-gradient(76deg, transparent 0 49%, rgba(94, 216, 200, 0.38) 50% 51%, transparent 52%),
    linear-gradient(109deg, transparent 0 51%, rgba(94, 216, 200, 0.3) 52% 53%, transparent 54%),
    radial-gradient(ellipse at 64% 20%, rgba(94, 216, 200, 0.24), transparent 64%);
  clip-path: polygon(38% 100%, 42% 55%, 16% 78%, 39% 48%, 23% 22%, 49% 43%, 70% 0, 61% 46%, 92% 28%, 66% 61%, 83% 96%);
  content: "";
}

.hero-visual::after {
  display: none;
  position: absolute;
  top: 46px;
  right: 18px;
  width: 160px;
  height: 220px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 2px, transparent 2.4px) 0 0 / 42px 38px,
    linear-gradient(50deg, transparent 0 45%, rgba(255, 255, 255, 0.64) 46% 47%, transparent 48%),
    linear-gradient(118deg, transparent 0 58%, rgba(255, 255, 255, 0.56) 59% 60%, transparent 61%);
  opacity: 0.85;
  content: "";
}

.hero-workflow-image {
  display: block;
  width: 430px;
  height: auto;
  max-width: none;
}

.transformation {
  position: relative;
  margin: 8px 24px 0;
  padding: 36px 50px 28px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 12%, rgba(94, 216, 200, 0.18), transparent 28%),
    radial-gradient(circle at 0 100%, rgba(157, 140, 255, 0.14), transparent 25%),
    rgba(255, 253, 248, 0.72);
}

.transformation::before,
.transformation::after {
  position: absolute;
  width: 210px;
  height: 210px;
  pointer-events: none;
  content: "";
}

.transformation::before {
  right: -42px;
  top: 26px;
  opacity: 0.55;
  background: radial-gradient(circle, rgba(94, 216, 200, 0.38) 0 1.1px, transparent 1.6px) 0 0 / 8px 8px;
  border-radius: 50%;
}

.transformation::after {
  left: -74px;
  bottom: -58px;
  opacity: 0.48;
  background: repeating-radial-gradient(circle, transparent 0 9px, rgba(157, 140, 255, 0.35) 10px 11px);
  border-radius: 50%;
}

.transformation-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.transformation-heading h2 {
  max-width: 840px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: 0;
}

.transformation-heading p:not(.section-title) {
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--slate-logic);
  font-size: 15px;
  font-weight: 700;
}

.transformation-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 30px;
}

.transformation-card {
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 25px 28px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 14px 35px rgba(31, 39, 71, 0.06);
  backdrop-filter: blur(8px);
}

.confident-card {
  border-color: rgba(94, 216, 200, 0.36);
  background: rgba(247, 255, 253, 0.78);
}

.transformation-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.state-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 6px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  color: var(--deep-orbit);
  background: rgba(157, 140, 255, 0.16);
  font-size: 28px;
  box-shadow: 0 12px 28px rgba(31, 39, 71, 0.08);
}

.mint-state {
  color: #0f9c91;
  background: rgba(94, 216, 200, 0.18);
}

.transformation-card h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
}

.state-pill {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 800;
}

.overwhelmed {
  color: #7158d9;
  background: rgba(157, 140, 255, 0.2);
}

.in-control {
  color: #0f8f86;
  background: rgba(94, 216, 200, 0.22);
}

.transformation-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  color: var(--deep-orbit);
  font-size: 14px;
  font-weight: 650;
}

.transformation-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  align-items: center;
}

.transformation-list span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
}

.negative-list span {
  color: var(--deep-orbit);
  background: rgba(157, 140, 255, 0.16);
}

.positive-list span {
  color: #0f8f86;
  background: rgba(94, 216, 200, 0.24);
}

.transformation-bridge {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 110px;
}

.transformation-bridge::before,
.transformation-bridge::after {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  content: "";
}

.transformation-bridge::before {
  right: calc(50% + 36px);
  background: linear-gradient(90deg, transparent, var(--lavender-signal));
}

.transformation-bridge::after {
  left: calc(50% + 36px);
  background: linear-gradient(90deg, var(--mint-current), transparent);
}

.bridge-mark {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  overflow: hidden;
  color: var(--white);
  background: transparent;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(31, 39, 71, 0.1);
}

.about-page .site-header {
  padding-bottom: 8px;
}

.about-hero {
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: 300px;
  padding: 42px 24px 0 104px;
}

.about-hero h1 {
  max-width: 390px;
  margin: 14px 0 18px;
  font-family: var(--serif);
  font-size: 50px;
  line-height: 1.02;
  letter-spacing: 0;
}

.about-hero h1 span {
  color: var(--lavender-signal);
  font-family: var(--sans);
  font-size: 26px;
  vertical-align: 26px;
}

.about-hero p:not(.eyebrow) {
  max-width: 420px;
  margin: 0;
  color: var(--slate-logic);
  font-size: 15px;
  font-weight: 600;
}

.about-hero-image {
  display: block;
  width: 525px;
  height: auto;
  justify-self: end;
  margin-top: -18px;
  margin-left: 0;
}

.profile-card,
.team-card,
.why-card,
.audience-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 14px 35px rgba(31, 39, 71, 0.05);
  backdrop-filter: blur(8px);
}

.section-kicker {
  margin: 0 0 6px;
  color: var(--deep-orbit);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.values-approach {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 16px;
  align-items: end;
  padding: 18px 24px 0;
}

.left-title {
  position: relative;
  margin: 0 0 13px;
  text-align: left;
}

.left-title::after {
  display: inline-block;
  width: 118px;
  height: 1px;
  margin-left: 16px;
  vertical-align: middle;
  background: var(--line);
  content: "";
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.value-card {
  min-height: 186px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 14px 20px;
  text-align: center;
  background:
    radial-gradient(circle at 90% 100%, transparent 0 34px, rgba(94, 216, 200, 0.16) 35px 37px, transparent 38px),
    rgba(255, 253, 248, 0.78);
}

.value-card span {
  display: block;
  color: var(--lavender-signal);
  font-size: 48px;
  line-height: 1;
}

.value-card:nth-child(2) span {
  color: var(--mint-current);
}

.value-card:nth-child(3) span {
  color: var(--sunrise-coral);
}

.value-card:nth-child(4) span {
  color: var(--lavender-signal);
}

.value-card:nth-child(5) span {
  color: var(--soft-butter);
}

.value-card h3 {
  margin: 18px 0 10px;
  font-family: var(--serif);
  font-size: 16px;
}

.value-card p {
  margin: 0;
  color: var(--slate-logic);
  font-size: 10px;
  font-weight: 700;
}

.approach-card {
  min-height: 210px;
  border-radius: 14px;
  padding: 25px 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 100%, transparent 0 48px, rgba(255, 255, 255, 0.28) 49px 51px, transparent 52px),
    linear-gradient(135deg, var(--lavender-signal), #8066f0);
}

.approach-card h2 {
  margin: 0 0 17px;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.approach-card ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.approach-card li {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-weight: 700;
}

.approach-card li::before {
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  content: "✓";
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.approach-card p {
  margin: 27px 0 0;
  font-size: 12px;
  font-weight: 800;
}

.about-cards {
  display: grid;
  grid-template-columns: 1.07fr 1fr 1.32fr;
  gap: 16px;
  padding: 16px 24px 0;
}

.profile-card,
.team-card,
.why-card {
  min-height: 216px;
  padding: 20px 24px;
}

.profile-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 9px 18px;
}

.profile-card img {
  border-radius: 50%;
}

.profile-card h2,
.why-card h2,
.audience-card h2 {
  margin: 0;
  font-family: var(--serif);
  line-height: 1.08;
}

.profile-card p,
.team-card p,
.why-card p,
.audience-card p {
  color: var(--slate-logic);
  font-size: 11px;
  font-weight: 700;
}

.profile-card > p,
.profile-card a {
  grid-column: 1 / -1;
}

.profile-card a,
.audience-card a {
  color: var(--lavender-signal);
  font-size: 11px;
  font-weight: 900;
}

.team-card p:not(.section-kicker) {
  max-width: 270px;
  margin-top: 0;
}

.avatar-row {
  display: flex;
  gap: 14px;
  margin: 18px 0 20px;
}

.avatar-row img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.join-button {
  min-height: 37px;
  color: var(--white);
  background: var(--lavender-signal);
}

.why-card {
  padding: 31px 34px;
  background:
    radial-gradient(circle at 100% 100%, transparent 0 42px, rgba(31, 39, 71, 0.12) 43px 45px, transparent 46px),
    rgba(255, 253, 248, 0.76);
}

.why-card h2 {
  max-width: 310px;
  font-size: 30px;
}

.why-card p {
  max-width: 300px;
  margin-top: 18px;
}

.audience-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  padding: 16px 24px 0;
}

.audience-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 19px;
  min-height: 130px;
  padding: 20px 28px;
}

.audience-card > span {
  display: inline-grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 34px;
}

.teams-card {
  border-color: rgba(94, 216, 200, 0.7);
  background:
    radial-gradient(circle at 80% 100%, transparent 0 44px, rgba(94, 216, 200, 0.16) 45px 47px, transparent 48px),
    rgba(239, 255, 253, 0.66);
}

.teams-card > span {
  background: var(--mint-current);
}

.individuals-card {
  border-color: rgba(255, 141, 114, 0.62);
  background:
    radial-gradient(circle at 90% 100%, transparent 0 44px, rgba(255, 141, 114, 0.14) 45px 47px, transparent 48px),
    rgba(255, 248, 245, 0.72);
}

.individuals-card > span {
  background: var(--sunrise-coral);
}

.audience-card .section-kicker {
  color: var(--sunrise-coral);
}

.teams-card .section-kicker {
  color: var(--deep-orbit);
}

.audience-card h2 {
  max-width: 330px;
  font-size: 19px;
}

.audience-card p {
  max-width: 370px;
  margin: 7px 0 11px;
}

.contact-page .site-header {
  padding-bottom: 8px;
}

.contact-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 42px 64px 0 104px;
}

.contact-hero h1 {
  max-width: 520px;
  margin: 14px 0 18px;
  font-family: var(--serif);
  font-size: 50px;
  line-height: 1.02;
  letter-spacing: 0;
}

.contact-hero p:not(.eyebrow),
.contact-panel p,
.contact-note p,
.contact-note li {
  color: var(--slate-logic);
  font-weight: 650;
}

.contact-hero p:not(.eyebrow) {
  max-width: 540px;
  margin: 0;
  font-size: 15px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.contact-panel,
.contact-form,
.contact-note {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 14px 35px rgba(31, 39, 71, 0.05);
  backdrop-filter: blur(8px);
}

.contact-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.contact-panel article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  min-width: 0;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.contact-panel article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-panel article > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--lavender-signal);
  font-size: 22px;
  font-weight: 900;
}

.contact-panel article:nth-child(2) > span {
  background: var(--mint-current);
}

.contact-panel article:nth-child(3) > span {
  background: var(--sunrise-coral);
}

.contact-panel h2,
.contact-form h2,
.contact-note h2 {
  margin: 0;
  font-family: var(--serif);
  letter-spacing: 0;
}

.contact-panel h2 {
  font-size: 20px;
}

.contact-panel p,
.contact-panel a {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
}

.contact-panel a {
  color: var(--deep-orbit);
  font-weight: 850;
}

.contact-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
  gap: 18px;
  align-items: start;
  padding: 24px 24px 0;
}

.contact-form {
  display: grid;
  gap: 15px;
  padding: 28px 32px;
}

.contact-form h2 {
  font-size: 31px;
  line-height: 1.04;
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--deep-orbit);
  font-size: 12px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(31, 39, 71, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--deep-orbit);
  background: rgba(255, 253, 248, 0.88);
  outline: 0;
}

.contact-form input,
.contact-form select {
  height: 46px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--lavender-signal);
  box-shadow: 0 0 0 3px rgba(157, 140, 255, 0.16);
}

.contact-form__status {
  min-height: 18px;
  margin: 0;
  color: var(--slate-logic);
  font-size: 12px;
  font-weight: 750;
}

.contact-note {
  padding: 28px 26px;
  background:
    radial-gradient(circle at 100% 100%, transparent 0 54px, rgba(94, 216, 200, 0.15) 55px 57px, transparent 58px),
    rgba(255, 253, 248, 0.78);
}

.contact-note h2 {
  font-size: 28px;
  line-height: 1.04;
}

.contact-note p {
  margin: 13px 0 18px;
  font-size: 13px;
}

.contact-note ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-note li {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
}

.contact-note li::before {
  position: absolute;
  left: 0;
  color: var(--mint-current);
  content: "✓";
  font-weight: 900;
}

.orbit-field {
  position: absolute;
  inset: 36px -72px auto auto;
  width: 223px;
  height: 223px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 2px, transparent 3px) 0 0 / 28px 28px,
    linear-gradient(140deg, rgba(157, 140, 255, 0.9), rgba(94, 216, 200, 0.27));
}

.orbit-field::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(40deg, transparent 0 47%, rgba(255, 255, 255, 0.8) 48% 49%, transparent 50%),
    linear-gradient(95deg, transparent 0 57%, rgba(255, 255, 255, 0.68) 58% 59%, transparent 60%);
  content: "";
}

.system-card,
.savings-card,
.process-card,
.stats-panel,
.faq-card {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 14px 35px rgba(31, 39, 71, 0.05);
  backdrop-filter: blur(8px);
}

.system-card {
  position: absolute;
  top: 42px;
  width: 188px;
  min-height: 214px;
  padding: 19px 21px;
}

.busywork-card {
  left: 33px;
}

.smart-card {
  right: 101px;
}

.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 12px;
}

.card-heading span {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 3px 9px;
  color: var(--lavender-signal);
  background: rgba(157, 140, 255, 0.16);
  font-size: 8px;
  font-weight: 800;
}

.smart-card .card-heading span {
  color: #0f9c91;
  background: rgba(94, 216, 200, 0.2);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  color: var(--deep-orbit);
  font-size: 10px;
  font-weight: 700;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.check-list span {
  display: inline-grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  color: #139b91;
  background: rgba(94, 216, 200, 0.2);
  font-size: 9px;
}

.check-list i {
  color: #139b91;
  font-style: normal;
}

.check-list.muted span {
  color: var(--slate-logic);
  background: rgba(31, 39, 71, 0.06);
}

.check-list.muted i {
  color: var(--slate-logic);
}

.flow-mark {
  position: absolute;
  top: 158px;
  left: 224px;
  z-index: 2;
  width: 54px;
  height: 54px;
  font-family: var(--sans);
  font-weight: 900;
}

.flow-mark::before {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 76px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--lavender-signal));
  content: "";
}

.flow-mark > span::after {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 76px;
  height: 1px;
  background: linear-gradient(90deg, var(--lavender-signal), transparent);
  content: "";
}

.savings-card {
  position: absolute;
  top: 270px;
  left: 33px;
  width: 172px;
  min-height: 126px;
  padding: 17px 22px;
}

.savings-card small {
  color: var(--slate-logic);
  font-size: 9px;
  font-weight: 800;
}

.savings-card strong {
  display: block;
  margin-top: 6px;
  color: var(--deep-orbit);
  font-size: 22px;
  line-height: 1;
}

.savings-card strong span {
  display: inline;
  font-size: 10px;
}

.savings-card p {
  margin: 4px 0 0;
  color: var(--slate-logic);
  font-size: 9px;
  font-weight: 800;
}

.chart-line {
  position: absolute;
  right: 8px;
  bottom: 13px;
  left: 12px;
  height: 36px;
  border-right: 2px solid var(--mint-current);
  border-bottom: 2px solid rgba(94, 216, 200, 0.42);
  clip-path: polygon(0 72%, 12% 62%, 25% 70%, 37% 48%, 50% 54%, 64% 34%, 80% 42%, 100% 2%, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(94, 216, 200, 0.14), rgba(94, 216, 200, 0.04));
}

.team-illustration {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 3;
  width: 410px;
  height: 157px;
}

.team-illustration img {
  display: block;
  width: 100%;
  height: auto;
}

.process,
.playbooks,
.results,
.faq-section {
  padding: 0 24px;
}

.section-title {
  margin: 12px 0 11px;
  color: var(--deep-orbit);
  text-align: center;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px;
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 96px;
  padding: 18px 22px 17px;
}

.process-card:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  width: 28px;
  border-top: 2px dotted rgba(31, 39, 71, 0.46);
  content: "";
}

.number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-weight: 900;
}

.lavender {
  background: var(--lavender-signal);
}

.mint {
  background: var(--mint-current);
}

.coral {
  background: var(--sunrise-coral);
}

.butter {
  background: var(--soft-butter);
}

.slate {
  background: var(--slate-logic);
}

.process-card h3,
.footer-cta h2 {
  margin: 0;
  font-family: var(--serif);
  letter-spacing: 0;
}

.process-card h3 {
  font-size: 17px;
}

.process-card p {
  margin: 6px 0 0;
  color: var(--slate-logic);
  font-size: 10px;
  font-weight: 700;
}

.playbooks {
  padding-top: 13px;
}

.playbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.pdf-playbook-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  color: var(--deep-orbit);
}

.pdf-playbook-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 594.96 / 841.92;
  border: 1px solid rgba(31, 39, 71, 0.12);
  border-radius: 8px;
  object-fit: cover;
  background: var(--white);
  box-shadow: 0 18px 35px rgba(31, 39, 71, 0.13);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.pdf-playbook-card:hover img {
  transform: translateY(-3px);
  box-shadow: 0 24px 42px rgba(31, 39, 71, 0.17);
}

.pdf-meta {
  display: grid;
  gap: 4px;
  min-height: 38px;
  text-align: center;
}

.pdf-meta strong {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.05;
}

.pdf-meta small {
  color: var(--slate-logic);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.results {
  padding-top: 10px;
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 94px;
  padding: 14px 0;
}

.stats-panel article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0 14px;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}

.stats-panel article:last-child {
  border-right: 0;
}

.stat-icon {
  grid-row: span 2;
  color: var(--lavender-signal);
  font-size: 46px;
  line-height: 1;
}

.mint-text {
  color: var(--mint-current);
}

.coral-text {
  color: var(--sunrise-coral);
}

.butter-text {
  color: var(--soft-butter);
}

.stats-panel strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.stats-panel .wide-stat {
  font-size: 20px;
}

.stats-panel p {
  margin: 5px 0 0;
  color: var(--slate-logic);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.stats-panel p span {
  font-size: 9px;
}

.faq-section {
  padding-top: 16px;
}

.faq-card {
  min-height: 172px;
  padding: 22px 28px 24px;
}

.faq-card h2 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.faq-card details {
  border-top: 1px solid var(--line);
}

.faq-card details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  color: var(--deep-orbit);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  list-style: none;
}

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

.faq-card summary::after {
  color: var(--slate-logic);
  content: "+";
  font-size: 17px;
}

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

.faq-card details p {
  margin: -2px 0 11px;
  color: var(--slate-logic);
  font-size: 10px;
  font-weight: 700;
}

.site-footer {
  margin: 24px 24px 30px;
  overflow: hidden;
  border-radius: 16px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0, rgba(157, 140, 255, 0.9), transparent 20%),
    linear-gradient(140deg, #081431, var(--deep-orbit) 55%, #091738);
}

.footer-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  padding: 18px 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-mark {
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-cta h2 {
  font-size: 30px;
  line-height: 1;
}

.footer-cta p,
.site-footer p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.85fr) minmax(150px, 0.85fr) minmax(280px, 1.3fr);
  gap: 54px;
  align-items: start;
  padding: 28px 60px 30px;
}

.footer-brand {
  color: var(--white);
  font-size: 16px;
}

.site-footer h3 {
  margin: 0 0 12px;
  font-size: 12px;
}

.site-footer section > a:not(.footer-brand),
.footer-bottom a {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 12px;
  font-weight: 600;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
}

.signup {
  display: grid;
  grid-template-columns: 1fr 36px;
  height: 35px;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  overflow: hidden;
}

.signup input {
  min-width: 0;
  border: 0;
  padding: 0 15px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  outline: 0;
}

.signup input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.signup button {
  border: 0;
  color: var(--white);
  background: var(--lavender-signal);
  cursor: pointer;
}

.lead-popup-open {
  overflow: hidden;
}

.lead-popup[hidden] {
  display: none;
}

.lead-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
}

.lead-popup__scrim {
  position: absolute;
  inset: 0;
  background: rgba(31, 39, 71, 0.42);
  backdrop-filter: blur(4px);
}

.lead-popup__dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: min(820px, calc(100vh - 44px));
  overflow-y: auto;
  border: 1px solid rgba(31, 39, 71, 0.12);
  border-radius: 8px;
  padding: 34px;
  background: var(--white);
  box-shadow: 0 26px 80px rgba(31, 39, 71, 0.28);
}

.lead-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(31, 39, 71, 0.14);
  border-radius: 50%;
  color: var(--deep-orbit);
  background: rgba(247, 245, 239, 0.82);
  cursor: pointer;
}

.lead-popup__dialog h2 {
  max-width: 560px;
  margin: 6px 0 10px;
  font-family: var(--serif);
  font-size: 37px;
  line-height: 1.04;
}

.lead-popup__dialog p {
  max-width: 560px;
  margin: 0;
  color: var(--slate-logic);
}

.lead-survey {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.lead-survey label,
.lead-survey fieldset {
  min-width: 0;
}

.lead-survey label > span,
.lead-survey legend {
  display: block;
  margin-bottom: 8px;
  color: var(--deep-orbit);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead-survey input[type="email"],
.lead-survey textarea {
  width: 100%;
  border: 1px solid rgba(31, 39, 71, 0.16);
  border-radius: 7px;
  padding: 13px 14px;
  color: var(--deep-orbit);
  background: #fff;
  outline: 0;
}

.lead-survey textarea {
  resize: vertical;
}

.lead-survey input[type="email"]:focus,
.lead-survey textarea:focus {
  border-color: var(--lavender-signal);
  box-shadow: 0 0 0 3px rgba(157, 140, 255, 0.18);
}

.lead-survey fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 0;
  padding: 0;
  margin: 0;
}

.lead-survey fieldset legend {
  grid-column: 1 / -1;
}

.lead-survey fieldset label,
.lead-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  border: 1px solid rgba(31, 39, 71, 0.12);
  border-radius: 7px;
  padding: 11px 12px;
  color: var(--deep-orbit);
  font-size: 13px;
  font-weight: 700;
  background: rgba(247, 245, 239, 0.62);
}

.lead-survey input[type="radio"],
.lead-survey input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: var(--lavender-signal);
}

.lead-consent {
  font-weight: 600;
}

.lead-survey__status {
  min-height: 20px;
  color: #b94135;
  font-size: 13px;
  font-weight: 700;
}

.lead-survey .button {
  justify-self: start;
}

.lead-survey__thanks {
  display: grid;
  gap: 14px;
  padding: 8px 0 0;
}

.lead-survey__thanks h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 28px;
}

.lead-survey__thanks .button {
  justify-self: start;
  margin-top: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.68);
}

.footer-bottom div {
  display: flex;
  gap: 52px;
}

.footer-bottom a {
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  body.nav-open {
    overflow: hidden;
  }

  .scale-frame {
    display: block;
    overflow: visible;
  }

  .page-shell {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    transform: none;
  }

  .page-shell::after,
  .bg-decor {
    display: none;
  }

  .site-header {
    z-index: 40;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding: 16px 18px 0;
  }

  .brand,
  .footer-brand {
    gap: 12px;
    font-size: 20px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-toggle {
    position: relative;
    z-index: 31;
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    justify-self: end;
    border: 0;
    border-radius: 50%;
    color: var(--deep-orbit);
    background: transparent;
    cursor: pointer;
  }

  .nav-toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-toggle span:first-child {
    transform: translateY(-4px);
  }

  .nav-toggle span:last-child {
    transform: translateY(4px);
  }

  .nav-open .nav-toggle span:first-child {
    transform: rotate(45deg);
  }

  .nav-open .nav-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .nav-scrim {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: block;
    background: rgba(31, 39, 71, 0.28);
    backdrop-filter: blur(2px);
  }

  .nav-scrim[hidden] {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: min(330px, 86vw);
    gap: 0;
    overflow-y: auto;
    padding: 88px 30px 34px;
    color: var(--deep-orbit);
    background: rgba(255, 253, 248, 0.98);
    box-shadow: -24px 0 60px rgba(31, 39, 71, 0.18);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .site-nav a {
    width: 100%;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid rgba(31, 39, 71, 0.1);
    padding: 16px 0;
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.08;
    white-space: normal;
  }

  .site-nav .active::after {
    display: none;
  }

  .nav-open .site-nav {
    transform: translateX(0);
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .section-grid,
  .hero.section-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding: 30px 18px 0;
  }

  .hero-copy,
  .hero h1,
  .hero-text {
    max-width: none;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.06;
  }

  .hero h1 span {
    padding-right: 18px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 22px;
  }

  .proof-points {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: none;
    margin-top: 26px;
  }

  .proof-points li {
    font-size: 13px;
  }

  .proof-points small {
    font-size: 12px;
  }

  .hero-visual {
    justify-content: center;
    min-height: 0;
    margin: 26px -18px 0;
    overflow: visible;
  }

  .hero-workflow-image {
    width: 100%;
    max-width: 430px;
  }

  .transformation {
    margin: 28px 18px 0;
    padding: 28px 18px 22px;
    border-radius: 14px;
  }

  .transformation-heading h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .transformation-heading p:not(.section-title) {
    font-size: 14px;
  }

  .transformation-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }

  .transformation-card {
    min-height: 0;
    padding: 20px;
    border-radius: 12px;
  }

  .transformation-card-head {
    gap: 12px;
  }

  .state-icon {
    width: 48px;
    height: 48px;
    border-width: 5px;
    font-size: 23px;
  }

  .transformation-card h3 {
    font-size: 23px;
  }

  .state-pill {
    padding: 0 14px;
  }

  .transformation-list {
    gap: 11px;
    font-size: 14px;
  }

  .transformation-bridge {
    min-height: 70px;
  }

  .transformation-bridge::before,
  .transformation-bridge::after {
    width: clamp(76px, 28vw, 180px);
  }

  .transformation-bridge::before {
    right: calc(50% + 28px);
  }

  .transformation-bridge::after {
    left: calc(50% + 28px);
  }

  .bridge-mark {
    width: 54px;
    height: 54px;
    border-width: 6px;
  }

  .process,
  .playbooks,
  .results,
  .faq-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section-title {
    margin: 26px 0 14px;
  }

  .process-grid,
  .playbook-grid,
  .stats-panel {
    grid-template-columns: 1fr;
  }

  .process-grid {
    gap: 12px;
  }

  .process-card {
    min-height: 94px;
  }

  .process-card:not(:last-child)::after {
    display: none;
  }

  .process-card p,
  .faq-card details p {
    font-size: 13px;
  }

  .playbook-grid {
    max-width: 360px;
    margin: 0 auto;
    gap: 24px;
  }

  .pdf-meta strong {
    font-size: 20px;
  }

  .pdf-meta small {
    font-size: 11px;
  }

  .stats-panel {
    min-height: 0;
    padding: 0;
  }

  .stats-panel article {
    min-height: 96px;
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-panel article:last-child {
    border-bottom: 0;
  }

  .faq-section {
    padding-top: 20px;
  }

  .faq-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .faq-card summary {
    min-height: 48px;
    gap: 16px;
    font-size: 13px;
  }

  .site-footer {
    margin: 26px 18px 24px;
    border-radius: 14px;
  }

  .footer-cta {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 24px 22px;
  }

  .footer-mark {
    width: 56px;
    height: 56px;
  }

  .footer-cta h2 {
    font-size: 28px;
    line-height: 1.06;
  }

  .footer-cta p,
  .site-footer p,
  .site-footer section > a:not(.footer-brand),
  .footer-bottom a {
    font-size: 13px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px 18px;
    align-items: start;
    padding: 26px 22px 24px;
  }

  .footer-grid > section {
    min-width: 0;
  }

  .footer-grid > section:last-child {
    grid-column: 1 / -1;
  }

  .footer-brand {
    gap: 12px;
    line-height: 1.08;
    white-space: normal;
  }

  .site-footer section > a:not(.footer-brand) {
    min-height: 30px;
  }

  .signup {
    grid-template-columns: 1fr 44px;
    height: 44px;
  }

  .lead-popup {
    align-items: end;
    padding: 12px;
  }

  .lead-popup__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    border-radius: 8px;
    padding: 28px 18px 20px;
  }

  .lead-popup__close {
    top: 14px;
    right: 14px;
  }

  .lead-popup__dialog h2 {
    padding-right: 44px;
    font-size: 30px;
  }

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

  .lead-survey .button,
  .lead-survey__thanks .button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    padding: 16px 22px 22px;
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 20px;
  }

  .about-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 30px 18px 0;
  }

  .about-hero h1 {
    max-width: none;
    font-size: 38px;
    line-height: 1.06;
  }

  .about-hero h1 span {
    font-size: 21px;
    vertical-align: 18px;
  }

  .about-hero p:not(.eyebrow) {
    max-width: none;
    font-size: 16px;
  }

  .about-hero-image {
    width: 100%;
    max-width: 525px;
    justify-self: center;
    margin: 24px 0 0;
  }

  .values-approach {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 24px 18px 0;
  }

  .left-title::after {
    display: none;
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .value-card {
    min-height: 170px;
  }

  .value-card p,
  .profile-card p,
  .team-card p,
  .why-card p,
  .audience-card p,
  .profile-card a,
  .audience-card a {
    font-size: 13px;
  }

  .about-cards,
  .audience-cards {
    grid-template-columns: 1fr;
    padding: 16px 18px 0;
  }

  .profile-card,
  .team-card,
  .why-card {
    min-height: 0;
    padding: 20px;
  }

  .profile-card {
    grid-template-columns: 72px 1fr;
  }

  .why-card h2 {
    max-width: none;
    font-size: 28px;
  }

  .audience-card {
    grid-template-columns: 58px 1fr;
    gap: 16px;
    min-height: 0;
    padding: 20px;
  }

  .audience-card > span {
    width: 52px;
    height: 52px;
    font-size: 27px;
  }

  .audience-card h2 {
    max-width: none;
    font-size: 21px;
  }

  .contact-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 18px 0;
  }

  .contact-hero h1 {
    max-width: none;
    font-size: 38px;
    line-height: 1.06;
  }

  .contact-hero p:not(.eyebrow) {
    max-width: none;
    font-size: 16px;
  }

  .contact-actions {
    gap: 12px;
    margin-top: 22px;
  }

  .contact-panel,
  .contact-form,
  .contact-note {
    border-radius: 12px;
  }

  .contact-workspace {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 18px 0;
  }

  .contact-form {
    padding: 22px 20px;
  }

  .contact-form h2 {
    font-size: 28px;
  }

  .contact-note {
    padding: 22px 20px;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand,
  .footer-brand {
    font-size: 18px;
  }

  .hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero h1,
  .about-hero h1 {
    font-size: 34px;
  }

  .hero-visual {
    margin-right: -16px;
    margin-left: -16px;
  }

  .transformation {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .transformation-heading h2 {
    font-size: 28px;
  }

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

  .footer-cta h2 {
    font-size: 25px;
  }

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

  .footer-grid > section:first-child,
  .footer-grid > section:last-child {
    grid-column: auto;
  }

  .about-hero,
  .values-approach,
  .about-cards,
  .audience-cards,
  .contact-hero,
  .contact-workspace {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-form-grid,
  .contact-panel article {
    grid-template-columns: 1fr;
  }

  .contact-panel article > span {
    width: 44px;
    height: 44px;
  }
}
