/* Pinnacle Designs — brand tokens from logo */
:root {
  --bg: #000000;
  --bg-elevated: #0a0a0f;
  --bg-card: #0f1018;
  --text: #ffffff;
  --text-muted: #a1a1aa;
  --accent: #3b82f6;
  --accent-bright: #60a5fa;
  --accent-deep: #2563eb;
  --accent-dark: #1e40af;
  --periwinkle: #818cf8;
  --gradient-peak: linear-gradient(135deg, var(--periwinkle) 0%, var(--accent-bright) 45%, var(--accent-deep) 100%);
  --gradient-btn: linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 50%, var(--accent-bright) 100%);
  --border: rgba(59, 130, 246, 0.25);
  --font: "Outfit", system-ui, sans-serif;
  --radius: 4px;
  --radius-lg: 8px;
  --header-h: 140px;
  --brand-logo-sm: 120px;
  --container: min(1120px, 92vw);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 200;
  padding: 0.75rem 1.25rem;
  background: var(--accent-deep);
  color: var(--text);
  border-radius: var(--radius);
  font-weight: 600;
}

.skip-link:focus {
  top: 1rem;
}

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

a {
  color: var(--accent-bright);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--periwinkle);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  padding-block: 0.5rem;
}

.nav-logo {
  flex-shrink: 0;
  line-height: 0;
}

.nav-logo img,
.footer-logo img {
  height: var(--brand-logo-sm);
  width: auto;
  max-width: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.nav-menu a:hover {
  color: var(--text);
}

.nav-cta {
  color: var(--text) !important;
  padding: 0.5rem 1.25rem;
  background: var(--gradient-btn);
  border-radius: var(--radius);
}

.nav-cta:hover {
  filter: brightness(1.1);
  color: var(--text) !important;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(59, 130, 246, 0.06);
  color: var(--accent-bright);
  transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.2s;
}

.social-link:hover {
  color: var(--text);
  border-color: var(--accent);
  background: rgba(59, 130, 246, 0.15);
  transform: translateY(-1px);
}

.social-link svg {
  width: 1.125rem;
  height: 1.125rem;
}

.nav-social {
  display: flex;
  align-items: center;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  padding-top: var(--header-h);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 70% 20%, rgba(37, 99, 235, 0.15), transparent),
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(129, 140, 248, 0.08), transparent);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 4rem 0 3rem;
  position: relative;
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-bright);
  margin: 0 0 1rem;
}

.hero h1 {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}

.hero-lead {
  font-size: 1.125rem;
  color: var(--text-muted);
  max-width: 32rem;
  margin: 0 0 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 520px;
}

.hero-logo {
  width: 100%;
  max-width: 520px;
  filter: drop-shadow(0 0 60px rgba(59, 130, 246, 0.2));
}

.hero-tagline {
  margin: 1rem 0 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tagline-white {
  color: var(--text);
}

.tagline-accent {
  color: var(--accent-bright);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
}

.btn-primary {
  background: var(--gradient-btn);
  color: var(--text);
  box-shadow: 0 4px 24px rgba(37, 99, 235, 0.35);
}

.btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  color: var(--text);
}

.btn-outline {
  background: transparent;
  color: var(--accent-bright);
  border: 1px solid var(--border);
}

.btn-outline:hover {
  border-color: var(--accent);
  background: rgba(59, 130, 246, 0.08);
  color: var(--accent-bright);
}

.btn-block {
  width: 100%;
}

/* Stats */
.stats {
  border-block: 1px solid var(--border);
  background: var(--bg-elevated);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2.5rem 0;
  text-align: center;
}

.stat-value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  background: var(--gradient-peak);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section-header {
  margin-bottom: 3rem;
}

.section-header.center {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 3rem;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-bright);
  margin-bottom: 0.75rem;
}

.section-header h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.section-desc {
  color: var(--text-muted);
  margin: 0;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.about-text p {
  color: var(--text-muted);
  margin: 0 0 1.25rem;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.about-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--text-muted);
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: var(--accent);
  transform: rotate(45deg);
}

.about-card {
  position: relative;
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.about-card h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  color: var(--accent-bright);
}

.about-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.about-card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-peak);
}

/* Pricing */
.services {
  background: var(--bg-elevated);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  border-color: var(--accent);
  box-shadow: 0 0 40px rgba(59, 130, 246, 0.12);
}

.pricing-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  background: var(--gradient-btn);
  border-radius: var(--radius);
  white-space: nowrap;
}

.pricing-tier {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.pricing-for {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 1.5rem;
}

.pricing-amount {
  margin-bottom: 0.25rem;
}

.price-upfront {
  font-size: 2.25rem;
  font-weight: 700;
  background: var(--gradient-peak);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.price-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-left: 0.25rem;
}

.pricing-monthly {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.pricing-monthly strong {
  color: var(--accent-bright);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  flex: 1;
}

.pricing-features li {
  padding: 0.5rem 0;
  padding-left: 1.25rem;
  position: relative;
  font-size: 0.9rem;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.pricing-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 2rem;
  max-width: 720px;
  margin-inline: auto;
}

/* Software */
.software {
  background: var(--bg-elevated);
  border-block: 1px solid var(--border);
}

.software-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.software-card {
  padding: 1.75rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  border-top: 3px solid var(--accent);
}

.software-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  color: var(--accent-bright);
}

.software-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.software-note {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.software-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  margin-bottom: 1rem;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--accent-bright);
}

.software-note p {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* WaaS comparison */
.compare-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.compare-col {
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.compare-old {
  background: var(--bg-card);
}

.compare-new {
  background: linear-gradient(160deg, rgba(37, 99, 235, 0.12) 0%, var(--bg-card) 100%);
  border-color: var(--accent);
}

.compare-col h3 {
  margin: 0 0 1.25rem;
  font-size: 1.1rem;
}

.compare-old h3 {
  color: var(--text-muted);
}

.compare-new h3 {
  color: var(--accent-bright);
}

.compare-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-col li {
  padding: 0.6rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.compare-old li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #71717a;
}

.compare-new li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.health-check {
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.health-check h3 {
  margin: 0 0 0.5rem;
  color: var(--accent-bright);
}

.health-check > p {
  color: var(--text-muted);
  margin: 0 0 1rem;
}

.checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  padding: 0.75rem 1rem;
  background: rgba(59, 130, 246, 0.06);
  border-left: 3px solid var(--accent);
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Outcomes */
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.outcome-card {
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
}

.outcome-icon {
  font-size: 0.75rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.outcome-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
}

.outcome-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.guarantee {
  margin: 0;
  padding: 2rem 2.5rem;
  text-align: center;
  border-left: 4px solid var(--accent);
  background: rgba(59, 130, 246, 0.06);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}

.guarantee p {
  margin: 0;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text-muted);
}

/* Area */
.area {
  background: var(--bg-elevated);
  border-block: 1px solid var(--border);
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.area-tags li {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--accent-bright);
}

.area-seo {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.area-seo strong {
  color: var(--accent-bright);
  font-weight: 600;
}

.area-locations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.area-location {
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.area-location h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--text);
}

.area-location p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.55;
}

/* SEO landing pages */
.landing-hero {
  padding: calc(var(--header-h) + 2rem) 0 3rem;
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
}

.landing-hero h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  max-width: 20ch;
}

.landing-lead {
  font-size: 1.125rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 52ch;
  margin: 0 0 2rem;
}

.landing-content h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 2.5rem 0 1rem;
}

.landing-content h2:first-child {
  margin-top: 0;
}

.landing-content p {
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0 0 1rem;
}

.landing-cta {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
}

.landing-cta h2 {
  margin-top: 0;
}

.landing-related {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.breadcrumb {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  color: var(--accent-bright);
}

.nav-menu--static {
  display: flex;
}

.footer-local {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.footer-local a {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-local a:hover {
  color: var(--accent-bright);
}

.faq {
  background: var(--bg);
  position: relative;
}

.faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(37, 99, 235, 0.1), transparent);
  pointer-events: none;
}

.faq .container {
  position: relative;
}

.faq-panel {
  max-width: 800px;
  margin-inline: auto;
  padding: 0.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  box-shadow: 0 0 48px rgba(37, 99, 235, 0.08);
}

.faq-item {
  border-bottom: 1px solid var(--border);
  transition: background 0.2s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item[open] {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.08) 0%, transparent 100%);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 1.75rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  color: var(--text);
  transition: color 0.2s ease;
}

.faq-item summary:hover {
  color: var(--accent-bright);
}

.faq-item[open] summary {
  color: var(--accent-bright);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-question {
  flex: 1;
  font-size: 1.05rem;
  line-height: 1.4;
  text-align: left;
}

.faq-toggle {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(59, 130, 246, 0.06);
  transition: transform 0.25s ease, background 0.2s ease, border-color 0.2s ease;
}

.faq-toggle::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid var(--accent-bright);
  border-bottom: 2px solid var(--accent-bright);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
}

.faq-item[open] .faq-toggle {
  background: rgba(59, 130, 246, 0.15);
  border-color: var(--accent);
}

.faq-item[open] .faq-toggle::before {
  transform: rotate(-135deg) translateY(-2px);
}

.faq-answer {
  padding: 0 1.75rem 1.5rem 1.75rem;
  border-top: 1px solid rgba(59, 130, 246, 0.12);
  animation: faq-open 0.25s ease;
}

.faq-answer p {
  margin: 1rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--accent);
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

@keyframes faq-open {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Contact */
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-copy p {
  color: var(--text-muted);
}

.contact-details {
  margin-top: 2rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  font-style: normal;
}

.contact-details p {
  margin: 0.5rem 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-form label span {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: var(--font);
  font-size: 1rem;
  padding: 0.75rem 1rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

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

.form-status {
  margin: 0;
  font-size: 0.9rem;
}

.form-status--success {
  color: var(--accent-bright);
}

.form-status--error {
  color: #f87171;
}

/* Footer */
.site-footer {
  padding: 3rem 0;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.footer-inner {
  text-align: center;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-logo img {
  margin-inline: auto;
}

.footer-tagline {
  font-size: 1rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 1rem;
}

.footer-tagline span {
  color: var(--accent-bright);
}

.footer-social {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.footer-copy {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 1.5rem;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-nav a {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.footer-nav a:hover {
  color: var(--accent-bright);
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--gradient-btn);
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(37, 99, 235, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s, filter 0.2s;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:not(.is-visible) {
  pointer-events: none;
}

.back-to-top:hover {
  filter: brightness(1.1);
}

.back-to-top:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.4);
}

/* Responsive */
@media (max-width: 1100px) {
  .software-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .section {
    padding: 3.5rem 0;
  }

  .hero-inner,
  .about-grid,
  .pricing-grid,
  .software-grid,
  .compare-table,
  .outcomes-grid,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .software-card {
    text-align: center;
  }

  .hero-inner {
    justify-items: center;
    text-align: center;
  }

  .hero-visual {
    order: -1;
    width: 100%;
  }

  .hero-content {
    width: 100%;
    max-width: 28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-eyebrow,
  .hero h1,
  .hero-lead {
    width: 100%;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 20rem;
    flex: none;
  }

  .hero-brand,
  .hero-logo {
    max-width: 360px;
    margin-inline: auto;
  }

  .hero-tagline {
    font-size: 0.85rem;
    letter-spacing: 0.3em;
  }

  .section-header {
    text-align: center;
    margin-inline: auto;
  }

  .about-text,
  .about-card,
  .contact-copy {
    text-align: center;
  }

  .about-list,
  .compare-col ul {
    max-width: 22rem;
    margin-inline: auto;
    text-align: left;
  }

  .pricing-card,
  .outcome-card {
    text-align: center;
  }

  .pricing-features {
    max-width: 16rem;
    margin-inline: auto;
    text-align: left;
  }

  .compare-col {
    text-align: center;
  }

  .health-check {
    text-align: center;
  }

  .checklist {
    text-align: left;
  }

  .guarantee {
    border-left: none;
    border-top: 4px solid var(--accent);
    border-radius: var(--radius-lg);
  }

  .area-tags {
    justify-content: center;
  }

  .area-locations {
    grid-template-columns: 1fr;
  }

  .area-seo {
    text-align: center;
  }

  .nav-menu--static {
    display: none;
  }

  .contact-details {
    text-align: center;
  }

  .faq-item summary {
    padding: 1.15rem 1.25rem;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    padding: 0 1.25rem 1.25rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  :root {
    --header-h: 132px;
  }

  .hero-inner {
    padding: 2.5rem 0 2rem;
    gap: 2rem;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.98);
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  }

  .nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-menu li {
    width: 100%;
    border-bottom: 1px solid var(--border);
  }

  .nav-menu a {
    display: block;
    padding: 1rem;
  }

  .nav-cta {
    text-align: center;
    margin: 0.5rem 0;
  }

  .nav-social {
    justify-content: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
  }
}
