@font-face {
  font-family: "Racing Sans One";
  src: url("assets/racing-sans-one.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/montserrat.woff2") format("woff2");
  font-weight: 500 800;
  font-display: swap;
}

:root {
  --ink: #17191c;
  --muted: #5f646b;
  --paper: #fbfbf8;
  --soft: #f0f4f1;
  --line: rgba(22, 23, 25, 0.12);
  --yellow: #ffed06;
  --yellow-dark: #d1b900;
  --green: #123f36;
  --blue: #155f91;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(17, 23, 25, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(8, 20, 18, 0.78), rgba(8, 20, 18, 0));
  transition: background 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  padding-block: 10px;
  background: rgba(14, 20, 20, 0.92);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  align-content: center;
  min-height: 40px;
  line-height: 1.05;
}

.brand-mark {
  font-family: "Racing Sans One", system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.brand-mark {
  font-size: 12px;
  line-height: 1;
}

.brand-sub {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.78;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links a {
  opacity: 0.86;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.nav-links a:hover {
  color: var(--yellow);
  opacity: 1;
}

.nav-links .nav-cta {
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--yellow);
  color: var(--ink);
  opacity: 1;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.nav-links .nav-cta:hover {
  color: var(--ink);
  background: #fff35e;
}

.nav-links .language-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 44px;
}

.nav-links .lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-links .lang-link img {
  width: 19px;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.nav-links .lang-link span {
  display: none;
}

.nav-links .lang-link:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.nav-links .language-switch::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%);
}

.section,
.hero,
.machine,
.contact {
  padding: clamp(72px, 9vw, 130px) clamp(20px, 5vw, 72px);
}

.section-dark {
  background: #10211f;
  color: var(--white);
}

.section-light {
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.62fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-top: 118px;
  padding-bottom: clamp(60px, 7vw, 100px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 13, 14, 0.92) 0%, rgba(8, 18, 19, 0.78) 45%, rgba(8, 18, 19, 0.26) 100%),
    url("assets/bg-delivery.jpg") 97% 97% / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(16, 33, 31, 0), rgba(16, 33, 31, 0.78));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.hero-copy,
.hero-video,
.feature-main,
.feature-list,
.price-copy,
.price-list,
.machine-copy,
.machine-media {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-light .eyebrow,
.price-section .eyebrow,
.machine .eyebrow {
  color: #9b7a00;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(34px, 3.7vw, 48px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.018em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

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

.actions.centered {
  justify-content: center;
}

.hero .actions {
  gap: 16px;
  margin-top: 42px;
}

.hero .button {
  min-height: 58px;
  padding: 17px 28px;
  font-size: 15px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button.primary {
  background: var(--yellow);
  color: #121212;
  box-shadow: 0 16px 38px rgba(255, 237, 6, 0.3);
}

.button.primary:hover {
  background: #ffda47;
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.button.ghost.dark {
  border-color: var(--line);
  color: var(--ink);
}

.hero-media {
  position: relative;
  z-index: 1;
  display: grid;
  align-self: center;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.hero-video {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.hero-video video,
.feature-main video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 18px 20px;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: none;
}

.hero-note strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.hero-note span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}

.hero-note a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-note a:hover {
  background: var(--blue);
  transform: translateY(-1px);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
  margin-top: 22px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.section-heading {
  max-width: 900px;
  margin: 0 auto clamp(34px, 5vw, 68px);
  text-align: center;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.feature-card {
  position: relative;
  min-height: clamp(230px, 21vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 26px;
  border-radius: 8px;
  isolation: isolate;
  color: var(--white);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 44px rgba(20, 30, 30, 0.13);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(20, 30, 30, 0.18);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 237, 6, 0.1) 0%, rgba(0, 0, 0, 0.82) 78%);
}

.feature-card.delivery {
  background-image: url("assets/use-car.jpg");
}

.feature-card.deposit {
  background-image: url("assets/bg-deposit.jpg");
}

.feature-card.flex-time {
  background-image: url("assets/bg-flex.jpg");
}

.feature-card.easy-clean {
  background-image: url("assets/bg-easy-clean.jpg");
}

.feature-card.deep-clean {
  background-image: url("assets/bg-deep-clean.jpg");
}

.feature-card h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(22px, 2.2vw, 30px);
}

.feature-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.feature-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 20px auto 0;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 18px 48px rgba(18, 63, 54, 0.18);
}

.feature-cta p {
  max-width: 960px;
  flex: 1 1 auto;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}

.feature-cta strong {
  color: var(--white);
}

.feature-cta .split-copy strong,
.feature-cta .split-copy span {
  display: block;
}

.price-copy p,
.machine-copy p {
  color: var(--muted);
}

.machine-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.machine-points li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-weight: 800;
}

.machine-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 237, 6, 0.18);
}

.use-cases {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(96px, 10vw, 150px);
  padding-bottom: clamp(96px, 10vw, 150px);
  background: #0c1c1a;
}

.use-cases::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 16, 15, 0.62) 0%, rgba(8, 20, 18, 0.78) 46%, rgba(4, 10, 9, 0.96) 100%),
    linear-gradient(180deg, rgba(7, 16, 15, 0.34), rgba(7, 16, 15, 0.88)),
    url("assets/bg-deep-clean.jpg") 18% 52% / cover;
  transform: scale(1.04);
}

.use-cases::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 10, 9, 0) 0%, rgba(4, 10, 9, 0.28) 48%, rgba(4, 10, 9, 0.82) 100%),
    linear-gradient(135deg, rgba(255, 237, 6, 0.1) 0%, rgba(255, 237, 6, 0) 30%),
    linear-gradient(0deg, rgba(4, 10, 9, 0.42), rgba(4, 10, 9, 0));
  pointer-events: none;
}

.use-cases .section-heading {
  margin-bottom: clamp(48px, 6vw, 84px);
  text-align: left;
}

.use-cases .section-heading h2 {
  max-width: 960px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.08;
}

.use-case-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 16px);
  max-width: 1220px;
  margin: 0 auto;
  overflow: visible;
}

.use-card {
  position: relative;
  min-height: clamp(210px, 18vw, 270px);
  display: flex;
  align-items: end;
  padding: clamp(24px, 3vw, 42px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 900;
  line-height: 1.06;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.58);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.use-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 237, 6, 0.14), rgba(0, 0, 0, 0.78));
  transition: opacity 0.2s ease;
}

.use-card.sofa {
  background-image: url("assets/use-sofa.jpg");
}

.use-card.carpet {
  background-image: url("assets/use-carpet.jpg");
}

.use-card.car {
  background-image: url("assets/autokarpit.webp");
}

.use-card.mattress {
  background-image: url("assets/use-mattress.jpg");
}

.use-card:hover::before {
  opacity: 0.62;
}

.use-card:hover {
  color: var(--yellow);
  border-color: rgba(255, 237, 6, 0.68);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.36);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.82), 0 1px 2px rgba(0, 0, 0, 0.9);
  transform: translateY(-4px);
}

.price-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: clamp(32px, 6vw, 90px);
  background:
    linear-gradient(90deg, rgba(251, 251, 248, 0.96), rgba(251, 251, 248, 0.78)),
    url("assets/bg-price.jpg") center / cover;
}

.price-list {
  display: grid;
  gap: 16px;
}

.price-list div {
  display: grid;
  gap: 8px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(23, 47, 45, 0.1);
}

.price-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-list strong {
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.05;
}

.price-section .actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

.machine {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.7fr);
  align-items: center;
  gap: clamp(28px, 7vw, 100px);
}

.notice {
  display: grid;
  gap: 8px;
  max-width: 520px;
  margin-top: 28px;
  padding: 22px;
  border-left: 5px solid var(--yellow);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(23, 47, 45, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.notice:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(23, 47, 45, 0.14);
}

.notice strong {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.notice span {
  color: var(--muted);
}

.machine-media {
  display: block;
  margin: 0;
}

.machine-media img {
  width: min(100%, 540px);
  margin-inline: auto;
  filter: drop-shadow(0 30px 44px rgba(22, 23, 25, 0.18));
}

.seo-faq {
  background: #ffffff;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 42px rgba(23, 47, 45, 0.06);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.35;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 16, 15, 0.72) 0%, rgba(6, 16, 15, 0.9) 100%),
    linear-gradient(90deg, rgba(18, 63, 54, 0.74), rgba(6, 16, 15, 0.36)),
    url("assets/brand-og.jpg") center 54% / cover;
  text-align: center;
}

.contact-inner {
  max-width: 820px;
  margin: 0 auto;
}

.contact p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-note {
  max-width: 980px;
  margin: 0 auto 22px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.contact-note span {
  display: block;
}

.phone {
  display: inline-block;
  margin: 4px 0 22px;
  color: var(--yellow);
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.mail {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--yellow);
  font-weight: 800;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.socials a {
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  transition: background 0.2s ease, color 0.2s ease;
}

.socials a:hover {
  background: var(--yellow);
  color: var(--ink);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 5vw, 72px);
  background: #0c1112;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  font-size: 13px;
}

.footer p {
  margin: 4px 0;
}

.footer a {
  color: var(--white);
}

.review-badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 330px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.review-badge:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 237, 6, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.review-stars {
  color: var(--yellow);
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.review-badge strong,
.review-badge small {
  display: block;
}

.review-badge strong {
  font-size: 12px;
  line-height: 1.25;
}

.review-badge small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  line-height: 1.25;
}

.sticky-call {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 30;
  display: none;
  transform: translateX(-50%);
  width: calc(100% - 28px);
  max-width: 420px;
  padding: 13px 18px;
  border-radius: 6px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (max-width: 980px) {
  .site-header {
    align-items: center;
  }

  .nav-links {
    display: flex;
    gap: 0;
    margin-left: auto;
  }

  .nav-links > a:not(.lang-link) {
    display: none;
  }

  .nav-links .language-switch {
    gap: 8px;
    margin-left: 0;
  }

  .nav-links .language-switch::before {
    display: none;
  }

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

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

  .feature-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

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

  .hero-media {
    max-width: 720px;
    width: 100%;
  }

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

  .sticky-call {
    display: block;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    padding-bottom: 82px;
    text-align: center;
  }

  .review-badge {
    width: 100%;
    max-width: 390px;
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .section,
  .hero,
  .machine,
  .contact {
    padding-inline: 18px;
  }

  .hero {
    padding-top: 108px;
  }

  h1 {
    font-size: clamp(31px, 9.2vw, 42px);
  }

  h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .button {
    width: 100%;
  }

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

  .feature-card {
    min-height: 190px;
  }

  .hero-proof {
    gap: 8px;
  }

  .hero-proof span {
    width: 100%;
    justify-content: center;
  }

  .hero-note {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .hero-note a {
    width: 100%;
  }

  .use-case-strip {
    grid-template-columns: 1fr;
  }

  .use-card {
    min-height: 150px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
