/* BeyondRecon v2 — simpler, more spacious overrides */

:root {
  --pad-section: 140px;
}

/* Slightly softer accent glow */
body {
  background: #08080a;
}

/* HERO — bigger, simpler, more breathing room */
.hero {
  padding-top: 200px;
  padding-bottom: 160px;
}
.hero-inner {
  grid-template-columns: 1fr;
  gap: 80px;
  text-align: left;
  max-width: 1100px;
}
.hero h1 {
  font-size: clamp(56px, 8vw, 120px);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-bottom: 36px;
}
.hero p.sub {
  font-size: 22px;
  max-width: 620px;
  margin-bottom: 56px;
}
.hero-cta { margin-bottom: 0; }
.hero-meta { display: none; }

/* Make terminal full-width and sit below the headline */
.hero-right {
  grid-column: 1 / -1;
  margin-top: 24px;
}
.terminal {
  max-width: 920px;
  margin: 0 auto;
}

/* Marquee — cleaner */
.marquee {
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.marquee-label { display: none; }
.marquee-eyebrow {
  display: block;
  text-align: center;
  margin: 0 auto 64px;
  max-width: 1100px;
  padding: 0 24px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -0.035em;
  line-height: 0.98;
  color: var(--ink);
}
.marquee { padding-top: 100px; padding-bottom: 56px; }
.marquee-eyebrow .accent { color: var(--accent); }

/* Section headers — single column, breathier */
.sec-head {
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 720px;
  margin-bottom: 80px;
}
.sec-head h2 {
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -0.035em;
  line-height: 0.98;
}
.sec-head .desc {
  font-size: 19px;
  max-width: 560px;
}

/* Services — simpler 3-up rows, bigger type, no icons */
.services {
  background: transparent;
  border: none;
  border-radius: 0;
  border-top: 1px solid var(--line);
  gap: 0;
}
.service {
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 0;
  padding-right: 32px;
  padding-left: 32px;
}
.service:nth-child(3n) { border-right: none; }
.service:hover { background: rgba(255, 255, 255, 0.02); }
.service-icon { display: none; }
.service-num { margin-bottom: 28px; }
.service h3 { font-size: 26px; margin-bottom: 14px; letter-spacing: -0.015em; }
.service p { font-size: 15px; line-height: 1.6; }
.service-tags { margin-top: 24px; }
.service-arrow { top: 48px; right: 32px; }

/* Methodology — keep interactive, simpler visual */
.method-detail {
  background: transparent;
  border: 1px solid var(--line);
  padding: 40px;
}

/* Stats — keep, simplify */
.stats-section { background: var(--bg); }
.stat { background: var(--bg); padding: 16px 24px; }

/* CTA — softer */
.cta-card {
  padding: 100px 48px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #0e0e12 0%, #08080a 100%);
  box-shadow: none;
}
.cta-card::before { opacity: 0.25; }
.cta-card h2 {
  font-size: clamp(48px, 6vw, 80px);
  letter-spacing: -0.035em;
}

/* Contact form (simple) */
.contact-form {
  margin: 48px auto 0;
  max-width: 760px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cf-input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ink);
  padding: 22px 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border-radius: 14px;
  outline: none;
  width: 100%;
  transition: border-color 0.15s;
}
.cf-input::placeholder { color: rgba(255, 255, 255, 0.85); }
.cf-input:focus { border-color: var(--accent); }
.cf-textarea {
  min-height: 180px;
  resize: vertical;
  font-family: "Inter", sans-serif;
}
.cf-disclaimer {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 8px 0 0;
}
.cf-submit {
  align-self: center;
  margin-top: 16px;
  padding: 18px 44px;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}
.cf-submit:hover { background: var(--accent-dim); transform: translateY(-1px); }
.cf-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.cf-error {
  background: rgba(224, 49, 42, 0.1);
  border: 1px solid var(--accent);
  color: #ffb4b1;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
}
.cf-banner {
  margin: 48px auto 0;
  max-width: 640px;
  text-align: center;
  padding: 56px 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,0.02);
}
.cf-banner-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.cf-banner h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--ink);
}
.cf-banner p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 24px;
}
.cf-banner-link {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.cf-banner-link:hover { border-color: var(--accent); color: var(--accent); }
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
}

/* Footer cleanup */
.footer { background: transparent; }
.footer .brand-name span:first-child { color: var(--ink); }
.footer .brand { font-size: 17px; font-weight: 700; }
.socials { display: flex; gap: 14px; align-items: center; }
.social-link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.social-link:hover {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(224, 49, 42, 0.08);
}

/* Hide things we don't need in v2 */
.v2-hide { display: none !important; }

/* Ambient breathing accent line */
@keyframes drift {
  0%, 100% { transform: translateX(0); opacity: 0.4; }
  50% { transform: translateX(20px); opacity: 0.8; }
}
.hero-glow {
  animation: drift 8s ease-in-out infinite;
}

/* Smooth fade on scroll-in (already exists, ensure works) */
.reveal { transition: opacity 1s ease, transform 1s ease; }

/* Buttons — slightly larger */
.btn { padding: 16px 26px; font-size: 15px; }

/* Eyebrow line under it */
.hero-left .eyebrow { margin-bottom: 32px; }

/* Mobile */
@media (max-width: 980px) {
  .service { border-right: none; }
  .hero { padding-top: 140px; padding-bottom: 100px; }
}
