.start-here-page {
  --start-accent: #d9ef74;
  --start-mint: #7bd8c6;
  --start-violet: #b6a3ec;
  --start-surface: #1c1d1f;
  --start-surface-soft: #252629;
  --start-border: rgba(255, 255, 255, 0.1);
  --start-muted: rgba(242, 242, 238, 0.64);
}

.start-here-page main {
  background: #161616;
}

.start-here-page main,
.start-here-page footer {
  overflow-x: clip;
}

.start-here-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 155px 0 92px;
  overflow: hidden;
  isolation: isolate;
}

.start-here-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(22, 22, 22, 0.98) 0%, rgba(22, 22, 22, 0.84) 55%, rgba(22, 22, 22, 0.7) 100%),
    url("../../imgs/pattern-bg.webp") center / cover;
  content: "";
  opacity: 0.75;
  z-index: -3;
}

.start-here-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 180px;
  background: linear-gradient(transparent, #161616);
  content: "";
  pointer-events: none;
  z-index: -1;
}

.start-here-hero__glow {
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  filter: blur(125px);
  opacity: 0.15;
  pointer-events: none;
  z-index: -2;
}

.start-here-hero__glow--primary {
  top: 85px;
  right: -170px;
  background: var(--start-mint);
}

.start-here-hero__glow--secondary {
  bottom: -90px;
  left: -140px;
  background: var(--start-violet);
}

.start-here-hero__grid {
  row-gap: 64px;
}

.start-here-hero__content {
  max-width: 720px;
}

.start-here-eyebrow,
.start-here-section-heading__eyebrow {
  color: var(--start-accent);
  font-size: 12px;
  font-weight: 500;
}

.start-here-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 7px 14px;
  border: 1px solid rgba(217, 239, 116, 0.22);
  border-radius: 999px;
  background: rgba(217, 239, 116, 0.05);
}

.start-here-eyebrow__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--start-accent);
  box-shadow: 0 0 0 4px rgba(217, 239, 116, 0.1);
}

.start-here-hero h1 {
  max-width: 640px;
  margin-bottom: 28px;
  font-size: clamp(24px, 5.1vw, 28px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.start-here-hero h1 span {
  display: inline-block;
  background: linear-gradient(90deg, var(--start-accent), var(--start-mint));
  background-clip: text;
  color: transparent;
}

.start-here-hero__lead {
  max-width: 640px;
  color: var(--start-muted);
  font-size: 18px;
  line-height: 2;
}

.start-here-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.start-here-button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--start-border);
  border-radius: 999px;
  font-size: 13px;
  transition: 0.3s ease;
}

.start-here-button--primary {
  border-color: var(--start-accent);
  background: var(--start-accent);
  color: #171717;
}

.start-here-button--secondary {
  background: rgba(255, 255, 255, 0.03);
}

.start-here-button:hover {
  color: inherit;
  transform: translateY(-3px);
}

.start-here-button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.start-here-compass {
  position: relative;
  display: grid;
  width: min(100%, 420px);
  aspect-ratio: 1;
  margin-right: auto;
  place-items: center;
}

.start-here-compass__orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.start-here-compass__orbit--outer {
  inset: 0;
  border-style: dashed;
}

.start-here-compass__orbit--inner {
  inset: 58px;
  border-color: rgba(123, 216, 198, 0.25);
}

.start-here-compass::before,
.start-here-compass::after {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
}

.start-here-compass::before {
  width: 86%;
  height: 1px;
}

.start-here-compass::after {
  width: 1px;
  height: 86%;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.12), transparent);
}

.start-here-compass__card {
  position: relative;
  width: 218px;
  min-height: 218px;
  padding: 28px;
  border: 1px solid var(--start-border);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), transparent 45%),
    rgba(32, 33, 35, 0.87);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: rotate(-6deg);
  backdrop-filter: blur(14px);
}

.start-here-compass__card::after {
  position: absolute;
  top: -35px;
  left: -35px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(123, 216, 198, 0.1);
  content: "";
  filter: blur(10px);
}

.start-here-compass__label,
.start-here-compass__number {
  position: relative;
  z-index: 1;
}

.start-here-compass__label {
  display: block;
  color: var(--start-mint);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.start-here-compass__card strong {
  position: relative;
  display: block;
  margin-top: 42px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.55;
  z-index: 1;
}

.start-here-compass__number {
  position: absolute;
  bottom: 22px;
  left: 25px;
  color: rgba(255, 255, 255, 0.3);
  font-family: sans-serif;
  font-size: 13px;
}

.start-here-compass__point {
  position: absolute;
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid var(--start-border);
  border-radius: 999px;
  background: rgba(22, 22, 22, 0.8);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  backdrop-filter: blur(8px);
}

.start-here-compass__point--top {
  top: 6%;
}

.start-here-compass__point--right {
  top: 48%;
  right: -8%;
}

.start-here-compass__point--bottom {
  bottom: 6%;
}

.start-here-compass__point--left {
  top: 48%;
  left: -8%;
}

.start-here-paths,
.start-here-week,
.start-here-rules,
.start-here-cta {
  padding: 130px 0;
}

.start-here-section-heading {
  max-width: 700px;
  margin-bottom: 56px;
}

.start-here-section-heading__number {
  display: block;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.28);
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.start-here-section-heading__eyebrow {
  display: block;
  margin-bottom: 18px;
}

.start-here-section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(24px, 3.4vw, 28px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.45;
}

.start-here-section-heading p {
  max-width: 620px;
  color: var(--start-muted);
  font-size: 16px;
  line-height: 2;
}

.start-here-paths__grid {
  row-gap: 24px;
}

.start-here-path-card {
  display: flex;
  height: 100%;
  min-height: 410px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid var(--start-border);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  transition: 0.3s ease;
}

.start-here-path-card:hover {
  border-color: rgba(217, 239, 116, 0.36);
  transform: translateY(-7px);
}

.start-here-path-card--accent {
  border-color: rgba(123, 216, 198, 0.24);
  background:
    radial-gradient(circle at 100% 0, rgba(123, 216, 198, 0.14), transparent 36%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.start-here-path-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--start-mint);
}

.start-here-path-card__top > span {
  color: rgba(255, 255, 255, 0.34);
  font-family: sans-serif;
  font-size: 12px;
}

.start-here-path-card__top i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(123, 216, 198, 0.2);
  border-radius: 14px;
  background: rgba(123, 216, 198, 0.08);
}

.start-here-path-card h3 {
  margin: 34px 0 14px;
  font-size: 23px;
  font-weight: 500;
}

.start-here-path-card > p {
  color: var(--start-muted);
  font-size: 14px;
  line-height: 1.9;
}

.start-here-path-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
}

.start-here-path-card li {
  position: relative;
  padding-right: 17px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.75;
}

.start-here-path-card li::before {
  position: absolute;
  top: 0.65em;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--start-accent);
  content: "";
}

.start-here-path-card__link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  align-items: center;
  gap: 9px;
  color: var(--start-accent);
  font-size: 12px;
}

.start-here-path-card__link:hover {
  color: var(--start-mint);
}

.start-here-week {
  background: linear-gradient(180deg, #161616, #1b1c1d 50%, #161616);
}

.start-here-week__grid {
  row-gap: 52px;
}

.start-here-week__heading {
  position: sticky;
  top: 120px;
  margin-bottom: 0;
}

.start-here-week__note {
  display: inline-flex;
  margin-top: 14px;
  padding: 11px 14px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(217, 239, 116, 0.18);
  border-radius: 12px;
  background: rgba(217, 239, 116, 0.05);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
}

.start-here-week__note i {
  color: var(--start-accent);
}

.start-here-week__timeline {
  display: grid;
  gap: 18px;
}

.start-here-week__item {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  padding: 28px;
  border: 1px solid var(--start-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.start-here-week__item::before {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 15px;
  height: 15px;
  border: 3px solid #1b1c1d;
  border-radius: 50%;
  background: var(--start-mint);
  content: "";
  transform: translateY(-50%);
}

.start-here-week__day {
  color: var(--start-accent);
  font-size: 12px;
  font-weight: 500;
}

.start-here-week__item h3 {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 500;
}

.start-here-week__item p {
  color: var(--start-muted);
  font-size: 14px;
  line-height: 1.9;
}

.start-here-rules {
  padding-top: 100px;
  padding-bottom: 100px;
}

.start-here-rules__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 60px;
  padding: 50px;
  border: 1px solid rgba(182, 163, 236, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 100%, rgba(182, 163, 236, 0.13), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
}

.start-here-rules__intro > span {
  color: var(--start-violet);
  font-family: sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.start-here-rules__intro h2 {
  margin-top: 17px;
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 500;
  line-height: 1.5;
}

.start-here-rules__list {
  display: grid;
  gap: 15px;
}

.start-here-rules__list article {
  display: flex;
  padding-bottom: 15px;
  align-items: flex-start;
  gap: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.start-here-rules__list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.start-here-rules__list i {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(217, 239, 116, 0.12);
  color: var(--start-accent);
  font-size: 10px;
}

.start-here-rules__list p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.85;
}

.start-here-cta {
  padding-top: 40px;
  background: linear-gradient(180deg, #161616, #101010);
}

.start-here-cta__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.start-here-cta__content > span {
  color: var(--start-mint);
  font-size: 12px;
}

.start-here-cta__content h2 {
  margin: 18px 0 16px;
  font-size: clamp(24px, 4vw, 28px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.4;
}

.start-here-cta__content p {
  margin-bottom: 30px;
  color: var(--start-muted);
  font-size: 16px;
}

body.light.start-here-page {
  --start-accent: #d9ef74;
  --start-mint: #2f776c;
  --start-violet: #7060aa;
  --start-surface: #ebeae4;
  --start-surface-soft: #e3e2dc;
  --start-border: rgba(17, 16, 18, 0.12);
  --start-muted: rgba(17, 16, 18, 0.64);
}

body.light.start-here-page main,
body.light .start-here-hero {
  background: #f1f0ea;
}

body.light .start-here-hero::before {
  background:
    linear-gradient(105deg, rgba(241, 240, 234, 0.98) 0%, rgba(241, 240, 234, 0.86) 55%, rgba(241, 240, 234, 0.76) 100%),
    url("../../imgs/pattern-bg.webp") center / cover;
  filter: invert(1);
  opacity: 0.13;
}

body.light .start-here-hero::after {
  background: linear-gradient(transparent, #f1f0ea);
}

body.light .start-here-hero h1,
body.light .start-here-section-heading h2,
body.light .start-here-path-card h3,
body.light .start-here-week__item h3,
body.light .start-here-rules__intro h2,
body.light .start-here-cta__content h2,
body.light .start-here-compass__card strong {
  color: #191918;
}

body.light .start-here-eyebrow,
body.light .start-here-button--secondary,
body.light .start-here-week__note {
  background: rgba(17, 16, 18, 0.03);
}

body.light .start-here-button--primary {
  color: #171717;
}

body.light .start-here-button--secondary {
  color: #24231f;
}

body.light .start-here-button--secondary:hover {
  border-color: rgba(17, 16, 18, 0.26);
  background: rgba(17, 16, 18, 0.07);
  color: #171717;
}

body.light .start-here-compass__orbit {
  border-color: rgba(17, 16, 18, 0.13);
}

body.light .start-here-compass__orbit--inner {
  border-color: rgba(47, 119, 108, 0.32);
}

body.light .start-here-compass::before,
body.light .start-here-compass::after {
  background: linear-gradient(90deg, transparent, rgba(17, 16, 18, 0.15), transparent);
}

body.light .start-here-compass::after {
  background: linear-gradient(transparent, rgba(17, 16, 18, 0.15), transparent);
}

body.light .start-here-compass__card {
  border-color: rgba(17, 16, 18, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), transparent 50%),
    rgba(231, 230, 224, 0.92);
  box-shadow: 0 24px 70px rgba(17, 16, 18, 0.12);
}

body.light .start-here-compass__card::after {
  background: rgba(123, 178, 93, 0.18);
}

body.light .start-here-compass__number,
body.light .start-here-path-card__top > span,
body.light .start-here-section-heading__number {
  color: rgba(17, 16, 18, 0.42);
}

body.light .start-here-compass__point {
  border-color: rgba(17, 16, 18, 0.12);
  background: rgba(241, 240, 234, 0.9);
  color: rgba(17, 16, 18, 0.72);
}

body.light .start-here-path-card {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.72), rgba(225, 224, 217, 0.68));
}

body.light .start-here-path-card--accent {
  border-color: rgba(47, 119, 108, 0.25);
  background:
    radial-gradient(circle at 100% 0, rgba(89, 151, 124, 0.16), transparent 38%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.82), rgba(221, 227, 217, 0.72));
}

body.light .start-here-path-card:hover {
  border-color: rgba(113, 136, 43, 0.5);
  box-shadow: 0 18px 40px rgba(17, 16, 18, 0.08);
}

body.light .start-here-path-card__top i {
  border-color: rgba(47, 119, 108, 0.2);
  background: rgba(47, 119, 108, 0.1);
}

body.light .start-here-path-card li {
  color: rgba(17, 16, 18, 0.7);
}

body.light .start-here-week {
  background: linear-gradient(180deg, #f1f0ea, #e7e6e0 50%, #f1f0ea);
}

body.light .start-here-week__item {
  border-color: rgba(17, 16, 18, 0.1);
  background: rgba(255, 255, 255, 0.56);
}

body.light .start-here-week__item::before {
  border-color: #e7e6e0;
}

body.light .start-here-rules__panel {
  border-color: rgba(112, 96, 170, 0.24);
  background:
    radial-gradient(circle at 0 100%, rgba(112, 96, 170, 0.12), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(229, 228, 222, 0.78));
}

body.light .start-here-rules__list article {
  border-color: rgba(17, 16, 18, 0.1);
}

body.light .start-here-rules__list p {
  color: rgba(17, 16, 18, 0.74);
}

body.light .start-here-cta {
  background: linear-gradient(180deg, #f1f0ea, #e5e4dd);
}

@media screen and (max-width: 991px) {
  .start-here-hero {
    min-height: auto;
    padding-top: 145px;
  }

  .start-here-compass {
    margin: 0 auto;
  }

  .start-here-week__heading {
    position: static;
  }

  .start-here-rules__panel {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media screen and (max-width: 767px) {
  .start-here-hero,
  .start-here-paths,
  .start-here-week,
  .start-here-rules,
  .start-here-cta {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .start-here-hero {
    padding-top: 125px;
  }

  .start-here-hero h1 {
    font-size: 28px;
  }

  .start-here-hero__lead {
    font-size: 16px;
  }

  .start-here-compass {
    width: min(82vw, 360px);
  }

  .start-here-compass__orbit--inner {
    inset: 48px;
  }

  .start-here-compass__point--right {
    right: -13%;
  }

  .start-here-compass__point--left {
    left: -13%;
  }

  .start-here-section-heading {
    margin-bottom: 38px;
  }

  .start-here-path-card {
    min-height: auto;
    padding: 26px;
  }

  .start-here-week__item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }

  .start-here-week__item::before {
    top: 23px;
    right: -7px;
    transform: none;
  }

  .start-here-rules__panel {
    gap: 30px;
    padding: 30px 25px;
    border-radius: 22px;
  }
}
