/* VLAN business landing — scoped under .vlan-lp */
.vlan-lp {
  --vlan-bg: #0b1220;
  --vlan-bg-soft: #111b2e;
  --vlan-card: #ffffff;
  --vlan-text: #e2e8f0;
  --vlan-muted: #94a3b8;
  --vlan-accent: #1e3a8a;
  --vlan-accent2: #ea580c;
  --vlan-line: rgba(56, 189, 248, 0.25);
  color: var(--vlan-text);
  font-size: 16px;
  line-height: 1.55;
}

.vlan-lp * { box-sizing: border-box; }

.vlan-lp a { color: #38bdf8; text-decoration: none; }
.vlan-lp a:hover { text-decoration: underline; }

.vlan-lp__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 48px;
}

.vlan-lp__bread {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 20px 0;
  font-size: 14px;
  color: var(--vlan-muted);
}
.vlan-lp__bread a { color: #7dd3fc; }

/* Hero (section, not <header> — уникнення конфлікту з site header role="banner") */
.vlan-lp__hero {
  background: linear-gradient(165deg, var(--vlan-bg) 0%, #0f2847 55%, var(--vlan-bg-soft) 100%);
  padding: 28px 0 56px;
  border-bottom: 1px solid var(--vlan-line);
}
.vlan-lp__hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #7dd3fc;
  margin-bottom: 16px;
}
.vlan-lp__hero h1 {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.vlan-lp__hero-sub {
  font-size: clamp(16px, 2.2vw, 19px);
  color: var(--vlan-muted);
  max-width: 720px;
  margin: 0 0 24px;
}
.vlan-lp__hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin-bottom: 36px;
}
.vlan-lp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.vlan-lp__btn--primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}
.vlan-lp__btn--primary:hover { transform: translateY(-2px); }
.vlan-lp__btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.35);
}
.vlan-lp__btn--ghost:hover { background: rgba(255, 255, 255, 0.1); }
.vlan-lp__hero-tel {
  font-size: 15px;
  color: var(--vlan-muted);
}
.vlan-lp__hero-tel strong { color: #fff; }

.vlan-lp__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 640px) {
  .vlan-lp__stats { grid-template-columns: repeat(4, 1fr); }
}
.vlan-lp__stat {
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 12px;
  padding: 16px 14px;
  text-align: center;
}
.vlan-lp__stat-num {
  font-size: 26px;
  font-weight: 800;
  color: #38bdf8;
  line-height: 1.1;
}
.vlan-lp__stat-label {
  font-size: 12px;
  color: var(--vlan-muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Sections */
.vlan-lp__section {
  padding: 48px 0;
  background: var(--vlan-bg);
}
.vlan-lp__section--alt {
  background: var(--vlan-bg-soft);
  border-top: 1px solid rgba(30, 58, 138, 0.2);
  border-bottom: 1px solid rgba(30, 58, 138, 0.2);
}
.vlan-lp__section h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin: 0 0 12px;
}
.vlan-lp__section h2 span { color: #38bdf8; }
.vlan-lp__section-intro {
  text-align: center;
  color: var(--vlan-muted);
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 16px;
}

/* Pain grid */
.vlan-lp__pain-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .vlan-lp__pain-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .vlan-lp__pain-grid { grid-template-columns: repeat(3, 1fr); }
}
.vlan-lp__pain {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(248, 113, 113, 0.2);
  border-radius: 14px;
  padding: 20px;
}
.vlan-lp__pain-icon { font-size: 28px; margin-bottom: 8px; }
.vlan-lp__pain h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fecaca;
}
.vlan-lp__pain p {
  margin: 0;
  font-size: 14px;
  color: var(--vlan-muted);
}

/* Feature row */
.vlan-lp__feat-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .vlan-lp__feat-grid { grid-template-columns: repeat(3, 1fr); }
}
.vlan-lp__feat {
  background: rgba(15, 23, 42, 0.5);
  border-radius: 14px;
  padding: 22px;
  border: 1px solid rgba(56, 189, 248, 0.12);
}
.vlan-lp__feat-icon { font-size: 26px; margin-bottom: 10px; }
.vlan-lp__feat h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.vlan-lp__feat p { margin: 0; font-size: 14px; color: var(--vlan-muted); }

/* Before / After */
.vlan-lp__compare {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 28px;
}
@media (min-width: 800px) {
  .vlan-lp__compare { grid-template-columns: 1fr auto 1fr; align-items: stretch; }
}
.vlan-lp__compare-box {
  border-radius: 14px;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.25);
}
.vlan-lp__compare-box--bad {
  background: rgba(127, 29, 29, 0.15);
}
.vlan-lp__compare-box--good {
  background: rgba(21, 128, 61, 0.18);
}
.vlan-lp__compare-box h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.vlan-lp__compare-box p { margin: 0; font-size: 14px; color: var(--vlan-muted); }
.vlan-lp__compare-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #38bdf8;
  padding: 8px 0;
}

/* Logos strip */
.vlan-lp__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}
.vlan-lp__logo-pill {
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.25);
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
}

/* Cases */
.vlan-lp__cases {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .vlan-lp__cases { grid-template-columns: repeat(2, 1fr); }
}
.vlan-lp__case {
  background: var(--vlan-card);
  color: #1e293b;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.vlan-lp__case h4 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color: var(--vlan-accent);
}
.vlan-lp__case p { margin: 0 0 12px; font-size: 14px; color: #475569; }
.vlan-lp__case-result {
  font-size: 13px;
  font-weight: 700;
  color: #059669;
}

/* Tariffs grid (UAH) */
.vlan-lp__tariff-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 520px) {
  .vlan-lp__tariff-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .vlan-lp__tariff-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
@media (min-width: 1024px) {
  .vlan-lp__tariff-grid { grid-template-columns: repeat(3, 1fr); }
}

.vlan-lp__tariff {
  position: relative;
  background: var(--vlan-card);
  color: #0f172a;
  border-radius: 14px;
  padding: 18px 16px 16px;
  text-align: center;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.vlan-lp__tariff:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(30, 58, 138, 0.15);
}
.vlan-lp__tariff--hit {
  border-color: rgba(234, 88, 12, 0.55);
  box-shadow: 0 0 0 1px rgba(234, 88, 12, 0.25), 0 8px 28px rgba(234, 88, 12, 0.12);
}
.vlan-lp__tariff-ribbon {
  position: absolute;
  top: 10px;
  right: -6px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 28px;
  transform: rotate(35deg);
  transform-origin: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.vlan-lp__tariff-speed {
  font-size: 22px;
  font-weight: 800;
  color: var(--vlan-accent);
  line-height: 1.1;
}
.vlan-lp__tariff-unit {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 10px;
}
.vlan-lp__tariff-price {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}
.vlan-lp__tariff-note {
  font-size: 11px;
  color: #64748b;
  margin-top: 4px;
}
.vlan-lp__tariff-cta {
  margin-top: 12px;
  display: block;
  width: 100%;
  padding: 10px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border: none;
  cursor: pointer;
  background: var(--vlan-accent);
  color: #fff;
}
.vlan-lp__tariff--hit .vlan-lp__tariff-cta {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}
.vlan-lp__tariff-cta:hover { filter: brightness(1.08); }

.vlan-lp__footnote {
  text-align: center;
  font-size: 13px;
  color: var(--vlan-muted);
  margin-top: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Steps */
.vlan-lp__steps {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  counter-reset: vlanstep;
}
@media (min-width: 900px) {
  .vlan-lp__steps { grid-template-columns: repeat(5, 1fr); }
}
.vlan-lp__step {
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
}
.vlan-lp__step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1d4ed8;
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 16px;
}
.vlan-lp__step h4 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.vlan-lp__step p { margin: 0; font-size: 12px; color: var(--vlan-muted); }

/* Guarantees */
.vlan-lp__guar-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .vlan-lp__guar-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .vlan-lp__guar-grid { grid-template-columns: repeat(4, 1fr); }
}
.vlan-lp__guar {
  background: rgba(15, 23, 42, 0.55);
  border-radius: 12px;
  padding: 18px;
  border: 1px solid rgba(56, 189, 248, 0.12);
}
.vlan-lp__guar-icon { font-size: 26px; margin-bottom: 8px; }
.vlan-lp__guar h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #fef08a;
}
.vlan-lp__guar p { margin: 0; font-size: 13px; color: var(--vlan-muted); }

/* CTA block */
.vlan-lp__cta-block {
  text-align: center;
  padding: 40px 24px;
  background: linear-gradient(135deg, #1e3a8a 0%, #172554 100%);
  border-radius: 16px;
  margin: 0 auto;
  max-width: 880px;
}
.vlan-lp__cta-block h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #fff;
}
.vlan-lp__cta-block p { margin: 0 0 20px; color: #cbd5e1; font-size: 15px; }
.vlan-lp__trust-line {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 16px;
}

/* FAQ */
.vlan-lp__faq { max-width: 720px; margin: 0 auto; }
.vlan-lp__faq-item {
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}
.vlan-lp__faq-q {
  width: 100%;
  text-align: left;
  padding: 16px 8px;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.vlan-lp__faq-q span:last-child { font-size: 20px; color: #38bdf8; flex-shrink: 0; }
.vlan-lp__faq-a {
  display: none;
  padding: 0 8px 16px;
  color: var(--vlan-muted);
  font-size: 15px;
}
.vlan-lp__faq-item.is-open .vlan-lp__faq-a { display: block; }
.vlan-lp__faq-item.is-open .vlan-lp__faq-q span:last-child { transform: rotate(45deg); }

/* Related links — light section */
.vlan-lp__related {
  background: #f1f5f9;
  color: #1e293b;
  padding: 40px 0;
}
.vlan-lp__related h2 { color: #1e3a5f; }
.vlan-lp__related-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .vlan-lp__related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .vlan-lp__related-grid { grid-template-columns: repeat(4, 1fr); }
}
.vlan-lp__related a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-weight: 600;
  color: #1e3a5f;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s;
}
.vlan-lp__related a:hover {
  border-color: #3b82f6;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Modal */
.vlan-lp-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  z-index: 100050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
.vlan-lp-modal-overlay.is-open { display: flex; }
.vlan-lp-modal {
  background: #fff;
  color: #0f172a;
  border-radius: 16px;
  max-width: 440px;
  width: 100%;
  padding: 24px;
  position: relative;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.vlan-lp-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  background: #f1f5f9;
  border-radius: 8px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #64748b;
}
.vlan-lp-modal h3 { margin: 0 0 8px; font-size: 20px; }
.vlan-lp-modal p.sub { margin: 0 0 18px; font-size: 14px; color: #64748b; }
.vlan-lp-modal label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #334155;
}
.vlan-lp-modal input,
.vlan-lp-modal select,
.vlan-lp-modal textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 14px;
}
.vlan-lp-modal textarea { min-height: 72px; resize: vertical; }
.vlan-lp-modal .vlan-lp__btn { width: 100%; }
.vlan-lp-modal-msg { font-size: 14px; margin-top: 10px; min-height: 20px; }
.vlan-lp-modal-msg.err { color: #b91c1c; }
.vlan-lp-modal-msg.ok { color: #047857; }
