.offer-page { overflow-x: hidden; }
.offer-page h1,
.offer-page h2,
.offer-page h3,
.offer-page p { overflow-wrap: anywhere; }

.offer-hero {
  min-height: 720px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(500px, .96fr);
  gap: 44px;
  align-items: center;
}
.offer-hero-copy { min-width: 0; }
.offer-hero h1 {
  max-width: 720px;
  margin: 22px 0 26px;
  font-size: clamp(58px, 6.6vw, 98px);
  line-height: .88;
  letter-spacing: -.07em;
}
.offer-hero h1 em { font-style: normal; color: var(--orange); }
.offer-lead {
  max-width: 670px;
  margin: 0;
  color: #3e4046;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.52;
}
.cta.secondary { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.offer-facts {
  display: flex;
  gap: 12px 24px;
  flex-wrap: wrap;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.offer-facts li { position: relative; padding-left: 18px; }
.offer-facts li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 950; }

.path-demo {
  position: relative;
  min-width: 0;
  padding: 24px;
  border-radius: 30px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.path-demo::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -110px;
  top: -120px;
  background: var(--blue);
  filter: blur(56px);
  opacity: .48;
}
.path-demo-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.path-demo-head strong { color: var(--lime); font-size: 10px; }
.path-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
}
.path-point {
  position: relative;
  min-width: 0;
  min-height: 300px;
  padding: 56px 16px 18px;
  border: 1px solid #3b3d45;
  border-radius: 18px;
  background: #1a1b20;
}
.path-point.alert { border-color: var(--orange); background: #271a18; }
.path-point.good { border-color: var(--lime); background: #1e2618; }
.path-index {
  position: absolute;
  left: 15px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2e3037;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}
.path-point.alert .path-index { background: var(--orange); }
.path-point.good .path-index { background: var(--lime); color: var(--ink); }
.path-point small { font-size: 9px; letter-spacing: .16em; color: #a8aab2; font-weight: 900; }
.path-point h3 { margin: 18px 0 12px; font-size: 22px; line-height: 1.02; letter-spacing: -.045em; }
.path-point p { margin: 0; color: #bbbcc3; font-size: 12px; line-height: 1.55; }
.path-arrow { display: grid; place-items: center; color: var(--lime); font-size: 22px; font-weight: 950; }

.offer-definition { padding: 58px 0; background: var(--orange); color: var(--ink); }
.definition-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 72px; align-items: start; }
.definition-label { display: block; margin-bottom: 18px; font-size: 10px; font-weight: 950; letter-spacing: .18em; }
.definition-grid h2 { max-width: 720px; margin: 0; font-size: clamp(36px, 4.3vw, 62px); line-height: .98; letter-spacing: -.06em; }
.definition-copy { font-size: 17px; line-height: 1.58; }
.definition-copy p { margin: 0 0 18px; }

.deliverable-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.deliverable-card {
  position: relative;
  min-width: 0;
  min-height: 390px;
  padding: 26px;
  border: 1px solid #36383f;
  border-radius: 22px;
  background: #1b1c21;
  display: flex;
  flex-direction: column;
}
.deliverable-card.feature { background: var(--lime); color: var(--ink); transform: translateY(-8px); }
.deliverable-number { font-size: 11px; font-weight: 950; letter-spacing: .14em; }
.deliverable-icon {
  width: 62px;
  height: 62px;
  margin: 44px 0 24px;
  border: 2px solid currentColor;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 950;
}
.deliverable-card h3 { margin: 0 0 12px; font-size: 29px; line-height: 1.02; letter-spacing: -.05em; }
.deliverable-card p { margin: 0 0 24px; color: #b9bac0; }
.deliverable-card.feature p { color: #394015; }
.deliverable-card strong { margin-top: auto; font-size: 13px; color: var(--lime); }
.deliverable-card.feature strong { color: var(--ink); }

.sample-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 20px; align-items: stretch; }
.sample-browser { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #ebe7db; box-shadow: var(--shadow); }
.sample-browser-bar { height: 48px; padding: 0 18px; display: flex; align-items: center; gap: 7px; background: #dcd7ca; color: #858177; font-size: 11px; }
.sample-browser-bar span { width: 9px; height: 9px; border-radius: 50%; background: #aaa69b; }
.sample-browser-bar b { margin-left: 8px; font-weight: 700; }
.sample-site { position: relative; min-height: 480px; padding: 48px; background: #fff; overflow: hidden; }
.sample-site small { font-weight: 900; letter-spacing: .14em; }
.sample-site h3 { max-width: 500px; margin: 78px 0 18px; font-size: clamp(36px, 4vw, 58px); line-height: .94; letter-spacing: -.06em; }
.sample-site p { color: var(--muted); font-size: 17px; }
.sample-site button { margin-top: 28px; padding: 13px 20px; border: 0; border-radius: 999px; background: #dad6cb; font: inherit; font-size: 13px; font-weight: 850; }
.sample-pin { position: absolute; z-index: 2; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: #fff; font-size: 12px; font-weight: 950; box-shadow: 0 6px 18px rgba(0,0,0,.22); }
.pin-one { right: 18%; top: 23%; }
.pin-two { right: 24%; bottom: 23%; }
.pin-three { left: 14%; bottom: 14%; }
.sample-findings { display: grid; gap: 12px; }
.sample-findings article { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.sample-findings span { font-size: 10px; font-weight: 950; letter-spacing: .14em; color: var(--orange); }
.sample-findings h3 { margin: 9px 0; font-size: 22px; line-height: 1.08; letter-spacing: -.04em; }
.sample-findings p { margin: 0; color: var(--muted); font-size: 14px; }

.copy-comparison { margin-top: 48px; display: grid; grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr); gap: 14px; align-items: stretch; }
.copy-comparison article { min-width: 0; min-height: 290px; padding: 32px; border-radius: 24px; }
.copy-before { background: #e6e2d7; }
.copy-after { background: var(--lime); }
.copy-comparison span { font-size: 10px; font-weight: 950; letter-spacing: .15em; }
.copy-comparison h3 { margin: 52px 0 12px; font-size: clamp(26px, 3vw, 42px); line-height: 1; letter-spacing: -.05em; }
.copy-comparison p { margin: 0; color: #51534e; }
.copy-arrow { display: grid; place-items: center; font-size: 34px; font-weight: 950; color: var(--orange); }

.process-section { background: var(--cream); }
.offer-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.offer-process article { min-width: 0; min-height: 230px; padding: 22px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }
.offer-process strong { color: var(--orange); font-size: 42px; letter-spacing: -.06em; }
.offer-process h3 { margin: 28px 0 10px; font-size: 20px; line-height: 1.08; letter-spacing: -.035em; }
.offer-process p { margin: 0; color: var(--muted); font-size: 13px; }

.price-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); gap: 42px; align-items: start; }
.price-offer { min-width: 0; }
.badge.lime { background: var(--lime); color: var(--ink); }
.price-label { margin: 28px 0 0; color: #b4b6bd; font-size: 15px; font-weight: 800; }
.offer-page .price { margin: 0 0 6px; color: #fff; font-size: clamp(82px, 10vw, 142px); line-height: .96; }
.price-promise { max-width: 600px; font-size: 20px; color: #d2d3d7; }
.offer-page .check { columns: 2; column-gap: 22px; }
.offer-page .check li { break-inside: avoid; }
.guarantee-card { min-width: 0; padding: 34px; border-radius: 26px; background: #fff; color: var(--ink); }
.guarantee-card h2 { margin: 28px 0 18px; font-size: clamp(40px, 4.5vw, 64px); line-height: .95; }
.guarantee-card p { color: var(--muted); }
.boundary-box { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.boundary-box p { font-size: 13px; line-height: 1.55; }
.offer-page .footer-grid > p { max-width: 540px; text-align: right; }
.legal { max-width: 820px; padding-top: 72px; padding-bottom: 96px; }
.legal h1 { margin: 0 0 12px; font-size: clamp(52px, 8vw, 86px); line-height: .92; letter-spacing: -.065em; }
.legal h2 { margin: 42px 0 10px; font-size: 26px; letter-spacing: -.035em; }
.legal p { color: #44464c; font-size: 17px; line-height: 1.7; }

@media (max-width: 1080px) {
  .offer-hero { grid-template-columns: 1fr; min-height: auto; }
  .path-demo { max-width: 760px; }
  .definition-grid { grid-template-columns: 1fr; gap: 30px; }
  .sample-grid { grid-template-columns: 1fr; }
  .sample-findings { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-grid { grid-template-columns: 1fr; }
  .guarantee-card { max-width: 760px; }
  .deliverable-card { min-height: 360px; }
}

@media (max-width: 760px) {
  .offer-hero { padding-top: 44px; padding-bottom: 52px; gap: 34px; }
  .offer-hero h1 { font-size: clamp(54px, 16vw, 76px); }
  .offer-lead { font-size: 18px; }
  .path-row { grid-template-columns: 1fr; }
  .path-arrow { height: 26px; transform: rotate(90deg); }
  .path-point { min-height: auto; padding: 54px 18px 20px; }
  .offer-definition { padding: 44px 0; }
  .deliverable-grid,
  .sample-findings,
  .offer-process { grid-template-columns: 1fr; }
  .deliverable-card { min-height: 315px; }
  .deliverable-card.feature { transform: none; }
  .sample-site { min-height: 410px; padding: 30px; }
  .sample-site h3 { margin-top: 62px; }
  .copy-comparison { grid-template-columns: 1fr; }
  .copy-arrow { height: 38px; transform: rotate(90deg); }
  .copy-comparison article { min-height: 240px; padding: 26px; }
  .copy-comparison h3 { margin-top: 38px; }
  .offer-page .check { columns: 1; }
  .offer-page .footer-grid { flex-direction: column; }
  .offer-page .footer-grid > p { text-align: left; }
  .offer-page .section { padding: 74px 0; }
  .offer-page .section h2 { font-size: clamp(42px, 12vw, 60px); }
}

@media (max-width: 430px) {
  .offer-page .wrap { padding-left: 20px; padding-right: 20px; }
  .offer-page .nav { height: 72px; }
  .offer-page .logo { font-size: 16px; }
  .offer-page .logo-mark { width: 36px; height: 36px; }
  .offer-hero h1 { font-size: 52px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .cta { justify-content: center; }
  .path-demo { padding: 18px; border-radius: 24px; }
  .path-demo-head { align-items: flex-start; flex-direction: column; }
  .sample-site { padding: 24px; }
  .sample-site h3 { font-size: 36px; }
  .offer-page .price { font-size: 88px; }
  .guarantee-card { padding: 26px; }
  .guarantee-card h2 { font-size: 42px; }
  .offer-page .footer-grid { gap: 20px; }
}
