/* =======================
   DENTAL CLINIC THEME
   ======================= */

/* Override accent for dental: teal/dental blue instead of amber */
:root {
  --accent: #3B82F6;
  --accent-dim: rgba(59,130,246,0.12);
  --accent-glow: rgba(59,130,246,0.15);
}

/* Nav overrides */
.nav-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  margin-left: auto;
  border: 1px solid rgba(59,130,246,0.3);
  padding: 6px 14px;
  border-radius: 8px;
  transition: all 0.2s;
}
.nav-cta:hover { background: var(--accent-dim); }

/* Hero grid/glow in blue */
.hero-bg-grid {
  background-image:
    linear-gradient(rgba(59,130,246,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,130,246,0.04) 1px, transparent 1px) !important;
}

.hero-glow {
  background: radial-gradient(circle, rgba(59,130,246,0.1) 0%, transparent 70%) !important;
}

/* Dental chat widget — blue accent */
.chat-msg.bot {
  background: rgba(59,130,246,0.12) !important;
  border: 1px solid rgba(59,130,246,0.2) !important;
}

/* Features icon wrap — blue */
.feat-icon-wrap {
  background: var(--accent-dim) !important;
}

/* Automation accent color */
.step-num { color: var(--accent) !important; }
.step-connector { background: var(--accent) !important; }

/* Proof check icons */
.proof-icon svg circle { stroke: var(--accent) !important; }
.proof-icon svg path { stroke: var(--accent) !important; }

/* Pricing accent */
.price-tier { color: var(--accent) !important; }
.price-badge { background: var(--accent) !important; }
.price-features li::before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='%233B82F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat !important;
}

/* Closer glow */
.closer-glow {
  background: radial-gradient(ellipse, rgba(59,130,246,0.08) 0%, transparent 70%) !important;
}

/* Dental CTA button */
.dental-cta-btn {
  display: inline-block;
  padding: 16px 36px;
  background: var(--accent);
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
}
.dental-cta-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.dental-cta-btn.secondary {
  background: transparent;
  border: 1px solid rgba(59,130,246,0.4);
  color: var(--accent);
}
.dental-cta-btn.secondary:hover { background: var(--accent-dim); }

/* Dental pricing card */
.dental-price-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
  transition: all 0.2s;
}
.dental-price-card:hover { border-color: rgba(59,130,246,0.4); }
.dental-price-card.featured {
  border-color: var(--accent);
  background: linear-gradient(180deg, rgba(59,130,246,0.05) 0%, var(--bg-card) 60%);
}
.dental-price-tier {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}
.dental-price-amt {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.dental-price-amt small {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-muted);
}
.dental-price-tagline {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.5;
}
.dental-price-feats {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.dental-price-feats li {
  font-size: 14px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.dental-price-feats li::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='%233B82F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  flex-shrink: 0;
}

/* Dental chatbot widget in hero */
.dental-widget-card {
  background: var(--bg-card);
  border: 1px solid rgba(59,130,246,0.25);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 60px rgba(59,130,246,0.08);
}

.dental-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #3B82F6;
  font-weight: 500;
  background: rgba(59,130,246,0.1);
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(59,130,246,0.2);
}

/* Case study card */
.case-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}
.case-stat {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 900;
  color: #3B82F6;
  line-height: 1;
}
.case-label { font-size: 13px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; }
.case-body h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.case-body p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

/* Social proof logos */
.dental-logos {
  display: flex;
  align-items: center;
  gap: 32px;
  opacity: 0.35;
  flex-wrap: wrap;
}
.dental-logo-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.05em;
  font-family: var(--font-display);
}

/* Demo notification bar */
.demo-bar {
  background: rgba(59,130,246,0.1);
  border-bottom: 1px solid rgba(59,130,246,0.2);
  padding: 10px 40px;
  text-align: center;
  font-size: 13px;
  color: var(--accent);
}
.demo-bar strong { font-weight: 600; }

/* Feature tabs for dental */
.dental-feat-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.dental-feat-tab {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  transition: all 0.2s;
}
.dental-feat-tab.active {
  background: rgba(59,130,246,0.12);
  border-color: rgba(59,130,246,0.3);
  color: var(--accent);
}

/* Responsive */
@media (max-width: 768px) {
  .case-card { grid-template-columns: 1fr; }
  .nav-cta { display: none; }
  .dental-price-card { padding: 24px; }
}