@font-face {
  font-family: Onest;
  src: url("assets/fonts/Onest-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --blue: #3970c2;
  --blue-dark: #215eae;
  --navy: #13203e;
  --muted: #5b6a88;
  --pale: #edf5ff;
  --pale-2: #e6f1ff;
  --line: #d8e6f8;
  --soft: #f6f9fd;
  --radius: 20px;
  --section-space: 78px;
  --card-gap: 22px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--navy);
  font-family: Onest, Arial, sans-serif;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 1.35em;
  height: 1.35em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.container {
  width: min(calc(100% - clamp(40px, 5.2vw, 120px)), 2040px);
  margin-inline: auto;
}
.section {
  padding: var(--section-space) 0;
}
.section-soft {
  background: linear-gradient(105deg, #f4f9ff, #f8fbff 54%, #eff6ff);
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.1;
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(36px, 3vw, 48px);
  margin: 0;
  font-weight: 630;
}
h3 {
  font-size: clamp(22px, 1.8vw, 29px);
  font-weight: 600;
}
strong,
b {
  font-weight: 620;
}
.soft-highlight {
  font-weight: inherit;
  padding-inline: 0.04em;
  background: linear-gradient(
    to bottom,
    transparent 68%,
    #dcecff 68%,
    #dcecff 94%,
    transparent 94%
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
p {
  font-size: 19px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.055em;
  color: #537098;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 18px;
}
.section-lead {
  font-size: clamp(19px, 1.45vw, 24px);
  color: #4c5d7d;
  line-height: 1.32;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}
.section-heading > p,
.section-heading > div + p {
  color: var(--muted);
  font-size: 19px;
  text-align: right;
  margin: 0 0 7px;
  max-width: 610px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 13px 28px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #3979d6, #2767c6);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 3px 10px #286bcc17;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    filter 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px #286bcc2e;
  filter: saturate(1.05);
}
.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid #8dbaff;
  outline-offset: 3px;
}
.button .icon {
  width: 23px;
  height: 23px;
}

/* Header and first screen */
.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  white-space: nowrap;
  color: #14213f;
  font-weight: 650;
  letter-spacing: 0.13em;
  font-size: 25px;
}
.brand-mark svg {
  width: 58px;
  height: 48px;
  display: block;
}
.main-nav {
  display: flex;
  gap: clamp(32px, 5vw, 90px);
  margin-left: auto;
  margin-right: auto;
}
.main-nav a {
  text-decoration: none;
  font-size: 19px;
  color: #182440;
  white-space: nowrap;
}
.main-nav a:hover,
.footer-links a:hover {
  color: var(--blue);
}
.button-header {
  min-height: 60px;
  padding: 16px 36px;
  font-size: 20px;
}
.mobile-nav-link {
  display: none;
  color: var(--blue);
}
.hero {
  height: clamp(630px, 36vw, 735px);
  border-radius: 23px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #f3f8ff 0%, #edf5ff 53%, #eaf3fc 100%);
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 41%;
  background-image: url("assets/01-hero.png");
  background-size: cover;
  background-position: center 48%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 28%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(52%, 850px);
  padding: 48px 0 0 52px;
}
.hero h1 {
  font-size: clamp(47px, 3.6vw, 64px);
  font-weight: 650;
  max-width: 800px;
  margin: 22px 0 22px;
  letter-spacing: -0.035em;
}
.hero-lead {
  max-width: 640px;
  font-size: clamp(24px, 1.8vw, 31px);
  line-height: 1.22;
  margin: 0 0 28px;
}
.hero-button {
  min-width: 410px;
}
.microcopy {
  font-size: 17px;
  color: #526380;
  margin: 12px 0 0;
}
.handwritten {
  font-family: Onest, Arial, sans-serif;
  font-size: clamp(19px, 2vw, 32px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.22;
  transform: rotate(-7deg);
  color: #172849;
}
.hero-scribble {
  position: absolute;
  top: 93px;
  left: 48%;
  z-index: 1;
}
.scribble-line {
  display: block;
  background: currentColor;
  width: 54px;
  height: 2px;
  margin-top: 12px;
  transform: rotate(-4deg);
}
.hero-facts {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 52px;
  display: flex;
  gap: 15px;
  align-items: stretch;
  max-width: calc(100% - 105px);
}
.hero-fact {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 19px;
  min-width: 235px;
  padding: 14px 20px;
  font-size: 17px;
  box-shadow: 0 8px 30px #7ba1cb14;
}
.hero-fact-wide {
  min-width: 365px;
}
.hero-fact small {
  display: block;
  font-size: 14px;
  color: #5f708e;
  margin-top: 3px;
}
.fact-icon {
  display: grid;
  place-items: center;
  color: #286dc9;
}
.fact-icon .icon {
  height: 40px;
  width: 40px;
  stroke-width: 2.3;
}
.guarantee-teaser {
  min-height: 94px;
  margin-top: 14px;
  margin-bottom: 0;
  border-radius: 22px;
  background: linear-gradient(100deg, #e5f1ff, #f0f7ff);
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 16px 38px;
  text-decoration: none;
  color: #1c5eac;
}
.guarantee-teaser strong {
  font-size: clamp(20px, 2vw, 31px);
  letter-spacing: -0.03em;
}
.guarantee-teaser span {
  font-size: 17px;
  margin-left: auto;
  max-width: 430px;
}
.teaser-shield {
  width: 58px;
  height: 58px;
  stroke-width: 2.3;
}
.teaser-arrow {
  width: 35px;
  height: 35px;
}

/* Symptoms */
.symptom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--card-gap);
}
.symptom-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 14px;
  min-width: 0;
  box-shadow: 0 14px 35px #cbdcef12;
}
.symptom-image {
  height: clamp(210px, 14vw, 285px);
  position: relative;
}
.symptom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.symptom-card:nth-child(2) img {
  object-position: 50% 50%;
}
.symptom-card:nth-child(3) img {
  object-position: 50% 60%;
}
.float-icon {
  position: absolute;
  left: 16px;
  bottom: -16px;
  width: 66px;
  height: 66px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 19px #77a0d126;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: #2c74d1;
}
.float-icon .icon {
  width: 36px;
  height: 36px;
  stroke-width: 2.1;
}
.symptom-body {
  padding: 24px 8px 0;
  display: flex;
  flex-direction: column;
  min-height: 205px;
}
.symptom-body h3 {
  font-size: clamp(22px, 1.8vw, 29px);
  margin: 0 0 8px;
}
.symptom-body p {
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.24;
  color: var(--muted);
  margin: 0 0 18px;
}
.quote-strip {
  margin-top: auto;
  border-radius: 14px;
  background: #e9f3ff;
  padding: 10px 12px;
  color: #2a69bf;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.symptom-connector {
  height: 88px;
  position: relative;
  display: grid;
  place-items: center;
}
.symptom-connector:before {
  content: "";
  position: absolute;
  top: 0;
  width: 65%;
  height: 50px;
  border: 3px solid var(--blue);
  border-top: none;
  border-radius: 0 0 100px 100px;
}
.symptom-connector span {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #3474d0;
  color: white;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 0 0 6px #f4f9ff;
}
.insight-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 21px;
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 30px;
  box-shadow: 0 8px 26px #96b7da14;
}
.insight-card > .icon {
  height: 64px;
  width: 64px;
  color: #276abd;
  stroke-width: 2.1;
}
.insight-card strong {
  font-size: clamp(21px, 1.75vw, 28px);
  letter-spacing: -0.025em;
}
.insight-card p {
  color: var(--muted);
  font-size: clamp(17px, 1.3vw, 21px);
  margin: 5px 0 0;
}

/* Method and report */
.method-section {
  padding: var(--section-space) 0;
}
.method-grid {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 36px;
  align-items: center;
}
.method-copy h2 {
  max-width: 720px;
}
.method-copy > .section-lead {
  max-width: 720px;
  margin: 22px 0 30px;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.stat-card {
  background: #edf5ff;
  border-radius: 20px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px 12px;
}
.stat-card .icon {
  height: 54px;
  width: 54px;
  color: #2a6fc9;
  margin-bottom: 16px;
  stroke-width: 1.7;
}
.stat-card strong {
  font-size: clamp(29px, 2.25vw, 40px);
  color: #2367bd;
  letter-spacing: -0.035em;
}
.stat-card span {
  font-size: clamp(15px, 1.3vw, 20px);
  margin-top: 8px;
}
.report-demo {
  background: #e8f3ff;
  border-radius: 23px;
  padding: 20px;
  min-width: 0;
}
.report-demo h3 {
  color: #2465b6;
  font-size: clamp(24px, 1.9vw, 31px);
  margin: 0 0 18px;
}
.report-demo h4 {
  font-size: clamp(17px, 1.3vw, 22px);
  margin: 0 0 16px;
}
.report-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 14px;
}
.report-panel,
.report-answers {
  background: #fff;
  border-radius: 17px;
  padding: 18px;
  min-width: 0;
}
.factor-list {
  display: grid;
  gap: 10px;
}
.factor-list > div {
  display: grid;
  grid-template-columns: minmax(100px, 43%) 1fr;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  white-space: nowrap;
}
.factor-list i {
  height: 20px;
  border-radius: 5px;
  display: block;
  background: #e5f0ff;
  overflow: hidden;
}
.factor-list i:before {
  content: "";
  display: block;
  width: var(--bar);
  height: 100%;
  background: linear-gradient(90deg, #5794eb, #286bcb);
  border-radius: 5px;
}
.donut-panel {
  display: flex;
  flex-direction: column;
}
.donut {
  margin: auto;
  width: min(100%, 175px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(
    #286dca 0 68%,
    #6aabf5 68% 79%,
    #a5ccfa 79% 88%,
    #d3e7ff 88% 100%
  );
  position: relative;
}
.donut:before {
  content: "";
  position: absolute;
  width: 53%;
  height: 53%;
  border-radius: 50%;
  background: #fff;
}
.donut .icon {
  z-index: 1;
  color: var(--blue);
  width: 65px;
  height: 65px;
}
.report-answers {
  margin-top: 14px;
}
.report-answers > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.report-answers span {
  border-radius: 12px;
  background: #edf5ff;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  min-width: 0;
}
.report-answers .icon {
  background: #d5e8ff;
  border-radius: 50%;
  padding: 6px;
  box-sizing: content-box;
  color: #2f72cd;
  width: 22px;
  height: 22px;
}
.demo-caption {
  font-size: 12px;
  color: #5d7697;
  display: block;
  margin: 8px 4px 0;
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}
.step-card {
  min-width: 0;
  border-radius: 22px;
  background: #fff;
  padding: 22px 22px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
}
.step-card:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -27px;
  top: 47%;
  font-size: 35px;
  color: #2970c9;
  font-weight: 300;
}
.step-label {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 20px;
}
.step-label b {
  height: 63px;
  min-width: 68px;
  border-radius: 18px;
  background: linear-gradient(130deg, #3b80d9, #2468c5);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
}
.step-label span {
  background: #e7f2ff;
  border-radius: 16px;
  color: #2867bb;
  font-size: 20px;
  font-weight: 600;
  padding: 17px 20px;
  white-space: nowrap;
}
.step-card h3 {
  margin: 0 0 11px;
}
.step-card > p {
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.25;
  margin: 0 0 18px;
}
.step-visual {
  margin-top: auto;
  height: 225px;
  border-radius: 21px;
  background: #eff7ff;
  min-width: 0;
  overflow: hidden;
}
.survey-visual {
  position: relative;
  overflow: visible;
}
.survey-paper {
  position: absolute;
  inset: 16px 28px 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 10px 27px #9db9d435;
  border-radius: 17px;
  padding: 24px;
  transform: rotate(-5deg);
}
.survey-paper strong {
  display: block;
  font-size: 19px;
  margin-bottom: 16px;
  white-space: nowrap;
}
.survey-paper small {
  float: right;
  color: #8d9db5;
}
.survey-paper i {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 35px;
  font-style: normal;
}
.survey-paper em {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  background: #3479d1;
  color: #fff;
  font-style: normal;
  font-size: 18px;
  display: grid;
  place-items: center;
  line-height: 1;
}
.survey-paper em .icon {
  width: 18px;
  height: 18px;
  stroke-width: 3;
}
.survey-paper i:nth-of-type(even) em {
  background: #fff;
  border: 3px solid #9dadc2;
}
.survey-paper i span {
  height: 12px;
  width: 70%;
  border-radius: 10px;
  background: #dbe3ef;
}
.survey-paper i:nth-of-type(even) span {
  width: 48%;
}
.survey-lock {
  position: absolute;
  bottom: -10px;
  right: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 19px #9db9d438;
  padding: 10px 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2b69bd;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}
.survey-lock .icon {
  height: 25px;
  width: 25px;
}
.mini-report {
  background: #fff;
  border: 10px solid #e9f4ff;
  padding: 18px 14px;
}
.mini-report strong {
  display: block;
  font-size: 22px;
  margin-bottom: 16px;
}
.mini-report .factor-list {
  gap: 8px;
}
.mini-report .factor-list > div {
  font-size: 13px;
  grid-template-columns: 47% 1fr;
  gap: 4px;
}
.mini-report .factor-list i {
  height: 17px;
}
.compare-mini {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px 9px;
}
.compare-mini > div {
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  min-width: 0;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.compare-mini strong {
  font-size: 19px;
}
.compare-mini span {
  display: block;
  border-radius: 8px;
  background: #eff5fc;
  padding: 9px 5px;
  color: #4f6484;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.compare-mini span .icon,
.compare-mini span i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: -2px;
}
.compare-mini span .icon {
  color: #2b70c8;
  stroke-width: 3;
}
.compare-mini span i {
  border: 1px solid #9fb7d6;
  border-radius: 2px;
}
.compare-mini > div:last-child span {
  color: #225caa;
}
.compare-mini > .icon {
  width: 26px;
  height: 26px;
  color: var(--blue);
}
.steps-button {
  display: flex;
  width: fit-content;
  margin: 28px auto 0;
  min-width: 430px;
}

/* Results and guarantee */
.result-heading {
  margin-bottom: 28px;
}
.result-heading .eyebrow {
  margin-bottom: 12px;
}
.results-grid {
  display: grid;
  grid-template-columns: 1.04fr 1.08fr 0.84fr;
  gap: var(--card-gap);
  align-items: stretch;
  height: 400px;
}
.results-photo,
.pilot-photo,
.author-photo,
.faq-photo {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.results-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.results-photo .handwritten {
  position: absolute;
  top: 30px;
  left: 28px;
  font-size: 27px;
}
.before-after {
  border: 1px solid var(--line);
  border-radius: 21px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 35px 1fr;
  gap: 8px;
  min-width: 0;
}
.before-col,
.after-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.after-col {
  background: #eaf4ff;
  border-radius: 15px;
  padding: 12px;
}
.before-after h3 {
  font-size: 30px;
  margin: 0 0 5px;
}
.after-col h3 {
  color: #2368bd;
}
.before-after p {
  font-size: 17px;
  min-height: 40px;
  color: #5e6e8a;
  margin: 0 0 16px;
}
.before-after span {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #f2f6fb;
  border-radius: 12px;
  padding: 10px 8px;
  margin-bottom: 10px;
  font-size: 16px;
  min-height: 64px;
}
.after-col span {
  background: #fff;
}
.before-after span .icon {
  background: #9eacc0;
  color: #fff;
  border-radius: 9px;
  width: 24px;
  height: 24px;
  padding: 5px;
  box-sizing: content-box;
}
.after-col span .icon {
  background: #3176ce;
}
.compare-arrow {
  color: var(--blue);
  align-self: center;
  width: 34px;
  height: 34px;
}
.result-benefits {
  display: grid;
  gap: 12px;
}
.result-benefits > div {
  border: 1px solid var(--line);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
}
.result-benefits > div > span {
  width: 78px;
  height: 78px;
  flex: none;
  border-radius: 50%;
  background: #eaf4ff;
  color: #2d70c9;
  display: grid;
  place-items: center;
}
.result-benefits .icon {
  width: 43px;
  height: 43px;
  stroke-width: 2.4;
}
.result-benefits p {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}
.result-benefits strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  margin-bottom: 5px;
}
.guarantee-section {
  padding: 32px 0;
}
.guarantee-card {
  background: #e9f4ff;
  border-radius: 26px;
  min-height: 230px;
  padding: 26px 42px;
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.32fr;
  align-items: center;
  gap: 24px;
}
.guarantee-card h2 {
  font-size: clamp(36px, 2.65vw, 44px);
  margin-bottom: 10px;
}
.guarantee-card p {
  color: #4c5b76;
  font-size: clamp(18px, 1.25vw, 21px);
  max-width: 730px;
  margin: 0 0 12px;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #2467bb;
  font-weight: 600;
  font-size: 18px;
  text-underline-offset: 5px;
}
.text-link .icon {
  width: 24px;
  height: 24px;
}
.guarantee-value {
  color: #2c6dc6;
  font-size: clamp(65px, 5.1vw, 86px);
  font-weight: 650;
  letter-spacing: -0.075em;
  white-space: nowrap;
}
.guarantee-image {
  width: 125px;
  max-width: 100%;
}

/* Pilot, author, FAQ */
.pilot-section {
  padding-top: 54px;
  padding-bottom: 56px;
}
.pilot-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr 1fr;
  gap: var(--card-gap);
  height: 335px;
}
.pilot-copy,
.pilot-count {
  border: 1px solid var(--line);
  border-radius: 21px;
  padding: 20px;
  min-width: 0;
}
.pilot-title {
  display: flex;
  gap: 16px;
  align-items: center;
}
.pilot-title h3 {
  margin: 0;
}
.round-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #e7f2ff;
  display: grid;
  place-items: center;
  color: #2d70c8;
  flex: none;
}
.round-icon .icon {
  width: 41px;
  height: 41px;
  fill: none;
  stroke: #2d70c8;
}
.pilot-copy > p {
  font-size: clamp(18px, 1.35vw, 22px);
  color: var(--muted);
  line-height: 1.25;
  margin: 22px 0 26px;
}
.pilot-copy .button {
  width: 100%;
  white-space: nowrap;
  padding-inline: 15px;
}
.pilot-count {
  background: #eaf4ff;
}
.pilot-count > strong {
  font-size: clamp(75px, 6vw, 104px);
  line-height: 0.9;
  color: #2a6dc7;
  letter-spacing: -0.06em;
}
.pilot-count h3 {
  font-size: 24px;
  margin: 5px 0 12px;
}
.avatar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  max-width: 250px;
}
.avatar-grid span {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: #3375ce;
  overflow: hidden;
}
.avatar-grid .icon {
  width: 60%;
  height: 60%;
  stroke-width: 2.3;
}
.pilot-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 36% 50%;
}
.pilot-photo .handwritten {
  position: absolute;
  right: 16px;
  top: 28px;
  font-size: 26px;
}
.process-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
  padding: 0 10px;
}
.process-row div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 19px;
  font-weight: 600;
  white-space: nowrap;
}
.process-row div .icon {
  color: var(--blue);
  background: #eaf4ff;
  border-radius: 18px;
  box-sizing: content-box;
  padding: 11px;
  width: 34px;
  height: 34px;
}
.process-arrow {
  color: var(--blue);
  width: 28px;
  height: 28px;
}
.author-section h2 {
  margin-bottom: 22px;
}
.author-section {
  padding-top: 56px;
  padding-bottom: 56px;
}
.author-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.8fr 1.04fr;
  gap: var(--card-gap);
  height: 305px;
}
.author-photo {
  min-height: 275px;
}
.author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
}
.author-copy,
.author-process {
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
}
.author-copy .eyebrow {
  margin-bottom: 18px;
}
.author-copy h3 {
  font-size: clamp(27px, 2.2vw, 36px);
  margin-bottom: 18px;
}
.author-copy > p:last-child {
  font-size: clamp(17px, 1.35vw, 22px);
  color: var(--muted);
}
.author-process {
  background: #eaf4ff;
  display: grid;
  place-items: center;
}
.author-process-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.author-process-icons div {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  white-space: nowrap;
}
.author-process-icons div span {
  width: clamp(65px, 5.5vw, 92px);
  height: clamp(65px, 5.5vw, 92px);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: #2b71ca;
  margin: 0 auto 15px;
}
.author-process-icons div .icon {
  width: 50%;
  height: 50%;
}
.author-process-icons > .icon {
  width: 28px;
  color: #2c6fc6;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: var(--card-gap);
  align-items: center;
}
.faq-grid h2 {
  font-size: clamp(40px, 3vw, 49px);
  margin-bottom: 10px;
}
.faq-grid .section-lead {
  margin-bottom: 25px;
}
.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 12px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  align-self: start;
  overflow: hidden;
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: clamp(16px, 1.2vw, 20px);
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  color: #2c71c9;
  font-size: 30px;
  line-height: 0.7;
  flex: none;
  font-weight: 300;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  color: #5d6d87;
  font-size: 16px;
  padding: 0 24px 20px;
  margin: 0;
  line-height: 1.45;
}
.faq-photo {
  height: 355px;
}
.faq-section {
  padding-top: 58px;
  padding-bottom: 58px;
}
.faq-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% center;
}
.speech {
  position: absolute;
  right: 16px;
  background: #fff;
  border: 2px solid #4386e6;
  border-radius: 20px;
  padding: 14px 17px;
  font-size: 18px;
  line-height: 1.27;
  max-width: 48%;
  box-shadow: 0 6px 19px #92b4db22;
}
.speech-question {
  top: 66px;
}
.speech-answer {
  top: 185px;
  background: #ecf5ff;
}

/* Form and footer */
.request-section {
  border-radius: 32px;
  background: #f1f7ff;
  min-height: clamp(450px, 31.3vw, 610px);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(390px, 28vw, 540px);
  gap: 24px;
  align-items: center;
  padding: clamp(20px, 1.5vw, 30px) clamp(22px, 1.5vw, 30px)
    clamp(20px, 1.5vw, 30px) clamp(34px, 2.6vw, 50px);
}
.request-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #f3f9ff 0%,
      #f3f9fff7 22%,
      #f3f9ffe8 31%,
      #f3f9ff0a 49%,
      #f3f9ff00 75%,
      #f3f9ff66 100%
    ),
    url("assets/10-form-desk-v2.png");
  background-size: cover;
  background-position: center;
}
.request-copy,
.request-form {
  position: relative;
  z-index: 1;
}
.request-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: clamp(540px, 35vw, 700px);
  padding-top: clamp(35px, 2.65vw, 52px);
}
.request-copy h2 {
  font-size: clamp(42px, 2.8vw, 56px);
  line-height: 1.04;
}
.request-copy > p {
  font-size: clamp(21px, 1.95vw, 38px);
  color: #465a7c;
  max-width: clamp(455px, 31vw, 620px);
  line-height: 1.24;
  margin: clamp(26px, 1.8vw, 36px) 0 clamp(28px, 2vw, 40px);
}
.request-guarantee {
  width: fit-content;
  border-radius: 24px;
  background: #dcecff;
  padding: clamp(13px, 1.3vw, 24px) clamp(16px, 1.5vw, 30px);
  display: flex;
  gap: clamp(12px, 1.2vw, 23px);
  align-items: center;
  color: #1d62b5;
  font-size: clamp(17px, 1.35vw, 27px);
  font-weight: 600;
}
.request-guarantee .icon {
  height: clamp(38px, 3.3vw, 64px);
  width: clamp(38px, 3.3vw, 64px);
}
.request-form {
  background: #fff;
  border-radius: 30px;
  padding: clamp(24px, 1.9vw, 40px);
  display: grid;
  gap: clamp(10px, 0.9vw, 17px);
  width: 100%;
  min-height: clamp(405px, 28.4vw, 552px);
  justify-self: end;
  box-shadow: 0 12px 32px #b3cae31c;
}
.request-form label {
  display: grid;
  gap: 4px;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.1;
}
.request-form input {
  width: 100%;
  border: 1px solid #c7d9f1;
  border-radius: 9px;
  padding: 9px 15px;
  font-size: clamp(16px, 1.2vw, 24px);
  outline: none;
  color: var(--navy);
  background: #fff;
  min-height: clamp(45px, 2.7vw, 54px);
}
.request-form input:focus {
  border-color: #3970c2;
  box-shadow: 0 0 0 3px #e1efff;
}
.request-form input::placeholder {
  color: #8a9ab3;
}
.request-form .button {
  width: 100%;
  margin-top: 0;
  min-height: clamp(53px, 3.6vw, 70px);
  font-size: clamp(18px, 1.45vw, 29px);
  font-weight: 550;
}
.request-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 44px;
  color: #61718d;
  font-size: clamp(14px, 1.05vw, 20px);
  line-height: 1.35;
  font-weight: 400;
  margin: 0;
}
.request-form .form-consent input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  flex: none;
  padding: 0;
  margin: 2px 0 0;
  border-radius: 5px;
  accent-color: var(--blue);
  cursor: pointer;
}
.form-status {
  background: #e8f3ff;
  border-radius: 10px;
  padding: 10px;
  color: #245fae;
  font-size: 15px;
  margin: 0;
}
.lead-dialog {
  width: min(520px, calc(100% - 24px));
  max-height: min(90dvh, 820px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #d9e7f8;
  border-radius: 26px;
  padding: 28px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 28px 90px #10223e55;
}
body.lead-modal-open {
  overflow: hidden;
}
.lead-dialog::backdrop {
  background: #0e203ab8;
  backdrop-filter: blur(5px);
}
.lead-dialog h2 {
  font-size: clamp(28px, 5vw, 34px);
  padding-right: 42px;
  margin-bottom: 10px;
}
.lead-dialog > p {
  color: #536581;
  font-size: 16px;
  margin-bottom: 22px;
}
.lead-dialog-close {
  position: absolute;
  top: 17px;
  right: 17px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: #edf5ff;
  color: var(--blue);
  cursor: pointer;
}
.lead-dialog-close:focus-visible {
  outline: 3px solid #8dbaff;
  outline-offset: 2px;
}
.lead-dialog .request-form {
  width: 100%;
  min-height: 0;
  padding: 0;
  gap: 12px;
  border-radius: 0;
  box-shadow: none;
}
.lead-dialog .request-form label:not(.form-consent) {
  font-size: 16px;
}
.lead-dialog .request-form input:not([type="checkbox"]) {
  min-height: 48px;
  font-size: 16px;
}
.lead-dialog .request-form .form-consent {
  font-size: 14px;
}
.lead-dialog .request-form .button {
  min-height: 52px;
  font-size: 17px;
}
.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 33px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.site-footer .brand {
  font-size: 21px;
}
.site-footer .brand-mark svg {
  width: 50px;
  height: 40px;
}
.footer-links {
  display: flex;
  gap: clamp(45px, 5vw, 100px);
  margin-left: auto;
  font-size: 16px;
  color: #53627b;
}
.site-footer p {
  text-align: right;
  font-size: 15px;
  font-style: italic;
  color: #5c6c89;
  margin: 0;
}
@media (max-width: 1250px) {
  .container {
    width: min(100% - 40px, 1550px);
  }
  .site-header {
    height: 82px;
  }
  .brand {
    font-size: 20px;
  }
  .brand-mark svg {
    width: 48px;
    height: 40px;
  }
  .main-nav {
    gap: 28px;
  }
  .main-nav a {
    font-size: 16px;
  }
  .button-header {
    font-size: 17px;
    min-height: 50px;
    padding: 12px 22px;
  }
  .hero {
    min-height: 600px;
  }
  .hero-content {
    padding: 42px 0 160px 38px;
    width: 60%;
  }
  .hero h1 {
    font-size: clamp(43px, 4.5vw, 63px);
  }
  .hero-lead {
    font-size: 27px;
  }
  .hero-facts {
    left: 38px;
  }
  .hero-fact {
    min-width: 205px;
    font-size: 16px;
    padding: 13px 16px;
  }
  .hero-fact-wide {
    min-width: 310px;
  }
  .fact-icon .icon {
    width: 36px;
    height: 36px;
  }
  .guarantee-teaser {
    padding: 17px 26px;
  }
  .guarantee-teaser span {
    display: none;
  }
  .steps-grid {
    gap: 30px;
  }
  .step-card {
    padding: 19px;
    min-height: 565px;
  }
  .step-card:not(:last-child):after {
    right: -29px;
    font-size: 38px;
  }
  .step-label b {
    min-width: 62px;
    height: 60px;
    font-size: 35px;
  }
  .step-label span {
    font-size: 18px;
    padding: 18px;
  }
  .step-visual {
    height: 215px;
  }
  .survey-paper {
    padding: 16px;
  }
  .survey-paper i {
    height: 28px;
  }
  .survey-lock {
    font-size: 13px;
  }
  .results-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
  .result-benefits {
    grid-column: 1/-1;
    grid-template-columns: repeat(3, 1fr);
  }
  .result-benefits > div {
    padding: 15px;
    gap: 12px;
  }
  .result-benefits > div > span {
    width: 70px;
    height: 70px;
  }
  .result-benefits .icon {
    width: 39px;
    height: 39px;
  }
  .result-benefits strong {
    font-size: 18px;
  }
  .result-benefits p {
    font-size: 15px;
  }
  .guarantee-card {
    grid-template-columns: 1.2fr 0.7fr 0.25fr;
    padding: 35px;
  }
  .guarantee-image {
    width: 120px;
  }
  .pilot-copy,
  .pilot-count {
    padding: 22px;
  }
  .pilot-grid,
  .author-grid {
    height: auto;
  }
  .pilot-copy .button {
    font-size: 15px;
  }
  .pilot-title h3 {
    font-size: 26px;
  }
  .round-icon {
    width: 65px;
    height: 65px;
  }
  .round-icon .icon {
    width: 40px;
    height: 40px;
  }
  .process-row div {
    font-size: 18px;
  }
  .process-row div .icon {
    width: 28px;
    height: 28px;
  }
  .author-copy,
  .author-process {
    padding: 25px;
  }
  .author-grid {
    grid-template-columns: 1fr 1fr;
  }
  .author-process {
    grid-column: 1/-1;
    min-height: 190px;
  }
  .author-process-icons {
    justify-content: center;
    gap: 20px;
  }
  .author-process-icons div span {
    width: 76px;
    height: 76px;
  }
  .faq-grid {
    grid-template-columns: 1.35fr 0.85fr;
  }
  .speech {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  .container {
    width: min(100% - 28px, 680px);
  }
  .section {
    padding: 50px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .section-heading > p,
  .section-heading > div + p {
    text-align: left;
    margin: 12px 0 0;
  }
  .site-header {
    height: 68px;
  }
  .main-nav,
  .button-header {
    display: none;
  }
  .mobile-nav-link {
    display: block;
    margin-left: auto;
  }
  .mobile-nav-link .icon {
    height: 29px;
    width: 29px;
  }
  .brand {
    font-size: 18px;
    gap: 9px;
  }
  .brand-mark svg {
    width: 40px;
    height: 34px;
  }
  .hero {
    min-height: 820px;
  }
  .hero-photo {
    inset: 0;
    -webkit-mask-image: none;
    mask-image: none;
    background-image:
      linear-gradient(
        180deg,
        #f3f9ff 0%,
        #f3f9ff 34%,
        #f3f9ffed 49%,
        #f3f9ff80 67%,
        transparent 84%
      ),
      url("assets/01-hero.png");
    background-size: cover;
    background-position: 58% bottom;
  }
  .hero-content {
    width: 100%;
    padding: 30px 24px 0;
  }
  .hero h1 {
    font-size: clamp(38px, 8vw, 58px);
    margin: 18px 0;
  }
  .hero-lead {
    font-size: clamp(21px, 5vw, 29px);
    max-width: 560px;
    margin-bottom: 20px;
  }
  .hero-button {
    min-width: 0;
    width: auto;
    font-size: 16px;
    min-height: 55px;
  }
  .hero-scribble {
    display: none;
  }
  .hero-facts {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    gap: 7px;
  }
  .hero-fact {
    min-width: 0;
    flex: 1;
    padding: 9px 8px;
    gap: 6px;
    font-size: 12px;
    border-radius: 10px;
  }
  .hero-fact-wide {
    display: none;
  }
  .hero-fact small {
    display: none;
  }
  .fact-icon .icon {
    width: 26px;
    height: 26px;
  }
  .guarantee-teaser {
    min-height: 85px;
    padding: 15px;
    gap: 12px;
  }
  .guarantee-teaser strong {
    font-size: 17px;
  }
  .teaser-shield {
    width: 35px;
    height: 35px;
  }
  .teaser-arrow {
    width: 22px;
    height: 22px;
    margin-left: auto;
  }
  .symptom-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .symptom-card {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 14px;
    padding: 10px;
  }
  .symptom-image {
    height: 100%;
    min-height: 170px;
  }
  .float-icon {
    width: 43px;
    height: 43px;
    left: 6px;
    bottom: 5px;
    border-radius: 10px;
  }
  .float-icon .icon {
    width: 26px;
    height: 26px;
  }
  .symptom-body {
    padding: 5px 0;
    min-height: 0;
  }
  .symptom-body h3 {
    font-size: 20px;
  }
  .symptom-body p {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .quote-strip {
    font-size: 13px;
    padding: 8px;
  }
  .symptom-connector {
    height: 75px;
  }
  .symptom-connector:before {
    height: 40px;
  }
  .symptom-connector span {
    height: 50px;
    width: 50px;
    font-size: 35px;
  }
  .insight-card {
    padding: 18px;
    gap: 12px;
  }
  .insight-card > .icon {
    width: 48px;
    height: 48px;
  }
  .insight-card strong {
    font-size: 21px;
  }
  .insight-card p {
    font-size: 16px;
  }
  .method-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .method-copy > .section-lead {
    font-size: 20px;
    margin: 16px 0 20px;
  }
  .stat-card {
    min-height: 150px;
    padding: 12px 5px;
  }
  .stat-card .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .stat-card strong {
    font-size: 27px;
  }
  .stat-card span {
    font-size: 13px;
  }
  .report-demo {
    padding: 16px;
  }
  .report-main {
    grid-template-columns: 1.3fr 0.8fr;
  }
  .report-panel,
  .report-answers {
    padding: 13px;
  }
  .report-demo h3 {
    font-size: 25px;
  }
  .report-demo h4 {
    font-size: 17px;
  }
  .factor-list > div {
    font-size: 12px;
    grid-template-columns: 45% 1fr;
    gap: 5px;
  }
  .factor-list i {
    height: 13px;
  }
  .donut .icon {
    height: 35px;
    width: 35px;
  }
  .report-answers > div {
    grid-template-columns: 1fr;
  }
  .report-answers span {
    font-size: 13px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .step-card {
    min-height: 0;
    padding: 21px;
    display: grid;
    grid-template-columns: 1fr 170px;
    grid-template-rows: auto auto 1fr;
    gap: 0 18px;
  }
  .step-card:not(:last-child):after {
    display: none;
  }
  .step-label {
    grid-column: 1;
    margin-bottom: 15px;
  }
  .step-card h3 {
    grid-column: 1;
    font-size: 25px;
  }
  .step-card > p {
    grid-column: 1;
    font-size: 18px;
    margin: 0;
  }
  .step-visual {
    grid-column: 2;
    grid-row: 1/4;
    height: 190px;
  }
  .step-label b {
    height: 45px;
    min-width: 48px;
    font-size: 26px;
    border-radius: 10px;
  }
  .step-label span {
    font-size: 16px;
    padding: 12px;
  }
  .survey-paper {
    inset: 12px 12px 18px;
    padding: 11px;
  }
  .survey-paper strong {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .survey-paper small {
    display: none;
  }
  .survey-paper i {
    height: 23px;
    gap: 6px;
  }
  .survey-paper em {
    height: 14px;
    width: 14px;
    font-size: 11px;
  }
  .survey-paper em .icon {
    width: 11px;
    height: 11px;
  }
  .survey-paper i span {
    height: 7px;
  }
  .survey-lock {
    font-size: 9px;
    padding: 6px;
    bottom: 0;
    right: 3px;
  }
  .survey-lock .icon {
    height: 16px;
    width: 16px;
  }
  .mini-report {
    border-width: 6px;
    padding: 10px 5px;
  }
  .mini-report strong {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .mini-report .factor-list > div {
    font-size: 8px;
  }
  .mini-report .factor-list i {
    height: 9px;
  }
  .compare-mini {
    padding: 7px 3px;
    gap: 2px;
  }
  .compare-mini > div {
    padding: 10px;
    gap: 5px;
  }
  .compare-mini strong {
    font-size: 12px;
  }
  .compare-mini span {
    font-size: 8px;
    padding: 5px 2px;
  }
  .compare-mini > .icon {
    width: 12px;
  }
  .steps-button {
    width: 100%;
    min-width: 0;
    margin-top: 20px;
  }
  .results-grid {
    grid-template-columns: 1fr;
  }
  .results-photo {
    height: 345px;
  }
  .before-after {
    padding: 16px;
  }
  .before-after h3 {
    font-size: 26px;
  }
  .before-after p {
    font-size: 15px;
    min-height: 40px;
  }
  .before-after span {
    font-size: 14px;
    min-height: 61px;
    padding: 8px 5px;
  }
  .before-after span .icon {
    width: 19px;
    height: 19px;
    padding: 4px;
  }
  .result-benefits {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .result-benefits > div {
    min-height: 85px;
  }
  .guarantee-card {
    grid-template-columns: 1fr auto;
    min-height: 0;
    padding: 25px;
  }
  .guarantee-card h2 {
    font-size: 35px;
  }
  .guarantee-card p {
    font-size: 18px;
  }
  .guarantee-value {
    grid-column: 1;
    font-size: 55px;
  }
  .guarantee-image {
    grid-column: 2;
    grid-row: 1/3;
    width: 90px;
  }
  .text-link {
    font-size: 17px;
  }
  .pilot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pilot-copy {
    grid-column: 1/-1;
  }
  .pilot-copy > p {
    font-size: 20px;
    margin: 18px 0;
  }
  .pilot-count {
    min-height: 240px;
  }
  .pilot-count > strong {
    font-size: 72px;
  }
  .pilot-count h3 {
    font-size: 22px;
  }
  .avatar-grid {
    gap: 3px;
  }
  .avatar-grid span {
    font-size: 25px;
    padding-bottom: 6px;
  }
  .pilot-photo {
    min-height: 240px;
  }
  .pilot-photo .handwritten {
    font-size: 18px;
  }
  .process-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
  }
  .process-row div {
    font-size: 14px;
    gap: 4px;
  }
  .process-row div .icon {
    height: 22px;
    width: 22px;
    padding: 8px;
    border-radius: 9px;
  }
  .process-arrow {
    width: 18px;
  }
  .author-grid {
    grid-template-columns: 1fr 1fr;
  }
  .author-photo {
    min-height: 260px;
  }
  .author-copy h3 {
    font-size: 26px;
  }
  .author-copy > p:last-child {
    font-size: 17px;
  }
  .author-copy .eyebrow {
    font-size: 12px;
  }
  .author-process {
    grid-column: 1/-1;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-grid .section-lead {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .faq-list {
    gap: 8px;
  }
  .faq-list summary {
    font-size: 16px;
    padding: 14px;
  }
  .faq-list summary:after {
    font-size: 26px;
  }
  .faq-photo {
    height: 420px;
  }
  .speech {
    font-size: 17px;
  }
  .request-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 24px;
    min-height: 0;
  }
  .request-photo {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 2;
    width: calc(100% + 48px);
    height: clamp(180px, 45vw, 270px);
    margin: 16px -24px 0;
    background-image: url("assets/10-form-desk-v2.png");
    background-position: center;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 15%, #000 84%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 15%, #000 84%, transparent);
  }
  .request-copy {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    padding-top: 0;
  }
  .request-copy h2 {
    font-size: 38px;
  }
  .request-copy > p {
    font-size: 21px;
    margin: 16px 0 18px;
  }
  .request-guarantee {
    font-size: 16px;
    padding: 9px 13px;
  }
  .request-guarantee .icon {
    height: 30px;
    width: 30px;
  }
  .request-form {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    min-height: 0;
    margin-top: -16px;
    padding: 22px;
  }
  .request-form label {
    font-size: 16px;
  }
  .request-form input {
    min-height: 47px;
    font-size: 16px;
  }
  .site-footer {
    padding: 25px 0 30px;
    flex-wrap: wrap;
  }
  .footer-links {
    order: 3;
    width: 100%;
    gap: 24px;
    font-size: 14px;
  }
  .site-footer p {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .container {
    width: calc(100% - 24px);
  }
  .section {
    padding: 39px 0;
  }
  h2 {
    font-size: 32px;
  }
  .eyebrow {
    font-size: 11px;
  }
  .hero {
    min-height: 735px;
  }
  .hero-content {
    padding: 23px 18px;
  }
  .hero h1 {
    font-size: 37px;
    line-height: 1.04;
  }
  .hero-lead {
    font-size: 21px;
  }
  .hero-button {
    font-size: 14px;
    padding: 13px 14px;
    min-height: 50px;
  }
  .microcopy {
    font-size: 13px;
  }
  .hero-photo {
    background-position: 59% bottom;
  }
  .hero-facts {
    bottom: 10px;
  }
  .hero-fact {
    font-size: 10px;
  }
  .guarantee-teaser strong {
    font-size: 14px;
  }
  .teaser-shield {
    width: 29px;
    height: 29px;
  }
  .section-heading > p,
  .section-heading > div + p {
    font-size: 15px;
  }
  .symptom-card {
    grid-template-columns: 39% 1fr;
  }
  .symptom-image {
    min-height: 145px;
  }
  .symptom-body h3 {
    font-size: 17px;
  }
  .symptom-body p {
    font-size: 13px;
  }
  .quote-strip {
    font-size: 11px;
  }
  .insight-card strong {
    font-size: 18px;
  }
  .insight-card p {
    font-size: 13px;
  }
  .method-copy > .section-lead {
    font-size: 18px;
  }
  .stat-grid {
    gap: 6px;
  }
  .stat-card {
    min-height: 125px;
  }
  .stat-card .icon {
    width: 31px;
    height: 31px;
  }
  .stat-card strong {
    font-size: 23px;
  }
  .stat-card span {
    font-size: 11px;
  }
  .report-demo h3 {
    font-size: 20px;
  }
  .report-main {
    grid-template-columns: 1fr 0.7fr;
    gap: 6px;
  }
  .report-panel {
    padding: 9px;
  }
  .report-demo h4 {
    font-size: 12px;
  }
  .factor-list {
    gap: 5px;
  }
  .factor-list > div {
    font-size: 8px;
    grid-template-columns: 50% 1fr;
  }
  .factor-list i {
    height: 9px;
  }
  .donut .icon {
    width: 22px;
  }
  .report-answers span {
    font-size: 10px;
  }
  .step-card {
    grid-template-columns: 1fr;
    display: block;
  }
  .step-visual {
    height: 210px;
    margin-top: 15px;
  }
  .step-card > p {
    font-size: 17px;
  }
  .step-card h3 {
    font-size: 24px;
  }
  .step-label {
    margin-bottom: 12px;
  }
  .survey-paper {
    inset: 15px 45px 20px;
  }
  .survey-paper strong {
    font-size: 14px;
  }
  .survey-paper i {
    height: 27px;
  }
  .survey-lock {
    font-size: 12px;
    padding: 7px;
  }
  .mini-report {
    padding: 13px 25px;
  }
  .mini-report strong {
    font-size: 17px;
  }
  .mini-report .factor-list > div {
    font-size: 11px;
  }
  .mini-report .factor-list i {
    height: 12px;
  }
  .compare-mini {
    padding: 12px;
  }
  .compare-mini strong {
    font-size: 16px;
  }
  .compare-mini span {
    font-size: 11px;
  }
  .results-photo {
    height: 270px;
  }
  .results-photo .handwritten {
    font-size: 19px;
  }
  .before-after {
    grid-template-columns: 1fr 16px 1fr;
    gap: 3px;
  }
  .before-after span {
    font-size: 11px;
    gap: 4px;
  }
  .before-after p {
    font-size: 12px;
  }
  .before-after h3 {
    font-size: 22px;
  }
  .compare-arrow {
    width: 17px;
  }
  .result-benefits strong {
    font-size: 17px;
  }
  .result-benefits p {
    font-size: 13px;
  }
  .guarantee-card {
    padding: 18px;
    gap: 7px;
  }
  .guarantee-card h2 {
    font-size: 27px;
  }
  .guarantee-card p {
    font-size: 14px;
  }
  .guarantee-value {
    font-size: 43px;
  }
  .guarantee-image {
    width: 60px;
  }
  .pilot-grid {
    gap: 8px;
  }
  .pilot-copy,
  .pilot-count {
    padding: 16px;
  }
  .pilot-title h3 {
    font-size: 21px;
  }
  .pilot-copy .button {
    font-size: 13px;
    min-height: 49px;
  }
  .round-icon {
    width: 48px;
    height: 48px;
  }
  .round-icon .icon {
    width: 29px;
    height: 29px;
  }
  .pilot-count > strong {
    font-size: 58px;
  }
  .pilot-count h3 {
    font-size: 16px;
  }
  .pilot-photo .handwritten {
    display: none;
  }
  .pilot-count,
  .pilot-photo {
    min-height: 185px;
  }
  .process-row {
    gap: 3px;
  }
  .process-row div {
    font-size: 11px;
  }
  .process-row div .icon {
    width: 17px;
    height: 17px;
    padding: 5px;
  }
  .process-arrow {
    width: 12px;
  }
  .author-grid {
    grid-template-columns: 1fr;
  }
  .author-photo {
    height: 290px;
  }
  .author-copy {
    padding: 22px;
  }
  .author-copy .eyebrow {
    margin-bottom: 8px;
  }
  .author-copy h3 {
    margin-bottom: 8px;
  }
  .author-process {
    padding: 17px;
    min-height: 140px;
  }
  .author-process-icons {
    gap: 5px;
  }
  .author-process-icons div {
    font-size: 11px;
  }
  .author-process-icons div span {
    width: 57px;
    height: 57px;
    margin-bottom: 7px;
  }
  .author-process-icons > .icon {
    width: 15px;
  }
  .faq-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
  .faq-photo {
    height: 330px;
  }
  .speech {
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
  }
  .speech-question {
    top: 45px;
  }
  .speech-answer {
    top: 135px;
  }
  .request-section {
    padding: 19px;
  }
  .request-photo {
    width: calc(100% + 38px);
    margin-inline: -19px;
  }
  .request-copy h2 {
    font-size: 32px;
  }
  .request-copy > p {
    font-size: 18px;
  }
  .request-guarantee {
    font-size: 14px;
  }
  .request-form {
    padding: 18px;
  }
  .site-footer .brand {
    font-size: 16px;
  }
  .site-footer .brand-mark svg {
    width: 37px;
  }
  .footer-links {
    flex-direction: column;
    gap: 8px;
  }
}
/* Final responsive refinements after comparing against the separate block references. */
.site-header {
  position: relative;
  z-index: 20;
}
.mobile-menu {
  display: none;
}
.hero-scribble {
  display: none;
}
.symptom-body {
  min-width: 0;
}
.guarantee-teaser strong {
  font-size: clamp(18px, 1.65vw, 26px);
  white-space: nowrap;
}
.guarantee-teaser span {
  max-width: 350px;
  font-size: 15px;
}
.results-photo .handwritten {
  display: none;
}
.speech {
  font-size: clamp(14px, 1.35vw, 20px);
}
@media (min-width: 801px) and (max-width: 1400px) {
  .results-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
  .result-benefits {
    grid-column: 1/-1;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 801px) and (max-width: 980px) {
  .hero-fact-wide {
    display: none;
  }
  .process-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }
  .process-row div {
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }
  .process-row div .icon {
    width: 24px;
    height: 24px;
    padding: 8px;
  }
  .process-arrow {
    display: none;
  }
  .request-section {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    gap: 0;
    padding: 28px;
  }
  .request-photo {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 2;
    width: calc(100% + 56px);
    height: 270px;
    margin: 16px -28px 0;
    background-image: url("assets/10-form-desk-v2.png");
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 15%, #000 84%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 15%, #000 84%, transparent);
  }
  .request-copy {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    padding-top: 0;
  }
  .request-copy h2 {
    max-width: 700px;
    font-size: 44px;
  }
  .request-copy > p {
    max-width: 570px;
    font-size: 24px;
    margin: 18px 0;
  }
  .request-guarantee {
    font-size: 18px;
    padding: 12px 16px;
  }
  .request-guarantee .icon {
    width: 40px;
    height: 40px;
  }
  .request-form {
    grid-column: 1;
    grid-row: 3;
    width: min(100%, 580px);
    min-height: 0;
    margin-top: -16px;
    justify-self: center;
    padding: 26px;
  }
}
@media (max-width: 800px) {
  .mobile-menu {
    display: block;
    margin-left: auto;
    color: var(--blue);
  }
  .mobile-menu summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    place-items: center;
    height: 42px;
    width: 42px;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary .icon {
    height: 29px;
    width: 29px;
  }
  .mobile-menu nav {
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 16px 36px #345b8730;
  }
  .mobile-menu nav a {
    padding: 12px 16px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 9px;
  }
  .mobile-menu nav a:hover {
    background: var(--pale);
  }
  .guarantee-teaser strong {
    white-space: normal;
  }
  .result-benefits {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .speech {
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  .symptom-card {
    grid-template-columns: 39% minmax(0, 1fr);
  }
  .quote-strip,
  .process-row div {
    font-size: 12px;
  }
  .speech {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .guarantee-teaser {
    gap: 7px;
  }
  .guarantee-teaser strong {
    font-size: 12px;
  }
}
/* Mobile readability: keep the explanatory UI legible, not miniature. */
@media (max-width: 800px) {
  .hero {
    height: auto;
  }
  .hero-content {
    padding-bottom: 165px;
  }
  .mobile-menu summary {
    width: 48px;
    height: 48px;
  }
  .mobile-menu summary:focus-visible {
    outline: 3px solid #8dbaff;
    outline-offset: 2px;
    border-radius: 10px;
  }
}
@media (max-width: 520px) {
  .hero-content {
    padding-bottom: 170px;
  }
  .hero-fact {
    font-size: 12px;
    padding: 10px 9px;
  }
  .guarantee-teaser strong {
    font-size: clamp(14px, 4vw, 16px);
  }
  .symptom-body p,
  .insight-card p {
    font-size: 14px;
  }
  .quote-strip {
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .stat-card span {
    font-size: 12px;
  }
  .report-main {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .report-panel {
    padding: 16px;
  }
  .report-demo h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .factor-list {
    gap: 8px;
  }
  .factor-list > div {
    grid-template-columns: minmax(110px, 45%) 1fr;
    gap: 8px;
    font-size: 13px;
    white-space: normal;
  }
  .factor-list i {
    height: 13px;
  }
  .donut-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: center;
    gap: 8px;
  }
  .donut-panel h4 {
    margin: 0;
  }
  .donut {
    width: 112px;
    margin: 0;
  }
  .donut .icon {
    width: 40px;
    height: 40px;
  }
  .report-answers span {
    font-size: 13px;
    line-height: 1.3;
  }
  .mini-report .factor-list > div {
    font-size: 12px;
  }
  .compare-mini > div {
    gap: 6px;
  }
  .compare-mini span {
    font-size: 12px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .before-after {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }
  .before-col {
    padding: 0 4px;
  }
  .after-col {
    padding: 14px;
  }
  .before-after h3 {
    font-size: 24px;
  }
  .before-after p {
    min-height: 0;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .before-after span {
    min-height: 48px;
    margin-bottom: 8px;
    padding: 8px 10px;
    gap: 8px;
    font-size: 14px;
  }
  .compare-arrow {
    justify-self: center;
    transform: rotate(90deg);
    width: 23px;
    height: 23px;
  }
  .result-benefits p {
    font-size: 14px;
  }
  .guarantee-card {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
  }
  .guarantee-value {
    grid-column: 1;
    padding-right: 62px;
  }
  .guarantee-image {
    position: absolute;
    grid-column: auto;
    grid-row: auto;
    max-width: none;
    right: 18px;
    bottom: 18px;
    width: 54px;
  }
  .request-form .button {
    padding-inline: 10px;
    font-size: 15px;
    white-space: nowrap;
  }
  .process-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 0 4px;
  }
  .process-row div {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    white-space: normal;
    font-size: 12px;
  }
  .process-row div .icon {
    width: 21px;
    height: 21px;
    padding: 8px;
  }
  .process-arrow {
    display: none;
  }
}
@media (max-width: 520px) {
  .hero {
    min-height: 0;
    background: #142947;
  }
  .hero-photo {
    inset: 0;
    background-color: #142947;
    background-image:
      linear-gradient(
        180deg,
        transparent 0,
        transparent 165px,
        #14294740 235px,
        #142947de 325px,
        #142947 410px
      ),
      url("assets/01-hero.png");
    background-size: 100% 100%, auto 370px;
    background-position: center top, 70% top;
    background-repeat: no-repeat;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-content {
    padding: 316px 18px 95px;
    color: #fff;
  }
  .hero .eyebrow,
  .hero .microcopy {
    color: #dce8fb;
  }
  .hero .soft-highlight {
    background: linear-gradient(to bottom, transparent 72%, #9fc7ff7a 72%, #9fc7ff7a 94%, transparent 94%);
  }
  .hero-lead {
    color: #fff;
  }
  .lead-dialog {
    padding: 20px;
    border-radius: 20px;
  }
  .lead-dialog h2 {
    font-size: 27px;
  }
}

/* X300: one concise story between the opening screen and the symptoms */
.x300-section {
  padding: clamp(76px, 6.5vw, 118px) 0;
}
.x300-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(250px, 0.65fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 42px;
}
.x300-intro h2 {
  max-width: 1040px;
  font-size: clamp(38px, 3.45vw, 61px);
  font-weight: 620;
}
.x300-claim {
  margin: 0 0 6px;
  color: #245da9;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 550;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-align: right;
}
.x300-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(115deg, #eef6ff, #f8fbff);
}
.x300-timeline li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 170px;
  padding: 27px 26px;
  color: #435674;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.25;
}
.x300-timeline li + li {
  border-left: 1px solid #d4e5f8;
}
.x300-time {
  color: #276abd;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 610;
  letter-spacing: -0.04em;
  line-height: 1;
}
.x300-how {
  margin-top: 68px;
}
.x300-how > h3 {
  margin: 0 0 25px;
  font-size: clamp(33px, 2.7vw, 45px);
  font-weight: 620;
}
.x300-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.x300-method-card {
  min-width: 0;
  min-height: 290px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 40px #b9d1ee17;
}
.x300-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
  color: #3772c8;
}
.x300-card-top span {
  font-size: 16px;
  font-weight: 600;
}
.x300-card-top .icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 12px;
  background: #ebf4ff;
}
.x300-method-card h4 {
  margin: 0 0 13px;
  font-size: clamp(23px, 1.85vw, 30px);
  font-weight: 600;
}
.x300-method-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.22vw, 20px);
  line-height: 1.4;
}
.x300-daily {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: 42px;
  margin-top: 24px;
  padding: 38px 42px;
  border-radius: 24px;
  background: #183357;
  color: #fff;
}
.x300-daily .eyebrow {
  color: #a7cfff;
}
.x300-daily h3 {
  max-width: 900px;
  margin: 0 0 17px;
  font-size: clamp(30px, 2.6vw, 43px);
  font-weight: 600;
}
.x300-daily p:not(.eyebrow) {
  max-width: 940px;
  margin: 0;
  color: #d7e7fa;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.42;
}
.x300-metrics {
  align-self: stretch;
  padding-left: 40px;
  border-left: 1px solid #ffffff38;
}
.x300-metrics h4 {
  margin: 0 0 16px;
  font-size: 19px;
  font-weight: 550;
}
.x300-metrics ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.x300-metrics li {
  padding: 13px 0;
  border-top: 1px solid #ffffff29;
  color: #e9f3ff;
  font-size: clamp(16px, 1.2vw, 20px);
}
.x300-adjustment {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 40px;
  margin-top: 24px;
  padding: 32px 38px;
  border-left: 4px solid #3f82da;
  border-radius: 19px;
  background: #f2f8ff;
}
.x300-adjustment h3 {
  margin: 0;
  font-size: clamp(26px, 2.1vw, 35px);
  font-weight: 600;
}
.x300-adjustment p {
  margin: 0;
  color: #4c5f7d;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.42;
}
.x300-cycle {
  margin-top: 70px;
}
.x300-cycle-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 24px;
}
.x300-cycle-heading h3 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(31px, 2.7vw, 44px);
  font-weight: 620;
}
.x300-cycle-heading p {
  max-width: 480px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 18px;
  text-align: right;
}
.x300-cycle ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: x300-cycle;
  margin: 0;
  padding: 0;
  list-style: none;
}
.x300-cycle li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-height: 105px;
  padding: 20px 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  color: #263c5f;
  font-size: clamp(16px, 1.14vw, 19px);
  line-height: 1.3;
}
.x300-cycle li::before {
  counter-increment: x300-cycle;
  content: counter(x300-cycle, decimal-leading-zero);
  color: #2b72cb;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
}
.x300-cycle-result {
  margin: 22px 0 0;
  color: #285fae;
  font-size: clamp(21px, 1.65vw, 27px);
  font-weight: 550;
}
.x300-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 43px;
  padding: 30px 36px;
  border-radius: 22px;
  background: linear-gradient(110deg, #e6f2ff, #f2f8ff);
}
.x300-cta h3 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 600;
}
.x300-cta .button {
  flex: none;
  min-width: 235px;
}

@media (max-width: 1000px) {
  .x300-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .x300-claim {
    text-align: left;
  }
  .x300-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .x300-timeline li:nth-child(3) {
    border-left: 0;
  }
  .x300-timeline li:nth-child(n + 3) {
    border-top: 1px solid #d4e5f8;
  }
  .x300-method-grid {
    grid-template-columns: 1fr;
  }
  .x300-method-card {
    min-height: 0;
  }
  .x300-daily {
    grid-template-columns: 1fr;
  }
  .x300-metrics {
    padding: 23px 0 0;
    border-left: 0;
    border-top: 1px solid #ffffff38;
  }
  .x300-adjustment {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .x300-cycle ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .x300-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .x300-section {
    padding: 58px 0;
  }
  .x300-intro {
    gap: 19px;
    margin-bottom: 27px;
  }
  .x300-intro h2 {
    font-size: clamp(31px, 8.5vw, 38px);
  }
  .x300-claim {
    font-size: 28px;
  }
  .x300-timeline {
    grid-template-columns: 1fr;
    border-radius: 19px;
  }
  .x300-timeline li {
    display: grid;
    grid-template-columns: 93px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 76px;
    padding: 17px 20px;
    color: #435674;
    font-size: 16px;
  }
  .x300-timeline li + li {
    border-left: 0;
    border-top: 1px solid #d4e5f8;
  }
  .x300-time {
    font-size: 22px;
  }
  .x300-how {
    margin-top: 53px;
  }
  .x300-how > h3 {
    font-size: 31px;
  }
  .x300-method-grid {
    gap: 12px;
  }
  .x300-method-card {
    padding: 21px;
    border-radius: 18px;
  }
  .x300-card-top {
    margin-bottom: 16px;
  }
  .x300-method-card h4 {
    font-size: 24px;
  }
  .x300-method-card p {
    font-size: 16px;
  }
  .x300-daily {
    gap: 23px;
    padding: 25px 23px;
    border-radius: 19px;
  }
  .x300-daily h3 {
    font-size: 28px;
  }
  .x300-daily p:not(.eyebrow),
  .x300-metrics li {
    font-size: 16px;
  }
  .x300-adjustment {
    gap: 12px;
    padding: 23px;
  }
  .x300-adjustment h3 {
    font-size: 25px;
  }
  .x300-adjustment p {
    font-size: 16px;
  }
  .x300-cycle {
    margin-top: 55px;
  }
  .x300-cycle-heading {
    display: block;
  }
  .x300-cycle-heading h3 {
    font-size: 30px;
  }
  .x300-cycle-heading p {
    margin-top: 12px;
    font-size: 16px;
    text-align: left;
  }
  .x300-cycle ol {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .x300-cycle li {
    min-height: 0;
    padding: 15px 17px;
    font-size: 16px;
  }
  .x300-cycle-result {
    font-size: 21px;
  }
  .x300-cta {
    gap: 21px;
    margin-top: 33px;
    padding: 24px;
    border-radius: 19px;
  }
  .x300-cta h3 {
    font-size: 27px;
  }
  .x300-cta .button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal-pending {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .reveal-pending.reveal-visible {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
