:root {
  --brand: #ff760f;
  --deep: #26211d;
  --dark: #171412;
  --mint: #fff3e4;
  --mint-strong: #ffd0a3;
  --orange: #ff760f;
  --orange-dark: #c94d00;
  --yellow: #ffd640;
  --cream: #fff4c9;
  --paper: #ffffff;
  --soft: #f8f3ee;
  --ink: #211f1c;
  --muted: #6f6358;
  --line: #ead7c5;
  --shadow-brand: 0 12px 0 rgba(201, 77, 0, .14);
  --shadow-orange: 0 12px 0 rgba(201, 77, 0, .18);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: #f1e1cf;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

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

button,
input,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.lp-shell {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 108px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 48px rgba(0, 0, 0, .18);
}

.slide {
  position: relative;
  min-height: auto;
  padding: 52px 42px 76px;
  overflow: hidden;
}

.slide > * {
  position: relative;
  z-index: 1;
}

.hero {
  min-height: auto;
  padding: 34px 36px 48px;
  background:
    linear-gradient(180deg, #fffaf4 0%, #fff3e4 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  right: -92px;
  top: 94px;
  width: 230px;
  height: 230px;
  border: 18px solid rgba(255, 118, 15, .16);
  background: rgba(255, 214, 64, .18);
  transform: rotate(14deg);
  animation: softFloat 5.8s ease-in-out infinite;
}

.hero::after {
  left: 24px;
  bottom: 34px;
  width: 170px;
  height: 20px;
  background:
    radial-gradient(circle at 10px 10px, var(--orange) 0 8px, transparent 9px),
    radial-gradient(circle at 74px 10px, var(--yellow) 0 8px, transparent 9px),
    radial-gradient(circle at 138px 10px, var(--orange) 0 8px, transparent 9px);
  opacity: .42;
  animation: routeMove 3.8s ease-in-out infinite;
}

.trust::before,
.campaign::before,
.seo::before {
  content: "";
  position: absolute;
  right: -110px;
  top: 98px;
  width: 360px;
  height: 360px;
  border: 22px solid var(--mint-strong);
  background: #ffe4c5;
  transform: rotate(16deg);
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  color: var(--deep);
}

.wordmark__mark {
  position: relative;
  display: block;
  width: 68px;
  height: 52px;
  overflow: hidden;
  background: #fff8e8;
  border: 5px solid var(--deep);
  box-shadow: 6px 6px 0 rgba(201, 77, 0, .18);
}

.wordmark__mark::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 15px;
  width: 34px;
  height: 24px;
  background: var(--orange);
  border: 4px solid var(--deep);
  box-shadow: inset 0 6px 0 rgba(255, 255, 255, .42);
}

.wordmark__mark::after {
  content: "";
  position: absolute;
  left: 43px;
  top: 34px;
  width: 9px;
  height: 9px;
  background: var(--yellow);
  border: 4px solid var(--deep);
  border-radius: 50%;
  box-shadow: -29px 0 0 -4px var(--yellow), -29px 0 0 0 var(--deep);
}

.wordmark__mark span {
  position: absolute;
  z-index: 2;
  left: 9px;
  top: 12px;
  width: 31px;
  height: 5px;
  background: var(--deep);
  box-shadow: -7px 11px 0 var(--deep);
}

.wordmark__text {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
}

.wordmark__text small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.audience {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #fff;
  background: var(--deep);
  font-size: 14px;
  font-weight: 900;
}

.hero__visual {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
  background: #fff;
  border: 5px solid var(--deep);
  box-shadow: 9px 9px 0 rgba(201, 77, 0, .16);
  animation: heroFloat 5.4s ease-in-out infinite;
}

.hero__visual img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.1);
  transform-origin: center center;
  animation: photoDrift 7.2s ease-in-out infinite alternate;
}

.hero__badge {
  display: inline-block;
  margin-top: 16px;
  padding: 9px 14px;
  color: #fff;
  background: var(--orange);
  border-bottom: 5px solid var(--orange-dark);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.hero__lead {
  margin-top: 10px;
  max-width: 590px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

.hero__title {
  margin-top: 12px;
  color: var(--deep);
  font-weight: 900;
  line-height: 1.02;
}

.hero__title span {
  display: block;
  color: var(--orange);
  font-size: 30px;
  letter-spacing: 0;
}

.hero__title strong {
  display: block;
  margin-top: 7px;
  font-size: 52px;
  font-weight: 900;
}

.hero__offer {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  padding: 12px 16px;
  background: #fff;
  border: 4px solid var(--deep);
  box-shadow: 7px 7px 0 rgba(201, 77, 0, .14);
}

.hero__offer span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.hero__offer strong {
  color: var(--deep);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

.hero__offer strong::before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-right: 8px;
  background: var(--yellow);
  border: 3px solid var(--deep);
  vertical-align: .12em;
}

.hero__offer small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.zero-cost-note {
  display: grid;
  gap: 3px;
  margin-top: 11px;
  padding: 10px 14px 10px 16px;
  color: #fff;
  background: var(--deep);
  border-left: 8px solid var(--yellow);
  box-shadow: 6px 6px 0 rgba(201, 77, 0, .13);
}

.zero-cost-note span {
  color: var(--yellow);
  font-size: 14px;
  font-weight: 900;
}

.zero-cost-note strong {
  color: var(--yellow);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.18;
}

.zero-cost-note small {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.notice {
  margin-top: 12px;
  max-width: 96%;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.hero__metrics,
.score-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 28px;
}

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

.hero__metrics article,
.score-grid article {
  min-height: 106px;
  padding: 14px 8px;
  background: #fff;
  border: 4px solid var(--deep);
  box-shadow: var(--shadow-brand);
  text-align: center;
}

.hero__metrics span,
.score-grid span {
  display: block;
  color: var(--deep);
  font-size: 17px;
  font-weight: 900;
}

.hero__metrics strong,
.score-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--brand);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.08;
}

.score-grid strong {
  font-size: 22px;
}

.platforms {
  margin-top: 22px;
  padding: 13px 0 0;
  color: var(--muted);
  background: transparent;
  border-top: 2px solid rgba(38, 33, 29, .12);
}

.platforms h2 {
  color: var(--deep);
  font-size: 18px;
  font-weight: 900;
}

.slide .platforms h2 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.2;
}

.platforms div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.platforms span {
  display: grid;
  place-items: center;
  min-height: 34px;
  padding: 7px 6px;
  color: var(--deep);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(38, 33, 29, .14);
  font-size: 13px;
  font-weight: 900;
}

.platforms small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.hero-map-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  color: var(--deep);
  background: #fff;
  border: 4px solid var(--deep);
  box-shadow: 7px 7px 0 rgba(201, 77, 0, .14);
  overflow: hidden;
}

.hero-map-card::before {
  content: "";
  position: absolute;
  inset: auto -30px -24px auto;
  width: 150px;
  height: 82px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(38, 33, 29, .18) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(38, 33, 29, .18) 49% 51%, transparent 52%),
    #fff4c9;
  transform: rotate(-8deg);
}

.hero-map-card__pin {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background: var(--orange);
  border: 4px solid var(--deep);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 5px 5px 0 rgba(201, 77, 0, .16);
  animation: pinBounce 2.6s ease-in-out infinite;
}

.hero-map-card__pin::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  background: var(--yellow);
  border: 3px solid var(--deep);
  border-radius: 50%;
}

.hero-map-card strong,
.hero-map-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.hero-map-card strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
}

.hero-map-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.main-cta,
.form button,
.line-button,
.line-action {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 14px 18px;
  color: #fff;
  background: var(--orange);
  border: 0;
  border-bottom: 8px solid var(--orange-dark);
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  cursor: pointer;
}

.main-cta {
  margin-top: 24px;
}

.main-cta--xl {
  min-height: 102px;
  gap: 6px;
  font-size: 29px;
  box-shadow: 0 16px 0 rgba(201, 77, 0, .18);
}

.main-cta--xl small {
  display: block;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 900;
}

.main-cta--switch {
  --switch-shift: 28px;
  position: relative;
  grid-template-columns: 74px 1fr;
  justify-items: start;
  column-gap: 14px;
  overflow: hidden;
  padding-left: 18px;
  text-align: left;
  isolation: isolate;
  animation: switchLift 2.4s ease-in-out infinite;
}

.main-cta--switch::before {
  content: "";
  grid-row: 1 / span 2;
  width: 64px;
  height: 34px;
  align-self: center;
  background: #fff;
  border: 4px solid rgba(38, 33, 29, .96);
  box-shadow: inset 0 0 0 4px rgba(255, 118, 15, .16);
}

.main-cta--switch::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 27px;
  top: 50%;
  width: 22px;
  height: 22px;
  background: var(--yellow);
  border: 4px solid var(--deep);
  transform: translateY(-50%);
  animation: switchKnob 2.4s ease-in-out infinite;
}

.main-cta--switch span,
.main-cta--switch small {
  position: relative;
  z-index: 2;
}

.slide-cta {
  display: grid;
  place-items: center;
  min-height: 70px;
  margin-top: 34px;
  padding: 13px 16px;
  color: #fff;
  background: var(--orange);
  border-bottom: 8px solid var(--orange-dark);
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}

.trust,
.merit,
.case,
.seo {
  background: var(--mint);
}

.campaign,
.support,
.risk,
.steps,
.final {
  background: #fff;
}

.delivery-result {
  background: linear-gradient(180deg, #fff 0%, #fff7ee 100%);
}

.loss {
  background: var(--soft);
}

.kicker {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  background: var(--deep);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.kicker--orange {
  background: var(--orange);
}

.slide h2 {
  margin-top: 22px;
  color: var(--deep);
  font-size: 52px;
  font-weight: 900;
  line-height: 1.16;
}

.section-copy {
  margin-top: 20px;
  color: var(--muted);
  font-size: 21px;
  font-weight: 800;
}

.seal {
  margin-top: 34px;
  padding: 28px 24px;
  color: #fff;
  background: var(--deep);
  text-align: center;
}

.seal span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.seal strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

.trust-checks,
.campaign-tags {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.trust-checks article {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border-left: 10px solid var(--orange);
  box-shadow: 0 8px 0 rgba(201, 77, 0, .1);
}

.trust-checks span {
  display: grid;
  place-items: center;
  min-height: 52px;
  color: #fff;
  background: var(--deep);
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.trust-checks p {
  color: var(--deep);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.price-board,
.month-board {
  margin-top: 30px;
  padding: 30px 22px;
  background: var(--cream);
  border: 5px solid var(--yellow);
  text-align: center;
  box-shadow: var(--shadow-brand);
}

.price-board span,
.month-board span {
  display: block;
  color: var(--deep);
  font-size: 22px;
  font-weight: 900;
}

.price-board strong {
  display: block;
  color: var(--brand);
  font-family: "Oswald", sans-serif;
  font-size: 142px;
  line-height: .88;
}

.month-board strong {
  display: block;
  margin-top: 10px;
  color: var(--deep);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.month-board b {
  color: var(--orange);
  font-family: "Oswald", sans-serif;
  font-size: 108px;
  line-height: .78;
}

.price-board small,
.month-board small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.plus {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 28px auto 0;
  color: #fff;
  background: var(--orange);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.campaign-tags {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.campaign-tags span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 10px 8px;
  color: var(--deep);
  background: #fff;
  border: 4px solid var(--deep);
  box-shadow: 0 8px 0 rgba(201, 77, 0, .1);
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.campaign-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.loss h2 {
  color: var(--ink);
  text-align: center;
}

.loss h2 strong {
  color: var(--orange);
}

.loss__label {
  width: max-content;
  margin: 30px auto 0;
  padding: 8px 20px;
  color: #fff;
  background: var(--deep);
  font-weight: 900;
}

.loss__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.loss__grid article {
  display: grid;
  align-content: center;
  min-height: 150px;
  padding: 16px 8px;
  color: #fff;
  background: var(--deep);
  text-align: center;
}

.loss__grid--compact {
  margin-top: 24px;
}

.loss__grid--compact article {
  min-height: 102px;
  padding: 14px 8px;
}

.loss__grid span {
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.loss__grid strong {
  display: block;
  margin-top: 6px;
  color: var(--yellow);
  font-size: 23px;
  line-height: 1.15;
}

.but {
  margin-top: 34px;
  color: var(--orange);
  text-align: center;
  font-size: 42px;
  font-weight: 900;
}

.worries {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.worries p {
  padding: 18px 22px;
  background: #fff;
  border-left: 8px solid var(--orange);
  box-shadow: 0 10px 0 #e4e8ea;
  font-size: 22px;
  font-weight: 900;
}

.answer-box {
  margin-top: 30px;
  padding: 24px 22px;
  color: #fff;
  background: var(--deep);
  text-align: center;
  box-shadow: 0 10px 0 #cfd7d3;
}

.answer-box span {
  display: inline-block;
  padding: 6px 18px;
  color: var(--deep);
  background: var(--yellow);
  font-weight: 900;
}

.answer-box strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.28;
}

.photo-panel {
  margin-top: 30px;
  overflow: hidden;
  border: 5px solid var(--deep);
  box-shadow: var(--shadow-brand);
  background: var(--deep);
}

.result-photo {
  margin-top: 30px;
  overflow: hidden;
  border: 5px solid var(--deep);
  box-shadow: var(--shadow-brand);
  background: var(--deep);
}

.result-photo img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: 67% center;
  transform: scale(1.02);
}

.result-flow {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.result-flow article {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: start;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 4px solid var(--deep);
  box-shadow: var(--shadow-brand);
}

.result-flow article > div {
  min-width: 0;
}

.result-flow span {
  display: grid;
  place-items: center;
  min-height: 54px;
  color: #fff;
  background: var(--orange);
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.result-flow h3 {
  color: var(--deep);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.result-flow p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.photo-panel img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: 58% center;
}

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

.support--compact {
  padding-bottom: 62px;
}

.support__grid--tight {
  gap: 14px;
  margin-top: 24px;
}

.support__grid article,
.merit__grid article,
.risk__grid article,
.case-card,
.step-stack article,
.seo__grid article {
  padding: 24px 22px;
  background: #fff;
  border: 4px solid var(--deep);
  box-shadow: var(--shadow-brand);
}

.support__grid article {
  background: var(--mint);
}

.support__grid h3,
.merit__grid h3,
.risk__grid h3,
.case-card h3,
.step-stack h3,
.seo__grid h3 {
  color: var(--deep);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.25;
}

.support__grid p,
.merit__grid p,
.risk__grid p,
.case-card p,
.step-stack p,
.seo__grid p,
.seo__note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}

.merit__grid,
.risk__grid,
.seo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.merit__grid article {
  min-height: 254px;
  border-top: 8px solid var(--orange);
}

.risk__grid article {
  border-left: 8px solid var(--deep);
  box-shadow: 0 10px 0 rgba(201, 77, 0, .12);
}

.risk__grid span,
.case-card span {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: #fff;
  background: var(--orange);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.merit__grid span,
.step-stack span {
  display: inline-block;
  color: var(--orange);
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.case-card {
  margin-top: 28px;
}

.case-card__metric {
  display: block;
  margin: 12px 0 4px;
  color: var(--orange);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.case-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.steps h2 {
  text-align: center;
}

.step-stack {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.step-stack article {
  background: var(--mint);
  border-left: 10px solid var(--deep);
  box-shadow: none;
}

.seo__grid article {
  border-color: var(--yellow);
  box-shadow: var(--shadow-orange);
}

.seo__note {
  margin-top: 28px;
  padding: 20px 22px;
  color: var(--deep);
  background: var(--cream);
  border-left: 8px solid var(--orange);
}

.final {
  background: #101010;
}

.form {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  padding: 26px;
  background: #fff;
  border: 5px solid var(--yellow);
  box-shadow: var(--shadow-brand);
}

.form__lead {
  padding: 16px 18px;
  color: var(--deep);
  background: var(--cream);
  border-left: 8px solid var(--orange);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
}

.form label {
  display: grid;
  gap: 7px;
  color: var(--deep);
  font-weight: 900;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 14px 13px;
  border: 3px solid var(--line);
  background: #f9fbfa;
  outline: none;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: var(--brand);
  background: #fff;
}

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

.form button {
  margin-top: 8px;
  font-size: 20px;
}

.form small {
  color: var(--muted);
  font-weight: 800;
}

.quiz-slide {
  min-height: 980px;
  padding-top: 64px;
  padding-bottom: 118px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 118, 15, .18) 0 20%, transparent 20% 100%),
    linear-gradient(180deg, #111 0%, #181512 56%, #fff 56%, #fff 100%);
}

.quiz-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(255, 118, 15, .16) 58% 68%, transparent 68% 100%);
  pointer-events: none;
}

.quiz-slide .kicker {
  background: var(--orange);
  color: #fff;
}

.quiz-slide h2 {
  max-width: 620px;
  color: #fff;
  font-size: 48px;
}

.quiz-slide .section-copy {
  max-width: 620px;
  color: #f2c6a5;
}

.quiz-form {
  display: grid;
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 118, 15, .34);
  box-shadow: 0 26px 50px rgba(0, 0, 0, .28);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.quiz-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  color: #fff;
  background: var(--deep);
}

.quiz-top div {
  display: grid;
  gap: 4px;
}

.quiz-top__eyebrow,
.quiz-top small {
  color: #ffb37c;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quiz-top strong {
  font-size: 18px;
  line-height: 1.35;
}

.quiz-top small {
  width: max-content;
  padding: 6px 10px;
  color: #fff;
  background: var(--orange);
}

.quiz-progress {
  display: grid;
  gap: 10px;
  padding: 18px 24px 0;
  color: var(--deep);
  font-weight: 900;
}

.quiz-progress i {
  display: block;
  height: 8px;
  overflow: hidden;
  background: #eee4dc;
}

.quiz-progress b {
  display: block;
  width: 16%;
  height: 100%;
  background: var(--orange);
  transition: width .24s ease;
}

.quiz-form [data-quiz-step],
.quiz-card {
  display: none !important;
}

.quiz-form [data-quiz-step].is-active,
.quiz-card.is-active {
  display: grid !important;
  align-content: start;
  gap: 20px;
}

.quiz-card {
  min-height: 370px;
  padding: 30px 24px 26px;
  color: var(--deep);
  background: #fff;
}

.quiz-label {
  width: max-content;
  padding: 6px 10px;
  color: var(--orange);
  background: #fff2e7;
  font-size: 14px;
  font-weight: 900;
}

.quiz-card h3 {
  color: var(--deep);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
}

.quiz-options {
  display: grid;
  gap: 10px;
}

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

.quiz-options button {
  position: relative;
  min-height: 68px;
  padding: 15px 50px 15px 16px;
  color: var(--deep);
  background: #fbf7f3;
  border: 1px solid #e7d8cc;
  text-align: left;
  font-size: 19px;
  font-weight: 900;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.quiz-options button::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  color: var(--orange);
  font-weight: 900;
  transform: translateY(-50%);
}

.quiz-options button.is-selected,
.quiz-options button:hover {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.quiz-options button.is-selected::after,
.quiz-options button:hover::after {
  color: #fff;
}

.quiz-card--input label,
.quiz-card--contact label {
  display: grid;
  gap: 10px;
  color: var(--deep);
  font-weight: 900;
}

.quiz-field-grid {
  display: grid;
  gap: 12px;
}

.quiz-card--input label span,
.quiz-card--contact label span {
  font-size: 14px;
  color: var(--muted);
}

.quiz-card--contact .referral-field {
  gap: 8px;
  opacity: .86;
}

.quiz-card--contact .referral-field span {
  font-size: 12px;
}

.quiz-card--contact .referral-field input {
  min-height: 52px;
  font-size: 15px;
}

.quiz-card--input input,
.quiz-card--contact input,
.quiz-card--contact textarea {
  width: 100%;
  min-height: 64px;
  padding: 15px 16px;
  border: 1px solid #d8c9bd;
  background: #fbf7f3;
  outline: none;
  font-size: 18px;
  font-weight: 800;
}

.quiz-card--input input:focus,
.quiz-card--contact input:focus,
.quiz-card--contact textarea:focus {
  border-color: var(--orange);
  background: #fff;
}

.quiz-card--contact textarea {
  min-height: 108px;
  resize: vertical;
}

.quiz-cost-note {
  margin: 0;
  padding: 12px 14px;
  color: var(--deep);
  background: #fff7e3;
  border: 2px solid rgba(255, 118, 15, .34);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.quiz-cost-note strong {
  color: var(--orange-dark);
  font-weight: 900;
}

.quiz-card--contact button[type="submit"] {
  display: grid;
  place-items: center;
  min-height: 72px;
  margin-top: 0;
  padding: 14px 18px;
  color: #fff;
  background: var(--orange);
  border: 0;
  border-bottom: 7px solid var(--orange-dark);
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.quiz-card--contact button[type="submit"]:disabled {
  opacity: .65;
  cursor: progress;
}

.quiz-card--contact small,
.quiz-status {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.quiz-nav {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 0 24px 24px;
  background: #fff;
}

.quiz-nav button {
  min-height: 58px;
  color: var(--deep);
  background: #f6eee7;
  border: 1px solid #ddcfc4;
  font-weight: 900;
  cursor: pointer;
}

.quiz-nav button[data-quiz-next] {
  color: #fff;
  background: var(--deep);
  border-color: var(--deep);
}

.quiz-nav button:disabled {
  opacity: .38;
  cursor: default;
}

.quiz-status {
  padding: 0 24px 24px;
}

.company {
  display: grid;
  margin-top: 34px;
  background: #fff;
  border: 3px solid var(--line);
}

.company--bottom {
  margin-top: 30px;
  margin-bottom: 0;
  border: 4px solid var(--yellow);
  box-shadow: 0 10px 0 rgba(201, 77, 0, .16);
}

.company div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 2px solid var(--line);
}

.company div:last-child {
  border-bottom: 0;
}

.company dt {
  color: var(--deep);
  font-weight: 900;
}

.company dd {
  color: var(--deep);
  font-weight: 800;
}

.company a,
.line-company a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fixed-cta {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0 -12px 22px rgba(0, 0, 0, .18);
}

.fixed-cta a {
  display: grid;
  place-items: center;
  min-height: 64px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.fixed-cta__doc {
  background: var(--deep);
}

.fixed-cta__contact {
  background: var(--orange);
}

.line-body {
  background: #f1e1cf;
}

.line-page {
  width: min(750px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 44px rgba(0, 0, 0, .16);
}

.line-hero,
.line-template,
.line-flow,
.line-company {
  padding: 52px 42px;
}

.line-hero {
  color: #fff;
  background: var(--deep);
}

.line-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  color: var(--deep);
  background: #fff;
  font-weight: 900;
}

.line-logo-text img {
  width: 46px;
  height: 46px;
  object-fit: cover;
}

.line-badge,
.section-label {
  display: inline-block;
  margin-top: 26px;
  padding: 9px 16px;
  color: var(--deep);
  background: var(--yellow);
  font-weight: 900;
}

.line-hero h1,
.line-template h2,
.line-flow h2,
.line-company h2 {
  margin-top: 16px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.18;
}

.line-lead {
  margin-top: 14px;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  font-weight: 800;
}

.line-card,
.message-box {
  margin-top: 28px;
  padding: 26px;
  color: var(--ink);
  background: #fff;
  border: 5px solid var(--yellow);
  box-shadow: var(--shadow-brand);
}

.line-icon {
  display: inline-grid;
  place-items: center;
  min-width: 88px;
  min-height: 44px;
  padding: 0 14px;
  color: #fff;
  background: var(--orange);
  font-weight: 900;
}

.line-card h2 {
  margin-top: 14px;
  color: var(--deep);
  font-size: 30px;
  line-height: 1.25;
}

.line-card p,
.line-card small,
.line-company small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.line-card small.line-url-missing {
  padding: 10px 12px;
  color: #a93b0c;
  background: #fff1e8;
  border: 2px solid rgba(255, 118, 15, .28);
}

.line-button,
.line-action {
  min-height: 62px;
  margin-top: 18px;
  font-size: 18px;
}

.message-box p {
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.line-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.line-action--copy,
.line-action--back {
  color: var(--deep);
  background: #fff;
  border: 3px solid var(--deep);
  border-bottom: 7px solid #d6b08b;
}

.line-flow .flow__steps {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.line-flow article {
  padding: 22px;
  background: var(--mint);
  border-left: 9px solid var(--deep);
}

.line-flow h3 {
  color: var(--deep);
  font-size: 24px;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotate(1deg);
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-14deg);
  }
  50% {
    transform: translate3d(18px, -18px, 0) rotate(-9deg);
  }
}

@keyframes photoDrift {
  0% {
    transform: scale(1.05) translateX(0);
  }
  100% {
    transform: scale(1.1) translateX(-10px);
  }
}

@keyframes boxBounce {
  0%,
  100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-7px) rotate(-6deg);
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes switchLift {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 16px 0 rgba(201, 77, 0, .18);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 20px 0 rgba(201, 77, 0, .14);
  }
}

@keyframes switchKnob {
  0%,
  100% {
    transform: translate(0, -50%);
  }
  45%,
  65% {
    transform: translate(var(--switch-shift), -50%);
  }
}

@keyframes routeMove {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(24px);
  }
}

@keyframes pinBounce {
  0%,
  100% {
    transform: translateY(0) rotate(-45deg);
  }
  45% {
    transform: translateY(-6px) rotate(-45deg);
  }
}

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

@media (max-width: 700px) {
  .slide,
  .line-hero,
  .line-template,
  .line-flow,
  .line-company {
    padding: 42px 24px;
  }

  .slide {
    min-height: auto;
  }

  .hero {
    padding: 28px 22px 42px;
  }

  .quiz-slide {
    min-height: auto;
    padding: 44px 20px 122px;
  }

  .quiz-slide h2 {
    font-size: 35px;
  }

  .wordmark__mark {
    width: 55px;
    height: 44px;
    font-size: 25px;
  }

  .wordmark__mark::before {
    left: 15px;
    top: 12px;
    width: 28px;
    height: 20px;
    border-width: 3px;
  }

  .wordmark__mark::after {
    left: 36px;
    top: 29px;
    width: 7px;
    height: 7px;
    border-width: 3px;
    box-shadow: -24px 0 0 -3px var(--yellow), -24px 0 0 0 var(--deep);
  }

  .wordmark__mark span {
    left: 8px;
    top: 10px;
    width: 25px;
    height: 4px;
    box-shadow: -5px 9px 0 var(--deep);
  }

  .wordmark__text {
    font-size: 18px;
  }

  .audience {
    display: none;
  }

  .hero__badge {
    margin-top: 14px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .hero__lead {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.42;
  }

  .hero__title span {
    font-size: 22px;
  }

  .hero__title strong {
    font-size: 38px;
  }

  .hero__offer {
    margin-top: 11px;
    padding: 10px 12px;
    gap: 4px;
    border-width: 3px;
    box-shadow: 5px 5px 0 rgba(201, 77, 0, .14);
  }

  .hero__offer strong {
    font-size: 30px;
  }

  .hero__offer small {
    font-size: 10px;
    line-height: 1.3;
  }

  .zero-cost-note {
    margin-top: 9px;
    padding: 9px 12px;
    border-left-width: 6px;
  }

  .zero-cost-note span {
    font-size: 12px;
  }

  .zero-cost-note strong {
    font-size: 17px;
  }

  .zero-cost-note small {
    font-size: 10px;
  }

  .score-grid,
  .loss__grid,
  .support__grid,
  .merit__grid,
  .risk__grid,
  .seo__grid,
  .campaign-tags {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: 18px;
  }

  .hero::before {
    right: -130px;
    top: 82px;
  }

  .hero::after {
    left: 18px;
    bottom: 25px;
    width: 130px;
    opacity: .34;
  }

  .hero__visual img {
    height: 148px;
    object-position: 50% 48%;
    transform: scale(1.12);
  }

  .hero__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 16px;
  }

  .hero__metrics article,
  .score-grid article {
    min-height: 68px;
    padding: 9px 4px;
  }

  .hero__metrics span {
    font-size: 12px;
  }

  .hero__metrics strong {
    font-size: 18px;
  }

  .hero-map-card {
    grid-template-columns: 45px 1fr;
    gap: 10px;
    margin-top: 14px;
    padding: 12px;
    border-width: 3px;
  }

  .hero-map-card__pin {
    width: 35px;
    height: 35px;
    border-width: 3px;
  }

  .hero-map-card__pin::after {
    left: 8px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .hero-map-card strong {
    font-size: 15px;
  }

  .hero-map-card small {
    font-size: 11px;
  }

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

  .platforms {
    margin-top: 18px;
  }

  .slide h2,
  .line-hero h1,
  .line-template h2,
  .line-flow h2,
  .line-company h2 {
    font-size: 37px;
  }

  .section-copy {
    font-size: 18px;
  }

  .main-cta {
    margin-top: 16px;
    font-size: 20px;
  }

  .main-cta--xl {
    min-height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 6px;
    font-size: 21px;
  }

  .main-cta--xl small {
    font-size: 13px;
  }

  .main-cta--switch {
    --switch-shift: 20px;
    grid-template-columns: 58px 1fr;
    column-gap: 10px;
    padding-left: 13px;
  }

  .main-cta--switch::before {
    width: 50px;
    height: 28px;
    border-width: 3px;
  }

  .main-cta--switch::after {
    left: 22px;
    width: 17px;
    height: 17px;
    border-width: 3px;
  }

  .slide-cta {
    min-height: 64px;
    font-size: 18px;
  }

  .trust-checks article {
    grid-template-columns: 58px 1fr;
    padding: 14px;
  }

  .trust-checks span {
    min-height: 46px;
    font-size: 25px;
  }

  .trust-checks p,
  .answer-box strong {
    font-size: 19px;
  }

  .photo-panel img {
    height: 285px;
  }

  .result-photo img {
    height: 260px;
  }

  .result-flow article {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 14px;
  }

  .result-flow span {
    min-height: 48px;
    font-size: 24px;
  }

  .result-flow h3 {
    font-size: 21px;
    line-height: 1.22;
  }

  .result-flow p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.55;
  }

  .risk__grid article,
  .case-card {
    padding: 20px 18px;
  }

  .risk__grid span,
  .case-card span {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .fixed-cta {
    max-width: none;
  }

  .fixed-cta a {
    min-height: 66px;
    font-size: 18px;
  }

  .line-actions,
  .company div,
  .form__split,
  .quiz-options--grid {
    grid-template-columns: 1fr;
  }

  .quiz-form {
    margin-top: 26px;
  }

  .quiz-card {
    min-height: 360px;
    padding: 24px 18px;
  }

  .quiz-card h3 {
    font-size: 29px;
  }

  .quiz-options button {
    min-height: 64px;
    font-size: 18px;
  }

  .quiz-nav {
    grid-template-columns: 96px 1fr;
    padding: 0 18px 18px;
  }

  .quiz-top {
    padding: 18px;
  }

  .quiz-progress {
    padding: 16px 18px 0;
  }
}

@media (max-width: 390px) {
  .slide,
  .line-hero,
  .line-template,
  .line-flow,
  .line-company {
    padding-left: 18px;
    padding-right: 18px;
  }

  .offer-badge b {
    font-size: 98px;
  }

  .offer-badge small,
  .offer-badge i {
    font-size: 28px;
  }

  .slide h2 {
    font-size: 32px;
  }

  .fixed-cta a {
    font-size: 16px;
  }
}
