/*!
 * KovaRep Website
 * Copyright 2026 JakesIT LLC & KovaRep
 * Designed and developed by Jacob Simpson
 * All Rights Reserved.
 */

:root {
  --bg: #070b18;
  --panel: #10172a;
  --panel-light: #17213b;
  --text: #f8fafc;
  --muted: #aeb9d1;
  --brand: #8b5cf6;
  --brand-2: #22d3ee;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(7, 11, 24, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.logo span {
  color: var(--brand-2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: white !important;
  font-weight: 700;
}

.hero {
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at 20% 10%, rgba(139, 92, 246, 0.35), transparent 35%),
    radial-gradient(circle at 80% 20%, rgba(34, 211, 238, 0.24), transparent 35%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 54px;
  align-items: center;
}

.eyebrow {
  color: var(--brand-2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 12px;
}

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

h1 {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  letter-spacing: -0.07em;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.hero-text,
.text-block p,
.contact p,
.demo-box p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 650px;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: white;
  box-shadow: 0 14px 30px rgba(34, 211, 238, 0.18);
}

.btn.secondary {
  border-color: var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.full {
  width: 100%;
}

.trust-line {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-card {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.window-bar {
  height: 46px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
}

.window-bar span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
}

.call-card {
  padding: 34px;
}

.card-label {
  color: var(--brand-2);
  font-weight: 800;
  margin-bottom: 12px;
}

.call-card h3 {
  font-size: 1.7rem;
  margin-bottom: 22px;
}

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

.call-card li::before {
  content: "✓";
  color: var(--brand-2);
  font-weight: 900;
  margin-right: 10px;
}

section {
  padding: 82px 0;
}

.section-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.problem,
.industries,
.contact {
  background: #0b1121;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.step,
.contact-form {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 26px;
}

.feature-card p,
.step p,
.form-note {
  color: var(--muted);
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--panel-light);
  border-radius: 14px;
  margin-bottom: 18px;
  font-size: 1.3rem;
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.industry-list div {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.05);
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step span {
  display: inline-block;
  color: var(--brand-2);
  font-weight: 900;
  margin-bottom: 20px;
}

.demo-section {
  padding: 60px 0;
}

.demo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.28), rgba(34, 211, 238, 0.16));
  border: 1px solid var(--border);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: #090f1f;
  color: var(--text);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(34, 211, 238, 0.35);
}

.form-note {
  text-align: center;
  font-size: 0.9rem;
}

.footer {
  border-top: 1px solid var(--border);
  padding: 28px 0;
  color: var(--muted);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 850px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .section-grid,
  .contact-grid,
  .cards-grid,
  .industry-list,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 64px;
  }

  .demo-box {
    align-items: flex-start;
    flex-direction: column;
  }
}
