:root {
  --bg: #050b16;
  --bg-soft: #071426;
  --surface: rgba(12, 23, 43, 0.82);
  --surface-strong: rgba(15, 30, 56, 0.92);
  --line: rgba(98, 152, 224, 0.18);
  --line-strong: rgba(45, 130, 255, 0.52);
  --text: #f4f8ff;
  --muted: #a6b4ca;
  --muted-2: #73839d;
  --blue: #1778ff;
  --blue-2: #50a7ff;
  --cyan: #62d9ff;
  --green: #2fe88a;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.4);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 70% 0%, rgba(21, 109, 255, 0.28), transparent 34rem),
    radial-gradient(circle at 23% 25%, rgba(56, 218, 255, 0.09), transparent 25rem),
    radial-gradient(circle at 86% 72%, rgba(47, 232, 138, 0.08), transparent 25rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    radial-gradient(circle, rgba(88, 163, 255, 0.45) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 28rem);
  background-size: 86px 86px, auto;
  opacity: 0.5;
  animation: gridDrift 24s linear infinite;
}

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

img,
svg {
  display: block;
}

.icon-sprite {
  display: none;
}

.icon {
  width: 1.1em;
  height: 1.1em;
  fill: currentColor;
  flex: 0 0 auto;
}

.container {
  width: min(100% - 48px, 1340px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 11, 22, 0.78);
  backdrop-filter: blur(20px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
}

.logo-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #050b16;
}

.logo-mark img {
  width: 188%;
  height: 188%;
  max-width: none;
  object-fit: cover;
}

.brand-logo {
  width: 44px;
  height: 44px;
}

.mini-logo {
  width: 28px;
  height: 28px;
}

.cta-logo {
  width: 112px;
  height: 112px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-left: auto;
  color: #c5cee0;
  font-size: 15px;
}

.main-nav a,
.site-footer a {
  transition: color 0.2s ease;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--blue-2);
}

.header-cta {
  margin-left: auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2284ff, #0861f2);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(23, 120, 255, 0.26);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(13, 26, 49, 0.86);
  color: var(--text);
}

.close-icon,
.nav-open .menu-icon {
  display: none;
}

.nav-open .close-icon {
  display: block;
}

.hero {
  position: relative;
  padding: 78px 0 34px;
}

.section-glow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 65rem;
  height: 26rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(20, 111, 255, 0.23), transparent 68%);
  filter: blur(16px);
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  gap: 58px;
  align-items: center;
}

.hero-copy {
  padding-top: 12px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 29, 53, 0.78);
  color: #c6d4ea;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.status-dot,
.hero-badges i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-2);
  box-shadow: 0 0 18px currentColor;
  color: var(--blue-2);
}

.hero h1 {
  max-width: 790px;
  margin: 34px 0 24px;
  font-size: 58px;
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: 0;
}

.lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.btn {
  position: relative;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  color: #fff;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
  overflow: hidden;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -70%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  opacity: 0;
  pointer-events: none;
}

.btn:hover::after {
  animation: buttonSheen 0.72s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #2489ff, #0566ff);
  box-shadow: 0 20px 50px rgba(5, 102, 255, 0.28);
}

.btn-connect {
  min-width: 188px;
  justify-content: flex-start;
  padding: 0 18px 0 14px;
  border-color: rgba(112, 203, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(73, 177, 255, 0.22), transparent 44%),
    linear-gradient(135deg, #2489ff, #0566ff);
  box-shadow:
    0 18px 44px rgba(5, 102, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.btn-connect .btn-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.btn-connect .icon {
  width: 17px;
  height: 17px;
}

.btn-secondary {
  border-color: rgba(129, 166, 223, 0.22);
  background: linear-gradient(180deg, rgba(24, 43, 75, 0.82), rgba(12, 24, 44, 0.82));
  color: #edf4ff;
}

.btn-secondary:hover {
  border-color: rgba(80, 167, 255, 0.58);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.hero-badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(14, 27, 49, 0.72);
  color: #bac6da;
  font-size: 14px;
}

.hero-badges span:nth-child(2) i,
.hero-badges span:nth-child(3) i {
  background: var(--green);
  color: var(--green);
}

.product-preview {
  position: relative;
  min-height: 510px;
}

.preview-orbit {
  position: absolute;
  inset: 34px 40px auto auto;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 126, 255, 0.32), transparent 63%);
  filter: blur(12px);
}

.app-shell {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 470px;
  border: 1px solid rgba(45, 130, 255, 0.52);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 33, 61, 0.91), rgba(7, 18, 35, 0.96)),
    rgba(8, 18, 35, 0.94);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.app-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27, 115, 255, 0.12), transparent 42%);
  pointer-events: none;
}

.app-sidebar {
  position: relative;
  z-index: 1;
  padding: 28px 14px;
  border-right: 1px solid rgba(105, 148, 210, 0.12);
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  font-size: 13px;
}

.side-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 7px;
  color: #94a4bc;
  font-size: 12px;
}

.side-item.active {
  background: rgba(23, 120, 255, 0.14);
  color: var(--blue-2);
}

.app-content {
  position: relative;
  z-index: 1;
  padding: 32px 26px 26px;
}

.app-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.app-heading h2 {
  margin: 0 0 10px;
  font-size: 21px;
}

.app-heading p {
  margin: 0;
  color: var(--muted);
}

.app-heading p span {
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(23, 120, 255, 0.14);
  color: var(--blue-2);
  font-size: 12px;
}

.app-heading > strong {
  align-self: end;
  font-size: 28px;
}

.traffic-card,
.metric-card,
.mini-widget {
  border: 1px solid rgba(104, 142, 199, 0.14);
  border-radius: 8px;
  background: rgba(12, 24, 45, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.traffic-card {
  padding: 24px;
}

.traffic-head,
.widget-row,
.scale {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.traffic-head small,
.scale small,
.metric-card span,
.metric-card small {
  color: var(--muted-2);
}

.progress-bar {
  height: 10px;
  margin: 22px 0 12px;
  border-radius: 999px;
  background: rgba(81, 111, 157, 0.18);
  overflow: hidden;
}

.progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #65d8ff, var(--blue));
  box-shadow: 0 0 18px rgba(80, 167, 255, 0.8);
  transform-origin: left center;
}

.device-dot-row {
  width: 120px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  border: 1px solid rgba(45, 130, 255, 0.76);
  border-radius: 12px;
  background: rgba(7, 17, 33, 0.78);
}

.device-dot-row span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(65, 77, 99, 0.72);
}

.device-dot-row span.active {
  background: #5d9dff;
  box-shadow: 0 0 12px rgba(93, 157, 255, 0.88);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.metric-card {
  min-height: 96px;
  padding: 16px;
}

.metric-card span,
.metric-card small {
  display: block;
  font-size: 12px;
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 19px;
}

.metric-grid .metric-card:first-child strong {
  font-size: 16px;
}

.metric-card strong small {
  display: inline;
  color: var(--text);
  font-size: 13px;
}

.blue {
  color: var(--blue-2);
}

.features,
.how,
.pricing,
.cabinet,
.faq,
.cta {
  padding: 48px 0;
}

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

.feature-card,
.price-card,
.cabinet-card,
.cta-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(17, 31, 56, 0.88), rgba(8, 18, 35, 0.9)),
    rgba(10, 22, 42, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.feature-card {
  min-height: 236px;
  padding: 24px 22px;
  text-align: center;
}

.feature-icon {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(45, 130, 255, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(100, 216, 255, 0.24), transparent 36%),
    rgba(23, 120, 255, 0.16);
  color: var(--blue-2);
  font-size: 31px;
  box-shadow: 0 16px 40px rgba(8, 95, 238, 0.18);
}

.feature-icon.duo {
  gap: 6px;
  font-size: 28px;
}

.feature-card h3,
.step h3,
.price-card h3,
.cabinet-card h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.feature-card p,
.step p,
.price-card p,
.cabinet-card p,
.section-copy {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.section-title {
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 78px;
  max-width: 1040px;
  margin: 42px auto 0;
}

.steps::before {
  display: none;
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 64px;
  width: calc(100% + 2px);
  border-top: 1px dashed rgba(45, 130, 255, 0.62);
  z-index: 0;
}

.step span {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 130, 255, 0.44);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, rgba(89, 197, 255, 0.32), rgba(17, 69, 142, 0.56)),
    #0b2547;
  color: var(--blue-2);
  font-size: 20px;
  font-weight: 800;
  box-shadow:
    0 0 0 12px var(--bg),
    0 0 40px rgba(23, 120, 255, 0.18);
}

.step div {
  position: relative;
  z-index: 1;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 40px;
}

.section-heading .section-title {
  text-align: left;
}

.section-heading span {
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(23, 120, 255, 0.12);
  color: var(--blue-2);
  font-weight: 700;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.price-card {
  position: relative;
  min-height: 410px;
  padding: 32px 28px;
}

.featured-price {
  border-color: rgba(45, 130, 255, 0.86);
  box-shadow:
    0 0 0 1px rgba(45, 130, 255, 0.14),
    0 24px 70px rgba(15, 92, 220, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.popular {
  position: absolute;
  top: -14px;
  right: 34px;
  padding: 7px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d82ff, #0e51c9);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.price {
  margin: 28px 0 26px;
  font-size: 42px;
  line-height: 1;
  font-weight: 850;
}

.price small {
  font-size: 17px;
  color: var(--muted);
  font-weight: 600;
}

.price-card ul {
  display: grid;
  gap: 13px;
  min-height: 112px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.price-card li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-card li .icon {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(132, 158, 201, 0.12);
  color: #c5d2e7;
}

.price-btn {
  width: 100%;
  margin-top: 34px;
  min-height: 54px;
}

.device-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 34px 0 0;
  color: var(--muted);
}

.device-note span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 130, 255, 0.35);
  border-radius: 50%;
  background: rgba(23, 120, 255, 0.14);
  color: var(--blue-2);
}

.cabinet .section-title {
  margin-bottom: 30px;
}

.cabinet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cabinet-card {
  min-height: 330px;
  padding: 18px;
}

.mini-widget {
  min-height: 150px;
  padding: 18px;
  margin-bottom: 22px;
}

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

.tiny-grid span,
.support-head span,
.referral-widget small {
  color: var(--muted);
  font-size: 12px;
}

.tiny-grid b,
.support-head b {
  color: var(--text);
  font-size: 14px;
}

.chip {
  display: inline-flex;
  margin: 0 6px 14px 0;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(114, 139, 183, 0.14);
  color: var(--muted);
  font-size: 12px;
}

.chip.active {
  background: var(--blue);
  color: #fff;
}

.gift-line {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  color: var(--muted);
  font-size: 13px;
}

.gift-line.active {
  color: #fff;
}

.referral-widget {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}

.referral-widget div {
  padding: 22px 12px;
  border-radius: 8px;
  background: rgba(23, 120, 255, 0.1);
}

.referral-widget b {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 24px;
}

.referral-widget div:nth-child(2) b {
  color: var(--blue-2);
}

.support-head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.support-head .icon {
  width: 30px;
  height: 30px;
  padding: 7px;
  border: 1px solid rgba(91, 145, 228, 0.28);
  border-radius: 50%;
  color: var(--blue-2);
}

.empty-state {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border-radius: 8px;
  background: rgba(4, 12, 24, 0.32);
  color: var(--muted-2);
  font-size: 13px;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 46px;
  align-items: start;
}

.faq-grid .section-title {
  text-align: left;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 24, 45, 0.76);
}

.faq-list summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.faq-list details[open] summary .icon {
  transform: rotate(180deg);
}

.faq-list summary .icon {
  transition: transform 0.2s ease;
  color: var(--blue-2);
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.6;
}

.cta-panel {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: center;
  padding: 34px 64px;
  border-color: rgba(45, 130, 255, 0.52);
  background:
    radial-gradient(circle at 36% 50%, rgba(23, 120, 255, 0.3), transparent 28rem),
    linear-gradient(180deg, rgba(18, 35, 65, 0.92), rgba(8, 18, 35, 0.95));
}

.cta-panel .cta-logo,
.shot-final-panel .cta-logo {
  justify-self: center;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.cta-panel .cta-logo {
  width: 78px;
  height: 78px;
}

.cta-panel .cta-logo img,
.shot-final-panel .cta-logo img {
  opacity: 0.9;
  filter: drop-shadow(0 0 20px rgba(80, 167, 255, 0.22));
}

.cta-panel h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
}

.cta-panel p {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.cta-actions {
  display: grid;
  gap: 14px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 42px;
  background: rgba(4, 10, 20, 0.42);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.65fr) repeat(4, minmax(140px, 1fr));
  gap: 42px;
}

.footer-brand p {
  max-width: 310px;
  margin: 18px 0 34px;
  color: var(--muted);
  line-height: 1.6;
}

.footer-brand small {
  color: var(--muted-2);
}

.site-footer h3 {
  margin: 8px 0 18px;
  font-size: 15px;
}

.site-footer a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
}

@media (max-width: 1180px) {
  .main-nav {
    gap: 24px;
  }

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

  .hero h1 {
    max-width: 820px;
    font-size: 48px;
  }

  .product-preview {
    min-height: auto;
  }

  .feature-grid,
  .cabinet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cta-panel {
    grid-template-columns: 90px 1fr;
  }

  .cta-actions {
    grid-column: 2;
    max-width: 420px;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, 1340px);
  }

  .header-inner {
    min-height: 68px;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .nav-open .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 18, 35, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-open .main-nav a {
    padding: 14px;
    border-radius: 7px;
  }

  .nav-open .main-nav a:hover {
    background: rgba(23, 120, 255, 0.12);
  }

  .hero {
    padding-top: 44px;
  }

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

  .lead {
    font-size: 18px;
  }

  .app-shell {
    grid-template-columns: 1fr;
  }

  .app-sidebar {
    display: none;
  }

  .feature-grid,
  .cabinet-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .steps::before {
    display: none;
  }

  .step:not(:last-child)::after {
    display: none;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .brand {
    font-size: 19px;
  }

  .hero h1 {
    margin-top: 26px;
    font-size: 33px;
  }

  .lead {
    font-size: 16px;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .btn {
    min-height: 54px;
    padding-inline: 18px;
  }

  .hero-badges span {
    width: 100%;
  }

  .app-content {
    padding: 22px 16px 16px;
  }

  .app-heading,
  .traffic-head,
  .widget-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .metric-grid,
  .feature-grid,
  .cabinet-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-title {
    font-size: 28px;
  }

  .price {
    font-size: 38px;
  }

  .device-note {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .cta-logo {
    width: 82px;
    height: 82px;
  }

  .cta-panel h2 {
    font-size: 30px;
  }

  .cta-panel p {
    font-size: 16px;
  }

  .cta-actions {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

.shot-page {
  background:
    radial-gradient(circle at 70% 6%, rgba(23, 120, 255, 0.28), transparent 32rem),
    radial-gradient(circle at 50% 36%, rgba(9, 87, 187, 0.18), transparent 35rem),
    radial-gradient(circle at 18% 70%, rgba(25, 116, 230, 0.1), transparent 28rem),
    #030811;
}

.shot-page::before {
  opacity: 0.28;
}

.shot-container {
  width: min(100% - 44px, 1180px);
  margin-inline: auto;
}

.shot-header {
  position: relative;
  top: auto;
  margin-top: 20px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.shot-header-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 0 26px;
  border: 1px solid rgba(105, 148, 210, 0.18);
  border-radius: 16px;
  background: rgba(4, 10, 20, 0.82);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shot-brand {
  font-size: 20px;
}

.shot-header .brand-logo {
  width: 40px;
  height: 40px;
}

.shot-header .main-nav {
  margin: 0 auto;
  gap: 42px;
  color: #f4f8ff;
  font-size: 15px;
}

.shot-header .header-cta {
  min-width: 148px;
  margin-left: 0;
}

.shot-menu-toggle {
  margin-left: auto;
}

.shot-hero {
  padding: 62px 0 34px;
}

.shot-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 506px);
  gap: 58px;
  align-items: center;
}

.shot-hero-copy {
  min-width: 0;
}

.shot-pill {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(45, 130, 255, 0.28);
  border-radius: 999px;
  background: rgba(9, 25, 49, 0.76);
  color: var(--blue-2);
  font-size: 14px;
}

.shot-pill span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.shot-hero h1 {
  max-width: 560px;
  margin: 26px 0 16px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: 0;
}

.shot-hero h1 span {
  color: var(--blue);
}

.shot-hero-copy p {
  max-width: 520px;
  margin: 0;
  color: #aeb8c9;
  font-size: 18px;
  line-height: 1.65;
}

.shot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.shot-actions .btn {
  min-height: 48px;
  padding: 0 20px;
}

.shot-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 36px;
  color: #a7b3c8;
  font-size: 13px;
}

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

.shot-proof .icon {
  color: var(--blue-2);
}

.shot-dashboard {
  position: relative;
  justify-self: end;
  width: min(100%, 506px);
  min-height: 465px;
  padding: 18px;
  border: 1px solid rgba(45, 130, 255, 0.82);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 12%, rgba(28, 103, 213, 0.28), transparent 18rem),
    linear-gradient(135deg, rgba(9, 22, 43, 0.96), rgba(3, 11, 23, 0.98));
  box-shadow:
    0 24px 90px rgba(3, 16, 37, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.shot-dashboard-top,
.shot-mini-brand,
.shot-round-actions,
.shot-traffic-head,
.shot-scale {
  display: flex;
  align-items: center;
}

.shot-dashboard-top {
  justify-content: space-between;
}

.shot-mini-brand {
  gap: 10px;
  font-size: 13px;
}

.shot-round-actions {
  gap: 9px;
}

.shot-round-actions span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(101, 145, 212, 0.18);
  border-radius: 10px;
  background: rgba(20, 37, 69, 0.76);
  color: #c2d3ef;
}

.shot-round-actions span:last-child {
  color: var(--blue-2);
}

.shot-dashboard-main {
  display: grid;
  grid-template-columns: 134px minmax(0, 1fr);
  gap: 22px;
  margin-top: 18px;
}

.shot-dashboard-menu {
  display: grid;
  align-content: start;
  gap: 9px;
}

.shot-dashboard-menu a {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  border-radius: 8px;
  color: #96a4ba;
  font-size: 12px;
}

.shot-dashboard-menu a.active {
  background: rgba(23, 120, 255, 0.16);
  color: var(--blue-2);
}

.shot-dashboard-menu .icon {
  width: 16px;
  height: 16px;
  padding: 3px;
  border-radius: 6px;
  background: rgba(108, 143, 196, 0.1);
}

.shot-dashboard-content h2 {
  margin: 3px 0 14px;
  font-size: 18px;
  line-height: 1.2;
}

.shot-traffic,
.shot-metrics article,
.shot-feature-card,
.shot-price-card,
.shot-final-panel,
.shot-faq details {
  border: 1px solid rgba(106, 143, 197, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(18, 31, 55, 0.83), rgba(9, 18, 35, 0.88)),
    rgba(10, 20, 38, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.shot-feature-card,
.shot-price-card {
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.shot-feature-card:hover,
.shot-price-card:hover {
  transform: translateY(-3px);
  border-color: rgba(80, 167, 255, 0.38);
  box-shadow:
    0 18px 54px rgba(3, 16, 37, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.shot-traffic {
  padding: 18px 16px 14px;
}

.shot-traffic-head {
  justify-content: space-between;
  gap: 16px;
}

.shot-traffic-head strong {
  font-size: 13px;
}

.shot-traffic-head b {
  font-size: 24px;
  font-weight: 500;
}

.shot-traffic-head b span {
  font-size: 14px;
}

.shot-traffic p {
  margin: 8px 0 0;
  color: #a9b5c8;
  font-size: 12px;
}

.shot-traffic .progress-bar {
  height: 10px;
  margin: 8px 0 9px;
}

.shot-scale {
  justify-content: space-between;
  color: var(--muted-2);
}

.shot-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.shot-metrics article {
  min-height: 74px;
  padding: 12px;
}

.shot-metrics span,
.shot-metrics small,
.shot-metrics em {
  color: #7d8da6;
  font-size: 11px;
  font-style: normal;
}

.shot-metrics strong,
.shot-metrics b {
  display: block;
  margin-top: 6px;
  font-size: 16px;
}

.shot-metrics b {
  font-size: 17px;
}

.shot-device-row {
  margin-top: 13px;
}

.shot-features {
  padding: 12px 0 42px;
}

.shot-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.shot-feature-card {
  min-height: 162px;
  padding: 24px 16px;
  text-align: center;
}

.shot-feature-card div {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(92, 203, 255, 0.28), transparent 38%),
    rgba(23, 120, 255, 0.17);
  color: var(--blue-2);
  font-size: 30px;
  box-shadow: 0 0 38px rgba(23, 120, 255, 0.22);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.shot-feature-card:hover div {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 0 48px rgba(23, 120, 255, 0.34);
}

.shot-feature-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.shot-feature-card p {
  margin: 12px 0 0;
  color: #a8b3c6;
  font-size: 14px;
}

.shot-pricing {
  padding: 0 0 28px;
}

.shot-section-heading {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.shot-section-heading h2,
.shot-faq h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}

.shot-section-heading span {
  padding: 5px 14px;
  border: 1px solid rgba(45, 130, 255, 0.24);
  border-radius: 999px;
  background: rgba(23, 120, 255, 0.1);
  color: var(--blue-2);
  font-size: 13px;
}

.shot-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1080px;
  margin-inline: auto;
}

.shot-price-card {
  position: relative;
  min-height: 382px;
  padding: 30px 26px 22px;
}

.shot-price-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.shot-price-card p {
  margin: 0;
  color: #a9b5c8;
}

.shot-price {
  margin: 27px 0 25px;
  font-size: 42px;
  line-height: 1;
  font-weight: 850;
}

.shot-price small {
  color: #a8b3c6;
  font-size: 16px;
  font-weight: 600;
}

.shot-price-card ul {
  display: grid;
  gap: 12px;
  min-height: 116px;
  margin: 0;
  padding: 0;
  color: #b1bdd0;
  list-style: none;
}

.shot-price-card li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.shot-price-card li .icon {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(132, 158, 201, 0.16);
}

.shot-price-card .btn {
  width: 100%;
  min-height: 44px;
  margin-top: 25px;
}

.shot-price-featured {
  border-color: rgba(45, 130, 255, 0.94);
  box-shadow:
    0 0 0 1px rgba(45, 130, 255, 0.22),
    0 24px 70px rgba(15, 92, 220, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: featuredPulse 4.8s ease-in-out infinite;
}

.shot-popular {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 18px;
  border: 1px solid rgba(87, 151, 255, 0.36);
  border-radius: 999px;
  background: linear-gradient(135deg, #1b5fd4, #0d3479);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.shot-device-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 19px 0 0;
  color: #9faabe;
}

.shot-device-note span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(23, 120, 255, 0.16);
  color: var(--blue-2);
}

.shot-final-cta {
  padding: 0 0 26px;
}

.shot-final-panel {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 286px;
  gap: 30px;
  align-items: center;
  max-width: 1080px;
  min-height: 116px;
  margin-inline: auto;
  padding: 24px 58px;
  border-color: rgba(45, 130, 255, 0.55);
  background:
    radial-gradient(circle at 25% 50%, rgba(23, 120, 255, 0.24), transparent 24rem),
    linear-gradient(180deg, rgba(17, 31, 56, 0.86), rgba(7, 17, 33, 0.9));
}

.shot-final-panel .cta-logo {
  width: 64px;
  height: 64px;
}

.shot-final-panel h2 {
  max-width: 450px;
  margin: 0;
  font-size: 28px;
  line-height: 1.14;
}

.shot-final-panel .btn {
  min-height: 48px;
}

.shot-final-panel .btn-connect {
  width: 210px;
  justify-self: end;
}

.shot-faq {
  padding: 30px 0 70px;
}

.shot-faq .shot-container {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
  max-width: 1080px;
}

.shot-faq details {
  padding: 18px 20px;
}

.shot-faq details + details {
  margin-top: 12px;
}

.shot-faq summary {
  cursor: pointer;
  font-weight: 800;
  transition: color 0.2s ease;
}

.shot-faq summary:hover {
  color: var(--blue-2);
}

.shot-faq details[open] p {
  animation: faqReveal 0.24s ease both;
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 86px 86px, 0 0;
  }
}

@keyframes buttonSheen {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(430%) skewX(-18deg);
  }
}

@keyframes featuredPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(45, 130, 255, 0.22),
      0 24px 70px rgba(15, 92, 220, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(80, 167, 255, 0.38),
      0 28px 82px rgba(15, 92, 220, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.shot-faq p {
  margin: 12px 0 0;
  color: #a8b3c6;
  line-height: 1.6;
}

@media (max-width: 1060px) {
  .shot-header .main-nav {
    gap: 30px;
  }

  .shot-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
    gap: 34px;
  }

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

@media (max-width: 900px) {
  .shot-header-inner {
    min-height: 62px;
  }

  .shot-header.nav-open .main-nav {
    top: 72px;
  }

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

  .shot-dashboard {
    justify-self: stretch;
    width: 100%;
  }

  .shot-feature-grid,
  .shot-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shot-final-panel {
    grid-template-columns: 72px 1fr;
  }

  .shot-final-panel .btn {
    grid-column: 2;
    width: fit-content;
  }

  .shot-faq .shot-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .shot-container {
    width: min(100% - 28px, 1180px);
  }

  .shot-header {
    margin-top: 12px;
  }

  .shot-header-inner {
    padding-inline: 14px;
    border-radius: 12px;
  }

  .shot-brand {
    font-size: 18px;
  }

  .shot-hero {
    padding-top: 38px;
  }

  .shot-hero h1 {
    font-size: 38px;
  }

  .shot-hero-copy p {
    font-size: 16px;
  }

  .shot-actions,
  .shot-actions .btn {
    width: 100%;
  }

  .shot-proof {
    gap: 14px;
  }

  .shot-dashboard {
    padding: 14px;
    border-radius: 16px;
  }

  .shot-dashboard-main {
    grid-template-columns: 1fr;
  }

  .shot-dashboard-menu {
    display: none;
  }

  .shot-metrics,
  .shot-feature-grid,
  .shot-pricing-grid {
    grid-template-columns: 1fr;
  }

  .shot-final-panel {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .shot-final-panel .btn {
    grid-column: auto;
    width: 100%;
  }
}
