:root {
  color-scheme: dark;
  background: #030506;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 46% 30% at 50% 52%, rgba(22, 34, 34, 0.2), transparent 72%),
    radial-gradient(ellipse 28% 17% at 50% 88%, rgba(15, 52, 45, 0.16), transparent 75%),
    #030506;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 12, 0.86);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(18px, 3vw, 48px);
  width: min(100% - 40px, 1300px);
  min-height: 68px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  color: #f1f3f5;
  font-size: 1.46rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-beta {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 7px;
  border: 1px solid rgba(53, 217, 155, 0.34);
  border-radius: 999px;
  color: #6ef0b9;
  background: rgba(53, 217, 155, 0.1);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.brand img {
  display: block;
  width: 36px;
  height: 36px;
}

.site-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: clamp(14px, 2.2vw, 30px);
}

.site-nav a {
  position: relative;
  padding: 11px 0;
  color: #9299a5;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #f1f3f5;
}

.nav-label-short {
  display: none;
}

.site-nav .nav-download {
  padding: 10px 16px;
  border: 1px solid rgba(53, 217, 155, 0.34);
  border-radius: 999px;
  color: #dffbef;
  background: rgba(32, 141, 100, 0.16);
  box-shadow:
    0 0 0 1px rgba(23, 107, 79, 0.16) inset,
    0 8px 22px rgba(0, 0, 0, 0.16);
}

.site-nav .nav-download::after {
  display: none;
}

.site-nav .nav-download:hover,
.site-nav .nav-download:focus-visible {
  color: #ffffff;
  background: rgba(53, 217, 155, 0.2);
  border-color: rgba(105, 255, 194, 0.58);
}

main {
  min-height: 100%;
}

.hero {
  display: grid;
  min-height: calc(100svh - 68px);
  place-items: start center;
  overflow: hidden;
  padding: clamp(24px, 4vh, 44px) 0 clamp(24px, 4vh, 44px);
}

.hero-layout {
  display: grid;
  align-items: start;
  justify-items: center;
  gap: clamp(18px, 3vh, 30px);
  width: min(100% - 32px, 1320px);
  grid-template-columns: 1fr;
}

.hero-copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(100%, 860px);
  max-width: 860px;
  padding-inline: 0;
  text-align: center;
}

.hero-benefits svg {
  flex: 0 0 auto;
}

.hero h1 {
  margin: 0;
  color: #f6f8fa;
  width: 100%;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
  max-width: none;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 24px;
  margin: 4px 0 0;
  color: #b1bac4;
  font-size: 0.92rem;
  line-height: 1;
}

.hero-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-benefits svg {
  width: 15px;
  height: 15px;
  stroke: #35d99b;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.visual-stage {
  position: relative;
  isolation: isolate;
  width: min(100%, 1320px, calc((100svh - 240px) * 998 / 529));
  aspect-ratio: 998 / 529;
  overflow: hidden;
}

.locked-section {
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  margin-top: clamp(32px, 5vh, 72px);
  padding: clamp(36px, 7vh, 96px) 0;
}

.locked-copy {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(100% - 32px, 1320px);
  margin: 0 auto clamp(18px, 3vh, 34px);
  text-align: center;
}

.locked-kicker {
  margin: 0;
  color: #35d99b;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.locked-copy h2 {
  margin: 0;
  color: #f3f6f8;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.stage-glow {
  position: absolute;
  z-index: -1;
  top: 8%;
  left: 18%;
  width: 64%;
  height: 82%;
  border-radius: 50%;
  background: rgba(17, 29, 30, 0.52);
  filter: blur(55px);
  opacity: 0.55;
}

.dashboard-shell,
.distractions {
  position: absolute;
}

.dashboard,
.distractions {
  display: block;
  max-width: none;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.dashboard-shell {
  z-index: 1;
  top: 9.8%;
  left: 16.3%;
  width: 68.1%;
}

.dashboard {
  width: 100%;
}

.dashboard-border {
  position: absolute;
  top: 3.3%;
  right: 4.7%;
  bottom: 10.4%;
  left: 4.6%;
  border: 1px solid rgba(91, 255, 181, 0.42);
  border-radius: 3%;
  box-shadow:
    0 0 0 1px rgba(63, 211, 144, 0.08),
    0 0 18px rgba(48, 220, 143, 0.18),
    0 0 46px rgba(31, 155, 104, 0.12);
  pointer-events: none;
}

.distractions {
  z-index: 2;
  top: 2.45%;
  left: -1.35%;
  width: 109.5%;
}

.locked-distractions,
.lock-highlight {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.locked-distractions {
  z-index: 2;
  top: 2.45%;
  left: -1.35%;
  width: 109.5%;
  opacity: 0.38;
}

.locked-dashboard-shell {
  z-index: 3;
}

.lock-highlight {
  z-index: 4;
  top: 3%;
  left: 0;
  width: 100%;
}

.habits-section {
  display: grid;
  justify-items: center;
  gap: clamp(26px, 4vh, 48px);
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(72px, 11vh, 148px) 0 clamp(76px, 12vh, 160px);
}

.habits-copy {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(100% - 32px, 760px);
  margin: 0 auto;
  text-align: center;
}

.stats-section .habits-copy {
  width: min(100% - 32px, 1100px);
}

.stats-section .habits-copy h2 {
  white-space: nowrap;
}

.habits-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #35d99b;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.habits-kicker svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.habits-copy h2 {
  margin: 0;
  color: #f3f6f8;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.habits-description {
  max-width: 570px;
  margin: 4px 0 0;
  color: #aeb8c3;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
}

.habits-visual {
  position: relative;
  isolation: isolate;
  width: min(100% - 32px, 1320px, calc((100svh - 240px) * 998 / 529));
}

.habits-glow {
  position: absolute;
  z-index: -1;
  top: 12%;
  left: 12%;
  width: 76%;
  height: 70%;
  border-radius: 50%;
  background: rgba(20, 137, 101, 0.25);
  filter: blur(70px);
  opacity: var(--feature-glow-opacity, 1);
  transform: scale(var(--feature-glow-scale, 1));
  will-change: opacity, transform;
}

.habits-image-shell {
  position: relative;
  width: 68.1%;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(91, 255, 181, 0.36);
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(63, 211, 144, 0.08),
    0 0 26px rgba(48, 220, 143, 0.16),
    0 26px 80px rgba(0, 0, 0, 0.38);
  opacity: var(--feature-image-opacity, 1);
  filter: blur(var(--feature-image-blur, 0)) saturate(var(--feature-image-saturation, 1));
  transform: translateY(var(--feature-image-shift, 0px))
    scale(var(--feature-image-scale, 1));
  will-change: opacity, filter, transform;
}

.habits-image-shell img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.pricing-section {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: clamp(30px, 5vh, 52px);
  overflow: hidden;
  padding: clamp(88px, 13vh, 156px) 0 clamp(96px, 14vh, 168px);
  scroll-margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(ellipse 42% 28% at 50% 42%, rgba(20, 137, 101, 0.16), transparent 74%),
    linear-gradient(180deg, rgba(8, 14, 14, 0.62), rgba(3, 5, 6, 0.1));
}

.pricing-section::before {
  position: absolute;
  z-index: -1;
  top: 18%;
  left: 50%;
  width: min(70vw, 880px);
  height: 420px;
  border-radius: 50%;
  background: rgba(53, 217, 155, 0.08);
  filter: blur(90px);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.pricing-heading {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(100% - 32px, 720px);
  margin: 0 auto;
  text-align: center;
}

.pricing-kicker {
  margin: 0;
  color: #35d99b;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.pricing-heading h2 {
  margin: 0;
  color: #f3f6f8;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.pricing-description {
  max-width: 560px;
  margin: 4px 0 0;
  color: #aeb8c3;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(100% - 32px, 900px);
  margin: 0 auto;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 530px;
  padding: clamp(26px, 4vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background-color: #101619;
  background-image: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.pricing-card-pro {
  border-color: rgba(53, 217, 155, 0.5);
  background-color: #0c211b;
  background-image: none;
  box-shadow: 0 0 0 1px rgba(53, 217, 155, 0.08) inset;
}

.pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(91, 255, 181, 0.34);
  border-radius: 999px;
  color: #bfffe4;
  background: rgba(53, 217, 155, 0.12);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-card-topline {
  display: flex;
  justify-content: space-between;
  min-height: 74px;
}

.pricing-card-pro .pricing-card-topline {
  padding-right: 100px;
}

.beta-offer {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 14px;
  width: min(100% - 32px, 900px);
  margin: 0 auto;
  padding: 24px 28px;
  border: none;
  border-radius: 18px;
  background: #030506;
  box-shadow: none;
  text-align: center;
}

.beta-offer-label {
  padding: 7px 10px;
  border: 1px solid rgba(53, 217, 155, 0.34);
  border-radius: 999px;
  color: #6ef0b9;
  background: rgba(53, 217, 155, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.beta-offer-copy h3 {
  margin: 0;
  color: #f3f6f8;
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.2;
  text-wrap: balance;
}

.beta-offer-copy {
  display: grid;
  justify-items: center;
}

.beta-offer-copy p {
  max-width: 620px;
  margin: 6px 0 0;
  color: #aeb8c3;
  font-size: 0.9rem;
  line-height: 1.5;
  text-wrap: pretty;
}

.beta-offer-copy strong {
  color: #dffbef;
  font-weight: 700;
  white-space: nowrap;
}

.pricing-plan-label {
  margin: 0 0 8px;
  color: #35d99b;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 0;
  color: #f3f6f8;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.pricing-card-description {
  min-height: 52px;
  margin: 22px 0 0;
  color: #aeb8c3;
  font-size: 0.96rem;
  line-height: 1.55;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 26px;
  color: #d4dce1;
}

.pricing-price strong {
  color: #f7fafb;
  font-size: clamp(2.7rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.pricing-price span {
  color: #929da6;
  font-size: 0.9rem;
}

.pricing-annual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  margin: 12px 0 0;
  color: #aeb8c3;
  font-size: 0.86rem;
}

.pricing-annual span {
  color: #6ef0b9;
  font-size: 0.76rem;
  font-weight: 700;
}

.pricing-divider {
  height: 1px;
  margin: 28px 0 22px;
  background: rgba(255, 255, 255, 0.09);
}

.pricing-features {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 0;
  color: #d2dbe0;
  font-size: 0.93rem;
  list-style: none;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 11px;
}

.pricing-check {
  display: inline-grid;
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 1px solid rgba(53, 217, 155, 0.34);
  border-radius: 50%;
  color: #35d99b;
  background: rgba(53, 217, 155, 0.08);
  font-size: 0.76rem;
  font-weight: 800;
}

.pricing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.pricing-button:hover,
.pricing-button:focus-visible {
  transform: translateY(-2px);
}

.pricing-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #dce4e8;
  background: rgba(255, 255, 255, 0.05);
}

.pricing-button-secondary:hover,
.pricing-button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
}

.pricing-button-primary {
  border: 1px solid rgba(91, 255, 181, 0.52);
  color: #03110c;
  background: #35d99b;
  box-shadow: 0 10px 26px rgba(53, 217, 155, 0.17);
}

.pricing-button-primary:hover,
.pricing-button-primary:focus-visible {
  border-color: #8affca;
  color: #020a07;
  background: #6ef0b9;
  box-shadow: 0 12px 32px rgba(53, 217, 155, 0.26);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(10, 15, 16, 0.72), rgba(3, 5, 6, 0.96)),
    #030506;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto auto;
  gap: 28px clamp(32px, 7vw, 110px);
  width: min(100% - 40px, 1300px);
  margin: 0 auto;
  padding: 52px 0 24px;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-brand p,
.footer-note p,
.footer-bottom p {
  margin: 0;
}

.footer-brand p {
  max-width: 30ch;
  color: #9299a5;
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-links {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 12px;
}

.footer-links a,
.footer-note a {
  color: #b8c1cb;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-note a:hover,
.footer-note a:focus-visible {
  color: #f1f3f5;
}

.footer-note {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 12px;
}

.footer-note p {
  color: #35d99b;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer-note a span {
  color: #35d99b;
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #69737e;
  font-size: 0.78rem;
}

@media (max-width: 620px) {
  .site-header-inner {
    width: min(100% - 28px, 1300px);
    min-height: 60px;
    gap: 10px;
  }

  .brand {
    font-size: 1.12rem;
    gap: 8px;
  }

  .brand img {
    width: 28px;
    height: 28px;
  }

  .site-nav {
    gap: 8px;
  }

  .site-nav a {
    padding: 8px 0;
    font-size: 0.74rem;
  }

  .nav-label-full {
    display: none;
  }

  .nav-label-short {
    display: inline;
  }

  .site-nav .nav-download {
    padding: 8px 12px;
  }

  .hero {
    min-height: auto;
    padding: 24px 0 28px;
  }

  .hero-layout {
    width: min(100% - 24px, 1300px);
    gap: 16px;
  }

  .hero-copy {
    justify-items: center;
    gap: 14px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero h1 {
    font-size: 2.25rem;
    max-width: none;
  }

  .hero-benefits {
    justify-content: center;
    gap: 10px 14px;
    font-size: 0.84rem;
  }

  .visual-stage {
    width: 100%;
  }

  .locked-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    min-height: auto;
    padding-block: 28px;
  }

  .locked-copy {
    margin-bottom: 0;
  }

  .locked-copy h2 {
    font-size: 2.3rem;
  }

  .habits-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    min-height: auto;
    padding-block: 64px 76px;
  }

  .habits-copy {
    width: min(100% - 24px, 760px);
  }

  .habits-copy h2 {
    font-size: 2.3rem;
  }

  .stats-section .habits-copy h2 {
    white-space: normal;
  }

  .habits-visual {
    width: min(100% - 24px, 1200px);
  }

  .pricing-section {
    padding-block: 72px 84px;
  }

  .pricing-heading {
    width: min(100% - 24px, 720px);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 480px);
  }

  .pricing-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .brand-beta {
    display: none;
  }

  .beta-offer {
    grid-template-columns: 1fr;
    gap: 14px;
    width: min(100% - 24px, 480px);
    padding: 22px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1300px);
    padding: 40px 0 20px;
  }

  .footer-note {
    justify-items: start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
    justify-items: center;
    text-align: center;
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-benefits {
    justify-content: center;
  }

  .visual-stage {
    width: min(100%, 1200px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .dashboard-shell {
    animation: dashboard-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .dashboard-border {
    animation: glow-breathe 4s ease-in-out infinite;
  }

  .locked-dashboard-shell .dashboard-border {
    animation: none;
  }

  .distractions {
    animation: distractions-in 1000ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
  }
}

@keyframes glow-breathe {
  0%,
  100% {
    opacity: 0.82;
    filter: brightness(0.94);
  }

  50% {
    opacity: 1;
    filter: brightness(1.06);
  }
}

@keyframes dashboard-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes distractions-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
