:root {
  color-scheme: light;
  --bg: #f7f4ef;
  --ink: #141414;
  --muted: #5b5a58;
  --accent: #f0563a;
  --accent-dark: #d4492f;
  --surface: #ffffff;
  --shadow: 0 20px 60px rgba(20, 20, 20, 0.12);
  --radius: 28px;
}

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

body {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  position: relative;
  min-height: 100vh;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(240, 86, 58, 0.16), transparent 40%),
    radial-gradient(circle at 90% 10%, rgba(20, 20, 20, 0.08), transparent 40%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(247, 244, 239, 0.2));
  z-index: -1;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 12px;
  gap: 20px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  flex-wrap: wrap;
}

.logo {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.nav a {
  color: var(--ink);
  text-decoration: none;
  opacity: 0.8;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--ink);
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 10px 20px rgba(20, 20, 20, 0.18);
}

.nav-cta:visited {
  color: #fff !important;
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  padding: 64px 0 80px;
  align-items: center;
}

.hero h1 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

.subline {
  color: var(--muted);
  margin-bottom: 24px;
  font-size: 1.1rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(240, 86, 58, 0.14);
  color: var(--accent);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.cta input {
  flex: 1 1 220px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  font-size: 1rem;
  font-family: inherit;
}

.cta button {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(240, 86, 58, 0.3);
}

.cta button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(240, 86, 58, 0.35);
}

.trust {
  color: var(--muted);
  font-size: 0.9rem;
}

.form-success {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  display: none;
}

.form-success.is-visible {
  display: block;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--radius);
  padding: 28px;
  max-width: 360px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.glass-card h3 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  margin: 10px 0 12px;
}

.glass-card ul {
  list-style: none;
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.tiny {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 1px;
  color: var(--muted);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.pill-row span {
  padding: 6px 12px;
  background: rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  font-size: 0.8rem;
}

section {
  padding: 70px 0;
}

section h2 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  margin-bottom: 24px;
}

.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.columns article {
  background: var(--surface);
  padding: 24px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: center;
}

.mockup {
  position: relative;
  height: 260px;
}

.page {
  position: absolute;
  width: 180px;
  height: 240px;
  background: var(--surface);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 16px;
  border: 1px solid rgba(20, 20, 20, 0.06);
}

.page-header {
  height: 14px;
  width: 70%;
  background: rgba(240, 86, 58, 0.6);
  border-radius: 999px;
  margin-bottom: 14px;
}

.page-header.alt {
  background: rgba(20, 20, 20, 0.2);
}

.page-lines span {
  display: block;
  height: 8px;
  background: rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  margin-bottom: 10px;
}

.page-lines span:nth-child(2) {
  width: 90%;
}

.page-lines span:nth-child(3) {
  width: 70%;
}

.page-lines span:nth-child(4) {
  width: 60%;
}

.page.offset {
  left: 80px;
  top: 10px;
}

.page.offset-2 {
  left: 160px;
  top: 30px;
}

.checks {
  list-style: none;
  display: grid;
  gap: 12px;
  font-size: 1.05rem;
}

.checks li::before {
  content: "•";
  color: var(--accent);
  margin-right: 10px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.proof-card {
  background: var(--surface);
  padding: 20px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.proof-number {
  font-size: 1.5rem;
  font-weight: 700;
}

.logos {
  display: grid;
  gap: 14px;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.logo-box {
  padding: 10px 16px;
  background: rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  font-size: 0.9rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.footer-cta .cta-card {
  background: var(--ink);
  color: #fff;
  padding: 40px;
  border-radius: var(--radius);
  text-align: center;
}

.footer-cta p {
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0 24px;
}

.footer-cta .cta input {
  border: none;
}

.footer-cta .cta button {
  background: #fff;
  color: var(--ink);
  box-shadow: none;
}

.footer {
  padding: 20px 0 40px;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 720px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    padding-top: 40px;
  }

  .mockup {
    height: 220px;
  }

  .page {
    width: 150px;
    height: 210px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-text {
    animation: fadeUp 0.8s ease both;
  }

  .hero-visual {
    animation: floatIn 1s ease both;
  }

  section {
    animation: fadeUp 0.8s ease both;
    animation-delay: 0.1s;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
