﻿:root {
  --bg: #070d19;
  --bg-alt: #0e1628;
  --surface: #111b30;
  --surface-soft: #182744;
  --text: #ecf2ff;
  --muted: #9aa9ca;
  --accent: #3b82f6;
  --accent-strong: #2563eb;
  --border: #223558;
  --max: 1120px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(59, 130, 246, 0.2), transparent 38%),
    radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.16), transparent 30%),
    var(--bg);
}

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

.container {
  width: min(var(--max), calc(100% - 3rem));
  margin-inline: auto;
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 13, 25, 0.84);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(34, 53, 88, 0.8);
}

.nav-wrap {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.nav-list a {
  color: var(--muted);
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-list a:hover,
.nav-list a:focus-visible {
  color: var(--text);
}

.eyebrow {
  color: #bfdbfe;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

.hero {
  padding-top: clamp(4.5rem, 9vw, 7rem);
}

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

.hero-copy h1 {
  font-size: clamp(2rem, 5vw, 3.35rem);
  letter-spacing: -0.01em;
}

.hero-description {
  max-width: 56ch;
  color: var(--muted);
  margin-top: 1rem;
}

.hero-points {
  list-style: none;
  margin: 1.4rem 0 2rem;
  display: grid;
  gap: 0.65rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.5rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  padding: 0.78rem 1.2rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
  background: var(--accent);
  color: #f8fbff;
}

.btn-primary:hover {
  background: var(--accent-strong);
}

.btn-secondary {
  border-color: var(--border);
  color: var(--text);
  background: transparent;
}

.btn-secondary:hover {
  border-color: #345287;
  background: rgba(52, 82, 135, 0.16);
}

.shot-shell {
  border-radius: 1.1rem;
  border: 1px solid var(--border);
  overflow: hidden;
  background: linear-gradient(160deg, #0f1a31, #101f3c);
  box-shadow: 0 18px 35px rgba(2, 6, 15, 0.45);
}

.shot-top {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(34, 53, 88, 0.9);
  display: flex;
  gap: 0.45rem;
}

.shot-top span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: #2b3f66;
}

.shot-content {
  padding: 1.1rem;
  display: grid;
  gap: 0.9rem;
}

.metric-card {
  border-radius: 0.9rem;
  padding: 0.85rem;
  border: 1px solid var(--border);
  background: rgba(9, 16, 31, 0.52);
}

.metric-card h3 {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.metric-card p {
  margin-top: 0.22rem;
  font-size: 1.45rem;
  font-weight: 700;
}

.chart-placeholder {
  height: 7rem;
  border-radius: 0.9rem;
  border: 1px dashed #2d4f83;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.2), rgba(17, 27, 48, 0.35));
}

.shot-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.shot-action-btn {
  appearance: none;
  border: 1px solid #3f6db7;
  background: linear-gradient(180deg, #2f5fae, #2a4f8d);
  color: #eef4ff;
  border-radius: 0.55rem;
  padding: 0.48rem 0.62rem;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.15;
}

.shot-action-btn-secondary {
  border-color: #2e4d7f;
  background: rgba(28, 45, 78, 0.75);
  color: #d2e3ff;
}

.shot-stats-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.shot-stat-card {
  border-radius: 0.65rem;
  border: 1px solid rgba(53, 86, 141, 0.75);
  background: rgba(9, 20, 40, 0.85);
  padding: 0.55rem 0.62rem;
}

.shot-stat-label {
  font-size: 0.67rem;
  color: #9ab8eb;
  letter-spacing: 0.02em;
}

.shot-sparkline {
  margin-top: 0.35rem;
  height: 2.2rem;
  display: flex;
  align-items: flex-end;
  gap: 0.22rem;
}

.shot-sparkline span {
  flex: 1;
  min-width: 0.2rem;
  border-radius: 0.3rem;
  background: linear-gradient(180deg, #5fa2ff, #2f5fae);
}

.shot-sparkline span:nth-child(1) { height: 35%; }
.shot-sparkline span:nth-child(2) { height: 52%; }
.shot-sparkline span:nth-child(3) { height: 46%; }
.shot-sparkline span:nth-child(4) { height: 68%; }
.shot-sparkline span:nth-child(5) { height: 88%; }

.shot-stat-value {
  margin-top: 0.16rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  color: #f2f7ff;
}

.shot-stat-delta {
  margin-top: 0.15rem;
  font-size: 0.64rem;
  color: #86b7ff;
}

.section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.section-head h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
}

.feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--surface);
  padding: 1.35rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  border-color: #2d4b7a;
  box-shadow: 0 10px 22px rgba(4, 9, 18, 0.35);
}

.feature-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #bfdbfe;
  letter-spacing: 0.03em;
  background: rgba(59, 130, 246, 0.2);
}

.feature-card p {
  color: var(--muted);
  margin-top: 0.35rem;
}

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

.screenshot-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1rem;
}

.mini-shot {
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid #284578;
  background: linear-gradient(160deg, #0c1630, #0d1a36);
  box-shadow: inset 0 0 0 1px rgba(32, 60, 105, 0.3);
}

.mini-shot-top {
  display: flex;
  gap: 0.35rem;
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid rgba(40, 69, 120, 0.5);
}

.mini-shot-top span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #3f5f9c;
}

.mini-shot-body {
  padding: 0.55rem;
  display: grid;
  gap: 0.45rem;
}

.mini-box {
  border-radius: 0.55rem;
  border: 1px solid rgba(47, 82, 142, 0.65);
  background: rgba(9, 21, 45, 0.85);
  padding: 0.5rem 0.58rem;
}

.mini-label {
  font-size: 0.63rem;
  color: #9bb7e8;
  line-height: 1.3;
}

.mini-value {
  margin-top: 0.12rem;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
  color: #f5f9ff;
}

.mini-chart {
  height: 2rem;
  border-radius: 0.55rem;
  border: 1px dashed #2f4d7c;
  background: linear-gradient(140deg, rgba(59, 130, 246, 0.24), rgba(18, 37, 70, 0.5));
}

.mini-shot-expiry .mini-chart {
  background: linear-gradient(140deg, rgba(75, 149, 255, 0.28), rgba(22, 45, 84, 0.5));
}

.mini-shot-renewal .mini-chart {
  background: linear-gradient(140deg, rgba(64, 135, 255, 0.26), rgba(17, 34, 64, 0.52));
}

.mini-shot-reports .mini-chart {
  background: linear-gradient(140deg, rgba(52, 120, 236, 0.3), rgba(14, 29, 55, 0.55));
}

.screenshot-card figcaption {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.95rem;
}



.pricing-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-card {
  position: relative;
  border-radius: 1.2rem;
  padding: 1.45rem;
  text-align: left;
  border: 1px solid #355da0;
  background: linear-gradient(170deg, rgba(22, 42, 78, 0.95), rgba(13, 24, 45, 0.95));
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.pricing-card-featured {
  border-color: #4f83df;
  box-shadow: 0 14px 24px rgba(7, 20, 43, 0.36);
}

.pricing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.pricing-select-wrap {
  display: grid;
  gap: 0.35rem;
}

.pricing-select-wrap span {
  color: #9fb8e2;
  font-size: 0.74rem;
  font-weight: 500;
}

.pricing-select {
  appearance: none;
  width: 100%;
  border-radius: 0.62rem;
  border: 1px solid #3d5f97;
  background: rgba(16, 29, 56, 0.92);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23d8e7ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.78rem center;
  background-size: 0.9rem;
  color: #eaf1ff;
  font: inherit;
  font-size: 0.94rem;
  padding: 0.55rem 2.1rem 0.55rem 0.7rem;
}

.pricing-select-note {
  margin-top: -0.2rem;
  color: #8fb7ff;
  font-size: 0.74rem;
}

.pricing-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e6f0ff;
  background: rgba(59, 130, 246, 0.28);
  border: 1px solid rgba(84, 145, 244, 0.75);
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
}

.pricing-label {
  color: #dce8ff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.45rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(85, 123, 194, 0.55);
  background: rgba(37, 67, 119, 0.3);
  margin-bottom: 0;
}

.price-main {
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1.05;
}

.price-main span {
  font-size: 1rem;
  color: var(--muted);
  font-weight: 500;
}

.price-secondary {
  color: var(--muted);
}

.price-secondary strong {
  color: #e7f0ff;
  font-weight: 600;
}

.pricing-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.pricing-kpi {
  border-radius: 0.62rem;
  border: 1px solid rgba(66, 95, 149, 0.75);
  background: rgba(9, 21, 44, 0.7);
  padding: 0.5rem 0.55rem;
}

.pricing-kpi-label {
  font-size: 0.68rem;
  color: #a3bce6;
}

.pricing-kpi-value {
  margin-top: 0.05rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: #eff5ff;
}

.pricing-points {
  list-style: none;
  display: grid;
  gap: 0.45rem;
  margin: 0.15rem 0 0.1rem;
}

.pricing-points li {
  color: #d6e3fb;
  padding-left: 1rem;
  position: relative;
  font-size: 0.95rem;
}

.pricing-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #6aa4ff;
}

.pricing-btn {
  margin-top: 0.35rem;
  width: 100%;
}

.pricing-footnote {
  text-align: center;
  margin-top: 0.85rem;
  color: #b9cbef;
}

.trial-note {
  margin: 1rem 0 1.4rem;
  color: #c5daff;
}

.steps-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.3rem;
}

.step-index {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.85rem;
  font-weight: 700;
  background: rgba(59, 130, 246, 0.2);
  color: #bfdbfe;
}

.step-card p {
  margin-top: 0.35rem;
  color: var(--muted);
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border-radius: 0.9rem;
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  padding: 1rem 1.1rem;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
}

.faq-question[aria-expanded="true"]::after {
  content: "-";
  color: var(--accent);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  border-top: 1px solid transparent;
}

.faq-question[aria-expanded="true"] + .faq-answer {
  border-top-color: var(--border);
}

.faq-answer p {
  color: var(--muted);
  padding: 0 1.1rem 1rem;
}

.final-cta .final-cta-inner {
  border: 1px solid #2a4572;
  border-radius: 1.2rem;
  padding: clamp(2rem, 4vw, 3rem);
  text-align: center;
  background: linear-gradient(120deg, #12274b, #0d1a33);
}

.final-cta h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin-bottom: 1rem;
}

.site-footer {
  padding: 2rem 0 2.4rem;
  border-top: 1px solid var(--border);
  background: #060b15;
}

.footer-content {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
  text-align: center;
  color: var(--muted);
}

.footer-brand {
  color: var(--text);
  font-weight: 700;
  font-size: 1.05rem;
}

.footer-content a {
  color: #c5daff;
}

.footer-legal-links {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-legal-links span {
  color: #5f739d;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: #e8f0ff;
}

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

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

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
  }

  .shot-stats-row {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .container {
    width: min(var(--max), calc(100% - 1.5rem));
  }

  .nav-list {
    gap: 0.8rem;
  }

  .feature-grid,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.25rem 0;
  }
}
