:root {
  color-scheme: light;
  --bg: #ffffff;
  --bg-soft: #f5f8fb;
  --text: #101828;
  --muted: #667085;
  --line: #d9e2ea;
  --green: #0aa334;
  --green-dark: #087a28;
  --cobalt: #1264e8;
  --amber: #f4a000;
  --surface: #ffffff;
  --shadow: 0 18px 48px rgba(16, 24, 40, 0.12);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.modal-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

button,
input {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(217, 226, 234, 0.85);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--green);
}

.brand-mark svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  color: #27364a;
}

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

.nav-action {
  padding: 11px 16px;
  color: #fff !important;
  background: var(--green);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(10, 163, 52, 0.2);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.hero {
  padding: 72px 0 44px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.15fr);
  gap: 42px;
  align-items: center;
}

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

.hero h1 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-lead {
  margin: 24px 0 0;
  max-width: 570px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.btn-primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 30px rgba(10, 163, 52, 0.22);
}

.btn-primary:hover {
  background: var(--green-dark);
}

.btn-secondary {
  color: #0b3d91;
  background: #eef5ff;
  border-color: #cfe0ff;
}

.btn-outline {
  color: var(--green-dark);
  background: #fff;
  border-color: rgba(10, 163, 52, 0.4);
}

.btn-lg {
  min-height: 56px;
  padding: 16px 22px;
}

.btn-xl {
  width: 100%;
  min-height: 54px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: #1d4b2a;
  background: #eaf8ef;
  border: 1px solid #ccefd8;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-width: 0;
}

.hero-media img {
  width: min(920px, 64vw);
  max-width: none;
  height: auto;
  margin-left: -12px;
  filter: drop-shadow(0 24px 44px rgba(16, 24, 40, 0.16));
}

.social-strip {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.social-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.social-strip p {
  margin: 0;
  color: #35445b;
  font-weight: 800;
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.social-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: #fff;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
}

.ig { background: linear-gradient(135deg, #f7633c, #c72bd7); }
.tt { background: #09090b; }
.x { background: #111827; }
.yt { background: #e62117; }
.tg { background: #229ed9; }
.fb { background: #1877f2; }
.wa { background: #20b15a; }
.vk { background: #2787f5; }

.section {
  padding: 84px 0;
}

.section-soft {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  max-width: 680px;
  margin-bottom: 34px;
}

.section-head h2,
.how-grid h2,
.support-card h2,
.recovery-card h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-head p,
.section-copy,
.support-card p,
.recovery-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.price-card.featured {
  border-color: rgba(10, 163, 52, 0.55);
  box-shadow: var(--shadow);
}

.price-label {
  align-self: flex-start;
  min-height: 28px;
  padding: 5px 9px;
  color: #865a00;
  background: #fff5d6;
  border: 1px solid #ffe29a;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 900;
}

.price-card h3 {
  margin: 18px 0 0;
  font-size: 24px;
  line-height: 1.12;
}

.price {
  margin: 18px 0 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.price-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  min-height: 66px;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
  color: #27364a;
  font-size: 14px;
}

.price-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
}

.price-card li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 5px #eaf8ef;
}

.price-card .btn {
  width: 100%;
  margin-top: auto;
}

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

.device-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.device-card:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 100, 232, 0.4);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

.device-card strong {
  display: block;
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.14;
}

.device-card span:last-child {
  color: var(--muted);
  font-size: 15px;
}

.device-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: var(--radius);
  background: #eaf8ef;
  border: 1px solid #ccefd8;
}

.device-icon::before,
.device-icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
  color: var(--green);
}

.device-icon.phone::before {
  inset: 11px 17px;
  border-radius: 7px;
}

.device-icon.phone::after {
  width: 4px;
  height: 4px;
  left: 27px;
  bottom: 14px;
  border: 0;
  border-radius: 50%;
  background: currentColor;
}

.device-icon.apple {
  background: #eef5ff;
  border-color: #cfe0ff;
}

.device-icon.apple::before,
.device-icon.apple::after {
  color: var(--cobalt);
}

.device-icon.laptop {
  background: #eef5ff;
  border-color: #cfe0ff;
}

.device-icon.laptop::before {
  left: 12px;
  right: 12px;
  top: 14px;
  height: 24px;
  color: var(--cobalt);
  border-radius: 4px;
}

.device-icon.laptop::after {
  left: 9px;
  right: 9px;
  bottom: 13px;
  height: 2px;
  color: var(--cobalt);
  border: 0;
  background: currentColor;
}

.device-icon.tv {
  background: #fff5d6;
  border-color: #ffe29a;
}

.device-icon.tv::before {
  left: 10px;
  right: 10px;
  top: 13px;
  height: 25px;
  color: var(--amber);
  border-radius: 4px;
}

.device-icon.tv::after {
  width: 20px;
  height: 2px;
  left: 19px;
  bottom: 12px;
  border: 0;
  background: var(--amber);
}

.how-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 48px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--cobalt);
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 900;
}

.steps strong {
  display: block;
  font-size: 18px;
}

.steps span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.section-support {
  padding-top: 0;
}

.support-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.support-card,
.recovery-card {
  padding: 30px;
  background: #f2f7ff;
  border: 1px solid #cfe0ff;
  border-radius: var(--radius);
}

.recovery-card {
  background: #fff;
  border-color: var(--line);
}

.support-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.support-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #d7e7ff;
  border-radius: var(--radius);
}

.support-link span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.support-link strong {
  overflow-wrap: anywhere;
  text-align: right;
}

.recovery-form,
.checkout-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: #35445b;
  font-size: 14px;
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus {
  border-color: rgba(18, 100, 232, 0.65);
  box-shadow: 0 0 0 4px rgba(18, 100, 232, 0.12);
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
}

.site-footer {
  padding: 54px 0 26px;
  background: #101828;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(130px, 0.65fr));
  gap: 32px;
}

.footer-brand .brand-mark {
  color: #41d96b;
}

.site-footer p {
  max-width: 360px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer nav strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.site-footer nav a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.site-footer nav a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 40, 0.58);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  padding: 28px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(16, 24, 40, 0.26);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.modal-panel h2 {
  margin: 0;
  padding-right: 42px;
  font-size: 30px;
  line-height: 1.1;
}

.modal-note,
.legal-small {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.selected-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
  padding: 14px;
  background: #eaf8ef;
  border: 1px solid #ccefd8;
  border-radius: var(--radius);
}

.selected-plan span {
  color: var(--green-dark);
  font-weight: 900;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 25;
  display: none;
  transform: translateX(-50%);
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  color: #fff;
  background: var(--green);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(10, 163, 52, 0.28);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.content-page {
  padding: 70px 0 90px;
  background: var(--bg-soft);
}

.page-shell {
  max-width: 900px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.page-shell h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
}

.page-shell h2 {
  margin: 34px 0 0;
  font-size: 26px;
}

.page-shell p,
.page-shell li {
  color: #46556a;
  font-size: 17px;
}

.page-shell p {
  margin: 14px 0 0;
}

.page-shell ol,
.page-shell ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

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

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

  .price-card {
    min-height: 430px;
  }
}

@media (max-width: 840px) {
  :root {
    --container: min(100vw - 28px, 1160px);
  }

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

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 68px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

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

  .nav a {
    padding: 13px 12px;
    border-radius: var(--radius);
  }

  .nav-action {
    text-align: center;
  }

  .hero {
    padding-top: 48px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

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

  .social-strip-inner,
  .how-grid,
  .support-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .social-strip-inner {
    display: grid;
  }

  .social-list {
    justify-content: flex-start;
  }

  .section {
    padding: 64px 0;
  }

  .section-support {
    padding-top: 0;
  }

  .footer-grid {
    gap: 24px;
  }

  .sticky-cta {
    display: inline-flex;
  }
}

@media (max-width: 620px) {
  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 16px;
  }

  .hero-actions,
  .page-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .pricing-grid,
  .device-grid {
    grid-template-columns: 1fr;
  }

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

  .steps li {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }

  .support-link {
    display: grid;
  }

  .support-link strong {
    text-align: left;
  }

  .page-shell {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
