:root {
  color-scheme: dark;
  --black: #000;
  --white: #fff;
  --muted: rgba(255, 255, 255, 0.74);
  --soft: rgba(255, 255, 255, 0.52);
  --yellow: #ffd400;
  --orange: #ff7a00;
  --red: #ff1f00;
  --green: #19ec45;
  --cyan: #00e8ff;
  --magenta: #f72cff;
  --purple: #8f48ff;
  --max: 1360px;
}

@media (max-width: 640px) {
  .hero h1 {
    left: 24px;
    width: 340px;
  }

  .hero h1 span {
    font-size: 32px;
    letter-spacing: -0.45px;
  }

  .hero h1 strong {
    font-size: 30px;
  }

  .support-band {
    height: 300px;
  }

  .support-button {
    top: 224px;
  }
}

/* Mobile polish pass based on the Figma mobile reference. */
@media (max-width: 640px) {
  .mobile-programs,
  .community-section,
  .support-band,
  .watch-section,
  .social-section,
  .site-footer {
    width: min(355px, 100%);
    margin-inline: auto;
  }

  .mobile-programs {
    height: 870px;
    overflow: hidden;
  }

  .mobile-programs::before,
  .mobile-programs::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }

  .mobile-programs::before {
    top: 182px;
    left: 0;
    width: 355px;
    height: 260px;
    background:
      radial-gradient(circle at 74% 28%, rgba(47, 224, 69, 0.44), rgba(47, 224, 69, 0.16) 30%, rgba(47, 224, 69, 0) 62%),
      linear-gradient(180deg, rgba(0, 0, 0, 0), #050505 88%);
    filter: blur(18px);
  }

  .mobile-programs::after {
    top: 566px;
    left: -38px;
    width: 330px;
    height: 230px;
    background: radial-gradient(circle at 42% 36%, rgba(152, 87, 255, 0.55), rgba(152, 87, 255, 0.17) 38%, rgba(152, 87, 255, 0) 70%);
    filter: blur(20px);
  }

  .mobile-program-visual,
  .mobile-program-copy {
    z-index: 1;
  }

  .mobile-program-visual {
    border: 0;
    box-shadow: none;
  }

  .mobile-daylight-visual {
    top: 27px;
    left: 22px;
    width: 312px;
    height: 216px;
    border-radius: 18px;
  }

  .mobile-daylight-visual::after {
    content: "MINDEN NAP 06:00-18:00";
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: grid;
    width: 174px;
    height: 40px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(90deg, #fff245 0%, #2fe045 100%);
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 14px;
    white-space: nowrap;
  }

  .mobile-daylight-visual img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
  }

  .mobile-after-visual {
    top: 438px;
    left: 22px;
    width: 312px;
    height: 205px;
    border-radius: 18px;
  }

  .mobile-after-visual img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
  }

  .mobile-after-badge {
    top: 18px;
    right: 18px;
    width: 174px;
    height: 40px;
    border: 1px solid #1aa7ff;
    border-radius: 14px;
    background: linear-gradient(90deg, #9857ff 0%, #6d35df 52%, #4a1d9a 100%);
    padding: 0;
    font-size: 10px;
    letter-spacing: 0.05em;
    box-shadow: none;
  }

  .mobile-daylight-copy .mobile-program-label {
    top: 290px;
  }

  .mobile-daylight-copy h2 {
    top: 322px;
  }

  .mobile-daylight-copy p:not(.mobile-program-label) {
    top: 363px;
  }

  .mobile-after-copy .mobile-program-label {
    top: 687px;
  }

  .mobile-after-copy h2 {
    top: 719px;
    width: 344px;
  }

  .mobile-after-copy p:not(.mobile-program-label) {
    top: 790px;
    width: 344px;
  }

  .community-section {
    height: 372px;
    background:
      radial-gradient(circle at 18% 80%, rgba(152, 87, 255, 0.42), rgba(152, 87, 255, 0.12) 30%, rgba(152, 87, 255, 0) 58%),
      radial-gradient(circle at 84% 82%, rgba(255, 58, 0, 0.36), rgba(255, 58, 0, 0.1) 32%, rgba(255, 58, 0, 0) 62%),
      #050505;
  }

  .community-copy .text-link {
    top: 142px;
  }

  .team-photo {
    top: 170px;
    left: 0;
    width: 390px;
    height: 274px;
    object-position: center top;
  }

  .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .support-band {
    height: 300px;
    overflow: hidden;
  }

  .support-icon {
    top: 54px;
    left: 38px;
  }

  .support-copy {
    top: 41px;
    left: 109px;
    width: 238px;
  }

  .support-copy p {
    width: 230px;
  }

  .support-button {
    top: 224px;
    left: 50%;
    width: 174px;
    min-width: 174px;
    height: 56px;
    min-height: 56px;
    transform: translateX(-50%);
    border-radius: 17px;
    padding: 0 22px;
  }

  .watch-section {
    height: 360px;
  }

  .watch-section > .eyebrow.watch {
    top: 42px;
  }

  .device-card:nth-child(1) {
    top: 88px;
    left: 61px;
  }

  .device-card:nth-child(2) {
    top: 88px;
    left: 155px;
  }

  .device-card:nth-child(3) {
    top: 88px;
    left: 249px;
  }

  .device-card:nth-child(4) {
    top: 225px;
    left: 61px;
  }

  .device-card:nth-child(5) {
    top: 225px;
    left: 155px;
  }

  .device-card:nth-child(6) {
    top: 225px;
    left: 249px;
  }

  .social-section {
    height: 96px;
  }

  .social-section > .eyebrow.social {
    top: 22px;
  }

  .site-footer {
    height: 550px;
  }

  .site-footer img {
    top: 238px;
    left: 52px;
    width: 117px;
    content: url("kepek/mobil/logo1.png");
  }

  .support-band {
    height: 300px;
  }

  .support-button {
    top: 224px;
  }
}

@media (min-width: 1024px) {
  .site-header {
    display: flex;
    justify-content: center;
    padding-top: 32px;
  }

  .brand img {
    width: 193px;
  }

  .hero {
    min-height: 550px;
  }

  .figma-blocks {
    padding-top: 0;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  body {
    --tablet-w: min(100vw, 768px);
  }

  .site-header,
  .hero,
  .tablet-programs,
  .community-section,
  .watch-section,
  .social-section,
  .signup-band,
  .site-footer {
    width: var(--tablet-w);
    margin-inline: auto;
  }

  .site-header {
    position: relative;
    height: calc(var(--tablet-w) * 0.15625);
    padding: 0;
  }

  .brand {
    position: absolute;
    top: calc(var(--tablet-w) * 0.035);
    left: 50%;
    width: calc(var(--tablet-w) * 0.2604);
    transform: translateX(-50%);
  }

  .brand img {
    width: 100%;
  }

  .hero {
    position: relative;
    display: block;
    height: calc(var(--tablet-w) * 0.6198);
    min-height: 0;
    overflow: hidden;
    padding: 0;
  }

  .hero-copy {
    position: static;
  }

  .hero h1 {
    position: absolute;
    top: calc(var(--tablet-w) * 0.047);
    left: 4.1667%;
    z-index: 2;
    width: 45.6%;
    font-size: calc(var(--tablet-w) * 0.0521);
    line-height: 1.04;
  }

  .hero h1 strong {
    margin-top: calc(var(--tablet-w) * 0.018);
  }

  .hero-lead {
    position: absolute;
    top: calc(var(--tablet-w) * 0.2917);
    left: 4.1667%;
    z-index: 2;
    width: 37%;
    margin: 0;
    font-size: calc(var(--tablet-w) * 0.0182);
    line-height: 1.45;
  }

  .hero-note {
    position: absolute;
    top: calc(var(--tablet-w) * 0.3646);
    left: 4.1667%;
    z-index: 2;
    margin: 0;
    font-size: calc(var(--tablet-w) * 0.0143);
  }

  .hero .button {
    position: absolute;
    top: calc(var(--tablet-w) * 0.3984);
    left: 4.1667%;
    z-index: 3;
    width: calc(var(--tablet-w) * 0.2096);
    min-width: 0;
    min-height: calc(var(--tablet-w) * 0.0651);
    margin: 0;
    border-radius: calc(var(--tablet-w) * 0.026);
    font-size: calc(var(--tablet-w) * 0.0169);
  }

  .hero-media {
    position: absolute;
    top: calc(var(--tablet-w) * -0.044);
    left: 22.92%;
    width: 77.08%;
  }

  .hero-media::before {
    content: none;
  }

  .hero-media img,
  .hero-media picture img {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .figma-blocks,
  .mobile-programs {
    display: none;
  }

  .tablet-programs {
    position: relative;
    display: block;
    height: calc(var(--tablet-w) * 0.7747);
    overflow: hidden;
  }

  .tablet-program,
  .tablet-program img,
  .tablet-time {
    position: absolute;
  }

  .tablet-daylight {
    inset: 0 0 auto;
    height: calc(var(--tablet-w) * 0.401);
  }

  .tablet-daylight .tablet-glow {
    top: calc(var(--tablet-w) * -0.06);
    left: 52%;
    width: 47.92%;
  }

  .tablet-daylight .tablet-program-photo {
    top: 0;
    left: 4.1667%;
    z-index: 1;
    width: 56.38%;
  }

  .tablet-daylight .tablet-program-text {
    top: calc(var(--tablet-w) * 0.022);
    left: 63.15%;
    z-index: 2;
    width: 32.68%;
  }

  .tablet-after {
    top: calc(var(--tablet-w) * 0.401);
    left: 0;
    width: 100%;
    height: calc(var(--tablet-w) * 0.3737);
  }

  .tablet-after .tablet-glow {
    top: calc(var(--tablet-w) * -0.075);
    left: 0;
    width: 47.14%;
  }

  .tablet-after .tablet-program-text {
    top: calc(var(--tablet-w) * 0.0234);
    left: 4.1667%;
    z-index: 2;
    width: 38.8%;
  }

  .tablet-after .tablet-program-photo {
    top: 0;
    left: 39.45%;
    z-index: 1;
    width: 56.38%;
  }

  .tablet-time {
    z-index: 3;
    display: grid;
    width: 22.66%;
    height: calc(var(--tablet-w) * 0.0521);
    place-items: center;
    border-radius: calc(var(--tablet-w) * 0.0195);
    color: #fff;
    font-size: calc(var(--tablet-w) * 0.013);
    font-weight: 700;
    white-space: nowrap;
  }

  .tablet-time-daylight {
    top: calc(var(--tablet-w) * 0.0143);
    left: 6.12%;
    background: linear-gradient(90deg, #ffe000, #28df4a);
  }

  .tablet-time-after {
    top: calc(var(--tablet-w) * 0.0195);
    left: 70.31%;
    background: linear-gradient(90deg, #9857ff, #4b238d);
  }

  .community-section {
    position: relative;
    height: calc(var(--tablet-w) * 0.6406);
    overflow: hidden;
    padding: 0;
  }

  .community-section::before {
    content: none;
  }

  .team-photo {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .team-photo img {
    width: 100%;
  }

  .community-copy {
    position: relative;
    z-index: 2;
    padding-top: calc(var(--tablet-w) * 0.064);
  }

  .community-copy h2 {
    font-size: calc(var(--tablet-w) * 0.026);
  }

  .community-copy p {
    max-width: 72%;
    margin: calc(var(--tablet-w) * 0.025) auto 0;
    font-size: calc(var(--tablet-w) * 0.0169);
    line-height: 1.55;
  }

  .support-band {
    width: var(--tablet-w);
    min-height: calc(var(--tablet-w) * 0.2604);
    margin: 0 auto;
    padding-inline: calc(var(--tablet-w) * 0.16);
  }
}

@media (min-width: 1024px) {
  .social-section {
    margin-top: 30px;
  }

  .watch-section {
    background: #050505;
  }

  .watch-section::before {
    content: none;
  }
}

@font-face {
  font-family: "Satoshi";
  src:
    url("Weboldal assets/Fontok/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Variable.woff2") format("woff2"),
    url("Weboldal assets/Fontok/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Variable.woff") format("woff");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("Weboldal assets/Fontok/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-VariableItalic.woff2") format("woff2"),
    url("Weboldal assets/Fontok/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-VariableItalic.woff") format("woff");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("Weboldal assets/Fontok/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Satoshi", Arial, Helvetica, sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

picture {
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 200;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  border-radius: 999px;
  background: var(--yellow);
  color: #000;
  padding: 0.75rem 1rem;
  font-weight: 900;
}

.site-header {
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
  padding: 44px 0 18px;
}

.brand {
  display: inline-flex;
}

.nav-subscribe {
  display: none;
}

.brand img {
  width: 154px;
  height: auto;
}

.hero,
.figma-blocks,
.mobile-programs,
.program-section,
.community-section,
.watch-section,
.social-section,
.signup-band,
.site-footer {
  width: min(var(--max), calc(100% - 80px));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  align-items: center;
  overflow: hidden;
  min-height: 635px;
  padding: 10px 0 46px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.hero h1 {
  margin: 0;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 900;
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  margin-top: 6px;
  background: linear-gradient(90deg, var(--red) 0%, var(--orange) 30%, var(--yellow) 50%, var(--green) 72%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 520px;
  margin: 26px 0 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.hero-note {
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}

.button {
  display: inline-flex;
  min-width: 164px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 26px;
  color: #030303;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.button-spectrum {
  background: linear-gradient(90deg, var(--red), var(--orange) 48%, var(--yellow));
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hero .button {
  margin-top: 22px;
}

.hero-media {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.hero-media::before {
  position: absolute;
  inset: 8% -5% 0 2%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 48%, rgba(16, 238, 66, 0.22), transparent 38%),
    radial-gradient(circle at 70% 36%, rgba(0, 232, 255, 0.2), transparent 42%),
    radial-gradient(circle at 20% 70%, rgba(255, 47, 0, 0.16), transparent 40%);
  filter: blur(35px);
  content: "";
}

.hero-media img {
  width: min(100%, 735px);
  margin-left: auto;
}

.hero-media picture img {
  width: min(100%, 735px);
  margin-left: auto;
}

.program-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 52px;
  overflow: hidden;
  padding: 34px 0;
}

.figma-blocks {
  display: grid;
  gap: 0;
  padding: 18px 0 24px;
}

.figma-blocks img {
  width: 100%;
  height: auto;
}

.figma-blocks picture img {
  width: 100%;
  height: auto;
}

.figma-blocks picture + picture {
  margin-top: -430px;
}

.figma-blocks picture:last-child {
  margin-bottom: -270px;
}

.mobile-programs {
  display: none;
}

.tablet-programs {
  display: none;
}

.mobile-program-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.program-section::before {
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.5;
  content: "";
}

.daylight-section::before {
  right: -190px;
  top: 0;
  background: radial-gradient(circle, rgba(25, 236, 69, 0.9), rgba(25, 236, 69, 0.15) 54%, transparent 70%);
}

.after-section {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  padding-top: 42px;
}

.after-section::before {
  left: -220px;
  top: -34px;
  background: radial-gradient(circle, rgba(143, 72, 255, 0.78), rgba(255, 42, 222, 0.18) 54%, transparent 72%);
}

.program-photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #090909;
}

.program-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-control {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.26);
}

.play-control::before {
  position: absolute;
  inset: 50% auto auto 52%;
  transform: translate(-40%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid rgba(255, 255, 255, 0.9);
  content: "";
}

.program-copy {
  max-width: 520px;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow.daylight,
.text-link.daylight {
  color: var(--green);
}

.eyebrow.after,
.text-link.after {
  color: var(--purple);
}

.eyebrow.community,
.text-link.community,
.eyebrow.social {
  color: var(--yellow);
}

.eyebrow.watch {
  color: var(--magenta);
  text-align: center;
}

.program-copy h2,
.community-copy h2,
.social-section h2,
.support-copy h2,
.signup-copy h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.16;
  font-weight: 800;
}

.program-copy p,
.community-copy p,
.social-section p,
.support-copy p,
.signup-copy p {
  margin: 18px 0 0;
  color: var(--white);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-link::after {
  content: "→";
}

.after-photo {
  aspect-ratio: 660 / 413;
}

.community-section {
  position: relative;
  overflow: hidden;
  padding: 68px 0 0;
  text-align: center;
}

.community-section::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  z-index: -1;
  height: 48%;
  background:
    radial-gradient(circle at 12% 70%, rgba(143, 72, 255, 0.38), transparent 42%),
    radial-gradient(circle at 86% 65%, rgba(255, 31, 0, 0.32), transparent 38%);
  filter: blur(34px);
  content: "";
}

.community-copy {
  max-width: 680px;
  margin: 0 auto;
}

.community-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.team-photo {
  width: 100%;
  margin-top: 30px;
}

.team-photo img {
  width: 100%;
}

.support-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  width: 100%;
  margin-top: 0;
  background: linear-gradient(100deg, var(--orange) 0%, var(--magenta) 31%, var(--purple) 51%, var(--cyan) 72%, var(--green) 100%);
  padding: 42px max(40px, calc((100vw - var(--max)) / 2 + 40px));
}

.support-icon {
  display: grid;
  width: 82px;
  height: 112px;
  place-items: center;
}

.support-icon img {
  width: 62px;
  height: auto;
}

.support-copy h2 {
  font-size: 34px;
}

.support-copy p {
  max-width: 740px;
  margin-top: 7px;
  line-height: 1.65;
}

.support-button {
  display: inline-flex;
  min-width: 156px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.watch-section {
  padding: 60px 0 48px;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  margin-top: 24px;
}

.device-card {
  display: grid;
  min-height: 142px;
  place-items: center;
  text-align: center;
}

.device-card img {
  width: 96px;
  max-width: 100%;
  max-height: 96px;
  object-fit: contain;
}

.device-mobile img {
  width: 46px;
  margin-bottom: 13px;
}

.device-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.device-card p {
  max-width: 150px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.social-section {
  padding: 36px 0 70px;
  text-align: center;
}

.social-section p {
  max-width: 540px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.78);
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 26px;
}

.social-icons img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.signup-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  width: 100%;
  background: #202020;
  padding: 40px max(40px, calc((100vw - var(--max)) / 2 + 40px));
}

.signup-logo img {
  width: 132px;
}

.signup-copy h2 {
  font-size: 22px;
}

.signup-copy p {
  max-width: 390px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.signup-form {
  display: grid;
  grid-template-columns: minmax(190px, 260px) auto;
  align-items: center;
  gap: 12px;
}

.signup-form input {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  color: var(--white);
  padding: 0 18px;
  outline: none;
}

.signup-form input:focus {
  border-color: var(--cyan);
}

.form-message {
  grid-column: 1 / -1;
  min-height: 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.site-footer {
  width: 100%;
  padding: 72px 40px 42px;
  border-bottom: 10px solid transparent;
  border-image: linear-gradient(90deg, var(--red), var(--orange), var(--yellow), var(--green), var(--cyan), var(--purple)) 1;
  text-align: center;
}

.site-footer img {
  width: 132px;
  margin: 0 auto;
}

.site-footer p {
  max-width: 360px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.footer-links a {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  padding: 9px 15px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links a:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.site-footer small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

@media (max-width: 1180px) {
  .site-header,
  .hero,
  .figma-blocks,
  .program-section,
  .community-section,
  .watch-section,
  .social-section {
    width: calc(100% - 56px);
  }

  .hero {
    min-height: 560px;
  }

  .hero h1 {
    font-size: 50px;
  }

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

  .program-section {
    gap: 34px;
  }

  .figma-blocks picture + picture {
    margin-top: -330px;
  }

  .figma-blocks picture:last-child {
    margin-bottom: -210px;
  }

  .program-copy h2,
  .community-copy h2,
  .social-section h2 {
    font-size: 31px;
  }

  .program-copy p {
    font-size: 14px;
  }

  .device-grid {
    gap: 18px;
  }
}

@media (max-width: 860px) {
  .site-header {
    width: calc(100% - 40px);
    padding: 30px 0 18px;
  }

  .brand img {
    width: 118px;
  }

  .hero,
  .figma-blocks,
  .program-section,
  .community-section,
  .watch-section,
  .social-section {
    width: calc(100% - 40px);
  }

  .hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    min-height: 470px;
    padding-bottom: 36px;
  }

  .figma-blocks picture + picture {
    margin-top: -230px;
  }

  .figma-blocks picture:last-child {
    margin-bottom: -145px;
  }

  .hero h1 {
    font-size: 34px;
  }

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

  .hero-note {
    margin-top: 13px;
    font-size: 11px;
  }

  .button {
    min-width: 128px;
    min-height: 38px;
    padding: 0 18px;
    font-size: 10px;
  }

  .hero .button {
    margin-top: 16px;
  }

  .program-section,
  .after-section {
    gap: 22px;
    padding: 22px 0;
  }

  .program-copy h2,
  .community-copy h2,
  .social-section h2 {
    font-size: 25px;
  }

  .program-copy p,
  .community-copy p,
  .social-section p {
    font-size: 12px;
    line-height: 1.65;
  }

  .text-link,
  .eyebrow {
    font-size: 10px;
  }

  .community-section {
    padding-top: 42px;
  }

  .support-band {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
    padding: 32px 28px;
  }

  .support-button {
    grid-column: 2;
    width: max-content;
  }

  .support-icon {
    width: 68px;
    height: 92px;
  }

  .support-icon img {
    width: 50px;
  }

  .support-copy h2 {
    font-size: 26px;
  }

  .support-copy p {
    font-size: 12px;
  }

  .device-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 14px;
  }

  .signup-band {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    padding: 32px 28px;
  }

  .signup-form {
    grid-column: 1 / -1;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .figma-blocks,
  .mobile-programs,
  .program-section,
  .community-section,
  .watch-section,
  .social-section {
    width: calc(100% - 20px);
  }

  .site-header {
    padding-top: 28px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 22px 0 34px;
  }

  .figma-blocks {
    display: none;
  }

  .mobile-programs {
    display: grid;
    width: calc(100% - 34px);
    margin-inline: auto;
    gap: 34px;
    padding: 6px 0 10px;
  }

  .mobile-program {
    min-width: 0;
  }

  .mobile-program-visual {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 24px;
    background: #050505;
  }

  .mobile-program-visual img {
    width: auto;
    max-width: none;
    height: auto;
  }

  .mobile-daylight-visual {
    aspect-ratio: 625 / 414;
  }

  .mobile-daylight-visual img {
    width: 217%;
    margin-top: -26.6%;
    margin-left: 0;
  }

  .mobile-after-visual {
    aspect-ratio: 624 / 413;
  }

  .mobile-after-visual img {
    width: 218%;
    margin-top: -35%;
    margin-left: -118%;
  }

  .mobile-after-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: flex;
    width: 174px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #2196f3;
    border-radius: 16px;
    background: linear-gradient(180deg, #7c3cff 0%, #5b22c8 100%);
    color: #fff;
    padding: 13px 15px;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px rgba(33, 150, 243, 0.2);
  }

  .mobile-program-copy {
    padding: 34px 0 0;
  }

  .mobile-daylight-copy {
    padding-bottom: 44px;
    background:
      radial-gradient(circle at 64% 38%, rgba(25, 236, 69, 0.56), rgba(25, 236, 69, 0.18) 30%, rgba(0, 0, 0, 0) 64%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.05), #000 96%);
  }

  .mobile-after-copy {
    padding-top: 30px;
    padding-bottom: 4px;
    background:
      radial-gradient(circle at 36% 22%, rgba(143, 72, 255, 0.42), rgba(143, 72, 255, 0.14) 34%, rgba(0, 0, 0, 0) 68%),
      #000;
  }

  .mobile-program-label {
    margin: 0 0 22px;
    color: var(--green);
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-after-copy .mobile-program-label {
    color: var(--purple);
  }

  .mobile-program-copy h2 {
    max-width: 360px;
    margin: 0;
    color: var(--white);
    font-size: 33px;
    font-weight: 800;
    line-height: 1.16;
  }

  .mobile-program-copy p:not(.mobile-program-label) {
    max-width: 360px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.93);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
  }

  .hero-copy {
    max-width: 340px;
  }

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

  .hero-lead {
    max-width: 230px;
  }

  .hero-note {
    max-width: 220px;
  }

  .hero-media {
    margin-top: 16px;
  }

  .hero-media img {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }

  .program-section,
  .after-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 22px 0;
  }

  .after-section .program-photo {
    order: 1;
  }

  .after-section .program-copy {
    order: 2;
  }

  .program-photo {
    border-radius: 8px;
  }

  .play-control {
    width: 48px;
    height: 48px;
  }

  .program-copy {
    max-width: none;
  }

  .program-copy h2,
  .community-copy h2,
  .social-section h2 {
    font-size: 26px;
  }

  .program-copy p,
  .community-copy p,
  .social-section p {
    font-size: 12px;
  }

  .community-section {
    padding-top: 36px;
  }

  .team-photo {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .support-band {
    display: block;
    padding: 28px 20px;
    text-align: left;
  }

  .support-icon {
    width: 56px;
    height: 76px;
    margin-bottom: 18px;
  }

  .support-icon img {
    width: 42px;
  }

  .support-copy h2 {
    font-size: 22px;
  }

  .support-button {
    margin-top: 18px;
  }

  .watch-section {
    padding: 42px 0 34px;
  }

  .device-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 8px;
  }

  .device-card {
    min-height: 102px;
  }

  .device-card img {
    width: 72px;
    max-height: 72px;
  }

  .device-mobile img {
    width: 34px;
    margin-bottom: 8px;
  }

  .device-mobile h3 {
    font-size: 12px;
  }

  .device-mobile p {
    max-width: 85px;
    font-size: 8px;
  }

  .social-section {
    padding: 24px 0 42px;
  }

  .social-icons {
    gap: 12px;
  }

  .social-icons img {
    width: 48px;
    height: 48px;
  }

  .signup-band {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 14px;
    padding: 26px 20px;
  }

  .signup-logo img {
    width: 78px;
  }

  .signup-copy h2 {
    font-size: 16px;
  }

  .signup-copy p {
    font-size: 10px;
  }

  .signup-form {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .signup-form input,
  .signup-form .button {
    width: 100%;
  }

  .form-message {
    text-align: left;
  }

  .site-footer {
    padding: 48px 20px 34px;
  }
}

/* Pixel-accurate 390 px mobile composition from the Figma mobile frame. */
@media (max-width: 640px) {
  html,
  body {
    background: #050505;
  }

  body {
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    line-height: 1;
  }

  .site-header,
  .hero,
  .mobile-programs,
  .community-section,
  .watch-section,
  .social-section,
  .site-footer {
    width: min(390px, 100%);
    margin-inline: auto;
  }

  .site-header {
    position: relative;
    height: 102px;
    padding: 0;
  }

  .brand {
    position: absolute;
    top: 29px;
    left: 50%;
    display: block;
    width: 166px;
    height: 73px;
    transform: translateX(-50%);
  }

  .brand img {
    width: 166px;
    height: 73px;
    object-fit: contain;
  }

  .hero {
    position: relative;
    display: block;
    height: 659px;
    min-height: 0;
    overflow: hidden;
    padding: 0;
  }

  .hero-copy {
    display: contents;
  }

  .hero h1 {
    position: absolute;
    top: 49px;
    left: 31px;
    z-index: 2;
    width: 343px;
    margin: 0;
    font-weight: 700;
  }

  .hero h1 span {
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.7px;
    white-space: nowrap;
  }

  .hero h1 strong {
    display: block;
    width: 342px;
    margin-top: 5px;
    background: linear-gradient(
      90deg,
      #ff0000 0%,
      #ff8b00 18.667%,
      #ffd400 36.48%,
      #2fe045 57.193%,
      #00e7ff 75.834%,
      #9857ff 98.558%
    );
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    -webkit-background-clip: text;
  }

  .hero-media {
    position: absolute;
    top: 174px;
    left: 31px;
    z-index: 1;
    width: 354px;
    height: 301px;
    margin: 0;
    overflow: hidden;
  }

  .hero-media::before {
    content: none;
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center 53%;
  }

  .hero-lead {
    position: absolute;
    top: 486px;
    left: 44px;
    z-index: 2;
    width: 306px;
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .hero-note {
    position: absolute;
    top: 540px;
    left: 44px;
    z-index: 2;
    width: 350px;
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    white-space: nowrap;
  }

  .hero .button {
    position: absolute;
    top: 584px;
    left: 115px;
    z-index: 2;
    width: 161px;
    min-width: 161px;
    height: 50px;
    min-height: 50px;
    margin: 0;
    border-radius: 18px;
    background: linear-gradient(270deg, #ffd400 7.212%, #ff8b00 47.386%, #ff0000 100%);
    color: #000;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
  }

  .figma-blocks {
    display: none;
  }

  .mobile-programs {
    position: relative;
    display: block;
    height: 838px;
    padding: 0;
  }

  .mobile-program,
  .mobile-program-copy {
    position: static;
  }

  .mobile-program-copy {
    padding: 0;
    background: none;
  }

  .mobile-program-visual {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #050505;
  }

  .mobile-daylight-visual {
    top: 24px;
    left: 23px;
    width: 343px;
    height: 229px;
    aspect-ratio: auto;
  }

  .mobile-after-visual {
    top: 417px;
    left: 24px;
    width: 343px;
    height: 226px;
    aspect-ratio: auto;
  }

  .mobile-program-visual img,
  .mobile-daylight-visual img,
  .mobile-after-visual img {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
  }

  .mobile-after-visual img {
    width: 108%;
    margin-left: -7%;
    object-fit: fill;
  }

  .mobile-program-label,
  .mobile-program-copy h2,
  .mobile-program-copy p:not(.mobile-program-label) {
    position: absolute;
    width: 343px;
    margin: 0;
  }

  .mobile-program-label {
    color: #2fe045;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
  }

  .mobile-daylight-copy .mobile-program-label {
    top: 263px;
    left: 23px;
  }

  .mobile-after-copy .mobile-program-label {
    top: 665px;
    left: 24px;
    color: #9857ff;
  }

  .mobile-program-copy h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .mobile-daylight-copy h2 {
    top: 293px;
    left: 22px;
    width: 344px;
  }

  .mobile-after-copy h2 {
    top: 695px;
    left: 23px;
  }

  .mobile-program-copy p:not(.mobile-program-label) {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .mobile-daylight-copy p:not(.mobile-program-label) {
    top: 330px;
    left: 24px;
    width: 342px;
  }

  .mobile-after-copy p:not(.mobile-program-label) {
    top: 757px;
    left: 23px;
  }

  .community-section {
    position: relative;
    height: 295px;
    overflow: hidden;
    padding: 0;
    text-align: center;
  }

  .community-section::before {
    content: none;
  }

  .community-copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    max-width: none;
    margin: 0;
  }

  .community-copy .eyebrow {
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    margin: 0;
    color: #ffd400;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }

  .community-copy h2 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .community-copy > p:not(.eyebrow) {
    position: absolute;
    top: 75px;
    left: 24px;
    width: 342px;
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .community-copy .text-link {
    position: absolute;
    top: 137px;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;
    color: #fad220;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }

  .team-photo {
    position: absolute;
    top: 40px;
    left: -25px;
    z-index: 1;
    width: 440px;
    max-width: none;
    height: 330px;
    margin: 0;
    object-fit: cover;
    object-position: center top;
  }

  .support-band {
    position: relative;
    display: block;
    width: min(390px, 100%);
    height: 243px;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(
      90deg,
      #ff8b00 0%,
      #db05c9 29.808%,
      #9857ff 53.846%,
      #00e7ff 78.365%,
      #2fe045 98.558%
    );
    text-align: left;
  }

  .support-icon {
    position: absolute;
    top: 61px;
    left: 43px;
    display: grid;
    width: 62px;
    height: 82px;
    margin: 0;
    place-items: center;
  }

  .support-icon img {
    width: 52px;
    height: auto;
  }

  .support-copy {
    position: absolute;
    top: 47px;
    left: 114px;
    width: 252px;
  }

  .support-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .support-copy p {
    width: 252px;
    margin: 8px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .support-button {
    position: absolute;
    top: 184px;
    left: 115px;
    width: 161px;
    min-width: 161px;
    height: 50px;
    min-height: 50px;
    margin: 0;
    border: 3px solid #fff;
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .watch-section {
    position: relative;
    height: 327px;
    padding: 0;
  }

  .watch-section > .eyebrow.watch {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    margin: 0;
    color: #db05c9;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }

  .device-grid {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
  }

  .device-card {
    position: absolute;
    display: flex;
    width: 80px;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .device-card:nth-child(1) {
    top: 91px;
    left: 66px;
  }

  .device-card:nth-child(2) {
    top: 91px;
    left: 155px;
  }

  .device-card:nth-child(3) {
    top: 91px;
    left: 260px;
  }

  .device-card:nth-child(4) {
    top: 231px;
    left: 72px;
  }

  .device-card:nth-child(5) {
    top: 231px;
    left: 156px;
  }

  .device-card:nth-child(6) {
    top: 231px;
    left: 259px;
  }

  .device-card img {
    width: 46px;
    height: 42px;
    max-height: 42px;
    margin: 0;
    object-fit: contain;
  }

  .device-mobile img {
    width: 24px;
    height: 42px;
    margin: 0;
  }

  .device-card h3,
  .device-mobile h3 {
    margin: 7px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
  }

  .device-card p,
  .device-mobile p {
    width: 80px;
    max-width: 80px;
    margin: 2px 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
  }

  .social-section {
    position: relative;
    height: 160px;
    padding: 0;
    text-align: center;
  }

  .social-section > .eyebrow.social {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    margin: 0;
    color: #ff8b00;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }

  .social-section h2,
  .social-section > p:not(.eyebrow),
  .social-icons,
  .signup-band {
    display: none;
  }

  .site-footer {
    position: relative;
    height: 271px;
    padding: 0;
    border: 0;
    background: #050505;
    text-align: left;
  }

  .site-footer img {
    position: absolute;
    top: 119px;
    left: 52px;
    width: 117px;
    height: auto;
    margin: 0;
    content: url("images/logo02.png");
  }

  .site-footer p,
  .site-footer small {
    display: none;
  }
}

/* Mobile polish pass based on the Figma mobile reference. Keep this last. */
@media (max-width: 640px) {
  .mobile-programs,
  .community-section,
  .support-band,
  .watch-section,
  .social-section,
  .site-footer {
    width: min(355px, 100%);
    margin-inline: auto;
  }

  .mobile-programs {
    height: 870px;
    overflow: hidden;
  }

  .mobile-programs::before,
  .mobile-programs::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }

  .mobile-programs::before {
    top: 182px;
    left: 0;
    width: 355px;
    height: 260px;
    background:
      radial-gradient(circle at 74% 28%, rgba(47, 224, 69, 0.44), rgba(47, 224, 69, 0.16) 30%, rgba(47, 224, 69, 0) 62%),
      linear-gradient(180deg, rgba(0, 0, 0, 0), #050505 88%);
    filter: blur(18px);
  }

  .mobile-programs::after {
    top: 566px;
    left: -38px;
    width: 330px;
    height: 230px;
    background: radial-gradient(circle at 42% 36%, rgba(152, 87, 255, 0.55), rgba(152, 87, 255, 0.17) 38%, rgba(152, 87, 255, 0) 70%);
    filter: blur(20px);
  }

  .mobile-program-visual,
  .mobile-program-copy {
    z-index: 1;
  }

  .mobile-program-visual {
    border: 0;
    box-shadow: none;
  }

  .mobile-daylight-visual {
    top: 27px;
    left: 22px;
    width: 312px;
    height: 216px;
    border-radius: 18px;
  }

  .mobile-daylight-visual::after {
    content: "MINDEN NAP 06:00-18:00";
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: grid;
    width: 174px;
    height: 40px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(90deg, #fff245 0%, #2fe045 100%);
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 14px;
    white-space: nowrap;
  }

  .mobile-daylight-visual img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
  }

  .mobile-after-visual {
    top: 438px;
    left: 22px;
    width: 312px;
    height: 205px;
    border-radius: 18px;
  }

  .mobile-after-visual img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
  }

  .mobile-after-badge {
    top: 18px;
    right: 18px;
    width: 174px;
    height: 40px;
    border: 1px solid #1aa7ff;
    border-radius: 14px;
    background: linear-gradient(90deg, #9857ff 0%, #6d35df 52%, #4a1d9a 100%);
    padding: 0;
    font-size: 10px;
    letter-spacing: 0.05em;
    box-shadow: none;
  }

  .mobile-daylight-copy .mobile-program-label {
    top: 290px;
  }

  .mobile-daylight-copy h2 {
    top: 322px;
  }

  .mobile-daylight-copy p:not(.mobile-program-label) {
    top: 363px;
  }

  .mobile-after-copy .mobile-program-label {
    top: 687px;
  }

  .mobile-after-copy h2 {
    top: 719px;
    width: 312px;
  }

  .mobile-after-copy p:not(.mobile-program-label) {
    top: 790px;
    width: 312px;
  }

  .mobile-program-label,
  .mobile-program-copy h2,
  .mobile-program-copy p:not(.mobile-program-label) {
    width: 312px;
  }

  .community-section {
    height: 372px;
    background:
      radial-gradient(circle at 18% 80%, rgba(152, 87, 255, 0.42), rgba(152, 87, 255, 0.12) 30%, rgba(152, 87, 255, 0) 58%),
      radial-gradient(circle at 84% 82%, rgba(255, 58, 0, 0.36), rgba(255, 58, 0, 0.1) 32%, rgba(255, 58, 0, 0) 62%),
      #050505;
  }

  .community-copy .text-link {
    top: 142px;
  }

  .team-photo {
    top: 170px;
    left: 0;
    width: 355px;
    height: 274px;
    object-position: center top;
  }

  .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .support-band {
    height: 258px;
    overflow: hidden;
  }

  .support-icon {
    top: 54px;
    left: 38px;
  }

  .support-copy {
    top: 41px;
    left: 109px;
    width: 220px;
  }

  .support-copy p {
    width: 220px;
  }

  .support-button {
    top: 178px;
    left: 50%;
    width: 174px;
    min-width: 174px;
    height: 56px;
    min-height: 56px;
    transform: translateX(-50%);
    border-radius: 17px;
    padding: 0 22px;
  }

  .watch-section {
    height: 360px;
  }

  .watch-section > .eyebrow.watch {
    top: 42px;
  }

  .device-card:nth-child(1) {
    top: 88px;
    left: 61px;
  }

  .device-card:nth-child(2) {
    top: 88px;
    left: 155px;
  }

  .device-card:nth-child(3) {
    top: 88px;
    left: 249px;
  }

  .device-card:nth-child(4) {
    top: 225px;
    left: 61px;
  }

  .device-card:nth-child(5) {
    top: 225px;
    left: 155px;
  }

  .device-card:nth-child(6) {
    top: 225px;
    left: 249px;
  }

  .social-section {
    height: 96px;
  }

  .social-section > .eyebrow.social {
    top: 22px;
  }

  .site-footer {
    height: 550px;
  }

  .site-footer img {
    top: 238px;
    left: 52px;
    width: 117px;
    content: url("kepek/mobil/logo1.png");
  }
}
@media (max-width: 640px) {
  .support-band {
    height: 300px;
  }

  .support-button {
    top: 224px;
  }
}

@media (max-width: 640px) {
  .mobile-programs {
    height: 920px;
  }

  .mobile-programs::before {
    top: 176px;
    left: -8px;
    width: 372px;
    height: 284px;
    background:
      radial-gradient(circle at 38% 18%, rgba(255, 160, 82, 0.4), rgba(255, 160, 82, 0.16) 18%, rgba(255, 160, 82, 0) 42%),
      radial-gradient(circle at 56% 46%, rgba(143, 72, 255, 0.2), rgba(143, 72, 255, 0.08) 34%, rgba(143, 72, 255, 0) 66%),
      radial-gradient(circle at 80% 12%, rgba(255, 120, 0, 0.26), rgba(255, 120, 0, 0) 52%),
      linear-gradient(180deg, rgba(0, 0, 0, 0), #050505 88%);
    filter: blur(24px);
  }

  .mobile-programs::after {
    top: 572px;
    left: -56px;
    width: 344px;
    height: 220px;
    background: radial-gradient(circle at 38% 36%, rgba(152, 87, 255, 0.6), rgba(152, 87, 255, 0.2) 32%, rgba(152, 87, 255, 0) 70%);
    filter: blur(28px);
  }

  .mobile-after-visual {
    top: 432px;
    height: 210px;
    border: 0;
    box-shadow: none;
  }

  .mobile-after-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
  }

  .mobile-after-badge {
    top: 15px;
    right: 14px;
    width: 168px;
    height: 38px;
    border-width: 0;
    background: linear-gradient(90deg, #9857ff 0%, #7a45f2 55%, #5d2cc0 100%);
    font-size: 9px;
  }

  .mobile-after-copy .mobile-program-label {
    top: 660px;
  }

  .mobile-after-copy h2 {
    top: 694px;
  }

  .mobile-after-copy p:not(.mobile-program-label) {
    top: 764px;
  }

  .community-section {
    height: 448px;
    background:
      radial-gradient(circle at 50% 62%, rgba(152, 87, 255, 0.34), rgba(152, 87, 255, 0.14) 24%, rgba(152, 87, 255, 0) 56%),
      radial-gradient(circle at 58% 78%, rgba(255, 58, 0, 0.28), rgba(255, 58, 0, 0.1) 30%, rgba(255, 58, 0, 0) 62%),
      #050505;
  }

  .community-copy .text-link {
    top: 184px;
  }

  .team-photo {
    top: 238px;
    left: 0;
    width: 355px;
    height: 210px;
    object-position: center top;
  }

  .support-band {
    height: 306px;
  }

  .support-button {
    top: 226px;
  }

  .watch-section {
    height: 372px;
  }

  .site-footer {
    height: 318px;
  }
}

@media (max-width: 640px) {
  .community-section {
    height: 558px;
    overflow: hidden;
    background:
      radial-gradient(circle at 16% 67%, rgba(92, 35, 255, 0.58), rgba(92, 35, 255, 0.18) 30%, rgba(92, 35, 255, 0) 58%),
      radial-gradient(circle at 86% 70%, rgba(255, 48, 0, 0.42), rgba(255, 48, 0, 0.16) 34%, rgba(255, 48, 0, 0) 66%),
      #050505;
  }

  .community-copy .text-link {
    top: 176px;
  }

  .team-photo {
    top: 228px;
    left: 0;
    width: 355px;
    height: 330px;
    max-width: none;
  }

  .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}

@media (max-width: 640px) {
  .community-section {
    height: 460px;
    overflow: hidden;
    background:
      radial-gradient(circle at 18% 70%, rgba(92, 35, 255, 0.58), rgba(92, 35, 255, 0.18) 31%, rgba(92, 35, 255, 0) 58%),
      radial-gradient(circle at 88% 70%, rgba(255, 48, 0, 0.42), rgba(255, 48, 0, 0.16) 34%, rgba(255, 48, 0, 0) 66%),
      #050505;
  }

  .community-copy .text-link {
    top: 145px;
  }

  .team-photo {
    top: 178px;
    left: 0;
    display: block;
    width: 355px;
    height: 282px;
    overflow: hidden;
    max-width: none;
  }

  .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
}

@media (max-width: 640px) {
  .community-section {
    height: 410px;
    background:
      radial-gradient(circle at 18% 67%, rgba(92, 35, 255, 0.58), rgba(92, 35, 255, 0.18) 31%, rgba(92, 35, 255, 0) 58%),
      radial-gradient(circle at 88% 67%, rgba(255, 48, 0, 0.42), rgba(255, 48, 0, 0.16) 34%, rgba(255, 48, 0, 0) 66%),
      #050505;
  }

  .community-copy .text-link {
    top: 134px;
  }

  .team-photo {
    top: 150px;
    height: 260px;
  }

  .team-photo img {
    object-fit: cover;
    object-position: center bottom;
  }
}

@media (max-width: 640px) {
  .community-section {
    height: 382px;
    background: #050505;
  }

  .community-copy .text-link {
    top: 158px;
    z-index: 3;
  }

  .community-copy .text-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 190px;
    height: 58px;
    border-radius: 999px;
    background:
      radial-gradient(circle at 26% 50%, rgba(92, 35, 255, 0.62), rgba(92, 35, 255, 0.18) 44%, rgba(92, 35, 255, 0) 72%),
      radial-gradient(circle at 78% 50%, rgba(255, 48, 0, 0.48), rgba(255, 48, 0, 0.14) 44%, rgba(255, 48, 0, 0) 74%);
    filter: blur(18px);
    transform: translate(-50%, -50%);
  }

  .team-photo {
    top: 154px;
    height: 228px;
    z-index: 1;
  }

  .team-photo img {
    object-position: center bottom;
  }

  .support-band {
    height: 258px;
  }

  .support-icon {
    top: 46px;
    left: 34px;
  }

  .support-copy {
    top: 39px;
    left: 108px;
    width: 224px;
  }

  .support-button {
    top: 194px;
  }
}

@media (max-width: 640px) {
  .community-copy .eyebrow {
    top: 34px;
  }

  .community-copy h2 {
    top: 60px;
  }

  .community-copy > p:not(.eyebrow) {
    top: 96px;
  }

  .community-copy .text-link {
    top: 164px;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    left: 31px;
    width: 326px;
  }

  .hero h1 span {
    font-size: 31px;
    letter-spacing: 0;
  }

  .hero h1 strong {
    font-size: 30px;
  }

  .hero .button {
    top: 586px;
  }

  .mobile-programs {
    height: 855px;
  }

  .community-section {
    height: 386px;
    background: #050505;
  }

  .community-copy .eyebrow {
    top: 26px;
  }

  .community-copy h2 {
    top: 52px;
  }

  .community-copy > p:not(.eyebrow) {
    top: 86px;
  }

  .community-copy .text-link {
    top: 150px;
  }

  .community-copy .text-link::before {
    width: 184px;
    height: 48px;
    filter: blur(16px);
  }

  .team-photo {
    top: 146px;
    height: 240px;
  }

  .team-photo img {
    object-position: center bottom;
  }

  .support-band {
    height: 282px;
  }

  .support-icon {
    top: 54px;
    left: 38px;
  }

  .support-copy {
    top: 46px;
    left: 112px;
    width: 222px;
  }

  .support-copy p {
    width: 222px;
  }

  .support-button {
    top: 210px;
  }

  .site-footer .footer-links {
    position: absolute;
    top: 178px;
    left: 0;
    width: 100%;
    margin: 0;
  }
}

/* Main page - desktop 1.0, Figma node 172-335 */
@media (min-width: 1024px) {
  :root {
    --figma-black: #050505;
    --figma-red: #ff0000;
    --figma-orange: #ff8b00;
    --figma-yellow: #ffd400;
    --figma-green: #2fe045;
    --figma-cyan: #00e7ff;
    --figma-purple: #9857ff;
    --figma-rainbow: linear-gradient(
      90deg,
      var(--figma-red) 0%,
      var(--figma-orange) 19%,
      var(--figma-yellow) 38%,
      var(--figma-green) 57%,
      var(--figma-cyan) 76%,
      var(--figma-purple) 100%
    );
  }

  body {
    background: var(--figma-black);
    color: #fff;
  }

  .site-header,
  .hero,
  .figma-blocks,
  .community-section,
  .watch-section,
  .social-section,
  .signup-band,
  .site-footer {
    width: min(100%, 1440px);
    margin-inline: auto;
  }

  .site-header {
    position: relative;
    display: block;
    height: 128px;
    padding: 0;
  }

  .brand {
    position: absolute;
    top: 34px;
    left: 80px;
    z-index: 5;
  }

  .brand img {
    width: 193px;
    height: auto;
  }

  .nav-subscribe {
    position: absolute;
    top: 46px;
    right: 80px;
    z-index: 5;
    display: inline-flex;
  }

  .button,
  .nav-subscribe,
  .hero .button {
    width: 193px;
    min-width: 193px;
    height: 60px;
    min-height: 60px;
    border-radius: 18px;
    background: linear-gradient(270deg, #ffd400 7.212%, #ff8b00 47.386%, #ff0000 100%);
    color: var(--figma-black);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
  }

  .hero {
    position: relative;
    display: block;
    height: 610px;
    min-height: 610px;
    overflow: hidden;
    padding: 0;
  }

  .hero-copy {
    position: absolute;
    top: 98px;
    left: 80px;
    z-index: 3;
    width: 734px;
    max-width: 734px;
  }

  .hero h1 {
    margin: 0;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.05;
  }

  .hero h1 span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    white-space: normal;
  }

  .hero h1 strong {
    display: block;
    margin-top: 18px;
    background: var(--figma-rainbow);
    background-clip: text;
    color: transparent;
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    -webkit-background-clip: text;
  }

  .hero-lead {
    width: 650px;
    max-width: 650px;
    margin: 26px 0 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
  }

  .hero-note {
    margin: 16px 0 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .hero .button {
    margin-top: 30px;
  }

  .hero-media {
    position: absolute;
    top: -72px;
    right: -17px;
    z-index: 1;
    width: 817px;
    height: 837px;
    margin: 0;
    overflow: visible;
  }

  .hero-media::before {
    content: none;
  }

  .hero-media img,
  .hero-media picture img {
    width: 817px;
    height: 837px;
    max-width: none;
    margin: 0;
    object-fit: contain;
  }

  .figma-blocks {
    position: relative;
    display: block;
    height: 1068px;
    padding: 0;
    overflow: hidden;
  }

  .figma-blocks picture,
  .figma-blocks img,
  .figma-blocks picture img {
    display: block;
    max-width: none;
  }

  .figma-blocks picture:first-child {
    position: absolute;
    top: 0;
    left: 40px;
    width: 1356px;
  }

  .figma-blocks picture:first-child img {
    width: 1356px;
    height: 890px;
  }

  .figma-blocks picture:last-child {
    position: absolute;
    top: 466px;
    left: 40px;
    width: 1360px;
    margin: 0;
  }

  .figma-blocks picture:last-child img {
    width: 1360px;
    height: 890px;
  }

  .tablet-programs,
  .mobile-programs {
    display: none;
  }

  .community-section {
    position: relative;
    height: 520px;
    overflow: hidden;
    padding: 0;
    background: var(--figma-black);
    text-align: center;
  }

  .community-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      radial-gradient(circle at 22% 70%, rgba(152, 87, 255, 0.42), rgba(152, 87, 255, 0) 31%),
      radial-gradient(circle at 82% 70%, rgba(255, 0, 0, 0.38), rgba(255, 0, 0, 0) 30%);
    filter: blur(12px);
  }

  .community-copy {
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 2;
    width: 578px;
    max-width: 578px;
    margin: 0;
    transform: translateX(-50%);
  }

  .community-copy .eyebrow {
    margin: 0;
    color: var(--figma-cyan);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-transform: lowercase;
  }

  .community-copy h2 {
    margin: 14px 0 0;
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
  }

  .community-copy > p:not(.eyebrow) {
    width: 578px;
    margin: 18px 0 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
  }

  .community-copy .text-link {
    justify-content: center;
    margin-top: 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: lowercase;
  }

  .community-copy .text-link::after {
    background: var(--figma-rainbow);
    background-clip: text;
    color: transparent;
    content: "→";
    font-size: 28px;
    -webkit-background-clip: text;
  }

  .team-photo {
    position: absolute;
    top: 214px;
    left: -16px;
    z-index: 1;
    width: 1480px;
    height: 1110px;
    margin: 0;
  }

  .team-photo img {
    width: 1480px;
    height: 1110px;
    max-width: none;
    object-fit: cover;
  }

  .support-band {
    position: relative;
    display: block;
    height: 312px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: url("kepek/pc/tamogatasblokk.png") center top / 1440px 312px no-repeat;
  }

  .support-icon,
  .support-copy {
    opacity: 0;
    pointer-events: none;
  }

  .support-button {
    position: absolute;
    top: 126px;
    right: 174px;
    width: 193px;
    min-width: 193px;
    height: 60px;
    min-height: 60px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: transparent;
  }

  .watch-section {
    position: relative;
    height: 620px;
    padding: 0;
    overflow: hidden;
    background: var(--figma-black);
  }

  .watch-section::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -16px;
    width: 1480px;
    height: 1110px;
    background: url("kepek/pc/kep03.png") center top / 1480px 1110px no-repeat;
    opacity: 0.42;
  }

  .watch-section > .eyebrow.watch {
    position: absolute;
    top: 92px;
    left: 50%;
    z-index: 2;
    width: 163px;
    height: 21px;
    margin: 0;
    transform: translateX(-50%);
    color: #db05c9;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    text-transform: lowercase;
  }

  .device-grid {
    position: absolute;
    top: 184px;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 880px;
    grid-template-columns: repeat(6, 1fr);
    gap: 34px;
    margin: 0;
    transform: translateX(-50%);
  }

  .device-card {
    display: flex;
    width: 110px;
    min-height: 174px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .device-card img {
    width: 76px;
    height: 76px;
    object-fit: contain;
  }

  .device-mobile img {
    width: 52px;
  }

  .device-card h3 {
    margin: 20px 0 0;
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .device-card p {
    width: 144px;
    max-width: 144px;
    margin: 6px 0 0;
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .social-section {
    position: relative;
    height: 420px;
    padding: 0;
    background: var(--figma-black);
    text-align: center;
  }

  .social-section > .eyebrow.social {
    margin: 0;
    color: var(--figma-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-transform: lowercase;
  }

  .social-section h2 {
    margin-top: 16px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
  }

  .social-section > p:not(.eyebrow) {
    width: 578px;
    margin: 18px auto 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
  }

  .social-icons {
    display: flex;
    width: 518px;
    height: 95px;
    justify-content: center;
    gap: 34px;
    margin: 42px auto 0;
  }

  .social-icons img {
    width: 95px;
    height: 95px;
  }

  .signup-band {
    position: relative;
    display: grid;
    min-height: 270px;
    grid-template-columns: 193px minmax(0, 430px) 193px;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 48px 80px;
    background: #111;
  }

  .signup-logo img {
    width: 193px;
    height: auto;
  }

  .signup-copy h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
  }

  .signup-copy p {
    margin-top: 12px;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
  }

  .signup-form {
    display: block;
    width: 193px;
  }

  .signup-form input,
  .signup-form .form-message {
    display: none;
  }

  .signup-form .button {
    width: 193px;
    min-width: 193px;
  }

  .site-footer {
    position: relative;
    display: block;
    min-height: 318px;
    padding: 64px 80px 72px;
    border: 0;
    border-bottom: 10px solid transparent;
    border-image: var(--figma-rainbow) 1;
    background: var(--figma-black);
    text-align: center;
  }

  .site-footer img {
    width: 193px;
    margin: 0 auto;
  }

  .site-footer p {
    width: 198px;
    margin: 34px auto 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }

  .site-footer .footer-links {
    margin-top: 22px;
  }

  .site-footer small {
    display: block;
    margin-top: 26px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
  }
}

/* Main page - mobil, Figma frame 390 x 3182 */
@media (max-width: 640px) {
  :root {
    --m-black: #050505;
    --m-red: #ff0000;
    --m-orange: #ff8b00;
    --m-yellow: #ffd400;
    --m-green: #2fe045;
    --m-cyan: #00e7ff;
    --m-purple: #9857ff;
    --m-magenta: #db05c9;
    --m-rainbow: linear-gradient(
      90deg,
      var(--m-red) 0%,
      var(--m-orange) 19%,
      var(--m-yellow) 38%,
      var(--m-green) 57%,
      var(--m-cyan) 76%,
      var(--m-purple) 100%
    );
  }

  html,
  body {
    width: 100%;
    min-width: 320px;
    background: var(--m-black);
  }

  body {
    min-height: 3182px;
    color: #fff;
    overflow-x: hidden;
  }

  .site-header,
  .hero,
  .mobile-programs,
  .community-section,
  .support-band,
  .watch-section,
  .social-section,
  .signup-band,
  .site-footer {
    width: min(390px, 100%);
    margin-inline: auto;
    box-sizing: border-box;
  }

  .site-header {
    position: relative;
    display: block;
    height: 112px;
    padding: 0;
    background: var(--m-black);
  }

  .brand {
    position: absolute;
    top: 29px;
    left: 112px;
    width: 165.88px;
    height: 73px;
    transform: none;
  }

  .brand img {
    width: 165.88px;
    height: 73px;
    object-fit: contain;
    content: url("kepek/mobil/logo.png");
  }

  .nav-subscribe {
    display: none;
  }

  .hero {
    position: relative;
    display: block;
    height: 568px;
    min-height: 568px;
    overflow: hidden;
    padding: 0;
    background: var(--m-black);
  }

  .hero::before {
    content: "";
    position: absolute;
    top: 210px;
    left: 8px;
    width: 374.81px;
    height: 320px;
    border-radius: 999px;
    background:
      radial-gradient(circle at 52% 42%, rgba(0, 231, 255, 0.23), rgba(0, 231, 255, 0) 43%),
      radial-gradient(circle at 32% 62%, rgba(152, 87, 255, 0.28), rgba(152, 87, 255, 0) 50%),
      radial-gradient(circle at 72% 55%, rgba(47, 224, 69, 0.22), rgba(47, 224, 69, 0) 47%);
    filter: blur(24px);
    opacity: 0.9;
  }

  .hero-copy {
    position: static;
    max-width: none;
  }

  .hero h1 {
    position: absolute;
    top: 16px;
    left: 24px;
    z-index: 2;
    width: 307px;
    margin: 0;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1;
  }

  .hero h1 span {
    display: block;
    width: 307px;
    height: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 40px;
  }

  .hero h1 strong {
    display: block;
    width: 307px;
    height: 70px;
    margin-top: 1px;
    background: var(--m-rainbow);
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 35px;
    -webkit-background-clip: text;
  }

  .hero-media {
    position: absolute;
    top: 210px;
    left: 8px;
    z-index: 1;
    width: 374.81px;
    height: 320px;
    margin: 0;
    overflow: hidden;
  }

  .hero-media::before {
    content: none;
  }

  .hero-media img,
  .hero-media picture,
  .hero-media picture img {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
  }

  .hero-lead {
    position: absolute;
    top: 382px;
    left: 24px;
    z-index: 2;
    width: 342px;
    margin: 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .hero-note {
    position: absolute;
    top: 438px;
    left: 24px;
    z-index: 2;
    width: 342px;
    margin: 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .hero .button {
    position: absolute;
    top: 486px;
    left: 50%;
    z-index: 2;
    width: 178px;
    min-width: 178px;
    height: 56px;
    min-height: 56px;
    margin: 0;
    border-radius: 19px;
    transform: translateX(-50%);
    background: linear-gradient(270deg, #ffd400 7.212%, #ff8b00 47.386%, #ff0000 100%);
    color: var(--m-black);
    font-size: 15px;
    font-weight: 700;
  }

  .figma-blocks,
  .tablet-programs {
    display: none;
  }

  .mobile-programs {
    position: relative;
    display: block;
    height: 808px;
    overflow: visible;
    padding: 0;
    background: var(--m-black);
  }

  .mobile-program {
    position: static;
    display: block;
    background: transparent;
  }

  .mobile-programs::before {
    content: "";
    position: absolute;
    top: 192px;
    left: 0;
    z-index: 0;
    width: 390px;
    height: 218px;
    background:
      radial-gradient(circle at 70% 28%, rgba(47, 224, 69, 0.35), rgba(47, 224, 69, 0) 54%),
      radial-gradient(circle at 45% 58%, rgba(255, 212, 0, 0.18), rgba(255, 212, 0, 0) 58%);
    filter: blur(20px);
  }

  .mobile-programs::after {
    content: "";
    position: absolute;
    top: 594px;
    left: 58px;
    z-index: 0;
    width: 168px;
    height: 168px;
    border-radius: 999px;
    background: rgba(152, 87, 255, 0.56);
    filter: blur(32px);
    mix-blend-mode: plus-lighter;
    opacity: 0.56;
  }

  .mobile-program-visual,
  .mobile-daylight-visual,
  .mobile-after-visual {
    position: absolute;
    z-index: 1;
    inset: auto;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    background: var(--m-black);
  }

  .mobile-daylight-visual {
    top: 27px;
    left: 27px;
    width: 337px;
    height: 213px;
    aspect-ratio: auto;
  }

  .mobile-daylight-visual::after {
    content: "minden nap 06:00-18:00";
    position: absolute;
    top: 12px;
    left: 4px;
    z-index: 3;
    display: grid;
    width: 195px;
    height: 45px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(90deg, #2fe045 0%, #ffd400 100%);
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 12px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-after-visual {
    top: 412px;
    left: 24px;
    width: 342px;
    height: 212px;
    aspect-ratio: auto;
  }

  .mobile-after-visual::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 135px;
    z-index: 2;
    width: 195px;
    height: 45px;
    border-radius: 15px;
    background: linear-gradient(90deg, #9857ff 0%, #45227c 100%);
  }

  .mobile-after-badge {
    position: absolute;
    top: 23px;
    left: 147px;
    right: auto;
    z-index: 3;
    display: block;
    width: 167px;
    height: 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: none;
  }

  .mobile-program-visual img,
  .mobile-program-visual picture,
  .mobile-program-visual picture img,
  .mobile-daylight-visual img,
  .mobile-after-visual img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
  }

  .mobile-program-copy {
    position: static;
    display: block;
    padding: 0;
    background: transparent;
  }

  .mobile-program-label,
  .mobile-program-copy h2,
  .mobile-program-copy p:not(.mobile-program-label) {
    position: absolute;
    z-index: 2;
    inset: auto;
    margin: 0;
  }

  .mobile-program-label {
    height: 22px;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
  }

  .mobile-daylight-copy .mobile-program-label {
    top: 252px;
    left: 23px;
    width: 74px;
    color: var(--m-green);
  }

  .mobile-daylight-copy h2 {
    top: 282px;
    left: 22px;
    width: 344px;
    height: 27px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .mobile-daylight-copy p:not(.mobile-program-label) {
    top: 316px;
    left: 24px;
    width: 342px;
    height: 60px;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .mobile-after-copy .mobile-program-label {
    top: 641px;
    left: 24px;
    width: 294px;
    color: var(--m-purple);
  }

  .mobile-after-copy h2 {
    top: 671px;
    left: 23px;
    width: 343px;
    height: 54px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .mobile-after-copy p:not(.mobile-program-label) {
    top: 740px;
    left: 23px;
    width: 343px;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .community-section {
    position: relative;
    display: block;
    height: 420px;
    overflow: hidden;
    padding: 0;
    background: var(--m-black);
    text-align: center;
  }

  .community-section::before {
    content: none;
  }

  .community-copy {
    position: static;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .community-copy .eyebrow {
    position: absolute;
    top: 25px;
    left: 163px;
    z-index: 3;
    width: 67px;
    height: 18px;
    margin: 0;
    color: var(--m-yellow);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
  }

  .community-copy h2 {
    position: absolute;
    top: 51px;
    left: -93px;
    z-index: 3;
    width: 578px;
    height: 27px;
    margin: 0;
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .community-copy > p:not(.eyebrow) {
    position: absolute;
    top: 96px;
    left: 24px;
    z-index: 3;
    width: 342px;
    margin: 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .community-copy .text-link {
    position: absolute;
    top: 154px;
    left: 97px;
    z-index: 4;
    display: inline-flex;
    width: 197px;
    height: 20px;
    justify-content: center;
    margin: 0;
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: lowercase;
  }

  .community-copy .text-link::before {
    content: none;
  }

  .community-copy .text-link::after {
    background: var(--m-rainbow);
    background-clip: text;
    color: transparent;
    content: "→";
    font-size: 20px;
    -webkit-background-clip: text;
  }

  .team-photo {
    position: absolute;
    top: 72px;
    left: -21px;
    z-index: 1;
    display: block;
    width: 440px;
    height: 330px;
    margin: 0;
    overflow: hidden;
  }

  .team-photo img {
    width: 440px;
    height: 330px;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }

  .support-band {
    position: relative;
    display: grid;
    width: min(390px, 100%);
    height: 320px;
    min-height: 0;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    margin: 0 auto;
    padding: 50px 24px 32px;
    overflow: hidden;
    background: linear-gradient(100deg, #ff8b00 0%, #db05c9 30%, #9857ff 54%, #00e7ff 78%, #2fe045 100%);
  }

  .support-band::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -70px;
    width: 210px;
    height: 210px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    filter: blur(26px);
  }

  .support-icon,
  .support-copy {
    position: relative;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
  }

  .support-icon {
    display: grid;
    width: 76px;
    height: 102px;
    place-items: center;
  }

  .support-icon img {
    width: 64px;
    height: auto;
  }

  .support-copy {
    width: auto;
  }

  .support-copy h2 {
    margin: 0;
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .support-copy p {
    width: auto;
    margin: 9px 0 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .support-button {
    position: absolute;
    right: auto;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    width: 188px;
    min-width: 188px;
    height: 60px;
    min-height: 60px;
    border: 3px solid #fff;
    border-radius: 18px;
    transform: translateX(-50%);
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .watch-section {
    position: relative;
    display: block;
    height: 600px;
    overflow: hidden;
    padding: 0;
    background: var(--m-black);
  }

  .watch-section::before {
    content: none;
  }

  .watch-section > .eyebrow.watch {
    position: absolute;
    top: 324px;
    left: 147px;
    width: 97px;
    height: 19px;
    margin: 0;
    color: var(--m-magenta);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .device-grid {
    position: absolute;
    top: 370px;
    left: 0;
    display: grid;
    width: 390px;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 0;
    margin: 0;
    padding: 0 22px;
    transform: none;
  }

  .device-card {
    position: static;
    display: flex;
    width: 115px;
    min-height: 82px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .device-card img,
  .device-mobile img {
    width: 32px;
    height: 32px;
    max-height: 32px;
    margin: 0;
    object-fit: contain;
  }

  .device-card h3,
  .device-mobile h3 {
    margin: 8px 0 0;
    color: #fff;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: none;
  }

  .device-card p,
  .device-mobile p {
    width: 104px;
    max-width: 104px;
    margin: 4px 0 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
  }

  .social-section {
    position: relative;
    display: block;
    height: 220px;
    min-height: 0;
    padding: 0 24px;
    background: var(--m-black);
    text-align: center;
  }

  .social-section > .eyebrow.social {
    position: static;
    width: auto;
    margin: 0;
    color: var(--m-orange);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
  }

  .social-section h2 {
    position: static;
    display: block;
    margin: 22px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .social-section > p:not(.eyebrow) {
    position: static;
    display: block;
    width: 342px;
    margin: 22px auto 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    height: auto;
    margin-top: 18px;
    background: none;
  }

  .social-icons img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
  }

  .signup-band {
    display: none;
  }

  .site-footer {
    position: relative;
    display: block;
    height: 287px;
    min-height: 287px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: var(--m-black);
    text-align: center;
  }

  .site-footer::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    background: var(--m-rainbow);
  }

  .site-footer::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -24px;
    left: -42px;
    height: 84px;
    background: var(--m-rainbow);
    filter: blur(22px);
    opacity: 0.38;
  }

  .site-footer img {
    position: absolute;
    top: 48px;
    left: 50%;
    display: block;
    width: 165.88px;
    height: 73px;
    margin: 0;
    transform: translateX(-50%);
    content: url("kepek/mobil/logo.png");
  }

  .site-footer p {
    position: absolute;
    top: 151px;
    left: 96px;
    display: block;
    width: 198px;
    max-width: 198px;
    margin: 0;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }

  .site-footer .footer-links {
    display: none;
  }

  .site-footer small {
    position: absolute;
    top: 221px;
    left: 50%;
    display: block;
    width: 127px;
    margin: 0;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
  }
}

/* 2026-07-16 final responsive layout stabilizer.
   Keep this block last: the file contains older Figma passes that intentionally
   reuse the same selectors, so this layer owns the final cascade. */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body,
body * {
  font-family: "Satoshi", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small,
label {
  font-family: "Satoshi", Arial, Helvetica, sans-serif !important;
}

img,
picture,
svg,
video {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .site-header,
  .hero,
  .figma-blocks,
  .community-section,
  .support-band,
  .watch-section,
  .social-section,
  .signup-band,
  .site-footer {
    width: min(100%, 1440px);
    max-width: 1440px;
    margin-inline: auto;
  }

  .hero {
    overflow: hidden;
  }

  .hero-media {
    right: 0;
    width: min(56.75vw, 817px);
  }

  .hero-media img,
  .hero-media picture img {
    width: 100%;
    height: auto;
    max-height: 837px;
  }

  .team-photo {
    left: 0;
    width: 100%;
  }

  .team-photo img {
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --tablet-w: min(100vw, 768px);
    --tablet-rainbow: linear-gradient(90deg, #ff0000 0%, #ff8b00 19%, #ffd400 38%, #2fe045 57%, #00e7ff 76%, #9857ff 100%);
  }

  body {
    background: #050505;
  }

  .site-header,
  .hero,
  .tablet-programs,
  .community-section,
  .support-band,
  .watch-section,
  .social-section,
  .signup-band,
  .site-footer {
    width: var(--tablet-w);
    max-width: 100vw;
    margin-inline: auto;
    box-sizing: border-box;
  }

  .site-header {
    position: relative;
    display: block;
    height: calc(var(--tablet-w) * 0.15625);
    padding: 0;
    background: #050505;
  }

  .brand {
    position: absolute;
    top: calc(var(--tablet-w) * 0.035);
    left: calc(var(--tablet-w) * 0.0417);
    width: calc(var(--tablet-w) * 0.2604);
    transform: none;
  }

  .brand img {
    width: 100%;
    height: auto;
  }

  .nav-subscribe {
    display: none;
  }

  .hero {
    position: relative;
    display: block;
    height: calc(var(--tablet-w) * 0.62);
    min-height: 0;
    overflow: hidden;
    padding: 0;
    background: #050505;
  }

  .hero-copy {
    position: static;
    max-width: none;
  }

  .hero h1 {
    position: absolute;
    top: calc(var(--tablet-w) * 0.047);
    left: calc(var(--tablet-w) * 0.0417);
    z-index: 2;
    width: calc(var(--tablet-w) * 0.49);
    margin: 0;
    line-height: 1.05;
  }

  .hero h1 span {
    display: block;
    color: #fff;
    font-size: clamp(18px, calc(var(--tablet-w) * 0.035), 27px);
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
  }

  .hero h1 strong {
    display: block;
    margin-top: calc(var(--tablet-w) * 0.014);
    background: var(--tablet-rainbow);
    background-clip: text;
    color: transparent;
    font-size: clamp(34px, calc(var(--tablet-w) * 0.061), 47px);
    font-weight: 700;
    line-height: 1.08;
    -webkit-background-clip: text;
  }

  .hero-lead {
    position: absolute;
    top: calc(var(--tablet-w) * 0.31);
    left: calc(var(--tablet-w) * 0.0417);
    z-index: 2;
    width: calc(var(--tablet-w) * 0.41);
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: clamp(13px, calc(var(--tablet-w) * 0.018), 16px);
    font-weight: 400;
    line-height: 1.45;
  }

  .hero-note {
    position: absolute;
    top: calc(var(--tablet-w) * 0.385);
    left: calc(var(--tablet-w) * 0.0417);
    z-index: 2;
    width: calc(var(--tablet-w) * 0.42);
    margin: 0;
    color: #fff;
    font-size: clamp(12px, calc(var(--tablet-w) * 0.015), 14px);
    font-weight: 400;
    line-height: 1.45;
  }

  .hero .button {
    position: absolute;
    top: calc(var(--tablet-w) * 0.43);
    left: calc(var(--tablet-w) * 0.0417);
    z-index: 3;
    width: calc(var(--tablet-w) * 0.21);
    min-width: 144px;
    height: calc(var(--tablet-w) * 0.065);
    min-height: 46px;
    margin: 0;
    border-radius: calc(var(--tablet-w) * 0.023);
    font-size: clamp(11px, calc(var(--tablet-w) * 0.016), 13px);
  }

  .hero-media {
    position: absolute;
    top: calc(var(--tablet-w) * -0.045);
    right: 0;
    left: auto;
    z-index: 1;
    width: calc(var(--tablet-w) * 0.77);
    height: auto;
    margin: 0;
    overflow: visible;
  }

  .hero-media::before {
    content: none;
  }

  .hero-media img,
  .hero-media picture,
  .hero-media picture img {
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0;
    object-fit: contain;
  }

  .figma-blocks,
  .mobile-programs {
    display: none;
  }

  .tablet-programs {
    position: relative;
    display: block;
    height: calc(var(--tablet-w) * 0.775);
    overflow: hidden;
    padding: 0;
    background: #050505;
  }

  .tablet-program,
  .tablet-program img,
  .tablet-time {
    position: absolute;
  }

  .tablet-daylight {
    inset: 0 0 auto;
    height: calc(var(--tablet-w) * 0.401);
  }

  .tablet-daylight .tablet-glow {
    top: calc(var(--tablet-w) * -0.06);
    left: 52%;
    width: 47.92%;
  }

  .tablet-daylight .tablet-program-photo {
    top: 0;
    left: 4.1667%;
    z-index: 1;
    width: 56.38%;
  }

  .tablet-daylight .tablet-program-text {
    top: calc(var(--tablet-w) * 0.022);
    left: 63.15%;
    z-index: 2;
    width: 32.68%;
  }

  .tablet-after {
    top: calc(var(--tablet-w) * 0.401);
    left: 0;
    width: 100%;
    height: calc(var(--tablet-w) * 0.374);
  }

  .tablet-after .tablet-glow {
    top: calc(var(--tablet-w) * -0.075);
    left: 0;
    width: 47.14%;
  }

  .tablet-after .tablet-program-text {
    top: calc(var(--tablet-w) * 0.023);
    left: 4.1667%;
    z-index: 2;
    width: 38.8%;
  }

  .tablet-after .tablet-program-photo {
    top: 0;
    left: 39.45%;
    z-index: 1;
    width: 56.38%;
  }

  .tablet-time {
    z-index: 3;
    display: grid;
    width: 22.66%;
    height: calc(var(--tablet-w) * 0.052);
    place-items: center;
    border-radius: calc(var(--tablet-w) * 0.0195);
    color: #fff;
    font-size: clamp(9px, calc(var(--tablet-w) * 0.013), 11px);
    font-weight: 700;
    white-space: nowrap;
  }

  .tablet-time-daylight {
    top: calc(var(--tablet-w) * 0.014);
    left: 6.12%;
    background: linear-gradient(90deg, #ffe000, #28df4a);
  }

  .tablet-time-after {
    top: calc(var(--tablet-w) * 0.0195);
    left: 70.31%;
    background: linear-gradient(90deg, #9857ff, #4b238d);
  }

  .community-section {
    position: relative;
    height: calc(var(--tablet-w) * 0.641);
    overflow: hidden;
    padding: 0;
    background: #050505;
    text-align: center;
  }

  .community-section::before {
    content: none;
  }

  .community-copy {
    position: absolute;
    top: calc(var(--tablet-w) * 0.064);
    left: 50%;
    z-index: 2;
    width: min(578px, calc(var(--tablet-w) - 64px));
    max-width: none;
    margin: 0;
    transform: translateX(-50%);
  }

  .community-copy .eyebrow {
    margin: 0;
    color: #ffd400;
    font-size: clamp(12px, calc(var(--tablet-w) * 0.018), 14px);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .community-copy h2 {
    margin: calc(var(--tablet-w) * 0.02) 0 0;
    font-size: clamp(28px, calc(var(--tablet-w) * 0.052), 40px);
    font-weight: 700;
    line-height: 1.12;
  }

  .community-copy > p:not(.eyebrow) {
    width: min(578px, 100%);
    margin: calc(var(--tablet-w) * 0.025) auto 0;
    font-size: clamp(14px, calc(var(--tablet-w) * 0.019), 16px);
    font-weight: 400;
    line-height: 1.5;
  }

  .community-copy .text-link {
    margin-top: calc(var(--tablet-w) * 0.025);
  }

  .team-photo {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .team-photo img {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .support-band {
    position: relative;
    display: block;
    height: calc(var(--tablet-w) * 0.26);
    min-height: 190px;
    padding: 0;
    overflow: hidden;
    background: url("kepek/tablet/group41.png") center / cover no-repeat, linear-gradient(100deg, #ff8b00 0%, #db05c9 36%, #9857ff 58%, #00e7ff 82%, #2fe045 100%);
  }

  .support-icon {
    display: none;
  }

  .support-copy {
    position: absolute;
    top: 24%;
    left: 28%;
    z-index: 1;
    width: 35%;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .support-copy h2 {
    margin: 0;
    font-size: clamp(18px, calc(var(--tablet-w) * 0.026), 21px);
    line-height: 1.25;
  }

  .support-copy p {
    margin: calc(var(--tablet-w) * 0.01) 0 0;
    font-size: clamp(12px, calc(var(--tablet-w) * 0.016), 14px);
    line-height: 1.45;
  }

  .support-button {
    position: absolute;
    top: 47%;
    right: 10%;
    width: 20.96%;
    min-width: 145px;
    height: calc(var(--tablet-w) * 0.065);
    min-height: 46px;
    border-radius: calc(var(--tablet-w) * 0.02);
    transform: translateY(-50%);
  }

  .watch-section {
    position: relative;
    height: calc(var(--tablet-w) * 0.56);
    overflow: hidden;
    padding: 0;
    background: #050505;
  }

  .watch-section > .eyebrow.watch {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    margin: 0;
    color: #db05c9;
    font-size: clamp(14px, calc(var(--tablet-w) * 0.021), 16px);
    text-align: center;
    text-transform: uppercase;
  }

  .device-grid {
    position: absolute;
    top: 21%;
    left: 26.04%;
    display: block;
    width: 47.92%;
    height: 69%;
    margin: 0;
    padding: 0;
    background: url("kepek/tablet/group40.png") center top / 100% auto no-repeat;
    transform: none;
  }

  .device-card {
    display: none;
  }

  .social-section {
    position: relative;
    height: calc(var(--tablet-w) * 0.39);
    padding: 0;
    background: #050505;
    text-align: center;
  }

  .social-section > .eyebrow.social {
    margin: 0;
    color: #ff8b00;
    font-size: clamp(12px, calc(var(--tablet-w) * 0.018), 14px);
    line-height: 1.35;
    text-transform: uppercase;
  }

  .social-section h2 {
    margin-top: calc(var(--tablet-w) * 0.03);
    font-size: clamp(24px, calc(var(--tablet-w) * 0.04), 32px);
    line-height: 1.15;
  }

  .social-section > p:not(.eyebrow) {
    width: min(520px, calc(var(--tablet-w) - 96px));
    margin: calc(var(--tablet-w) * 0.034) auto 0;
    font-size: clamp(13px, calc(var(--tablet-w) * 0.017), 15px);
    line-height: 1.5;
  }

  .social-icons {
    display: block;
    width: 50.52%;
    height: calc(var(--tablet-w) * 0.092);
    margin: calc(var(--tablet-w) * 0.04) auto 0;
    background: url("kepek/tablet/group25.png") center / contain no-repeat;
  }

  .social-icons img {
    display: none;
  }

  .signup-band {
    position: relative;
    display: block;
    height: calc(var(--tablet-w) * 0.344);
    min-height: 240px;
    padding: 0;
    background: #111;
  }

  .signup-logo {
    position: absolute;
    top: 28%;
    left: 16.3%;
    width: 20%;
  }

  .signup-logo img {
    width: 100%;
  }

  .signup-copy {
    position: absolute;
    top: 27%;
    left: 39.6%;
    width: 23%;
  }

  .signup-copy h2 {
    margin: 0;
    font-size: clamp(14px, calc(var(--tablet-w) * 0.018), 17px);
    line-height: 1.25;
  }

  .signup-copy p {
    margin-top: calc(var(--tablet-w) * 0.026);
    font-size: clamp(12px, calc(var(--tablet-w) * 0.017), 14px);
    line-height: 1.5;
  }

  .signup-form {
    position: absolute;
    top: 38%;
    left: 63.15%;
    display: block;
    width: 20.96%;
    grid-template-columns: none;
    gap: 0;
  }

  .signup-form input,
  .signup-form .form-message {
    display: none;
  }

  .signup-form .button {
    width: 100%;
    min-width: 0;
    min-height: calc(var(--tablet-w) * 0.065);
    padding: 0;
    font-size: clamp(10px, calc(var(--tablet-w) * 0.014), 12px);
  }

  .site-footer {
    width: var(--tablet-w);
    min-height: calc(var(--tablet-w) * 0.356);
    padding: calc(var(--tablet-w) * 0.065) 0 calc(var(--tablet-w) * 0.075);
    background: #050505;
    text-align: center;
  }

  .site-footer img {
    width: 20%;
    margin: 0 auto;
  }

  .site-footer p {
    width: min(260px, 40%);
    margin: calc(var(--tablet-w) * 0.035) auto 0;
    font-size: clamp(11px, calc(var(--tablet-w) * 0.014), 13px);
    line-height: 1.35;
  }

  .site-footer .footer-links {
    margin-top: calc(var(--tablet-w) * 0.025);
  }

  .site-footer small {
    display: block;
    margin-top: calc(var(--tablet-w) * 0.025);
    font-size: clamp(10px, calc(var(--tablet-w) * 0.014), 12px);
  }
}

@media (max-width: 640px) {
  :root {
    --mobile-w: min(100vw, 390px);
    --mobile-pad: 24px;
    --mobile-rainbow: linear-gradient(90deg, #ff0000 0%, #ff8b00 19%, #ffd400 38%, #2fe045 57%, #00e7ff 76%, #9857ff 100%);
  }

  .site-header,
  .hero,
  .mobile-programs,
  .community-section,
  .support-band,
  .watch-section,
  .social-section,
  .signup-band,
  .site-footer {
    width: var(--mobile-w);
    max-width: 100vw;
    margin-inline: auto;
    box-sizing: border-box;
  }

  .hero h1 span {
    letter-spacing: 0;
  }

  .hero-media {
    width: calc(var(--mobile-w) - 16px);
  }

  .community-section {
    height: 413px;
    overflow: hidden;
  }

  .community-copy .eyebrow {
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }

  .community-copy h2 {
    left: var(--mobile-pad);
    width: calc(var(--mobile-w) - (var(--mobile-pad) * 2));
    height: auto;
    text-align: center;
  }

  .community-copy > p:not(.eyebrow) {
    left: var(--mobile-pad);
    width: calc(var(--mobile-w) - (var(--mobile-pad) * 2));
  }

  .community-copy .text-link {
    left: 50%;
    transform: translateX(-50%);
  }

  .team-photo {
    left: 0;
    width: var(--mobile-w);
    height: 330px;
  }

  .team-photo img {
    width: 100%;
    height: 330px;
    object-fit: cover;
  }

  .support-band {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    height: 320px;
    padding: 50px var(--mobile-pad) 32px;
  }

  .support-copy {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    transform: none;
  }

  .support-copy h2,
  .support-copy p {
    position: static;
    width: auto;
    max-width: none;
    transform: none;
  }

  .support-button {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .device-grid {
    width: var(--mobile-w);
    max-width: 100%;
  }

  .social-section > p:not(.eyebrow) {
    width: calc(var(--mobile-w) - (var(--mobile-pad) * 2));
  }

  .site-footer p {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .support-band {
    background: linear-gradient(100deg, #ff8b00 0%, #db05c9 34%, #9857ff 56%, #00e7ff 79%, #2fe045 100%);
  }

  .support-band::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6%;
    width: 12%;
    aspect-ratio: 1;
    transform: translateY(-50%);
    background: url("Weboldal assets/Iconok/tamogatasicon.svg") center / contain no-repeat;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
  }

  .support-copy {
    top: 50%;
    left: 26%;
    width: 31%;
    transform: translateY(-50%);
  }

  .support-copy p {
    font-size: clamp(11px, calc(var(--tablet-w) * 0.0145), 13px);
    line-height: 1.38;
  }

  .support-button {
    top: 50%;
    right: 9%;
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .watch-section {
    height: 390px;
  }

  .watch-section > .eyebrow.watch {
    top: 34px;
  }

  .device-grid {
    top: 86px;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 112px;
  }

  .brand {
    top: 29px;
    left: 112px;
    width: 165.88px;
    height: 73px;
    transform: none;
  }

  .brand img {
    width: 165.88px;
    height: 73px;
  }

  .hero {
    height: 568px;
    min-height: 568px;
  }

  .hero h1 {
    top: 16px;
    left: 24px;
    width: 305px;
  }

  .hero h1 span {
    width: 305px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
  }

  .hero h1 strong {
    position: absolute;
    top: 41px;
    left: 1px;
    width: 307px;
    height: 70px;
    margin-top: 0;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 139, 0, 1) 20%, rgba(255, 212, 0, 1) 40%, rgba(47, 224, 69, 1) 60%, rgba(0, 231, 255, 1) 80%, rgba(152, 87, 255, 1) 100%);
    background-clip: text;
    color: transparent;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    -webkit-background-clip: text;
  }

  .hero-media {
    top: 210px;
    left: 8px;
    width: 374.81px;
    height: 320px;
  }

  .hero-lead {
    top: 144px;
    left: 24px;
    width: 306px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .hero-note {
    top: 198px;
    left: 24px;
    width: 306px;
    height: 16px;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
  }

  .hero .button {
    position: absolute;
    top: 493px;
    left: 114px;
    display: inline-flex;
    width: 161px;
    min-width: 161px;
    height: 50px;
    min-height: 50px;
    gap: 10px;
    padding: 16px;
    border-radius: 18px;
    transform: none;
    color: rgba(0, 0, 0, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .device-grid {
    top: 86px;
    left: 0;
    display: block;
    width: 390px;
    height: 280px;
    padding: 0;
  }

  .device-grid .device-card {
    position: absolute;
    width: 104px;
    min-height: 0;
  }

  .device-grid .device-card:nth-child(1) {
    top: 1px;
    left: 54px;
  }

  .device-grid .device-card:nth-child(2) {
    top: 0;
    left: 143px;
  }

  .device-grid .device-card:nth-child(3) {
    top: 0;
    left: 237.015px;
  }

  .device-grid .device-card:nth-child(4) {
    top: 141px;
    left: 54px;
  }

  .device-grid .device-card:nth-child(5) {
    top: 144px;
    left: 143px;
  }

  .device-grid .device-card:nth-child(6) {
    top: 137px;
    left: 236.5px;
  }

  .device-grid .device-card:nth-child(1) img {
    width: 46px;
    height: 40px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(2) img {
    width: 24px;
    height: 41px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(3) img {
    width: 48.03px;
    height: 40.78px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(4) img {
    width: 46px;
    height: 23px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(5) img {
    width: 50px;
    height: 15.52px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(6) img {
    width: 47px;
    height: 35.25px;
    max-height: none;
  }

  .device-grid .device-card h3 {
    position: absolute;
    height: 16px;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card p {
    position: absolute;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(1) h3 {
    top: 54px;
    left: 22px;
    width: 60px;
  }

  .device-grid .device-card:nth-child(1) p {
    top: 78px;
    left: 18px;
    width: 69px;
    height: 24px;
  }

  .device-grid .device-card:nth-child(2) h3 {
    top: 55px;
    left: 34px;
    width: 36px;
  }

  .device-grid .device-card:nth-child(2) p {
    top: 79px;
    left: 16px;
    width: 75px;
    height: 24px;
  }

  .device-grid .device-card:nth-child(3) h3 {
    top: 55px;
    left: 24.985px;
    width: 55px;
  }

  .device-grid .device-card:nth-child(3) p {
    top: 79px;
    left: 19.985px;
    width: 65px;
    height: 36px;
  }

  .device-grid .device-card:nth-child(4) h3 {
    top: 36px;
    left: 28px;
    width: 59px;
  }

  .device-grid .device-card:nth-child(4) p {
    top: 60px;
    left: 23px;
    width: 64px;
    height: 24px;
  }

  .device-grid .device-card:nth-child(5) h3 {
    top: 33px;
    left: 36px;
    width: 33px;
  }

  .device-grid .device-card:nth-child(5) p {
    top: 57px;
    left: 24px;
    width: 56px;
    height: 24px;
  }

  .device-grid .device-card:nth-child(6) h3 {
    top: 40px;
    left: 19.5px;
    width: 67px;
  }

  .device-grid .device-card:nth-child(6) p {
    top: 62px;
    left: 19.5px;
    width: 64px;
    height: 24px;
  }

  .watch-section {
    height: 355px;
  }

  .social-section {
    position: relative;
    height: 210px;
    padding: 0;
  }

  .social-section > .eyebrow.social {
    position: absolute;
    top: 0;
    left: 145px;
    width: 101px;
    height: 18px;
    margin: 0;
    color: rgba(255, 139, 0, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .social-section h2 {
    position: absolute;
    top: 26px;
    left: 24px;
    width: 342px;
    height: 27px;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .social-section > p:not(.eyebrow) {
    position: absolute;
    top: 66px;
    left: 24px;
    width: 342px;
    height: 40px;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
  }

  .social-icons {
    position: absolute;
    top: 128px;
    left: 52px;
    display: flex;
    width: 286px;
    height: 52.45px;
    justify-content: space-between;
    gap: 0;
    margin: 0;
  }

  .social-icons img {
    width: 52.45px;
    height: 52.45px;
    object-fit: contain;
  }

  .figma-blocks picture:first-child {
    top: -35px;
    left: 84px;
    width: 1356px;
    height: 890px;
  }

  .figma-blocks picture:first-child img {
    width: 1356px;
    height: 890px;
  }

  .figma-blocks picture:first-child::after {
    content: "daylight";
    position: absolute;
    top: 151px;
    left: 650px;
    z-index: 2;
    display: block;
    width: 578px;
    height: 31px;
    color: rgba(47, 224, 69, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .figma-blocks picture:last-child {
    top: 387px;
    left: 0;
    width: 1360px;
    height: 890px;
    margin: 0;
  }

  .figma-blocks picture:last-child img {
    width: 1360px;
    height: 890px;
  }

  .figma-blocks picture:last-child::after {
    content: "after hours";
    position: absolute;
    top: 218px;
    left: 189px;
    z-index: 2;
    display: block;
    width: 520px;
    height: 31px;
    color: rgba(152, 87, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .figma-blocks::after {
    content: "";
    position: absolute;
    top: 707px;
    left: 148px;
    z-index: 0;
    width: 250px;
    height: 250px;
    border-radius: 999px;
    background: rgba(152, 87, 255, 1);
    filter: blur(50px);
    mix-blend-mode: plus-lighter;
    opacity: 0.56;
    pointer-events: none;
  }

  .figma-blocks::before {
    content: "";
    position: absolute;
    top: 284px;
    left: 970px;
    z-index: 0;
    width: 250px;
    height: 250px;
    border-radius: 999px;
    background: rgba(47, 224, 69, 1);
    filter: blur(50px);
    mix-blend-mode: plus-lighter;
    opacity: 0.56;
    pointer-events: none;
  }

  .figma-blocks picture {
    z-index: 1;
  }

  .team-photo {
    top: -42px;
    left: -16px;
    width: 1480px;
    max-width: none;
    height: 1110px;
  }

  .team-photo img {
    width: 1480px;
    height: 1110px;
    max-width: none;
    object-fit: cover;
  }

  .community-copy {
    top: 23px;
    left: 431px;
    width: 578px;
    max-width: 578px;
    height: 318px;
    margin: 0;
    transform: none;
  }

  .community-copy .eyebrow {
    width: 578px;
    height: 31px;
    margin: 0;
    color: rgba(255, 212, 0, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .community-copy h2 {
    width: 578px;
    height: 68px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .community-copy > p:not(.eyebrow) {
    width: 516px;
    height: 120px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
  }

  .community-copy .text-link {
    position: absolute;
    top: 291px;
    left: 163.5px;
    display: flex;
    width: 251px;
    height: 27px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    transform: none;
    text-transform: uppercase;
  }

  .community-copy .text-link span {
    display: block;
    width: 219px;
    height: 27px;
    color: rgba(250, 210, 32, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .community-copy .text-link::after {
    display: block;
    flex: 0 0 22px;
    width: 22px;
    height: 16px;
    margin-top: 5px;
    background: linear-gradient(90deg, rgba(247, 224, 28, 1) 0%, rgba(246, 139, 39, 1) 100%);
    background-clip: text;
    color: transparent;
    content: "\2192";
    font-size: 22px;
    line-height: 16px;
    -webkit-background-clip: text;
  }

  .community-section {
    height: 870px;
  }

  .support-band {
    position: relative;
    display: block;
    width: 1510px;
    max-width: none;
    height: 312px;
    margin: 0 0 0 -35px;
    padding: 0;
    overflow: visible;
    border: 0;
    outline: 3px solid rgba(255, 255, 255, 1);
    outline-offset: -3px;
    background: linear-gradient(100deg, rgba(255, 139, 0, 1) 0%, rgba(219, 5, 201, 1) 30%, rgba(152, 87, 255, 1) 54%, rgba(0, 231, 255, 1) 78%, rgba(47, 224, 69, 1) 100%);
  }

  .support-band::before {
    content: "";
    position: absolute;
    top: -110px;
    left: 17.5px;
    z-index: 0;
    width: 1475px;
    height: 548px;
    background: linear-gradient(100deg, rgba(255, 139, 0, 1) 0%, rgba(219, 5, 201, 1) 30%, rgba(152, 87, 255, 1) 54%, rgba(0, 231, 255, 1) 78%, rgba(47, 224, 69, 1) 100%);
    filter: blur(100px);
    pointer-events: none;
  }

  .support-band::after {
    content: none;
  }

  .support-icon {
    position: absolute;
    top: 79px;
    left: 210px;
    z-index: 1;
    display: block;
    width: 95.76px;
    height: 177px;
    opacity: 1;
    pointer-events: auto;
  }

  .support-icon img {
    display: block;
    width: 95.76px;
    height: 177px;
    object-fit: contain;
  }

  .support-copy {
    position: absolute;
    top: 50px;
    left: 332px;
    z-index: 1;
    width: 737px;
    height: 186px;
    opacity: 1;
    pointer-events: auto;
  }

  .support-copy h2 {
    width: 737px;
    height: 47px;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
  }

  .support-copy p {
    width: 737px;
    height: 120px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }

  .support-button {
    position: absolute;
    top: 125px;
    right: auto;
    left: 1093px;
    z-index: 1;
    display: flex;
    width: 194px;
    min-width: 194px;
    height: 60px;
    min-height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .watch-section > .eyebrow.watch {
    position: absolute;
    top: 55px;
    left: 637px;
    width: 166px;
    height: 31px;
    margin: 0;
    color: rgba(219, 5, 201, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .device-grid .device-card:nth-child(1) img {
    width: 62px;
    height: 52px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(1) h3 {
    width: 110px;
    height: 24px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(1) p {
    width: 110px;
    max-width: 110px;
    height: 38px;
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(2) {
    position: absolute;
    top: -49px;
    left: 76px;
    width: 150px;
    min-height: 0;
  }

  .device-grid .device-card:nth-child(2) img {
    width: 62px;
    height: 53px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(2) h3 {
    width: 150px;
    height: 24px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(2) p {
    width: 150px;
    max-width: 150px;
    height: 38px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(3) {
    position: absolute;
    top: -48.64px;
    left: 293px;
    width: 109px;
    min-height: 173.64px;
  }

  .device-grid .device-card:nth-child(3) img {
    width: 62px;
    height: 52.64px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(3) h3 {
    width: 109px;
    height: 24px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(3) p {
    width: 109px;
    max-width: 109px;
    height: 57px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(4) {
    position: absolute;
    top: -48px;
    left: 465px;
    width: 149px;
    min-height: 131px;
  }

  .device-grid .device-card:nth-child(4) img {
    width: 62px;
    height: 52px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(4) h3 {
    width: 149px;
    height: 24px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(4) p {
    width: 149px;
    max-width: 149px;
    height: 19px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(5) {
    position: absolute;
    top: -48px;
    left: 664px;
    width: 132px;
    min-height: 135px;
  }

  .device-grid .device-card:nth-child(5) img {
    width: 62px;
    height: 52px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(5) h3 {
    width: 132px;
    height: 24px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(5) p {
    width: 132px;
    max-width: 132px;
    height: 19px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(4) p br,
  .device-grid .device-card:nth-child(5) p br {
    display: none;
  }

  .device-grid .device-card:nth-child(6) {
    position: absolute;
    top: -48px;
    left: 864px;
    width: 104px;
    min-height: 154px;
  }

  .device-grid .device-card:nth-child(6) img {
    width: 62px;
    height: 52px;
    max-height: none;
  }

  .device-grid .device-card:nth-child(6) h3 {
    width: 104px;
    height: 24px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .device-grid .device-card:nth-child(6) p {
    width: 104px;
    max-width: 104px;
    height: 38px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .mobile-programs::before {
    top: 240px;
    left: 142px;
    width: 168px;
    height: 168px;
    border-radius: 999px;
    background: rgba(47, 224, 69, 1);
    filter: blur(32px);
    mix-blend-mode: plus-lighter;
    opacity: 0.56;
  }

  .mobile-daylight-visual {
    top: 27px;
    left: 27px;
    width: 337px;
    height: 213px;
    border-radius: 20px;
  }

  .mobile-daylight-copy .mobile-program-label,
  .mobile-daylight-copy h2,
  .mobile-daylight-copy p:not(.mobile-program-label),
  .mobile-after-copy .mobile-program-label,
  .mobile-after-copy h2,
  .mobile-after-copy p:not(.mobile-program-label) {
    left: 20px;
    width: calc(var(--mobile-w) - 40px);
  }

  .mobile-daylight-copy .mobile-program-label {
    top: 252px;
    left: 23px;
    width: 74px;
    height: 22px;
    color: rgba(47, 224, 69, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .mobile-daylight-copy h2 {
    top: 282px;
    left: 22px;
    width: 344px;
    height: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
  }

  .mobile-daylight-copy p:not(.mobile-program-label) {
    top: 316px;
    left: 24px;
    width: 342px;
    height: 60px;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .mobile-after-visual {
    top: 412px;
    left: 24px;
    width: 342px;
    height: 212px;
    border-radius: 20px;
  }

  .mobile-after-badge {
    top: 23px;
    left: 147px;
    right: auto;
    width: 167px;
    height: 16px;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mobile-after-copy .mobile-program-label {
    top: 641px;
    left: 24px;
    width: 294px;
    height: 22px;
    color: rgba(152, 87, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .mobile-after-copy h2 {
    top: 671px;
    left: 23px;
    width: 343px;
    height: 54px;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
  }

  .mobile-after-copy p:not(.mobile-program-label) {
    top: 733px;
    left: 23px;
    width: 343px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .community-copy .eyebrow {
    top: 25px;
    left: 163px;
    width: 67px;
    height: 18px;
    transform: none;
    color: rgba(255, 212, 0, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .community-copy h2 {
    top: 51px;
    left: -93px;
    width: 578px;
    height: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .community-copy > p:not(.eyebrow) {
    top: 86px;
    left: 24px;
    width: 342px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
  }

  .community-copy .text-link {
    top: 154px;
    left: 97px;
    display: flex;
    width: 197px;
    height: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    transform: none;
    text-transform: uppercase;
  }

  .community-copy .text-link span {
    display: block;
    width: 172px;
    height: 20px;
    color: rgba(250, 210, 32, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .community-copy .text-link::after {
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 13px;
    margin-top: 3px;
    background: linear-gradient(90deg, rgba(247, 224, 28, 1) 0%, rgba(246, 139, 39, 1) 100%);
    background-clip: text;
    color: transparent;
    content: "\2192";
    font-size: 17px;
    line-height: 13px;
    -webkit-background-clip: text;
  }

  .team-photo {
    top: 72px;
    left: -21px;
    width: 440px;
    height: 330px;
  }

  .team-photo img {
    width: 440px;
    height: 330px;
    object-fit: cover;
  }

  .device-card {
    width: 104px;
  }

  .device-card p,
  .device-mobile p {
    width: 96px;
    max-width: 96px;
  }

  .mobile-programs {
    height: 808px;
  }

  .community-section {
    height: 413px;
  }

  .signup-band {
    position: relative;
    display: grid;
    width: var(--mobile-w);
    height: 238px;
    min-height: 238px;
    grid-template-columns: 110px 1fr;
    grid-template-areas:
      "logo copy"
      "button button";
    gap: 18px 26px;
    align-items: center;
    margin: 0 auto;
    padding: 48px 34px 44px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(5, 5, 5, 0) 62%),
      #111;
  }

  .signup-logo {
    position: static;
    grid-area: logo;
    width: 110px;
  }

  .signup-logo img {
    width: 110px;
    height: auto;
  }

  .signup-copy {
    position: static;
    grid-area: copy;
    width: auto;
  }

  .signup-copy h2 {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .signup-copy p {
    margin: 8px 0 0;
    font-size: 10px;
    line-height: 14px;
  }

  .signup-form {
    position: static;
    grid-area: button;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .signup-form input,
  .signup-form .form-message {
    display: none;
  }

  .signup-form .button {
    width: 166px;
    min-width: 166px;
    height: 50px;
    min-height: 50px;
    border-radius: 18px;
    font-size: 13px;
  }

  .support-band {
    position: relative;
    left: auto;
    display: block;
    width: 423px;
    max-width: none;
    height: 240px;
    min-height: 240px;
    margin: 0 0 0 -16px;
    padding: 0;
    overflow: visible;
    background: linear-gradient(100deg, rgba(255, 139, 0, 1) 0%, rgba(219, 5, 201, 1) 30%, rgba(152, 87, 255, 1) 54%, rgba(0, 231, 255, 1) 78%, rgba(47, 224, 69, 1) 100%);
  }

  .support-band::before {
    content: "";
    position: absolute;
    top: -84.62px;
    left: 9.8px;
    z-index: 0;
    width: 413.2px;
    height: 421.54px;
    background: linear-gradient(100deg, rgba(255, 139, 0, 1) 0%, rgba(219, 5, 201, 1) 30%, rgba(152, 87, 255, 1) 54%, rgba(0, 231, 255, 1) 78%, rgba(47, 224, 69, 1) 100%);
    filter: blur(100px);
    pointer-events: none;
  }

  .support-band::after {
    content: none;
  }

  .support-icon {
    position: absolute;
    top: 48px;
    left: 62px;
    z-index: 2;
    display: block;
    width: 44.36px;
    height: 82px;
  }

  .support-icon img {
    display: block;
    width: 44.36px;
    height: 82px;
    object-fit: contain;
  }

  .support-copy {
    position: absolute;
    top: 26px;
    left: 130px;
    z-index: 2;
    width: 252px;
    height: 115px;
  }

  .support-copy h2 {
    width: 252px;
    height: 27px;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
  }

  .support-copy p {
    width: 252px;
    height: 80px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .watch-section > .eyebrow.watch {
    top: 34px;
    left: 149px;
    width: 94px;
    height: 18px;
    color: rgba(219, 5, 201, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .signup-band {
    height: 215px;
    min-height: 215px;
    overflow: visible;
    background: #050505;
    isolation: isolate;
  }

  .signup-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: -318px;
    z-index: 0;
    width: 1440px;
    height: 215px;
    background: rgba(217, 217, 217, 1);
    filter: blur(24.3px);
    opacity: 0.1;
    transform: translateZ(0);
    pointer-events: none;
  }

  .signup-copy {
    position: absolute;
    top: 14px;
    left: 199px;
    z-index: 1;
    display: block;
    grid-area: auto;
    width: 251px;
    height: 94px;
  }

  .signup-copy h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 251px;
    height: 20px;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
  }

  .signup-copy p {
    position: absolute;
    top: 34px;
    left: 0;
    width: 161px;
    height: 60px;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .signup-logo {
    position: absolute;
    top: 39px;
    left: 52px;
    z-index: 1;
    grid-area: auto;
    width: 117px;
    height: 51.49px;
  }

  .signup-logo img {
    display: block;
    width: 117px;
    height: 51.49px;
    object-fit: contain;
  }

  .signup-form {
    position: absolute;
    top: 134px;
    left: 115px;
    z-index: 1;
    display: block;
    grid-area: auto;
    width: 161px;
    height: 50px;
  }

  .signup-form .button {
    display: flex;
    width: 161px;
    min-width: 161px;
    height: 50px;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    padding: 0 18.5px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(270deg, rgba(255, 212, 0, 1) 0%, rgba(255, 139, 0, 1) 50%, rgba(255, 0, 0, 1) 100%);
    color: rgba(0, 0, 0, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .site-footer img {
    top: 50px;
    left: 135px;
    width: 131px;
    height: 19px;
    transform: none;
    content: url("images/szivarvanytv.png");
    object-fit: fill;
  }

  .site-footer p {
    top: 103px;
    left: 100px;
    width: 200px;
    max-width: 200px;
    height: 30px;
    transform: none;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .site-footer small {
    top: 163px;
    left: 136px;
    width: 129px;
    height: 15px;
    transform: none;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  .site-footer {
    height: 263px;
    min-height: 263px;
  }

  .site-footer::before {
    top: 249px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 390px;
    height: 14px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 139, 0, 1) 20%, rgba(255, 212, 0, 1) 40%, rgba(47, 224, 69, 1) 60%, rgba(0, 231, 255, 1) 80%, rgba(152, 87, 255, 1) 100%);
  }

  .site-footer::after {
    content: none;
  }
}

@media (min-width: 641px) {
  .brand {
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-subscribe {
    display: none;
  }
}

@media (min-width: 1024px) {
  .brand {
    top: 29px;
    left: 608px;
    width: 224.96px;
    height: 99px;
    transform: none;
  }

  .brand img {
    width: 224.96px;
    height: 99px;
    object-fit: contain;
  }

  .hero-copy {
    top: 94px;
    left: 80px;
    width: 734px;
    max-width: 734px;
    height: 402px;
  }

  .hero h1 {
    width: 734px;
    height: 252px;
    margin: 0;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-weight: 700;
  }

  .hero h1 span {
    display: block;
    width: 734px;
    height: 95px;
    color: rgba(255, 255, 255, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.02em;
  }

  .hero h1 strong {
    display: block;
    width: 516px;
    height: 140px;
    margin-top: 17px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 139, 0, 1) 20%, rgba(255, 212, 0, 1) 40%, rgba(47, 224, 69, 1) 60%, rgba(0, 231, 255, 1) 80%, rgba(152, 87, 255, 1) 100%);
    background-clip: text;
    color: transparent;
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0;
    -webkit-background-clip: text;
  }

  .hero-lead {
    width: 516px;
    max-width: 516px;
    height: 80px;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }

  .hero-note {
    display: flex;
    width: 299px;
    height: 36px;
    align-items: flex-end;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
  }

  .hero .button {
    position: absolute;
    top: 440px;
    left: 0;
    display: flex;
    width: 193px;
    min-width: 193px;
    height: 60px;
    min-height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(270deg, rgba(255, 212, 0, 1) 0%, rgba(255, 139, 0, 1) 50%, rgba(255, 0, 0, 1) 100%);
    color: rgba(0, 0, 0, 1);
    font-family: "Satoshi", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-media {
    top: 30px;
    right: auto;
    left: 823px;
    width: 651px;
    height: 679px;
  }

  .hero-media img,
  .hero-media picture img {
    width: 651px;
    height: 679px;
    max-height: none;
    object-fit: contain;
  }

  .figma-blocks picture:first-child {
    top: -35px;
    left: 84px;
    width: 1356px;
    height: 890px;
  }

  .figma-blocks picture:first-child img {
    width: 1356px;
    height: 890px;
  }

  .figma-blocks picture:first-child::after {
    content: "daylight";
    position: absolute;
    top: 151px;
    left: 650px;
    z-index: 2;
    width: 578px;
    height: 31px;
    color: rgba(47, 224, 69, 1);
    font: 400 23px/100% "Satoshi", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

  .figma-blocks picture:last-child {
    top: 387px;
    left: 0;
    width: 1360px;
    height: 890px;
    margin: 0;
  }

  .figma-blocks picture:last-child img {
    width: 1360px;
    height: 890px;
  }

  .figma-blocks picture:last-child::after {
    content: "after hours";
    position: absolute;
    top: 218px;
    left: 189px;
    z-index: 2;
    width: 520px;
    height: 31px;
    color: rgba(152, 87, 255, 1);
    font: 400 23px/100% "Satoshi", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

  .figma-blocks::before,
  .figma-blocks::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    filter: blur(50px);
    mix-blend-mode: plus-lighter;
    opacity: 0.56;
    pointer-events: none;
  }

  .figma-blocks::before {
    top: 284px;
    left: 970px;
    background: rgba(47, 224, 69, 1);
  }

  .figma-blocks::after {
    top: 707px;
    left: 148px;
    background: rgba(152, 87, 255, 1);
  }

  .figma-blocks picture {
    z-index: 1;
  }

  .community-section {
    height: 870px;
  }

  .team-photo {
    top: -42px;
    left: -16px;
    width: 1480px;
    height: 1110px;
  }

  .team-photo img {
    width: 1480px;
    height: 1110px;
    max-width: none;
    object-fit: cover;
  }

  .community-copy {
    top: 23px;
    left: 431px;
    width: 578px;
    max-width: 578px;
    height: 318px;
    margin: 0;
    transform: none;
  }

  .community-copy .eyebrow {
    width: 578px;
    height: 31px;
    margin: 0;
    color: rgba(255, 212, 0, 1);
    font: 400 23px/100% "Satoshi", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
  }

  .community-copy h2 {
    width: 578px;
    height: 68px;
    margin: 24px 0 0;
    color: #fff;
    font: 700 50px/100% "Satoshi", Arial, Helvetica, sans-serif;
    text-align: center;
  }

  .community-copy > p:not(.eyebrow) {
    width: 516px;
    height: 120px;
    margin: 24px auto 0;
    color: #fff;
    font: 400 24px/40px "Inter", Arial, Helvetica, sans-serif;
    text-align: center;
  }

  .community-copy .text-link {
    position: absolute;
    top: 291px;
    left: 163.5px;
    display: flex;
    width: 251px;
    height: 27px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    transform: none;
    text-transform: uppercase;
  }

  .community-copy .text-link span {
    display: block;
    width: 219px;
    height: 27px;
    color: rgba(250, 210, 32, 1);
    font: 400 20px/100% "Satoshi", Arial, Helvetica, sans-serif;
    white-space: nowrap;
  }

  .community-copy .text-link::after {
    display: block;
    flex: 0 0 22px;
    width: 22px;
    height: 16px;
    margin-top: 5px;
    background: linear-gradient(90deg, rgba(247, 224, 28, 1), rgba(246, 139, 39, 1));
    background-clip: text;
    color: transparent;
    content: "\2192";
    font-size: 22px;
    line-height: 16px;
    -webkit-background-clip: text;
  }

  .support-band {
    position: relative;
    left: auto;
    display: block;
    width: min(100%, 1440px);
    max-width: 1440px;
    height: 312px;
    margin: 0 auto;
    transform: none;
    padding: 0;
    overflow: hidden;
    border: 0;
    outline: 0;
    background: transparent;
  }

  .support-band::before {
    content: "";
    position: absolute;
    top: -110px;
    left: -17.5px;
    z-index: 0;
    width: 1475px;
    height: 548px;
    background: linear-gradient(100deg, #ff8b00 0%, #db05c9 30%, #9857ff 54%, #00e7ff 78%, #2fe045 100%);
    filter: blur(100px);
    pointer-events: none;
  }

  .support-band::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    z-index: 0;
    width: 1510px;
    height: 312px;
    background: linear-gradient(100deg, #ff8b00 0%, #db05c9 30%, #9857ff 54%, #00e7ff 78%, #2fe045 100%);
    pointer-events: none;
  }

  .support-icon {
    position: absolute;
    top: 79px;
    left: 175px;
    z-index: 1;
    display: block;
    width: 95.76px;
    height: 177px;
    opacity: 1;
    pointer-events: auto;
  }

  .support-icon img {
    width: 95.76px;
    height: 177px;
    object-fit: contain;
  }

  .support-copy {
    position: absolute;
    top: 50px;
    left: 297px;
    z-index: 1;
    width: 737px;
    height: 186px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .support-copy h2 {
    width: 737px;
    height: 47px;
    margin: 0;
    color: #fff;
    font: 700 35px/100% "Satoshi", Arial, Helvetica, sans-serif;
  }

  .support-copy p {
    width: 737px;
    height: 120px;
    margin: 19px 0 0;
    color: #fff;
    font: 400 24px/40px "Inter", Arial, Helvetica, sans-serif;
  }

  .support-button {
    position: absolute;
    top: 125px;
    right: auto;
    left: 1058px;
    z-index: 1;
    display: flex;
    width: 194px;
    min-width: 194px;
    height: 60px;
    min-height: 60px;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    border: 3px solid #fff;
    border-radius: 20px;
    background: transparent;
    color: #fff;
    font: 700 20px/100% "Satoshi", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

  .watch-section > .eyebrow.watch {
    top: 55px;
    left: 637px;
    width: 166px;
    height: 31px;
    margin: 0;
    transform: none;
    color: rgba(219, 5, 201, 1);
    font: 400 23px/100% "Satoshi", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
  }

  .device-grid {
    top: 135px;
    left: 0;
    display: block;
    width: 1440px;
    height: 174px;
    margin: 0;
    transform: none;
  }

  .device-grid .device-card {
    position: absolute;
    top: 1px;
    min-height: 0;
  }

  .device-grid .device-card:nth-child(1) { left: 183px; width: 110px; }
  .device-grid .device-card:nth-child(2) { top: 0; left: 356px; width: 150px; }
  .device-grid .device-card:nth-child(3) { top: 0.36px; left: 573px; width: 109px; }
  .device-grid .device-card:nth-child(4) { left: 745px; width: 149px; }
  .device-grid .device-card:nth-child(5) { left: 944px; width: 132px; }
  .device-grid .device-card:nth-child(6) { left: 1144px; width: 104px; }

  .device-grid .device-card img {
    width: 62px;
    height: 52px;
    max-height: none;
    object-fit: contain;
  }

  .device-grid .device-card:nth-child(2) img { height: 53px; }
  .device-grid .device-card:nth-child(3) img { height: 52.64px; }

  .device-grid .device-card h3 {
    height: 24px;
    margin: 20px 0 0;
    color: #fff;
    font: 700 20px/100% "Inter", Arial, Helvetica, sans-serif;
    text-align: center;
  }

  .device-grid .device-card p {
    margin: 20px 0 0;
    color: #fff;
    font: 400 16px/100% "Inter", Arial, Helvetica, sans-serif;
    text-align: center;
  }

  .device-grid .device-card:nth-child(1) h3,
  .device-grid .device-card:nth-child(1) p { width: 110px; }
  .device-grid .device-card:nth-child(1) p { height: 38px; margin-top: 6px; }
  .device-grid .device-card:nth-child(2) h3,
  .device-grid .device-card:nth-child(2) p { width: 150px; }
  .device-grid .device-card:nth-child(2) p { height: 38px; }
  .device-grid .device-card:nth-child(3) h3,
  .device-grid .device-card:nth-child(3) p { width: 109px; }
  .device-grid .device-card:nth-child(3) p { height: 57px; }
  .device-grid .device-card:nth-child(4) h3,
  .device-grid .device-card:nth-child(4) p { width: 149px; }
  .device-grid .device-card:nth-child(4) p { height: 19px; }
  .device-grid .device-card:nth-child(5) h3,
  .device-grid .device-card:nth-child(5) p { width: 132px; }
  .device-grid .device-card:nth-child(5) p { height: 19px; }
  .device-grid .device-card:nth-child(6) h3,
  .device-grid .device-card:nth-child(6) p { width: 104px; }
  .device-grid .device-card:nth-child(6) p { height: 38px; }

  .device-grid .device-card:nth-child(4) p br,
  .device-grid .device-card:nth-child(5) p br {
    display: none;
  }

  .watch-section {
    height: 379px;
  }

  .social-section {
    height: 420px;
    padding: 0;
  }

  .social-section > .eyebrow.social {
    width: 578px;
    max-width: 578px;
    height: 31px;
    margin: 0 auto;
    color: rgba(255, 139, 0, 1);
    font: 400 23px/100% "Satoshi", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
  }

  .social-section h2 {
    width: 578px;
    height: 68px;
    margin: 18px auto 0;
    color: #fff;
    font: 700 50px/100% "Satoshi", Arial, Helvetica, sans-serif;
    text-align: center;
  }

  .social-section > p:not(.eyebrow) {
    width: 516px;
    height: 80px;
    margin: 18px auto 0;
    color: #fff;
    font: 400 24px/40px "Inter", Arial, Helvetica, sans-serif;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .watch-section { height: 355px; }
  .watch-section > .eyebrow.watch { top: 34px; left: 149px; width: 94px; height: 18px; }

  .device-grid {
    top: 86px;
    left: 0;
    display: block;
    width: 390px;
    height: 280px;
    margin: 0;
    padding: 0;
    transform: none;
  }

  .device-grid .device-card,
  .device-grid .device-card:nth-child(n) {
    position: absolute;
    width: 104px;
    min-height: 0;
  }

  .device-grid .device-card:nth-child(1) { top: 1px; left: 54px; }
  .device-grid .device-card:nth-child(2) { top: 0; left: 143px; }
  .device-grid .device-card:nth-child(3) { top: 0; left: 237.015px; }
  .device-grid .device-card:nth-child(4) { top: 141px; left: 54px; }
  .device-grid .device-card:nth-child(5) { top: 144px; left: 143px; }
  .device-grid .device-card:nth-child(6) { top: 137px; left: 236.5px; }

  .device-grid .device-card:nth-child(1) img { width: 46px; height: 40px; }
  .device-grid .device-card:nth-child(2) img { width: 24px; height: 41px; }
  .device-grid .device-card:nth-child(3) img { width: 48.03px; height: 40.78px; }
  .device-grid .device-card:nth-child(4) img { width: 46px; height: 23px; }
  .device-grid .device-card:nth-child(5) img { width: 50px; height: 15.52px; }
  .device-grid .device-card:nth-child(6) img { width: 47px; height: 35.25px; }

  .device-grid .device-card h3,
  .device-grid .device-card:nth-child(n) h3 {
    position: absolute;
    height: 16px;
    margin: 0;
    color: #fff;
    font: 700 13px/100% "Inter", Arial, Helvetica, sans-serif;
    text-align: center;
  }

  .device-grid .device-card p,
  .device-grid .device-card:nth-child(n) p {
    position: absolute;
    max-width: none;
    margin: 0;
    color: #fff;
    font: 400 10px/100% "Inter", Arial, Helvetica, sans-serif;
    text-align: center;
  }

  .device-grid .device-card:nth-child(1) h3 { top: 54px; left: 22px; width: 60px; }
  .device-grid .device-card:nth-child(1) p { top: 78px; left: 18px; width: 69px; height: 24px; }
  .device-grid .device-card:nth-child(2) h3 { top: 55px; left: 34px; width: 36px; }
  .device-grid .device-card:nth-child(2) p { top: 79px; left: 16px; width: 75px; height: 24px; }
  .device-grid .device-card:nth-child(3) h3 { top: 55px; left: 24.985px; width: 55px; }
  .device-grid .device-card:nth-child(3) p { top: 79px; left: 19.985px; width: 65px; height: 36px; }
  .device-grid .device-card:nth-child(4) h3 { top: 36px; left: 28px; width: 59px; }
  .device-grid .device-card:nth-child(4) p { top: 60px; left: 23px; width: 64px; height: 24px; }
  .device-grid .device-card:nth-child(5) h3 { top: 33px; left: 36px; width: 33px; }
  .device-grid .device-card:nth-child(5) p { top: 57px; left: 24px; width: 56px; height: 24px; }
  .device-grid .device-card:nth-child(6) h3 { top: 40px; left: 19.5px; width: 67px; }
  .device-grid .device-card:nth-child(6) p { top: 62px; left: 19.5px; width: 64px; height: 24px; }

  .device-grid .device-card:nth-child(4) p br,
  .device-grid .device-card:nth-child(5) p br { display: inline; }
}

@media (min-width: 1024px) {
  .figma-blocks picture:first-child::after,
  .figma-blocks picture:last-child::after {
    content: none;
  }
}

@media (max-width: 640px) {
  .community-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 390px;
    height: 11px;
    background: #000;
    pointer-events: none;
  }

  .support-band::after {
    content: none;
  }

  .community-copy > p:not(.eyebrow) {
    top: 66px;
  }

  .community-copy h2 {
    top: 26px;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .community-section {
    height: calc(var(--tablet-w) * 0.641 + 80px);
  }

  .team-photo,
  .team-photo img {
    height: 100%;
  }

  .team-photo img {
    object-fit: cover;
    object-position: center top;
  }

  .support-band {
    margin-top: 0;
  }

  .support-button {
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
  .watch-section {
    background: #050505 !important;
  }

  .watch-section::before,
  .watch-section::after {
    content: none !important;
    background: none !important;
  }
}

@media (max-width: 640px) {
  .support-button {
    position: absolute;
    top: 163px;
    right: auto;
    bottom: auto;
    left: 127px;
    z-index: 4;
    display: flex;
    width: 161px;
    min-width: 161px;
    height: 50px;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 18px;
    background: transparent;
    color: #fff;
    font: 700 14px/100% "Satoshi", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .signup-band {
    background: #050505 !important;
    overflow: hidden;
  }

  .signup-band::before {
    content: none !important;
  }

  .signup-band::after {
    content: "";
    position: absolute;
    top: 0;
    left: -318px;
    z-index: 0;
    width: 1440px;
    height: 215px;
    background: rgba(217, 217, 217, 1);
    opacity: 0.1;
    filter: blur(24.3px);
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 10%,
      rgba(0, 0, 0, 0.75) 20%,
      #000 35%,
      #000 65%,
      rgba(0, 0, 0, 0.75) 80%,
      rgba(0, 0, 0, 0.35) 90%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 10%,
      rgba(0, 0, 0, 0.75) 20%,
      #000 35%,
      #000 65%,
      rgba(0, 0, 0, 0.75) 80%,
      rgba(0, 0, 0, 0.35) 90%,
      transparent 100%
    );
    pointer-events: none;
  }
}

/* Newsletter Overlay Popup */
.newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  padding: 20px;
}

.newsletter-overlay[hidden] {
  display: none;
}

body.newsletter-open {
  overflow: hidden;
}

.newsletter-overlay-content {
  position: relative;
  max-width: 480px;
  width: 100%;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.newsletter-overlay-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.newsletter-overlay-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.newsletter-overlay-close:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 2px;
}

.newsletter-overlay-content h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
}

.newsletter-overlay-content > p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.5;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsletter-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.newsletter-form label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.newsletter-form input,
.newsletter-form select {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: var(--white);
  padding: 0 16px;
  font-size: 16px;
  outline: none;
  transition: all 0.2s ease;
}

.newsletter-form input:focus,
.newsletter-form select:focus {
  border-color: var(--cyan);
  background: rgba(0, 0, 0, 0.6);
}

.newsletter-form input:focus-visible,
.newsletter-form select:focus-visible {
  outline: 3px solid rgba(0, 224, 255, 0.35);
  outline-offset: 2px;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' fill-opacity='0.6' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.newsletter-form select option {
  background: #1a1a1a;
  color: var(--white);
}

.newsletter-form button {
  min-height: 48px;
  margin-top: 8px;
}

.newsletter-form .form-message {
  min-height: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.newsletter-form .form-message.success {
  color: var(--green);
}

.newsletter-form .form-message.error {
  color: var(--red);
}

@media (max-width: 640px) {
  .newsletter-overlay-content {
    padding: 28px;
    border-radius: 20px;
  }

  .newsletter-overlay-content h2 {
    font-size: 24px;
  }

  .newsletter-overlay-content > p {
    font-size: 14px;
  }

  .newsletter-form input,
  .newsletter-form select {
    min-height: 44px;
    font-size: 15px;
  }
}
