.story-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 18%, rgba(39, 135, 255, 0.22), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(111, 85, 255, 0.34), transparent 30%),
    linear-gradient(145deg, #0d122b, #151943 62%, #10142f);
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255,255,255,0.45) 0.7px, transparent 0.7px);
  background-size: 19px 19px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.story-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 70px;
  min-height: 760px;
  padding-top: 70px;
  padding-bottom: 82px;
}

.story-hero .eyebrow {
  color: #b9b1ff;
}

.story-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.068em;
}

.hero-lead {
  max-width: 640px;
  margin: 27px 0 0;
  color: #bdc7df;
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.hero-plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.hero-plan-button:hover {
  border-color: rgba(255, 216, 61, 0.72);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.hero-price-strip {
  display: grid;
  grid-template-columns: minmax(110px, 0.82fr) auto minmax(170px, 1.12fr) auto;
  align-items: center;
  gap: 15px;
  max-width: 680px;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  color: #15203e;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.hero-price-option {
  display: grid;
  gap: 3px;
}

.hero-price-option small {
  color: #66738d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-price-option small b {
  display: inline-flex;
  margin-left: 5px;
  padding: 3px 6px;
  border-radius: 999px;
  color: #15203e;
  background: var(--yellow);
  font-size: 8px;
}

.hero-price-option strong {
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.hero-price-option strong i {
  color: #6c7890;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-price-option em {
  color: #15815f;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.hero-price-separator {
  color: #9ca6b8;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-price-strip > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  color: #fff;
  background: var(--violet);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.hero-link,
.dark-link {
  color: #d5dcf0;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.hero-disclaimer {
  max-width: 590px;
  margin: 21px 0 0;
  color: #7f8aa6;
  font-size: 11px;
  line-height: 1.55;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.story-meta span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #aeb9d4;
  background: rgba(255, 255, 255, 0.05);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pick-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transform: rotate(1.2deg);
}

.pick-card::before {
  position: absolute;
  top: -16px;
  right: 38px;
  width: 76px;
  height: 32px;
  border-radius: 4px;
  background: rgba(255, 216, 61, 0.88);
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  content: "";
  transform: rotate(4deg);
}

.pick-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #f0f2fb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pick-card-top b {
  padding: 6px 9px;
  border-radius: 999px;
  color: #b9c4df;
  background: rgba(255,255,255,0.08);
  font-size: 8px;
}

.pick-card-question {
  max-width: 340px;
  margin-top: 34px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero-balls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 27px 0;
}

.hero-balls span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(145deg, #fff, #e9edf7);
  box-shadow: inset -4px -6px 10px rgba(35, 46, 82, 0.1), 0 10px 20px rgba(0,0,0,0.2);
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 950;
}

.hero-balls span:nth-child(4),
.hero-balls span:nth-child(5),
.hero-balls span:nth-child(6) {
  color: #fff;
  background: linear-gradient(145deg, #8b72ff, #5037c6);
}

.pick-signals {
  display: grid;
  gap: 9px;
  padding: 17px;
  border-radius: 16px;
  color: #c0cae2;
  background: rgba(5, 8, 24, 0.38);
  font-size: 11px;
}

.pick-signals span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pick-signals i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
}

.pick-card-foot {
  margin-top: 18px;
  color: #e5e9f6;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
  text-align: center;
}

.arrival-routes {
  display: grid;
  gap: 10px;
  margin: 25px 0 8px;
}

.arrival-routes > span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 2px 11px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(5, 8, 24, 0.3);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.arrival-routes > span:hover {
  border-color: rgba(255, 216, 61, 0.46);
  background: rgba(255, 255, 255, 0.09);
  transform: translateX(4px);
}

.arrival-routes b {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #111632;
  background: var(--yellow);
  font-size: 9px;
}

.arrival-routes strong {
  color: #fff;
  font-size: 13px;
}

.arrival-routes small {
  color: #aeb9d4;
  font-size: 9px;
  line-height: 1.45;
}

.arrival-card {
  transform: rotate(0.5deg);
}

.hero-product-card {
  padding: 28px;
  transform: none;
}

.hero-product-card::before {
  display: none;
}

.hero-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-product-top > span {
  color: #dbe3f5;
  font-size: 12px;
  font-weight: 800;
}

.hero-product-top > span b {
  color: var(--yellow);
}

.hero-product-top > small {
  color: #aeb9d4;
  font-size: 9px;
  font-weight: 850;
  text-align: right;
  text-transform: uppercase;
}

.hero-product-question {
  max-width: 390px;
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.hero-product-flow {
  display: grid;
  gap: 10px;
  margin: 23px 0 18px;
}

.hero-product-flow > span {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 2px 11px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(5, 8, 24, 0.3);
}

.hero-product-flow b {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  color: #111632;
  background: var(--yellow);
  font-size: 9px;
}

.hero-product-flow strong {
  color: #fff;
  font-size: 13px;
}

.hero-product-flow small {
  color: #aeb9d4;
  font-size: 9px;
  line-height: 1.45;
}

.hero-member-stories {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(185, 177, 255, 0.3);
  border-radius: 15px;
  color: #fff;
  background: rgba(103, 87, 245, 0.13);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.hero-member-stories:hover {
  border-color: rgba(255, 216, 61, 0.55);
  background: rgba(103, 87, 245, 0.22);
}

.hero-plan-button:focus-visible,
.hero-price-strip > a:focus-visible,
.hero-member-stories:focus-visible,
.pricing-choice-cta:focus-visible {
  outline: 3px solid #2787ff;
  outline-offset: 3px;
}

.hero-member-count {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #151a3c;
  background: #fff;
  font-size: 21px;
  font-weight: 950;
}

.hero-member-stories strong,
.hero-member-stories small {
  display: block;
}

.hero-member-stories strong {
  font-size: 12px;
}

.hero-member-stories small {
  margin-top: 3px;
  color: #bfc9e1;
  font-size: 9px;
  line-height: 1.4;
}

.pattern-section {
  background: #fff;
}

.pattern-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pattern-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #f8faff;
}

.pattern-card:nth-child(2) { background: #fff9eb; }
.pattern-card:nth-child(3) { background: #edf9f5; }
.pattern-card:nth-child(4) { background: #f3efff; }

.pattern-number {
  color: #8b96aa;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.pattern-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin: 10px 0 18px;
}

.date-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding: 22px;
}

.date-visual b {
  display: grid;
  place-items: center;
  aspect-ratio: 1.35;
  border: 1px solid #cfd8e7;
  border-radius: 12px;
  color: var(--blue);
  background: #fff;
  font-size: 20px;
}

.line-visual {
  gap: 9px;
}

.line-visual i {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #e1b319;
  border-radius: 50%;
  background: #fff;
}

.line-visual i:nth-child(2) { transform: translateY(-20px); }
.line-visual i:nth-child(3) { transform: translateY(-40px); }
.line-visual i:nth-child(4) { transform: translateY(-20px); }

.scale-visual {
  gap: 14px;
  color: #13835f;
  font-size: 12px;
}

.scale-visual i {
  position: relative;
  display: block;
  width: 72px;
  height: 3px;
  background: #13835f;
}

.scale-visual i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #13835f;
  content: "";
  transform: translate(-50%, -50%);
}

.spark-visual {
  color: var(--violet);
  font-size: 92px;
  text-shadow: 0 18px 35px rgba(103, 87, 245, 0.24);
}

.pattern-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.pattern-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.truth-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  padding: 17px 22px;
  border: 1px solid #cfe2fa;
  border-radius: 16px;
  color: #52617c;
  background: #f0f7ff;
  font-size: 13px;
  line-height: 1.55;
}

.truth-strip strong {
  color: var(--blue);
}

.article-section {
  background: #f7f9fd;
}

.article-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 80px;
}

.article-pullquote {
  position: relative;
  padding: 38px;
  border: 1px solid #dce3f0;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(19, 31, 72, 0.08);
}

.article-pullquote > span {
  position: absolute;
  top: 8px;
  left: 25px;
  color: #e8e5ff;
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 1;
}

.article-pullquote p {
  position: relative;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.article-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.7vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.article-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.founder-story {
  color: #fff;
  background:
    radial-gradient(circle at 15% 15%, rgba(39, 135, 255, 0.17), transparent 27%),
    linear-gradient(145deg, #0c1129, #171c45);
}

.founder-story-wrap {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
}

.founder-story-label {
  position: sticky;
  top: 115px;
  align-self: start;
}

.founder-story-label span {
  display: block;
  margin-bottom: 14px;
  color: #aaa1ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.founder-story-label strong {
  display: block;
  max-width: 340px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.founder-story-copy {
  max-width: 720px;
}

.founder-story-copy > p {
  margin: 0 0 24px;
  color: #c2cce3;
  font-size: 19px;
  line-height: 1.78;
}

.founder-story-copy > p strong {
  color: #fff;
}

.founder-story-copy blockquote {
  margin: 38px 0 0;
  padding: 26px 0 26px 28px;
  border-left: 4px solid var(--yellow);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.38;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.two-pass-inline {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.two-pass-title {
  margin-bottom: 2px;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.two-pass-inline > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 10px;
}

.two-pass-inline b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  color: #111632;
  background: var(--yellow);
  font-size: 10px;
}

.two-pass-inline p {
  margin: 1px 0 0;
  color: #bdc8e0;
  font-size: 12px;
  line-height: 1.55;
}

.two-pass-inline p strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
}

.two-pass-inline small {
  margin-top: 4px;
  color: #8996b3;
  font-size: 9px;
  line-height: 1.5;
}

.story-page .mock-nav span {
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 8px;
  color: #aeb8d5;
  font-size: 7px;
  font-weight: 750;
}

.story-page .mock-nav span:nth-child(2) {
  color: #fff;
}

.mock-game,
.mock-pro {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 10px;
  color: #52607a;
  background: #e8edf7;
  font-size: 8px;
  font-weight: 850;
}

.mock-pro {
  color: #fff;
  background: var(--violet);
}

.mock-heading {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.mock-description {
  margin: 0 0 21px;
  color: #7c89a2;
  font-size: 8px;
  line-height: 1.5;
}

.story-page .mock-score span {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.story-page .mock-score small,
.story-page .mock-score b {
  display: block;
}

.story-page .mock-score small {
  color: #8a96ad;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.story-page .mock-score b {
  margin-top: 3px;
  color: var(--ink);
  font-size: 10px;
}

.story-page .mock-grid span {
  display: grid;
  place-items: center;
  color: #32405e;
  font-size: 7px;
  font-weight: 850;
}

.story-page .mock-grid span:nth-child(4),
.story-page .mock-grid span:nth-child(13),
.story-page .mock-grid span:nth-child(21),
.story-page .mock-grid span:nth-child(27),
.story-page .mock-grid span:nth-child(33),
.story-page .mock-grid span:nth-child(38) {
  color: #fff;
}

.comparison-section {
  background: #fff;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(19, 31, 72, 0.07);
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr;
}

.comparison-row + .comparison-row {
  border-top: 1px solid var(--line);
}

.comparison-row > * {
  min-width: 0;
  padding: 19px 22px;
  font-size: 13px;
  line-height: 1.5;
}

.comparison-row > * + * {
  border-left: 1px solid var(--line);
}

.comparison-row > :nth-child(2) {
  color: #7e8aa1;
  background: #fafbfe;
}

.comparison-row > :nth-child(3) {
  color: #283651;
  background: #f5f2ff;
}

.comparison-row > :nth-child(3)::before {
  margin-right: 8px;
  color: var(--violet);
  content: "✓";
  font-weight: 900;
}

.comparison-head {
  color: #fff;
  background: var(--navy);
}

.comparison-head > * {
  color: #fff !important;
  background: transparent !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.comparison-head > :nth-child(3)::before {
  content: "";
}

.feature-section {
  background: #f8faff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.feature-wide {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 28px;
  color: #fff;
  background: linear-gradient(145deg, #171b42, #272164);
}

.feature-community {
  border-color: #e1dbff;
  background: #f5f2ff;
}

.feature-label {
  color: var(--violet);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-wide .feature-label {
  color: #b9b1ff;
}

.feature-card h3 {
  margin: 13px 0 10px;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.feature-wide h3 {
  font-size: 31px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.feature-wide p {
  color: #bfc9e1;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border-radius: 14px;
  color: var(--violet);
  background: #efedff;
  font-size: 21px;
}

.mini-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mini-numbers span,
.mini-numbers b {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,0.08);
  font-size: 13px;
}

.mini-numbers b {
  color: #171b42;
  background: var(--yellow);
}

.community-section {
  overflow: hidden;
  background: #fff;
}

.community-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.community-visual {
  position: relative;
  aspect-ratio: 1;
  max-width: 480px;
  border: 1px solid #dfe5f0;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 24%, #f2f0ff 25% 26%, #fafbff 27% 49%, #e9edf6 50% 50.5%, #fff 51%);
  box-shadow: inset 0 0 70px rgba(103, 87, 245, 0.05);
}

.community-core,
.community-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}

.community-core {
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  color: #fff;
  background: linear-gradient(145deg, var(--violet), #3f31b4);
  box-shadow: 0 16px 35px rgba(103, 87, 245, 0.28);
  transform: translate(-50%, -50%);
}

.community-node {
  width: 55px;
  height: 55px;
  border: 1px solid #d7dfed;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 25px rgba(20, 34, 77, 0.1);
}

.node-a { top: 11%; left: 45%; }
.node-b { top: 43%; right: 6%; }
.node-c { right: 24%; bottom: 10%; }
.node-d { bottom: 17%; left: 12%; }

.community-line {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 2px;
  height: 35%;
  background: linear-gradient(var(--violet), transparent);
  transform-origin: top;
}

.line-a { transform: rotate(5deg); }
.line-b { transform: rotate(82deg); }
.line-c { transform: rotate(142deg); }
.line-d { transform: rotate(220deg); }

.community-copy h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.community-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.community-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.community-pill-row span {
  padding: 9px 12px;
  border: 1px solid #dfe5f0;
  border-radius: 999px;
  color: #4d5b76;
  background: #f8faff;
  font-size: 11px;
  font-weight: 800;
}

.offer-section {
  background:
    radial-gradient(circle at 5% 100%, rgba(103, 87, 245, 0.16), transparent 30%),
    radial-gradient(circle at 95% 0, rgba(39, 135, 255, 0.1), transparent 28%),
    #f2f4fb;
}

.offer-redesign {
  display: grid;
  gap: 28px;
}

.offer-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 58px;
}

.offer-intro h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(43px, 5.2vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.offer-intro > div > p:not(.eyebrow) {
  max-width: 680px;
  margin: 21px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.offer-intro .offer-list {
  margin: 0;
  padding: 24px;
  border: 1px solid #d9dfed;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(19, 31, 72, 0.06);
}

.pricing-choice-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: stretch;
  gap: 18px;
}

.pricing-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px;
  border: 1px solid #d8deeb;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(19, 31, 72, 0.1);
}

.pricing-choice--annual {
  overflow: hidden;
  border: 2px solid #7567ff;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(117, 103, 255, 0.72), transparent 38%),
    linear-gradient(145deg, #121735, #211a59);
  box-shadow: 0 28px 68px rgba(41, 31, 122, 0.25);
}

.pricing-choice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pricing-choice-head > h3 {
  margin: 0;
  color: #5b6681;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-choice--annual .pricing-choice-head > h3 {
  color: #d8d2ff;
}

.pricing-choice-head > strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #5548d9;
  background: #efedff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.07em;
}

.pricing-choice--annual .pricing-choice-head > strong {
  color: #171a3a;
  background: var(--yellow);
}

.pricing-choice-price {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  margin-top: 31px;
}

.pricing-choice-price strong {
  font-size: clamp(58px, 7vw, 84px);
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.pricing-choice-price span {
  padding-bottom: 7px;
  color: #69758e;
  font-size: 14px;
  font-weight: 850;
}

.pricing-choice--annual .pricing-choice-price span {
  color: #c2cbe0;
}

.pricing-choice-equivalent {
  min-height: 46px;
  margin: 13px 0 0;
  color: #5c6a85;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.pricing-choice--annual .pricing-choice-equivalent {
  color: #cfd7eb;
}

.pricing-comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  margin: 22px 0 25px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.08);
}

.pricing-comparison span {
  display: grid;
  gap: 4px;
}

.pricing-comparison small {
  color: #aeb9d4;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-comparison span strong {
  color: #fff;
  font-size: 25px;
}

.pricing-comparison b {
  color: var(--yellow);
  font-size: 20px;
}

.pricing-comparison em {
  grid-column: 1 / -1;
  color: var(--yellow);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.pricing-choice-summary {
  display: grid;
  gap: 10px;
  margin: 22px 0 25px;
  padding: 17px;
  border: 1px solid #e0e5ef;
  border-radius: 17px;
  color: #53617c;
  background: #f7f9fd;
  font-size: 12px;
  font-weight: 750;
  list-style: none;
}

.pricing-choice-summary li::before {
  margin-right: 8px;
  color: var(--violet);
  content: "✓";
  font-weight: 950;
}

.pricing-choice-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  padding: 0 18px;
  border: 2px solid transparent;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pricing-choice-cta:hover {
  transform: translateY(-2px);
}

.pricing-choice-cta--primary {
  color: #151936;
  background: var(--yellow);
  box-shadow: 0 13px 30px rgba(255, 216, 61, 0.2);
}

.pricing-choice-cta--secondary {
  border-color: var(--violet);
  color: #fff;
  background: var(--violet);
  box-shadow: 0 13px 30px rgba(103, 87, 245, 0.18);
}

.pricing-choice-note {
  display: block;
  margin-top: 11px;
  color: #7c88a1;
  font-size: 9px;
  line-height: 1.45;
  text-align: center;
}

.pricing-choice--annual .pricing-choice-note {
  color: #aeb9d4;
}

.offer-terms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid #d8deeb;
  border-radius: 18px;
  background: #fff;
}

.offer-terms span {
  padding: 17px 19px;
  color: #66738d;
  font-size: 10px;
  line-height: 1.55;
}

.offer-terms span + span {
  border-left: 1px solid #e1e6f0;
}

.offer-terms strong {
  display: block;
  margin-bottom: 4px;
  color: #17213e;
  font-size: 11px;
}

.offer-context {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.offer-context .offer-assurance {
  margin: 0;
}

.access-journey {
  background: #fff;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-grid li {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f9fbfe;
}

.journey-grid span {
  color: var(--violet);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.journey-grid strong {
  display: block;
  margin: 42px 0 10px;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.journey-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.offer-assurance {
  margin-top: 24px;
  padding: 17px 18px;
  border: 1px solid #dbe3f0;
  border-radius: 15px;
  background: #fff;
}

.offer-assurance strong,
.offer-assurance span {
  display: block;
}

.offer-assurance strong {
  margin-bottom: 5px;
  color: var(--green);
  font-size: 13px;
}

.offer-assurance span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.offer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.offer-list li {
  display: flex;
  gap: 9px;
  color: #43516d;
  font-size: 13px;
  font-weight: 700;
}

.offer-list li::before {
  color: var(--green);
  content: "✓";
  font-weight: 950;
}

.faq-section {
  background: #fff;
}

.faq-heading {
  margin-bottom: 38px;
}

.visible-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.visible-faq-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfcff;
}

.visible-faq-grid h3 {
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.visible-faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.final-cta {
  padding: 72px 0;
  color: #fff;
  background:
    radial-gradient(circle at 75% 30%, rgba(103, 87, 245, 0.5), transparent 34%),
    var(--navy);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.final-cta .eyebrow {
  color: #b9b1ff;
}

.final-cta h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.final-cta-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.final-cta-actions > a:not(.button) {
  color: #c8d1e6;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.final-cta-actions > a:not(.button):hover {
  color: #ffffff;
}

@media (max-width: 940px) {
  .story-hero-inner,
  .article-layout,
  .community-wrap,
  .founder-story-wrap,
  .offer-intro,
  .pricing-choice-grid {
    grid-template-columns: 1fr;
  }

  .founder-story-wrap {
    gap: 45px;
  }

  .founder-story-label {
    position: static;
  }

  .story-hero-inner {
    min-height: auto;
  }

  .pick-card {
    max-width: 540px;
    margin: 0 auto;
  }

  .hero-product-card {
    width: 100%;
  }

  .offer-intro {
    align-items: start;
    gap: 28px;
  }

  .offer-intro .offer-list {
    width: 100%;
  }

  .pricing-choice--annual {
    order: -1;
  }

  .pattern-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-wide {
    grid-column: span 2;
  }

  .journey-grid {
    grid-template-columns: 1fr 1fr;
  }

  .community-visual {
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .story-hero-inner {
    gap: 45px;
    padding-top: 60px;
    padding-bottom: 62px;
  }

  .story-hero-copy h1 {
    font-size: 45px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions,
  .product-actions,
  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .button,
  .product-actions .button,
  .hero-plan-button {
    width: 100%;
  }

  .hero-price-strip {
    grid-template-columns: 1fr 1fr;
    gap: 13px 10px;
    padding: 15px;
  }

  .hero-price-separator {
    display: none;
  }

  .hero-price-strip > a {
    grid-column: 1 / -1;
    min-height: 44px;
  }

  .hero-price-option strong {
    font-size: 23px;
  }

  .hero-product-card {
    padding: 20px;
  }

  .hero-product-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .hero-product-top > small {
    text-align: left;
  }

  .hero-product-question {
    font-size: 30px;
  }

  .hero-member-stories {
    grid-template-columns: auto 1fr;
  }

  .hero-member-stories > span:last-child {
    display: none;
  }

  .pick-card {
    padding: 22px;
  }

  .pattern-grid,
  .feature-grid,
  .visible-faq-grid,
  .offer-list,
  .journey-grid,
  .offer-context,
  .offer-terms {
    grid-template-columns: 1fr;
  }

  .offer-intro h2 {
    font-size: 41px;
  }

  .offer-intro .offer-list {
    padding: 20px;
  }

  .pricing-choice {
    padding: 23px;
    border-radius: 22px;
  }

  .pricing-choice-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .pricing-choice-price strong {
    font-size: 64px;
  }

  .pricing-comparison {
    gap: 9px;
    padding: 14px;
  }

  .pricing-comparison small {
    font-size: 7px;
  }

  .pricing-comparison span strong {
    font-size: 22px;
  }

  .offer-terms span + span {
    border-top: 1px solid #e1e6f0;
    border-left: 0;
  }

  .pattern-card {
    min-height: auto;
    padding: 22px;
  }

  .pattern-visual {
    height: 112px;
    margin: 8px 0 16px;
  }

  .date-visual {
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    height: 96px;
    padding: 12px 0 4px;
  }

  .date-visual b {
    aspect-ratio: 1;
    min-width: 0;
    border-radius: 50%;
    font-size: 15px;
  }

  .line-visual {
    height: 105px;
  }

  .line-visual i {
    width: 24px;
    height: 24px;
  }

  .comparison-table {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-row {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
  }

  .comparison-row + .comparison-row {
    border-top: 1px solid var(--line);
  }

  .comparison-row > * + * {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row > :nth-child(2)::before {
    display: block;
    margin-bottom: 5px;
    color: #8d98ac;
    content: "Typical number tool";
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .comparison-row > :nth-child(3)::before {
    display: block;
    margin: 0 0 5px;
    content: "TrendPick PRO";
    font-size: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .feature-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .truth-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-layout {
    gap: 42px;
  }

  .community-wrap {
    gap: 34px;
  }

  .community-visual {
    width: min(280px, 82vw);
  }

  .community-core {
    width: 72px;
    height: 72px;
    font-size: 12px;
  }

  .community-node {
    width: 44px;
    height: 44px;
    font-size: 11px;
  }

  .final-cta-actions {
    width: 100%;
    text-align: center;
  }
}
