/* IPTVZone360 — static landing (matches Next design) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg-deep: #05080f;
  --cyan: #00f5ff;
  --cyan-soft: #b8fffc;
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  min-height: 100%;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  background: var(--bg-deep);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg-deep);
  color: #f4f4f5;
}

/* ——— Backdrop ——— */
.backdrop {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
}

.backdrop__layer {
  position: absolute;
  inset: 0;
}

.backdrop__layer--base {
  background: linear-gradient(
    180deg,
    #03050a 0%,
    #0b0f1a 38%,
    #071018 72%,
    #04060c 100%
  );
}

.backdrop__layer--glow-top {
  background: radial-gradient(
    ellipse 130% 90% at 50% -25%,
    rgba(0, 245, 255, 0.22),
    transparent 58%
  );
}

.backdrop__layer--glow-tr {
  background: radial-gradient(
    ellipse 70% 55% at 100% 20%,
    rgba(56, 189, 248, 0.12),
    transparent 50%
  );
}

.backdrop__layer--glow-bl {
  background: radial-gradient(
    ellipse 55% 45% at 0% 85%,
    rgba(99, 102, 241, 0.09),
    transparent 52%
  );
}

.backdrop__layer--vignette {
  background: radial-gradient(
    ellipse 95% 95% at 50% 50%,
    transparent 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.backdrop__grid {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(
    ellipse 80% 70% at 50% 30%,
    black 20%,
    transparent 75%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 70% at 50% 30%,
    black 20%,
    transparent 75%
  );
}

.backdrop__layer--wash {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03) 0%,
    transparent 12%,
    transparent 88%,
    rgba(0, 0, 0, 0.35) 100%
  );
}

/* ——— Layout ——— */
.container {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container--narrow {
  max-width: 56rem;
}

.container--cta {
  max-width: 56rem;
}

.container--faq {
  max-width: 48rem;
}

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 8, 15, 0.7);
  box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  backdrop-saturate: 150%;
}

.site-header__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 245, 255, 0.25),
    transparent
  );
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .site-header__inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 420px) {
  .site-header__actions {
    flex-direction: column;
    align-items: flex-end;
  }
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 1px rgba(0, 245, 255, 0.06) inset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lang-switcher__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.625rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #c4c4cd;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.lang-switcher__link:hover {
  color: #ffffff;
  background: rgba(0, 245, 255, 0.12);
}

.lang-switcher__link[aria-current="page"] {
  color: #031219;
  background: linear-gradient(180deg, #5fffd9, #00f5ff 50%, #00c8cf);
  box-shadow: 0 0 18px -6px rgba(0, 245, 255, 0.9);
}

.main {
  position: relative;
  z-index: 10;
}

/* ——— Logo ——— */
.logo {
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  .logo {
    font-size: 1.25rem;
  }
}

.logo--header:hover .logo__plain {
  color: #e4e4e7;
}

.logo__accent {
  background: linear-gradient(90deg, #00f5ff, #5fffd9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.logo--footer {
  font-size: 1rem;
  margin: 0;
}

.logo--footer .logo__accent {
  display: inline;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 1rem;
  transition:
    transform 0.5s var(--ease),
    box-shadow 0.5s var(--ease),
    border-color 0.5s var(--ease),
    background 0.5s var(--ease),
    color 0.5s var(--ease),
    filter 0.5s var(--ease);
}

.btn:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.btn:active {
  transform: scale(0.98) translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }

  .btn:hover {
    transform: none;
  }
}

.btn--primary {
  position: relative;
  overflow: hidden;
  color: #041018;
  background: linear-gradient(180deg, #5fffd9, #00f5ff 50%, #00c8cf);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22) inset,
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 12px 40px -8px rgba(0, 245, 255, 0.55);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 1px 0 rgba(255, 255, 255, 0.45) inset,
    0 20px 56px -10px rgba(0, 245, 255, 0.65);
  filter: brightness(1.05);
}

.btn--secondary {
  border: 1px solid rgba(0, 245, 255, 0.25);
  background: rgba(0, 245, 255, 0.07);
  color: var(--cyan-soft);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 8px 32px -12px rgba(0, 245, 255, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.btn--secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 245, 255, 0.5);
  background: rgba(0, 245, 255, 0.12);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(0, 245, 255, 0.2) inset,
    0 16px 48px -8px rgba(0, 245, 255, 0.45);
}

.btn--header {
  padding: 0.625rem 1.25rem;
  font-size: 0.75rem;
}

@media (min-width: 640px) {
  .btn--header {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
}

.btn--hero {
  width: 100%;
  padding: 0.875rem 2rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .btn--hero {
    width: auto;
    min-width: 200px;
  }
}

.btn--cta {
  margin-top: 2.5rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .btn--cta {
    margin-top: 3rem;
    padding: 1rem 3.5rem;
    font-size: 1.125rem;
  }
}

.btn--footer {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .btn--footer {
    width: auto;
    padding: 0.625rem 1rem;
  }
}

/* ——— Hero ——— */
.section--hero {
  position: relative;
  padding: 4rem 0 6rem;
}

@media (min-width: 640px) {
  .section--hero {
    padding: 5rem 0 7rem;
  }
}

@media (min-width: 1024px) {
  .section--hero {
    padding: 7rem 0 8rem;
  }
}

.hero__bloom {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 2rem;
  width: min(90vw, 520px);
  height: min(70vw, 520px);
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(0, 245, 255, 0.12);
  filter: blur(100px);
}

@media (min-width: 640px) {
  .hero__bloom {
    top: 3rem;
  }
}

.hero__inner {
  position: relative;
  text-align: center;
}

.hero__badge-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .hero__badge-wrap {
    margin-bottom: 2rem;
  }
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d4d4d8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 0 0 1px rgba(0, 245, 255, 0.08) inset,
    0 8px 32px -16px rgba(0, 245, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

@media (min-width: 640px) {
  .hero__badge {
    font-size: 0.75rem;
  }
}

.hero__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px 2px rgba(0, 245, 255, 0.8);
}

.hero__title {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 640px) {
  .hero__title {
    line-height: 1.05;
  }
}

.hero__title-highlight {
  display: inline;
  background: linear-gradient(135deg, #fff, #e0ffff, #00f5ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 40px rgba(0, 245, 255, 0.25));
}

.hero__lead {
  margin: 1.75rem auto 0;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #a1a1aa;
}

@media (min-width: 640px) {
  .hero__lead {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.hero__actions {
  display: flex;
  max-width: 28rem;
  margin: 2.5rem auto 0;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .hero__actions {
    max-width: none;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
  }
}

/* ——— Sections ——— */
.section {
  position: relative;
}

.section--benefits {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 5rem 0;
}

@media (min-width: 640px) {
  .section--benefits {
    padding: 6rem 0;
  }
}

@media (min-width: 1024px) {
  .section--benefits {
    padding: 7rem 0;
  }
}

.section__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25),
    transparent,
    rgba(0, 0, 0, 0.2)
  );
  pointer-events: none;
}

.section--benefits .container {
  position: relative;
}

.section--devices {
  padding: 5rem 0;
}

@media (min-width: 640px) {
  .section--devices {
    padding: 6rem 0;
  }
}

@media (min-width: 1024px) {
  .section--devices {
    padding: 7rem 0;
  }
}

.section--steps {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 5rem 0;
}

@media (min-width: 640px) {
  .section--steps {
    padding: 6rem 0;
  }
}

@media (min-width: 1024px) {
  .section--steps {
    padding: 7rem 0;
  }
}

.section__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 245, 255, 0.03) 0%,
    transparent 35%,
    transparent 65%,
    rgba(0, 0, 0, 0.2) 100%
  );
  pointer-events: none;
}

.section--steps .container {
  position: relative;
}

.section--cta {
  padding: 5rem 0;
}

@media (min-width: 640px) {
  .section--cta {
    padding: 7rem 0;
  }
}

@media (min-width: 1024px) {
  .section--cta {
    padding: 8rem 0;
  }
}

.section--faq {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 5rem 0 6rem;
}

@media (min-width: 640px) {
  .section--faq {
    padding: 6rem 0 7rem;
  }
}

.section__intro {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.section__title {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
}

@media (min-width: 640px) {
  .section__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .section__title {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}

.section__subtitle {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #a1a1aa;
}

@media (min-width: 640px) {
  .section__subtitle {
    font-size: 1.125rem;
  }
}

.section__subtitle--left {
  text-align: left;
}

.section__title--cta {
  text-align: center;
}

/* ——— Grids ——— */
.grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid--benefits {
  display: grid;
  gap: 1.25rem;
  margin-top: 3.5rem;
}

@media (min-width: 640px) {
  .grid--benefits {
    gap: 1.5rem;
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid--benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid--devices {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .grid--devices {
    gap: 1.25rem;
    margin-top: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid--devices {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid--steps {
  display: grid;
  gap: 1.5rem;
  margin-top: 3.5rem;
  counter-reset: none;
  padding: 0;
}

@media (min-width: 640px) {
  .grid--steps {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid--steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }

  .card--step:hover {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .card--step:hover {
    transform: none;
  }
}

/* ——— Cards ——— */
.card__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #fff;
}

.card__text {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.625;
  color: #a1a1aa;
}

.card--benefit {
  position: relative;
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02),
    transparent
  );
  box-shadow: 0 20px 50px -28px rgba(0, 0, 0, 0.85);
  transition:
    transform 0.5s var(--ease),
    border-color 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}

@media (min-width: 640px) {
  .card--benefit {
    padding: 1.75rem;
  }
}

.card--benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 245, 255, 0.2);
  box-shadow:
    0 24px 60px -24px rgba(0, 245, 255, 0.12),
    0 20px 50px -28px rgba(0, 0, 0, 0.85);
}

.card--benefit:hover .card--benefit__glow {
  opacity: 1;
}

.card--benefit:hover .card--benefit__icon {
  border-color: rgba(0, 245, 255, 0.35);
  box-shadow: 0 0 28px -2px rgba(0, 245, 255, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  .card--benefit:hover {
    transform: none;
  }
}

.card--benefit__glow {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  background: radial-gradient(
    ellipse 120% 80% at 50% -20%,
    rgba(0, 245, 255, 0.09),
    transparent 55%
  );
  pointer-events: none;
}

.card--benefit__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.card--benefit__icon {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 245, 255, 0.2);
  background: rgba(0, 245, 255, 0.08);
  box-shadow: 0 0 20px -4px rgba(0, 245, 255, 0.45);
  transition:
    border-color 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}

.card--benefit__icon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px 2px rgba(0, 245, 255, 0.9);
}

.card--benefit__rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(0, 245, 255, 0.3),
    transparent
  );
}

.card--device {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    transparent,
    rgba(0, 245, 255, 0.03)
  );
  box-shadow: 0 16px 40px -24px rgba(0, 0, 0, 0.75);
  transition:
    border-color 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}

@media (min-width: 640px) {
  .card--device {
    padding: 1.5rem;
  }
}

.card--device:hover {
  border-color: rgba(0, 245, 255, 0.18);
  box-shadow: 0 20px 48px -20px rgba(0, 245, 255, 0.1);
}

.card--device:hover .card--device__bloom {
  background: rgba(0, 245, 255, 0.15);
}

.card--device:hover .card--device__detail {
  color: #a1a1aa;
}

.card--device__bloom {
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(0, 245, 255, 0.1);
  filter: blur(24px);
  transition: background 0.5s var(--ease);
}

.card--device__name {
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--cyan-soft);
}

.card--device__detail {
  position: relative;
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.625;
  color: #71717a;
  transition: color 0.3s ease;
}

.card--step {
  list-style: none;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(10, 16, 28, 0.8);
  box-shadow: 0 20px 48px -28px rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 0.5s var(--ease),
    border-color 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}

@media (min-width: 640px) {
  .card--step {
    padding: 1.75rem;
  }
}

.card--step:hover {
  border-color: rgba(0, 245, 255, 0.2);
  box-shadow: 0 24px 56px -24px rgba(0, 245, 255, 0.08);
}

.card--step:hover .card--step__num {
  border-color: rgba(0, 245, 255, 0.5);
  box-shadow: 0 0 32px -2px rgba(0, 245, 255, 0.65);
}

.card--step__num {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(0, 245, 255, 0.3);
  background: rgba(0, 245, 255, 0.1);
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    monospace;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--cyan);
  box-shadow: 0 0 24px -4px rgba(0, 245, 255, 0.5);
  transition:
    border-color 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}

/* Split head (devices) */
.split-head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .split-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
  }

  .split-head__btn {
    flex-shrink: 0;
    align-self: flex-start;
  }
}

.split-head__text {
  max-width: 36rem;
}

/* CTA panel */
.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08),
    #0b0f1a,
    #050a12
  );
  box-shadow:
    0 0 0 1px rgba(0, 245, 255, 0.06) inset,
    0 32px 80px -32px rgba(0, 245, 255, 0.15),
    0 24px 64px -32px rgba(0, 0, 0, 0.9);
  text-align: left;
}

@media (min-width: 640px) {
  .cta-panel {
    padding: 2.5rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .cta-panel {
    padding: 3.5rem;
  }
}

.cta-panel__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.cta-panel__orb--tr {
  right: -5rem;
  top: -5rem;
  width: 16rem;
  height: 16rem;
  background: rgba(0, 245, 255, 0.15);
  filter: blur(80px);
}

.cta-panel__orb--bl {
  left: -4rem;
  bottom: -6rem;
  width: 14rem;
  height: 14rem;
  background: rgba(6, 182, 212, 0.1);
  filter: blur(70px);
}

.cta-panel__text {
  margin: 1rem auto 0;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #a1a1aa;
}

@media (min-width: 640px) {
  .cta-panel__text {
    font-size: 1.125rem;
  }
}

.cta-panel .btn--primary {
  display: inline-flex;
}

@media (min-width: 640px) {
  .cta-panel .btn--primary {
    margin-left: auto;
    margin-right: auto;
  }
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .faq-list {
    margin-top: 3.5rem;
  }
}

.faq-item {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 12px 40px -28px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.faq-item[open] {
  border-color: rgba(0, 245, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 48px -24px rgba(0, 245, 255, 0.12);
}

.faq-item[open] .faq-item__chevron {
  transform: rotate(180deg);
}

.faq-item[open] .faq-item__ctrl {
  border-color: rgba(0, 245, 255, 0.25);
  background: rgba(0, 245, 255, 0.1);
}

.faq-item__summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

@media (min-width: 640px) {
  .faq-item__summary {
    padding: 1.25rem 1.5rem;
  }
}

.faq-item__q {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #f4f4f5;
}

@media (min-width: 640px) {
  .faq-item__q {
    font-size: 15px;
  }
}

.faq-item__ctrl {
  display: flex;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cyan);
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}

.faq-item__chevron {
  transition: transform 0.3s ease;
}

.faq-item__body {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0 1.25rem 1.25rem;
}

@media (min-width: 640px) {
  .faq-item__body {
    padding: 0 1.5rem 1.5rem;
  }
}

.faq-item__body p {
  margin: 0;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.625;
  color: #a1a1aa;
}

@media (min-width: 640px) {
  .faq-item__body p {
    font-size: 15px;
  }
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), #03050a);
  padding: 3rem 0;
}

@media (min-width: 640px) {
  .site-footer {
    padding: 3.5rem 0;
  }
}

.site-footer__line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 245, 255, 0.2),
    transparent
  );
}

.site-footer__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 640px) {
  .site-footer__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.site-footer__disclaimer {
  margin: 2.5rem 0 0;
  max-width: 48rem;
  font-size: 0.75rem;
  line-height: 1.625;
  color: #71717a;
}

@media (min-width: 640px) {
  .site-footer__disclaimer {
    margin-top: 3rem;
  }
}

.site-footer__disclaimer strong {
  font-weight: 500;
  color: #a1a1aa;
}

.site-footer__copy {
  margin: 1.25rem 0 0;
  font-size: 0.75rem;
  color: #52525b;
}
