﻿:root {
  --bg-top: #051226;
  --bg-mid: #081c3e;
  --bg-bottom: #0f2c59;
  --surface: rgba(14, 36, 74, 0.72);
  --surface-strong: linear-gradient(145deg, #04173f 0%, #0c3e89 52%, #1574db 100%);
  --ink: #eaf4ff;
  --muted: #b8cbe6;
  --line: rgba(136, 186, 247, 0.25);
  --blue: #0d6ee2;
  --sky: #39b2ff;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow-main: 0 32px 84px rgba(3, 15, 40, 0.52);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Onest", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 0%, rgba(59, 148, 235, 0.22), transparent 34%),
    radial-gradient(circle at 10% 18%, rgba(31, 103, 201, 0.2), transparent 30%),
    linear-gradient(160deg, var(--bg-top) 0%, var(--bg-mid) 55%, var(--bg-bottom) 100%);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

.page-shell {
  position: relative;
  overflow: hidden;
  width: min(1160px, calc(100% - 30px));
  margin: 14px auto;
  padding: 26px;
  border-radius: 34px;
  border: 1px solid rgba(146, 196, 255, 0.33);
  background: linear-gradient(180deg, rgba(5, 20, 47, 0.9), rgba(8, 27, 60, 0.84));
  box-shadow: var(--shadow-main);
  backdrop-filter: blur(18px);
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% -6%, rgba(130, 201, 255, 0.2), transparent 36%),
    radial-gradient(circle at 86% 10%, rgba(73, 157, 247, 0.18), transparent 40%),
    linear-gradient(120deg, rgba(120, 183, 248, 0.12), rgba(120, 183, 248, 0) 52%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 92%);
  pointer-events: none;
}

.background-word {
  position: absolute;
  z-index: 0;
  font-family: "Sora", "Arial Black", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  color: rgba(201, 227, 255, 0.12);
  pointer-events: none;
  user-select: none;
  animation: wordDrift 14s ease-in-out infinite;
}

.word-one {
  top: 36px;
  left: 48%;
  font-size: clamp(5rem, 13vw, 11rem);
  transform: translateX(-50%);
}

.word-two {
  right: -22px;
  top: 322px;
  font-size: clamp(4rem, 10vw, 8.5rem);
  animation-delay: 2.2s;
}

.word-three {
  left: -22px;
  bottom: 96px;
  font-size: clamp(3.6rem, 9vw, 7.3rem);
  animation-delay: 4s;
}

.hero,
.feature-strip,
.trust-band {
  position: relative;
  z-index: 1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 26px;
  padding: 34px 8px 30px;
}

.hero-copy,
.hero-visual,
.hero-actions,
.hero-proof {
  position: relative;
  z-index: 3;
}

.eyebrow,
.info-label,
.feature-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.eyebrow {
  position: relative;
  gap: 6px;
  padding: 10px 15px;
  border-radius: 999px;
  color: #d2e9ff;
  background: rgba(18, 54, 107, 0.68);
  border: 1px solid rgba(133, 186, 246, 0.44);
  text-transform: none;
  letter-spacing: 0.03em;
}

.creator-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: none;
}

.creator-mini-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  overflow: visible;
  border: none;
  background: transparent;
  box-shadow: none;
}

.creator-mini-icon::before {
  content: none;
}

.creator-mini-icon::after {
  content: "";
  position: absolute;
  inset: -5px -8px -4px -8px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 24% 62%, rgba(34, 80, 139, 0.22) 0%, rgba(32, 76, 133, 0.14) 34%, rgba(24, 63, 118, 0) 68%),
    radial-gradient(circle at 56% 40%, rgba(31, 74, 130, 0.2) 0%, rgba(30, 72, 126, 0.13) 30%, rgba(22, 58, 111, 0) 64%),
    radial-gradient(circle at 82% 58%, rgba(36, 84, 145, 0.18) 0%, rgba(33, 78, 136, 0.12) 28%, rgba(23, 60, 114, 0) 60%);
  pointer-events: none;
  z-index: 0;
}

.creator-mini-icon img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.01);
  filter: drop-shadow(0 1px 2px rgba(52, 146, 231, 0.28));
}

.hero-top-meta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.free-badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 4px;
  color: rgba(201, 226, 251, 0.92);
  font-size: 0.8rem;
  letter-spacing: 0.015em;
  line-height: 1.3;
  text-transform: none;
}

.free-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(145deg, #7fcfff, #3b9eff);
  box-shadow: 0 0 0 3px rgba(93, 174, 247, 0.18);
}

.free-badge strong {
  color: #eaf6ff;
  font-weight: 700;
}

.free-badge:hover strong,
.free-badge:focus-within strong {
  color: #ffffff;
}

.creator-link:hover,
.creator-link:focus-visible {
  color: inherit;
}

h1,
h2 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  margin-top: 16px;
  max-width: 14ch;
  font-size: clamp(2.4rem, 6vw, 5.1rem);
  line-height: 1.01;
}

h1 span {
  display: block;
}

.hero-title .title-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-family: "Orbitron", "Sora", "Segoe UI", sans-serif;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  letter-spacing: -0.01em;
  line-height: 0.95;
  color: #f4fbff;
  text-shadow:
    0 0 14px rgba(112, 191, 255, 0.38),
    0 10px 24px rgba(3, 17, 46, 0.45);
}

.hero-title > span:not(.title-primary) {
  margin-top: 8px;
  max-width: 9.8ch;
  font-family: "Montserrat", "Sora", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.1vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #e9f5ff;
  text-shadow: 0 8px 20px rgba(7, 33, 75, 0.34);
}

.hero-title .title-icon {
  width: clamp(34px, 4vw, 54px);
  height: clamp(34px, 4vw, 54px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(35, 102, 189, 0.62), rgba(61, 157, 241, 0.4));
  box-shadow: inset 0 1px 0 rgba(194, 228, 255, 0.22), 0 10px 20px rgba(3, 17, 46, 0.35);
}

.hero-title .title-icon svg {
  width: 72%;
  height: 72%;
}

.lead {
  max-width: 35ch;
  margin: 22px 0 14px;
  font-size: clamp(0.92rem, 1.15vw, 1.02rem);
  line-height: 1.56;
  color: var(--muted);
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 0;
}

.proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(129, 182, 244, 0.45);
  background: rgba(13, 41, 84, 0.78);
  color: #dcecff;
  font-size: 0.94rem;
  font-weight: 700;
}

.support-inline-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.5px;
}

.support-inline-link:hover,
.support-inline-link:focus-visible {
  color: inherit;
}

.mobile-support-link {
  display: none;
  margin-left: 8px;
  color: #dff1ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.mobile-support-link:hover,
.mobile-support-link:focus-visible {
  color: #ffffff;
}

.proof-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  color: #c8e6ff;
  background: linear-gradient(145deg, rgba(24, 96, 187, 0.45), rgba(59, 163, 246, 0.46));
  border: 1px solid rgba(106, 177, 245, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.proof-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-speed svg {
  fill: currentColor;
  stroke: none;
}

.icon-speed {
  color: #d6ecff;
  background: linear-gradient(145deg, rgba(21, 95, 194, 0.52), rgba(49, 151, 240, 0.46));
}

.icon-support {
  color: #e1f1ff;
  background: linear-gradient(145deg, rgba(25, 104, 212, 0.54), rgba(73, 181, 247, 0.44));
}

.icon-access {
  color: #d3ebff;
  background: linear-gradient(145deg, rgba(15, 81, 176, 0.52), rgba(98, 181, 240, 0.44));
}

.icon-activation {
  color: #e4f4ff;
  background: linear-gradient(145deg, rgba(18, 104, 201, 0.52), rgba(91, 194, 252, 0.44));
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 34px;
  border-radius: var(--radius-md);
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.03rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  appearance: none;
  background: linear-gradient(120deg, var(--blue), var(--sky));
  box-shadow: 0 13px 29px rgba(16, 111, 222, 0.34);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.cta-primary-focus {
  min-height: 64px;
  padding: 0 38px;
  font-size: 1.08rem;
  box-shadow:
    0 16px 34px rgba(16, 111, 222, 0.42),
    0 0 0 8px rgba(33, 140, 245, 0.12);
  animation: ctaPulse 2.6s ease-in-out infinite;
}

.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16, 111, 222, 0.4);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.signal-path {
  display: none;
}

.mobile-atmosphere,
.mobile-under-cta {
  display: none;
}

.mobile-quick-actions {
  display: none;
}

.pricing-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.pricing-modal[hidden] {
  display: none !important;
}

.pricing-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 14%, rgba(83, 171, 255, 0.18), transparent 36%),
    rgba(2, 11, 28, 0.7);
  backdrop-filter: blur(12px);
}

.pricing-dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  max-height: min(90vh, 940px);
  overflow: auto;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(145, 199, 255, 0.34);
  background:
    radial-gradient(circle at 16% 0%, rgba(118, 191, 255, 0.2), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(37, 122, 222, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(6, 22, 52, 0.96), rgba(7, 25, 56, 0.94));
  box-shadow: 0 36px 96px rgba(0, 10, 28, 0.56);
  opacity: 0;
  transform: translateY(20px) scale(0.985);
  transition: opacity 0.22s ease, transform 0.22s ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(123, 186, 247, 0.6) rgba(8, 28, 60, 0.5);
}

.pricing-modal.is-open .pricing-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.pricing-dialog__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(148, 201, 255, 0.35);
  border-radius: 999px;
  background: rgba(15, 47, 95, 0.74);
  color: #eaf5ff;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.pricing-dialog__close span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  transform: rotate(45deg);
}

.pricing-dialog__close:hover,
.pricing-dialog__close:focus-visible {
  transform: translateY(-1px);
  background: rgba(22, 61, 116, 0.9);
  border-color: rgba(166, 216, 255, 0.58);
}

.pricing-dialog__head {
  max-width: 760px;
  padding-right: 60px;
}

.pricing-dialog__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(136, 186, 247, 0.34);
  background: rgba(13, 45, 92, 0.62);
  color: #d8ecff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-dialog h2 {
  margin-top: 14px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.pricing-dialog__head > p:last-child {
  margin: 12px 0 0;
  max-width: 58ch;
  color: #bfd8f2;
  line-height: 1.55;
}

.pricing-form {
  margin-top: 22px;
}

.tariff-switcher {
  display: none;
}

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

.tariff-period {
  position: relative;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(126, 184, 248, 0.24);
  background:
    radial-gradient(circle at 14% 0%, rgba(126, 195, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(11, 41, 84, 0.74), rgba(9, 32, 70, 0.66));
  overflow: hidden;
}

.tariff-period::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(180, 224, 255, 0.1), rgba(180, 224, 255, 0) 52%);
  pointer-events: none;
}

.tariff-period__head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.tariff-period__label,
.tariff-period__sub {
  margin: 0;
}

.tariff-period__label {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.16rem;
  font-weight: 700;
  color: #eef8ff;
}

.tariff-period__sub {
  margin-top: 4px;
  color: #a9caeb;
  font-size: 0.88rem;
}

.tariff-period__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(77, 165, 248, 0.16);
  border: 1px solid rgba(129, 197, 255, 0.3);
  color: #e4f4ff;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.tariff-options {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.tariff-option {
  display: block;
  cursor: pointer;
}

.tariff-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tariff-option__surface {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(130, 187, 247, 0.2);
  background:
    linear-gradient(180deg, rgba(17, 49, 100, 0.7), rgba(13, 40, 84, 0.6));
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tariff-option:hover .tariff-option__surface,
.tariff-radio:focus-visible + .tariff-option__surface {
  transform: translateY(-1px);
  border-color: rgba(151, 208, 255, 0.44);
}

.tariff-radio:checked + .tariff-option__surface {
  border-color: rgba(145, 212, 255, 0.72);
  box-shadow:
    0 16px 28px rgba(4, 21, 52, 0.34),
    0 0 0 1px rgba(135, 205, 255, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(113, 196, 255, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(21, 67, 131, 0.88), rgba(13, 47, 98, 0.8));
}

.tariff-option__devices {
  color: #d9ecfe;
  font-size: 0.98rem;
  font-weight: 600;
}

.tariff-option__price {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.38rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.pricing-lower {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 16px;
  margin-top: 18px;
}

.pricing-field,
.pricing-summary {
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(130, 187, 247, 0.24);
  background:
    radial-gradient(circle at 14% 0%, rgba(131, 201, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(11, 41, 84, 0.72), rgba(8, 31, 67, 0.62));
}

.pricing-field {
  display: grid;
  gap: 10px;
}

.pricing-field__label {
  font-size: 0.94rem;
  font-weight: 700;
  color: #edf6ff;
}

.pricing-input {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(138, 192, 250, 0.28);
  background: rgba(6, 22, 48, 0.44);
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pricing-input::placeholder {
  color: rgba(185, 210, 236, 0.62);
}

.pricing-input:focus {
  border-color: rgba(144, 211, 255, 0.58);
  box-shadow: 0 0 0 4px rgba(56, 159, 243, 0.14);
  background: rgba(9, 31, 64, 0.74);
}

.pricing-field__hint {
  color: #aecceb;
  font-size: 0.88rem;
  line-height: 1.45;
}

.pricing-summary {
  display: grid;
  align-content: start;
  gap: 12px;
}

.pricing-summary__row {
  display: grid;
  gap: 5px;
}

.pricing-summary__label {
  color: #a8c8e8;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-summary strong {
  color: #f5fbff;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.pricing-summary__note {
  margin: 4px 0 0;
  color: #c2daf2;
  line-height: 1.55;
}

@media (min-width: 1021px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    grid-template-areas:
      "copy visual"
      "cta cta"
      "proof proof";
    align-items: start;
    gap: 24px 28px;
    padding: 34px 8px 18px;
  }

  .hero-copy {
    grid-area: copy;
    max-width: 620px;
  }

  .hero-title {
    max-width: none;
  }

  .hero-title .title-primary {
    font-family: "Sora", "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: clamp(3rem, 5.6vw, 5.1rem);
    letter-spacing: -0.045em;
    line-height: 0.98;
    text-shadow: 0 10px 24px rgba(3, 17, 46, 0.42);
  }

  .hero-title .title-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .hero-visual {
    grid-area: visual;
    min-height: 500px;
    align-items: start;
  }

  .hero-title > span:not(.title-primary) {
    margin-top: 26px;
    margin-left: 118px;
    max-width: 11.4ch;
    font-size: clamp(1.65rem, 2.32vw, 2.44rem);
    line-height: 1.12;
  }

  .hero-title > span:not(.title-primary) + span {
    margin-top: 6px;
  }

  .lead {
    margin: 20px 0 0 96px;
    max-width: 39ch;
    font-size: clamp(0.92rem, 1.08vw, 1rem);
    line-height: 1.52;
  }

  .hero-actions {
    grid-area: cta;
    display: flex;
    justify-content: center;
    margin-top: 2px;
  }

  .hero-actions .cta-primary-focus {
    width: min(840px, calc(100% - 40px));
    min-height: 74px;
    font-size: 1.24rem;
    border-radius: 20px;
    margin: 0;
  }

  .hero-proof {
    grid-area: proof;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 2px 0 0;
    gap: 12px;
  }

  .hero-proof .proof-chip {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 10px 16px;
    justify-content: center;
    font-size: 0.92rem;
  }

  .signal-path {
    display: block;
    position: absolute;
    left: 33%;
    right: 16%;
    top: 142px;
    height: 300px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.92;
  }

  .signal-path svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    filter: drop-shadow(0 0 14px rgba(88, 175, 255, 0.34));
  }

  .signal-route {
    fill: none;
    stroke: url(#signalRouteGrad);
    stroke-linecap: round;
    animation: signalFlow 9s linear infinite;
  }

  .route-main {
    stroke-width: 3.2;
    stroke-dasharray: 10 15;
    opacity: 0.95;
  }

  .route-sub {
    stroke-width: 2.2;
    stroke-dasharray: 7 13;
    opacity: 0.68;
    animation-duration: 11s;
  }

  .route-low {
    stroke-width: 2.6;
    stroke-dasharray: 8 16;
    opacity: 0.62;
    animation-duration: 10s;
    animation-direction: reverse;
  }
}

@keyframes signalFlow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -220;
  }
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}

.glow-left {
  width: 240px;
  height: 240px;
  left: 4%;
  top: 18%;
  background: rgba(97, 182, 255, 0.36);
}

.glow-right {
  width: 280px;
  height: 280px;
  right: 2%;
  bottom: 14%;
  background: rgba(14, 73, 166, 0.34);
}

.visual-stage {
  position: relative;
  width: min(100%, 520px);
  min-height: 460px;
  isolation: isolate;
}

.stats-card,
.mini-board {
  position: absolute;
  border-radius: 18px;
  border: 1px solid rgba(124, 181, 245, 0.48);
  background:
    radial-gradient(circle at 18% -24%, rgba(165, 211, 255, 0.22), rgba(255, 255, 255, 0) 50%),
    linear-gradient(145deg, rgba(16, 49, 96, 0.84), rgba(19, 57, 109, 0.82) 58%, rgba(18, 49, 93, 0.84));
  box-shadow: 0 16px 34px rgba(1, 20, 54, 0.36);
  backdrop-filter: none;
  overflow: hidden;
  z-index: 4;
  isolation: isolate;
}

.stats-card::before,
.mini-board::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(178, 222, 255, 0.16), rgba(255, 255, 255, 0) 58%);
  pointer-events: none;
}

.stats-card > *,
.mini-board > * {
  position: relative;
  z-index: 1;
}

.stats-card {
  min-width: 178px;
  padding: 12px 14px;
}

.stats-card-top {
  left: 0;
  top: 10px;
}

.stats-card-right {
  right: 0;
  top: 132px;
}

.stats-card-bottom {
  left: 18px;
  bottom: 14px;
}

.stats-label {
  margin: 0;
  color: #9fc8f7;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.stats-value {
  margin: 5px 0 0;
  color: #edf6ff;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

.mini-board {
  right: 24px;
  bottom: 12px;
  width: 190px;
  padding: 12px;
}

.mini-title {
  margin: 0 0 10px;
  color: #a9cff9;
  font-size: 0.84rem;
  font-weight: 700;
}

.mini-bars {
  height: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 8px;
}

.mini-bars span {
  display: block;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #59bfff, #0e6ddc);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.icon-frame {
  position: relative;
  width: min(100%, 330px);
  aspect-ratio: 1 / 1.1;
  display: grid;
  place-items: center;
  margin: 54px auto 0;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(28, 72, 133, 0.56), rgba(15, 48, 98, 0.4)),
    radial-gradient(circle at top, rgba(148, 207, 255, 0.2), transparent 38%);
  border: 1px solid rgba(126, 187, 250, 0.38);
  box-shadow: inset 0 1px 0 rgba(167, 217, 255, 0.24), 0 24px 74px rgba(4, 24, 63, 0.54);
  animation: heroFloat 7s ease-in-out infinite;
}

.icon-frame::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 30px;
  border: 1px solid rgba(152, 205, 255, 0.3);
  background:
    radial-gradient(circle at center, rgba(104, 195, 255, 0.24), transparent 53%),
    linear-gradient(145deg, rgba(189, 228, 255, 0.1), rgba(29, 116, 233, 0.14));
}

.icon-frame img {
  position: relative;
  z-index: 1;
  width: min(72%, 240px);
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(5, 52, 128, 0.22));
}

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

.feature-card {
  min-height: 172px;
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 36px rgba(20, 67, 139, 0.08);
}

.feature-card-dark {
  color: #ffffff;
  background: var(--surface-strong);
  border-color: rgba(255, 255, 255, 0.2);
}

.feature-kicker {
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(72, 146, 237, 0.26);
  color: #b8dcff;
}

.feature-card-dark .feature-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.feature-card h2 {
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
  line-height: 1.15;
}

.feature-card p {
  margin: 10px 0 0;
  color: inherit;
  opacity: 0.86;
  font-size: 0.94rem;
  line-height: 1.52;
}

.trust-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: stretch;
  margin: 16px 8px 8px;
  padding: 22px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(123, 181, 247, 0.36);
  background:
    radial-gradient(circle at 90% 88%, rgba(119, 190, 255, 0.22), transparent 42%),
    linear-gradient(165deg, rgba(11, 37, 77, 0.78), rgba(10, 32, 68, 0.74));
}

.info-label {
  color: #9bc9ff;
}

.trust-main .info-label {
  width: fit-content;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(138, 196, 255, 0.52);
  background:
    linear-gradient(140deg, rgba(46, 116, 205, 0.55), rgba(25, 79, 157, 0.42));
  color: #f0f8ff;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(195, 228, 255, 0.18),
    0 10px 22px rgba(3, 21, 54, 0.36);
}

.trust-main .info-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #89d2ff;
  box-shadow: 0 0 0 4px rgba(137, 210, 255, 0.2);
}

.trust-main h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  line-height: 0.98;
}

.trust-link {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: none;
}

.trust-link:hover,
.trust-link:focus-visible {
  color: inherit;
}

.trust-main p {
  margin: 14px 0 0;
  max-width: 36ch;
  color: var(--muted);
  line-height: 1.6;
}

.trust-list {
  margin: 0;
  display: grid;
  gap: 10px;
  align-content: center;
}

.trust-list p {
  margin: 0;
  padding: 10px 12px;
  border: none;
  border-radius: 12px;
  background: rgba(14, 46, 95, 0.62);
  color: #d7eaff;
  line-height: 1.5;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes wordDrift {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes ctaPulse {
  0% {
    box-shadow:
      0 16px 34px rgba(16, 111, 222, 0.42),
      0 0 0 0 rgba(33, 140, 245, 0.2);
  }

  70% {
    box-shadow:
      0 16px 34px rgba(16, 111, 222, 0.42),
      0 0 0 14px rgba(33, 140, 245, 0);
  }

  100% {
    box-shadow:
      0 16px 34px rgba(16, 111, 222, 0.42),
      0 0 0 0 rgba(33, 140, 245, 0);
  }
}

@keyframes mobilePlanetFloat {
  0% {
    transform: translateY(46px) rotate(-12deg) scale(1);
  }

  50% {
    transform: translateY(38px) rotate(-9deg) scale(1.03);
  }

  100% {
    transform: translateY(46px) rotate(-12deg) scale(1);
  }
}

@media (max-width: 1020px) {
  .page-shell {
    width: min(100% - 20px, 1160px);
    padding: 16px;
    border-radius: 26px;
  }

  .hero,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 18px;
    padding-top: 20px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

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

  .stats-card {
    min-width: 160px;
  }

  .stats-card-right {
    right: 2px;
    top: 128px;
  }

  .mini-board {
    right: 6px;
    width: 174px;
  }

  .word-one {
    top: 72px;
    left: 50%;
  }

  .word-two {
    top: auto;
    bottom: 402px;
  }
}

@media (max-width: 680px) {
  .page-shell {
    margin: 10px auto;
    padding: 12px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 24px);
    padding: 12px 4px 14px;
    gap: 0;
  }

  .hero-top-meta {
    gap: 6px;
  }

  .eyebrow {
    padding: 9px 13px;
  }

  .creator-mini-icon {
    width: 22px;
    height: 22px;
    border-radius: 0;
  }

  .creator-mini-icon::after {
    inset: -4px -7px -3px -7px;
  }

  .free-badge {
    padding: 0 2px;
    font-size: 0.72rem;
    gap: 6px;
  }

  .free-badge-dot {
    width: 7px;
    height: 7px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-title .title-primary {
    font-family: "Sora", "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: clamp(2.15rem, 11vw, 3.2rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .hero-title > span:not(.title-primary) {
    margin-top: 26px;
    max-width: 100%;
    font-family: "Exo 2", "Sora", "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 9.1vw, 2.7rem);
    line-height: 1.06;
    letter-spacing: -0.005em;
    color: #e8f6ff;
    text-shadow:
      0 6px 16px rgba(8, 35, 82, 0.28),
      0 0 10px rgba(127, 201, 255, 0.16);
  }

  .hero-title > span:not(.title-primary) + span {
    margin-top: 2px;
  }

  .hero-title .title-icon {
    width: clamp(30px, 10vw, 42px);
    height: clamp(30px, 10vw, 42px);
    border-radius: 10px;
  }

  .lead,
  .proof-strip {
    display: none;
  }

  .mobile-atmosphere {
    display: grid;
    place-items: center;
    position: relative;
    height: 296px;
    margin-top: auto;
    margin-bottom: 2px;
    opacity: 0.92;
    overflow: visible;
  }

  .mobile-atmosphere .mobile-planet {
    position: relative;
    z-index: 2;
    width: min(108%, 372px);
    transform: translateY(52px) rotate(-11deg);
    transform-origin: center;
    filter: drop-shadow(0 16px 28px rgba(33, 118, 212, 0.38));
    user-select: none;
    pointer-events: none;
    animation: mobilePlanetFloat 8.6s ease-in-out infinite;
  }

  .mobile-quick-actions {
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: min(100%, 430px);
    margin: 0 auto;
    padding: 0 6px;
  }

  .mobile-quick-link {
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(133, 190, 249, 0.48);
    background: rgba(15, 52, 106, 0.66);
    color: #e9f5ff;
    font-family: "Onest", "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(196, 230, 255, 0.2);
  }

  .mobile-quick-link:hover,
  .mobile-quick-link:focus-visible {
    color: #ffffff;
    border-color: rgba(166, 212, 255, 0.68);
    background: rgba(18, 61, 122, 0.76);
  }

  .hero-actions {
    margin-top: 8px;
  }

  .cta-primary-focus {
    margin-top: 0;
  }

  .mobile-under-cta {
    display: block;
    margin: 10px 2px 0;
    text-align: center;
    color: #b8cde8;
    font-size: 0.92rem;
    line-height: 1.36;
  }

  .proof-chip {
    width: 100%;
    justify-content: flex-start;
  }

  .cta-button {
    width: 100%;
  }

  .hero-visual {
    display: none;
  }

  .visual-stage {
    min-height: 350px;
  }

  .stats-card {
    min-width: 126px;
    padding: 10px 10px;
  }

  .stats-card-top {
    top: 0;
  }

  .stats-card-right {
    top: 98px;
    right: 0;
  }

  .stats-card-bottom {
    left: 8px;
    bottom: 6px;
  }

  .stats-value {
    font-size: 0.84rem;
  }

  .mini-board {
    width: 136px;
    right: 0;
    bottom: 6px;
    padding: 10px;
  }

  .mini-title {
    font-size: 0.72rem;
    margin-bottom: 8px;
  }

  .mini-bars {
    height: 42px;
    gap: 6px;
  }

  .icon-frame {
    width: min(66vw, 232px);
    margin-top: 42px;
    border-radius: 24px;
  }

  .icon-frame::before {
    inset: 14px;
    border-radius: 18px;
  }

  .feature-strip {
    gap: 10px;
  }

  .feature-card,
  .trust-band {
    padding: 14px;
    border-radius: 20px;
  }

  .feature-card {
    min-height: 126px;
  }

  .feature-card-dark {
    color: var(--ink);
    background: var(--surface);
    border-color: var(--line);
  }

  .feature-card-dark .feature-kicker {
    color: #4f8ee0;
  }

  .feature-card p {
    font-size: 0.9rem;
    line-height: 1.44;
  }

  .background-word {
    opacity: 0.48;
  }

  .word-one {
    top: 118px;
    left: 66%;
    font-size: clamp(3.8rem, 18vw, 6.2rem);
  }

  .word-two {
    display: none;
  }

  .word-three {
    display: none;
  }
}


/* Unified advantage board */
.advantage-board {
  position: relative;
  z-index: 1;
  margin: 18px 8px 8px;
  padding: 22px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(120, 176, 243, 0.34);
  background:
    radial-gradient(circle at 16% 0%, rgba(100, 175, 255, 0.22), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(17, 108, 224, 0.2), transparent 35%),
    linear-gradient(180deg, rgba(10, 38, 82, 0.8), rgba(11, 36, 74, 0.72));
  box-shadow: 0 22px 40px rgba(2, 19, 49, 0.45);
  display: grid;
  gap: 16px;
  overflow: hidden;
}

.advantage-board::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(120, 178, 244, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 178, 244, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.24));
  pointer-events: none;
}

.adv-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(122, 181, 245, 0.4);
  background:
    radial-gradient(circle at 12% 0%, rgba(119, 190, 255, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(13, 45, 94, 0.84), rgba(15, 52, 104, 0.8));
  box-shadow: 0 14px 30px rgba(2, 19, 49, 0.35);
}

.adv-row-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
  background:
    radial-gradient(circle at 12% 0%, rgba(119, 190, 255, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(13, 45, 94, 0.84), rgba(15, 52, 104, 0.8));
}

.advantage-board .adv-row:last-child {
  background:
    radial-gradient(circle at 88% 88%, rgba(119, 190, 255, 0.2), transparent 40%),
    linear-gradient(145deg, rgba(13, 45, 94, 0.84), rgba(15, 52, 104, 0.8));
}

@media (min-width: 1021px) {
  .advantage-board .adv-row:first-child {
    background:
      radial-gradient(circle at 88% 0%, rgba(119, 190, 255, 0.18), transparent 38%),
      linear-gradient(145deg, rgba(13, 45, 94, 0.84), rgba(15, 52, 104, 0.8));
  }
}

.adv-row-reverse .adv-visual {
  order: 2;
}

.adv-row-reverse .adv-copy {
  order: 1;
  text-align: right;
  align-items: flex-end;
}

.adv-visual {
  position: relative;
  border-radius: 18px;
  border: none;
  background: transparent;
  min-height: 170px;
  display: grid;
  place-items: center;
  padding: 0;
}

.adv-visual::before {
  content: "";
  position: absolute;
  inset: 20% 18%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(89, 166, 255, 0.3), rgba(89, 166, 255, 0));
  pointer-events: none;
}

.adv-visual img {
  position: relative;
  z-index: 1;
  width: min(96%, 248px);
  filter: drop-shadow(0 14px 24px rgba(5, 62, 142, 0.22));
}

.adv-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.adv-copy .feature-kicker {
  width: fit-content;
  margin: 0;
}

.adv-copy h2 {
  font-size: clamp(1.36rem, 2.3vw, 1.96rem);
  line-height: 1.08;
  color: #ecf6ff;
}

.adv-copy p {
  margin: 0;
  max-width: 38ch;
  color: #bdd3ee;
  line-height: 1.56;
  font-size: 1.01rem;
}

.adv-row-reverse .adv-copy p {
  margin-left: auto;
}

.trust-band {
  margin-top: 20px;
}

.activation-guide {
  margin: 20px 8px 8px;
  padding: 22px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(123, 181, 247, 0.34);
  background:
    radial-gradient(circle at 14% 0%, rgba(100, 175, 255, 0.2), transparent 30%),
    linear-gradient(170deg, rgba(12, 42, 89, 0.8), rgba(11, 35, 74, 0.74));
  box-shadow: 0 20px 36px rgba(2, 19, 49, 0.4);
}

.activation-guide h2 {
  margin-top: 10px;
  font-size: clamp(1.44rem, 2.8vw, 2.05rem);
  line-height: 1.08;
  color: #eef7ff;
}

.instruction-rows {
  margin-top: 16px;
  display: grid;
  gap: 0;
  border-radius: 18px;
  border: 1px solid rgba(130, 187, 247, 0.28);
  overflow: hidden;
}

.instruction-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: none;
  border-top: 1px solid rgba(130, 187, 247, 0.24);
  border-radius: 0;
  box-shadow: none;
}

.instruction-row:first-child {
  border-top: none;
}

.tone-a {
  background: rgba(15, 52, 106, 0.52);
}

.tone-b {
  background: rgba(13, 47, 98, 0.5);
}

.tone-c {
  background: rgba(16, 56, 112, 0.48);
}

.tone-d {
  background: rgba(12, 43, 92, 0.52);
}

.tone-e {
  background: rgba(15, 50, 102, 0.5);
}

.instruction-index {
  display: block;
  width: auto;
  min-height: 0;
  color: #86ceff;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding-top: 2px;
}

.instruction-body h3 {
  margin: 0;
  color: #ecf6ff;
  font-size: clamp(1.1rem, 2vw, 1.36rem);
  line-height: 1.18;
}

.instruction-body p {
  margin: 8px 0 0;
  color: #c0d9f3;
  line-height: 1.54;
}

.instruction-with-shot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 185px);
  gap: 16px;
  align-items: center;
}

.instruction-with-shot.reverse {
  grid-template-columns: minmax(150px, 185px) minmax(0, 1fr);
}

.instruction-with-shot.reverse .instruction-shot {
  order: 1;
}

.instruction-with-shot.reverse .instruction-copy {
  order: 2;
}

.instruction-inline-link {
  color: #f1f8ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.instruction-inline-link:hover,
.instruction-inline-link:focus-visible {
  color: #ffffff;
}

.instruction-shot {
  position: relative;
  margin-top: 0;
  min-height: 0;
  min-width: 0;
  height: clamp(156px, 19vw, 198px);
  padding: 0;
  border: none;
  border-radius: 12px;
  border: 1px dashed rgba(148, 202, 251, 0.45);
  background:
    radial-gradient(circle at 24% 16%, rgba(146, 203, 252, 0.22), rgba(146, 203, 252, 0) 42%),
    linear-gradient(165deg, rgba(14, 46, 96, 0.64), rgba(11, 37, 80, 0.58));
  overflow: hidden;
}

.instruction-shot::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  border: 1px solid rgba(153, 206, 252, 0.28);
  background:
    linear-gradient(180deg, rgba(166, 214, 255, 0.16), rgba(123, 188, 245, 0.06)),
    repeating-linear-gradient(
      to bottom,
      rgba(216, 237, 255, 0.3) 0px,
      rgba(216, 237, 255, 0.3) 3px,
      rgba(216, 237, 255, 0) 3px,
      rgba(216, 237, 255, 0) 12px
    );
  opacity: 0.56;
}

.instruction-shot::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 34px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(234, 246, 255, 0.72);
  opacity: 0.7;
}

.instruction-shot strong {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 24px;
  color: #eff8ff;
  font-size: 0.82rem;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.instruction-shot span {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  color: #aecded;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
}

.instruction-shot.instruction-shot-image {
  height: auto;
  aspect-ratio: auto;
  border-style: solid;
  padding: 6px;
  background: rgba(9, 30, 67, 0.38);
}

.instruction-shot.instruction-shot-image::before,
.instruction-shot.instruction-shot-image::after {
  content: none;
}

.instruction-shot.instruction-shot-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.client-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
}

.instruction-with-clients {
  display: block;
}

.client-card {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #e4f3ff;
  font-weight: 600;
  font-size: 0.95rem;
}

.client-card-link {
  text-decoration: none;
}

.client-card-link:hover,
.client-card-link:focus-visible {
  color: #ffffff;
}

.client-card img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(8, 63, 143, 0.24));
}

@media (min-width: 1021px) {
  .instruction-with-clients {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 8px;
    align-items: start;
  }

  .instruction-with-clients .client-grid {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 0;
    gap: 0;
    transform: translateX(-64px);
  }

  .instruction-with-clients .client-card {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-size: 0.86rem;
    line-height: 1.15;
    gap: 6px;
    font-weight: 700;
    min-width: 96px;
  }

  .instruction-with-clients .client-card img {
    width: 56px;
    height: 56px;
    filter: drop-shadow(0 4px 10px rgba(8, 63, 143, 0.28));
  }
}

.legal-footer {
  position: relative;
  z-index: 1;
  margin: 16px 8px 2px;
  padding: 8px 4px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.legal-footer a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.92;
}

.legal-footer a:hover,
.legal-footer a:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}

@media (max-width: 1020px) {
  .pricing-modal {
    padding: 16px;
  }

  .pricing-dialog {
    width: min(760px, 100%);
    padding: 22px;
  }

  .tariff-groups,
  .pricing-lower {
    grid-template-columns: 1fr;
  }

  .advantage-board {
    margin-top: 14px;
    padding: 16px;
    gap: 12px;
  }

  .adv-row,
  .adv-row-reverse {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .adv-row-reverse .adv-visual,
  .adv-row-reverse .adv-copy {
    order: initial;
  }

  .adv-row-reverse .adv-copy {
    text-align: left;
    align-items: flex-start;
  }

  .adv-row-reverse .adv-copy p {
    margin-left: 0;
  }

  .adv-visual {
    min-height: 136px;
  }

  .adv-copy h2 {
    font-size: clamp(1.2rem, 4.5vw, 1.6rem);
  }

  .adv-copy p {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .activation-guide {
    padding: 16px;
    margin-top: 14px;
  }

  .instruction-row {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .instruction-with-shot {
    grid-template-columns: minmax(0, 1fr) minmax(138px, 170px);
    gap: 12px;
  }

  .instruction-with-shot.reverse {
    grid-template-columns: minmax(138px, 170px) minmax(0, 1fr);
  }

  .instruction-index {
    width: auto;
    min-height: 0;
    font-size: 0.9rem;
  }

  .instruction-shot {
    height: clamp(142px, 24vw, 176px);
  }

  .instruction-shot.instruction-shot-image {
    height: auto;
  }

  .legal-footer {
    margin-top: 14px;
    font-size: 0.76rem;
  }
}

@media (max-width: 680px) {
  .pricing-modal {
    align-items: end;
    padding: 10px;
  }

  .pricing-dialog {
    width: 100%;
    max-height: min(94svh, 900px);
    padding: 16px 12px 14px;
    border-radius: 26px;
  }

  .pricing-dialog__close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .pricing-dialog__head {
    padding-right: 44px;
  }

  .pricing-dialog h2 {
    margin-top: 10px;
    font-size: 1.42rem;
  }

  .pricing-dialog__head > p:last-child {
    margin-top: 8px;
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .pricing-form {
    margin-top: 14px;
    display: grid;
    gap: 12px;
  }

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

  .tariff-switcher__button {
    min-height: 42px;
    padding: 0 8px;
    border: 1px solid rgba(132, 192, 249, 0.24);
    border-radius: 14px;
    background: rgba(10, 35, 74, 0.68);
    color: #cfe5fb;
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .tariff-switcher__button.is-active {
    color: #ffffff;
    border-color: rgba(145, 212, 255, 0.56);
    background:
      radial-gradient(circle at 50% 0%, rgba(110, 194, 255, 0.16), transparent 56%),
      linear-gradient(180deg, rgba(21, 67, 131, 0.9), rgba(12, 46, 98, 0.82));
    box-shadow: 0 10px 24px rgba(3, 18, 46, 0.26);
  }

  .tariff-switcher__button:active {
    transform: translateY(1px);
  }

  .tariff-groups {
    gap: 0;
  }

  .tariff-period {
    display: none;
    padding: 14px;
    border-radius: 20px;
  }

  .tariff-period.is-active {
    display: block;
  }

  .tariff-period__head {
    align-items: center;
  }

  .tariff-period__label {
    font-size: 1rem;
  }

  .tariff-period__sub {
    font-size: 0.78rem;
  }

  .tariff-period__badge {
    min-height: 26px;
    padding: 0 9px;
    font-size: 0.74rem;
  }

  .tariff-options {
    margin-top: 12px;
    gap: 8px;
  }

  .tariff-option__surface {
    padding: 11px 12px;
    gap: 4px;
  }

  .tariff-option__devices {
    font-size: 0.88rem;
  }

  .tariff-option__price {
    font-size: 1.18rem;
  }

  .pricing-lower {
    gap: 10px;
    margin-top: 0;
  }

  .pricing-field,
  .pricing-summary {
    padding: 12px;
    border-radius: 16px;
  }

  .pricing-field {
    gap: 8px;
  }

  .pricing-field__label {
    font-size: 0.88rem;
  }

  .pricing-input {
    min-height: 50px;
    font-size: 0.92rem;
    border-radius: 14px;
  }

  .pricing-field__hint {
    font-size: 0.76rem;
    line-height: 1.34;
  }

  .pricing-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .pricing-summary__row {
    gap: 3px;
  }

  .pricing-summary__label {
    font-size: 0.72rem;
  }

  .pricing-summary strong {
    font-size: 0.92rem;
    line-height: 1.22;
  }

  .pricing-summary__note {
    display: none;
  }

  .advantage-board {
    border-radius: 22px;
    padding: 12px;
  }

  .adv-row {
    padding: 12px;
    border-radius: 18px;
  }

  .adv-visual {
    min-height: 124px;
    border-radius: 12px;
  }

  .adv-visual img {
    width: min(94%, 210px);
  }

  .adv-copy .feature-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    padding: 4px 9px;
  }

  .mobile-support-link {
    display: inline-flex;
    margin-left: 0;
    margin-top: 6px;
  }

  .activation-guide {
    border-radius: 22px;
    padding: 12px;
  }

  .instruction-rows {
    margin-top: 12px;
    gap: 0;
    border-radius: 14px;
  }

  .instruction-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 0;
  }

  .instruction-index {
    width: auto;
    min-height: 0;
    font-size: 0.84rem;
  }

  .instruction-body h3 {
    font-size: 1rem;
  }

  .instruction-body p {
    margin-top: 7px;
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .instruction-with-shot {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .media-card-row .instruction-with-shot,
  .media-card-row .instruction-with-shot.reverse {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .media-card-row .instruction-shot,
  .media-card-row .instruction-with-shot.reverse .instruction-shot {
    order: 1;
    width: min(54vw, 185px);
    justify-self: center;
    align-self: center;
    margin: 0;
  }

  .media-card-row .instruction-copy,
  .media-card-row .instruction-with-shot.reverse .instruction-copy {
    order: 2;
  }

  .media-card-row .instruction-shot.instruction-shot-image {
    width: min(54vw, 185px);
    height: auto;
  }

  .tone-e.media-card-row .instruction-copy p {
    display: none;
  }

  .client-grid {
    gap: 8px;
  }

  .client-card {
    width: auto;
    justify-content: flex-start;
    font-size: 0.9rem;
  }

  .instruction-shot {
    height: clamp(132px, 44vw, 190px);
    width: min(56vw, 220px);
    justify-self: center;
  }

  .instruction-shot.instruction-shot-image {
    height: auto;
    width: min(74vw, 300px);
  }

  .instruction-shot strong {
    font-size: 0.78rem;
  }

  .instruction-shot span {
    font-size: 0.7rem;
  }

  .legal-footer {
    margin: 12px 4px 2px;
    gap: 6px;
    font-size: 0.74rem;
    flex-direction: column;
  }

  .legal-footer span[aria-hidden="true"] {
    display: none;
  }
}
