:root {
  --blue: #1764d2;
  --blue-dark: #0f55bd;
  --ink: #202733;
  --muted: #5a6270;
  --line: #dacfc0;
  --paper: #fffaf3;
  --cream: #f8f1e8;
  --soft: #f5eee5;
  --shell: min(100% - clamp(34px, 12vw, 112px), 1328px);
  --content: min(100% - clamp(70px, 18.7vw, 176px), 1110px);
}

html.fonts-loading body {
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 28% 16%, rgba(232, 214, 191, 0.28), transparent 32%),
    radial-gradient(circle at 75% 34%, rgba(245, 231, 212, 0.38), transparent 34%),
    linear-gradient(180deg, #f7f0e8 0, #fffaf3 42%, #fff9f0 100%);
}

img,
svg {
  display: block;
}

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

p,
h1,
h2,
h3,
figure,
blockquote {
  margin: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.content-shell {
  width: var(--content);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  padding-top: clamp(18px, 2.4vw, 39px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.8vw, 42px);
}

.brand {
  color: var(--blue);
  font-size: clamp(26px, 2.9vw, 44px);
  font-weight: 900;
  line-height: 1;
}

.header-inner .brand {
  margin-right: auto;
}

.nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(24px, 2.6vw, 40px);
  color: #111924;
  font-size: clamp(8px, 0.72vw, 13px);
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(32px, 3.4vw, 54px);
  padding: 0 clamp(22px, 2vw, 34px);
  border-radius: 999px;
  background: linear-gradient(180deg, #1f72db, var(--blue));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-size: clamp(9px, 0.78vw, 14px);
  font-weight: 800;
  white-space: nowrap;
}

.button:hover,
.button:focus-visible {
  background: linear-gradient(180deg, #2a7ce4, #115dc8);
}

.button-small {
  min-height: clamp(28px, 3.1vw, 45px);
  padding-inline: clamp(16px, 1.45vw, 25px);
  font-size: clamp(8px, 0.66vw, 12px);
}

.intake-dialog-trigger {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: clamp(9px, 0.78vw, 14px);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: clamp(480px, 50vw, 800px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(227, 213, 196, 0.52) 0, rgba(247, 239, 228, 0.28) 24%, rgba(255, 250, 243, 0.92) 64%),
    linear-gradient(180deg, #efe3d3 0, #fbf5ec 74%, #f7efe6 100%);
}

.hero::after {
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 58%;
  height: 72%;
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92), transparent 67%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(310px, 49%) minmax(360px, 1fr);
  gap: clamp(34px, 4.8vw, 78px);
  min-height: clamp(480px, 50vw, 800px);
  align-items: start;
}

.hero-image {
  align-self: end;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.hero-image img {
  width: min(100%, 660px);
  height: auto;
  margin-bottom: clamp(18px, 2.5vw, 40px);
  object-fit: contain;
}

.hero-copy {
  padding-top: clamp(107px, 11.1vw, 178px);
}

.eyebrow,
.section-kicker {
  color: var(--blue);
  font-size: clamp(8px, 0.72vw, 13px);
  font-weight: 900;
  line-height: 1.25;
  text-transform: none;
}

.eyebrow strong {
  color: var(--blue);
}

.eyebrow {
  color: #1d2530;
  margin-bottom: clamp(18px, 1.7vw, 28px);
}

.hero h1 {
  color: var(--blue);
  font-size: clamp(45px, 4.9vw, 80px);
  font-weight: 900;
  line-height: 0.98;
}

.hero-subtitle {
  margin-top: clamp(22px, 2vw, 32px);
  color: #26303f;
  font-size: clamp(14px, 1.25vw, 22px);
  font-weight: 600;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 44px);
  margin-top: clamp(25px, 2.6vw, 42px);
}

.problem-section {
  padding-top: clamp(55px, 5.8vw, 94px);
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(108px, 1fr));
  gap: clamp(32px, 3.7vw, 58px);
  align-items: start;
}

.section-kicker {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

.problem-heading h2,
.approach-copy h2 {
  max-width: 520px;
  font-size: clamp(20px, 2.05vw, 34px);
  font-weight: 900;
  line-height: 1.15;
}

.problem-item {
  padding-top: 6px;
}

.line-icon {
  display: block;
  width: clamp(26px, 2.6vw, 42px);
  height: clamp(26px, 2.6vw, 42px);
  color: #222b35;
}

.line-icon svg,
.soft-icon svg,
.contact-line svg,
.socials svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.problem-item h3 {
  margin-top: 11px;
  font-size: clamp(9px, 0.78vw, 14px);
  font-weight: 900;
}

.problem-item p {
  margin-top: 8px;
  color: #303846;
  font-size: clamp(9px, 0.74vw, 13px);
  font-weight: 600;
  line-height: 1.45;
}

.approach-section {
  padding-top: clamp(22px, 2.6vw, 44px);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(240px, 260px) minmax(0, 1fr);
  gap: clamp(38px, 4.2vw, 66px);
  align-items: center;
}

.coach-photo {
  width: 100%;
  aspect-ratio: 260 / 202;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 8px;
}

.approach-copy p:not(.section-kicker) {
  max-width: 560px;
  margin-top: 18px;
  color: #2f3846;
  font-size: clamp(9px, 0.75vw, 13px);
  font-weight: 600;
  line-height: 1.6;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  color: #253040;
  font-size: clamp(9px, 0.76vw, 13px);
  font-weight: 700;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--blue);
  content: "✓";
  font-weight: 900;
}

.about-note {
  max-width: 560px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(218, 207, 192, 0.9);
}

.about-note .section-kicker {
  margin-bottom: 9px;
}

.about-note p:not(.section-kicker) {
  margin-top: 0;
}

.animated-number {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  transform-origin: center bottom;
  will-change: transform, opacity;
}

.animated-number.is-counting {
  animation: number-pop 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes number-pop {
  0% {
    opacity: 0.2;
    transform: translateY(8px) scale(0.96);
  }

  55% {
    opacity: 1;
    transform: translateY(-2px) scale(1.03);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.features-section {
  padding-top: clamp(24px, 3vw, 50px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2vw, 28px);
  margin-top: 20px;
}

.feature-card,
.testimonial-panel,
.stats-panel,
.cta-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.74);
}

.feature-card {
  min-height: clamp(128px, 12.9vw, 206px);
  padding: clamp(15px, 1.8vw, 30px) clamp(19px, 1.8vw, 30px);
}

.soft-icon {
  display: grid;
  place-items: center;
  width: clamp(36px, 4vw, 60px);
  height: clamp(36px, 4vw, 60px);
  border-radius: 50%;
  background: #f5efe8;
  color: var(--blue);
}

.soft-icon svg {
  width: 52%;
  height: 52%;
  stroke-width: 1.9;
}

.feature-card h3 {
  margin-top: clamp(16px, 1.8vw, 29px);
  font-size: clamp(10px, 0.9vw, 16px);
  font-weight: 900;
}

.feature-card p {
  margin-top: 8px;
  color: #293341;
  font-size: clamp(8px, 0.68vw, 12px);
  font-weight: 600;
  line-height: 1.36;
}

.steps-section {
  padding-top: clamp(24px, 3vw, 50px);
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
  gap: clamp(12px, 1.3vw, 24px);
  align-items: center;
  margin-top: 24px;
}

.step {
  display: grid;
  grid-template-columns: clamp(40px, 4.4vw, 70px) 1fr;
  gap: clamp(22px, 2vw, 33px);
  align-items: start;
}

.step-number {
  color: var(--blue);
  font-size: clamp(45px, 5.1vw, 82px);
  font-weight: 500;
  line-height: 0.9;
}

.step h3 {
  font-size: clamp(9px, 0.78vw, 14px);
  font-weight: 900;
}

.step p {
  margin-top: 9px;
  color: #283342;
  font-size: clamp(9px, 0.74vw, 13px);
  font-weight: 600;
  line-height: 1.55;
}

.step-arrow {
  color: #9b978f;
  font-size: clamp(25px, 2.8vw, 43px);
  font-weight: 400;
  text-align: center;
}

.results-section {
  padding-top: clamp(14px, 2vw, 36px);
}

.results-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(220px, 0.95fr);
  gap: clamp(32px, 3.5vw, 54px);
  align-items: start;
}

.testimonial-panel {
  min-height: clamp(164px, 17.1vw, 274px);
  padding: clamp(22px, 2.2vw, 36px);
}

.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2vw, 30px);
  margin-top: 22px;
}

.quote-card {
  display: grid;
  grid-template-columns: clamp(50px, 5vw, 82px) 1fr;
  column-gap: clamp(20px, 2vw, 34px);
  align-items: start;
}

.quote-card + .quote-card {
  border-left: 1px solid #cfc5b8;
  padding-left: clamp(28px, 3vw, 48px);
}

.quote-card img {
  width: clamp(50px, 5vw, 82px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.quote-card blockquote {
  color: #29313f;
  font-size: clamp(9px, 0.74vw, 13px);
  font-weight: 600;
  line-height: 1.55;
}

.quote-card blockquote .quote-mark {
  display: block;
  height: 20px;
  color: #9fb7df;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 900;
  line-height: 0.72;
}

.quote-card figcaption {
  grid-column: 2;
  margin-top: 15px;
  color: #29313f;
  font-size: clamp(9px, 0.74vw, 13px);
  font-weight: 700;
}

.stats-panel {
  display: grid;
  align-content: center;
  min-height: clamp(182px, 18.8vw, 300px);
  padding: clamp(16px, 2vw, 34px);
  background: rgba(245, 238, 229, 0.86);
  text-align: center;
}

.stat strong {
  display: block;
  color: var(--blue);
  font-size: clamp(36px, 3.7vw, 62px);
  font-weight: 900;
  line-height: 1;
}

.stat strong .stat-denominator {
  font-size: 0.62em;
}

.stat strong .animated-number {
  font-size: 1em;
}

.stat strong .stat-denominator {
  font-size: 0.62em;
}

.stat strong .animated-number[data-prefix="+"] {
  min-width: 4ch;
}

.stat strong .stat-denominator {
  min-width: 1.35ch;
}

.stat > span {
  display: block;
  margin-top: 7px;
  color: #17202d;
  font-size: clamp(9px, 0.78vw, 14px);
  font-weight: 900;
}

.stat-divider {
  height: 1px;
  width: 78%;
  margin: clamp(15px, 1.7vw, 29px) auto;
  background: #cfc4b6;
}

.stars {
  margin-top: 8px;
  color: var(--blue);
  font-size: clamp(17px, 1.4vw, 23px);
  line-height: 1;
}

.cta-section {
  padding-top: clamp(9px, 1.4vw, 26px);
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: clamp(104px, 10.8vw, 174px);
  padding: clamp(18px, 2vw, 34px) clamp(30px, 3vw, 50px);
}

.cta-panel .section-kicker {
  margin-bottom: 8px;
}

.cta-panel h2 {
  color: var(--blue);
  font-size: clamp(30px, 3.4vw, 56px);
  font-weight: 900;
  line-height: 1;
}

.cta-panel p:not(.section-kicker) {
  margin-top: 10px;
  color: #293341;
  font-size: clamp(9px, 0.76vw, 13px);
  font-weight: 600;
}

.cta-action {
  display: grid;
  justify-items: center;
  gap: 15px;
  min-width: clamp(214px, 21vw, 340px);
}

.cta-action span {
  color: #4d5562;
  font-size: clamp(8px, 0.68vw, 12px);
  font-weight: 600;
}

body.intake-dialog-open {
  overflow: hidden;
}

.intake-dialog {
  width: min(calc(100% - 32px), 760px);
  max-height: min(calc(100vh - 32px), 820px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 18px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(20, 28, 40, 0.34);
}

.intake-dialog::backdrop {
  background: rgba(22, 28, 37, 0.68);
  backdrop-filter: blur(3px);
}

.intake-dialog-panel {
  position: relative;
  min-height: 100%;
  padding: clamp(30px, 4vw, 52px);
  background:
    radial-gradient(circle at 94% 4%, rgba(23, 100, 210, 0.1), transparent 28%),
    linear-gradient(180deg, #fffaf3 0%, #f8f1e8 100%);
}

.intake-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(32, 39, 51, 0.18);
  border-radius: 50%;
  color: #26303f;
  background: rgba(255, 250, 243, 0.92);
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.intake-dialog-close:hover,
.intake-dialog-close:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.intake-dialog-heading {
  max-width: 600px;
  padding-right: 36px;
}

.intake-dialog-heading h2,
.intake-dialog-success h2 {
  color: var(--blue);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.04;
}

.intake-dialog-heading > p:last-child,
.intake-dialog-success > p:not(.section-kicker) {
  max-width: 590px;
  margin-top: 14px;
  color: #3e4857;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.intake-form {
  margin-top: 28px;
}

.intake-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.intake-field {
  display: grid;
  gap: 8px;
  color: #242d38;
  font-size: 12px;
  font-weight: 800;
}

.intake-field-wide {
  grid-column: 1 / -1;
}

.intake-field input,
.intake-field select,
.intake-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cfc3b3;
  border-radius: 8px;
  color: #202733;
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}

.intake-field input,
.intake-field select {
  padding: 0 14px;
}

.intake-field textarea {
  min-height: 108px;
  padding: 14px;
  resize: vertical;
}

.intake-field input:focus,
.intake-field select:focus,
.intake-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 100, 210, 0.14);
}

.intake-form-note {
  margin-top: 18px;
  color: #596271;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.intake-form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.intake-form-actions .button,
.intake-dialog-success .button {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.intake-cancel {
  min-height: 44px;
  padding: 0 8px;
  border: 0;
  color: #384250;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.intake-cancel:hover,
.intake-cancel:focus-visible {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.intake-dialog-success {
  display: grid;
  justify-items: start;
  min-height: 390px;
  align-content: center;
}

.intake-dialog-success[hidden] {
  display: none;
}

.intake-success-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 30px;
  font-weight: 900;
}

.intake-dialog-success .button {
  margin-top: 26px;
}

.site-footer {
  padding: clamp(6px, 0.9vw, 18px) 0 clamp(28px, 3.2vw, 54px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1.35fr 1.55fr 0.8fr;
  gap: clamp(34px, 4.4vw, 72px);
  border-top: 1px solid #d3c8ba;
  padding-top: clamp(10px, 1.6vw, 30px);
}

.footer-brand {
  display: inline-block;
  margin-bottom: 15px;
  font-size: clamp(23px, 2.2vw, 35px);
}

.site-footer h2 {
  margin-bottom: 12px;
  color: #111923;
  font-size: clamp(8px, 0.68vw, 12px);
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer a:not(.brand),
.site-footer p {
  display: block;
  color: #222b38;
  font-size: clamp(8px, 0.7vw, 12px);
  font-weight: 600;
  line-height: 1.42;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-line svg {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  color: #1d2734;
  stroke-width: 1.8;
}

.socials {
  display: flex;
  gap: 22px;
  align-items: center;
}

.socials a {
  color: #242d38;
}

.socials svg {
  width: clamp(23px, 2vw, 32px);
  height: clamp(23px, 2vw, 32px);
  stroke-width: 2;
}

.sr-only {
  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) {
  :root {
    --shell: min(100% - 34px, 720px);
    --content: min(100% - 34px, 720px);
  }

  .site-header {
    position: relative;
    padding-block: 20px;
    background: #f5ede3;
  }

  .header-inner {
    grid-template-columns: auto auto;
  }

  .nav {
    display: none;
  }

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

  .hero::before {
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: clamp(96px, 28vw, 124px);
    pointer-events: none;
    content: "";
    background: linear-gradient(
      180deg,
      #f5ede3 0,
      rgba(245, 237, 227, 0.9) 24%,
      rgba(245, 237, 227, 0) 100%
    );
  }

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

  .hero-copy {
    order: 1;
    padding-top: 42px;
  }

  .hero-image {
    order: 2;
    height: auto;
  }

  .hero-image img {
    width: min(100%, 470px);
    margin: 0 auto;
  }

  .hero h1 {
    font-size: clamp(40px, 10.3vw, 52px);
  }

  .hero-actions,
  .cta-panel {
    align-items: flex-start;
  }

  .problem-grid,
  .approach-grid,
  .results-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .problem-grid {
    gap: 28px;
  }

  .approach-grid {
    gap: 30px;
  }

  .coach-photo {
    max-width: 360px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .step-arrow {
    display: none;
  }

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

  .quote-card + .quote-card {
    border-left: 0;
    border-top: 1px solid #cfc5b8;
    padding: 24px 0 0;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    column-gap: clamp(18px, 6vw, 42px);
    row-gap: 22px;
    padding-top: 22px;
  }

  .site-footer {
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  .footer-brand-block {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .footer-social {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    text-align: right;
  }

  .footer-navigation {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
  }

  .footer-information {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
  }

  .footer-contact {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 7px 18px;
    min-width: 0;
  }

  .footer-contact h2,
  .footer-contact .contact-line:first-of-type {
    grid-column: 1 / -1;
  }

  .footer-contact h2 {
    margin-bottom: 0;
  }

  .site-footer h2 {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .site-footer a:not(.brand),
  .site-footer p {
    font-size: 11px;
    line-height: 1.45;
  }

  .footer-brand {
    margin-bottom: 8px;
    font-size: 27px;
  }

  .footer-navigation a,
  .footer-information a {
    padding-block: 2px;
  }

  .site-footer .contact-line {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
  }

  .site-footer .contact-line svg {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
  }

  .footer-social .socials {
    justify-content: flex-end;
    gap: 4px;
  }

  .footer-social .socials a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
  }

  .footer-social .socials svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 14px;
  }

  .button-small {
    padding-inline: 16px;
    font-size: 11px;
  }

  .footer-grid {
    column-gap: 18px;
    row-gap: 20px;
    padding-top: 20px;
  }

  .footer-contact {
    column-gap: 12px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 17px;
  }

  .problem-heading h2,
  .approach-copy h2 {
    font-size: 25px;
  }

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

  .feature-card {
    min-height: 0;
  }

  .quote-card {
    grid-template-columns: 52px 1fr;
  }

  .cta-panel {
    padding: 24px 20px;
  }

  .cta-panel h2 {
    font-size: 38px;
  }

  .cta-action {
    justify-items: start;
    min-width: 0;
  }

  .intake-dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    border-radius: 13px;
  }

  .intake-dialog-panel {
    padding: 30px 20px 24px;
  }

  .intake-dialog-close {
    position: sticky;
    top: 10px;
    margin-bottom: -44px;
    margin-left: auto;
  }

  .intake-dialog-heading {
    padding-right: 34px;
  }

  .intake-field-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .intake-field-wide {
    grid-column: auto;
  }

  .intake-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .intake-form-actions .button,
  .intake-cancel {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animated-number.is-counting {
    animation: none;
  }
}
