:root {
  --bg: #f4f8f7;
  --surface: rgba(255, 255, 255, 0.88);
  --ink: #192534;
  --ink-soft: #5e6c79;
  --navy: #0d5f63;
  --navy-dark: #093b3f;
  --blue: #22a8a2;
  --orange: #ff8757;
  --gold: #ffd08a;
  --magenta: #6c7cff;
  --stroke-card: transparent;
  --stroke-soft: rgba(34, 168, 162, 0.08);
  --shadow-lg: 0 12px 30px rgba(13, 95, 99, 0.06);
  --shadow-md: 0 8px 18px rgba(13, 95, 99, 0.05);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --font-heading: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(34, 168, 162, 0.2), transparent 22%),
    radial-gradient(circle at top right, rgba(255, 135, 87, 0.14), transparent 20%),
    linear-gradient(180deg, #fbfefd 0%, #f4f8f7 42%, #fcfffe 100%);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

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

.page-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.page-glow--one {
  top: 40px;
  left: -60px;
  width: 260px;
  height: 260px;
  background: rgba(34, 168, 162, 0.16);
}

.page-glow--two {
  top: 120px;
  right: -70px;
  width: 300px;
  height: 300px;
  background: rgba(108, 124, 255, 0.12);
}

.site-header,
.section,
.hero,
.stats-strip__inner,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  box-shadow:
    0 14px 34px rgba(9, 59, 63, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.site-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
}

.brand-mark__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.brand-mark__text strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark__text strong,
h1,
h2,
h3,
summary {
  font-family: var(--font-heading);
}

.brand-mark__text small {
  color: var(--ink-soft);
}

.section {
  padding: 56px 0;
}

.section--tight {
  padding-top: 12px;
  padding-bottom: 24px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  gap: 30px;
  align-items: start;
  padding-top: 84px;
  padding-bottom: 74px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow--light {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #e4ecff;
}

h1 {
  margin: 20px 0 18px;
  max-width: 8.4ch;
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

h2 {
  margin: 16px 0 12px;
  max-width: 18ch;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.26rem;
  letter-spacing: -0.03em;
}

p {
  margin: 0;
}

.hero__lead,
.section-heading p,
.issue-card p,
.engine-shell__intro p,
.engine-matrix__row span:last-child,
.compare-list li,
.service-card p,
.proof-shell__quote p,
.proof-shell__points p,
.step-card p,
.form-status,
.site-footer__brand p,
details p {
  color: var(--ink-soft);
}

.hero__lead {
  max-width: 60ch;
  font-size: 1.06rem;
  line-height: 1.8;
}

.hero__offer {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(243, 155, 49, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 233, 0.96)),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 34px rgba(243, 155, 49, 0.12);
}

.hero__offer-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}

.hero__offer-price span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__offer-price strong {
  color: var(--navy-dark);
  font-family: var(--font-heading);
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  letter-spacing: -0.04em;
}

.hero__offer p {
  max-width: 46ch;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.65;
}

.hero__ticker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 10px 24px rgba(11, 35, 64, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.hero__ticker-label {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.hero__ticker-value {
  min-width: 17ch;
  color: var(--magenta);
  font-weight: 700;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero__chips span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid transparent;
  color: var(--navy-dark);
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow:
    0 8px 20px rgba(13, 95, 99, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.hero__tagline {
  margin-top: 20px;
  max-width: 52ch;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.hero__tagline span {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

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

.button--nav {
  min-height: 46px;
  padding-inline: 18px;
  background: var(--navy);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(9, 59, 63, 0.18);
}

.button__text-mobile {
  display: none;
}

.button--primary,
.button--submit {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 56%, var(--orange) 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(34, 168, 162, 0.24);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  color: var(--navy);
  box-shadow:
    0 10px 24px rgba(13, 95, 99, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.problem,
.engine,
.compare,
.services,
.proof,
.process,
.faq,
.order,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.surface-card {
  border: 1px solid transparent;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  box-shadow:
    var(--shadow-lg),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero__visual {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero-board {
  position: relative;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.hero-board::before {
  display: none;
}

.hero-board--mockup {
  min-height: 0;
}

.mockup-window {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 620px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(255, 184, 77, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(247, 252, 251, 0.97)),
    #ffffff;
  box-shadow:
    0 22px 48px rgba(13, 95, 99, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.mockup-window__chrome {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(13, 95, 99, 0.06);
  background: rgba(244, 249, 248, 0.96);
}

.mockup-window__dots {
  display: inline-flex;
  gap: 7px;
}

.mockup-window__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff8a5e;
}

.mockup-window__dots span:nth-child(2) {
  background: #f3c75d;
}

.mockup-window__dots span:nth-child(3) {
  background: #b23e82;
}

.mockup-window__url {
  color: #8292a3;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.mockup-window__live {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 184, 77, 0.18);
  color: #b23e82;
  font-size: 0.8rem;
  font-weight: 700;
}

.mockup-window__body {
  padding: 26px;
}

.lp-mockup__nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.lp-mockup__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb84d, #f3921f, #b23e82);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
}

.lp-mockup__links {
  display: inline-flex;
  gap: 10px;
}

.lp-mockup__links span {
  display: block;
  width: 54px;
  height: 10px;
  border-radius: 999px;
  background: rgba(178, 62, 130, 0.12);
}

.lp-mockup__chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(178, 62, 130, 0.12);
  color: #9a316f;
  font-size: 0.8rem;
  font-weight: 700;
}

.lp-mockup__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(220px, 0.88fr);
  gap: 24px;
  margin-top: 24px;
}

.lp-mockup__eyebrow {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 184, 77, 0.18);
  color: #d27b16;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-mockup__headline,
.lp-mockup__paragraph,
.lp-mockup__actions,
.lp-mockup__proof,
.lp-mockup__screen-bars,
.lp-mockup__sections {
  display: flex;
  flex-wrap: wrap;
}

.lp-mockup__headline {
  gap: 10px;
  margin-top: 14px;
}

.lp-mockup__headline span {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 29, 84, 0.94), rgba(178, 62, 130, 0.84));
}

.lp-mockup__headline span:nth-child(1) {
  width: 88%;
}

.lp-mockup__headline span:nth-child(2) {
  width: 80%;
}

.lp-mockup__headline span:nth-child(3) {
  width: 58%;
}

.lp-mockup__paragraph {
  gap: 10px;
  margin-top: 18px;
}

.lp-mockup__paragraph span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(178, 62, 130, 0.12);
}

.lp-mockup__paragraph span:nth-child(1) {
  width: 88%;
}

.lp-mockup__paragraph span:nth-child(2) {
  width: 74%;
}

.lp-mockup__actions {
  gap: 12px;
  margin-top: 20px;
}

.lp-mockup__button {
  display: block;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 184, 77, 0.16);
}

.lp-mockup__button--primary {
  width: 148px;
  background: linear-gradient(135deg, #ffb84d, #f3921f, #b23e82);
}

.lp-mockup__actions .lp-mockup__button:last-child {
  width: 112px;
}

.lp-mockup__proof {
  gap: 10px;
  margin-top: 18px;
}

.lp-mockup__proof span {
  display: block;
  width: 80px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 18px rgba(13, 95, 99, 0.06);
}

.lp-mockup__visual {
  display: flex;
  align-items: stretch;
}

.lp-mockup__screen {
  position: relative;
  width: 100%;
  min-height: 290px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 70% 24%, rgba(178, 62, 130, 0.18), transparent 22%),
    radial-gradient(circle at 22% 78%, rgba(255, 184, 77, 0.12), transparent 24%),
    linear-gradient(160deg, rgba(255, 249, 242, 0.96), rgba(249, 241, 246, 0.96));
  box-shadow: inset 0 0 0 1px rgba(13, 95, 99, 0.05);
}

.lp-mockup__screen-top {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.lp-mockup__screen-card {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 56px;
  height: 110px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(13, 95, 99, 0.06);
}

.lp-mockup__screen-bars {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  align-items: end;
  gap: 10px;
  height: 122px;
}

.lp-mockup__screen-bars span {
  display: block;
  flex: 1;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, rgba(196, 92, 146, 0.96), rgba(155, 47, 108, 0.98));
}

.lp-mockup__screen-bars span:nth-child(1) {
  height: 42%;
}

.lp-mockup__screen-bars span:nth-child(2) {
  height: 68%;
}

.lp-mockup__screen-bars span:nth-child(3) {
  height: 84%;
  background: linear-gradient(180deg, #ffbe4f, #ef9f1f);
}

.lp-mockup__sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.lp-mockup__card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  min-height: 118px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(248, 251, 252, 0.98), rgba(240, 246, 247, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(13, 95, 99, 0.05),
    0 8px 18px rgba(13, 95, 99, 0.04);
}

.lp-mockup__card-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lp-mockup__card strong {
  color: var(--navy-dark);
  font-family: var(--font-heading);
  font-size: 0.98rem;
  line-height: 1.18;
}

.lp-mockup__card p {
  color: #8b98a8;
  font-size: 0.82rem;
  line-height: 1.5;
}

.lp-mockup__card--draft .lp-mockup__card-kicker {
  background: rgba(178, 62, 130, 0.12);
  color: #9a316f;
}

.lp-mockup__card--polish .lp-mockup__card-kicker {
  background: rgba(255, 184, 77, 0.18);
  color: #cf7e17;
}

.lp-mockup__card--cta .lp-mockup__card-kicker {
  background: rgba(243, 146, 31, 0.14);
  color: #cc7112;
}

.hero-board__top,
.hero-board__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hero-board__top {
  color: var(--navy);
  font-weight: 700;
}

.board-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 168, 162, 0.14);
  color: var(--navy);
  font-size: 0.84rem;
}

.hero-board__body {
  display: grid;
  grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0 20px;
}

.board-core {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
}

.board-core__ring {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(34, 168, 162, 0.82), rgba(108, 124, 255, 0.82), rgba(255, 135, 87, 0.88)),
    linear-gradient(#fff 0 0);
  mask: radial-gradient(circle, transparent 44%, #000 46%);
  animation: pulse-ring 10s linear infinite;
}

.board-core__center {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62%;
  aspect-ratio: 1;
  padding: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff, #eefaf8);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
  text-align: center;
}

.hero-board__footer small,
.engine-matrix__stat small {
  color: var(--ink-soft);
}

.board-core__center strong,
.hero-board__footer strong,
.engine-matrix__stat strong {
  color: var(--navy-dark);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.15;
}

.board-feed {
  display: grid;
  gap: 10px;
}

.board-feed article {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--stroke-card);
  box-shadow: var(--shadow-md);
}

.board-feed strong,
.engine-matrix__row span:first-child {
  color: var(--navy);
}

.board-feed p {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hero-board__footer {
  align-items: stretch;
}

.hero-board__footer > div {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--stroke-card);
}

.hero-board__footer strong {
  display: block;
  margin-top: 4px;
  font-size: 0.96rem;
  line-height: 1.25;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-heading p {
  line-height: 1.75;
}

.trust-marquee__intro {
  margin-bottom: 14px;
  text-align: center;
  color: var(--navy-dark);
  font-weight: 700;
}

.trust-marquee__viewport {
  position: relative;
  overflow: hidden;
  padding: 14px 0;
  border: 1px solid var(--stroke-card);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 250, 0.9));
  box-shadow: 0 14px 28px rgba(13, 95, 99, 0.06);
  isolation: isolate;
}

.trust-marquee__viewport::before,
.trust-marquee__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 96px;
  z-index: 1;
  pointer-events: none;
}

.trust-marquee__viewport::before {
  left: 0;
  background: linear-gradient(90deg, #fbfffe, rgba(251, 255, 254, 0));
}

.trust-marquee__viewport::after {
  right: 0;
  background: linear-gradient(270deg, #fbfffe, rgba(251, 255, 254, 0));
}

.trust-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}

.trust-marquee__group {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
}

.trust-marquee__group span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px 0 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.88);
  color: var(--navy);
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(13, 95, 99, 0.04);
}

.trust-pill__mark {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  transform: rotate(45deg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.trust-pill__mark--teal {
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.trust-pill__mark--orange {
  background: linear-gradient(135deg, #ffb36b, var(--orange));
}

.trust-pill__mark--violet {
  background: linear-gradient(135deg, #8c86ff, var(--magenta));
}

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

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

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

.issue-card,
.service-card,
.step-card,
.compare-card,
details {
  border: 1px solid var(--stroke-card);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-md);
}

.issue-card,
.service-card,
.step-card,
.compare-card {
  padding: 24px;
}

.issue-card__index,
.step-card__number {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.issue-card p,
.service-card p,
.step-card p {
  line-height: 1.72;
}

.engine-shell,
.proof-shell,
.order-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 26px;
  align-items: start;
  padding: 34px;
}

.check-list,
.compare-list,
.order-points {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.compare-list li,
.order-points li {
  position: relative;
  padding-left: 26px;
  line-height: 1.72;
}

.check-list li + li,
.compare-list li + li,
.order-points li + li {
  margin-top: 12px;
}

.check-list li::before,
.compare-list--good li::before,
.order-points li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--orange));
}

.compare-list--bad li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(108, 124, 255, 0.18);
  box-shadow: inset 0 0 0 2px rgba(108, 124, 255, 0.45);
}

.engine-matrix {
  display: grid;
  gap: 14px;
}

.engine-matrix__stat {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--navy-dark), var(--navy), var(--blue));
  color: #ffffff;
  box-shadow: var(--shadow-md);
}

.engine-matrix__stat small {
  color: rgba(255, 255, 255, 0.72);
}

.engine-matrix__stat strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
}

.engine-matrix__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid var(--stroke-card);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.8);
}

.engine-matrix__row span:last-child {
  max-width: 26ch;
  text-align: right;
}

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

.compare-card--highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 250, 248, 0.96));
}

.proof-shell {
  padding: 34px;
  border: 1px solid var(--stroke-card);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.82));
  box-shadow: var(--shadow-lg);
}

.proof-shell__quote strong {
  display: block;
  margin-top: 22px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.22rem;
}

.proof-shell__points {
  display: grid;
  gap: 16px;
}

.proof-shell__points article {
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--stroke-card);
}

.stats-strip {
  margin-top: 22px;
  background: linear-gradient(135deg, var(--navy-dark), #116f74);
}

.stats-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 24px 0;
}

.stats-strip__inner article {
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
}

.stats-strip__inner strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.2rem;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.testimonials-shell {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.testimonials-lead {
  position: sticky;
  top: 110px;
  padding: 28px;
  border: 1px solid var(--stroke-card);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(240, 250, 248, 0.92));
  box-shadow: var(--shadow-lg);
}

.testimonials-lead p {
  color: var(--ink-soft);
  line-height: 1.75;
}

.testimonial-metrics {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.testimonial-metrics article {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--stroke-card);
}

.testimonial-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-dark);
  font-family: var(--font-heading);
  font-size: 1.3rem;
}

.testimonial-metrics span {
  color: var(--ink-soft);
  line-height: 1.6;
}

.testimonial-showcase {
  display: grid;
  gap: 18px;
}

.testimonial-card--feature {
  display: grid;
  gap: 18px;
  padding: 30px;
  background: linear-gradient(135deg, var(--navy-dark), var(--navy), var(--blue));
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(9, 59, 63, 0.22);
}

.testimonial-card--feature p {
  min-height: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.14rem;
  line-height: 1.8;
}

.testimonial-card__topline {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card__footer strong,
.testimonial-card--feature strong {
  color: #ffffff;
}

.testimonial-card__footer span,
.testimonial-card--feature span {
  color: rgba(255, 255, 255, 0.78);
}

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

.testimonial-grid .testimonial-card:nth-child(odd) {
  transform: translateY(16px);
}

.testimonial-card {
  padding: 24px;
  border: 1px solid var(--stroke-card);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-md);
}

.testimonial-card__rating {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 168, 162, 0.1);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card p {
  min-height: 104px;
  color: var(--ink-soft);
  line-height: 1.72;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
  color: var(--navy-dark);
}

.testimonial-card span:last-child {
  color: var(--ink-soft);
  font-size: 0.94rem;
}

details {
  padding: 0 24px;
}

summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 0;
  color: var(--navy-dark);
  font-size: 1.05rem;
  font-weight: 700;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  padding-bottom: 20px;
  line-height: 1.78;
}

.order-shell {
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 135, 87, 0.18), transparent 20%),
    linear-gradient(135deg, var(--navy-dark), var(--navy), var(--blue));
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(9, 59, 63, 0.14);
}

.order-shell__intro p {
  color: rgba(228, 236, 255, 0.8);
  line-height: 1.8;
}

.order-form {
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}

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

.form-grid__full {
  grid-column: 1 / -1;
}

.order-form label {
  display: grid;
  gap: 8px;
}

.order-form label span {
  color: var(--navy);
  font-weight: 700;
}

.order-form input,
.order-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(34, 168, 162, 0.12);
  border-radius: 16px;
  background: #ffffff;
  color: var(--ink);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.order-form input:focus,
.order-form textarea:focus {
  border-color: rgba(34, 168, 162, 0.5);
  box-shadow: 0 0 0 4px rgba(34, 168, 162, 0.12);
}

.order-form input::placeholder,
.order-form textarea::placeholder {
  color: #8d99ab;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 20px;
  margin-top: 20px;
}

.button--submit[disabled] {
  cursor: wait;
  opacity: 0.86;
}

.form-status {
  max-width: 42ch;
  line-height: 1.72;
}

.form-status.is-success {
  color: #146d40;
}

.form-status.is-error {
  color: #a3274f;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 56px;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-footer__brand img {
  width: 54px;
  height: 54px;
}

.site-footer__links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--ink-soft);
}

.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  justify-items: end;
  gap: 12px;
}

.wa-float__panel {
  position: relative;
  width: min(330px, calc(100vw - 32px));
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(7, 29, 41, 0.96), rgba(10, 54, 58, 0.96));
  box-shadow:
    0 26px 56px rgba(4, 24, 34, 0.28),
    0 0 0 1px rgba(34, 168, 162, 0.12);
  overflow: hidden;
}

.wa-float__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 135, 87, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(34, 168, 162, 0.18), transparent 30%);
  pointer-events: none;
}

.wa-float__panel strong {
  position: relative;
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1.02rem;
}

.wa-float__panel p {
  position: relative;
  color: rgba(228, 236, 255, 0.78);
  line-height: 1.68;
}

.wa-float__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 14px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--orange));
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(34, 168, 162, 0.22);
}

.wa-float__toggle {
  position: relative;
  min-height: 60px;
  min-width: 200px;
  padding: 0 24px 0 70px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0e5d62, #16978f, #ff8a5e);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow:
    0 20px 36px rgba(13, 95, 99, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  cursor: pointer;
}

.wa-float__toggle::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d5f63' d='M19.05 4.94A9.9 9.9 0 0 0 12 2a9.94 9.94 0 0 0-8.61 14.92L2 22l5.26-1.37A10 10 0 0 0 12 22a9.95 9.95 0 0 0 7.05-17.06Zm-7.05 15.38a8.3 8.3 0 0 1-4.22-1.15l-.3-.18-3.12.81.84-3.04-.2-.31a8.28 8.28 0 1 1 7 3.87Zm4.54-6.2c-.25-.13-1.47-.72-1.7-.81-.23-.08-.4-.12-.57.13-.16.24-.65.8-.79.97-.15.16-.29.18-.54.06-.25-.13-1.05-.38-2-1.22-.74-.66-1.25-1.48-1.39-1.73-.14-.24-.02-.37.1-.49.12-.12.25-.29.37-.43.12-.15.17-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.57-1.37-.78-1.88-.21-.49-.42-.42-.58-.43h-.49c-.17 0-.43.06-.66.31-.23.24-.87.85-.87 2.07 0 1.22.89 2.4 1.01 2.57.12.16 1.74 2.65 4.22 3.72.59.26 1.05.41 1.41.52.59.19 1.12.16 1.54.1.47-.07 1.47-.6 1.68-1.17.21-.57.21-1.07.15-1.17-.06-.11-.23-.18-.48-.31Z'/%3E%3C/svg%3E")
      center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffffff, #e8fbf8);
  box-shadow: 0 10px 24px rgba(5, 37, 41, 0.18);
}

.activity-toast {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 55;
  width: min(320px, calc(100vw - 32px));
  padding: 16px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 22, 43, 0.94), rgba(9, 59, 63, 0.94));
  box-shadow:
    0 20px 42px rgba(4, 24, 34, 0.24),
    0 0 0 1px rgba(108, 124, 255, 0.1);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.activity-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.activity-toast__badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.activity-toast__title {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}

.activity-toast__text {
  margin-top: 4px;
  color: rgba(228, 236, 255, 0.76);
  line-height: 1.6;
}

.promo-popup {
  position: fixed;
  right: 24px;
  bottom: 108px;
  z-index: 58;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: end;
  width: min(440px, calc(100vw - 28px));
  padding: 18px 18px 18px 10px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 135, 87, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(7, 29, 41, 0.97), rgba(9, 59, 63, 0.97));
  box-shadow:
    0 20px 48px rgba(4, 24, 34, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}

.promo-popup.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.promo-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}

.promo-popup__media {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: -38px;
  pointer-events: none;
}

.promo-popup__media img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.18));
}

.promo-popup__content {
  position: relative;
  padding-right: 24px;
}

.promo-popup__eyebrow {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #e2f4ff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-popup__content h3 {
  margin: 12px 0 8px;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.promo-popup__content p {
  color: rgba(228, 236, 255, 0.82);
  line-height: 1.62;
}

.promo-popup__meta {
  margin-top: 10px;
  color: rgba(255, 208, 138, 0.96);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.promo-popup__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 14px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--orange));
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(34, 168, 162, 0.2);
  pointer-events: auto;
}

.issue-card,
.service-card,
.step-card,
.compare-card,
details,
.board-feed article,
.hero-board__footer > div,
.engine-matrix__row,
.proof-shell__points article,
.testimonial-metrics article,
.testimonial-card,
.trust-marquee__group span {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) {
  .issue-card:hover,
  .service-card:hover,
  .step-card:hover,
  .compare-card:hover,
  details:hover,
  .board-feed article:hover,
  .hero-board__footer > div:hover,
  .engine-matrix__row:hover,
  .proof-shell__points article:hover,
  .testimonial-metrics article:hover,
  .testimonial-card:hover,
  .trust-marquee__group span:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(13, 95, 99, 0.08);
  }

  .issue-card:hover,
  .service-card:hover,
  .step-card:hover,
  .compare-card:hover,
  details:hover,
  .board-feed article:hover,
  .hero-board__footer > div:hover,
  .engine-matrix__row:hover,
  .proof-shell__points article:hover,
  .testimonial-metrics article:hover,
  .testimonial-card:hover {
    background-color: rgba(248, 252, 251, 0.96);
  }

  .trust-marquee__group span:hover {
    background: #fbfefd;
  }
}

.issue-card:active,
.service-card:active,
.step-card:active,
.compare-card:active,
details:active,
.board-feed article:active,
.hero-board__footer > div:active,
.engine-matrix__row:active,
.proof-shell__points article:active,
.testimonial-metrics article:active,
.testimonial-card:active,
.trust-marquee__group span:active {
  transform: translateY(-1px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition-delay: calc(var(--reveal-delay, 0) * 0.08s);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse-ring {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1120px) {
  .hero,
  .engine-shell,
  .proof-shell,
  .order-shell,
  .hero-board__body {
    grid-template-columns: 1fr;
  }

  .testimonials-shell,
  .testimonial-summary {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 24px;
  }

  .hero-board--mockup {
    min-height: auto;
  }

  .lp-mockup__hero {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .service-grid,
  .step-grid,
  .testimonial-grid,
  .stats-strip__inner,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .lp-mockup__sections {
    grid-template-columns: 1fr;
  }

  .engine-matrix__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .engine-matrix__row span:last-child {
    max-width: none;
    text-align: left;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-summary__bars div {
    grid-template-columns: 1fr;
  }

  .testimonials-lead {
    position: static;
  }

  .testimonial-grid .testimonial-card:nth-child(odd) {
    transform: none;
  }

  .wa-float__toggle {
    min-width: 64px;
    width: 64px;
    min-height: 64px;
    height: 64px;
    padding: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea46f, #13c67f);
    box-shadow:
      0 18px 34px rgba(10, 128, 87, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    color: transparent;
    font-size: 0;
  }

  .wa-float__toggle::before {
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230b8f63' d='M19.05 4.94A9.9 9.9 0 0 0 12 2a9.94 9.94 0 0 0-8.61 14.92L2 22l5.26-1.37A10 10 0 0 0 12 22a9.95 9.95 0 0 0 7.05-17.06Zm-7.05 15.38a8.3 8.3 0 0 1-4.22-1.15l-.3-.18-3.12.81.84-3.04-.2-.31a8.28 8.28 0 1 1 7 3.87Zm4.54-6.2c-.25-.13-1.47-.72-1.7-.81-.23-.08-.4-.12-.57.13-.16.24-.65.8-.79.97-.15.16-.29.18-.54.06-.25-.13-1.05-.38-2-1.22-.74-.66-1.25-1.48-1.39-1.73-.14-.24-.02-.37.1-.49.12-.12.25-.29.37-.43.12-.15.17-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.57-1.37-.78-1.88-.21-.49-.42-.42-.58-.43h-.49c-.17 0-.43.06-.66.31-.23.24-.87.85-.87 2.07 0 1.22.89 2.4 1.01 2.57.12.16 1.74 2.65 4.22 3.72.59.26 1.05.41 1.41.52.59.19 1.12.16 1.54.1.47-.07 1.47-.6 1.68-1.17.21-.57.21-1.07.15-1.17-.06-.11-.23-.18-.48-.31Z'/%3E%3C/svg%3E")
        center / 22px 22px no-repeat,
      linear-gradient(135deg, #ffffff, #ecfff8);
    box-shadow: 0 10px 24px rgba(5, 37, 41, 0.16);
  }

  .wa-float__panel {
    width: min(300px, calc(100vw - 28px));
  }
}

@media (max-width: 680px) {
  .site-header,
  .section,
  .hero,
  .stats-strip__inner,
  .site-footer {
    width: min(100% - 20px, 1180px);
  }

  .site-header {
    top: 10px;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 26px;
  }

  .site-header__actions {
    margin-left: 12px;
  }

  .brand-mark__text small {
    display: none;
  }

  .brand-mark__text strong {
    font-size: 1.04rem;
  }

  .button--nav {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .button__text-desktop {
    display: none;
  }

  .button__text-mobile {
    display: inline;
  }

  .hero {
    padding-top: 64px;
    gap: 22px;
  }

  h1 {
    max-width: 8.2ch;
    font-size: clamp(2.55rem, 14vw, 4.2rem);
    line-height: 0.98;
  }

  h2 {
    max-width: 12ch;
    font-size: clamp(1.95rem, 10vw, 3rem);
  }

  .hero__actions,
  .form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .button,
  .form-footer .button,
  .button--submit {
    width: 100%;
  }

  .hero__ticker {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero__ticker-value {
    min-width: 0;
  }

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

  .hero__visual,
  .engine-shell,
  .proof-shell,
  .order-shell,
  .order-form,
  .compare-card,
  .issue-card,
  .service-card,
  .step-card,
  details {
    padding: 20px;
  }

  .hero-board,
  .hero-board__footer > div {
    padding: 18px;
  }

  .hero__visual,
  .hero-board,
  .hero-board--mockup {
    padding: 0;
  }

  .mockup-window {
    min-height: 0;
  }

  .mockup-window__chrome {
    grid-template-columns: auto 1fr;
  }

  .mockup-window__live {
    display: none;
  }

  .mockup-window__body {
    padding: 18px;
  }

  .lp-mockup__nav {
    grid-template-columns: auto 1fr;
  }

  .lp-mockup__chip {
    display: none;
  }

  .hero-board__footer {
    flex-direction: column;
  }

  .board-feed p {
    font-size: 0.94rem;
  }

  .trust-marquee__viewport::before,
  .trust-marquee__viewport::after {
    width: 40px;
  }

  .activity-toast {
    left: 12px;
    bottom: 88px;
  }

  .promo-popup {
    right: 12px;
    bottom: 90px;
    grid-template-columns: 92px minmax(0, 1fr);
    width: min(100vw - 20px, 380px);
    padding: 16px 16px 16px 8px;
  }

  .promo-popup__media {
    margin-top: -20px;
  }

  .promo-popup__media img {
    max-width: 108px;
  }

  .promo-popup__content {
    padding-right: 18px;
  }

  .promo-popup__content h3 {
    font-size: 1.42rem;
  }

  .wa-float {
    right: 12px;
    bottom: 12px;
  }

  .wa-float__toggle {
    min-width: 58px;
    width: 58px;
    min-height: 58px;
    height: 58px;
  }

  .wa-float__toggle::before {
    width: 36px;
    height: 36px;
    background-size:
      20px 20px,
      auto;
  }
}

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

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .trust-marquee__track {
    animation: none !important;
  }

  .activity-toast {
    transition: none !important;
  }
}
