.website-offer-page {
  --offer-line: rgba(23, 36, 44, .17);
  --offer-soft: #657078;
  background: var(--paper);
}

.website-offer-page .offer-header {
  min-height: 78px;
}

.offer-hero {
  width: var(--shell);
  min-height: min(760px, calc(100dvh - 112px));
  margin: 8px auto 20px;
  padding: clamp(36px, 5.4vw, 78px);
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(36px, 6vw, 90px);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(23, 36, 44, .09);
  border-radius: var(--radius-lg);
}

.offer-hero h1 {
  max-width: 710px;
  margin-bottom: 24px;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: .94;
}

.offer-hero h1 em {
  color: var(--green);
  font-style: normal;
}

.offer-lead {
  max-width: 590px;
  margin-bottom: 30px;
  color: #4c565d;
  font-size: clamp(18px, 1.5vw, 22px);
}

.offer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.offer-work {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.offer-work::before {
  content: "";
  position: absolute;
  inset: 3% -18% 0 5%;
  z-index: -1;
  background: var(--lime);
  border-radius: 46% 54% 45% 55%;
  transform: rotate(-6deg);
}

.offer-screen {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: white;
  border: 7px solid white;
  border-radius: 18px;
  box-shadow: 0 34px 72px rgba(16, 25, 31, .2);
}

.offer-screen img {
  width: 100%;
  height: auto;
}

.offer-screen-primary {
  top: 7%;
  left: -2%;
  width: 88%;
  transform: rotate(-4deg);
}

.offer-screen-secondary {
  right: -8%;
  bottom: 4%;
  width: 62%;
  transform: rotate(7deg);
}

.offer-browser {
  height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #7a858a;
  background: #eef0ed;
  font-size: 9px;
}

.offer-browser i {
  width: 6px;
  height: 6px;
  background: #b6bdb9;
  border-radius: 50%;
}

.offer-browser span {
  margin-left: auto;
}

.commitment-strip {
  width: var(--shell);
  margin: 0 auto clamp(86px, 10vw, 135px);
  padding: 27px clamp(22px, 4vw, 54px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 30px;
}

.commitment-strip div {
  display: grid;
  gap: 3px;
}

.commitment-strip strong {
  font-family: ui-rounded, "Arial Rounded MT Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.6vw, 38px);
  letter-spacing: -.04em;
}

.commitment-strip span {
  color: rgba(23, 36, 44, .72);
  font-size: 13px;
  font-weight: 720;
}

.offer-intro,
.offer-process,
.offer-faq {
  width: var(--shell);
  margin: 0 auto clamp(92px, 11vw, 150px);
}

.offer-intro {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(46px, 9vw, 140px);
  align-items: start;
}

.offer-intro > div:first-child {
  position: sticky;
  top: 28px;
}

.offer-intro h2,
.process-heading h2,
.offer-faq h2,
.scope-panel h2,
.signup-section h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5.3vw, 74px);
  line-height: .98;
}

.section-copy {
  max-width: 610px;
  color: #576269;
  font-size: 18px;
}

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

.included-list article {
  min-height: 190px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--offer-line);
  border-radius: 24px;
}

.included-list article:nth-child(2),
.included-list article:nth-child(5) {
  background: #e4efd9;
}

.included-list article:nth-child(3) {
  background: #dfeafa;
}

.included-list strong {
  display: block;
  margin-bottom: 12px;
  font-family: ui-rounded, "Arial Rounded MT Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 23px;
  letter-spacing: -.035em;
}

.included-list p {
  margin: 0;
  color: rgba(23, 36, 44, .72);
}

.scope-panel {
  width: var(--shell);
  margin: 0 auto clamp(92px, 11vw, 150px);
  padding: clamp(46px, 6vw, 88px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  background: var(--lime);
  border-radius: var(--radius-lg);
}

.scope-panel p {
  max-width: 650px;
  margin: 0;
  color: rgba(23, 36, 44, .74);
  font-size: 18px;
}

.scope-panel dl {
  margin: 0;
  padding: 0;
}

.scope-panel dl div {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 18px;
  border-bottom: 1px solid rgba(23, 36, 44, .24);
}

.scope-panel dt {
  font-weight: 820;
}

.scope-panel dd {
  margin: 0;
  color: rgba(23, 36, 44, .72);
}

.process-heading {
  max-width: 880px;
  margin-bottom: 48px;
}

.offer-process ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.offer-process li {
  min-height: 210px;
  padding: 28px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  background: var(--white);
  border: 1px solid var(--offer-line);
  border-radius: 24px;
}

.offer-process li > span {
  display: grid;
  place-items: center;
  align-self: start;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(23, 36, 44, .34);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 820;
}

.offer-process h3 {
  margin-bottom: 10px;
  font-size: 27px;
}

.offer-process p {
  margin: 0;
  color: var(--offer-soft);
}

.signup-section {
  width: var(--shell);
  margin: 0 auto clamp(92px, 11vw, 150px);
  padding: clamp(38px, 6vw, 84px);
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
  background: var(--white);
  border: 1px solid rgba(23, 36, 44, .1);
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 65px rgba(16, 25, 31, .09);
}

.signup-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: var(--offer-soft);
}

.price-lockup {
  margin: 34px 0 14px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.price-lockup strong {
  font-family: ui-rounded, "Arial Rounded MT Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(58px, 7vw, 90px);
  line-height: .9;
  letter-spacing: -.07em;
}

.price-lockup span {
  color: #4f5b62;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

.price-note {
  padding-top: 18px;
  border-top: 1px solid var(--offer-line);
  font-size: 13px;
}

.signup-form {
  padding: clamp(24px, 3.4vw, 42px);
  background: #eef3e9;
  border-radius: 30px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field-wide {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 780;
}

.field label span {
  color: #5e696f;
  font-weight: 620;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(23, 36, 44, .29);
  border-radius: 14px;
  outline: none;
}

.field textarea {
  min-height: 132px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(40, 170, 125, .18);
}

.terms-check {
  margin: 24px 0 18px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  color: #39474f;
  font-size: 14px;
  line-height: 1.55;
}

.terms-check input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.terms-check a {
  color: var(--ink);
  font-weight: 760;
}

.signup-button {
  width: 100%;
  color: var(--white);
  background: var(--ink);
  border: 0;
  cursor: pointer;
}

.signup-button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.signup-button:active,
.website-offer-page .button:active,
.website-offer-page .header-cta:active {
  transform: translateY(1px);
}

.form-status {
  min-height: 24px;
  margin-bottom: 10px;
  color: #9b2d21;
  font-size: 14px;
  font-weight: 720;
}

.form-status.success {
  color: #166344;
}

.stripe-note {
  margin: 17px 0 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #59666d;
  font-size: 12px;
}

.stripe-note img {
  width: 58px;
  height: auto;
}

.trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.offer-faq h2 {
  max-width: 720px;
}

.offer-faq .faq-list {
  max-width: 980px;
}

.offer-faq details {
  border-bottom: 1px solid var(--offer-line);
}

.offer-faq summary {
  padding: 22px 48px 22px 0;
  cursor: pointer;
  font-family: ui-rounded, "Arial Rounded MT Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 800;
  letter-spacing: -.03em;
}

.offer-faq details p {
  max-width: 760px;
  padding: 0 0 24px;
  color: var(--offer-soft);
}

.offer-footer {
  width: var(--shell);
  margin: 0 auto;
  padding: 42px 0 34px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  border-top: 1px solid var(--offer-line);
}

.offer-footer > div > p {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--offer-soft);
  font-size: 14px;
}

.offer-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
}

.offer-footer nav a {
  font-size: 13px;
  font-weight: 720;
}

@media (max-width: 980px) {
  .offer-hero,
  .offer-intro,
  .scope-panel,
  .signup-section {
    grid-template-columns: 1fr;
  }

  .offer-hero {
    min-height: auto;
  }

  .offer-work {
    min-height: 470px;
  }

  .offer-intro > div:first-child {
    position: static;
  }

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

  .scope-panel {
    gap: 35px;
  }
}

@media (max-width: 640px) {
  .website-offer-page {
    --shell: calc(100vw - 20px);
  }

  .offer-hero {
    margin-top: 2px;
    padding: 34px 22px 24px;
    border-radius: 30px;
  }

  .offer-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .offer-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-work {
    min-height: 350px;
  }

  .offer-screen-primary {
    width: 94%;
  }

  .offer-screen-secondary {
    right: -4%;
    width: 68%;
  }

  .commitment-strip {
    padding: 23px;
    border-radius: 24px;
  }

  .commitment-strip span {
    font-size: 12px;
  }

  .included-list,
  .offer-process ol,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .included-list article,
  .offer-process li {
    min-height: 0;
  }

  .scope-panel,
  .signup-section {
    padding: 32px 22px;
    border-radius: 30px;
  }

  .scope-panel dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .signup-form {
    padding: 22px 17px;
    border-radius: 24px;
  }

  .field-wide {
    grid-column: auto;
  }

  .stripe-note {
    align-items: flex-start;
  }

  .offer-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .website-offer-page *,
  .website-offer-page *::before,
  .website-offer-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
