:root {
  --accent: #b6ff3b;
  --ink: #08120d;
  --muted: #64706a;
  --light: #f4f7ed;
  --line: rgba(255,255,255,.14);
  --darkline: rgba(8,18,13,.12);
  --radius: 30px;
  --shadow: 0 24px 70px rgba(0,0,0,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #07100d;
  color: #fff;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.skip-link { position: absolute; left: -999px; top: 10px; background: #fff; color: #08120d; padding: 10px; z-index: 999; }
.skip-link:focus { left: 10px; }

.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.container.narrow { width: min(860px, calc(100% - 36px)); }
.center { text-align: center; }
.section { padding: 105px 0; }
.section-light { background: var(--light); color: var(--ink); }
.section-heading { max-width: 790px; margin: 0 auto 44px; }
.section-heading h2, .split-grid h2, .faq-section h2, .cta-box h2, .page-hero h1, .hero-copy h1 {
  margin: 0 0 18px;
  line-height: .98;
  letter-spacing: -.06em;
}
.section-heading h2, .split-grid h2, .faq-section h2, .cta-box h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); }
p { color: inherit; opacity: .78; margin: 0 0 22px; }
.lead { font-size: 1.15rem; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 16px;
}
.eyebrow:before { content: "✱"; }
.eyebrow.dark { color: #3d7200; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  transition: .25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-accent { background: var(--accent); color: #08120d; box-shadow: 0 14px 35px rgba(182,255,59,.22); }
.btn-dark { background: #08120d; color: #fff; }
.btn-light { background: rgba(255,255,255,.09); color: #fff; border-color: rgba(255,255,255,.14); }
.btn-outline { border-color: var(--darkline); color: var(--ink); }
.btn-ghost { border-color: var(--line); color: #fff; }
.text-link { font-weight: 900; color: #194d00; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,16,13,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.top-bar { font-size: .86rem; border-bottom: 1px solid var(--line); color: rgba(255,255,255,.8); }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px 0; }
.top-contact { display: flex; gap: 18px; flex-wrap: wrap; }
.nav-wrap { position: relative; display: flex; align-items: center; gap: 22px; min-height: 82px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; letter-spacing: -.04em; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--accent);
  color: #08120d;
  display: inline-grid;
  place-items: center;
  font-weight: 950;
  box-shadow: 0 10px 30px rgba(182,255,59,.24);
}
.brand-text { font-size: 1.1rem; }
.primary-nav { margin-left: auto; }
.menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.menu li { position: relative; }
.menu a { display: block; padding: 11px 13px; border-radius: 999px; color: rgba(255,255,255,.86); font-weight: 750; font-size: .94rem; }
.menu a:hover { background: rgba(255,255,255,.08); color: #fff; }
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  display: none;
  background: #0e1c17;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 10px;
  list-style: none;
  box-shadow: var(--shadow);
}
.has-submenu:hover > .sub-menu { display: block; }
.sub-menu a { border-radius: 14px; }
.header-cta { background: var(--accent); color: #07100d; padding: 11px 16px; border-radius: 999px; font-weight: 950; white-space: nowrap; }
.menu-toggle { display: none; background: rgba(255,255,255,.08); color: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; }

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0 82px;
  background: radial-gradient(circle at 20% 20%, rgba(182,255,59,.16), transparent 28%), linear-gradient(140deg, #07100d, #0a1913 52%, #122219);
}
.hero-grid, .split-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero-copy h1 { font-size: clamp(3rem, 7vw, 7.4rem); max-width: 880px; }
.hero-copy p { font-size: 1.12rem; max-width: 640px; color: rgba(255,255,255,.76); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0; }
.platform-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.platform-badges span { border: 1px solid var(--line); padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.05); font-weight: 800; font-size: .88rem; color: rgba(255,255,255,.85); }
.hero-visual { position: relative; min-height: 520px; }
.dashboard-card, .growth-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.main-dashboard { position: absolute; inset: 40px 20px 20px 25px; padding: 28px; transform: rotate(-3deg); }
.dash-head { display: flex; gap: 7px; margin-bottom: 24px; }
.dash-head span { width: 12px; height: 12px; border-radius: 99px; background: rgba(255,255,255,.24); }
.dash-title { font-size: .8rem; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.6); font-weight: 900; }
.metric-row { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin: 12px 0 28px; }
.metric-row strong { font-size: 3.4rem; letter-spacing: -.08em; }
.metric-row span { color: var(--accent); font-weight: 900; }
.chart-lines { height: 180px; display: flex; align-items: end; gap: 13px; padding: 16px; background: rgba(0,0,0,.2); border-radius: 22px; }
.chart-lines i { display: block; flex: 1; border-radius: 999px; background: linear-gradient(180deg, var(--accent), rgba(182,255,59,.16)); }
.chart-lines i:nth-child(1) { height: 35%; }
.chart-lines i:nth-child(2) { height: 72%; }
.chart-lines i:nth-child(3) { height: 48%; }
.chart-lines i:nth-child(4) { height: 90%; }
.chart-lines i:nth-child(5) { height: 64%; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.mini-grid span { background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: 16px; padding: 12px; text-align: center; font-weight: 850; font-size: .86rem; }
.floating-card { position: absolute; z-index: 4; background: #fff; color: #08120d; border-radius: 22px; padding: 18px 20px; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.floating-card strong { display: block; font-size: 1.8rem; line-height: 1; }
.floating-card span { font-size: .82rem; color: #5b655d; font-weight: 800; }
.card-left { left: 0; bottom: 50px; }
.card-right { right: 0; top: 70px; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(55px); opacity: .42; }
.hero-glow-one { width: 340px; height: 340px; background: var(--accent); right: -100px; top: 100px; }
.hero-glow-two { width: 220px; height: 220px; background: #5cffd1; left: -80px; bottom: 70px; }
.ticker-section { background: var(--accent); color: #08120d; overflow: hidden; white-space: nowrap; padding: 18px 0; }
.ticker-track { display: inline-flex; gap: 38px; animation: ticker 24s linear infinite; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.ticker-track span:before { content: "✱"; margin-right: 18px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.visual-stack { position: relative; min-height: 460px; }
.panel { border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.panel-dark { background: #08120d; color: #fff; min-height: 330px; }
.panel-dark strong { display: block; font-size: 2.25rem; line-height: 1.05; letter-spacing: -.05em; margin-top: 70px; }
.panel-dark span { color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .12em; font-weight: 850; font-size: .8rem; }
.panel-accent { position: absolute; right: 0; bottom: 30px; background: var(--accent); color: #08120d; min-width: 280px; }
.panel-accent strong { display: block; font-size: 1.9rem; line-height: 1.05; }
.bars { display: flex; gap: 12px; align-items: end; height: 90px; margin-top: 30px; }
.bars i { flex: 1; background: linear-gradient(180deg, var(--accent), rgba(182,255,59,.18)); border-radius: 999px; }
.bars i:nth-child(1) { height: 35%; }
.bars i:nth-child(2) { height: 72%; }
.bars i:nth-child(3) { height: 50%; }
.bars i:nth-child(4) { height: 90%; }
.feature-list { display: grid; gap: 15px; margin: 26px 0; }
.feature-list > div { padding: 18px; border: 1px solid var(--darkline); border-radius: 20px; background: rgba(255,255,255,.55); }
.feature-list strong, .feature-list span { display: block; }
.feature-list span { color: var(--muted); font-size: .95rem; }

.services-section { background: linear-gradient(180deg, #07100d, #0d1d16); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.04)); transition: .25s ease; min-height: 285px; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(182,255,59,.45); }
.service-icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: var(--accent); color: #08120d; font-weight: 950; margin-bottom: 22px; }
.big-icon { width: 74px; height: 74px; font-size: 1.4rem; }
.service-card h3 { font-size: 1.45rem; line-height: 1.1; margin: 0 0 12px; letter-spacing: -.04em; }
.service-card p { color: rgba(255,255,255,.72); }
.service-card a { font-weight: 950; color: var(--accent); }
.reverse { grid-template-columns: .96fr 1.04fr; }
.testimonial-card { background: #fff; border: 1px solid var(--darkline); border-radius: var(--radius); padding: 28px; margin-top: 28px; box-shadow: var(--shadow); }
.testimonial-card p { font-size: 1.1rem; color: #1b281f; opacity: 1; }
.testimonial-card strong, .testimonial-card span { display: block; }
.testimonial-card span { color: var(--muted); }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.stat-card { background: #fff; border: 1px solid var(--darkline); border-radius: var(--radius); padding: 32px; box-shadow: 0 18px 55px rgba(8,18,13,.08); }
.stat-card strong { display: block; font-size: 3rem; letter-spacing: -.08em; line-height: 1; color: #08120d; }
.stat-card span { display: block; margin-top: 8px; color: var(--muted); font-weight: 850; }
.why-section { background: #07100d; }
.light-list > div { background: rgba(255,255,255,.07); border-color: var(--line); }
.light-list span { color: rgba(255,255,255,.64); }
.growth-card { padding: 30px; min-height: 470px; color: #fff; }
.dark-card { background: linear-gradient(160deg, #08120d, #13231b); }
.growth-card h3 { font-size: 2rem; letter-spacing: -.05em; margin: 0 0 24px; }
.circle-metric { width: 235px; height: 235px; border-radius: 999px; border: 28px solid var(--accent); display: grid; place-items: center; text-align: center; margin: 20px auto; }
.circle-metric strong { display: block; font-size: 3.2rem; line-height: 1; letter-spacing: -.07em; }
.circle-metric span { display: block; color: rgba(255,255,255,.66); font-weight: 850; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid article { border: 1px solid var(--darkline); background: #fff; color: #08120d; border-radius: var(--radius); padding: 30px; }
.light-process article { background: rgba(255,255,255,.08); color: #fff; border-color: var(--line); }
.process-grid span { display: inline-block; color: #3d7200; font-weight: 950; font-size: .8rem; margin-bottom: 52px; }
.light-process span { color: var(--accent); }
.process-grid h3 { font-size: 1.55rem; margin: 0 0 10px; letter-spacing: -.04em; }
.benefits-section { background: linear-gradient(180deg, #0d1d16, #07100d); }
.benefit-list { display: grid; gap: 16px; }
.benefit-list div { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.06); }
.benefit-list span { font-size: 1.8rem; font-weight: 950; color: var(--accent); }
.benefit-list h3 { margin: 0; font-size: 1.25rem; }
.benefit-list p { grid-column: 2; margin: 0; color: rgba(255,255,255,.68); }
.faq-list { display: grid; gap: 14px; margin-top: 28px; }
.faq-list details { background: #fff; border: 1px solid var(--darkline); border-radius: 22px; padding: 20px 24px; }
.faq-list summary { font-weight: 950; cursor: pointer; }
.faq-list p { margin: 14px 0 0; color: var(--muted); }
.cta-section { background: var(--light); color: var(--ink); padding: 0 0 90px; }
.cta-section.no-top-gap { padding-top: 90px; }
.cta-box { background: var(--accent); color: #08120d; border-radius: 34px; padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 28px; box-shadow: var(--shadow); }
.cta-box .eyebrow { color: #244500; }
.cta-box p { max-width: 600px; }

.site-footer { background: #07100d; color: #fff; padding-top: 70px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr .85fr; gap: 42px; }
.site-footer h3 { margin: 0 0 16px; }
.site-footer p { color: rgba(255,255,255,.66); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: var(--accent); }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.trust-row span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: rgba(255,255,255,.72); font-weight: 800; font-size: .82rem; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 54px; padding: 20px 0; }
.footer-bottom p { margin: 0; font-size: .9rem; }

.page-hero { position: relative; overflow: hidden; padding: 100px 0; background: radial-gradient(circle at 80% 20%, rgba(182,255,59,.2), transparent 30%), linear-gradient(135deg, #07100d, #0d1d16); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 5.8rem); }
.page-content-section { padding-top: 70px; }
.content-body h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.05em; line-height: 1.05; }
.content-body p, .content-body li { color: #34423a; }
.content-body a:not(.btn) { color: #244d00; font-weight: 850; }
.boxed-list > div { background: #fff; }
.page-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.csp-contact-form { background: #fff; border: 1px solid var(--darkline); border-radius: 30px; padding: 26px; box-shadow: var(--shadow); margin-top: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 8px; font-weight: 850; color: #17231b; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; border: 1px solid var(--darkline); border-radius: 16px; padding: 13px 14px; background: #fbfcf8; color: #0d1814; outline: none; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: #6ca800; box-shadow: 0 0 0 4px rgba(182,255,59,.24); }
.hidden-field { position: absolute; left: -9999px; }
.form-alert { padding: 14px 16px; border-radius: 16px; margin-bottom: 16px; font-weight: 850; }
.form-alert.success { background: #e9ffd2; color: #254b00; }
.form-alert.error { background: #ffe5e5; color: #8a1c1c; }

.reveal-card { opacity: 0; transform: translateY(22px); }
.reveal-card.is-visible { opacity: 1; transform: translateY(0); transition: .55s ease; }

@media (max-width: 980px) {
  .top-bar-inner { justify-content: center; text-align: center; flex-direction: column; }
  .top-contact { justify-content: center; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header-cta { display: none; }
  .primary-nav { position: absolute; top: 100%; left: 18px; right: 18px; display: none; margin: 0; background: #0e1c17; border: 1px solid var(--line); border-radius: 24px; padding: 12px; }
  .primary-nav.is-open { display: block; }
  .menu { display: grid; gap: 2px; }
  .sub-menu { position: static; display: block; box-shadow: none; background: rgba(255,255,255,.04); margin: 4px 0 8px 12px; min-width: 0; }
  .hero-grid, .split-grid, .reverse { grid-template-columns: 1fr; }
  .hero-section { padding-top: 78px; }
  .hero-visual { min-height: 430px; }
  .main-dashboard { inset: 20px 10px; }
  .services-grid, .process-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-box { align-items: flex-start; flex-direction: column; }
  .section { padding: 78px 0; }
}

@media (max-width: 640px) {
  .container, .container.narrow { width: min(100% - 28px, 1180px); }
  .hero-copy h1 { font-size: 3.15rem; }
  .hero-actions, .page-cta { flex-direction: column; }
  .btn { width: 100%; }
  .hero-visual { min-height: 390px; }
  .metric-row strong { font-size: 2.4rem; }
  .floating-card { position: relative; display: inline-block; margin: 8px; }
  .card-left, .card-right { left: auto; right: auto; top: auto; bottom: auto; }
  .services-grid, .process-grid, .stats-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .cta-section { padding-bottom: 64px; }
  .cta-box { padding: 30px; }
  .panel-accent { position: relative; right: auto; bottom: auto; margin-top: 16px; }
  .visual-stack { min-height: 0; }
  .benefit-list div { grid-template-columns: 1fr; }
  .benefit-list p { grid-column: 1; }
  .top-bar { display: none; }
  .section-heading h2, .split-grid h2, .faq-section h2, .cta-box h2 { font-size: 2.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}


/* Header/Footer Logo Fix - relative path version */
.site-header .brand,
.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-header .brand-logo,
.brand-logo {
  width: auto !important;
  height: 42px !important;
  max-height: 42px !important;
  max-width: 165px !important;
  object-fit: contain !important;
  display: block !important;
}

.site-footer .brand-logo,
.footer-brand .brand-logo {
  height: 46px !important;
  max-height: 46px !important;
  max-width: 185px !important;
}

@media (max-width: 980px) {
  .site-header .brand-logo,
  .brand-logo {
    height: 38px !important;
    max-height: 38px !important;
    max-width: 145px !important;
  }
}

@media (max-width: 640px) {
  .site-header .brand-logo,
  .brand-logo {
    height: 34px !important;
    max-height: 34px !important;
    max-width: 132px !important;
  }
}
