.page-home{
  --home-slope: 16deg;
  --home-card-bg: rgba(28,90,102,.52);
  --home-card-bg-strong: rgba(28,90,102,.82);
  --home-rule: rgba(197,214,216,.16);
  --home-panel: rgba(13,31,38,.44);
  position: relative;
  isolation: isolate;
  color: var(--c-white);
}

.page-home__context{
  margin: 0 auto;
  max-width: var(--container);
  padding: 20px 20px 0;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--c-muted);
}

.page-home__context a{
  color: var(--c-blue);
  text-decoration: none;
}

.page-home__context a:hover{
  color: var(--c-white);
}

.page-home__hero{
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0 auto;
  max-width: var(--container);
  padding: 44px 20px 58px;
}

.page-home__hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, var(--c-bg-deep) 0%, var(--c-bg) 52%, #153f4a 100%);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.page-home__hero::after{
  content: "";
  position: absolute;
  top: 10%;
  right: -12%;
  width: 54%;
  height: 72%;
  z-index: -1;
  background: radial-gradient(circle at 60% 40%, rgba(255,107,53,.14), transparent 62%);
  pointer-events: none;
}

.page-home__hero-kicker{
  margin-bottom: 14px;
  display: inline-block;
}

.page-home__hero-title{
  font-family: var(--font-display);
  font-size: clamp(30px, 6.4vw, 58px);
  line-height: 1.12;
  margin: 0 0 20px;
  color: var(--c-white);
  letter-spacing: .02em;
}

.page-home__hero-title-sub{
  display: block;
  color: var(--c-muted);
  font-weight: 400;
  margin-top: 6px;
}

.page-home__hero-lede{
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.82;
  color: var(--c-muted);
  margin: 0 0 28px;
  max-width: 58ch;
}

.page-home__hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home__hero-actions .btn{
  min-width: 168px;
  justify-content: center;
}

.page-home__hero-side{
  position: relative;
}

.page-home__hero-figure{
  margin: 0;
  border: 1px solid var(--home-rule);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--home-panel);
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
}

.page-home__hero-figure img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.page-home__hero-stats{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
  transform: rotate(1deg);
}

.page-home__stat{
  background: var(--home-card-bg-strong);
  border: 1px solid var(--home-rule);
  border-radius: var(--radius);
  padding: 14px 16px;
  backdrop-filter: blur(4px);
}

.page-home__stat dt{
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--c-muted);
  margin: 0 0 6px;
}

.page-home__stat dd{
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--c-orange);
  margin: 0;
  line-height: 1;
}

.page-home__chapter-box{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.page-home__chapter-box .tag{
  margin-top: 6px;
}

.page-home__directory{
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 64px 20px 72px;
}

.page-home__directory .lede{
  max-width: 72ch;
  color: var(--c-muted);
  margin-top: 18px;
}

.page-home__directory-grid{
  margin-top: 32px;
  gap: 14px;
}

.page-home__directory-card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 174px;
  padding: 24px 22px 22px;
  background: var(--home-card-bg);
  border: 1px solid var(--home-rule);
  border-left: 3px solid var(--c-orange);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--c-white);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease);
}

.page-home__directory-card:nth-child(2){
  border-left-color: var(--c-green);
}

.page-home__directory-card:nth-child(3){
  border-left-color: var(--c-blue);
}

.page-home__directory-card:nth-child(4){
  border-left-color: var(--c-orange-dark);
}

.page-home__directory-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  background: var(--home-card-bg-strong);
}

.page-home__directory-card h3{
  font-family: var(--font-display);
  font-size: 22px;
  margin: 10px 0 8px;
  letter-spacing: .03em;
}

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

.page-home__directory-num{
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--c-orange);
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home__directory-num::after{
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background: var(--home-rule);
}

.page-home__directory-media{
  margin: 34px 0 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--home-rule);
  overflow: hidden;
  position: relative;
  background: var(--home-panel);
  transform: skewY(-1deg);
}

.page-home__directory-media img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  transform: skewY(1deg) scale(1.02);
  aspect-ratio: 16/10;
}

.page-home__subscribe{
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 72px 20px;
}

.page-home__subscribe::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(255,107,53,.07) 0%, transparent 38%, transparent 100%);
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  pointer-events: none;
}

.page-home__subscribe-layout{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.page-home__subscribe-copy p{
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  color: var(--c-muted);
  margin: 0 0 12px;
}

.page-home__subscribe-copy p:first-of-type{
  color: var(--c-white);
  font-size: 18px;
  font-weight: 600;
}

.page-home__subscribe-steps{
  counter-reset: sub-step;
  list-style: none;
  margin: 22px 0 26px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home__subscribe-steps li{
  counter-increment: sub-step;
  position: relative;
  padding: 0 0 0 44px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-muted);
}

.page-home__subscribe-steps li::before{
  content: counter(sub-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-card);
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--c-orange);
  border: 1px solid var(--home-rule);
}

.page-home__subscribe-link{
  display: inline-flex;
}

.page-home__subscribe-media{
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--home-rule);
  overflow: hidden;
  background: var(--home-panel);
  transform: rotate(1.4deg);
  box-shadow: var(--shadow);
}

.page-home__subscribe-media img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 16/10;
}

.page-home__team-scroll{
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 22px 2px 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,107,53,.6) rgba(13,31,38,.4);
}

.page-home__team-scroll::-webkit-scrollbar{
  height: 6px;
}

.page-home__team-scroll::-webkit-scrollbar-track{
  background: rgba(13,31,38,.4);
}

.page-home__team-scroll::-webkit-scrollbar-thumb{
  background: rgba(255,107,53,.6);
  border-radius: 3px;
}

.page-home__team-card{
  flex: 0 0 208px;
  scroll-snap-align: start;
  background: var(--home-card-bg);
  border: 1px solid var(--home-rule);
  border-radius: var(--radius);
  padding: 16px 16px 14px;
  transition: background .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}

.page-home__team-card:hover{
  background: var(--home-card-bg-strong);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.page-home__team-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.page-home__team-star{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,107,53,.14);
  border: 1px solid rgba(255,107,53,.42);
  color: var(--c-orange);
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
  transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}

.page-home__team-star:hover{
  background: var(--c-orange);
  color: #fff;
  transform: scale(1.1);
}

.page-home__team-name{
  font-family: var(--font-display);
  font-size: 19px;
  margin: 0 0 6px;
  color: var(--c-white);
  letter-spacing: .02em;
}

.page-home__team-desc{
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--c-muted);
}

.page-home__team-status{
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-green);
  margin: 0;
}

.page-home__downloads{
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 72px 20px;
}

.page-home__downloads .lede{
  color: var(--c-muted);
  max-width: 62ch;
  margin-top: 18px;
}

.page-home__tabs{
  margin-top: 30px;
}

.page-home__download-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 18px;
  background: var(--home-card-bg);
  border: 1px solid var(--home-rule);
  border-radius: var(--radius);
  margin-bottom: 10px;
  transition: background .22s var(--ease), border-color .22s var(--ease);
}

.page-home__download-row:hover{
  background: var(--home-card-bg-strong);
  border-color: rgba(255,107,53,.5);
}

.page-home__download-info{
  display: grid;
  gap: 4px;
  flex: 1;
  min-width: 180px;
}

.page-home__download-info strong{
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--c-white);
  font-weight: 700;
}

.page-home__download-info span{
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-muted);
}

.page-home__download-ver{
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-orange);
  background: rgba(255,107,53,.1);
  border: 1px solid rgba(255,107,53,.3);
  border-radius: var(--radius);
  padding: 5px 10px;
}

.page-home__download-helper{
  margin: 22px 0 0;
  font-size: 14px;
  color: var(--c-muted);
  text-align: right;
}

.page-home__download-helper a{
  color: var(--c-blue);
  text-decoration: none;
}

.page-home__download-helper a:hover{
  color: var(--c-white);
  text-decoration: underline;
}

.page-home__upgrade{
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 76px 20px;
}

.page-home__upgrade::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, transparent 0%, rgba(28,90,102,.5) 62%, rgba(13,31,38,.6) 100%);
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  pointer-events: none;
}

.page-home__upgrade-layout{
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 30px;
}

.page-home__upgrade-copy .lede{
  color: var(--c-muted);
}

.page-home__upgrade-facts{
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home__upgrade-facts li{
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-muted);
}

.page-home__upgrade-facts li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--c-green);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(57,255,20,.5);
}

.page-home__upgrade-link{
  display: inline-flex;
}

.page-home__timeline{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home__timeline-item{
  position: relative;
  border-left: 3px solid var(--c-orange);
  background: var(--home-card-bg);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 20px 18px 24px;
}

.page-home__timeline-item:nth-child(even){
  border-left-color: var(--c-green);
}

.page-home__timeline-version{
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--c-orange);
  text-transform: uppercase;
  letter-spacing: .05em;
  background: rgba(255,107,53,.1);
  border: 1px solid rgba(255,107,53,.3);
  border-radius: 999px;
  padding: 3px 10px;
}

.page-home__timeline-item:nth-child(even) .page-home__timeline-version{
  color: var(--c-green);
  background: rgba(57,255,20,.08);
  border-color: rgba(57,255,20,.3);
}

.page-home__timeline-title{
  font-family: var(--font-display);
  font-size: 20px;
  margin: 10px 0 6px;
  color: var(--c-white);
}

.page-home__timeline-item p{
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-muted);
}

.page-home__mobile{
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 72px 20px;
}

.page-home__mobile-layout{
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 30px;
}

.page-home__mobile-visual{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-home__countdown-card{
  position: relative;
  background: linear-gradient(140deg, rgba(13,31,38,.92), rgba(28,90,102,.78));
  border: 1px solid rgba(57,255,20,.5);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  max-width: 420px;
  box-shadow: 0 0 30px rgba(57,255,20,.08);
  animation: page-home-glow-pulse 2.6s ease-in-out infinite;
  transform: rotate(-1deg);
}

.page-home__countdown-live{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--c-green);
  margin-bottom: 12px;
}

.page-home__countdown-label{
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--c-muted);
  margin-bottom: 4px;
}

.page-home__countdown-num{
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 54px;
  font-weight: 700;
  color: var(--c-white);
  line-height: 1.1;
  letter-spacing: .05em;
  animation: page-home-count-tick 1s steps(2, end) infinite;
}

.page-home__countdown-list{
  list-style: none;
  margin: 18px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--home-rule);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.page-home__countdown-list li{
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-muted);
  background: rgba(57,255,20,.06);
  border-radius: var(--radius);
  text-align: center;
  padding: 8px 4px;
}

.page-home__mobile-media{
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--home-rule);
  overflow: hidden;
  background: var(--home-panel);
  transform: rotate(1deg);
}

.page-home__mobile-media img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 16/10;
}

.page-home__mobile-copy p{
  font-size: 16px;
  line-height: 1.8;
  color: var(--c-muted);
  margin: 0 0 22px;
}

.page-home__mobile-steps{
  counter-reset: mobile-step;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home__mobile-steps li{
  counter-increment: mobile-step;
  position: relative;
  padding: 0 0 0 42px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-muted);
}

.page-home__mobile-steps li::before{
  content: counter(mobile-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57,255,20,.08);
  border: 1px solid rgba(57,255,20,.4);
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--c-green);
}

.page-home__news{
  max-width: var(--container);
  margin: 0 auto;
  padding: 72px 20px 48px;
}

.page-home__news-list{
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--home-rule);
}

.page-home__news-item{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 18px 4px;
  border-bottom: 1px solid var(--home-rule);
  transition: background .2s var(--ease);
}

.page-home__news-item:hover{
  background: rgba(28,90,102,.3);
}

.page-home__news-item a{
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--c-white);
  text-decoration: none;
  flex: 1;
  min-width: 220px;
}

.page-home__news-item a:hover{
  color: var(--c-orange);
}

.page-home__news-meta{
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-muted);
}

.page-home__news-more{
  display: inline-flex;
  margin-top: 24px;
}

.page-home__trust{
  max-width: var(--container);
  margin: 24px auto 56px;
}

.page-home__trust p{
  display: inline;
}

.page-home__trust a{
  color: var(--c-blue);
  text-decoration: none;
}

.page-home__trust a:hover{
  color: var(--c-white);
  text-decoration: underline;
}

@keyframes page-home-count-tick{
  0%, 100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-2px);
    opacity: .86;
  }
}

@keyframes page-home-glow-pulse{
  0%, 100%{
    box-shadow: 0 0 18px rgba(57,255,20,.06);
  }
  50%{
    box-shadow: 0 0 32px rgba(57,255,20,.16);
  }
}

@media (min-width: 768px){
  .page-home__hero{
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 42px;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .page-home__hero-side{
    display: grid;
    gap: 16px;
  }

  .page-home__hero-stats{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home__directory-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .page-home__subscribe-layout{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
  }

  .page-home__team-scroll{
    margin-top: 18px;
  }

  .page-home__upgrade-layout{
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 44px;
    align-items: start;
  }

  .page-home__mobile-layout{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
  }

  .page-home__mobile-visual{
    order: -1;
  }
}

@media (min-width: 1080px){
  .page-home__directory-grid{
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .page-home__directory-card{
    min-height: 192px;
    padding: 28px 24px 24px;
  }

  .page-home__team-card{
    flex-basis: 224px;
  }

  .page-home__countdown-card{
    margin-right: 30px;
  }
}
