@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #101216;
  --muted: #626870;
  --mint: #70ddd0;
  --paper: #f7f7f4;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Arial, sans-serif;
}

.site-nav { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem max(1.35rem, calc((100vw - 1180px) / 2)); border-bottom: 1px solid #d8d9d4; background: #f7f7f4e8; backdrop-filter: blur(14px); }
.site-nav__brand { color: var(--ink); font-size: 1.45rem; font-weight: 800; letter-spacing: -.12em; text-decoration: none; }
.site-nav nav { display: flex; align-items: center; gap: clamp(.7rem, 2vw, 1.7rem); }
.site-nav nav a { color: var(--muted); font-size: .82rem; font-weight: 800; text-decoration: none; transition: color .2s ease; }.site-nav nav a:hover, .site-nav nav a.is-current { color: var(--ink); }
.site-nav__cta { color: var(--ink); font-size: .82rem; font-weight: 800; text-decoration: none; }.site-nav__cta span { color: #2eaea2; font-size: 1.25em; }
.page-hero { max-width: 1180px; margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 2rem clamp(4rem, 7vw, 6rem); }.page-hero h1 { max-width: 850px; }.page-hero > p:last-child { max-width: 520px; margin: 1.8rem 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.55; }.page-hero--dark { max-width: none; padding-left: max(2rem, calc((100vw - 1180px) / 2)); padding-right: max(2rem, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }.page-hero--dark > p:last-child { color: #c4cbcd; }
.section-link { display: inline-block; margin-top: 2rem; }
.reviews--page { padding-top: 0; }.review-grid--page { grid-template-columns: repeat(3, 1fr); }.page-note { max-width: 620px; margin: 3rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.results--page { padding-top: 5rem; }
.plans-comparison { max-width: 980px; margin: 0 auto; padding: 0 2rem 8rem; }.plans-comparison__heads, .plan-row, .plans-comparison__actions { display: grid; grid-template-columns: 1.35fr 1fr 1fr; }.plans-comparison__heads { border-bottom: 2px solid var(--ink); }.plans-comparison__heads strong { padding: 1.3rem; font-size: 1.3rem; }.plans-comparison__heads strong:last-child { background: var(--ink); color: white; }.plans-comparison__heads small { display: block; margin-top: .35rem; color: var(--muted); font-size: .7rem; font-weight: 700; }.plans-comparison__heads strong:last-child small { color: #c4cbcd; }.plan-row { min-height: 65px; border-bottom: 1px solid #d8d9d4; }.plan-row span, .plan-row b { display: grid; align-items: center; padding: 1rem 1.3rem; }.plan-row span { font-weight: 700; }.plan-row b { justify-content: center; color: #239b8e; font-size: 1.2rem; }.plan-row b:last-child { background: #e8e9e3; }.plans-comparison__actions { margin-top: 1rem; gap: .6rem; }.plans-comparison__actions .button { justify-content: center; }

.hero {
  min-height: 78vh;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5rem;
  max-width: 1180px;
  padding: 9rem 2rem 7rem;
  margin: 0 auto;
}

.hero__content { max-width: 700px; }

.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--mint);
  letter-spacing: .09em;
  font-weight: 800;
  font-size: .73rem;
}

h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3rem, 6.7vw, 6.1rem);
  line-height: .98;
  letter-spacing: -.07em;
}

.hero__lead {
  max-width: 500px;
  margin: 2rem 0 .75rem;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.45;
}

.hero__question { color: var(--muted); margin: 0 0 2rem; }

.button {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: 1rem 1.3rem;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-3px); background: #2a3035; }
.button span { color: var(--mint); font-size: 1.3em; }

.motion-lab {
  position: relative;
  min-height: min(760px, 90vh);
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #080a0d;
  color: white;
}

.motion-lab__canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.motion-lab__content { position: relative; width: min(100% - 3rem, 900px); text-align: center; pointer-events: none; }
.motion-lab .eyebrow { color: var(--mint); }
.motion-lab h2 { font-size: clamp(3.5rem, 9vw, 8.5rem); }
.motion-lab__content > p:last-of-type { margin: 1.2rem 0 0; color: #aeb8b9; }
.motion-lab__glow { position: absolute; width: 45vw; aspect-ratio: 1; border-radius: 50%; filter: blur(80px); opacity: .26; z-index: -2; animation: drift 11s ease-in-out infinite alternate; }
.motion-lab__glow--one { background: #36d6c1; left: -15%; top: 10%; }.motion-lab__glow--two { background: #7d60ff; right: -12%; bottom: -15%; animation-delay: -5s; }
.motion-lab__core { position: relative; display: grid; place-items: center; width: 235px; aspect-ratio: 1; margin: 4rem auto 0; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #8af0e4 15%, #1a6f68 42%, #0c1114 71%); box-shadow: 0 0 80px #49ded166, inset -14px -14px 25px #0008; animation: breathe 4s ease-in-out infinite; }
.motion-lab__core strong { color: #091011; font-size: 3.8rem; letter-spacing: -.15em; text-shadow: 1px 1px #ffffff77; }
.orbit { position: absolute; inset: -19%; border: 1px solid #a1fff980; border-radius: 50%; transform: rotateX(67deg) rotateZ(0deg); animation: orbit 8s linear infinite; }.orbit::after { content: ''; position: absolute; left: 48%; top: -4px; width: 9px; aspect-ratio: 1; border-radius: 50%; background: white; box-shadow: 0 0 14px white; }.orbit--two { inset: -32%; transform: rotateX(67deg) rotateZ(65deg); animation-duration: 12s; animation-direction: reverse; }.orbit--three { inset: -47%; transform: rotateX(67deg) rotateZ(130deg); animation-duration: 16s; }

@keyframes orbit { to { transform: rotateX(67deg) rotateZ(360deg); } }
@keyframes breathe { 50% { transform: scale(1.09); box-shadow: 0 0 130px #49ded199, inset -14px -14px 25px #0008; } }
@keyframes drift { to { transform: translate(20%, -16%) scale(1.25); } }

.hero__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(160px, 20vw, 260px);
  aspect-ratio: 1;
  border: 13px solid var(--ink);
  border-radius: 25px;
  box-shadow: 14px 14px 0 var(--mint);
}

.hero__mark strong { font-size: clamp(3rem, 6vw, 5rem); letter-spacing: -.13em; }
.hero__line { position: absolute; width: 38%; height: 9px; background: var(--mint); border-radius: 30px; }
.hero__line--one { top: 23%; left: 17%; }
.hero__line--two { top: 37%; left: 31%; }

.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1180px;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}

.proof div { padding: 2rem; border-top: 1px solid #d8d9d4; }
.proof strong { display: block; font-size: 2rem; letter-spacing: -.06em; }
.proof span { color: var(--muted); font-size: .9rem; }

.goals {
  max-width: 1180px;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}

.section-heading { margin-bottom: 2.5rem; }

h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -.065em;
}

.goal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.goal-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 1.7rem;
  background: #e8e9e3;
  border-radius: 18px;
}

.goal-card__number { color: var(--muted); font-size: .8rem; font-weight: 700; }
.goal-card h3 { margin: auto 0 .5rem; font-size: 2rem; letter-spacing: -.055em; }
.goal-card p { max-width: 220px; margin: 0 0 1.7rem; color: var(--muted); line-height: 1.5; }
.goal-card a { color: inherit; font-weight: 800; text-decoration: none; }
.goal-card a span { color: var(--mint); font-size: 1.25em; }

.goal-card--dark { color: white; background: var(--ink); }
.goal-card--dark p { color: #bec4c6; }
.goal-card--mint { background: var(--mint); }
.goal-card--mint a span { color: var(--ink); }

.split-section, .benefits, .reviews, .results, .process, .pricing, .faq, .fit { max-width: 1180px; margin: 0 auto; padding: 7rem 2rem; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; border-top: 1px solid #d8d9d4; }
.intro__copy { max-width: 580px; font-size: 1.05rem; line-height: 1.65; }
.large-copy { font-size: clamp(1.3rem, 2.2vw, 1.75rem); line-height: 1.35; letter-spacing: -.03em; }
blockquote { margin: 2rem 0 0; font-weight: 700; line-height: 1.5; }
.benefits { background: var(--ink); color: white; max-width: none; padding-left: max(2rem, calc((100vw - 1180px) / 2)); padding-right: max(2rem, calc((100vw - 1180px) / 2)); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #3c4245; }
.benefit-grid article { min-height: 230px; padding: 1.5rem; background: var(--ink); }
.benefit-grid span, .tag { color: var(--mint); font-size: .72rem; font-weight: 800; letter-spacing: .09em; }
.benefit-grid h3 { margin: 3rem 0 .6rem; font-size: 1.35rem; letter-spacing: -.04em; }
.benefit-grid p { color: #c4cbcd; line-height: 1.5; margin: 0; }
.coach { align-items: center; }
.coach__portrait { display: grid; place-items: center; aspect-ratio: 1; background: linear-gradient(135deg, #b7bebd, #24292b); color: var(--mint); font-weight: 800; font-size: clamp(4rem, 11vw, 10rem); letter-spacing: -.13em; border-radius: 20px; }
.text-link { color: var(--ink); font-weight: 800; text-decoration: none; }.text-link span { color: #2eaea2; font-size: 1.3em; }
.reviews { background: #e8e9e3; max-width: none; padding-left: max(2rem, calc((100vw - 1180px) / 2)); padding-right: max(2rem, calc((100vw - 1180px) / 2)); }
.review-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-grid figure { display: flex; flex-direction: column; min-height: 290px; margin: 0; padding: 1.7rem; border-radius: 16px; background: var(--paper); }.rating { color: #e2a900; font-size: .85rem; }.rating small { color: var(--muted); display: block; margin-top: .6rem; }.review-grid figcaption { margin-top: auto; color: var(--muted); font-size: .85rem; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.case-grid article { min-height: 310px; padding: 1.5rem; display: flex; flex-direction: column; border-radius: 16px; color: white; background: linear-gradient(145deg, #202528, #7b8886); }.case-grid article:nth-child(2) { background: linear-gradient(145deg, #6ccabc, #132023); }.case-grid article:nth-child(3) { background: linear-gradient(145deg, #1c2023, #aaa99f); }.case-grid span { font-size: .75rem; font-weight: 800; }.case-grid strong { margin: auto 0 .4rem; font-size: 2rem; letter-spacing: -.06em; }.case-grid p { margin: 0; color: #e0e7e5; }
.case-explorer { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1rem; }
.case-explorer__choices { display: grid; gap: .65rem; align-content: start; }
.case-choice { display: grid; grid-template-columns: auto 1fr auto; align-items: center; column-gap: .8rem; padding: 1.3rem; text-align: left; border: 1px solid #d8d9d4; border-radius: 14px; background: transparent; color: var(--ink); cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s ease; }.case-choice:hover { transform: translateX(5px); }.case-choice.is-active { color: white; background: var(--ink); border-color: var(--ink); }.case-choice span { grid-row: span 2; color: #45baad; font-size: .75rem; font-weight: 800; }.case-choice strong { font-size: 1.2rem; letter-spacing: -.04em; }.case-choice small { color: var(--muted); }.case-choice.is-active small { color: #b4bdbd; }.case-choice i { grid-row: span 2; font-style: normal; color: var(--mint); font-size: 1.4rem; }
.case-detail { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 480px; overflow: hidden; border-radius: 18px; background: #e8e9e3; }.case-detail--restart { animation: detail-in .45s cubic-bezier(.2,.8,.2,1); }.case-detail__visual { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(140deg, #162426, #74cfc2); color: white; }.case-detail__visual--build { background: linear-gradient(140deg, #292147, #b5a5ff); }.case-detail__visual--recomp { background: linear-gradient(140deg, #543724, #eab177); }.case-detail__visual::after { content: ''; position: absolute; width: 150%; aspect-ratio: 1; border: 1px solid #ffffff55; border-radius: 50%; transform: translate(23%, -22%); }.case-detail__badge { position: absolute; z-index: 1; top: 1.25rem; left: 1.25rem; padding: .45rem .65rem; border-radius: 30px; background: #ffffff25; backdrop-filter: blur(6px); font-size: .65rem; font-weight: 800; letter-spacing: .08em; }.case-detail__silhouettes { display: flex; gap: 1.6rem; align-items: end; height: 62%; }.case-detail__silhouettes i { position: relative; display: block; width: 56px; height: 160px; border-radius: 55% 55% 20% 20%; background: #0a1011; box-shadow: 0 -48px 0 -17px #0a1011; }.case-detail__silhouettes i:first-child { opacity: .5; transform: scale(.92); }.case-detail__silhouettes i::after { content: ''; position: absolute; width: 100px; height: 1px; background: #ffffffaa; top: 20%; left: -22px; }.case-detail__visual p { position: absolute; z-index: 1; bottom: 1.2rem; max-width: 190px; margin: 0; text-align: center; font-size: .75rem; color: #e1fffa; }.case-detail__copy { padding: clamp(1.5rem, 4vw, 3rem); }.case-detail__copy h3 { margin: 1.3rem 0; font-size: clamp(1.9rem, 3vw, 3rem); line-height: .98; letter-spacing: -.07em; }.case-detail__description { color: var(--muted); line-height: 1.55; }.case-detail dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: 2rem 0; }.case-detail dl div { padding-top: .7rem; border-top: 1px solid #c7c9c4; }.case-detail dt { color: var(--muted); font-size: .7rem; }.case-detail dd { margin: .4rem 0 0; font-size: .82rem; font-weight: 700; line-height: 1.35; }
@keyframes detail-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.process { border-top: 1px solid #d8d9d4; }.process-list { display: grid; grid-template-columns: repeat(6, 1fr); padding: 0; margin: 2.5rem 0 0; list-style: none; }.process-list li { display: grid; gap: .8rem; padding: 1.1rem; border-left: 1px solid #d8d9d4; font-weight: 700; }.process-list strong { color: #2eaea2; font-size: .8rem; }
.pricing { background: #e8e9e3; max-width: none; padding-left: max(2rem, calc((100vw - 1180px) / 2)); padding-right: max(2rem, calc((100vw - 1180px) / 2)); }.pricing-grid { grid-template-columns: repeat(2, 1fr); max-width: 850px; }.price-card { padding: 2rem; border-radius: 20px; background: var(--paper); }.price-card--featured { background: var(--ink); color: white; }.price-card h3 { margin: 3.5rem 0 1.5rem; font-size: 3rem; line-height: .9; letter-spacing: -.07em; }.price { font-size: 2rem; font-weight: 800; }.price small { font-size: 1rem; font-weight: 500; }.price-card ul { min-height: 150px; padding: 0; list-style: none; line-height: 2; }.price-card li::before { content: '✓'; color: #2eaea2; margin-right: .6rem; }.button--light { background: white; color: var(--ink); }.price-card:not(.price-card--featured) .button { background: var(--ink); color: white; }
.faq-list { max-width: 850px; }.faq details { border-top: 1px solid #d8d9d4; padding: 1.2rem 0; }.faq details:last-child { border-bottom: 1px solid #d8d9d4; }.faq summary { cursor: pointer; font-size: 1.1rem; font-weight: 800; }.faq details p { max-width: 650px; color: var(--muted); line-height: 1.55; }
.fit__lists { display: grid; gap: 1rem; }.fit__lists div { padding: 1.3rem; border-radius: 14px; background: #e8e9e3; }.fit__lists div + div { background: #efdfd4; }.fit__lists h3 { margin: 0; }.fit__lists p { line-height: 1.55; margin-bottom: 0; }
.contact { padding: 7rem 2rem; text-align: center; background: var(--ink); color: white; }.contact h2 { margin: 0 auto 1.5rem; }.contact > p:not(.eyebrow) { color: #c4cbcd; }.contact__links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 3rem; }.contact__links a { color: #c4cbcd; font-size: .85rem; }

@media (max-width: 700px) {
  .site-nav { gap: .7rem; padding: .85rem 1.35rem; }.site-nav nav { gap: .85rem; overflow: auto; }.site-nav nav a { white-space: nowrap; font-size: .7rem; }.site-nav__cta { display: none; }
  .page-hero { padding: 4.5rem 1.35rem 3.5rem; }.page-hero--dark { padding-left: 1.35rem; padding-right: 1.35rem; }
  .hero { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 1.35rem 4rem; }
  .motion-lab { min-height: 680px; }.motion-lab__content { width: min(100% - 2.5rem, 900px); }.motion-lab__core { width: 185px; margin-top: 3.2rem; }
  .hero__mark { width: 145px; justify-self: start; border-width: 9px; border-radius: 18px; }
  .proof { grid-template-columns: 1fr; padding: 0 1.35rem; margin-bottom: 2rem; }
  .proof div { padding: 1.15rem 0; }
  .goals { padding: 4rem 1.35rem; }
  .goal-grid { grid-template-columns: 1fr; }
  .goal-card { min-height: 250px; }
  .split-section, .benefits, .reviews, .results, .process, .pricing, .faq, .fit { padding: 4rem 1.35rem; }
  .split-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .benefit-grid, .review-grid, .case-grid, .pricing-grid { grid-template-columns: 1fr; }
  .review-grid--page { grid-template-columns: 1fr; }
  .case-explorer { grid-template-columns: 1fr; }.case-explorer__choices { display: flex; overflow: auto; padding-bottom: .3rem; }.case-choice { min-width: 220px; }.case-detail { grid-template-columns: 1fr; }.case-detail__visual { min-height: 300px; }.case-detail__copy { padding: 1.5rem; }
  .process-list { grid-template-columns: repeat(2, 1fr); }.process-list li:nth-child(odd) { border-left: 0; }
  .contact { padding: 5rem 1.35rem; }.contact h2 br, h2 br { display: none; }
  .plans-comparison { padding: 0 1.35rem 5rem; }.plans-comparison__heads, .plan-row, .plans-comparison__actions { grid-template-columns: 1.35fr .8fr .8fr; }.plans-comparison__heads strong, .plan-row span, .plan-row b { padding: .85rem .65rem; }.plans-comparison__heads strong { font-size: 1rem; }.plan-row span { font-size: .8rem; }.plans-comparison__actions { gap: .35rem; }.plans-comparison__actions .button { padding: .8rem .35rem; font-size: .68rem; }
}
