:root {
  --bg: #080910;
  --panel: #0f111d;
  --muted: #cdd2f5;
  --text: #f7f8ff;
  --accent: #8b5cf6;
  --accent-2: #14b8a6;
  --border: rgba(255, 255, 255, 0.08);
  --card: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(20, 184, 166, 0.1));
  --radius: 18px;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background-color: var(--bg);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: radial-gradient(circle at 20% 20%, rgba(139, 92, 246, 0.12), transparent 25%),
  radial-gradient(circle at 80% 0%, rgba(20, 184, 166, 0.14), transparent 25%),
  var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

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

a:hover {
  color: #fff;
}

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

/* Hide the checkbox */
.nav-toggle {
  display: none;
}

/* Hamburger icon */
.nav-toggle-label {
  display: none;
  font-size: 28px;
  cursor: pointer;
  user-select: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: rgba(8, 9, 16, 0.85);
  border-bottom: 1px solid var(--border);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #8b5cf6, #14b8a6);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.nav {
  display: flex;
  gap: 18px;
  font-weight: 500;
}

.nav a {
  padding: 8px 10px;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #8b5cf6, #14b8a6);
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.28);
}

.cta.ghost {
  background: transparent;
  border: 1px solid var(--border);
  box-shadow: none;
}

.hero {
  padding: 80px 0 60px;
}

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

.hero-copy h1 {
  font-size: clamp(32px, 5vw, 48px);
  margin: 12px 0 10px;
}

.lede {
  color: var(--muted);
  max-width: 56ch;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 8px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.metric {
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.metric-number {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.metric-label {
  color: var(--muted);
  font-size: 14px;
}

.hero-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px;
  background: radial-gradient(circle at 10% 20%, rgba(139, 92, 246, 0.15), transparent 40%),
  radial-gradient(circle at 80% 40%, rgba(20, 184, 166, 0.1), transparent 40%),
  #0c0f1a;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);

  /* NEW */
  display: flex;
  flex-direction: column;
  align-items: center;   /* horizontal centering */
  justify-content: center; /* vertical if needed */
}

.hero-image {
  display: block;
  width: 30%;
  border-radius: 14px;
  background: #04060d;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
}

.hero-banner {
  display: block;
  width: 100%;
  border-radius: 14px;
  background: #04060d;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
}

.card-footer {
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  font-size: 14px;
}

.card-footer .credit {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-weight: 600;
}

.section {
  padding: 60px 0;
}

.section.alt {
  background: #0b0d18;
}

.section-header {
  text-align: left;
  max-width: 760px;
  margin-bottom: 24px;
}

.eyebrow {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

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

.card {
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.card-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 8px;
  font-size: 20px;
}

.card ul {
  padding-left: 18px;
  color: var(--muted);
}

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

.service-card {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 18px;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}

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

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

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.step-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #8b5cf6, #14b8a6);
  font-weight: 700;
}

.contact {
  padding-bottom: 90px;
}

.contact-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  align-items: start;
  padding: 24px;
  border-radius: calc(var(--radius) * 1.1);
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(20, 184, 166, 0.08));
}

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

.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(139, 92, 246, 0.6);
}

.site-footer {
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  padding: 24px 0 30px;
}

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

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-meta {
  text-align: right;
}

.small {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 720px) {

  /* Show hamburger icon */
  .nav-toggle-label {
    display: block;
  }

  /* Hide normal nav */
  .nav {
    position: absolute;
    top: 70px;
    right: 20px;
    background: rgba(8, 9, 16, 0.95);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
    padding: 12px;
    display: none;
    flex-direction: column;
    gap: 12px;
  }

  .header-content {
    justify-content: space-between;
  }
  
  /* Show dropdown when toggle is checked */
  .nav-toggle:checked + .nav-toggle-label + .nav {
    display: flex;
  }
}