@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(0.9375rem, 0.9rem + 0.25vw, 1.0625rem);
  line-height: 1.7;
  color: #1a1a2e;
  background-color: #f7f7f3;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #0f172a;
}

h1 { font-size: clamp(2.25rem, 1.5rem + 3.5vw, 4rem); }
h2 { font-size: clamp(1.75rem, 1.2rem + 2.5vw, 2.75rem); }
h3 { font-size: clamp(1.25rem, 1rem + 1.5vw, 1.75rem); }
h4 { font-size: clamp(1.1rem, 0.95rem + 0.8vw, 1.35rem); }

p {
  margin-bottom: 1rem;
  max-width: 75ch;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

/* ========== TOP BAR ========== */
.top-bar {
  background: #0f172a;
  color: #94a3b8;
  font-size: 0.8125rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  letter-spacing: 0.02em;
}

.top-bar a {
  color: #a3e635;
  transition: color 0.2s;
}

.top-bar a:hover {
  color: #c4f76b;
}

.top-bar-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.top-bar-contact {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.top-bar-contact svg {
  flex-shrink: 0;
}

/* ========== HEADER / NAV ========== */
.site-header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-icon {
  width: 36px;
  height: 36px;
}

.logo-text {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.logo-text span {
  color: #a3e635;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.main-nav a {
  padding: 0.5rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #475569;
  border-radius: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  color: #0f172a;
  background: rgba(163, 230, 53, 0.12);
}

.nav-cta {
  margin-left: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.25s ease;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.btn-primary {
  background: #0f172a;
  color: #f7f7f3;
  border: 1.5px solid #0f172a;
}

.btn-primary:hover {
  background: #1e293b;
  border-color: #1e293b;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.25);
}

.btn-secondary {
  background: transparent;
  color: #0f172a;
  border: 1.5px solid #d4d4d8;
}

.btn-secondary:hover {
  border-color: #a3e635;
  color: #0f172a;
  background: rgba(163, 230, 53, 0.08);
}

.btn-accent {
  background: #a3e635;
  color: #0f172a;
  border: 1.5px solid #a3e635;
}

.btn-accent:hover {
  background: #8dd42a;
  border-color: #8dd42a;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(163, 230, 53, 0.35);
}

.btn-large {
  padding: 0.85rem 2rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #0f172a;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ========== HERO ========== */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 40%, #1a2332 100%);
  padding: clamp(4rem, 6vw + 2rem, 8rem) 1.5rem;
  color: #f7f7f3;
}

.hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(163, 230, 53, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
}

.hero-content {
  max-width: 600px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a3e635;
  margin-bottom: 1.25rem;
  background: rgba(163, 230, 53, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  border: 1px solid rgba(163, 230, 53, 0.2);
}

.hero-title {
  font-size: clamp(2.5rem, 2rem + 4vw, 4.25rem);
  font-weight: 700;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.03em;
}

.hero-title .highlight {
  background: linear-gradient(135deg, #a3e635, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.25rem);
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.hero-stat {
  text-align: left;
}

.hero-stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

.hero-stat-label {
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 0.15rem;
}

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

.hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.hero-image-wrapper .image {
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e293b, #334155);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

/* Crosshair pattern for hero image placeholder */
.crosshair-pattern {
  position: relative;
  width: 120px;
  height: 120px;
}

.crosshair-pattern::before,
.crosshair-pattern::after {
  content: '';
  position: absolute;
  background: rgba(163, 230, 53, 0.6);
}

.crosshair-pattern::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  transform: translateY(-50%);
}

.crosshair-pattern::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1.5px;
  transform: translateX(-50%);
}

.crosshair-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1.5px solid rgba(163, 230, 53, 0.4);
  border-radius: 50%;
}

.crosshair-ring-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 50%;
}

/* ========== SECTIONS ========== */
.section-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(3.5rem, 5vw + 2rem, 7rem) 1.5rem;
}

.section-wrapper--dark {
  background: #0f172a;
  color: #f7f7f3;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-wrapper--dark .section-heading {
  color: #ffffff;
}

.section-wrapper--dark .body-text,
.section-wrapper--dark .lead-paragraph {
  color: #94a3b8;
}

.section-wrapper--alt {
  background: #ffffff;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #a3e635;
  margin-bottom: 0.75rem;
}

.section-heading {
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.lead-paragraph {
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.2rem);
  color: #475569;
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 640px;
}

.body-text {
  color: #475569;
  line-height: 1.75;
}

/* ========== CARDS ========== */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 1.5rem;
}

.card-grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.card-grid--2 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
}

.card {
  background: #ffffff;
  border: 1px solid #e8e8e4;
  border-radius: 14px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #a3e635, #38bdf8);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border-color: rgba(163, 230, 53, 0.3);
}

.card:hover::before {
  opacity: 1;
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(163, 230, 53, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #0f172a;
}

.card-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.card .body-text {
  font-size: 0.9375rem;
  color: #64748b;
  margin-bottom: 0;
}

/* Dark cards */
.card--dark {
  background: #1e293b;
  border-color: #334155;
}

.card--dark .card-title {
  color: #ffffff;
}

.card--dark .card .body-text {
  color: #94a3b8;
}

/* ========== IMAGE ========== */
.image {
  border-radius: 14px;
  overflow: hidden;
  background: #e8e8e4;
}

.image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========== FEATURE LIST ========== */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e8e8e4;
  transition: all 0.2s ease;
}

.feature-list-item:hover {
  border-color: rgba(163, 230, 53, 0.3);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.feature-list-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(163, 230, 53, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-list-content h4 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.feature-list-content p {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 0;
}

/* ========== CTA SECTION ========== */
.cta-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 20px;
  padding: clamp(3rem, 5vw + 2rem, 5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(163, 230, 53, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.cta-section .section-heading {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.cta-section .lead-paragraph {
  color: #94a3b8;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.cta-section .hero-actions {
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* ========== FOOTER ========== */
.site-footer {
  background: #0a0f1a;
  color: #94a3b8;
  padding: clamp(3rem, 5vw, 5rem) 1.5rem 2rem;
}

.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-brand p {
  font-size: 0.9rem;
  color: #64748b;
  margin-top: 1rem;
  max-width: 300px;
  line-height: 1.7;
}

.footer-brand .logo-text {
  color: #ffffff;
}

.footer-col h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-col a {
  font-size: 0.9rem;
  color: #64748b;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #a3e635;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
  font-size: 0.8rem;
  color: #475569;
}

.footer-socials {
  display: flex;
  gap: 1rem;
}

.footer-socials a {
  color: #64748b;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.footer-socials a:hover {
  color: #a3e635;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-visual {
    order: -1;
  }

  .hero-image-wrapper {
    max-width: 400px;
  }

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

@media (max-width: 768px) {
  .top-bar-inner {
    justify-content: center;
  }

  .top-bar-contact {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 0.25rem;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    overflow-y: auto;
  }

  .main-nav.open {
    transform: translateX(0);
  }

  .main-nav a {
    font-size: 1.1rem;
    padding: 0.85rem 1rem;
    width: 100%;
    text-align: left;
    border-radius: 10px;
  }

  .nav-cta {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }

  .nav-cta .btn {
    width: 100%;
  }

  .hero-stats {
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

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

@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stat {
    text-align: center;
  }
}

/* ========== UTILITY ========== */
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }

/* Table styles */
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.data-table th,
.data-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e8e8e4;
}

.data-table th {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  background: #f7f7f3;
}

.data-table td {
  color: #1a1a2e;
}

.data-table tr:hover td {
  background: rgba(163, 230, 53, 0.04);
}

/* Code / monospace */
.code,
kbd {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 0.875em;
  background: #f0f0ec;
  padding: 0.15em 0.45em;
  border-radius: 5px;
  border: 1px solid #e0e0d8;
}

/* Badge / tag */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 100px;
  background: rgba(163, 230, 53, 0.12);
  color: #0f172a;
}

/* Divider */
.divider {
  border: none;
  height: 1px;
  background: #e8e8e4;
  margin: 2rem 0;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f7f7f3;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d8;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a1a1aa;
}
/* universal guards (not a template) */
*{box-sizing:border-box}img,svg,video{max-width:100%;height:auto}h1,h2,h3,h4,p,li,a,span,blockquote{overflow-wrap:break-word;word-break:normal}html{-webkit-text-size-adjust:100%}body{margin:0}
