.bc-master {
  --ink: #2b1724;
  --paper: #fffaf4;
  --cream: #fff0e1;
  --pink: #ff4f91;
  --pink-soft: #ffd6e6;
  --orange: #ff7a4e;
  --purple: #9c78ff;
  --purple-dark: #4a266f;
  --yellow: #ffda62;
  --green: #a9de87;
  --cta: #16e0bd;
  --cta-bright: #8ffff0;
  --white: #fff;
  --line: rgba(43, 23, 36, 0.15);
  --serif: var(--font-cormorant), Georgia, serif;
  --sans: var(--font-dm-sans), Arial, sans-serif;
}.bc-master{--font-cormorant:"Cormorant Garamond";--font-dm-sans:"DM Sans"}.bc-master .shell{width:min(1200px,calc(100% - 48px));margin-inline:auto}.bc-master .section-pad{padding-block:76px}.bc-master h2{font:700 clamp(2.6rem,4.5vw,4.8rem)/1.04 var(--serif);letter-spacing:-.04em}.bc-master p{line-height:1.65}.bc-master .button{display:inline-flex}.bc-master .shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}.bc-master .section-pad {
  padding-block: 96px;
}.bc-master .button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}.bc-master .hero-copy .eyebrow {
  justify-content: center;
}.bc-master .eyebrow {
  margin: 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgba(43, 23, 36, 0.6);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}.bc-master .eyebrow span {
  padding: 5px 10px;
  background: var(--pink);
  color: var(--white);
  border: 1px solid var(--ink);
  border-radius: 999px;
  letter-spacing: 0.08em;
}.bc-master .eyebrow.dark {
  color: rgba(255, 255, 255, 0.67);
}.bc-master .eyebrow.dark span {
  background: var(--yellow);
  color: var(--ink);
}.bc-master .button {
  width: fit-content;
  min-height: 56px;
  padding: 0 24px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 5px 5px 0 var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 150ms ease, box-shadow 150ms ease;
}.bc-master .button-light {
  background: var(--yellow);
  color: var(--ink);
}.bc-master .phone-label i {
  width: 8px;
  height: 8px;
  background: var(--green);
  border: 1px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(169, 222, 135, 0.7);
  animation: live-dot 1.8s ease-out infinite;
}@keyframes scroll {
  to { transform: translateX(-50%); }
}.bc-master .section-heading h2,
.bc-master .app-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(48px, 5.4vw, 75px);
}.bc-master .section-heading.centered {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}.bc-master .section-heading.centered .eyebrow {
  justify-content: center;
}.bc-master .section-heading.split {
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 1.55fr 0.65fr;
  align-items: end;
  gap: 80px;
}.bc-master .section-heading.split h2 {
  margin-bottom: 0;
}.bc-master .section-heading.split > p {
  margin-bottom: 6px;
  color: rgba(43,23,36,0.65);
}.bc-master .journey {
  background: var(--purple-dark);
  color: var(--white);
  border-block: 2px solid var(--ink);
  position: relative;
  overflow: hidden;
}.bc-master .journey::before,
.bc-master .journey::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}.bc-master .journey::before {
  width: 260px;
  height: 260px;
  top: -130px;
  left: -100px;
  background: rgba(255, 79, 145, 0.35);
}.bc-master .journey::after {
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -90px;
  border: 30px solid rgba(255, 218, 98, 0.5);
}.bc-master .journey .shell {
  position: relative;
  z-index: 1;
}.bc-master .journey .section-heading h2 {
  color: var(--white);
}.bc-master .journey .section-heading h2 em {
  color: var(--yellow);
}.bc-master .journey-intro {
  max-width: 690px;
  margin: 0 auto;
  color: rgba(255,255,255,0.72);
}.bc-master .journey-track {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}.bc-master .journey-track article {
  min-height: 330px;
  padding: 26px;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 26px;
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}.bc-master .journey-track article:nth-child(1) { background: var(--pink-soft); transform: rotate(-1deg); }.bc-master .journey-track article:nth-child(2) { background: var(--yellow); transform: translateY(18px) rotate(0.7deg); }.bc-master .journey-track article:nth-child(3) { background: #ffd0bd; transform: rotate(-0.6deg); }.bc-master .journey-track article:nth-child(4) { background: #d9cdff; transform: translateY(18px) rotate(0.8deg); }.bc-master .journey-track article:hover {
  transform: translateY(-5px) rotate(0);
  box-shadow: 11px 11px 0 var(--ink);
}.bc-master .journey-top {
  margin-bottom: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}.bc-master .journey-top strong {
  font-family: var(--serif);
  font-size: 54px;
  line-height: 0.8;
}.bc-master .journey-top span {
  padding: 6px 9px;
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}.bc-master .journey-track h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1;
}.bc-master .journey-track p {
  margin-bottom: 0;
  color: rgba(43,23,36,0.7);
  font-size: 13px;
}.bc-master .journey-cta {
  margin-top: 62px;
  padding: 18px 22px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  font-weight: 800;
}.bc-master .journey-cta span { color: var(--pink-soft); }.bc-master .journey-cta a { color: var(--yellow); border-bottom: 1px solid currentColor; }.bc-master .shape-method .section-heading h2,
.bc-master .shape-method .section-heading > p {
  color: var(--white);
}.bc-master .shape-method .section-heading h2 em {
  color: var(--yellow);
}.bc-master .comparison-heading > p:not(.eyebrow) {
  color: rgba(43,23,36,0.7);
}.bc-master .value-copy > p:not(.eyebrow) {
  color: rgba(43,23,36,0.7);
}.bc-master .nutrition {
  background: #fff2bd;
  border-bottom: 2px solid var(--ink);
  position: relative;
  overflow: hidden;
}.bc-master .nutrition::before {
  content: "YUM!";
  position: absolute;
  top: 45px;
  right: 3%;
  color: rgba(255,79,145,0.22);
  font-family: var(--serif);
  font-size: 88px;
  font-style: italic;
  font-weight: 700;
  transform: rotate(8deg);
}.bc-master .nutrition-intro {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(43,23,36,0.68);
}.bc-master .nutrition-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}.bc-master .nutrition-card {
  min-height: 290px;
  padding: 27px;
  border: 2px solid var(--ink);
  border-radius: 26px;
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform 180ms ease;
}.bc-master .nutrition-card:hover { transform: translateY(-6px) rotate(0); }.bc-master .nutrition-1 { background: var(--paper); transform: rotate(-1deg); }.bc-master .nutrition-2 { background: var(--pink-soft); transform: translateY(14px); }.bc-master .nutrition-3 { background: #d9cdff; transform: rotate(0.7deg); }.bc-master .nutrition-4 { background: #ffd0bd; transform: translateY(14px) rotate(-0.5deg); }.bc-master .nutrition-card > span { font-size: 40px; }.bc-master .nutrition-card h3 {
  margin: 54px 0 11px;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1;
}.bc-master .nutrition-card p {
  margin-bottom: 0;
  color: rgba(43,23,36,0.68);
  font-size: 13px;
}.bc-master .nutrition-callout {
  margin-top: 62px;
  padding: 22px 26px;
  background: var(--pink);
  color: var(--white);
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 6px 6px 0 var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}.bc-master .nutrition-callout strong {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
}.bc-master .nutrition-callout a {
  flex: 0 0 auto;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}.bc-master .narrow {
  max-width: 760px !important;
}.bc-master .inclusion-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid var(--ink);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 8px 8px 0 var(--ink);
}.bc-master .inclusion-grid article {
  min-height: 250px;
  padding: 30px 25px;
  background: var(--white);
  border-right: 1px solid var(--line);
}.bc-master .inclusion-grid article:nth-child(2) { background: var(--pink-soft); }.bc-master .inclusion-grid article:nth-child(3) { background: #ffe4d7; }.bc-master .inclusion-grid article:nth-child(4) { background: #e2d9ff; border-right: 0; }.bc-master .inclusion-grid article > span {
  font-size: 34px;
}.bc-master .inclusion-grid h3 {
  margin: 52px 0 9px;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
}.bc-master .inclusion-grid p {
  margin-bottom: 0;
  color: rgba(43,23,36,0.65);
  font-size: 13px;
}.bc-master .app-card {
  margin-top: 72px;
  padding: 60px 64px;
  background: var(--purple-dark);
  color: var(--white);
  border: 3px solid var(--ink);
  border-radius: 40px;
  box-shadow: 12px 12px 0 var(--pink);
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  position: relative;
}.bc-master .app-card::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -80px;
  bottom: -100px;
  background: var(--pink);
  border-radius: 50%;
}.bc-master .app-copy h2 em {
  color: var(--yellow);
}.bc-master .app-copy > p:not(.eyebrow) {
  color: rgba(255,255,255,0.7);
}.bc-master .mini-checks {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}.bc-master .mini-checks span {
  color: var(--pink-soft);
  font-size: 13px;
  font-weight: 800;
}.bc-master .phone-stage {
  min-height: 530px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
}.bc-master .phone {
  width: 292px;
  padding: 10px;
  background: #140b11;
  border: 8px solid #140b11;
  border-radius: 46px;
  box-shadow: 14px 14px 0 rgba(0,0,0,0.23);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  animation: phone-float 5.6s ease-in-out infinite;
}.bc-master .phone-video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  background: var(--paper);
  border-radius: 31px;
}.bc-master .phone-speaker {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 50%;
  width: 72px;
  height: 19px;
  background: #140b11;
  border-radius: 999px;
  transform: translateX(-50%);
}.bc-master .phone-shine {
  position: absolute;
  z-index: 2;
  inset: 10px;
  border-radius: 31px;
  background: linear-gradient(115deg, rgba(255,255,255,0.14), transparent 25%, transparent 74%, rgba(255,255,255,0.08));
  pointer-events: none;
}.bc-master .phone-label {
  position: absolute;
  z-index: 4;
  top: 1px;
  left: 50%;
  padding: 7px 12px;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--pink);
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%) rotate(-2deg);
  white-space: nowrap;
}.bc-master .phone > p {
  margin-bottom: 2px;
  color: rgba(43,23,36,0.55);
  font-size: 11px;
}.bc-master .phone > h3 {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: 28px;
}.bc-master .phone-sticker {
  position: absolute;
  right: -8px;
  bottom: 55px;
  width: 104px;
  height: 104px;
  background: var(--yellow);
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--ink);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.05;
  animation: sticker-wiggle-alt 3.4s ease-in-out infinite;
}.bc-master .coaching-proof {
  background: var(--ink);
  color: var(--white);
  border-block: 2px solid var(--ink);
  overflow: hidden;
}.bc-master .coaching-proof-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 82px;
}.bc-master .coaching-proof-copy h2 {
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(48px, 5.2vw, 74px);
}.bc-master .coaching-proof-copy h2 em { color: var(--yellow); }.bc-master .coaching-proof-copy .lead {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.65;
}.bc-master .coaching-points {
  margin: 34px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}.bc-master .coaching-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pink-soft);
  font-size: 12px;
  font-weight: 800;
}.bc-master .coaching-points b {
  width: 31px;
  height: 31px;
  background: var(--pink);
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 8px;
}.bc-master .coaching-proof-photo {
  position: relative;
  height: 610px;
  border: 3px solid var(--ink);
  border-radius: 32px 140px 32px 32px;
  box-shadow: 12px 12px 0 var(--pink);
  transform: rotate(1.2deg);
}.bc-master .coaching-proof-photo img {
  object-fit: cover;
  object-position: center;
  border-radius: 28px 136px 28px 28px;
}.bc-master .coaching-proof-photo > span {
  position: absolute;
  left: -42px;
  bottom: 45px;
  width: 144px;
  height: 144px;
  padding: 18px;
  background: var(--yellow);
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 6px 6px 0 var(--ink);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  transform: rotate(-10deg);
  animation: bubble-float 4.8s ease-in-out infinite;
}.bc-master .coach-copy .lead {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.65;
}.bc-master .coach-copy > p:not(.eyebrow):not(.lead) {
  max-width: 600px;
  color: rgba(43,23,36,0.7);
}.bc-master .faq-heading > p:not(.eyebrow) {
  color: rgba(43,23,36,0.65);
}.bc-master .start-roadmap .section-heading h2,
.bc-master .start-roadmap .section-heading > p {
  color: var(--white);
}.bc-master .start-roadmap .section-heading h2 em { color: var(--yellow); }.bc-master .intake-copy > p:not(.eyebrow) {
  color: rgba(43,23,36,0.7);
}@keyframes rise-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes scribble-bounce {
  0%, 100% { transform: rotate(10deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(-7px); }
}@keyframes bubble-float {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-5deg) translateY(-9px); }
}@keyframes urgency-pop {
  0%, 82%, 100% { transform: rotate(-3deg) scale(1); }
  88% { transform: rotate(-1deg) scale(1.045); }
  94% { transform: rotate(-4deg) scale(0.985); }
}@keyframes live-dot {
  0% { box-shadow: 0 0 0 0 rgba(169, 222, 135, 0.72); }
  75%, 100% { box-shadow: 0 0 0 9px rgba(169, 222, 135, 0); }
}@keyframes sticker-wiggle {
  0%, 100% { transform: rotate(11deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(5px); }
}@keyframes sticker-wiggle-alt {
  0%, 100% { transform: rotate(-12deg) translateY(0); }
  50% { transform: rotate(-7deg) translateY(-7px); }
}@keyframes phone-float {
  0%, 100% { transform: rotate(2deg) translateY(0); }
  50% { transform: rotate(-1deg) translateY(-10px); }
}@keyframes emoji-bob {
  0%, 100% { translate: 0 0; rotate: -3deg; scale: 1; }
  50% { translate: 0 -8px; rotate: 5deg; scale: 1.08; }
}@keyframes decor-drift {
  0%, 100% { translate: 0 0; rotate: -3deg; }
  50% { translate: -12px 6px; rotate: 3deg; }
}.bc-master .nutrition-card > span,
.bc-master .inclusion-grid article > span {
  animation: emoji-bob 3.8s ease-in-out infinite;
}.bc-master .nutrition-card:nth-child(2) > span,
.bc-master .inclusion-grid article:nth-child(2) > span { animation-delay: 450ms; }.bc-master .nutrition-card:nth-child(3) > span,
.bc-master .inclusion-grid article:nth-child(3) > span { animation-delay: 900ms; }.bc-master .nutrition-card:nth-child(4) > span,
.bc-master .inclusion-grid article:nth-child(4) > span { animation-delay: 1350ms; }.bc-master .final-inner .button {
  margin-inline: auto;
}@media (prefers-reduced-motion: reduce) {
  .bc-master .phone-label i, .bc-master .phone, .bc-master .phone-sticker, .bc-master .coaching-proof-photo > span, .bc-master .nutrition-card > span, .bc-master .inclusion-grid article > span { animation: none; }
}@media (max-width: 1050px) {
  .bc-master .journey-track { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .bc-master .journey-track article:nth-child(2), .bc-master .journey-track article:nth-child(4) { transform: none; }
  .bc-master .nutrition-grid { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .bc-master .nutrition-card { min-height: 250px; }
  .bc-master .nutrition-2, .bc-master .nutrition-4 { transform: none; }
  .bc-master .app-card { padding: 60px; gap: 40px; }
  .bc-master .coaching-proof-grid { gap: 55px; }
  .bc-master .coaching-proof-photo { height: 560px; }
}@media (max-width: 820px) {
  .bc-master .shell { width: min(100% - 32px, 680px); }
  .bc-master .section-pad { padding-block: 66px; }
  .bc-master .hero-copy .eyebrow { justify-content: center; }
  .bc-master .journey-track article { min-height: 285px; }
  .bc-master .journey-cta { border-radius: 24px; }
  .bc-master .section-heading.split { grid-template-columns: 1fr; gap: 18px; }
  .bc-master .comparison-heading .eyebrow { justify-content: center; }
  .bc-master .comparison-heading > p:not(.eyebrow) { max-width: 650px; margin-inline: auto; }
  .bc-master .value-copy .eyebrow { justify-content: center; }
  .bc-master .value-copy > p:not(.eyebrow) { max-width: 680px; margin-inline: auto; }
  .bc-master .nutrition-callout { align-items: flex-start; flex-direction: column; }
  .bc-master .inclusion-grid { grid-template-columns: 1fr 1fr; }
  .bc-master .inclusion-grid article:nth-child(2) { border-right: 0; }
  .bc-master .inclusion-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .bc-master .app-card { padding: 48px 34px; grid-template-columns: 1fr; }
  .bc-master .app-copy { text-align: center; }
  .bc-master .app-copy .eyebrow { justify-content: center; }
  .bc-master .phone-stage { min-height: 510px; margin-top: 12px; }
  .bc-master .coaching-proof-grid { grid-template-columns: 1fr; }
  .bc-master .coaching-proof-copy { text-align: center; }
  .bc-master .coaching-proof-copy .eyebrow { justify-content: center; }
  .bc-master .coaching-proof-copy .button { margin-inline: auto; }
  .bc-master .coaching-points { width: min(100%, 570px); margin-inline: auto; text-align: left; }
  .bc-master .coaching-proof-photo { width: min(100%, 610px); height: 500px; margin-inline: auto; }
  .bc-master .coaching-proof-photo > span { left: -12px; }
  .bc-master .coach-copy .eyebrow { justify-content: center; }
  .bc-master .faq-heading .eyebrow { justify-content: center; }
  .bc-master .intake-copy .eyebrow { justify-content: center; }
}@media (max-width: 560px) {
  .bc-master .shell { width: min(100% - 24px, 480px); }
  .bc-master .section-pad { padding-block: 54px; }
  .bc-master .bbl-grid .eyebrow { justify-content: center; }
  .bc-master .section-heading h2, .bc-master .app-copy h2, .bc-master .coaching-proof-copy h2 { font-size: clamp(38px, 11.5vw, 50px); }
  .bc-master .journey-track { margin-top: 42px; grid-template-columns: 1fr; gap: 16px; }
  .bc-master .journey-track article, .bc-master .journey-track article:nth-child(1), .bc-master .journey-track article:nth-child(2), .bc-master .journey-track article:nth-child(3), .bc-master .journey-track article:nth-child(4) { min-height: 235px; padding: 22px; transform: none; }
  .bc-master .journey-top { margin-bottom: 36px; }
  .bc-master .journey-cta { margin-top: 36px; align-items: flex-start; flex-direction: column; text-align: left; }
  .bc-master .nutrition::before { display: none; }
  .bc-master .nutrition-grid { margin-top: 42px; grid-template-columns: 1fr; gap: 16px; }
  .bc-master .nutrition-card, .bc-master .nutrition-1, .bc-master .nutrition-2, .bc-master .nutrition-3, .bc-master .nutrition-4 { min-height: 205px; padding: 23px; transform: none; }
  .bc-master .nutrition-card h3 { margin-top: 34px; }
  .bc-master .nutrition-callout { margin-top: 40px; padding: 20px; }
  .bc-master .nutrition-callout a { flex: auto; }
  .bc-master .inclusion-grid { grid-template-columns: 1fr; }
  .bc-master .inclusion-grid article { min-height: 172px; padding: 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .bc-master .inclusion-grid article:last-child { border-bottom: 0; }
  .bc-master .inclusion-grid h3 { margin-top: 32px; }
  .bc-master .app-card { margin-top: 54px; padding: 38px 18px; border-radius: 28px; }
  .bc-master .mini-checks { grid-template-columns: 1fr; }
  .bc-master .phone-stage { min-height: 455px; transform: none; margin-inline: -8px; }
  .bc-master .phone { width: 248px; border-width: 7px; border-radius: 40px; }
  .bc-master .phone-video, .bc-master .phone-shine { border-radius: 27px; }
  .bc-master .phone-sticker { right: -2px; bottom: 40px; width: 90px; height: 90px; font-size: 14px; }
  .bc-master .coaching-points { grid-template-columns: 1fr; }
  .bc-master .coaching-proof-photo { height: 355px; border-radius: 24px 80px 24px 24px; }
  .bc-master .coaching-proof-photo img { border-radius: 20px 76px 20px 20px; }
  .bc-master .coaching-proof-photo > span { left: -4px; bottom: 20px; width: 108px; height: 108px; font-size: 8px; }
}.bc-master .button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--cta);
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink), 0 0 0 rgba(22, 224, 189, 0);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.01em;
  animation: cta-attention 5.4s ease-in-out infinite;
}.bc-master .button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  left: -45%;
  width: 30%;
  background: rgba(255, 255, 255, 0.58);
  transform: rotate(18deg);
  animation: cta-shine 4.6s ease-in-out infinite;
  pointer-events: none;
}.bc-master .button > span:last-child {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  background: var(--ink);
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  line-height: 1;
  animation: cta-arrow 1.35s ease-in-out infinite;
}.bc-master .button:hover,
.bc-master .button:focus-visible {
  animation: none;
  background: var(--cta-bright);
  color: var(--ink);
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--ink), 0 0 0 5px rgba(22, 224, 189, 0.24);
}.bc-master .button:active {
  animation: none;
  transform: translate(5px, 5px) scale(0.99);
  box-shadow: 1px 1px 0 var(--ink);
}@keyframes cta-attention {
  0%, 78%, 100% { transform: translate(0, 0) rotate(0); box-shadow: 6px 6px 0 var(--ink), 0 0 0 rgba(22, 224, 189, 0); }
  82% { transform: translate(-1px, 0) rotate(-0.6deg); }
  86% { transform: translate(1px, 0) rotate(0.6deg); box-shadow: 6px 6px 0 var(--ink), 0 0 0 6px rgba(22, 224, 189, 0.2); }
  90% { transform: translate(-1px, 0) rotate(-0.35deg); }
  94% { transform: translate(0, 0) rotate(0); }
}@keyframes mobile-cta-attention {
  0%, 72%, 100% { transform: scale(1); }
  78% { transform: scale(1.018) rotate(-0.35deg); }
  84% { transform: scale(1.028) rotate(0.35deg); }
  90% { transform: scale(1.012); }
}@keyframes cta-shine {
  0%, 64% { left: -45%; opacity: 0; }
  68% { opacity: 1; }
  82% { left: 120%; opacity: 0; }
  100% { left: 120%; opacity: 0; }
}@keyframes cta-arrow {
  0%, 100% { translate: 0 0; }
  50% { translate: 3px 0; }
}@media (prefers-reduced-motion: reduce) {
  .bc-master .button,
  .bc-master .button::before,
  .bc-master .button > span:last-child {
    animation: none;
  }
}@keyframes bc-marquee{to{transform:translateX(-50%)}}@media(hover:hover){.bc-master .button:hover>span:last-child{rotate:-12deg}}@media(prefers-reduced-motion:no-preference){
 .bc-master .button::before{animation:shine 7s ease-in-out infinite}
 @keyframes bc-float{50%{translate:0 -6px;rotate:5deg}}
 @keyframes bc-accent{50%{text-shadow:0 3px 24px #f62d9940}}
 @keyframes bc-glow{50%{background-position:100% 50%}}
}@media(max-width:820px){.bc-master .section-heading{margin-bottom:1.6rem}
 .bc-master .lead,.bc-master .hero .lead{font-size:1rem;line-height:1.65}
}@media(max-width:380px){.bc-master .button{font-size:.85rem}}@media(prefers-reduced-motion:reduce){.bc-master .button{transition:none}}.bc-master .coaching-proof-photo>img{object-fit:contain!important;background:#eee9e4}.bc-master .coaching-proof-photo>span{position:relative;inset:auto;display:inline-block;margin:1rem;z-index:1}.bc-master .coaching-proof-photo{overflow:hidden}@media(max-width:820px){
 .bc-master .section-pad{padding-block:44px}.bc-master .shell{width:calc(100% - 32px)}
 .bc-master .section-heading h2{font-size:clamp(32px,7vw,48px)}
 .bc-master .coaching-proof-photo{height:330px;min-height:0;max-width:400px;border-radius:24px}.bc-master .coaching-proof-photo>img{height:260px!important;position:relative!important;inset:auto!important;border-radius:0;width:100%!important}.bc-master .coaching-proof-photo>span{font-size:11px;margin:8px 16px;padding:8px;transform:none;display:flex;gap:8px;align-items:center}
 .bc-master .phone-stage{min-height:0}.bc-master .phone{max-height:480px}.bc-master .journey-track,.bc-master .nutrition-grid{gap:16px}
}@keyframes bc-check-in{from{scale:.65;opacity:.2}to{scale:1;opacity:1}}.bc-master .bc-massage-offer .button{margin-top:1.4rem}@media(max-width:560px){.bc-master .hero-actions .button{font-size:13px;padding:14px 17px}}