.get-found-page {
  --offer-ink: #222222;
  --offer-muted: #676767;
  --offer-line: #dcdcdc;
  --offer-soft: #f5f5f3;
  --offer-paper: #f4f0e7;
  --offer-accent: #ef5b38;
  --offer-action: #bd563c;
  --offer-green: #245f50;
  margin: 0;
  color: var(--offer-ink);
  background: #ffffff;
}

.get-found-page main { overflow: visible; }
.get-found-page h1,
.get-found-page h2,
.get-found-page h3,
.get-found-page p { margin-top: 0; }

.offer-header {
  width: min(1240px, calc(100% - 64px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--offer-line);
}

.offer-header nav a { font-size: 13px; font-weight: 700; text-decoration: none; }

.deliverable-number {
  color: var(--offer-action);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.offer-hero {
  width: min(1240px, calc(100% - 64px));
  min-height: 690px;
  margin: 0 auto;
  padding: 78px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.offer-hero h1 {
  max-width: 760px;
  margin-bottom: 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.5vw, 92px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.058em;
}

.offer-subhead {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--offer-muted);
  font-size: 19px;
  line-height: 1.55;
}

.offer-action-row { max-width: 670px; }

.checkout-button {
  min-height: 56px;
  padding: 14px 24px;
  color: #ffffff;
  background: var(--offer-action);
  border: 1px solid var(--offer-action);
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.checkout-button:hover { background: #9f432f; border-color: #9f432f; }
.checkout-button:disabled,
.checkout-link:disabled { cursor: wait; opacity: .62; }
.checkout-button:focus-visible,
.checkout-link:focus-visible { outline: 3px solid rgba(239, 91, 56, .32); outline-offset: 3px; }

.offer-action-row > p {
  max-width: 590px;
  margin: 11px 0 0;
  color: var(--offer-muted);
  font-size: 11px;
  line-height: 1.5;
}

.offer-action-row .checkout-status,
.checkout-status {
  max-width: min(430px, calc(100vw - 32px));
  padding: 10px 12px;
  color: var(--offer-green);
  background: #e5f0ec;
  border-radius: 8px;
}

.checkout-status.is-visible {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 20px;
  margin: 0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
}

.offer-proof-line {
  max-width: 650px;
  margin-top: 38px;
  padding-top: 19px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  border-top: 1px solid var(--offer-line);
}

.offer-proof-line span { color: var(--offer-muted); font-size: 11px; }
.offer-proof-line strong { color: var(--offer-ink); }

.offer-hero-photo {
  width: min(540px, 100%);
  margin: 0;
  min-width: 0;
  align-self: center;
  justify-self: end;
}

.offer-hero-photo-frame {
  aspect-ratio: 1;
  position: relative;
  isolation: isolate;
}

.offer-hero-photo-frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18px -18px -18px 18px;
  background: var(--offer-accent);
  border-radius: 42% 58% 48% 52% / 54% 38% 62% 46%;
  transform: rotate(3deg);
}

.offer-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 52% 48% 42% 58% / 40% 56% 44% 60%;
}

.offer-hero-photo figcaption {
  margin-top: 28px;
  color: var(--offer-muted);
  font-size: 9px;
  line-height: 1.4;
  text-align: right;
}

.offer-hero-photo figcaption a { color: inherit; }

.offer-statement {
  padding: 34px max(32px, calc((100vw - 980px) / 2));
  color: #ffffff;
  background: var(--offer-green);
  text-align: center;
}

.offer-statement p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.4; }

.offer-shell {
  width: min(1100px, calc(100% - 64px));
  margin: 0 auto;
  padding: 104px 0;
}

.offer-section-heading { max-width: 820px; }

.offer-section-heading h2,
.offer-fit h2,
.offer-faq h2,
.offer-final-cta h2,
.offer-founder h2 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.048em;
}

.offer-section-heading > p:last-child,
.offer-fit > p { max-width: 720px; color: var(--offer-muted); font-size: 16px; line-height: 1.65; }

.deliverable-row {
  padding: 42px 0;
  display: grid;
  grid-template-columns: 1.08fr .9fr .82fr;
  gap: 48px;
  align-items: start;
  border-top: 1px solid var(--offer-ink);
}

.offer-section-heading + .deliverable-row { margin-top: 52px; }
.deliverable-row:last-child { border-bottom: 1px solid var(--offer-ink); }
.deliverable-number { margin-bottom: 24px; }
.deliverable-intro h3 { max-width: 350px; margin-bottom: 12px; font-size: 24px; line-height: 1.25; }
.deliverable-intro > p:last-child { max-width: 350px; margin-bottom: 0; color: var(--offer-muted); font-size: 14px; line-height: 1.55; }
.deliverable-row ul { margin: 0; padding-left: 18px; }
.deliverable-row li { margin-bottom: 10px; color: var(--offer-muted); font-size: 13px; line-height: 1.5; }
.deliverable-use { margin-bottom: 0; color: var(--offer-muted); font-size: 13px; line-height: 1.6; }
.deliverable-use strong { color: var(--offer-ink); }

.offer-process {
  background: var(--offer-soft);
  border-top: 1px solid var(--offer-line);
  border-bottom: 1px solid var(--offer-line);
}

.process-rail {
  margin: 54px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid var(--offer-ink);
  border-bottom: 1px solid var(--offer-ink);
}

.process-rail li { min-height: 275px; padding: 25px 22px; border-right: 1px solid var(--offer-line); }
.process-rail li:last-child { border-right: 0; }
.process-rail span { color: var(--offer-action); font-family: Georgia, serif; font-size: 27px; }
.process-rail h3 { margin: 62px 0 12px; font-size: 18px; line-height: 1.25; }
.process-rail p { margin-bottom: 0; color: var(--offer-muted); font-size: 13px; line-height: 1.6; }

.commitment-line {
  padding: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.commitment-line p { margin: 0; color: var(--offer-muted); font-size: 13px; line-height: 1.6; }
.commitment-line strong { color: var(--offer-ink); }

.offer-decision {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 86px;
  align-items: start;
}

.offer-fit ul { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--offer-line); }
.offer-fit li { padding: 13px 0 13px 27px; position: relative; border-bottom: 1px solid var(--offer-line); font-size: 14px; }
.offer-fit li::before { content: "✓"; position: absolute; left: 0; color: var(--offer-green); font-weight: 900; }
.offer-fit .not-for-you { margin-top: 28px; padding-left: 17px; border-left: 3px solid var(--offer-accent); font-size: 13px; }

.offer-price {
  padding: 34px;
  color: #ffffff;
  background: var(--offer-green);
  border-radius: 18px;
}

.offer-price h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 70px; font-weight: 400; letter-spacing: -.05em; }
.offer-price > p:not(.price-note) { margin: 6px 0 26px; color: rgba(255,255,255,.72); font-size: 13px; }
.offer-price ul { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.offer-price li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.84); font-size: 12px; }
.offer-price .checkout-button { width: 100%; background: var(--offer-action); border-color: var(--offer-action); }

.checkout-link {
  width: 100%;
  margin-top: 9px;
  padding: 9px;
  color: #ffffff;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.offer-price .price-note { margin: 15px 0 0; color: #acd0c3; text-align: center; font-size: 10px; }

.offer-promise {
  color: #ffffff;
  background: var(--offer-green);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.offer-promise-inner {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 72px;
  align-items: start;
}

.offer-promise h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.7vw, 62px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.offer-promise p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.84);
  font-size: 15px;
  line-height: 1.65;
}

.offer-promise p:last-child {
  margin-bottom: 0;
  padding-top: 18px;
  color: rgba(255,255,255,.66);
  border-top: 1px solid rgba(255,255,255,.24);
  font-size: 12px;
}

.offer-faq { max-width: 920px; border-top: 1px solid var(--offer-line); }
.offer-faq h2 { margin-bottom: 42px; }
.faq-list { border-top: 1px solid var(--offer-ink); }
.faq-list details { border-bottom: 1px solid var(--offer-line); }
.faq-list summary { padding: 22px 42px 22px 0; position: relative; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 4px; color: var(--offer-accent); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; margin: -4px 0 24px; color: var(--offer-muted); font-size: 14px; line-height: 1.65; }

.offer-final-cta {
  padding: 98px 32px;
  color: #ffffff;
  background: var(--offer-ink);
  text-align: center;
}

.offer-final-cta > div { max-width: 940px; margin: 0 auto; }
.offer-final-cta h2 { font-size: clamp(48px, 6vw, 76px); }
.offer-final-cta > div > p:not(.final-rate) { color: #bcbcbc; font-family: Georgia, serif; font-size: 23px; }
.checkout-button-light { margin-top: 16px; }
.final-rate { margin: 12px 0 0; color: #9f9f9f; font-size: 11px; }

.offer-founder {
  width: min(1100px, calc(100% - 64px));
  margin: 0 auto;
  padding: 104px 0;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.offer-founder img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; object-position: 50% 35%; border-radius: 18px; }
.offer-founder h2 { font-size: clamp(37px, 4.5vw, 58px); }
.offer-founder > div > p { color: var(--offer-muted); font-size: 15px; line-height: 1.65; }
.offer-founder a { font-size: 12px; font-weight: 800; text-decoration: none; }

.offer-footer {
  padding: 40px max(32px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
  color: #ffffff;
  background: #151515;
  border-top: 1px solid #333333;
}

.offer-footer p { margin: 0; color: #aaaaaa; text-align: center; font-size: 11px; }
.offer-footer > div:last-child { justify-self: end; display: flex; gap: 16px; }
.offer-footer a { color: #ffffff; font-size: 12px; }

.checkout-open { overflow: hidden; }

.checkout-dialog {
  width: min(760px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.checkout-dialog::backdrop {
  background: rgba(20, 20, 20, .62);
  backdrop-filter: blur(5px);
}

.checkout-dialog-panel {
  max-height: calc(100dvh - 32px);
  display: flex;
  flex-direction: column;
}

.checkout-dialog-header {
  padding: 22px 24px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--offer-line);
}

.checkout-dialog-header p {
  margin: 0 0 5px;
  color: var(--offer-muted);
  font-size: 11px;
  font-weight: 700;
}

.checkout-dialog-header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -.035em;
}

.checkout-dialog-close {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--offer-ink);
  background: var(--offer-soft);
  border: 1px solid var(--offer-line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.checkout-dialog-close:hover { background: #ebebe8; }
.checkout-dialog-close:focus-visible { outline: 3px solid rgba(239, 91, 56, .32); outline-offset: 2px; }

.checkout-dialog-body {
  min-height: 440px;
  padding: 14px 18px 24px;
  overflow-y: auto;
}

.checkout-dialog-status {
  margin: 22px;
  padding: 16px;
  color: var(--offer-muted);
  background: var(--offer-soft);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

#embedded-checkout:empty { display: none; }

@media (max-width: 980px) {
  .offer-header,
  .offer-hero,
  .offer-shell,
  .offer-founder { width: calc(100% - 38px); }
  .offer-hero { min-height: 0; padding: 62px 0 74px; grid-template-columns: 1fr; gap: 54px; }
  .offer-hero-photo { width: min(620px, calc(100% - 18px)); justify-self: start; margin-left: 4px; }
  .deliverable-row { grid-template-columns: 1fr 1fr; }
  .deliverable-use { grid-column: 1 / -1; max-width: 680px; }
  .process-rail { grid-template-columns: 1fr 1fr; }
  .process-rail li:nth-child(2) { border-right: 0; }
  .process-rail li:nth-child(-n+2) { border-bottom: 1px solid var(--offer-line); }
  .offer-decision { grid-template-columns: 1fr; gap: 50px; }
  .offer-price { max-width: 470px; }
  .offer-promise-inner { grid-template-columns: 1fr; gap: 34px; }
  .offer-founder { grid-template-columns: 1fr; }
  .offer-founder img { max-width: 640px; }
  .offer-footer { grid-template-columns: 1fr; text-align: center; }
  .offer-footer > div:last-child { justify-self: center; }
}

@media (max-width: 620px) {
  .offer-header,
  .offer-hero,
  .offer-shell,
  .offer-founder { width: calc(100% - 28px); }
  .offer-hero h1 { font-size: clamp(50px, 16vw, 70px); }
  .offer-subhead { font-size: 17px; }
  .checkout-button { width: 100%; }
  .offer-proof-line { display: grid; gap: 8px; }
  .offer-hero-photo { width: calc(100% - 18px); }
  .offer-hero-photo-frame::before { inset: 12px -12px -12px 12px; }
  .deliverable-row { padding: 34px 0; grid-template-columns: 1fr; gap: 24px; }
  .deliverable-use { grid-column: auto; }
  .process-rail { grid-template-columns: 1fr; }
  .process-rail li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--offer-line); }
  .process-rail li:last-child { border-bottom: 0; }
  .process-rail h3 { margin-top: 32px; }
  .commitment-line { grid-template-columns: 1fr; gap: 18px; }
  .offer-price { padding: 28px; }
  .offer-shell,
  .offer-founder { padding-top: 78px; padding-bottom: 78px; }
  .checkout-dialog { width: 100%; max-height: 100dvh; margin: auto 0 0; border-radius: 18px 18px 0 0; }
  .checkout-dialog-panel { max-height: 100dvh; }
  .checkout-dialog-header { padding: 18px 16px 14px; }
  .checkout-dialog-header h2 { font-size: 25px; }
  .checkout-dialog-body { padding: 8px 6px 20px; }
}
