/* slate — clean AC service: tabs + narrow column + float phone */
:root {
  --text: #1e293b;
  --muted: #64748b;
  --accent: #4f46e5;
  --bg: #ffffff;
  --border: #e2e8f0;
}

body.theme-slate {
  background: #fafafa;
}

.theme-slate .slate-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.theme-slate .slate-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0 0.5rem;
}

.theme-slate .logo {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #312e81;
  text-decoration: none;
}

.theme-slate .slate-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #4f46e5;
}

.theme-slate .slate-tabs a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.theme-slate .slate-tabs a:hover {
  color: #4f46e5;
}

.theme-slate .hero--slate {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 2rem 0 1.5rem;
}

.theme-slate .hero--slate .hero__title {
  font-family: Georgia, "Times New Roman", serif;
  color: #312e81;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
}

.theme-slate .hero-steps {
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}

.theme-slate .hero-steps li {
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
}

.theme-slate .hero-steps span {
  background: #4f46e5;
}

.theme-slate .slate-main {
  padding: 2rem 0 4rem;
}

.theme-slate .slate-narrow {
  max-width: 720px;
}

.theme-slate .content {
  font-size: 1.03rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}

.theme-slate .slate-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  background: #4f46e5;
  color: #fff;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
}

.theme-slate .slate-float .header-phone {
  color: #fff;
}

.theme-slate .cta {
  border-top: 3px solid var(--accent);
  padding-top: 1.25rem;
}

.theme-slate.page-home .page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
