:root {
  --paper: #f7f3ed;
  --paper-2: #fffdf9;
  --ink: #151519;
  --muted: #625f5b;
  --line: rgba(21, 21, 25, 0.17);
  --coral: #ff5b46;
  --coral-dark: #e94432;
  --blue: #3158ff;
  --lime: #d8ff55;
  --dark: #17191d;
  --focus: #0069ff;
  --success: #0b7442;
  --error: #b42318;
  --shadow: 0 28px 70px rgba(26, 20, 15, 0.16);
  --shell: min(1280px, calc(100vw - 64px));
  --radius-lg: 30px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Heebo", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  right: 12px;
  padding: 12px 18px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

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

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  padding: 18px 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.is-scrolled {
  padding: 10px 0;
  background: rgba(247, 243, 237, .93);
  box-shadow: 0 1px 0 rgba(21, 21, 25, .10);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: var(--shell);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "cta nav brand";
  align-items: center;
  gap: 28px;
  direction: ltr;
}
.brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--ink);
  text-decoration: none;
  direction: ltr;
}
.brand-name {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.04em;
}
.brand-symbol {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--coral);
  overflow: hidden;
}
.brand-symbol i { position: absolute; display: block; background: var(--ink); }
.brand-symbol i:first-child { width: 18px; height: 5px; top: 11px; left: 9px; transform: rotate(-32deg); }
.brand-symbol i:last-child { width: 18px; height: 5px; top: 20px; left: 9px; transform: rotate(32deg); }

.desktop-nav {
  grid-area: nav;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
  direction: rtl;
}
.desktop-nav a {
  position: relative;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .22s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta {
  grid-area: cta;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  direction: rtl;
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { transform: translateY(-2px); background: var(--coral); }
.menu-button { display: none; }
.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 850px;
  padding: 150px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 95%, rgba(49, 88, 255, .12), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(255, 91, 70, .10), transparent 26%),
    var(--paper);
}
.hero::before {
  content: "";
  position: absolute;
  top: 84px;
  right: -92px;
  width: 270px;
  height: 270px;
  border: 2px solid rgba(21,21,25,.10);
  border-radius: 50%;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
  grid-template-areas: "media copy";
  align-items: center;
  gap: clamp(54px, 7vw, 116px);
  direction: ltr;
}
.hero-copy {
  grid-area: copy;
  direction: rtl;
  text-align: right;
}
.kicker {
  margin: 0 0 22px;
  color: var(--coral-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 3px;
  margin-left: 10px;
  vertical-align: middle;
  background: currentColor;
}
.hero h1 {
  max-width: 630px;
  margin: 0;
  font-family: "Secular One", "Heebo", sans-serif;
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.hero-punch {
  margin: 10px 0 22px;
  color: var(--blue);
  font-family: "Secular One", "Heebo", sans-serif;
  font-size: clamp(38px, 4.1vw, 66px);
  line-height: 1;
}
.hero-lead {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button-primary {
  color: #fff;
  background: var(--coral);
  box-shadow: 0 14px 30px rgba(255, 91, 70, .24);
}
.button-primary:hover { transform: translateY(-3px); background: var(--coral-dark); box-shadow: 0 18px 38px rgba(255, 91, 70, .31); }
.text-link {
  border-bottom: 2px solid var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.privacy-note {
  margin: 25px 0 0;
  color: #77716c;
  font-size: 14px;
}
.privacy-note span { color: var(--success); font-weight: 900; }

.hero-media {
  grid-area: media;
  position: relative;
  min-width: 0;
  direction: rtl;
}
.hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 11% -5% -9% 10%;
  border-radius: 48% 52% 38% 62% / 45% 35% 65% 55%;
  background: var(--blue);
  transform: rotate(-3deg);
}
.hero-media-frame {
  overflow: hidden;
  border: 9px solid var(--paper-2);
  border-radius: 38px 10px 38px 10px;
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
}
.hero-media-frame img {
  width: 100%;
  aspect-ratio: 1400 / 792;
  object-fit: cover;
}
.hero-sticker {
  position: absolute;
  top: -34px;
  right: -28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 154px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  text-align: center;
  transform: rotate(7deg);
  box-shadow: 8px 8px 0 var(--ink);
}
.hero-sticker strong { font-family: "Secular One", sans-serif; font-size: 25px; line-height: 1; }
.hero-sticker span { max-width: 94px; font-size: 15px; font-weight: 800; line-height: 1.15; }
.hero-caption {
  position: absolute;
  left: 20px;
  bottom: -34px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 330px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-2);
  box-shadow: 0 15px 35px rgba(21, 21, 25, .12);
  font-size: 14px;
  font-weight: 700;
}
.caption-dot { width: 10px; height: 10px; flex: 0 0 10px; border-radius: 50%; background: var(--coral); }

.signal-strip { border-block: 1px solid var(--line); background: var(--paper-2); }
.signal-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  direction: rtl;
}
.signal-inner span {
  position: relative;
  padding: 22px 26px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}
.signal-inner span + span { border-right: 1px solid var(--line); }
.signal-inner span::before { content: "•"; margin-left: 9px; color: var(--coral); }

.result-section { padding: 130px 0; background: var(--paper-2); }
.result-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .78fr);
  grid-template-areas: "comparison copy";
  align-items: center;
  gap: clamp(55px, 8vw, 130px);
  direction: ltr;
}
.result-copy { grid-area: copy; direction: rtl; }
.result-copy h2,
.repairs-heading h2,
.process-heading h2,
.request-copy h2 {
  margin: 0;
  font-family: "Secular One", "Heebo", sans-serif;
  font-weight: 400;
  letter-spacing: -.025em;
}
.result-copy h2 { font-size: clamp(42px, 4.4vw, 68px); line-height: 1.04; }
.result-copy > p:not(.kicker):not(.demo-disclaimer) { margin: 28px 0 0; color: var(--muted); font-size: 20px; }
.clean-list { margin: 30px 0 0; padding: 0; list-style: none; }
.clean-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.clean-list li::before { content: "←"; margin-left: 12px; color: var(--coral); }
.demo-disclaimer { margin: 24px 0 0; color: #77716c; font-size: 13px; line-height: 1.5; }

.comparison { grid-area: comparison; direction: rtl; }
.comparison-labels { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 14px; font-weight: 900; }
.comparison-labels span:last-child { color: var(--coral-dark); }
.comparison-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1080 / 608;
  border: 8px solid var(--paper);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.comparison-image { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.comparison-after { position: absolute; z-index: 2; inset: 0; overflow: hidden; clip-path: inset(0 48% 0 0); }
.comparison-after .comparison-image { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.comparison-line {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 3px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
  transform: translateX(-50%);
  pointer-events: none;
}
.comparison-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 25px rgba(0,0,0,.2);
}
.comparison-range { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; direction: ltr; }
.wix-banner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px 12px;
  min-height: 28px;
  padding: 5px 8px;
  border-bottom: 1px solid #d8d8d8;
  color: #151515;
  background: rgba(255, 255, 255, .98);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(6px, .62vw, 9px);
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
}
.wix-banner strong { font-size: 1.15em; letter-spacing: -.03em; }
.wix-banner b { padding: 3px 6px; color: #fff; background: #116dff; font-size: .94em; text-transform: uppercase; }

.repairs-section { padding: 130px 0; color: #fff; background: var(--dark); }
.repairs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr);
  grid-template-areas: "list heading";
  gap: clamp(50px, 8vw, 130px);
  direction: ltr;
}
.repairs-heading { grid-area: heading; direction: rtl; }
.kicker-light { color: var(--lime); }
.repairs-heading h2 { font-size: clamp(44px, 4.8vw, 74px); line-height: 1.06; }
.repair-list { grid-area: list; direction: rtl; border-top: 1px solid rgba(255,255,255,.22); }
.repair-item {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) 1fr;
  gap: 35px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
  transition: padding .25s ease, color .25s ease;
}
.repair-item:hover { padding-right: 18px; color: var(--lime); }
.repair-title { display: flex; gap: 15px; align-items: baseline; }
.repair-title span { color: var(--coral); font-family: "Secular One", sans-serif; font-size: 16px; }
.repair-title h3 { margin: 0; font-size: 25px; line-height: 1.25; }
.repair-item p { margin: 0; color: rgba(255,255,255,.72); font-size: 17px; }

.statement-section { position: relative; overflow: hidden; padding: 125px 0; background: var(--coral); }
.statement-section::after {
  content: "";
  position: absolute;
  top: -70px;
  left: -80px;
  width: 330px;
  height: 330px;
  border: 70px solid rgba(255,255,255,.18);
  border-radius: 50%;
}
.statement-inner { position: relative; z-index: 1; }
.statement-mini { margin: 0 0 25px; font-size: 15px; font-weight: 900; }
.statement-inner h2 {
  max-width: 1050px;
  margin: 0;
  font-family: "Secular One", "Heebo", sans-serif;
  font-size: clamp(52px, 6.5vw, 100px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.statement-inner h2 span { color: #fff; }
.statement-inner a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 38px;
  padding-bottom: 7px;
  border-bottom: 3px solid var(--ink);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.process-section { padding: 130px 0; background: var(--paper); }
.process-heading { max-width: 760px; margin-right: auto; }
.process-heading h2 { font-size: clamp(44px, 4.7vw, 72px); line-height: 1.08; }
.process-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 75px 0 0;
  padding: 0;
  list-style: none;
  direction: rtl;
}
.process-flow li { position: relative; min-height: 250px; padding: 36px 34px; border-top: 2px solid var(--ink); }
.process-flow li + li { border-right: 1px solid var(--line); }
.process-flow li::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 30px;
  width: 16px;
  height: 16px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--coral);
}
.step-index { color: var(--blue); font-family: "Secular One", sans-serif; font-size: 17px; }
.process-flow h3 { margin: 35px 0 10px; font-size: 27px; }
.process-flow p { margin: 0; color: var(--muted); }

.request-section { padding: 130px 0; color: #fff; background: var(--blue); }
.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, .75fr);
  grid-template-areas: "form copy";
  align-items: start;
  gap: clamp(55px, 8vw, 130px);
  direction: ltr;
}
.request-copy { grid-area: copy; direction: rtl; }
.request-copy h2 { font-size: clamp(46px, 5vw, 78px); line-height: 1.05; }
.request-copy > p:not(.kicker) { margin: 26px 0 0; color: rgba(255,255,255,.78); font-size: 19px; }
.request-note { margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.34); }
.request-note strong, .request-note span { display: block; }
.request-note strong { margin-bottom: 7px; color: var(--lime); }
.request-note span { color: rgba(255,255,255,.8); }

.lead-form {
  grid-area: form;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
  padding: clamp(25px, 3.8vw, 48px);
  border-radius: 6px 36px 6px 36px;
  color: var(--ink);
  background: var(--paper-2);
  box-shadow: 18px 18px 0 var(--lime);
  direction: rtl;
}
.hidden-field { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 800; }
.label-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.label-row span { color: #817b75; font-size: 12px; direction: ltr; }
.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #b9b2aa;
  border-radius: 0;
  padding: 13px 2px;
  color: var(--ink);
  background: transparent;
  transition: border-color .2s ease, background .2s ease;
}
.field input::placeholder,
.field textarea::placeholder { color: #918a83; opacity: 1; }
.field input:focus,
.field textarea:focus { border-color: var(--blue); outline: none; background: rgba(49,88,255,.035); }
.field textarea { min-height: 125px; resize: vertical; line-height: 1.55; }
.field [dir="ltr"] { text-align: left; }
.field-error { display: block; min-height: 20px; margin-top: 5px; color: var(--error); font-size: 13px; font-weight: 700; }
.field.has-error input,
.field.has-error textarea { border-color: var(--error); }
.consent-row { margin-top: 2px; }
.check-label { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 500; cursor: pointer; }
.check-label input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--blue); }
.submit-button {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  color: #fff;
  background: var(--ink);
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.submit-button:hover { transform: translateY(-2px); background: var(--coral); }
.submit-button:disabled { cursor: wait; opacity: .75; }
.spinner { display: none; width: 19px; height: 19px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.submit-button.is-loading .submit-arrow { display: none; }
.submit-button.is-loading .spinner { display: block; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; font-size: 14px; font-weight: 800; }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: var(--error); }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { padding: 35px 0; border-top: 1px solid var(--line); background: var(--paper); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-brand .brand-symbol { width: 30px; height: 30px; }
.footer-brand .brand-symbol i:first-child { width: 15px; left: 7px; top: 9px; }
.footer-brand .brand-symbol i:last-child { width: 15px; left: 7px; top: 17px; }
.footer-brand .brand-name { font-size: 18px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  :root { --shell: min(100% - 40px, 920px); }
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; grid-template-areas: "menu . brand"; }
  .header-cta { display: none; }
  .menu-button {
    grid-area: menu;
    display: grid;
    gap: 6px;
    width: 46px;
    height: 46px;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    cursor: pointer;
  }
  .menu-button span { display: block; width: 20px; height: 2px; background: #fff; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav {
    position: fixed;
    z-index: 999;
    inset: 75px 20px auto;
    display: grid;
    gap: 4px;
    padding: 24px;
    border-radius: 24px;
    background: var(--paper-2);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .mobile-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .mobile-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-weight: 800; text-decoration: none; }
  .mobile-nav-cta { margin-top: 10px; border: 0 !important; border-radius: 999px; color: #fff; background: var(--coral); text-align: center; }

  .hero { min-height: auto; padding-top: 125px; }
  .hero-inner,
  .result-layout,
  .repairs-layout,
  .request-layout { grid-template-columns: 1fr; gap: 70px; }
  .hero-inner { grid-template-areas: "copy" "media"; }
  .result-layout { grid-template-areas: "copy" "comparison"; }
  .repairs-layout { grid-template-areas: "heading" "list"; }
  .request-layout { grid-template-areas: "copy" "form"; }
  .hero-copy, .result-copy, .repairs-heading, .request-copy { max-width: 760px; }
  .hero-media { width: min(850px, 92%); margin: 0 auto; }
  .process-heading { margin-right: 0; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 620px); }
  body { font-size: 17px; }
  .site-header { padding: 12px 0; }
  .brand-name { font-size: 19px; }
  .brand-symbol { width: 32px; height: 32px; }
  .brand-symbol i:first-child { width: 16px; left: 8px; top: 10px; }
  .brand-symbol i:last-child { width: 16px; left: 8px; top: 18px; }

  .hero { padding: 112px 0 70px; }
  .hero::before { display: none; }
  .hero-inner { gap: 55px; }
  .hero h1 { font-size: clamp(43px, 13vw, 64px); line-height: 1.02; }
  .hero-punch { font-size: clamp(36px, 11vw, 54px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-media { width: 100%; padding-top: 23px; }
  .hero-media::before { inset: 16% -12px -25px 13%; }
  .hero-media-frame { border-width: 6px; border-radius: 25px 8px 25px 8px; }
  .hero-sticker { top: -18px; right: 6px; width: 110px; height: 110px; border-width: 3px; box-shadow: 5px 5px 0 var(--ink); }
  .hero-sticker strong { font-size: 20px; }
  .hero-sticker span { font-size: 12px; }
  .hero-caption { position: relative; left: auto; bottom: auto; width: calc(100% - 25px); margin: 18px 0 0 auto; border-radius: 14px; }

  .signal-inner { grid-template-columns: 1fr 1fr; }
  .signal-inner span { padding: 16px 8px; font-size: 13px; }
  .signal-inner span:nth-child(3) { border-right: 0; border-top: 1px solid var(--line); }
  .signal-inner span:nth-child(4) { border-top: 1px solid var(--line); }

  .result-section, .repairs-section, .process-section, .request-section { padding: 90px 0; }
  .result-layout, .repairs-layout, .request-layout { gap: 50px; }
  .result-copy h2, .repairs-heading h2, .process-heading h2, .request-copy h2 { font-size: clamp(40px, 11vw, 56px); }
  .result-copy > p:not(.kicker):not(.demo-disclaimer) { font-size: 18px; }
  .comparison-stage { border-width: 5px; border-radius: 18px; }
  .comparison-line span { width: 45px; height: 45px; }
  .wix-banner { min-height: 25px; font-size: 7px; }

  .repair-item { grid-template-columns: 1fr; gap: 12px; padding: 25px 0; }
  .repair-item:hover { padding-right: 0; }
  .repair-title h3 { font-size: 22px; }

  .statement-section { padding: 90px 0; }
  .statement-inner h2 { font-size: clamp(46px, 13vw, 66px); }
  .statement-section::after { width: 220px; height: 220px; border-width: 45px; }

  .process-flow { grid-template-columns: 1fr; margin-top: 50px; }
  .process-flow li { min-height: 0; padding: 30px 22px 36px; }
  .process-flow li + li { border-right: 0; }
  .process-flow h3 { margin-top: 24px; }

  .lead-form { grid-template-columns: 1fr; gap: 12px; padding: 25px 20px; border-radius: 5px 25px 5px 25px; box-shadow: 9px 9px 0 var(--lime); }
  .field-wide, .submit-button, .form-status { grid-column: 1; }
  .field-error { min-height: 16px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 370px) {
  :root { --shell: calc(100% - 22px); }
  .hero h1 { font-size: 40px; }
  .hero-punch { font-size: 35px; }
  .button { padding-inline: 20px; font-size: 16px; }
  .signal-inner { grid-template-columns: 1fr; }
  .signal-inner span + span { border-right: 0; border-top: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
