/* AICapture Pro Marketing Styles */
:root {
  --bg: radial-gradient(circle at 8% 0%, rgba(125, 211, 252, 0.16) 0, rgba(125, 211, 252, 0.04) 24%, transparent 40%),
    radial-gradient(circle at 88% 12%, rgba(134, 239, 172, 0.12) 0, transparent 28%),
    linear-gradient(180deg, #08111f 0%, #050814 58%, #03050b 100%);
  --panel: rgba(15, 23, 42, 0.72);
  --panel-strong: rgba(15, 23, 42, 0.9);
  --border: rgba(148, 163, 184, 0.18);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --accent: #7dd3fc;
  --accent-2: #86efac;
  --shadow: 0 28px 70px rgba(2, 6, 23, 0.55);
  --radius: 22px;
  --font: "Space Grotesk", "Satoshi", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: #a5f3fc;
}

a:focus-visible,
.btn:focus-visible {
  outline: 2px solid rgba(125, 211, 252, 0.85);
  outline-offset: 3px;
}

.page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px 88px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  background: rgba(7, 11, 22, 0.74);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 6px);
  backdrop-filter: blur(18px) saturate(140%);
  position: sticky;
  top: 16px;
  z-index: 20;
  box-shadow: 0 16px 50px rgba(2, 6, 23, 0.35);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: linear-gradient(135deg, #7dd3fc 0%, #86efac 52%, #172033 100%);
  display: grid;
  place-items: center;
  color: #07111f;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 12px 35px rgba(125, 211, 252, 0.26);
}

.nav-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--muted);
  font-weight: 500;
}

.chip {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.08);
  border: 1px solid var(--border);
  color: #e2e8f0;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.hero {
  margin-top: 44px;
  background: linear-gradient(180deg, rgba(8, 15, 30, 0.92), rgba(8, 15, 30, 0.72));
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 30px;
  padding: 44px 36px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 6%, rgba(125, 211, 252, 0.16), transparent 28%),
    radial-gradient(circle at 8% 100%, rgba(134, 239, 172, 0.08), transparent 26%);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(125, 211, 252, 0.09);
  font-size: 13px;
  color: #dbeafe;
}

.title {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 0.98;
  margin: 18px 0 14px;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.lead {
  color: var(--muted);
  font-size: 18px;
  max-width: 64ch;
  line-height: 1.65;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  color: #03111d;
  font-weight: 700;
  background: linear-gradient(135deg, #7dd3fc 0%, #86efac 100%);
  box-shadow: 0 14px 35px rgba(125, 211, 252, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 42px rgba(125, 211, 252, 0.3);
}

.btn.secondary {
  background: rgba(15, 23, 42, 0.56);
  border-color: var(--border);
  color: var(--text);
  box-shadow: none;
}

.grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 28px;
}

.card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.5));
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 14px 35px rgba(2, 6, 23, 0.28);
  position: relative;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.muted {
  color: var(--muted);
  line-height: 1.7;
}

.section {
  margin-top: 56px;
}

.section h2 {
  margin-bottom: 14px;
  font-size: 26px;
  letter-spacing: -0.03em;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.09);
  border: 1px solid rgba(125, 211, 252, 0.18);
  color: #dbeafe;
  font-size: 12px;
}

.list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.list li {
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.55);
  color: var(--muted);
  line-height: 1.6;
}

.legal h3 {
  margin-top: 28px;
  margin-bottom: 8px;
}

.legal p,
.legal li {
  color: var(--muted);
  line-height: 1.7;
}

.footer {
  display: flex;
  gap: 12px 20px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 640px) {
  .page {
    padding: 24px 16px 68px;
  }

  .nav {
    position: static;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .hero {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .title {
    font-size: clamp(30px, 12vw, 42px);
  }

  .lead {
    font-size: 17px;
  }

  .actions {
    width: 100%;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .footer {
    flex-direction: column;
  }
}
