:root {
  --bg: #050505;
  --text: #f5f5f7;
  --muted: #a0a0ac;
  --line: rgba(255, 255, 255, 0.09);
  --red: #ff2d2d;
  --red-2: #c60000;
  --red-soft: rgba(255, 45, 45, 0.14);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 45, 45, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(198, 0, 0, 0.12), transparent 28%),
    linear-gradient(180deg, #040404 0%, #08080a 100%);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

button,
input {
  font-family: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 100%);
  pointer-events: none;
  z-index: -3;
}

.bg-glow {
  position: fixed;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: -2;
}

.bg-glow-1 {
  top: -140px;
  left: -80px;
  background: rgba(255, 45, 45, 0.12);
}

.bg-glow-2 {
  bottom: -160px;
  right: -80px;
  background: rgba(198, 0, 0, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(16px);
  background: rgba(5, 5, 5, 0.72);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--red), var(--red-2));
  box-shadow: 0 12px 28px rgba(255, 45, 45, 0.28);
}

.brand-text {
  font-size: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  color: var(--muted);
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: var(--text);
  transition: 0.25s ease;
}

.menu-toggle span:first-child {
  top: 17px;
}

.menu-toggle span:last-child {
  top: 26px;
}

.menu-toggle.active span:first-child {
  transform: rotate(45deg);
  top: 22px;
}

.menu-toggle.active span:last-child {
  transform: rotate(-45deg);
  top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border 0.2s ease;
}

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

.btn-small {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 0.92rem;
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--red), var(--red-2));
  box-shadow: 0 18px 38px rgba(255, 45, 45, 0.22);
}

.btn-secondary,
.btn-outline {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
}

.btn-ghost {
  color: #ff9b9b;
  background: rgba(255, 45, 45, 0.08);
  border-color: rgba(255, 45, 45, 0.18);
}

.full {
  width: 100%;
}

.mobile-sticky-cta {
  display: none;
}

.mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 800;
  text-align: center;
}

.mobile-cta-primary {
  background: linear-gradient(135deg, var(--red), var(--red-2));
  color: white;
  border-color: transparent;
}

.hero,
.section {
  scroll-margin-top: 96px;
}

.hero {
  padding: 88px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: #ff9d9d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.eyebrow.red {
  background: var(--red-soft);
  color: #ff7a7a;
}

.hero h1,
.section-heading h2,
.premium-copy h2,
.faq-intro h2,
.contact-box h2,
.cta-band-copy h2,
.repeated-cta-box h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  max-width: 12ch;
}

.hero h1 span {
  color: #ff6b6b;
}

.hero-text,
.section-heading p,
.glass-card p,
.step-card p,
.device-card p,
.plan-card p,
.faq-intro p,
.faq-answer p,
.trust-card p,
.contact-box p,
.site-footer p,
.cta-band-copy p,
.info-cta-card p {
  color: var(--muted);
}

.hero-text {
  max-width: 64ch;
  font-size: 1.04rem;
  margin: 18px 0 24px;
}

.hero-actions,
.contact-actions,
.cta-band-actions,
.repeated-cta-actions,
.premium-copy-actions,
.card-actions,
.hero-card-actions,
.stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-points li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(255, 45, 45, 0.12);
}

.hero-panel-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #ff9d9d;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(255, 45, 45, 0.14);
}

.hero-card,
.glass-card,
.step-card,
.device-card,
.plan-card,
.trust-card,
.contact-box,
.mini-compare,
.faq-item,
.pricing-switcher,
.cta-band-grid,
.repeated-cta-box,
.info-cta-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.premium-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.premium-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 45, 45, 0.8), transparent, rgba(255, 45, 45, 0.55));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.premium-label,
.premium-topline,
.plan-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--red-soft);
  color: #ff8c8c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.premium-card h2 {
  margin: 0 0 6px;
  font-size: 2rem;
}

.premium-price,
.plan-price {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  margin-bottom: 12px;
}

.premium-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.premium-features div {
  padding: 16px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.premium-features strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.premium-features span {
  color: var(--muted);
  font-size: 0.88rem;
}

.info-strip {
  padding-bottom: 30px;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.strip-grid div {
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  font-weight: 700;
  color: #f2d6d6;
}

.section {
  padding: 78px 0;
}

.alt-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading.center {
  text-align: center;
}

.section-heading h2,
.premium-copy h2,
.faq-intro h2,
.contact-box h2,
.cta-band-copy h2,
.repeated-cta-box h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.service-grid,
.device-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.glass-card,
.device-card,
.trust-card,
.info-cta-card {
  padding: 24px;
}

.glass-card h3,
.device-card h3,
.step-card h3,
.plan-card h3,
.trust-card h3,
.site-footer h4,
.info-cta-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

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

.step-card {
  padding: 24px;
}

.step-number {
  display: inline-flex;
  margin-bottom: 14px;
  font-weight: 900;
  color: #ff7777;
  letter-spacing: 0.08em;
}

.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.text-link {
  color: #ff7a7a;
  font-weight: 800;
}

.text-link:hover {
  color: #ffffff;
}

.cta-band,
.repeated-cta-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.cta-band-grid,
.repeated-cta-box {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.premium-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

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

.check-list li {
  position: relative;
  padding-left: 22px;
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.premium-stack {
  display: grid;
  gap: 18px;
}

.premium-highlight {
  padding: 26px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.feature-list span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  font-weight: 700;
  color: #ffd3d3;
}

.mini-compare {
  padding: 18px;
}

.mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.mini-row:last-child {
  border-bottom: 0;
}

.mini-row span {
  color: var(--muted);
  font-weight: 700;
}

.mini-row.active strong {
  color: #ff7a7a;
}

.pricing-switcher {
  padding: 22px;
  margin-bottom: 28px;
}

.switcher-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.switcher-label {
  font-weight: 700;
  color: var(--muted);
}

.switcher-value {
  font-weight: 800;
  color: #ff8c8c;
  background: var(--red-soft);
  border: 1px solid rgba(255, 45, 45, 0.18);
  padding: 8px 12px;
  border-radius: 999px;
}

.slider-wrap {
  display: grid;
  gap: 14px;
}

.device-slider {
  width: 100%;
  appearance: none;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 45, 45, 0.7), rgba(255, 45, 45, 0.15));
  outline: none;
}

.device-slider::-webkit-slider-thumb {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid var(--red);
  box-shadow: 0 0 0 8px rgba(255, 45, 45, 0.14);
  cursor: pointer;
}

.device-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid var(--red);
  box-shadow: 0 0 0 8px rgba(255, 45, 45, 0.14);
  cursor: pointer;
}

.slider-marks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.mark {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.mark.active {
  background: linear-gradient(135deg, var(--red), var(--red-2));
  color: white;
  border-color: transparent;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.plan-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.plan-card.featured {
  border-color: rgba(255, 45, 45, 0.35);
  background: linear-gradient(180deg, rgba(255, 45, 45, 0.14), rgba(255, 255, 255, 0.04));
  transform: translateY(-8px);
}

.plan-tag.hot {
  background: linear-gradient(135deg, var(--red), var(--red-2));
  color: white;
}

.device-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #d8d8df;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.device-badge-hot {
  background: rgba(255, 45, 45, 0.14);
  color: #ff8a8a;
  border-color: rgba(255, 45, 45, 0.2);
}

.plan-card ul,
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}

.plan-card li,
.site-footer li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.plan-card li::before,
.site-footer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

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

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 22px 24px;
  background: transparent;
  color: var(--text);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-icon {
  font-size: 1.3rem;
  color: #ff8c8c;
  transition: transform 0.2s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px 24px;
}

.faq-item.active .faq-answer {
  max-height: 220px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.contact-box {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer {
  padding: 34px 0 22px;
  border-top: 1px solid var(--line);
}

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

.footer-brand {
  margin-bottom: 12px;
}

.footer-bottom {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.floating-contact {
  position: fixed;
  right: 16px;
  bottom: 92px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 130;
}

.floating-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
}

.floating-btn-whatsapp {
  background: linear-gradient(135deg, #1faa59, #0c7a3f);
}

.floating-btn-telegram {
  background: linear-gradient(135deg, #2aabee, #1477b8);
}

@media (max-width: 1080px) {
  .hero-grid,
  .premium-grid,
  .faq-layout,
  .footer-grid,
  .cta-band-grid,
  .repeated-cta-box {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .steps-grid,
  .device-grid,
  .trust-grid,
  .plans-grid,
  .strip-grid,
  .info-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-card.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 86px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav-links {
    position: absolute;
    top: 78px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(10, 10, 12, 0.95);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 150;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(8, 8, 10, 0.95);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  }

  .hero {
    padding-top: 56px;
  }

  .hero h1 {
    max-width: none;
  }

  .service-grid,
  .steps-grid,
  .device-grid,
  .trust-grid,
  .plans-grid,
  .strip-grid,
  .info-cards-grid,
  .premium-features {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .contact-actions .btn,
  .cta-band-actions .btn,
  .repeated-cta-actions .btn,
  .premium-copy-actions .btn,
  .card-actions .btn,
  .hero-card-actions .btn {
    width: 100%;
  }

  .contact-box,
  .switcher-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-contact {
    right: 12px;
    bottom: 168px;
  }

  .floating-btn {
    width: 50px;
    height: 50px;
  }

  .plan-card,
  .glass-card,
  .device-card,
  .trust-card,
  .info-cta-card,
  .contact-box,
  .cta-band-grid,
  .repeated-cta-box,
  .pricing-switcher,
  .hero-card,
  .faq-item {
    border-radius: 20px;
  }
}