/* SymPro360 Night+Bone — candidate public site (static, dependency-free) */
:root {
  color-scheme: dark;
  --night: #0a0e13;
  --night-2: #111821;
  --panel: rgba(20, 29, 40, .78);
  --panel-solid: #141d28;
  --bone: #f4f0e8;
  --muted: #b7c0ca;
  --muted-2: #8d99a6;
  --blue: #4ba3ff;
  --orange: #f28c28;
  --green: #88a36a;
  --line: rgba(244, 240, 232, .12);
  --line-strong: rgba(244, 240, 232, .2);
  --shadow: 0 28px 80px rgba(0, 0, 0, .32);
  --danger: #e07a6a;
  --warning: #d4a24a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 10%, rgba(75, 163, 255, .13), transparent 32rem),
    radial-gradient(circle at 12% 38%, rgba(242, 140, 40, .09), transparent 28rem),
    var(--night);
  color: var(--bone);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; }
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

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

p,
h1,
h2,
h3,
li,
a {
  overflow-wrap: anywhere;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 40;
  padding: .7rem 1rem;
  border-radius: .6rem;
  background: var(--bone);
  color: var(--night);
  text-decoration: none;
  font-weight: 700;
}
.skip:focus { top: 1rem; }

.shell { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.shell-narrow { width: min(820px, calc(100% - 2rem)); margin: 0 auto; }

/* Header / nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(10, 14, 19, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  font-weight: 780;
  letter-spacing: -.02em;
  flex-shrink: 0;
}
.brand img { width: 38px; height: 38px; }
.brand span { font-size: 1.08rem; }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: .65rem;
  background: rgba(244, 240, 232, .04);
  color: var(--bone);
  font-size: 1.1rem;
  cursor: pointer;
}
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .35rem .95rem;
  font-size: .9rem;
  color: var(--muted);
}
.nav-links a {
  text-decoration: none;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--bone); }
.nav-links a[aria-current="page"] {
  color: var(--bone);
  font-weight: 700;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: .45rem .9rem;
  border: 1px solid rgba(75, 163, 255, .45);
  border-radius: .65rem;
  color: var(--blue) !important;
  font-weight: 700;
  text-decoration: none;
}

/* Pre-launch notice — always visible near top */
.prelaunch-notice {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(242, 140, 40, .28);
  background: linear-gradient(180deg, rgba(242, 140, 40, .12), rgba(242, 140, 40, .03));
  color: #e8d9c2;
  font-size: .92rem;
  line-height: 1.55;
}
.prelaunch-notice .shell {
  display: grid;
  gap: .35rem;
}
.prelaunch-notice strong {
  color: var(--orange);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Page chrome */
main { min-height: 50vh; }
.page-hero {
  padding: 3.5rem 0 2rem;
}
.page-hero.compact { padding: 2.5rem 0 1.5rem; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.1rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(136, 163, 106, .35);
  border-radius: 999px;
  color: #c9d7b8;
  background: rgba(136, 163, 106, .08);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.dot {
  width: .52rem;
  height: .52rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 .28rem rgba(136, 163, 106, .12);
}
.page-kicker {
  margin: 0 0 .5rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.accent { color: var(--blue); }
.lede {
  max-width: 720px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}
.meta {
  margin: .75rem 0 0;
  color: var(--muted-2);
  font-size: .92rem;
}

/* Status labels */
.label {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .55rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: .72rem;
  font-weight: 780;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(244, 240, 232, .04);
}
.label-preview {
  border-color: rgba(75, 163, 255, .35);
  color: #9ec8f5;
  background: rgba(75, 163, 255, .1);
}
.label-demo {
  border-color: rgba(242, 140, 40, .4);
  color: #f0c48a;
  background: rgba(242, 140, 40, .1);
}
.label-proposed {
  border-color: rgba(136, 163, 106, .4);
  color: #c9d7b8;
  background: rgba(136, 163, 106, .1);
}
.label-historical {
  border-color: rgba(183, 192, 202, .35);
  color: var(--muted);
  background: rgba(183, 192, 202, .08);
}
.label-earlier {
  border-color: rgba(224, 122, 106, .4);
  color: #efb3a8;
  background: rgba(224, 122, 106, .1);
}

/* Layout blocks */
section { padding: 3.5rem 0; }
.section-label {
  color: var(--orange);
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.section-title {
  max-width: 780px;
  margin: .7rem 0 1rem;
  font-size: clamp(1.7rem, 3.5vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-copy {
  max-width: 720px;
  color: var(--muted);
  margin: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}

.card,
.panel,
.feature,
.tier,
.article-card,
.scenario,
.milestone {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--panel);
}
.card,
.feature,
.tier,
.article-card,
.scenario,
.milestone {
  padding: 1.35rem;
}
.panel {
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.panel h2,
.card h2,
.card h3,
.feature h3,
.tier h3,
.scenario h3,
.milestone h3 {
  margin: 0 0 .65rem;
  letter-spacing: -.02em;
}
.panel p,
.card p,
.feature p,
.tier p,
.scenario p,
.milestone p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}
.panel p + p,
.card p + p,
.prose p + p { margin-top: 1rem; }

.feature-number,
.kicker {
  color: var(--blue);
  font-size: .75rem;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.feature h3 { margin: 1.4rem 0 .55rem; font-size: 1.08rem; }

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .9fr);
  gap: 3rem;
  align-items: center;
  padding: 3.5rem 0 2.5rem;
}

.outcome-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(24, 35, 48, .94), rgba(12, 18, 25, .94));
  box-shadow: var(--shadow);
}
.outcome-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
}
.card-head {
  padding: 1.3rem 1.35rem 1rem;
  border-bottom: 1px solid var(--line);
}
.card-head h2 { margin: 0; font-size: 1.2rem; }
.flow { display: grid; gap: .15rem; padding: 1rem; }
.flow-row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: .8rem;
  align-items: center;
  padding: .78rem;
  border-radius: .8rem;
}
.flow-row + .flow-row {
  border-top: 1px solid rgba(244, 240, 232, .07);
  border-radius: 0;
}
.flow-index {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(75, 163, 255, .35);
  border-radius: .55rem;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
}
.flow-title { font-weight: 720; }
.flow-copy { color: var(--muted); font-size: .8rem; }
.flow-state {
  color: #c9d7b8;
  font-size: .72rem;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.75rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .76rem 1.15rem;
  border: 1px solid transparent;
  border-radius: .72rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #06111c; }
.button-secondary {
  border-color: var(--line);
  background: rgba(244, 240, 232, .035);
}
.button-secondary:hover { border-color: rgba(75, 163, 255, .5); }

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.2rem;
}
.pill {
  padding: .45rem .7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #cbd2da;
  font-size: .78rem;
}

.control {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2.2rem;
  align-items: start;
  padding: 2rem;
  border: 1px solid rgba(75, 163, 255, .2);
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(75, 163, 255, .08), rgba(244, 240, 232, .025));
}
.control h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: -.035em;
}
.control p { margin: 0; color: var(--muted); }

.callout {
  padding: 1.25rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(244, 240, 232, .04);
  margin: 1.25rem 0;
}
.callout strong { color: var(--bone); }
.callout-warn {
  border-color: rgba(242, 140, 40, .35);
  background: rgba(242, 140, 40, .08);
  color: #e8d9c2;
}
.callout-info {
  border-color: rgba(75, 163, 255, .3);
  background: rgba(75, 163, 255, .08);
}
.callout-muted {
  border-color: var(--line);
  background: rgba(244, 240, 232, .03);
  color: var(--muted);
}

.contact-email {
  margin: .5rem 0 1rem;
  font-size: 1.25rem;
}
.plan-grid { margin-top: 1.75rem; }
.earlier-offer-panel {
  border-color: rgba(224, 122, 106, .35);
  background: rgba(224, 122, 106, .08);
}
.earlier-offer-title { margin-top: .85rem; }
.current-offer-warning { margin-top: 1rem; }
.section-flush { padding-top: 0; }
.demo-grid { margin-top: 1.5rem; }
.editorial-note { margin-top: 2rem; }

.list-clean {
  margin: .85rem 0 0;
  padding: 0;
  list-style: none;
}
.list-clean li {
  position: relative;
  padding: .45rem 0 .45rem 1.35rem;
  color: var(--muted);
  border-bottom: 1px solid rgba(244, 240, 232, .06);
}
.list-clean li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .9rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--blue);
}
.list-check {
  margin: .85rem 0 0;
  padding: 0;
  list-style: none;
}
.list-check li {
  display: flex;
  gap: .55rem;
  padding: .35rem 0;
  color: var(--muted);
  font-size: .93rem;
}
.list-check li::before {
  content: "✓";
  color: var(--green);
  font-weight: 800;
  flex-shrink: 0;
}

.tier {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  min-height: 100%;
}
.tier-price {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--bone);
}
.tier-price span {
  font-size: .95rem;
  font-weight: 600;
  color: var(--muted);
}
.tier-meta { color: var(--muted-2); font-size: .85rem; }
.tier.featured {
  border-color: rgba(75, 163, 255, .4);
  background: linear-gradient(160deg, rgba(75, 163, 255, .12), rgba(20, 29, 40, .9));
  box-shadow: var(--shadow);
}

.timeline {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}
.milestone {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  align-items: start;
}
.milestone-when {
  color: var(--blue);
  font-size: .82rem;
  font-weight: 780;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.conversation {
  display: grid;
  gap: .75rem;
  margin-top: 1rem;
}
.bubble {
  max-width: 92%;
  padding: .9rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  font-size: .92rem;
  line-height: 1.5;
}
.bubble-sym {
  background: rgba(75, 163, 255, .1);
  border-color: rgba(75, 163, 255, .25);
}
.bubble-customer {
  margin-left: auto;
  background: rgba(244, 240, 232, .05);
}
.bubble-role {
  display: block;
  margin-bottom: .3rem;
  font-size: .72rem;
  font-weight: 780;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted-2);
}

/* Blog prose */
.prose {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 0 4rem;
}
.prose h2 {
  margin: 2.4rem 0 .9rem;
  font-size: 1.45rem;
  letter-spacing: -.02em;
}
.prose p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}
.prose ul {
  margin: 0 0 1.2rem;
  padding-left: 1.3rem;
  color: var(--muted);
}
.prose li { margin: .4rem 0; line-height: 1.65; }
.prose strong { color: var(--bone); }
.article-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
  min-height: 100%;
}
.article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(75, 163, 255, .45);
}
.article-card h2 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -.02em;
}
.article-card p { flex: 1; }

/* Footer */
footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: .82rem;
  margin-top: 2rem;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.1rem;
}
.footer-nav a {
  color: var(--muted-2);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer-nav a:hover {
  color: var(--bone);
  border-bottom-color: rgba(244, 240, 232, .28);
}
.footer-note {
  margin: .75rem 0 0;
  max-width: 52rem;
  color: #7d8895;
  font-size: .78rem;
}

.not-found {
  padding: 4rem 0 5rem;
  text-align: left;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}
.legal-nav a {
  color: var(--muted);
  text-decoration: none;
}
.legal-nav a:hover { color: var(--bone); }
.legal-nav a[aria-current="page"] { color: var(--bone); font-weight: 700; }

.status-note {
  margin-top: 1.2rem;
  max-width: 680px;
  color: #98a5b2;
  font-size: .9rem;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  font-size: .9rem;
}
th, td {
  padding: .85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
th {
  color: var(--muted-2);
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(244, 240, 232, .03);
}
td { color: var(--muted); }
tr:last-child td { border-bottom: 0; }

@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .hero-split,
  .control { grid-template-columns: 1fr; }
  .milestone { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell,
  .shell-narrow { width: min(calc(100% - 1.2rem), 1160px); }
  .nav { min-height: 64px; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .75rem 1rem 1rem;
    background: rgba(10, 14, 19, .98);
    border-bottom: 1px solid var(--line);
  }
  /* CSS-only open without JS: :target */
  #primary-nav:target .nav-links { display: flex; }
  #primary-nav:target .nav-toggle-open { display: none; }
  #primary-nav:target .nav-toggle-close { display: inline-flex; }
  .nav-toggle-close { display: none; }
  .nav-links a {
    padding: .8rem .4rem;
    border-bottom: 1px solid rgba(244, 240, 232, .06);
  }
  .nav-cta { justify-content: center; margin-top: .35rem; }
  .grid-2,
  .grid-3,
  .grid-4 { grid-template-columns: 1fr; }
  .flow-row { grid-template-columns: 30px 1fr; }
  .flow-state { grid-column: 2; }
  .actions, .actions .button { width: 100%; }
  section { padding: 2.75rem 0; }
  .page-hero { padding: 2.5rem 0 1.5rem; }
}

@media (min-width: 721px) {
  .nav-toggle { display: none !important; }
  .nav-links { display: flex !important; }
}
