/*
Theme Name: ForgeOps Static
Theme URI: https://forgeops.net/
Author: ForgeOps
Description: Local static ForgeOps WordPress preview with animated construction visuals, SEO landing pages, ROI calculator, and Forgie chatbot.
Version: 2.1.0
Requires at least: 6.0
Requires PHP: 8.1
Text Domain: forgeops-static
*/

:root {
  --iron: #0d0f13;
  --steel: #171a20;
  --panel: #20242b;
  --panel-2: #262b33;
  --light: #f3efe7;
  --muted: #aaa49a;
  --soft: #d6cec1;
  --rust: #c94b1f;
  --rust-2: #e1632c;
  --amber: #e8930a;
  --green: #4fa66a;
  --blue: #376b8f;
  --navy: #0e3a6e;
  --border: rgba(255,255,255,0.1);
  --shadow: 0 24px 70px rgba(0,0,0,0.35);
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "DM Sans", Inter, Arial, sans-serif;
  --font-mono: "Space Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--iron);
  color: var(--light);
  font-family: var(--font-body);
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
canvas { display: block; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

#scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--rust), var(--amber));
  z-index: 2000;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem clamp(1.2rem, 3vw, 3rem);
  background: rgba(13,15,19,0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  transition: padding 0.25s ease, background 0.25s ease;
}
.site-nav.scrolled { padding-block: 0.65rem; background: rgba(13,15,19,0.94); }
.brand {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}
.brand span { color: var(--rust-2); }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 1.8vw, 1.8rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a,
.footer a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav-links a {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  inset: auto 0 -5px 0;
  height: 1px;
  background: var(--rust);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.nav-links a:hover,
.footer a:hover { color: var(--light); }
.nav-links a:hover::after { transform: scaleX(1); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--rust); color: #fff; }
.btn-primary:hover { background: #a83c16; }
.btn-ghost { border-color: rgba(255,255,255,0.24); color: var(--light); background: rgba(255,255,255,0.02); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.6); }
.btn-small { min-height: 36px; padding: 0.55rem 0.9rem; font-size: 0.6rem; }

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--light);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  background: rgba(13,15,19,0.98);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 10vw, 4rem);
  letter-spacing: 0.08em;
  color: var(--light);
  text-decoration: none;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 8rem clamp(1.25rem, 4vw, 3.5rem) 5.5rem;
  isolation: isolate;
}
.hero-photo,
.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -3;
}
.hero-photo {
  background-image: url("assets/hero-nyc-construction-sunrise.png");
  background-size: cover;
  background-position: 62% center;
  filter: saturate(1.04) contrast(1.05);
  transform: scale(1.01);
}
.hero-atmosphere {
  z-index: -2;
  background:
    radial-gradient(circle at 78% 64%, rgba(232,147,10,0.18), transparent 18rem),
    radial-gradient(circle at 17% 68%, rgba(201,75,31,0.16), transparent 20rem),
    linear-gradient(90deg, rgba(8,10,13,0.9) 0%, rgba(8,10,13,0.64) 34%, rgba(8,10,13,0.16) 58%, rgba(8,10,13,0.34) 100%),
    linear-gradient(180deg, rgba(8,10,13,0.2) 0%, rgba(8,10,13,0.04) 55%, rgba(8,10,13,0.88) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 110px),
    linear-gradient(180deg, transparent 0%, transparent 72%, rgba(8,10,13,0.9) 100%);
  mix-blend-mode: soft-light;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 790px;
}
.frost-stack {
  position: absolute;
  inset: -1.1rem -1.3rem;
  z-index: -1;
  pointer-events: none;
}
.frost {
  background: linear-gradient(90deg, rgba(13,15,19,0.16), rgba(13,15,19,0.11) 62%, rgba(13,15,19,0));
  backdrop-filter: blur(2.5px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
}
.frost-1 { height: 2.4rem; margin-bottom: 1rem; }
.frost-2 { height: clamp(11.6rem, 22vw, 18rem); margin-bottom: 1.1rem; }
.frost-3 { height: 9.4rem; }
.eyebrow,
.section-label,
.mini-label {
  font-family: var(--font-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust-2);
}
.eyebrow { font-size: 0.72rem; margin-bottom: 1.2rem; display: flex; gap: 0.75rem; align-items: center; }
.eyebrow::before,
.section-label::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--rust);
}
.section-label { font-size: 0.68rem; display: flex; gap: 0.7rem; align-items: center; margin-bottom: 1rem; }
.mini-label { font-size: 0.62rem; color: var(--muted); }
.hero h1,
.section-title,
.page-title {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.03em;
  margin: 0;
}
.hero h1 { font-size: clamp(4.3rem, 8.5vw, 8.2rem); max-width: 760px; text-shadow: 0 10px 32px rgba(0,0,0,0.36); }
.hero em,
.section-title em,
.page-title em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--rust-2);
}
.hero p {
  max-width: 590px;
  color: #f2ece1;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.7;
  margin: 1.4rem 0 2rem;
  text-shadow: 0 3px 18px rgba(0,0,0,0.45);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero-badge {
  position: absolute;
  z-index: 3;
  right: clamp(1.2rem, 4vw, 3rem);
  bottom: 2.5rem;
  border: 1px solid rgba(201,75,31,0.35);
  background: rgba(13,15,19,0.68);
  backdrop-filter: blur(12px);
  padding: 1rem 1.25rem;
}
.hero-badge small {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.58rem;
}
.hero-badge strong {
  display: block;
  color: var(--rust-2);
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.05em;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
  animation: pulse 1.8s ease-in-out infinite;
}

.ticker,
.integration-marquee {
  overflow: hidden;
  white-space: nowrap;
}
.ticker { background: var(--rust); padding: 0.65rem 0; }
.ticker-track,
.marquee-track {
  display: inline-flex;
  align-items: center;
  animation: marquee 28s linear infinite;
}
.ticker span {
  padding: 0 1.8rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.integration-marquee {
  position: relative;
  background: var(--steel);
  border-block: 1px solid var(--border);
  padding: 1.4rem 0 1.8rem;
}
.integration-marquee::before,
.integration-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.integration-marquee::before { left: 0; background: linear-gradient(90deg, var(--steel), transparent); }
.integration-marquee::after { right: 0; background: linear-gradient(270deg, var(--steel), transparent); }
.marquee-title { text-align: center; margin-bottom: 1rem; }
.logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0 2.25rem;
  opacity: 0.82;
}
.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  flex: 0 0 auto;
}
.logo-sage { background: #00a860; }
.logo-qb { background: #2ca01c; }
.logo-stack { background: #0e3a6e; position: relative; }
.logo-stack::before {
  content: "";
  width: 24px;
  height: 18px;
  background:
    linear-gradient(#fff,#fff) 0 0 / 24px 4px no-repeat,
    linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.75)) 0 7px / 24px 4px no-repeat,
    linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)) 0 14px / 17px 4px no-repeat;
}
.logo-google { background: #fff; color: #4285f4; }
.logo-m365 {
  background:
    linear-gradient(#f25022,#f25022) 8px 8px / 12px 12px no-repeat,
    linear-gradient(#7fba00,#7fba00) 22px 8px / 12px 12px no-repeat,
    linear-gradient(#00a4ef,#00a4ef) 8px 22px / 12px 12px no-repeat,
    linear-gradient(#ffb900,#ffb900) 22px 22px / 12px 12px no-repeat,
    rgba(255,255,255,0.08);
}
.logo-pill strong {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  font-size: 1.35rem;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pulse { 50% { opacity: 0.45; transform: scale(0.86); } }

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 3rem);
  position: relative;
}
.section-dark { background: var(--iron); }
.section-steel { background: var(--steel); }
.section-panel { background: var(--panel); }
.section-title { font-size: clamp(2.7rem, 6vw, 5.4rem); max-width: 900px; margin-bottom: 1.3rem; }
.section-copy { max-width: 740px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-head .section-copy { max-width: 440px; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  background: var(--panel);
  border-block: 1px solid var(--border);
}
.stat { padding: 2rem clamp(1.25rem, 3vw, 3rem); border-right: 1px solid var(--border); }
.stat:last-child { border-right: 0; }
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  color: var(--rust-2);
}
.stat span { color: var(--muted); font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }

.grid { display: grid; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card {
  background: var(--steel);
  padding: clamp(1.6rem, 3vw, 2.6rem);
  min-width: 0;
  position: relative;
}
.card:hover { background: #1e232a; }
.testimonial-card {
  transform-style: preserve-3d;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}
.testimonial-card:hover {
  transform: perspective(900px) rotateX(2deg) rotateY(-2deg) translateY(-4px);
  border-color: rgba(201,75,31,0.38);
}
.testimonial-card p {
  color: var(--soft);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.75;
}
.card-num {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  font-family: var(--font-display);
  font-size: 3.5rem;
  color: rgba(201,75,31,0.14);
}
.card h3,
.panel h3,
.page-card h3 {
  margin: 0 0 0.7rem;
  color: var(--light);
  font-size: 1.1rem;
}
.card p,
.panel p,
.page-card p,
.list-muted li {
  color: var(--muted);
  font-size: 0.92rem;
}
.feature-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--rust), var(--amber));
  font-family: var(--font-mono);
  font-size: 0.75rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.field-panel {
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 38px),
    var(--panel);
}
.feature-list { display: grid; gap: 1rem; margin: 2rem 0; }
.feature-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.1rem 1.2rem;
  border-left: 2px solid var(--border);
  background: rgba(255,255,255,0.025);
}
.feature-row:first-child,
.feature-row:hover { border-left-color: var(--rust); background: rgba(201,75,31,0.055); }
.phone {
  width: min(315px, 100%);
  margin-inline: auto;
  background: #080a0d;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;
  padding: 0.75rem;
  box-shadow: var(--shadow);
}
.phone-screen {
  background: #11151a;
  border-radius: 20px;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(255,255,255,0.08);
}
.phone-top {
  padding: 1.1rem;
  background: linear-gradient(135deg, rgba(201,75,31,0.28), rgba(14,58,110,0.22));
}
.phone-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; padding: 1rem; }
.phone-tile { background: var(--panel); padding: 0.9rem; border: 1px solid var(--border); min-height: 76px; }
.activity { padding: 0 1rem 1rem; display: grid; gap: 0.7rem; }
.activity-item { border-left: 2px solid var(--rust); padding-left: 0.75rem; color: var(--muted); font-size: 0.78rem; }

.visual-band {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0,1.2fr);
  gap: 2rem;
  align-items: center;
}
.canvas-frame {
  min-height: 460px;
  border: 1px solid var(--border);
  background: #08101b;
  position: relative;
  overflow: hidden;
}
.canvas-frame canvas { width: 100%; height: 100%; position: absolute; inset: 0; }

.dashboard {
  border: 1px solid var(--border);
  background: #0b0d11;
  box-shadow: var(--shadow);
}
.dash-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  background: var(--panel);
  border-bottom: 1px solid var(--border);
}
.dash-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--rust); }
.dash-dot:nth-child(2) { background: var(--amber); }
.dash-dot:nth-child(3) { background: var(--green); }
.dash-body {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 460px;
}
.dash-side { border-right: 1px solid var(--border); padding: 1rem 0; background: #111419; }
.dash-side span { display: block; padding: 0.7rem 1.2rem; color: var(--muted); font-family: var(--font-mono); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; }
.dash-side span.active { color: var(--light); border-left: 2px solid var(--rust); background: rgba(201,75,31,0.08); }
.dash-main { padding: 1.5rem; display: grid; gap: 1rem; }
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.kpi, .panel {
  background: var(--panel);
  border: 1px solid var(--border);
  padding: 1rem;
}
.kpi strong { display: block; font-family: var(--font-display); font-size: 2rem; }
.bars { height: 95px; display: flex; align-items: end; gap: 8px; }
.bars span { flex: 1; background: linear-gradient(180deg, rgba(232,147,10,0.6), rgba(201,75,31,0.25)); border-top: 2px solid var(--amber); }
.table { width: 100%; border-collapse: collapse; font-size: 0.8rem; }
.table th, .table td { text-align: left; padding: 0.55rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.table th { color: var(--muted); font-family: var(--font-mono); font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.1em; }
.pill { display: inline-flex; padding: 0.2rem 0.55rem; font-family: var(--font-mono); font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.08em; background: rgba(201,75,31,0.16); color: var(--rust-2); }
.pill.green { background: rgba(79,166,106,0.16); color: var(--green); }
.pill.amber { background: rgba(232,147,10,0.16); color: var(--amber); }

.roi {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,0.8fr);
  gap: 2rem;
  align-items: start;
}
.control { display: grid; gap: 0.55rem; padding: 1rem 0; border-bottom: 1px solid var(--border); }
.control label { display: flex; justify-content: space-between; gap: 1rem; color: var(--soft); }
input[type="range"] { accent-color: var(--rust); width: 100%; }
.roi-result { display: grid; gap: 1rem; position: sticky; top: 100px; }
.roi-metric strong { display: block; color: var(--rust-2); font-family: var(--font-display); font-size: 2.8rem; line-height: 1; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.price-card { background: var(--steel); padding: clamp(1.6rem,3vw,2.4rem); position: relative; }
.price-card.featured::before {
  content: "Most Popular";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.35rem 0.8rem;
  background: var(--rust);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.price { font-family: var(--font-display); font-size: clamp(3rem,5vw,4.2rem); line-height: 1; }
.price small { font-family: var(--font-mono); font-size: 0.7rem; color: var(--muted); }
.price-card ul { padding: 0; list-style: none; display: grid; gap: 0.65rem; margin: 1.4rem 0 2rem; }
.price-card li { color: var(--muted); }
.price-card li::before { content: ""; display: inline-block; width: 7px; height: 7px; background: var(--rust); margin-right: 0.55rem; }
.enterprise { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr auto; gap: 1.4rem; align-items: center; }

.process-wrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3rem;
  align-items: center;
}
.circle-flow {
  position: relative;
  aspect-ratio: 1;
  max-width: 620px;
  margin-inline: auto;
}
.circle-flow svg { width: 100%; height: 100%; overflow: visible; }
.flow-node {
  position: absolute;
  width: 118px;
  min-height: 78px;
  padding: 0.7rem;
  transform: translate(-50%, -50%);
  text-align: center;
  background: var(--steel);
  border: 1px solid var(--border);
}
.flow-node strong { display: block; font-family: var(--font-display); letter-spacing: 0.04em; }
.flow-node span { color: var(--muted); font-size: 0.72rem; }

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3rem;
}
.contact-form { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.field { display: grid; gap: 0.4rem; }
.field label { color: var(--muted); font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; }
.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--steel);
  border: 1px solid var(--border);
  color: var(--light);
  padding: 0.85rem 0.95rem;
  border-radius: 0;
}
.field textarea { min-height: 126px; resize: vertical; }

.footer {
  background: #080a0d;
  border-top: 1px solid var(--border);
  padding: 4rem clamp(1.25rem,4vw,3rem) 1.4rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4,1fr);
  gap: 2rem;
}
.footer h4 {
  margin: 0 0 1rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.6rem; }
.footer p { color: var(--muted); max-width: 360px; }
.footer-bottom {
  border-top: 1px solid var(--border);
  margin-top: 3rem;
  padding-top: 1rem;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.forgie-button {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1200;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255,255,255,0.18);
  background: linear-gradient(135deg, var(--rust), var(--amber));
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.4rem;
  box-shadow: 0 18px 55px rgba(201,75,31,0.32);
  cursor: pointer;
}
.forgie-panel {
  position: fixed;
  right: 1.4rem;
  bottom: 5.6rem;
  z-index: 1200;
  width: min(390px, calc(100vw - 2rem));
  max-height: min(680px, calc(100vh - 7rem));
  display: none;
  grid-template-rows: auto 1fr auto;
  background: #101318;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.forgie-panel.open { display: grid; }
.forgie-head { padding: 1rem; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; gap: 1rem; }
.forgie-log { overflow: auto; padding: 1rem; display: grid; gap: 0.8rem; }
.msg { padding: 0.75rem 0.9rem; max-width: 88%; font-size: 0.88rem; }
.msg.bot { background: var(--panel); border-left: 2px solid var(--rust); }
.msg.user { background: rgba(201,75,31,0.22); margin-left: auto; }
.chips { display: flex; flex-wrap: wrap; gap: 0.45rem; padding: 0 1rem 0.7rem; }
.chip { border: 1px solid var(--border); background: transparent; color: var(--soft); padding: 0.45rem 0.6rem; font-size: 0.72rem; cursor: pointer; }
.forgie-input { display: grid; grid-template-columns: 1fr auto; gap: 0.6rem; padding: 0.8rem 1rem 1rem; border-top: 1px solid var(--border); }
.forgie-input input { background: var(--steel); border: 1px solid var(--border); color: var(--light); padding: 0.7rem; }
.forgie-nudge {
  position: fixed;
  right: 1.3rem;
  bottom: 5.5rem;
  z-index: 1199;
  max-width: 250px;
  background: var(--panel);
  border: 1px solid var(--border);
  padding: 0.75rem 0.9rem;
  color: var(--soft);
  display: none;
}
.forgie-nudge.show { display: block; }

.page-hero {
  padding: 9rem clamp(1.25rem,4vw,3rem) 5rem;
  background:
    radial-gradient(circle at 75% 20%, rgba(201,75,31,0.2), transparent 28rem),
    linear-gradient(135deg, #101419, #1e242b 55%, #111318);
  border-bottom: 1px solid var(--border);
}
.page-title { font-size: clamp(3.4rem,8vw,7rem); max-width: 980px; }
.page-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.page-card { background: var(--steel); padding: 1.6rem; }
.comparison { overflow-x: auto; }
.comparison table { min-width: 760px; width: 100%; border-collapse: collapse; }
.comparison th,
.comparison td { padding: 0.9rem; border: 1px solid var(--border); vertical-align: top; }
.comparison th { text-align: left; background: var(--panel); }

@media (max-width: 1180px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 920px) {
  .hero { min-height: 92vh; padding-top: 7rem; }
  .hero-photo { background-position: 64% center; }
  .hero-atmosphere {
    background:
      linear-gradient(90deg, rgba(8,10,13,0.9) 0%, rgba(8,10,13,0.58) 52%, rgba(8,10,13,0.18) 100%),
      linear-gradient(180deg, rgba(8,10,13,0.02) 0%, rgba(8,10,13,0.92) 100%);
  }
  .hero-badge { display: none; }
  .stats,
  .grid-2,
  .grid-3,
  .pricing-grid,
  .split,
  .visual-band,
  .roi,
  .process-wrap,
  .contact-grid,
  .page-grid {
    grid-template-columns: 1fr;
  }
  .stat { border-right: 0; border-bottom: 1px solid var(--border); }
  .dash-body { grid-template-columns: 1fr; }
  .dash-side { display: none; }
  .kpis { grid-template-columns: repeat(2,1fr); }
  .enterprise { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .visual-band { min-height: auto; }
  .canvas-frame { min-height: 360px; }
  .roi-result { position: static; }
  .flow-node { width: 102px; font-size: 0.85rem; }
}
@media (max-width: 560px) {
  .site-nav { padding-inline: 1rem; }
  .brand { font-size: 1.6rem; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.2rem); }
  .hero-photo { background-position: 67% center; }
  .frost-stack { inset: -1rem -0.7rem; }
  .frost {
    background: linear-gradient(90deg, rgba(13,15,19,0.22), rgba(13,15,19,0.13) 72%, rgba(13,15,19,0));
  }
  .frost-2 { height: 10.5rem; }
  .frost-3 { height: 12rem; }
  .hero-actions .btn { width: 100%; }
  .grid-4,
  .kpis,
  .footer-grid { grid-template-columns: 1fr; }
  .phone-screen { min-height: 500px; }
  .forgie-panel { right: 0.7rem; bottom: 5.1rem; width: calc(100vw - 1.4rem); }
  .footer-bottom { flex-direction: column; }
}
