/* Shared MesaOS marketing extras (loaded after page styles) */
.navbar.navbar-scrolled {
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08) !important;
}

.navbar .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.navbar .nav-link i {
  font-size: 0.95em;
  line-height: 1;
  opacity: 0.8;
}
.navbar .nav-link:hover i,
.navbar .nav-link.active i {
  opacity: 1;
}
.navbar .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.navbar .btn-primary i {
  font-size: 1em;
  line-height: 1;
}

.hero-animate {
  animation: mesaos-hero-in 0.7s ease-out both;
}
@keyframes mesaos-hero-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.offer-strip {
  padding: 1.75rem 0;
  background: linear-gradient(135deg, rgba(30, 144, 230, 0.1) 0%, rgba(30, 144, 230, 0.04) 100%);
  border-bottom: 1px solid var(--mesaos-border, #E2E8F0);
}
.offer-strip .offer-item {
  text-align: center;
  padding: 0.5rem;
}
.offer-strip .offer-item strong {
  display: block;
  font-size: 0.95rem;
  color: var(--mesaos-text, #0F172A);
}
.offer-strip .offer-item span {
  font-size: 0.8rem;
  color: var(--mesaos-muted, #64748B);
}
.offer-strip .offer-item i {
  color: var(--mesaos-accent, #1E90E6);
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
  display: block;
}

.hero-ai-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mesaos-accent, #1E90E6);
  margin: 0;
}
.hero-ai-badge a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 144, 230, 0.35);
}
.hero-ai-badge a:hover {
  border-bottom-color: var(--mesaos-accent, #1E90E6);
}

.home-ai-band {
  padding: 3.5rem 0;
  background: linear-gradient(165deg, #0B1220 0%, #0F172A 60%, #132033 100%);
  color: #E5E7EB;
  border-top: 1px solid #1E293B;
}
.home-ai-band .section-head { color: #38BDF8; }
.home-ai-band h2 { color: #fff; }
.home-ai-band .text-muted { color: #94A3B8 !important; }
.home-ai-band .kit-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-ai-band .kit-check li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  color: #CBD5E1;
  font-size: 0.95rem;
}
.home-ai-band .kit-check i { color: #38BDF8; flex-shrink: 0; margin-top: 0.15rem; }
.home-ai-band .kit-check strong { color: #fff; }
.home-ai-band .btn-outline-primary {
  border-color: rgba(56, 189, 248, 0.55);
  color: #E0F2FE;
}
.home-ai-band .btn-outline-primary:hover {
  background: rgba(56, 189, 248, 0.15);
  border-color: #38BDF8;
  color: #fff;
}
.home-ai-panel {
  border-left: 3px solid #1E90E6;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.home-ai-panel-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #38BDF8;
  margin-bottom: 0.65rem;
}
.home-ai-panel p { color: #94A3B8; line-height: 1.6; }

.type-tile {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--mesaos-border, #E2E8F0);
  border-radius: 0.75rem;
  padding: 1.25rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.type-tile:hover {
  border-color: var(--mesaos-accent, #1E90E6);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  color: inherit;
}
.type-tile i {
  font-size: 1.5rem;
  color: var(--mesaos-accent, #1E90E6);
  margin-bottom: 0.5rem;
  display: block;
}
.type-tile h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.type-tile p {
  font-size: 0.85rem;
  color: var(--mesaos-muted, #64748B);
  margin-bottom: 0;
}

.capability-card {
  background: #fff;
  border: 1px solid var(--mesaos-border, #E2E8F0);
  border-radius: 0.75rem;
  padding: 1.75rem;
  height: 100%;
}
.capability-card .icon-wrap {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(30, 144, 230, 0.12) 0%, rgba(30, 144, 230, 0.06) 100%);
  color: var(--mesaos-accent, #1E90E6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.capability-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.capability-card p {
  font-size: 0.95rem;
  color: var(--mesaos-muted, #64748B);
  margin-bottom: 1rem;
}
.capability-card .learn-more {
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--mesaos-accent, #1E90E6);
}
.capability-card .learn-more:hover { text-decoration: underline; }

.stats-strip {
  padding: 2.5rem 0;
  background: var(--mesaos-surface, #F8FAFC);
  border-top: 1px solid var(--mesaos-border, #E2E8F0);
  border-bottom: 1px solid var(--mesaos-border, #E2E8F0);
}
.stats-strip .stat-item { text-align: center; }
.stats-strip .stat-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--mesaos-text, #0F172A);
  display: block;
}
.stats-strip .stat-label {
  font-size: 0.85rem;
  color: var(--mesaos-muted, #64748B);
}

.product-proof {
  background: #fff;
  border: 1px solid var(--mesaos-border, #E2E8F0);
  border-radius: 0.75rem;
  overflow: hidden;
}
.product-proof .proof-img {
  line-height: 0;
  background: #e8eef4;
}
.product-proof .proof-img img {
  width: 100%;
  height: auto;
  display: block;
}
.product-proof .proof-body {
  padding: 1.25rem 1.5rem;
}
.product-proof .proof-body p {
  margin: 0;
  color: var(--mesaos-muted, #64748B);
  font-size: 0.95rem;
}

.hardware-kit {
  padding: 4rem 0;
  border-top: 1px solid var(--mesaos-border, #E2E8F0);
}
.kit-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kit-check li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
}
.kit-check li i {
  color: var(--mesaos-accent, #1E90E6);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.free-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(30, 144, 230, 0.12);
  color: var(--mesaos-accent, #1E90E6);
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.teaser-band {
  padding: 3rem 0;
  border-top: 1px solid var(--mesaos-border, #E2E8F0);
}
.teaser-band.alt { background: var(--mesaos-surface, #F8FAFC); }

.demo-band {
  padding: 4rem 0;
  background: linear-gradient(180deg, var(--mesaos-surface, #F8FAFC) 0%, #fff 100%);
  border-top: 1px solid var(--mesaos-border, #E2E8F0);
}
.demo-band .form-card {
  background: #fff;
  border: 1px solid var(--mesaos-border, #E2E8F0);
  border-radius: 0.75rem;
  padding: 1.75rem;
  max-width: 28rem;
  margin: 0 auto;
}
.demo-band .form-label { font-weight: 500; font-size: 0.9rem; }
.demo-band .form-control:focus {
  border-color: var(--mesaos-accent, #1E90E6);
  box-shadow: 0 0 0 3px rgba(30, 144, 230, 0.15);
}

.pricing-card {
  background: #fff;
  border: 1px solid var(--mesaos-border, #E2E8F0);
  border-radius: 0.75rem;
  padding: 1.75rem;
  height: 100%;
}
.pricing-card.featured {
  border-color: rgba(30, 144, 230, 0.45);
  background: linear-gradient(180deg, rgba(30, 144, 230, 0.06) 0%, #fff 35%);
}
.pricing-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
.pricing-card .price-line {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--mesaos-accent, #1E90E6);
  margin-bottom: 1rem;
}
.pricing-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
  color: var(--mesaos-muted, #64748B);
  font-size: 0.9rem;
}
.pricing-card li { margin-bottom: 0.4rem; }

/* —— Site footer —— */
.site-footer {
  margin-top: 0;
  padding: 3rem 0 1.75rem;
  background: #0F172A;
  color: #94A3B8;
  border-top: none;
  font-size: 0.9rem;
}
.site-footer a {
  color: #CBD5E1;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer-brand {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}
.site-footer-tagline {
  margin: 0;
  max-width: 22rem;
  line-height: 1.5;
  color: #94A3B8;
  font-size: 0.9rem;
}
.site-footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748B;
  margin: 0 0 0.85rem;
}
.site-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer-links li {
  margin-bottom: 0.45rem;
}
.site-footer-links a {
  font-weight: 500;
  font-size: 0.9rem;
}
.site-footer-bottom {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #334155;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}
.site-footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
  color: #64748B;
}
.site-footer-note {
  color: #64748B !important;
}
@media (max-width: 575.98px) {
  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
