:root {
  --ink: #e8eef5;
  --muted: #9aa3ad;
  --line: #333;
  --cyan: #26d6fe;
  --blue: #0056b3;
  --bg: #111;
  --card: #161b22;
  --dark: #0d1117;
  --nav: #0a0a0a;
  --border-dark: #333;
  --input-bg: #0d1117;
  --panel: #161b22;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  color: var(--ink);
  background: var(--dark);
  line-height: 1.55;
}
a { color: var(--cyan); }
.sites-top {
  background: var(--nav);
  color: #fff;
  border-bottom: 1px solid var(--border-dark);
}
.sites-top-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.sites-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.sites-brand img {
  height: 36px;
  width: auto;
  display: block;
}
.sites-brand .wordmark { color: #fff; font-weight: 700; }
.sites-brand .sites-label {
  color: var(--cyan);
  font-weight: 600;
  margin-left: 4px;
  font-size: 13px;
}
.sites-nav a {
  color: var(--cyan);
  text-decoration: none;
  margin-left: 14px;
  font-size: 13px;
  font-weight: 700;
}
.sites-nav a.active { text-decoration: underline; text-underline-offset: 3px; }
.sites-nav a.agency { color: #bbb; font-weight: 500; }
.hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 20px 28px;
}
.eyebrow {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1 {
  font-size: clamp(28px, 4.5vw, 40px);
  line-height: 1.15;
  margin: 0 0 14px;
  font-weight: 700;
  color: #fff;
}
.lede { font-size: 18px; color: var(--muted); max-width: 640px; margin: 0 0 12px; }
.sub { font-size: 16px; max-width: 680px; margin: 0 0 22px; color: var(--muted); }
.sub a { color: var(--cyan); }
.cta {
  display: inline-block;
  background: var(--blue);
  color: #fff !important;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid transparent;
}
.cta:hover { background: #004494; }
.cta.ghost {
  background: transparent;
  color: var(--ink) !important;
  border: 1px solid var(--line);
}
.cta.ghost:hover {
  border-color: var(--cyan);
  color: var(--cyan) !important;
}
.cta.cyan {
  background: transparent;
  color: var(--cyan) !important;
  border: 1px solid var(--cyan);
}
.section {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 20px 36px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.card {
  border: 1px solid var(--line);
  background: var(--card);
  padding: 18px;
  border-radius: 6px;
}
.card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cyan);
}
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.offer {
  background: #0a0a0a;
  color: #fff;
  border-radius: 8px;
  padding: 24px;
  margin: 18px 0;
  border: 1px solid var(--border-dark);
}
.offer .price { font-size: 36px; font-weight: 800; color: var(--cyan); }
.offer .price small { font-size: 14px; font-weight: 500; opacity: 0.75; color: #ccc; }
.offer p { opacity: 0.9; max-width: 520px; color: var(--muted); }
.offer .note { font-size: 12px; opacity: 0.65; }
.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--panel);
  margin: 16px 0;
}
.panel h2 { margin: 0 0 10px; font-size: 22px; color: #fff; }
.panel-lede { color: var(--muted); margin: 0 0 18px; }
.sites-footer {
  max-width: 960px;
  margin: 10px auto 40px;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}
.sites-footer a { color: var(--cyan); }
.sites-footer strong { color: #fff; }
.badge {
  display: inline-block;
  background: rgba(38,214,254,0.12);
  color: var(--cyan);
  border: 1px solid rgba(38,214,254,0.35);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Native intake form (Builder) — dark tech */
.intake-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 1.75rem;
  align-items: start;
}
.form-wrap { padding: 0; }
.form-section { margin-bottom: 1.75rem; }
.form-section-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--line);
  font-family: Verdana, Geneva, sans-serif;
}
.form-group { margin-bottom: 0.9rem; }
.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 0.3rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--input-bg);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.65rem 0.9rem;
  color: var(--ink);
  font-size: 0.92rem;
  font-family: Verdana, Geneva, sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #6b7280;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(38, 214, 254, 0.18);
}
.form-group select option { background: #1c1c1c; color: #fff; }
.form-group textarea { resize: vertical; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.color-row { display: flex; gap: 0.75rem; align-items: center; }
.color-picker {
  width: 50px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2px;
  background: var(--input-bg);
  cursor: pointer;
}
.color-hex { flex: 1; }
.submit-btn {
  width: 100%;
  padding: 0.95rem;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  transition: background 0.2s, box-shadow 0.2s;
  margin-top: 0.35rem;
}
.submit-btn:hover {
  background: #004494;
  box-shadow: 0 0 0 2px rgba(38, 214, 254, 0.25);
}
.submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.submit-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 0.7rem;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 16px;
}
.sidebar-card {
  background: var(--dark);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.1rem 1.15rem;
}
.sidebar-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
  color: var(--cyan);
  font-family: Verdana, Geneva, sans-serif;
}
.sidebar-steps { display: flex; flex-direction: column; gap: 0.75rem; }
.s-step { display: flex; gap: 0.65rem; align-items: flex-start; }
.s-step span {
  background: var(--blue);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.s-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}
.s-step strong { color: #fff; }

.color-swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}
.swatch {
  height: 34px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  border: 2px solid transparent;
}
.swatch:hover {
  transform: scale(1.08);
  box-shadow: 0 0 0 2px var(--cyan);
}
.color-hint { color: var(--muted); font-size: 0.75rem; margin: 0; }

.recent-list { display: flex; flex-direction: column; gap: 0.55rem; }
.recent-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  padding: 0.55rem 0.65rem;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--card);
  transition: border-color 0.2s;
}
.recent-item:hover { border-color: var(--cyan); }
.recent-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.recent-item div { display: flex; flex-direction: column; }
.recent-item strong { color: #fff; font-size: 0.85rem; }
.recent-item small { color: var(--muted); font-size: 0.72rem; }

@media (max-width: 960px) {
  .intake-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
  .section { max-width: 100%; }
}
