@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@800;900&family=Open+Sans:wght@400;500;600;700&subset=latin&display=swap");

:root {
  --red: #991101;
  --red-hover: #7d0e01;
  --amber: #e9a02b;
  --teal: #069898;
  --blue: #004aad;
  --ink: #292d32;
  --grey: #f1f1f1;
  --band: #f4f4f4;
  --border: #e6eaee;
  --muted: #5b5b5b;
  --white: #fff;
  --display: "League Spartan", sans-serif;
  --body: "Open Sans", sans-serif;
  --shadow: 0 2px 10px rgba(150, 150, 150, 0.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.workshop-page { margin: 0; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 16px; }
.workshop-page img { max-width: 100%; height: auto; }
.workshop-page h1, .workshop-page h2, .workshop-page h3, .workshop-page strong, .workshop-page b { overflow-wrap: break-word; }
.workshop-page h1, .workshop-page h2, .workshop-page h3, .workshop-display {
  font-family: var(--display); font-weight: 900; letter-spacing: -.02em; line-height: 1; text-transform: uppercase;
}
.workshop-page h2 { max-width: 26ch; margin: 0 0 24px; font-size: 36px; }
.workshop-page a { color: var(--red); }
.workshop-page a:hover { color: var(--red-hover); }
.workshop-canvas { width: min(100%, 1140px); margin-inline: auto; padding-inline: 32px; }
.workshop-section { padding-top: 74px; }
.workshop-kicker {
  margin: 0 0 8px; color: var(--red); font-family: var(--display); font-size: 12.5px; font-weight: 800;
  letter-spacing: .08em; line-height: 1.2; text-transform: uppercase;
}
.workshop-button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; border-radius: 9999px;
  padding: 17px 30px; background: var(--red); color: var(--white) !important; font-family: var(--display); font-size: 16px;
  font-weight: 900; letter-spacing: -.02em; line-height: 1; text-align: center; text-decoration: none; text-transform: uppercase;
}
.workshop-button:hover { background: var(--red-hover); }
.workshop-button--amber { background: var(--amber); color: #3a0a00 !important; }
.workshop-button--amber:hover { background: #d99220; color: #3a0a00 !important; }
.two-grid, .three-grid, .four-grid { display: grid; gap: 16px; }
.two-grid { grid-template-columns: repeat(2, 1fr); }
.three-grid { grid-template-columns: repeat(3, 1fr); }
.four-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }

.announcement { padding: 10px 18px; background: var(--amber); color: #3a0a00; text-align: center; }
.announcement .workshop-canvas {
  font-family: var(--display); font-size: 12.5px; font-weight: 800; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase;
}
.workshop-hero { border-bottom: 1px solid var(--border); background: var(--white); color: var(--ink); }
.workshop-hero > .workshop-canvas { padding-top: 30px; padding-bottom: 64px; }
.workshop-hero__header { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; }
.workshop-logo-box { display: inline-flex; border-radius: 12px; padding: 7px 13px; background: var(--white); }
.workshop-hero .workshop-logo-box { padding: 0; background: none; }
.workshop-logo-box img { width: auto; height: 32px; }
.workshop-hero__header .workshop-kicker { margin: 0 0 0 auto; color: var(--red); }
.workshop-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 48px; }
.workshop-hero__eyebrow { margin-bottom: 14px; color: var(--red); }
.workshop-hero h1 { margin: 0 0 18px; color: var(--ink); font-size: 52px; }
.workshop-hero h1 span { color: var(--red); }
.workshop-hero__body { max-width: 34em; margin: 0 0 12px; color: var(--ink); font-size: 17px; font-weight: 500; line-height: 1.6; }
.workshop-hero__body strong { color: var(--red); font-family: inherit; text-transform: none; }
.workshop-hero__support { margin: 0 0 26px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.workshop-hero__trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; color: var(--muted); font-size: 13px; font-weight: 600; }
.workshop-hero__trust i { margin-right: 5px; color: var(--teal); }
.workshop-hero__book { width: 100%; max-width: 420px; justify-self: center; filter: drop-shadow(var(--shadow)); }
.workshop-hero__buy-box { border: 1px solid var(--border); border-radius: 20px; padding: 24px; background: var(--band); box-shadow: var(--shadow); text-align: center; }
.workshop-hero__buy-box .workshop-hero__book { display: block; max-width: 280px; margin: 0 auto 16px; }
.workshop-hero__buy-box-price { margin: 0; color: var(--red); font-family: var(--display); font-size: 34px; font-weight: 900; line-height: 1; }
.workshop-hero__buy-box-value, .workshop-hero__buy-box-proof, .workshop-hero__buy-box-guarantee { margin: 10px 0 0; color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.5; }
.workshop-hero__buy-box-proof { color: var(--ink); }
.workshop-hero__buy-box .workshop-button { width: 100%; margin-top: 18px; }
.workshop-hero__buy-box .workshop-hero__trust { justify-content: center; margin-top: 14px; }

.receipts-band { padding-block: 26px; background: var(--band); }
.receipts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.receipt-card { border-radius: 16px; padding: 18px 20px; background: var(--white); box-shadow: var(--shadow); }
.receipt-card i, .method-card i { color: var(--teal); font-size: 22px; }
.receipt-card h3, .method-card h3, .symptom-card h3 { margin: 10px 0 6px; font-size: 15px; }
.receipt-card p, .method-card p, .symptom-card p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.55; }

.comparison__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 36px; }
.workshop-copy > p { margin: 0 0 14px; color: #3d4147; font-size: 16px; font-weight: 500; line-height: 1.7; }
.workshop-copy .comparison__owner { margin-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.comparison-card { border-radius: 20px; padding: 26px; background: var(--grey); }
.comparison-card__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.comparison-card__row > div > strong { font-family: var(--body); font-size: 14px; text-transform: none; }
.comparison-card__row > div > p { margin: 4px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.5; }
.comparison-card__row > b { font-family: var(--display); font-size: 22px; white-space: nowrap; }
.comparison-card__row--direct { margin-top: 14px; border-top: 1px solid #d8d8d8; padding-top: 14px; color: var(--red); }
.comparison-card__summary { margin: 14px 0 0; border-top: 1px solid #d8d8d8; padding-top: 14px; color: var(--muted); font-size: 12.5px; line-height: 1.55; }

.symptom-card, .method-card { border-radius: 16px; padding: 22px; background: var(--grey); }
.symptom-card h3 { margin-top: 0; color: var(--red); font-size: 16px; }
.symptom-card p, .method-card p { color: #3d4147; font-size: 13.5px; line-height: 1.6; }
.symptoms__closing, .method__intro { max-width: 56em; margin: 22px 0 0; color: #3d4147; font-size: 16px; font-weight: 500; line-height: 1.7; }
.method__intro { max-width: 54em; margin: -12px 0 26px; }
.equation { display: flex; align-items: stretch; flex-wrap: wrap; gap: 10px; border-radius: 20px; padding: 24px; background: var(--ink); }
.equation__term { flex: 1; min-width: 130px; border-radius: 12px; padding: 16px 18px; color: var(--white); }
.equation__term strong { display: block; font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.equation__term span { display: block; margin-top: 4px; font-size: 12.5px; font-weight: 600; opacity: .86; }
.equation__term--red { background: var(--red); }
.equation__term--teal { background: var(--teal); }
.equation__term--blue { background: var(--blue); }
.equation__term--amber { background: #c07d10; }
.equation__operator { display: flex; align-items: center; padding-inline: 4px; color: var(--white); font-family: var(--display); font-size: 30px; font-weight: 900; }
.method__points { margin-top: 16px; }
.method-card { padding: 20px; }
.method-card i { color: var(--red); }

.inside > h2 { max-width: 30ch; margin-inline: auto; text-align: center; }
.inside-walkthrough { display: grid; grid-template-columns: minmax(250px, .72fr) 1.28fr; align-items: center; gap: 46px; max-width: 980px; margin: 42px auto 58px; border-radius: 28px; padding: 32px; background: var(--grey); }
.inside-walkthrough__video { justify-self: center; overflow: hidden; width: min(100%, 360px); border-radius: 22px; background: #111; box-shadow: 0 18px 48px rgba(20,20,20,.18); }
.inside-walkthrough__video video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; background: #111; }
.inside-walkthrough__copy h3 { margin: 8px 0 14px; font-size: clamp(25px, 3vw, 38px); }
.inside-walkthrough__copy > p:last-of-type { margin: 0; color: var(--muted); font-weight: 550; line-height: 1.72; }
.inside-walkthrough__copy ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.inside-walkthrough__copy li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.55; }
.inside-walkthrough__copy li i { margin-top: 2px; color: var(--teal); font-size: 20px; }
.inside__blocks { display: flex; flex-direction: column; gap: 48px; margin-top: 36px; }
.inside-block { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 42px; }
.inside-block--reverse .inside-block__image { order: 2; }
.inside-block__image { background: transparent; }
.inside-block__image img { display: block; width: 100%; }
.inside-block ul { margin: 0; padding: 0; list-style: none; }
.inside-item { border-bottom: 1px solid var(--border); padding: 15px 0; }
.inside-item:first-child { padding-top: 0; }
.inside-item:last-child { border-bottom: 0; padding-bottom: 0; }
.inside-item__pages { display: inline-block; margin-bottom: 7px; border-radius: 999px; padding: 5px 10px; background: var(--teal); color: var(--white); }
.inside-block--reverse .inside-item__pages { background: var(--red); }
.inside-item > strong { display: block; color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.45; text-transform: none; }
.inside-item > p { margin: 5px 0 0; color: var(--muted); font-size: 13.5px; font-weight: 500; line-height: 1.65; }
.inside__closing { max-width: 900px; margin: 58px auto 0; text-align: center; }
.inside__closing h3 { margin: 0 auto 22px; color: var(--red); font-size: 25px; }
.inside__closing img { display: block; width: 100%; }
.inside__closing p { max-width: 62em; margin: 24px auto 0; color: var(--ink); font-size: 16px; font-weight: 600; line-height: 1.7; }

.offer__grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: start; gap: 32px; }
.offer-stack { overflow: hidden; border-radius: 20px; background: var(--white); box-shadow: 0 2px 14px rgba(150,150,150,.18); }
.offer-stack ul { margin: 0; padding: 0; list-style: none; }
.offer-stack__item { display: grid; grid-template-columns: 20px 1fr auto; align-items: start; gap: 16px; border-bottom: 1px solid var(--border); padding: 18px 22px; }
.offer-stack__item i { margin-top: 2px; color: var(--teal); font-size: 20px; }
.offer-stack__item h3 { margin: 0 0 5px; font-size: 15.5px; }
.offer-stack__item p { margin: 0; color: var(--muted); font-size: 13.5px; font-weight: 500; line-height: 1.6; }
.offer-stack__item > strong { color: #777; font-family: var(--display); font-size: 16px; white-space: nowrap; }
.offer-stack__total, .offer-stack__pay { display: flex; justify-content: space-between; align-items: baseline; padding: 18px 22px; font-family: var(--display); font-weight: 900; text-transform: uppercase; }
.offer-stack__total { background: var(--grey); font-size: 15px; }
.offer-stack__total strong { color: #777; font-size: 24px; }
.offer-stack__pay { padding-block: 20px; background: var(--red); color: var(--white); font-size: 15px; }
.offer-stack__pay strong { color: var(--amber); font-size: 34px; }
.offer__rail { display: flex; flex-direction: column; gap: 18px; }
.offer__rail > img { display: block; width: 100%; }
.guarantee { border-radius: 20px; padding: 24px; background: #fcf0da; }
.guarantee h3 { margin: 0 0 8px; font-size: 17px; }
.guarantee p { margin: 0; color: #3d4147; font-size: 13.5px; font-weight: 500; line-height: 1.65; }

.fit-panel { border-radius: 20px; padding: 28px; }
.fit-panel--yes { background: #e2f2f2; }
.fit-panel--no { background: var(--grey); }
.fit-panel h2 { margin: 0 0 14px; color: var(--teal); font-size: 18px; }
.fit-panel--no h2 { color: var(--red); }
.fit-panel ul { margin: 0; padding: 0; list-style: none; }
.fit-panel li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 14px; font-weight: 600; line-height: 1.55; }
.fit-panel li i { margin-top: 2px; color: var(--teal); }
.fit-panel--no li { color: var(--muted); }
.fit-panel--no li i { color: var(--red); }

.testimonials { margin-top: 74px; padding-block: 64px; background: var(--amber); }
.testimonials header { max-width: 800px; margin: 0 auto 30px; text-align: center; }
.testimonials h2 { margin: 0 auto; color: var(--ink); font-size: 38px; }
.testimonials .workshop-kicker { color: var(--red-hover); }
.testimonial-card { display: flex; flex-direction: column; gap: 16px; border-radius: 18px; padding: 20px; background: var(--white); box-shadow: var(--shadow); }
.testimonial-card > img { display: block; width: 100%; border-radius: 12px; }
.testimonial-card__video { position: relative; overflow: hidden; width: 100%; border-radius: 12px; padding-bottom: 56.25%; background: var(--ink); }
.testimonial-card__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.testimonial-card blockquote { margin: 0; }
.testimonial-card blockquote p { margin: 0 0 12px; color: #3d4147; font-size: 14.5px; line-height: 1.65; }
.testimonial-card cite { color: var(--red); font-family: var(--display); font-size: 12.5px; font-style: normal; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }

.author__panel { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 36px; border-radius: 28px; padding: 36px; background: var(--grey); }
.author__panel > img { width: 100%; max-width: 250px; aspect-ratio: 1; border-radius: 22px; object-fit: cover; justify-self: center; }
.author__panel h2 { margin-bottom: 12px; font-size: 30px; }
.author__panel > div > p:not(.workshop-kicker) { margin: 0 0 16px; color: #3d4147; font-size: 15.5px; font-weight: 500; line-height: 1.7; }
.author__stats { display: flex; flex-wrap: wrap; gap: 26px; }
.author__stats strong, .author__stats span { display: block; }
.author__stats strong { color: var(--red); font-family: var(--display); font-size: 26px; text-transform: uppercase; }
.author__stats span { color: var(--muted); font-size: 12px; font-weight: 700; }

.story__measure { max-width: 68ch; margin-inline: auto; }
.story h2 { max-width: 26ch; margin-inline: auto; text-align: center; }
.story__standfirst { margin: 0 0 28px; color: var(--red); font-size: 17px; line-height: 1.65; text-align: center; }
.story__measure > p:not(.story__standfirst) { margin: 0 0 18px; color: var(--ink); font-size: 16px; font-weight: 500; line-height: 1.75; }
.story__measure > p strong { font-family: var(--body); text-transform: none; }
.story__figure { margin: 34px 0; }
.story__figure img { display: block; width: 100%; border-radius: 16px; background: var(--band); box-shadow: var(--shadow); }
.story__figure figcaption { margin-top: 9px; color: var(--muted); font-size: 12.5px; font-weight: 600; text-align: center; }
.story__callout { margin: 30px 0; border-radius: 20px; padding: 26px; background: var(--grey); box-shadow: var(--shadow); }
.story__callout h3 { margin: 0 0 16px; color: var(--red); font-size: 21px; }
.story__callout ul { margin: 0; padding: 0; list-style: none; }
.story__callout li { margin-top: 8px; color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.55; }
.story__cta { margin-top: 32px; text-align: center; }

.workshop-faq { width: min(100%, 900px); margin-inline: auto; padding-inline: 32px; }
.workshop-faq__list { display: flex; flex-direction: column; gap: 10px; }
.workshop-faq__item { overflow: hidden; border-radius: 16px; background: var(--grey); }
.workshop-faq__button { display: flex; width: 100%; align-items: center; gap: 14px; border: 0; padding: 18px 22px; background: none; color: var(--ink); cursor: pointer; font-family: var(--display); font-size: 15.5px; font-weight: 800; letter-spacing: -.01em; text-align: left; text-transform: uppercase; }
.workshop-faq__button span { flex: 1; }
.workshop-faq__button i { color: var(--red); transition: transform .18s; }
.workshop-faq__button[aria-expanded="true"] i { transform: rotate(45deg); }
.workshop-faq__answer p { margin: 0; padding: 0 22px 20px; color: #3d4147; font-size: 14px; font-weight: 500; line-height: 1.7; }
.workshop-faq__answer[hidden] { display: none; }

.final-cta { padding-bottom: 84px; }
.final-cta__panel { border-radius: 30px; padding: 56px 40px; background: var(--red); color: var(--white); text-align: center; }
.final-cta__panel .workshop-kicker { margin-bottom: 12px; color: var(--amber); }
.final-cta__panel h2 { max-width: 22ch; margin: 0 auto 16px; font-size: 40px; }
.final-cta__panel > p:not(.workshop-kicker) { max-width: 44em; margin: 0 auto 28px; color: rgba(255,255,255,.82); font-size: 16px; font-weight: 500; line-height: 1.65; }
.final-cta__panel small { display: block; margin-top: 16px; color: rgba(255,255,255,.72); font-size: 13px; }
.workshop-footer { padding-block: 30px; background: var(--ink); color: rgba(255,255,255,.75); }
.workshop-footer .workshop-canvas { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.workshop-footer img { width: auto; height: 32px; border-radius: 6px; padding: 3px 7px; background: var(--white); }
.workshop-footer p { flex: 1; min-width: 220px; margin: 0; font-size: 13px; font-weight: 600; }
.workshop-footer small { font-size: 12px; }

/* Book-owner claim */
.claim-hero { background: var(--red); color: var(--white); }
.claim-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px; padding-top: 28px; padding-bottom: 60px; }
.claim-hero__copy .workshop-logo-box { margin-bottom: 28px; }
.claim-hero__copy .workshop-kicker { margin-bottom: 14px; color: var(--amber); }
.claim-hero__copy h1 { margin: 0 0 16px; font-size: 46px; }
.claim-hero__copy h1 span, .claim-hero__copy > p strong { color: var(--amber); }
.claim-hero__copy > p:not(.workshop-kicker) { max-width: 34em; margin: 0 0 14px; color: rgba(255,255,255,.9); font-size: 16.5px; font-weight: 500; line-height: 1.65; }
.claim-hero__copy > p strong { font-family: inherit; text-transform: none; }
.claim-hero__copy .claim-hero__support { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 14.5px; line-height: 1.6; }
.claim-card { border-radius: 24px; padding: 28px; background: var(--white); color: var(--ink); box-shadow: 0 10px 30px rgba(150,150,150,.24); }
.claim-card h2 { margin: 0 0 6px; font-size: 20px; }
.claim-card form > p { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.claim-form__fields { display: flex; flex-direction: column; gap: 10px; }
.claim-form__fields label > span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); white-space: nowrap; }
.claim-form__fields input, .claim-form__fields select {
  width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 13px 14px; background: var(--grey);
  color: var(--ink); font-family: var(--body); font-size: 14px;
}
.claim-form__fields input:focus, .claim-form__fields select:focus { outline: 2px solid var(--amber); outline-offset: 1px; }
.claim-form__submit { width: 100%; border: 0; cursor: pointer; }
.claim-form__submit:disabled { cursor: wait; opacity: .7; }
.claim-form__honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.claim-form__error { margin: 0; border-radius: 12px; padding: 10px 12px; background: #fce8e6; color: var(--red); font-size: 12.5px; font-weight: 700; line-height: 1.5; }
.claim-form__error[hidden] { display: none; }
.claim-form__pdpa { margin: 2px 0 0; color: #8a8a8a; font-size: 11.5px; line-height: 1.5; }
.claim-form__help { display: flex; align-items: flex-start; gap: 7px; margin: -1px 2px 2px; color: var(--muted); font-size: 11.5px; line-height: 1.5; }
.claim-form__help i { flex: 0 0 auto; margin-top: 2px; color: var(--teal); font-size: 14px; }
.claim-code-guide { overflow: hidden; margin: 0; border: 1px solid var(--border); border-radius: 14px; background: #fff8e3; }
.claim-code-guide img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.claim-code-guide figcaption { display: grid; gap: 3px; padding: 10px 12px 12px; color: var(--muted); font-size: 11.5px; line-height: 1.45; }
.claim-code-guide figcaption strong { color: var(--ink); font-family: var(--display); font-size: 13px; text-transform: uppercase; }
.claim-success { display: flex; flex-direction: column; gap: 12px; text-align: center; }
.claim-success[hidden] { display: none; }
.claim-success > i { color: var(--teal); font-size: 44px; }
.claim-success h2 { margin: 0; font-size: 22px; }
.claim-success p { margin: 0; color: #3d4147; font-size: 14px; line-height: 1.6; }
.claim-perks { padding-block: 26px; background: var(--band); }
.claim-perk { border-radius: 16px; padding: 20px 22px; background: var(--white); box-shadow: var(--shadow); }
.claim-perk i { color: var(--teal); font-size: 22px; }
.claim-perk h3 { margin: 10px 0 6px; font-size: 15px; }
.claim-perk p, .claim-agenda__card > p:last-child { margin: 0; color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.55; }
.claim-agenda__intro { max-width: 54em; margin: -12px 0 24px; color: #3d4147; font-size: 16px; font-weight: 500; line-height: 1.7; }
.claim-agenda__card { border-radius: 16px; padding: 22px; background: var(--grey); }
.claim-agenda__card .workshop-kicker { margin-bottom: 8px; }
.claim-agenda__card h3 { margin: 0 0 8px; font-size: 16px; }
.claim-agenda__card > p:last-child { color: #3d4147; font-size: 13.5px; line-height: 1.6; }
.claim-why__panel { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 34px; border-radius: 28px; padding: 34px; background: var(--grey); }
.claim-why__panel img { width: 100%; max-width: 230px; justify-self: center; }
.claim-why__panel > div > p:not(.workshop-kicker) { margin: 0 0 12px; color: #3d4147; font-size: 16px; font-weight: 500; line-height: 1.7; }
.claim-why__panel > div > p:last-child { margin-bottom: 0; }
.claim-faq h2 { font-size: 32px; }
.final-cta__panel--ink { background: var(--ink); }

/* Buyer welcome */
.welcome-hero { background: var(--red); color: var(--white); text-align: center; }
.welcome-hero__inner { display: flex; flex-direction: column; align-items: center; padding-top: 28px; padding-bottom: 58px; }
.welcome-hero__inner .workshop-logo-box { align-self: flex-start; margin-bottom: 30px; }
.welcome-hero__check { color: var(--amber); font-size: 52px; }
.welcome-hero .workshop-kicker { margin-top: 12px; color: var(--amber); }
.welcome-hero h1 { max-width: 18ch; margin: 4px auto 14px; font-size: 46px; }
.welcome-hero__inner > p:not(.workshop-kicker) { max-width: 42em; margin: 0 auto; color: rgba(255,255,255,.86); font-weight: 500; line-height: 1.65; }
.welcome-reference { margin-top: 14px !important; border-radius: 999px; padding: 7px 14px; background: rgba(255,255,255,.12); font-size: 13px; }
.welcome-content { padding-top: 32px; padding-bottom: 84px; }
.welcome-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 16px; }
.welcome-summary__card { display: flex; height: 100%; box-sizing: border-box; align-items: flex-start; gap: 16px; border-radius: 20px; padding: 26px; background: var(--grey); }
.welcome-summary__card > i { color: var(--teal); font-size: 28px; }
.welcome-summary__card h2 { margin: 2px 0 10px; font-size: 21px; }
.welcome-summary__card p { margin: 0; color: #3d4147; font-size: 14px; font-weight: 500; line-height: 1.65; }
.welcome-shipping-proof { display: block; width: 100%; height: auto; margin-top: 18px; border-radius: 14px; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 42%; }
.welcome-summary__card--class { background: #fcf0da; }
.welcome-summary__card--class .workshop-kicker { margin: 0 0 7px; }
.welcome-summary__card--class > i { color: var(--red); }
.welcome-session { display: block; margin: 14px 0; color: var(--red); font-family: var(--body); font-size: 14px; text-transform: none; }
.welcome-timeline { margin-top: 48px; border-radius: 24px; padding: 34px 32px 36px; background: var(--ink); color: var(--white); }
.welcome-timeline > .workshop-kicker { margin: 0 0 5px; color: var(--amber); }
.welcome-timeline > h2 { margin: 0 0 28px; color: var(--white); font-size: 28px; }
.welcome-timeline__list { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.welcome-timeline__list::before { content: ""; position: absolute; top: 23px; right: 12.5%; left: 12.5%; height: 3px; border-radius: 999px; background: var(--amber); }
.welcome-timeline__item { position: relative; min-width: 0; }
.welcome-timeline__marker { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; margin: 0 auto 16px; place-items: center; border: 3px solid var(--amber); border-radius: 50%; background: var(--ink); color: var(--amber); font-size: 20px; }
.welcome-timeline__copy { text-align: center; }
.welcome-timeline__timing { display: block; min-height: 2.6em; margin-bottom: 7px; color: var(--amber); font-size: 11px; font-weight: 900; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.welcome-timeline__copy h3 { margin: 0 0 8px; color: var(--white); font-size: 15px; }
.welcome-timeline__copy p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 500; line-height: 1.55; }
.welcome-timeline .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); border: 0; padding: 0; white-space: nowrap; }
.welcome-access { margin-top: 64px; }
.welcome-access > h2 { margin-bottom: 12px; }
.welcome-access__intro { max-width: 52em; margin: 0 0 22px; color: var(--muted); font-weight: 500; line-height: 1.65; }
.welcome-access__layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.welcome-access__primary { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.welcome-access__cards { display: grid; width: 100%; grid-template-columns: 1fr; gap: 14px; margin-bottom: 22px; }
.welcome-access__card { display: flex; gap: 14px; border-radius: 16px; padding: 20px; background: var(--grey); }
.welcome-access__card[hidden] { display: none; }
.welcome-access__card > i { color: var(--teal); font-size: 24px; }
.welcome-access__card h3 { margin: 2px 0 7px; font-size: 15px; }
.welcome-access__card p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.55; }
.welcome-access__card--bump { background: #fcf0da; }
.welcome-access__card--pass { background: #e2f2f2; }
.welcome-email-help { display: flex; align-items: flex-start; gap: 14px; border-radius: 16px; padding: 26px; background: #fcf0da; }
.welcome-email-help > i { flex: 0 0 auto; color: var(--red); font-size: 24px; }
.welcome-email-help h3 { margin: 1px 0 6px; font-size: 15px; }
.welcome-email-help p { margin: 0 0 8px; color: #3d4147; font-size: 13px; font-weight: 500; line-height: 1.55; }
.welcome-email-help a { color: var(--red); font-size: 13px; font-weight: 800; }
.welcome-guarantee { display: flex; align-items: flex-start; gap: 16px; margin-top: 64px; border-radius: 20px; padding: 26px; background: var(--ink); color: var(--white); }
.welcome-guarantee > i { color: var(--amber); font-size: 30px; }
.welcome-guarantee h2 { margin: 2px 0 8px; font-size: 20px; }
.welcome-guarantee p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 500; line-height: 1.65; }

@media (max-width: 900px) {
  .workshop-hero__grid, .comparison__grid, .offer__grid, .author__panel, .inside-block, .inside-walkthrough, .claim-hero__grid, .claim-why__panel, .welcome-summary { grid-template-columns: 1fr; }
  .inside-block--reverse .inside-block__image { order: 0; }
  .receipts-grid, .four-grid { grid-template-columns: repeat(2, 1fr); }
  .three-grid { grid-template-columns: 1fr; }
  .workshop-hero h1 { font-size: 34px; }
  .workshop-hero__book { max-width: 520px; }
  .claim-hero__copy h1, .welcome-hero h1 { font-size: 34px; }
  .welcome-access__layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .workshop-canvas, .workshop-faq { padding-inline: 20px; }
  .workshop-section { padding-top: 56px; }
  .workshop-page h2 { font-size: 30px; }
  .two-grid, .receipts-grid, .four-grid { grid-template-columns: 1fr; }
  .workshop-hero > .workshop-canvas { padding-top: 20px; padding-bottom: 48px; }
  .workshop-hero__header { align-items: flex-start; margin-bottom: 28px; }
  .workshop-hero__header .workshop-kicker { max-width: 150px; text-align: right; }
  .workshop-hero__grid { gap: 36px; }
  .workshop-button { width: 100%; padding-inline: 20px; }
  .welcome-timeline { padding: 28px 22px 30px; }
  .welcome-timeline > h2 { margin-bottom: 24px; font-size: 24px; }
  .welcome-timeline__list { grid-template-columns: 1fr; gap: 24px; }
  .welcome-timeline__list::before { top: 24px; bottom: 24px; left: 23px; width: 3px; height: auto; }
  .welcome-timeline__item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; }
  .welcome-timeline__marker { margin: 0; }
  .welcome-timeline__copy { padding-top: 1px; text-align: left; }
  .welcome-timeline__timing { min-height: 0; margin-bottom: 5px; }
  .equation { display: grid; grid-template-columns: 1fr; }
  .equation__operator { justify-content: center; }
  .offer-stack__item { grid-template-columns: 20px 1fr; }
  .offer-stack__item > strong { grid-column: 2; }
  .testimonials { margin-top: 56px; padding-block: 48px; }
  .author__panel { padding: 28px 22px; }
  .inside__blocks { gap: 40px; }
  .inside-walkthrough { gap: 26px; margin-block: 34px 46px; padding: 24px; }
  .inside-walkthrough__copy { text-align: left; }
  .inside-block { gap: 24px; }
  .inside__closing { margin-top: 48px; }
  .story__callout { padding: 22px 20px; }
  .final-cta { padding-bottom: 64px; }
  .final-cta__panel { padding: 42px 22px; }
  .final-cta__panel h2 { font-size: 32px; }
  .claim-card { padding: 24px 20px; }
  .claim-why__panel { padding: 28px 22px; }
  .welcome-content { padding-bottom: 64px; }
  .welcome-summary__card, .welcome-guarantee { padding: 22px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .workshop-faq__button i { transition: none; }
}
