/* =========================================================
   Welltory Energy Lab — landing
   Rebuilt to follow Figma (desktop 1920, mobile 393).
   Typography: Figma uses "November LC" (proprietary).
   Runtime font stack uses system fonts for offline-safe builds.
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

:root {
  --blue-1: #0a1fff;
  --blue-2: #1f3bff;
  --blue-3: #5a7cff;
  --blue-deep: #0b1a8a;
  --ink: #0b0d12;
  --ink-2: #11141c;
  --panel: #13161f;
  --panel-2: #1b1f2b;
  --muted: #9096a4;
  --warm-1: #ff5a3c;
  --warm-2: #ff3364;
  --container: 1360px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

.page {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

/* ===== TOPBAR ===== */
.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 60px;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar__brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.topbar__logo {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: #fff;
}

.topbar__sub {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  opacity: 0.9;
}

.topbar__pill {
  padding: 10px 20px;
  border-radius: 999px;
  background: #fff;
  color: #0c0e10;
  font-weight: 550;
  font-size: 14px;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: 180px 20px 140px;
  text-align: center;
  background: #000;
}

.hero__bg,
.hero__stars {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg img {
  object-fit: cover;
  object-position: center;
}

.hero__stars {
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 720px;
  height: 720px;
  opacity: 0.8;
  pointer-events: none;
  inset: auto;
}

.hero__stars img {
  object-fit: contain;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(26, 44, 255, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  backdrop-filter: blur(4px);
}

.badge--blue {
  background: #1f3bff;
}

.badge--dark {
  background: #0E1220;
  color: #fff;
}

.hero__badges {
  display: inline-flex;
  gap: 8px;
}

.hero h1 {
  margin: 0;
  font-weight: 800;
  font-size: 70px;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.hero__line {
  display: block;
}

.hero__line--grad {
  background: linear-gradient(90deg, #7ea0ff 0%, #3a5bff 50%, #1f3bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__line--white {
  color: #fff;
}

/* Desktop: combine lines 1 + 2 into one gradient line */
@media (min-width: 1121px) {
  .hero__line--white,
  .hero__line--grad {
    display: inline;
    background: linear-gradient(90deg, #7ea0ff 0%, #3a5bff 50%, #1f3bff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .hero__line--white::after {
    content: " ";
    white-space: pre;
  }
}

.hero__mobile-art {
  display: none;
}

.hero p {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  color: #dfe3ea;
  max-width: 640px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  transition: transform 0.2s;
  border: 0;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--white {
  background: #fff;
  color: #151a22;
}

.btn--wide {
  width: 100%;
}

.btn.link-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/* ===== SECTION ===== */
.section {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 60px 40px;
}

.section--join {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sh {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 780px;
}

.sh h2 {
  margin: 0;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sh p {
  margin: 18px auto 0;
  font-size: 22px;
  line-height: 1.4;
  color: #d6d9e0;
  white-space: pre-line;
}

.fineprint {
  margin: 36px auto 0;
  text-align: center;
  color: #8b90a0;
  font-size: 16px;
  max-width: 640px;
}

.cross {
  object-fit: contain;
  flex: 0 0 auto;
}

.stats-img,
.foryou-img,
.whyus-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.stats-img img,
.foryou-img img,
.whyus-img img {
  width: 100%;
  height: auto;
  display: block;
}

.foryou-img {
  max-width: 900px;
}

/* ===== WHAT IT IS ===== */
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.card-what {
  background: #0f1220;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 280px;
}

.card-what h3 {
  margin: 24px 0 0;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.15;
}

.card-what p {
  margin: 0;
  color: #c5c9d3;
  font-size: 18px;
  line-height: 1.5;
}

/* ===== STATS ===== */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: start;
  max-width: 1206px;
  margin: 0 auto;
}

.stat {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
}

/* Desktop bento stagger: cards 1 & 3 shifted down */
.stat:nth-child(1),
.stat:nth-child(3) {
  margin-top: 70px;
}

.stat__dome {
  position: relative;
  z-index: 2;
  background: #001acf;
  border-radius: 80px;
  aspect-ratio: 1 / 1;
  padding: 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.stat__big {
  font-weight: 800;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 50px;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #ffff 0%, #d1d5dc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat__big--sm {
  font-size: 32px;
}

.stat__big--md {
  font-size: 50px;
}

.stat__big--lg {
  font-size: 50px;
}

.stat__big em {
  font-style: normal;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  -webkit-text-fill-color: #fff;
  background: none;
}

.stat__cap {
  font-size: 26px;
  line-height: 1.38;
  color: #fff;
  white-space: pre-line;
  font-weight: 400;
}

.stat__body {
  position: relative;
  margin: -80px 0 0;
  padding: 110px 24px 160px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, rgba(25, 84, 255, 0.95) 0%, rgba(25, 84, 255, 0.55) 28%, rgba(25, 84, 255, 0.2) 60%, rgba(25, 84, 255, 0) 100%);
  border-radius: 0;
  z-index: 1;
}

/* ===== THIS IS FOR YOU IF ===== */
.foryou {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  position: relative;
}

.foryou__cell {
  position: relative;
  aspect-ratio: 298 / 236;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 22px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.foryou__cell--1 { background-image: url("/pagesImages/community-static/images/fy-d-1.webp"); }
.foryou__cell--2 { background-image: url("/pagesImages/community-static/images/fy-d-2.webp"); }
.foryou__cell--3 { background-image: url("/pagesImages/community-static/images/fy-d-3.webp"); }
.foryou__cell--4 { background-image: url("/pagesImages/community-static/images/fy-d-4.webp"); }
.foryou__cell--5 { background-image: url("/pagesImages/community-static/images/fy-d-5.webp"); }
.foryou__cell--6 { background-image: url("/pagesImages/community-static/images/fy-d-6.webp"); }

.foryou__cell span {
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 4px rgba(8, 12, 40, 0.45);
}

.foryou__stones {
  display: none;
}

/* ===== WHY US ===== */
.whyus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
}

.whyus__card {
  border-radius: 22px;
  padding: 28px 22px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.whyus__card--cool {
  background:
    radial-gradient(120% 80% at 50% 110%, #2e4bff 0%, transparent 60%),
    linear-gradient(180deg, #14171f 0%, #1a1e2a 100%);
}

.whyus__card--warm {
  background:
    radial-gradient(120% 80% at 50% 110%, #e53f55 0%, transparent 60%),
    linear-gradient(180deg, #14171f 0%, #1a1e2a 100%);
}

.whyus__card p {
  margin: 0;
  position: relative;
  z-index: 1;
}

/* ===== WHY NOW ===== */
.whynow {
  display: grid;
  grid-template-columns: minmax(0, 992fr) minmax(0, 527fr);
  gap: 1px;
  align-items: start;
}

.whynow__quote {
  background: linear-gradient(135deg, #1f3bff 0%, #0b1a8a 100%);
  border-radius: 40px;
  padding: 72px 72px 64px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  aspect-ratio: 992 / 575;
}

.whynow__quote h3 {
  display: none;
}

.whynow__quote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #f0f2ff;
}

.whynow__author {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.whynow__author strong {
  font-weight: 800;
  font-size: 28px;
}

.whynow__author span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.whynow__video {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #000;
}

.whynow__video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

/* ===== WHAT'S INSIDE ===== */
.inside {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 0;
}

.inside__bar {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7ea0ff 0%, #3a5bff 60%, #1f3bff 100%);
}

.inside__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 58px;
  position: relative;
}

.inside__dot {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: none;
  z-index: 2;
}

.inside__item h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 800;
  white-space: pre-line;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.inside__item p {
  margin: 0;
  color: #c5c9d3;
  font-size: 16px;
  line-height: 1.45;
  max-width: 280px;
}

/* ===== WEEK ===== */
.week-wrap {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0;
}

.week-wrap::before {
  content: "";
  position: absolute;
  inset: -120px -180px;
  background:
    radial-gradient(50% 45% at 50% 50%, rgba(60, 100, 255, 0.55) 0%, rgba(60, 90, 255, 0.22) 38%, transparent 72%),
    radial-gradient(35% 30% at 50% 50%, rgba(140, 170, 255, 0.32) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  filter: blur(20px);
}

.week {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 120px;
  gap: 12px;
}

.week__cell {
  background:
    linear-gradient(180deg, rgba(90, 120, 240, 0.18) 0%, rgba(35, 55, 140, 0.35) 100%);
  border: 1px solid rgba(140, 160, 255, 0.15);
  border-radius: 18px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  min-height: 120px;
  position: relative;
  backdrop-filter: blur(4px);
}

/* Row 1: Mon col 1, Tue col 2 */
.week__cell:nth-child(1) { grid-column: 1; }
.week__cell:nth-child(2) { grid-column: 2; }
/* Row 2: Wed, Thu, Fri — 3 equal */
.week__cell:nth-child(3) { grid-column: 1; }
.week__cell:nth-child(4) { grid-column: 2; }
.week__cell:nth-child(5) { grid-column: 3; }
/* Row 3: empty col 1, Sat col 2, Sun col 3 */
.week__cell:nth-child(6) { grid-column: 2; }
.week__cell:nth-child(7) { grid-column: 3; }

/* Today highlight (set by Week.tsx after mount) */
.week__cell--today {
  background: linear-gradient(180deg, #5c7aff 0%, #2f4aff 100%);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 12px 40px rgba(47, 74, 255, 0.55),
    0 0 80px rgba(80, 110, 255, 0.45);
  transition: background 320ms ease, box-shadow 320ms ease;
}

.week__cell--today .week__day {
  color: rgba(255, 255, 255, 0.85);
}

.week__day {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.week__cell h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  white-space: pre-line;
}

/* ===== JOIN (Pricing) ===== */
.join {
  position: relative;
  padding: 88px 88px 96px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, #020205 0%, #04060e 28%, rgba(5, 8, 20, 0.95) 48%, rgba(8, 18, 52, 0.9) 70%, rgba(9, 25, 74, 0.88) 100%);
  overflow: hidden;
}

.join::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 24%, rgba(3, 7, 24, 0.36) 50%, rgba(9, 25, 74, 0.1) 74%, rgba(9, 25, 74, 0) 100%);
  z-index: 0;
}

.join::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  background:
    linear-gradient(180deg, rgba(8, 12, 30, 0) 0%, rgba(11, 26, 86, 0.14) 22%, rgba(18, 54, 172, 0.38) 68%, rgba(20, 60, 188, 0.52) 100%),
    url("/pagesImages/community-static/images/inside-bg.webp");
  background-size: cover;
  background-position: center bottom;
  opacity: 0.95;
  z-index: 0;
}

.join__row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(360px, 420px);
  gap: 72px;
  justify-content: center;
  align-items: center;
}

.join__left,
.pricing {
  position: relative;
  z-index: 2;
}

.join__howto {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  text-align: center;
}

.join__howto-title {
  margin: 0 0 36px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.join__left h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.join__left p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  max-width: 360px;
  position: relative;
  z-index: 1;
}

.pricing {
  background: #13161f;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing--compact {
  max-width: 440px;
  padding: 24px 24px 22px;
  background: #171a24;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.pricing--join {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  background: linear-gradient(180deg, rgba(26, 29, 38, 0.96) 0%, rgba(28, 34, 50, 0.92) 100%);
  border-radius: 28px;
  box-shadow:
    0 18px 48px rgba(8, 22, 76, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pricing--join .pricing__head h3 {
  font-size: 32px;
}

.pricing--join .pricing__list li {
  font-size: 14px;
}

.pricing--join .pricing__tiers {
  margin-top: 2px;
}

.pricing--join .btn {
  min-height: 44px;
  font-size: 15px;
}

.pricing--compact .pricing__head {
  gap: 14px;
}

.pricing__badgewrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing__badgepill {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 10px;
  background: #2f38d8;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.pricing__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing__head h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
}

.pricing__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #dfe3ea;
}

.pricing__list .cross {
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 6px rgba(120, 150, 255, 0.85))
    drop-shadow(0 0 14px rgba(120, 150, 255, 0.55));
  flex-shrink: 0;
}

.pricing__spark {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  position: relative;
  background: #fff;
  clip-path: polygon(50% 0%, 68% 32%, 100% 50%, 68% 68%, 50% 100%, 32% 68%, 0% 50%, 32% 32%);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.75);
}

.pricing__tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tier {
  background: #1b1f2b;
  border-radius: 14px;
  padding: 14px;
  position: relative;
}

.pricing--compact .pricing__list {
  gap: 14px;
}

.pricing--compact .pricing__list li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  gap: 14px;
}

.pricing--compact .pricing__tiers {
  gap: 12px;
  margin-top: 4px;
}

.pricing--compact .tier {
  min-height: 116px;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.pricing--compact .tier {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.pricing--compact .tier--selected,
.pricing--compact .tier:hover {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.tier__badge {
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 550;
}

.pricing--compact .tier__badge {
  top: -13px;
  right: 16px;
  padding: 2px 9px;
  border-radius: 10px;
  background: #fffaf5;
  color: #171717;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
}

.tier__dur {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.tier__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
}

.tier__price s {
  color: #737373;
  font-size: 22px;
  font-weight: 700;
}

.tier__price strong {
  font-size: 30px;
  font-weight: 700;
}

.tier__sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.pricing--compact .tier__dur {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.pricing--compact .tier__price {
  margin-top: 8px;
  gap: 6px;
}

.pricing--compact .tier__price s {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.34);
}

.pricing--compact .tier__price strong {
  font-size: 28px;
  letter-spacing: -0.02em;
}

.pricing--compact .tier--popular .tier__dur,
.pricing--compact .tier--popular .tier__sub {
  color: rgba(255, 255, 255, 0.85);
}

.pricing--compact .tier--popular .tier__price s {
  color: rgba(255, 255, 255, 0.34);
}

.pricing--compact .pricing__note {
  margin-top: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.5;
}

.pricing--compact .btn {
  margin-top: 4px;
  min-height: 50px;
  font-size: 16px;
}

.pricing__note {
  margin: 0;
  font-size: 13px;
  color: #aeb4c1;
  text-align: center;
  line-height: 1.4;
}

/* ===== HOW TO JOIN ===== */
.howto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.howto__step {
  text-align: center;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.howto__n {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.howto__step h3,
.howto__step h4 {
  margin: 6px 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.howto__step p {
  margin: 0;
  font-size: 15px;
  color: #c5c9d3;
  line-height: 1.45;
  max-width: 240px;
}

/* ===== DOCTOR CAROUSEL ===== */
.dc {
  position: relative;
  padding: 20px 0;
}

.dc__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 20px 8px 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  justify-content: safe center;
}

.dc__track::-webkit-scrollbar {
  display: none;
}

.dc__card {
  flex: 0 0 220px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dc__card:hover {
  transform: translateY(-10px);
}

.dc__card--big {
  flex-basis: 300px;
}

.dc__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  background: #1b1f2b;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.dc__card--big .dc__photo {
  aspect-ratio: 3 / 4;
}

.dc__photo img {
  object-fit: cover;
}

.dc__card:hover .dc__photo {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

.dc__in {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #0a66c2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  z-index: 2;
}

.dc__in:hover {
  transform: scale(1.1);
}

.dc__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 4px;
}

.dc__name {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #fff;
  text-transform: none;
}

.dc__role {
  font-size: 13px;
  color: #9096a4;
}

.dc__btn {
  position: absolute;
  top: 45%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}

.dc__btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.16);
}

.dc__btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.dc__btn--left {
  left: -8px;
}

.dc__btn--right {
  right: -8px;
}

/* ===== WHO'S THERE ===== */
.whos {
  position: relative;
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  column-gap: 40px;
  align-items: start;
}

.whos__media {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  border-radius: 28px;
  overflow: hidden;
  min-height: 440px;
  background: #070914;
}

.whos__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.whos__bg img {
  object-fit: cover;
  object-position: center 70%;
}

.whos__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 20, 0.4) 0%, rgba(5, 8, 20, 0.05) 50%, rgba(5, 8, 20, 0.2) 100%);
}

.whos__left {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  padding: 0;
}

.whos__left h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.05;
  max-width: 360px;
}

.whos__left p {
  margin: 16px 0 0;
  font-size: 16px;
  color: #c9ccd5;
  line-height: 1.5;
  max-width: 300px;
}

.whos__cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 32px 28px;
  height: 100%;
  align-content: center;
  justify-content: end;
}

/* Desktop visual order: medical, data sci, community, founder
   DOM order:           community, medical, data sci, founder */
.whos__card:nth-child(1) { order: 3; } /* community */
.whos__card:nth-child(2) { order: 1; } /* medical */
.whos__card:nth-child(3) { order: 2; } /* data sci */
.whos__card:nth-child(4) { order: 4; } /* founder */

.whos__card {
  background: rgba(10, 16, 28, 0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 18px 20px 20px;
  position: relative;
}


.whos__card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  white-space: pre-line;
}

.whos__card p {
  margin: 0;
  font-size: 13px;
  color: #c9ccd5;
  line-height: 1.5;
}

.fda {
  margin: 100px auto 40px;
  text-align: center;
}

.fda img {
  margin: 0 auto;
  filter: drop-shadow(0 0 30px rgba(60, 90, 255, 0.35));
}

/* ===== FAQ ===== */
.faq {
  display: flex;
  flex-direction: column;
  max-width: 808px;
  margin: 0 auto;
  gap: 8px;
}

.faq__item {
  display: block;
  border-radius: 22px;
  background: #1b1f2b;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  font-family: inherit;
  overflow: hidden;
}

.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__chev {
  flex-shrink: 0;
  transition: transform 240ms ease;
}

.faq__item[open] .faq__chev {
  transform: rotate(180deg);
}

.faq__answer {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.guide {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  align-items: flex-start;
  padding: 28px;
  background: #0a1560;
}

.guide__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.guide__bg img {
  object-fit: cover;
  object-position: bottom;
}

.guide__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 26, 138, 0.7) 0%, rgba(11, 26, 138, 0.2) 50%);
}

.guide__content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.guide__content h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.guide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===== READY + NOT READY ===== */
.ready {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  align-items: start;
  max-width: 1151px;
  margin: 0 auto;
}

.ready .pricing,
.ready .pricing--compact {
  max-width: none;
  width: 100%;
  padding: 40px 60px 60px;
  background: rgba(150, 173, 197, 0.12);
  border: none;
  border-radius: 40px;
  box-shadow: none;
}

.notready {
  background: rgba(150, 173, 197, 0.12);
  border: none;
  border-radius: 40px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: start;
}

.notready h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
}

.notready ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notready li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #dfe3ea;
}

.notready li a {
  text-decoration: underline;
  color: inherit;
}

.notready__mark {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  vertical-align: middle;
}

.notready__ask {
  text-align: center;
  color: #c5c9d3;
  text-decoration: underline;
  font-size: 14px;
}

/* ===== REVIEWS ===== */
.reviews {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 4px 0 24px;
  scrollbar-width: none;
}

.reviews::-webkit-scrollbar { display: none; }

.review {
  flex: 0 0 340px;
  max-width: 340px;
  scroll-snap-align: start;
  background: #13161f;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #c5c9d3;
  min-height: 540px;
}

.review__title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.review--video {
  position: relative;
  padding: 0;
  background: #0a0d14;
  overflow: hidden;
}

.review--video img {
  object-fit: cover;
  object-position: top;
}

.review__video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  display: block;
}

.review--video img {
  object-fit: cover;
  object-position: top;
  border-radius: 14px;
}

.review__name {
  color: #fff;
  font-weight: 550;
  font-size: 16px;
}

.review__source {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-top: auto;
}

.review__cap {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 3;
}

.review__cap strong {
  font-size: 14px;
  font-weight: 550;
}

.review__cap p {
  margin: 0;
  font-size: 13px;
  color: #dfe3ea;
  line-height: 1.4;
}

.stars {
  display: inline-flex;
  gap: 2px;
}

/* ===== FOOTER ===== */
.footer {
  margin-top: 60px;
  padding: 40px;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.footer__hero {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 1440 / 454;
  background: linear-gradient(180deg, #1f3bff 0%, #0b1a8a 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 40px 24px;
}

.footer__hero img {
  object-fit: cover;
  object-position: center 70%;
}

.footer__wordmark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  z-index: 2;
  color: #fff;
  font-weight: 800;
  font-size: clamp(120px, 22vw, 340px);
  letter-spacing: -0.04em;
  line-height: 0.8;
  user-select: none;
  white-space: nowrap;
}

.footer__socials {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 24px;
  z-index: 2;
  font-size: 16px;
  color: #fff;
}

.footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: transparent;
}

.footer__cols > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(150, 173, 197, 0.12);
  border-radius: 40px;
  padding: 56px;
}

.footer__cols span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}

.footer__cols a {
  font-size: 14px;
  color: #c5c9d3;
}

.footer__copy {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  padding: 24px 0 40px;
}

/* ===== RESPONSIVE: Tablet ===== */
@media (max-width: 1120px) {
  .section {
    padding: 20px 24px;
  }
  .sh {
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .sh h2 {
    font-size: 44px;
  }
  .grid2,
  .whyus,
  .howto {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 100%;
    margin: 0 auto;
    align-items: start;
  }
  .stat:nth-child(1) { margin-top: 0; grid-column: 1; grid-row: 1; }
  .stat:nth-child(2) { margin-top: 0; grid-column: 1; grid-row: 2; }
  .stat:nth-child(3) { margin-top: 60px; grid-column: 2; grid-row: 2; }
  .stat:nth-child(4) { margin-top: 60px; grid-column: 2; grid-row: 1; }
  .stat__big,
  .stat__big--md,
  .stat__big--lg {
    font-size: 44px;
  }
  .stat__big--sm {
    font-size: 30px;
  }
  .stat__big em {
    font-size: 20px;
  }
  .stat__cap {
    font-size: 16px;
  }
  .stat__body {
    margin-top: -50px;
    padding: 70px 12px 80px;
    font-size: 13px;
    min-height: 0;
  }
  .stat__dome {
    padding: 20px 16px;
    gap: 10px;
    border-radius: 56px;
  }
  .inside {
    grid-template-columns: 22px 1fr;
    grid-auto-rows: auto;
    gap: 24px 36px;
    max-width: 360px;
    padding: 0;
  }
  .inside__bar {
    position: relative;
    display: block;
    grid-column: 1;
    grid-row: 1 / span var(--inside-rows, 4);
    width: 22px;
    height: auto;
    top: 0;
    left: 0;
    right: auto;
    border-radius: 999px;
    background: linear-gradient(180deg, #1f3bff 0%, #6f8cff 55%, #ffffff 100%);
    box-shadow: 0 0 24px rgba(70, 110, 255, 0.45);
  }
  .inside__item {
    grid-column: 2;
    align-items: flex-start;
    text-align: left;
    padding-top: 0;
    gap: 8px;
    position: relative;
  }
  .inside__dot {
    position: absolute;
    top: 4px;
    left: -54px;
    transform: none;
    width: 14px;
    height: 14px;
    background: transparent;
    border-radius: 0;
  }
  .inside__dot svg {
    width: 14px;
    height: 14px;
  }
  .inside__dot circle { display: none; }
  .inside__dot path {
    stroke: #ffffff !important;
    stroke-width: 2.4 !important;
  }
  .inside__item h3 {
    font-size: 20px;
    white-space: normal;
  }
  .inside__item p {
    max-width: none;
    text-align: left;
    font-size: 14px;
  }
  .foryou {
    grid-template-columns: repeat(2, 1fr);
  }
  .foryou__cell {
    aspect-ratio: 196 / 157;
  }
  .foryou__cell--1 { background-image: url("/pagesImages/community-static/images/fy-m-1.webp"); }
  .foryou__cell--2 { background-image: url("/pagesImages/community-static/images/fy-m-2.webp"); }
  .foryou__cell--3 { background-image: url("/pagesImages/community-static/images/fy-m-3.webp"); }
  .foryou__cell--4 { background-image: url("/pagesImages/community-static/images/fy-m-4.webp"); }
  .foryou__cell--5 { background-image: url("/pagesImages/community-static/images/fy-m-5.webp"); }
  .foryou__cell--6 { background-image: url("/pagesImages/community-static/images/fy-m-6.webp"); }
  .whynow,
  .ready {
    grid-template-columns: 1fr;
  }
  .ready .pricing,
  .ready .pricing--compact,
  .notready {
    padding: 24px;
    border-radius: 40px;
  }
  .whynow__video { order: 1; }
  .whynow__quote { order: 2; }
  .join {
    padding: 48px 24px 64px;
  }
  .join__row {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .join__howto-title {
    font-size: 34px;
  }
  .reviews {
    display: flex;
    flex-direction: row;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 4px 16px 24px;
    gap: 12px;
    scrollbar-width: none;
  }
  .reviews::-webkit-scrollbar { display: none; }
  .review,
  .review--0,
  .review--1,
  .review--2,
  .review--video {
    grid-column: auto;
    flex: 0 0 78%;
    max-width: 78%;
    scroll-snap-align: start;
    min-height: 320px;
  }
  .week {
    gap: 8px;
    grid-auto-rows: 130px;
  }
  .week__cell {
    padding: 12px 14px;
  }
  .week__cell h3 {
    font-size: 14px;
  }
  .week__day {
    font-size: 12px;
  }
}

/* ===== RESPONSIVE: Mobile ===== */
@media (max-width: 640px) {
  .topbar {
    padding: 10px 14px;
    height: 52px;
  }
  .topbar__logo {
    font-size: 18px;
  }
  .topbar__sub {
    font-size: 14px;
  }
  .topbar__pill {
    padding: 7px 14px;
    font-size: 13px;
  }
  .hero {
    padding: 80px 24px 56px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #000;
  }
  .hero__bg,
  .hero__stars {
    display: none;
  }
  .hero__mobile-art {
    display: block;
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 393 / 319;
    height: auto;
    z-index: 1;
    inset: auto;
  }
  .hero__mobile-art img {
    object-fit: cover;
  }
  .hero__content {
    margin-top: 16px;
    gap: 22px;
  }
  .hero__badge-pilot {
    display: none;
  }
  .hero h1 {
    font-size: 44px;
    line-height: 1.05;
  }
  .hero p {
    font-size: 17px;
  }
  .section {
    padding: 56px 16px;
  }
  .sh h2 {
    font-size: 34px;
  }
  .sh p {
    font-size: 17px;
  }
  .whyus,
  .foryou {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .grid2,
  .howto {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .foryou__cell {
    aspect-ratio: 196 / 157;
  }
  .foryou__cell--1 { background-image: url("/pagesImages/community-static/images/fy-m-1.webp"); }
  .foryou__cell--2 { background-image: url("/pagesImages/community-static/images/fy-m-2.webp"); }
  .foryou__cell--3 { background-image: url("/pagesImages/community-static/images/fy-m-3.webp"); }
  .foryou__cell--4 { background-image: url("/pagesImages/community-static/images/fy-m-4.webp"); }
  .foryou__cell--5 { background-image: url("/pagesImages/community-static/images/fy-m-5.webp"); }
  .foryou__cell--6 { background-image: url("/pagesImages/community-static/images/fy-m-6.webp"); }
  .stats {
    max-width: 100%;
  }
  .stat__big,
  .stat__big--sm,
  .stat__big--md,
  .stat__big--lg {
    font-size: 48px;
  }
  .dc__track {
    padding: 10px 4px 30px;
  }
  .dc__card {
    flex-basis: 60vw;
  }
  .dc__card--big {
    flex-basis: 70vw;
  }
  .dc__btn {
    display: none;
  }
  .whos {
    grid-template-columns: 1fr;
    padding: 0;
    min-height: 0;
    column-gap: 0;
    row-gap: 24px;
  }
  .whos__left {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
    padding: 0 16px;
  }
  .whos__left h2 {
    text-align: center;
  }
  .whos__media {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    border-radius: 24px;
  }
  .whos__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 24px 12px 64px;
    height: auto;
    align-items: start;
    justify-content: stretch;
    align-content: stretch;
  }
  /* DOM order: community(1), medical(2), data sci(3), founder(4)
     Visual mobile order:
     col 1 (no offset): community top, medical bottom
     col 2 (offset down): data scientist top, founder bottom */
  .whos__card:nth-child(1) { grid-column: 1; grid-row: 1; order: initial; }
  .whos__card:nth-child(2) { grid-column: 1; grid-row: 2; order: initial; }
  .whos__card:nth-child(3) { grid-column: 2; grid-row: 1; order: initial; transform: translateY(48px); }
  .whos__card:nth-child(4) { grid-column: 2; grid-row: 2; order: initial; transform: translateY(48px); }
  .whos__card {
    padding: 16px 14px 18px;
    border-radius: 22px;
    background: rgba(8, 14, 28, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .whos__card h3 {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
  }
  .whos__card p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }
  .footer {
    padding: 16px;
    gap: 1px;
  }
  .footer__hero {
    aspect-ratio: 393 / 312;
    border-radius: 40px;
    padding: 24px;
  }
  .footer__cols {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }
  .footer__cols > div {
    padding: 32px;
    border-radius: 40px;
    gap: 16px;
  }
  .footer__cols > div:nth-child(3) {
    grid-column: 1 / -1;
  }
  .footer__wordmark {
    font-size: clamp(56px, 19vw, 80px);
    transform: translate(-50%, -70%);
  }
  .footer__copy {
    padding: 24px;
    text-align: left;
  }
  .card-what {
    padding: 18px 20px;
    min-height: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  .card-what .cross {
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px;
    margin-top: 4px;
  }
  .card-what h3 {
    font-size: 18px;
    margin: 0 0 4px;
  }
  .card-what p {
    font-size: 14px;
  }
  .card-what__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .join__left {
    text-align: center;
  }
  .join__left h2 {
    font-size: 40px;
  }
  .join__left p {
    margin-left: auto;
    margin-right: auto;
  }
  .person--big {
    transform: none;
  }
  .footer__socials {
    flex-wrap: wrap;
    gap: 14px;
    font-size: 14px;
  }
}

.form-checkbox {
  display: inline-flex;
  align-items: flex-start;
  letter-spacing: .4px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  cursor: pointer;
  text-align: left;
  margin-bottom: 16px;
}

.form-checkbox a {
  text-decoration: underline;
}

.form-checkbox .checkbox-input {
  position: relative;
  top: 4px;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin: 0 8px 0 0;
  border: 1px solid rgba(255, 255, 255, .8);
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  transition: border .2s, background-color .2s, opacity .2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-checkbox .checkbox-input.checked {
  border-color: transparent;
  background-color: #1a87f5;
  background-image: url("/pagesImages/community-static/images/check.svg");
  background-position: 0 0;
  background-size: 10px;
}

.form-checkbox .checkbox-label {
  position: relative;
  top: 1px;
}

.form-checkbox .checkbox-text {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, .7);
  letter-spacing: .4px;
}