/* DashShot — маркетингова головна сторінка. Розширення поверх style.css (та ж мова: */
/* темна тема, лайм, пунктирні рамки, Unbounded/IBM Plex) — не окрема стилістика. */

a.btn { text-decoration: none; display: inline-block; }

.lp-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 5vw; border-bottom: 1px dashed var(--line);
  position: sticky; top: 0; background: rgba(11,12,14,.9);
  backdrop-filter: blur(10px); z-index: 40;
}
.lp-nav { display: flex; gap: 26px; align-items: center; }
.lp-nav a.navlink {
  color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500;
  transition: color .15s; white-space: nowrap;
}
.lp-nav a.navlink:hover { color: var(--ink); }
.lp-header-right { display: flex; align-items: center; gap: 18px; }
.lp-langs { display: flex; gap: 2px; font-family: var(--font-mono); font-size: 12px; }
.lp-langs a {
  color: var(--muted); text-decoration: none; padding: 5px 8px; border-radius: 2px;
  transition: color .15s;
}
.lp-langs a.active { color: var(--lime); }
.lp-langs a:hover { color: var(--ink); }
@media (max-width: 1140px) { .lp-nav { display: none; } }
.lp-header .wordmark { white-space: nowrap; flex-shrink: 0; }
@media (max-width: 560px) {
  .lp-header { padding: 14px 4vw; gap: 10px; }
  .lp-header .wordmark { font-size: 15px; }
  .lp-langs { display: none; }
  .lp-header-right { gap: 8px; }
  .lp-header-right .btn.small:not(.primary) { display: none; }
  .lp-header-right .btn.primary.small { padding: 8px 12px; font-size: 12px; }
}

/* ---------- hero ---------- */
.lp-hero {
  max-width: 1180px; margin: 0 auto; padding: 96px 5vw 20px;
  text-align: center; position: relative;
}
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--lime);
  border: 1px dashed var(--lime); padding: 7px 16px; border-radius: 30px;
  margin-bottom: 28px;
}
.lp-hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(36px, 6vw, 72px); line-height: 1.04; letter-spacing: -.01em;
}
.lp-hero h1 em { font-style: normal; color: var(--lime); }
.lp-hero .sub {
  max-width: 680px; margin: 26px auto 0; color: var(--muted);
  font-size: clamp(15.5px, 1.7vw, 18.5px); line-height: 1.65;
}
.lp-cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }
.lp-cta-row .btn { padding: 16px 30px; font-size: 15px; }
.lp-proof { margin-top: 28px; font-family: var(--font-mono); font-size: 12px; color: #5a6068; }

/* ---------- video/image placeholder frame ---------- */
.vid-frame {
  margin: 60px auto 0; max-width: 980px; border: 1px dashed var(--line);
  background: var(--panel); position: relative; aspect-ratio: 16/9; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.vid-frame::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, rgba(200,242,75,.035) 0 2px, transparent 2px 16px);
}
.vid-frame .chrome {
  position: absolute; top: 0; left: 0; right: 0; height: 34px;
  border-bottom: 1px dashed var(--line); display: flex; align-items: center; gap: 6px; padding: 0 14px;
}
.vid-frame .chrome i { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.vid-play {
  width: 62px; height: 62px; border-radius: 50%; border: 1px dashed var(--lime);
  display: flex; align-items: center; justify-content: center; color: var(--lime);
  font-size: 20px; z-index: 2; padding-left: 4px;
}
.vid-tag {
  position: absolute; bottom: 14px; left: 14px; right: 14px;
  font-family: var(--font-mono); font-size: 11px; color: var(--lime);
  background: rgba(11,12,14,.88); border: 1px dashed var(--lime); padding: 10px 14px;
  line-height: 1.55; text-align: left;
}
.vid-tag b {
  color: var(--ink); display: block; text-transform: uppercase;
  letter-spacing: .08em; font-size: 10px; margin-bottom: 4px;
}
.fr-media .vid-frame { margin: 0; max-width: none; }

/* ---------- generic section ---------- */
.lp-section { max-width: 1180px; margin: 0 auto; padding: 110px 5vw; }
.lp-section.tight { padding-top: 30px; }
.lp-section-head { text-align: center; max-width: 640px; margin: 0 auto 20px; }
.lp-kicker {
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--lime); margin-bottom: 16px; text-align: center;
}
.lp-h2 {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12; margin-bottom: 18px;
}
.lp-section-head .lp-h2 { text-align: center; }
.lp-section-head p { color: var(--muted); font-size: 16px; line-height: 1.7; text-align: center; }
.lp-h2 em { font-style: normal; color: var(--lime); }

/* ---------- feature rows ---------- */
.feature-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  padding: 64px 0; border-top: 1px dashed var(--line);
}
.feature-row:first-of-type { border-top: none; padding-top: 20px; }
.feature-row.rev .fr-media { order: 2; }
.fr-text .lp-kicker { text-align: left; margin-bottom: 12px; }
.fr-text h3 { font-family: var(--font-display); font-weight: 700; font-size: 27px; margin-bottom: 16px; line-height: 1.2; }
.fr-text p { color: var(--muted); font-size: 15.5px; line-height: 1.75; margin-bottom: 18px; }
.fr-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-top: 22px; }
.fr-list li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink); line-height: 1.5; }
.fr-list li::before { content: '—'; color: var(--lime); font-weight: 700; flex-shrink: 0; }
.fr-more {
  display: inline-block; margin-top: 22px; color: var(--lime); font-size: 14px;
  text-decoration: none; border-bottom: 1px dashed var(--lime-dim);
}
.fr-more:hover { border-bottom-color: var(--lime); }
@media (max-width: 860px) {
  .feature-row, .feature-row.rev { grid-template-columns: 1fr; gap: 32px; }
  .feature-row.rev .fr-media { order: 0; }
}

/* ---------- use cases ---------- */
.uc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.uc-card { border: 1px dashed var(--line); background: var(--panel); padding: 28px 22px; transition: border-color .2s; }
.uc-card:hover { border-color: var(--lime); }
.uc-card .icon { font-size: 26px; margin-bottom: 18px; display: block; }
.uc-card h3 { font-size: 15.5px; margin-bottom: 10px; font-weight: 600; }
.uc-card p { color: var(--muted); font-size: 13.5px; line-height: 1.65; }
@media (max-width: 860px) { .uc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .uc-grid { grid-template-columns: 1fr; } }

/* ---------- compact feature bullets ---------- */
.bullet-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  margin-top: 44px; border: 1px dashed var(--line); background: var(--line);
}
.bullet-grid .b { background: var(--bg); padding: 20px 22px; font-size: 14px; display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.bullet-grid .b .chk { color: var(--lime); flex-shrink: 0; font-weight: 700; }
.soon-tag {
  font-family: var(--font-mono); font-size: 9.5px; background: rgba(200,242,75,.12);
  color: var(--lime); padding: 2px 7px; border-radius: 8px; margin-left: 7px;
  text-transform: uppercase; letter-spacing: .06em; display: inline-block; vertical-align: middle;
}
@media (max-width: 860px) { .bullet-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .bullet-grid { grid-template-columns: 1fr; } }

/* ---------- pricing ---------- */
.price-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px;
  max-width: 920px; margin-left: auto; margin-right: auto;
}
.price-card { border: 1px dashed var(--line); background: var(--panel); padding: 38px 34px; position: relative; }
.price-card.hi { border-color: var(--lime); border-style: solid; }
.price-card.hi::before { content: ''; position: absolute; inset: -1px; border-top: 3px solid var(--lime); pointer-events: none; }
.price-card .tag { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 12px; }
.price-card .tag.hi { color: var(--lime); }
.price-card .amount { font-family: var(--font-display); font-weight: 800; font-size: 44px; margin-bottom: 6px; }
.price-card .amount span { font-family: var(--font-body); font-weight: 400; font-size: 14px; color: var(--muted); }
.price-card .desc { color: var(--muted); font-size: 13.5px; margin-bottom: 28px; min-height: 36px; line-height: 1.6; }
.price-card ul { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 30px; }
.price-card ul li { font-size: 14px; display: flex; gap: 10px; line-height: 1.5; }
.price-card ul li::before { content: '✓'; color: var(--lime); flex-shrink: 0; font-weight: 700; }
.price-card .btn { width: 100%; text-align: center; }
@media (max-width: 700px) { .price-grid { grid-template-columns: 1fr; } }
.price-note { text-align: center; color: #5a6068; font-size: 12.5px; margin-top: 26px; font-family: var(--font-mono); max-width: 560px; margin-left: auto; margin-right: auto; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 760px; margin: 44px auto 0; }
.faq-item { border-top: 1px dashed var(--line); padding: 22px 0; cursor: pointer; }
.faq-item:last-child { border-bottom: 1px dashed var(--line); }
.faq-q { display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 15.5px; gap: 20px; }
.faq-q .plus { color: var(--lime); font-family: var(--font-mono); font-size: 20px; transition: transform .2s; flex-shrink: 0; }
.faq-item.on .faq-q .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; color: var(--muted); font-size: 14.5px; line-height: 1.7; }
.faq-item.on .faq-a { max-height: 400px; padding-top: 14px; }

/* ---------- final CTA ---------- */
.lp-final { text-align: center; padding: 120px 5vw 100px; border-top: 1px dashed var(--line); }
.lp-final h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 5vw, 50px); margin-bottom: 30px; line-height: 1.1; }
.lp-final h2 em { font-style: normal; color: var(--lime); }

/* ---------- new-feature banner ---------- */
.lp-banner {
  max-width: 980px; margin: 56px auto 0; border: 1px dashed var(--lime);
  background: rgba(200,242,75,.05); padding: 20px 26px; display: flex; align-items: center;
  gap: 16px; flex-wrap: wrap; justify-content: space-between;
}
.lp-banner .txt { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.lp-banner .new-tag {
  font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em;
  background: var(--lime); color: #0b0c0e; padding: 3px 9px; border-radius: 10px; font-weight: 700;
}
.lp-banner span.msg { font-size: 14px; }
.lp-banner a { color: var(--lime); font-size: 13.5px; text-decoration: none; border-bottom: 1px dashed var(--lime-dim); white-space: nowrap; }

/* ---------- auth modal ---------- */
.auth-overlay {
  position: fixed; inset: 0; background: rgba(5,6,8,.82); display: none;
  align-items: center; justify-content: center; z-index: 100; backdrop-filter: blur(4px); padding: 20px;
}
.auth-overlay.on { display: flex; }
.auth-close {
  position: absolute; top: 16px; right: 16px; background: none; border: none;
  color: var(--muted); font-size: 22px; cursor: pointer; line-height: 1;
}
.auth-close:hover { color: var(--ink); }

/* ---------- breadcrumb (feature subpages) ---------- */
.lp-crumb {
  max-width: 1180px; margin: 0 auto; padding: 18px 5vw 0;
  font-family: var(--font-mono); font-size: 12px; color: var(--muted);
}
.lp-crumb a { color: var(--muted); text-decoration: none; }
.lp-crumb a:hover { color: var(--lime); }
.lp-crumb span { color: #4a4f56; margin: 0 6px; }
.lp-crumb .here { color: var(--lime); }

/* ---------- related features grid ---------- */
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 860px) { .rel-grid { grid-template-columns: 1fr; } }
.rel-card {
  border: 1px dashed var(--line); background: var(--panel); padding: 26px 24px;
  text-decoration: none; display: block; transition: border-color .2s;
}
.rel-card:hover { border-color: var(--lime); }
.rel-card .tag {
  font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase;
  letter-spacing: .1em; color: var(--lime); margin-bottom: 10px;
}
.rel-card h3 { font-size: 16px; margin-bottom: 8px; font-weight: 600; color: var(--ink); }
.rel-card p { color: var(--muted); font-size: 13.5px; line-height: 1.6; }

/* ---------- keyword / long-tail phrase strip ---------- */
.kw-strip {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  max-width: 780px; margin: 30px auto 0;
}
.kw-strip span {
  font-family: var(--font-mono); font-size: 12px; color: var(--muted);
  border: 1px dashed var(--line); padding: 6px 13px; border-radius: 20px;
}

/* ---------- feature-page hero (narrower than home) ---------- */
.fp-hero { max-width: 900px; margin: 0 auto; padding: 56px 5vw 20px; text-align: center; }
.fp-hero .lp-eyebrow { margin-bottom: 22px; }
.fp-hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 5.2vw, 58px); line-height: 1.08; letter-spacing: -.01em;
}
.fp-hero h1 em { font-style: normal; color: var(--lime); }
.fp-hero .sub {
  max-width: 640px; margin: 24px auto 0; color: var(--muted);
  font-size: clamp(15px, 1.6vw, 17.5px); line-height: 1.65;
}

/* ---------- footer ---------- */
.lp-foot { border-top: 1px dashed var(--line); padding: 40px 5vw 24px; }
.lp-foot-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.lp-foot-links { display: flex; gap: 22px; flex-wrap: wrap; }
.lp-foot-links a { color: var(--muted); text-decoration: none; font-size: 13px; }
.lp-foot-links a:hover { color: var(--lime); }
