:root {
  --ink: #142f2a;
  --muted: #62736f;
  --line: #e8ded2;
  --paper: #fff8ef;
  --white: #ffffff;
  --green: #0a6b5a;
  --green-2: #10a079;
  --gold: #e4a12f;
  --gold-2: #ffe3a8;
  --coral: #f26d4f;
  --teal: #00a6a6;
  --sun: #ffd15c;
  --shadow: 0 24px 70px rgba(69, 45, 21, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.leadpage {
  min-height: 100vh;
  background: #fff8ef;
}

.leadpage-shell {
  min-height: 100vh;
}

.leadpage-hero {
  position: relative;
  min-height: calc(100vh - 104px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 46px;
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
  overflow: hidden;
}

.leadpage-bg,
.leadpage-overlay {
  position: absolute;
  inset: 0;
}

.leadpage-bg {
  background-image: url("https://images.unsplash.com/photo-1607083206968-13611e3d76db?auto=format&fit=crop&w=2200&q=88");
  background-size: cover;
  background-position: center right;
  transform: scale(1.02);
}

.leadpage-overlay {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 209, 92, 0.48), transparent 28%),
    linear-gradient(90deg, rgba(255, 248, 239, 0.98) 0%, rgba(255, 248, 239, 0.92) 55%, rgba(255, 248, 239, 0.62) 100%);
}

.leadpage-copy,
.leadpage-form {
  position: relative;
  z-index: 1;
}

.compact-brand {
  margin-bottom: 38px;
}

.leadpage-copy {
  max-width: 740px;
}

.leadpage-copy h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.4vw, 74px);
}

.leadpage-deals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.leadpage-deals div {
  min-height: 110px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(232, 222, 210, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(69, 45, 21, 0.1);
}

.leadpage-deals span,
.leadpage-deals strong {
  display: block;
}

.leadpage-deals span {
  width: fit-content;
  min-width: 58px;
  padding: 6px 10px;
  margin-bottom: 12px;
  color: white;
  background: linear-gradient(135deg, var(--coral), #f7a928);
  border-radius: 8px;
  font-weight: 950;
}

.leadpage-deals strong {
  font-size: 16px;
}

.leadpage-objections {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.leadpage-objections li {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 850;
}

.leadpage-form {
  position: relative;
  top: auto;
}

.leadpage-faq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 20px;
}

.leadpage-faq details {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(69, 45, 21, 0.08);
}

.leadpage-faq summary {
  cursor: pointer;
  font-weight: 950;
}

.leadpage-faq p {
  margin: 10px 0 0;
  color: var(--muted);
}

.leadpage-legal {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 20px 34px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.acq-page {
  min-height: 100vh;
  background: #fffaf2;
}

.acq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(20px, 5vw, 64px);
  background: white;
  border-bottom: 1px solid var(--line);
}

.acq-hero {
  position: relative;
  display: grid;
  justify-items: center;
  padding: clamp(36px, 5vw, 62px) 20px 48px;
  color: white;
  background:
    linear-gradient(90deg, rgba(20, 47, 42, 0.92) 0%, rgba(20, 47, 42, 0.82) 44%, rgba(20, 47, 42, 0.72) 100%),
    radial-gradient(circle at 74% 24%, rgba(255, 209, 92, 0.12), transparent 26%),
    url("./assets/generated/hero-smartphone-discovery.webp") center right / cover;
  text-align: center;
}

.acq-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 470px);
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  width: min(1240px, 100%);
}

.acq-copy {
  text-align: left;
}

.acq-kicker {
  width: fit-content;
  padding: 7px 12px;
  margin-bottom: 18px;
  color: #5b2a13;
  background: linear-gradient(135deg, #ffe7b7, #ffd15c);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.acq-hero h1 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.98;
}

.acq-copy > p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 650;
}

.hero-primary-cta {
  margin-top: 18px;
}

.acq-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.acq-trust-row span {
  padding: 9px 12px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.acq-proof-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(760px, 100%);
  margin: 22px 0 0;
}

.acq-proof-box div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.acq-proof-box span,
.acq-proof-box strong {
  display: block;
}

.acq-proof-box span {
  margin-bottom: 8px;
  color: var(--sun);
  font-size: 24px;
  font-weight: 950;
}

.acq-proof-box strong {
  color: white;
}

.acq-form {
  width: 100%;
  position: relative;
  top: auto;
  margin-top: 0;
  color: var(--ink);
  text-align: left;
}

.cta-panel {
  padding: 22px;
}

.cta-checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.cta-checklist li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.cta-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  border-radius: 999px;
}

.acq-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.acq-form-lead {
  margin: -6px 0 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.step-progress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 0 10px;
}

.step-progress span {
  height: 7px;
  background: #ece3d7;
  border-radius: 999px;
}

.step-progress span.active {
  background: linear-gradient(135deg, var(--coral), var(--gold));
}

.step-label {
  margin: 0 0 16px;
  color: #c77c13;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.step-note {
  margin: -2px 0 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.step-prev {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  color: var(--green);
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.acq-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 68px 20px 34px;
  text-align: center;
}

.acq-section h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.acq-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
  text-align: left;
}

.acq-three article {
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(69, 45, 21, 0.09);
}

.acq-three span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: white;
  background: var(--green);
  border-radius: 999px;
  font-weight: 950;
}

.acq-three p {
  color: var(--muted);
}

.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(69, 45, 21, 0.09);
  overflow: hidden;
}

.visual-section .section-heading {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.visual-section .panel div {
  padding: 18px 18px 20px;
}

.visual-section .panel img,
.reward-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.visual-section h3 {
  margin-bottom: 10px;
}

.visual-section p {
  color: var(--muted);
}

.acq-fit {
  max-width: 860px;
}

.acq-faq {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  text-align: left;
}

.acq-faq details {
  padding: 18px 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(69, 45, 21, 0.07);
}

.acq-faq summary {
  cursor: pointer;
  font-weight: 950;
}

.acq-faq p {
  margin: 10px 0 0;
  color: var(--muted);
}

.acq-bottom-cta {
  margin-top: 26px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(232, 222, 210, 0.9);
  backdrop-filter: blur(18px);
}

.brand,
.top-nav,
.hero-proof,
.lead-band-inner {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  font-size: 19px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: white;
  background: linear-gradient(135deg, var(--green), var(--teal));
  border-radius: 8px;
}

.top-nav {
  gap: 24px;
  color: var(--muted);
  font-weight: 750;
  font-size: 14px;
}

.header-cta,
.primary-button,
.secondary-button,
.scratch-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.header-cta,
.primary-button,
.scratch-card button {
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  box-shadow: 0 12px 26px rgba(242, 109, 79, 0.28);
}

.secondary-button {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 42px;
  align-items: center;
  padding: 112px clamp(20px, 5vw, 72px) 48px;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1607083206968-13611e3d76db?auto=format&fit=crop&w=2200&q=88");
  background-size: cover;
  background-position: center right;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 209, 92, 0.52), transparent 28%),
    linear-gradient(90deg, rgba(255, 248, 239, 0.98) 0%, rgba(255, 248, 239, 0.91) 48%, rgba(255, 248, 239, 0.54) 100%),
    linear-gradient(180deg, rgba(255, 248, 239, 0.08), rgba(255, 248, 239, 0.84));
}

.hero-content,
.hero-form {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #c77c13;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-copy {
  max-width: 630px;
  color: #3d5954;
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 650;
}

.hero-actions,
.value-list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-proof {
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.promo-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.promo-row span {
  padding: 9px 12px;
  color: #5b2a13;
  background: linear-gradient(135deg, #ffe7b7, #ffd15c);
  border: 1px solid rgba(199, 124, 19, 0.24);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
}

.hero-proof li,
.lead-band-inner span {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 850;
}

.hot-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 160px));
  gap: 12px;
  margin-top: 22px;
}

.hot-preview div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(232, 222, 210, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(69, 45, 21, 0.1);
}

.heat,
.deal-temp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  padding: 0 10px;
  margin-bottom: 10px;
  color: white;
  background: linear-gradient(135deg, var(--coral), #f7a928);
  border-radius: 8px;
  font-weight: 950;
}

.hot-preview strong,
.hot-preview small {
  display: block;
}

.hot-preview small {
  color: var(--muted);
  font-weight: 750;
}

.hero-form {
  align-self: center;
}

.lead-band {
  background: linear-gradient(90deg, var(--green), #153f36);
  color: white;
  overflow: hidden;
}

.lead-band-inner {
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px;
}

.lead-band-inner span {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.18);
}

.conversion-section,
.visual-section,
.steps-section,
.reward-section,
.faq-section,
.deal-strip,
.shop-wall,
.coupon-feed {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 20px;
}

.deal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-top: 44px;
  padding-bottom: 28px;
}

.deal-strip article {
  position: relative;
  min-height: 170px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(69, 45, 21, 0.09);
  overflow: hidden;
}

.deal-strip article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -44px;
  width: 120px;
  height: 120px;
  background: rgba(255, 209, 92, 0.32);
  border-radius: 999px;
}

.deal-strip h3,
.deal-strip p {
  position: relative;
  z-index: 1;
}

.shop-wall {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
  padding-top: 34px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.shop-grid span {
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 66px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(69, 45, 21, 0.08);
  font-weight: 950;
}

.shop-grid small {
  color: var(--muted);
  font-weight: 750;
}

.coupon-feed {
  padding-top: 26px;
}

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

.coupon-list article {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.95)),
    repeating-linear-gradient(135deg, rgba(255, 209, 92, 0.12) 0 10px, rgba(242, 109, 79, 0.08) 10px 20px);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(69, 45, 21, 0.1);
}

.coupon-list h3,
.coupon-list p {
  margin-bottom: 4px;
}

.coupon-list p {
  color: var(--muted);
}

.coupon-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  color: white;
  background: var(--green);
  border-radius: 8px;
  font-weight: 950;
}

.coupon-badge {
  display: grid;
  place-items: center;
  min-height: 62px;
  padding: 10px;
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  border-radius: 8px;
  font-weight: 950;
  text-align: center;
}

.coupon-badge.free {
  background: linear-gradient(135deg, var(--green-2), var(--teal));
}

.coupon-badge.new {
  background: linear-gradient(135deg, #6b3ff2, #f26d4f);
}

.coupon-badge.pet {
  background: linear-gradient(135deg, #00a6a6, #0a6b5a);
}

.conversion-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 42px;
  align-items: start;
}

.section-copy p,
.reward-copy p,
.faq-list p {
  color: var(--muted);
  font-size: 18px;
}

.value-list {
  margin-top: 30px;
  flex-direction: column;
}

.value-list div,
.lead-form,
.image-grid article,
.steps div,
.scratch-card,
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(69, 45, 21, 0.09);
}

.value-list div {
  padding: 18px 20px;
}

.value-list strong,
.value-list span {
  display: block;
}

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

.lead-form {
  position: sticky;
  top: 96px;
  padding: 24px;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--gold);
}

.form-header h2 {
  font-size: 30px;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  font-weight: 850;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--ink);
  background: #fffdf9;
  border: 1px solid #dccfc1;
  border-radius: 8px;
  font: inherit;
}

.check-row {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.check-row input {
  margin-top: 4px;
}

.full {
  width: 100%;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

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

.image-grid article {
  overflow: hidden;
}

.image-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.image-grid article div,
.steps div {
  padding: 22px;
}

.image-grid p,
.steps p {
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: white;
  background: var(--green);
  border-radius: 999px;
  font-weight: 950;
}

.reward-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: center;
}

.reward-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.scratch-card {
  padding: 24px;
  background: linear-gradient(135deg, #fff1d2, #ffffff 62%, #e9fff9);
}

.scratch-top {
  font-weight: 950;
  color: var(--green);
}

.scratch-body {
  display: grid;
  place-items: center;
  min-height: 230px;
  margin: 18px 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(242, 109, 79, 0.24), rgba(255, 209, 92, 0.34), rgba(0, 166, 166, 0.16)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0 8px, rgba(255, 255, 255, 0.25) 8px 16px);
  border: 1px dashed rgba(216, 154, 39, 0.8);
  border-radius: 8px;
  text-align: center;
}

.scratch-body span,
.scratch-body strong {
  display: block;
}

.scratch-body strong {
  font-size: 34px;
}

.scratch-card.open .scratch-body {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 209, 92, 0.36), transparent 28%),
    linear-gradient(135deg, var(--green), #0c8c73);
  color: white;
}

.hidden {
  display: none !important;
}

.center-note {
  max-width: 560px;
  margin: 18px auto 0;
  text-align: center;
}

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

.faq-list details {
  padding: 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
}

.mobile-cta {
  display: none;
}

.survey-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(247, 250, 248, 0.97), rgba(247, 250, 248, 0.84)),
    url("https://images.unsplash.com/photo-1556742502-ec7c0e9f34b1?auto=format&fit=crop&w=1800&q=86") center / cover;
}

.survey-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 42px 20px;
}

.survey-shell-spaced {
  min-height: calc(100vh - 88px);
  padding-top: 34px;
}

.survey-panel {
  width: min(920px, 100%);
  padding: clamp(28px, 5vw, 58px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.narrow-panel {
  width: min(100%, 620px);
}

.survey-panel h1 {
  font-size: clamp(38px, 5vw, 62px);
}

.reward-final {
  max-width: 720px;
}

.reward-final.survey-panel {
  padding: clamp(24px, 4vw, 42px);
}

.reward-final h1 {
  font-size: clamp(34px, 4.4vw, 54px);
}

.reward-final .hero-copy {
  font-size: clamp(17px, 1.6vw, 20px);
}

.reward-final .scratch-card {
  padding: 18px;
}

.reward-final .scratch-body {
  min-height: 180px;
}

.clean-form {
  position: static;
  margin-top: 6px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.survey-form {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

fieldset {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfc;
}

legend {
  padding: 0 8px;
  font-weight: 950;
}

@media (max-width: 900px) {
  .acq-header {
    padding: 14px 18px;
  }

  .acq-hero {
    padding: 28px 18px 34px;
  }

  .acq-hero-layout {
    grid-template-columns: 1fr;
    max-width: 680px;
    gap: 20px;
  }

  .acq-copy {
    text-align: center;
  }

  .acq-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .acq-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(34px, 9vw, 52px);
  }

  .acq-copy > p {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .acq-trust-row {
    justify-content: center;
    margin-top: 16px;
  }

  .acq-proof-box {
    grid-template-columns: repeat(2, 1fr);
    margin: 16px auto 0;
  }

  .acq-form {
    margin-top: 4px;
    padding: 20px;
  }

  .hero-primary-cta {
    display: inline-flex;
    width: min(100%, 360px);
    margin-top: 16px;
  }

  .cta-panel {
    padding: 20px;
  }

  .acq-section {
    padding: 64px 18px;
  }

  .acq-section h2 {
    font-size: clamp(36px, 9vw, 54px);
  }

  .acq-three {
    grid-template-columns: 1fr;
  }

  .reward-section {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: left;
  }

  .leadpage-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 24px 18px 32px;
  }

  .leadpage-overlay {
    background: linear-gradient(180deg, rgba(255, 248, 239, 0.96), rgba(255, 248, 239, 0.88));
  }

  .compact-brand {
    margin-bottom: 28px;
  }

  .leadpage-deals,
  .leadpage-faq {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-nav,
  .header-cta {
    display: none;
  }

  .site-header {
    padding: 12px 18px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 108px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(247, 250, 248, 0.96), rgba(247, 250, 248, 0.84) 58%, rgba(247, 250, 248, 0.72));
  }

  .conversion-section,
  .reward-section,
  .image-grid,
  .steps,
  .deal-strip,
  .shop-wall,
  .coupon-list article {
    grid-template-columns: 1fr;
  }

  .hot-preview {
    grid-template-columns: repeat(2, 1fr);
  }

  .coupon-list article {
    align-items: stretch;
  }

  .coupon-list a {
    width: 100%;
  }

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

  .lead-form {
    position: static;
  }

  .mobile-cta {
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 12px;
    background: rgba(255, 255, 255, 0.92);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(16px);
  }
}

@media (max-width: 560px) {
  .acq-header .brand {
    gap: 8px;
    font-size: 16px;
    font-weight: 850;
  }

  .acq-hero {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .acq-hero h1 {
    font-size: 28px;
    line-height: 1.04;
  }

  .acq-copy > p {
    font-size: 15px;
  }

  .hero-primary-cta {
    width: 100%;
    margin-top: 14px;
  }

  .acq-kicker {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .acq-trust-row {
    gap: 8px;
    margin-top: 14px;
  }

  .acq-trust-row span {
    padding: 7px 9px;
    font-size: 11px;
  }

  .acq-trust-row span:nth-child(3) {
    display: none;
  }

  .acq-proof-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 12px auto 6px;
  }

  .cta-panel {
    display: none;
  }

  .visual-section .section-heading {
    margin-bottom: 22px;
  }

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

  .acq-proof-box div {
    min-height: 68px;
    padding: 10px 8px;
  }

  .acq-proof-box span {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .acq-proof-box strong {
    font-size: 14px;
  }

  .acq-proof-box div:nth-child(n + 3) {
    display: none;
  }

  .acq-form {
    padding: 16px 14px;
  }

  .cta-panel {
    padding: 16px 14px;
  }

  .form-header h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .acq-form-lead {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .step-label {
    margin-bottom: 10px;
    font-size: 12px;
  }

   .form-step label,
   .cta-checklist li,
   .check-row span,
   .form-note,
   .step-note {
    font-size: 13px;
   }

  .form-step input {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 16px;
  }

  .check-row {
    align-items: flex-start;
    gap: 10px;
  }

  .check-row input {
    margin-top: 2px;
    flex: 0 0 auto;
  }

  .acq-section {
    padding: 42px 16px;
  }

  .acq-section h2 {
    font-size: 24px;
    line-height: 1.08;
  }

  .acq-three article {
    padding: 18px 16px;
  }

  .acq-three h3 {
    font-size: 18px;
  }

  .visual-section .section-heading {
    margin-bottom: 18px;
  }

  .visual-section .panel div {
    padding: 14px 14px 16px;
  }

  .visual-section h3 {
    font-size: 18px;
  }

  .reward-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reward-section h2 {
    font-size: 24px;
  }

  .reward-section .hero-copy,
  .visual-section p,
  .acq-three p,
  .acq-faq p {
    font-size: 14px;
  }

  .acq-faq details {
    padding: 14px 16px;
  }

  .acq-faq summary {
    font-size: 14px;
    line-height: 1.35;
  }

  .leadpage-copy h1 {
    font-size: 42px;
  }

  .leadpage-deals,
  .leadpage-faq {
    grid-template-columns: 1fr;
  }

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

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .conversion-section,
  .visual-section,
  .steps-section,
  .reward-section,
  .faq-section,
  .deal-strip,
  .shop-wall,
  .coupon-feed {
    padding: 58px 16px;
  }

  .hot-preview {
    grid-template-columns: 1fr;
  }
}
