.ps-root {
  margin: 0;
  min-height: 100vh;
  background: #fff;
  color: #1e293b;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }

.ps-container { max-width: 72rem; margin: 0 auto; padding: 0 1rem; }

.ps-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #f1f5f9;
}
.ps-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}
.ps-brand { display: flex; align-items: center; gap: 0.5rem; }
.ps-brand-ico {
  width: 2.25rem; height: 2.25rem;
  background: #059669;
  border-radius: 0.5rem;
  display: flex; align-items: center; justify-content: center;
}
.ps-brand-ico svg { width: 1.25rem; height: 1.25rem; color: #fff; stroke: currentColor; fill: none; stroke-width: 2; }
.ps-brand-text { display: flex; flex-direction: column; align-items: flex-start; gap: 0.125rem; line-height: 1.2; }
.ps-brand-mark { font-size: 1.125rem; font-weight: 600; color: #0f172a; display: inline-flex; align-items: baseline; }
.ps-brand-tld { font-weight: 600; font-size: 0.92em; opacity: 0.78; color: #059669; }
.ps-brand-product { font-size: 0.6875rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }

.ps-nav-d { display: none; align-items: center; gap: 2rem; }
@media (min-width: 768px) { .ps-nav-d { display: flex; } }
.ps-nav-d a { font-size: 0.875rem; color: #475569; }
.ps-nav-d a:hover { color: #059669; }

.ps-btn-head {
  display: none;
  padding: 0.5rem 1rem;
  background: #059669;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
}
.ps-btn-head:hover { background: #047857; text-decoration: none; }
@media (min-width: 768px) { .ps-btn-head { display: inline-flex; } }

.ps-section { padding: 4rem 0; }
@media (min-width: 768px) { .ps-section { padding: 6rem 0; } }
.ps-section--muted { background: #f8fafc; }
.ps-section--dark { background: #0f172a; color: #fff; }

.ps-hero-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) { .ps-hero-grid { grid-template-columns: 1fr 1fr; } }

.ps-pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
}
.ps-h1 {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
  margin: 0 0 1.5rem;
}
.ps-lead { font-size: 1.125rem; color: #475569; margin: 0 0 2rem; max-width: 36rem; }

.ps-row-btns { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 640px) { .ps-row-btns { flex-direction: row; } }

.ps-btn-pri {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #059669;
  color: #fff !important;
  font-weight: 500;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.ps-btn-pri:hover { background: #047857; text-decoration: none; }
.ps-btn-pri:disabled { opacity: 0.5; cursor: not-allowed; }

.ps-btn-sec {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-weight: 500;
  border-radius: 0.5rem;
}
.ps-btn-sec:hover { background: #f8fafc; text-decoration: none; }

.ps-mock-outer { display: flex; justify-content: center; position: relative; }
.ps-mock-glow1, .ps-mock-glow2 {
  position: absolute;
  border-radius: 9999px;
  filter: blur(48px);
  z-index: -1;
  opacity: 0.6;
}
.ps-mock-glow1 { width: 8rem; height: 8rem; background: #d1fae5; top: 2rem; right: -2rem; }
.ps-mock-glow2 { width: 6rem; height: 6rem; background: #dbeafe; bottom: 2rem; left: -2rem; }

.ps-phone { width: 16rem; background: #0f172a; border-radius: 3rem; padding: 0.75rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
@media (min-width: 768px) { .ps-phone { width: 18rem; } }
.ps-phone-bezel { background: #1e293b; border-radius: 2.5rem; padding: 0.25rem; }
.ps-phone-screen { background: #fff; border-radius: 2.25rem; overflow: hidden; padding: 2rem 1rem 1.5rem; }

.ps-status { display: flex; justify-content: space-between; font-size: 0.75rem; color: #64748b; margin-bottom: 1.5rem; padding: 0 0.5rem; }
.ps-status svg { width: 1rem; height: 1rem; fill: currentColor; }

.ps-mock-title { text-align: center; font-size: 0.875rem; font-weight: 600; color: #0f172a; margin: 0 0 1rem; }

.ps-donut { display: flex; justify-content: center; margin-bottom: 1rem; }
.ps-donut svg { width: 8rem; height: 8rem; }
.ps-mock-cap { font-size: 10px; font-weight: 700; fill: #0f172a; }
.ps-mock-sub { font-size: 8px; fill: #64748b; }

.ps-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; font-size: 10px; padding: 0 0.5rem; }
.ps-legend span:first-child { width: 0.5rem; height: 0.5rem; border-radius: 9999px; display: inline-block; margin-right: 0.375rem; vertical-align: middle; }
.ps-legend-row { display: flex; align-items: center; gap: 0.375rem; color: #475569; }

.ps-mock-cta {
  width: 100%; margin-top: 1rem; padding: 0.625rem;
  background: #059669; color: #fff; font-size: 0.75rem; font-weight: 500;
  border: none; border-radius: 0.5rem;
}

.ps-center-title { text-align: center; margin-bottom: 3rem; }
.ps-h2 { font-size: clamp(1.5rem, 3vw, 1.875rem); font-weight: 700; color: #0f172a; margin: 0 0 1rem; }
.ps-section--dark .ps-h2 { color: #fff; }
.ps-sub { color: #475569; max-width: 42rem; margin: 0 auto; }
.ps-section--dark .ps-sub { color: #cbd5e1; }

.ps-features { display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .ps-features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ps-features { grid-template-columns: repeat(4, 1fr); } }

.ps-fcard {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.ps-ficon { width: 3rem; height: 3rem; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.ps-ficon svg { width: 1.5rem; height: 1.5rem; stroke: currentColor; fill: none; stroke-width: 1.5; }
.ps-ficon--b { background: #dbeafe; color: #2563eb; }
.ps-ficon--e { background: #d1fae5; color: #059669; }
.ps-ficon--a { background: #fef3c7; color: #d97706; }
.ps-ficon--r { background: #ffe4e6; color: #e11d48; }

.ps-fcard h3 { font-size: 1.125rem; font-weight: 600; margin: 0 0 0.5rem; color: #0f172a; }
.ps-fcard p { font-size: 0.875rem; color: #475569; margin: 0; line-height: 1.6; }

.ps-steps { display: grid; gap: 2rem; text-align: center; }
@media (min-width: 768px) { .ps-steps { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.ps-step-num {
  width: 4rem; height: 4rem;
  background: #059669;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.3);
}
.ps-step h3 { font-size: 1.125rem; font-weight: 600; margin: 0 0 0.75rem; color: #0f172a; }
.ps-step p { font-size: 0.875rem; color: #475569; margin: 0; }

.ps-sec-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .ps-sec-grid.cols2 { grid-template-columns: 1fr 1fr; } }

.ps-pill-dark {
  display: inline-block; padding: 0.25rem 0.75rem;
  background: rgba(16, 185, 129, 0.2); color: #34d399;
  font-size: 0.75rem; font-weight: 500; border-radius: 9999px; margin-bottom: 1.5rem;
}
.ps-sec-grid p.lead-dark { color: #cbd5e1; margin: 0 0 2rem; }

.ps-checks { list-style: none; margin: 0; padding: 0; }
.ps-checks li { display: flex; gap: 0.75rem; align-items: flex-start; margin-bottom: 1rem; color: #cbd5e1; }
.ps-check-ico {
  width: 1.5rem; height: 1.5rem; flex-shrink: 0;
  background: rgba(16, 185, 129, 0.2); border-radius: 9999px;
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.ps-check-ico svg { width: 1rem; height: 1rem; color: #34d399; stroke: currentColor; fill: none; stroke-width: 2; }

.ps-shield-deco { width: 16rem; height: 16rem; margin: 0 auto; position: relative; }
.ps-shield-deco .c1 { position: absolute; inset: 0; background: rgba(16, 185, 129, 0.1); border-radius: 9999px; }
.ps-shield-deco .c2 { position: absolute; inset: 2rem; background: rgba(16, 185, 129, 0.2); border-radius: 9999px; }
.ps-shield-deco .c3 {
  position: absolute; inset: 4rem; background: rgba(16, 185, 129, 0.3); border-radius: 9999px;
  display: flex; align-items: center; justify-content: center;
}
.ps-shield-deco .c3 svg { width: 4rem; height: 4rem; color: #34d399; stroke: currentColor; fill: none; stroke-width: 1.5; }

.ps-download { max-width: 42rem; margin: 0 auto; text-align: center; padding: 0 1rem; }
.ps-form { max-width: 28rem; margin: 0 auto; text-align: left; }
.ps-input {
  width: 100%; padding: 0.75rem 1rem; border: 1px solid #e2e8f0; border-radius: 0.5rem;
  font-size: 1rem; margin-bottom: 0.75rem; box-sizing: border-box;
}
.ps-input:focus { outline: none; border-color: #059669; box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15); }

.ps-check-label { display: flex; gap: 0.75rem; align-items: flex-start; cursor: pointer; font-size: 0.875rem; color: #475569; }
.ps-check-label input { margin-top: 0.25rem; accent-color: #059669; }
.ps-check-label a { color: #059669; }

.ps-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2rem; font-size: 0.875rem; color: #64748b; }
.ps-badges span { display: flex; align-items: center; gap: 0.375rem; }
.ps-badges svg { width: 1rem; height: 1rem; color: #10b981; fill: currentColor; }

.ps-footer { background: #f8fafc; border-top: 1px solid #f1f5f9; padding: 3rem 0; }
.ps-footer-grid { display: grid; gap: 2rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .ps-footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.ps-footer h4 { font-weight: 600; color: #0f172a; margin: 0 0 1rem; font-size: 1rem; }
.ps-footer ul { list-style: none; margin: 0; padding: 0; }
.ps-footer li { margin-bottom: 0.5rem; font-size: 0.875rem; }
.ps-footer a { color: #475569; }
.ps-footer a:hover { color: #059669; }
.ps-foot-note { font-size: 0.75rem; color: #64748b; text-align: center; margin: 0 0 1rem; }
.ps-foot-copy { font-size: 0.75rem; color: #94a3b8; text-align: center; margin: 0; }
.ps-ft-brand { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 1rem; }
.ps-ft-brand .ps-brand-text { margin-top: 0.125rem; }
.ps-ft-brand .ps-brand-ico { width: 2rem; height: 2rem; }
.ps-ft-brand .ps-brand-ico svg { width: 1rem; height: 1rem; }

.ps-legal { max-width: 42rem; margin: 0 auto; padding: 1.5rem; }
.ps-legal-back { margin-bottom: 1rem; }
.ps-legal-back a { color: #059669; }
.ps-legal h1 { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0 0 1.5rem; }
.ps-legal h2 { font-size: 1.125rem; font-weight: 600; margin: 1.5rem 0 0.75rem; color: #0f172a; }
.ps-legal p { font-size: 0.875rem; color: #475569; line-height: 1.65; margin: 0 0 1rem; }
.ps-legal a { color: #059669; }

.ps-yandex-disclaimer {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
  margin: 0 0 1.25rem;
  max-width: 36rem;
}

.ps-footer-req {
  font-size: 0.8125rem;
  color: #64748b;
  text-align: center;
  margin: 0 0 0.5rem;
}
.ps-footer-req a { color: #059669; }

.ps-direct-note {
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #94a3b8;
  text-align: center;
  margin: 0 0 0.75rem;
}
.ps-direct-note a { color: #059669; }
