/* ===== DEMO SITE STYLES ===== */

.demo-body {
  background: #faf6ee;
  color: #111110;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ===== NAV ===== */
.demo-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 246, 238, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid #ede8de;
}
.demo-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.demo-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #111110;
}
.demo-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.demo-nav-links a {
  font-size: 0.88rem;
  color: #6b6b68;
  transition: color 0.15s;
}
.demo-nav-links a:hover { color: #111110; }
.demo-nav-cta {
  background: #1a4a32;
  color: #faf6ee !important;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.85rem;
  transition: background 0.15s;
}
.demo-nav-cta:hover { background: #245c42 !important; }

/* ===== HERO ===== */
.demo-hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 40px 96px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.demo-hero-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c8673a;
  border: 1px solid rgba(200, 103, 58, 0.35);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 22px;
}
.demo-hero-h1 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(2.8rem, 4.5vw, 3.8rem);
  font-weight: 400;
  line-height: 1.06;
  color: #111110;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.demo-hero-h1 em { font-style: italic; color: #c8673a; }
.demo-hero-sub {
  font-size: 1rem;
  line-height: 1.72;
  color: #6b6b68;
  max-width: 460px;
  margin-bottom: 36px;
}
.demo-hero-actions {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
}
.demo-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a4a32;
  color: #faf6ee;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.92rem;
  transition: background 0.18s, transform 0.12s;
  cursor: pointer;
  border: none;
}
.demo-btn-primary:hover { background: #245c42; transform: translateY(-1px); }
.demo-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #1a4a32;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.92rem;
  border: 1.5px solid #1a4a32;
  transition: background 0.18s;
}
.demo-btn-ghost:hover { background: rgba(26, 74, 50, 0.07); }
.demo-btn-large { padding: 16px 36px; font-size: 1rem; }
.demo-btn-full { width: 100%; }
.demo-hero-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.demo-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: #2a2a28;
  font-weight: 500;
  background: rgba(26, 74, 50, 0.07);
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(26, 74, 50, 0.15);
}

/* ===== PHONE MOCK ===== */
.demo-hero-visual { display: flex; justify-content: center; }
.demo-phone-mock {
  width: 220px;
  background: #111110;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.22), 0 8px 20px rgba(0,0,0,0.12);
  border: 2px solid #2a2a28;
}
.ph-bar { background: #2a2a28; padding: 10px 12px; display: flex; align-items: center; justify-content: center; }
.ph-notch { width: 60px; height: 8px; background: #111110; border-radius: 4px; }
.ph-content { padding: 18px 14px; }
.ph-hero-block { background: #1a4a32; border-radius: 12px; padding: 18px 14px; margin-bottom: 12px; }
.ph-rating { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; }
.ph-stars { font-size: 0.72rem; color: #febc2e; letter-spacing: 1px; }
.ph-score { font-size: 0.72rem; color: rgba(250, 246, 238, 0.7); }
.ph-business-name { font-size: 0.88rem; font-weight: 700; color: #faf6ee; margin-bottom: 3px; }
.ph-tagline { font-size: 0.68rem; color: rgba(250, 246, 238, 0.6); margin-bottom: 14px; }
.ph-cta-block { background: #c8673a; color: #faf6ee; text-align: center; padding: 9px; border-radius: 7px; font-size: 0.72rem; font-weight: 600; }
.ph-services-list { display: flex; flex-direction: column; gap: 6px; }
.ph-service-item { background: #fff; border: 1px solid #ede8de; border-radius: 8px; padding: 9px 12px; font-size: 0.68rem; font-weight: 600; color: #111110; }

/* ===== SECTIONS ===== */
.demo-section-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.demo-section-header { text-align: center; margin-bottom: 52px; }
.demo-eyebrow { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #c8673a; margin-bottom: 14px; }
.demo-section-h { font-family: 'Instrument Serif', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 400; color: #111110; letter-spacing: -0.025em; line-height: 1.12; }

/* ===== SERVICES ===== */
.demo-services { background: #faf6ee; padding: 96px 0; }
.demo-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.demo-service-card { background: #fff; border: 1px solid #ede8de; border-radius: 14px; padding: 28px; transition: box-shadow 0.2s, transform 0.2s; }
.demo-service-card:hover { box-shadow: 0 8px 32px rgba(26, 74, 50, 0.1); transform: translateY(-2px); }
.demo-service-card-highlight { background: #1a4a32; border-color: #1a4a32; }
.demo-svc-icon { margin-bottom: 18px; }
.demo-svc-icon-warm svg path, .demo-svc-icon-warm svg circle { stroke: #c8673a; }
.demo-svc-title { font-size: 1.05rem; font-weight: 600; color: #111110; margin-bottom: 10px; }
.demo-svc-title-warm { color: #faf6ee; }
.demo-svc-desc { font-size: 0.85rem; line-height: 1.68; color: #6b6b68; margin-bottom: 16px; }
.demo-service-card-highlight .demo-svc-desc { color: rgba(250, 246, 238, 0.7); }
.demo-svc-price { font-size: 0.82rem; font-weight: 700; color: #1a4a32; }
.demo-svc-price-warm { color: #c8673a; }

/* ===== COVERAGE ===== */
.demo-coverage { background: #111110; padding: 96px 0; }
.demo-coverage-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.demo-coverage-body { font-size: 0.9rem; line-height: 1.72; color: #9b9b97; margin-bottom: 24px; }
.demo-area-list { display: flex; flex-wrap: wrap; gap: 8px; }
.demo-area-tag { font-size: 0.75rem; font-weight: 600; color: #faf6ee; background: #2a2a28; padding: 5px 12px; border-radius: 20px; border: 1px solid #3a3a38; }
.demo-map-placeholder { background: #2a2a28; border-radius: 14px; padding: 28px; height: 240px; position: relative; overflow: hidden; }
.map-city-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; color: #3a3a38; position: absolute; top: 16px; left: 16px; }
.map-pins { position: absolute; inset: 0; }
.map-pin { position: absolute; display: flex; flex-direction: column; align-items: center; }
.map-pin-dot { width: 12px; height: 12px; border-radius: 50%; background: #245c42; border: 2px solid #3a3a38; }
.map-pin-active .map-pin-dot { background: #c8673a; border-color: #c8673a; box-shadow: 0 0 12px rgba(200, 103, 58, 0.4); }
.map-pin-label { font-size: 0.62rem; color: #faf6ee; background: #111110; padding: 2px 6px; border-radius: 4px; margin-top: 4px; white-space: nowrap; }
.map-legend { position: absolute; bottom: 12px; right: 14px; font-size: 0.65rem; color: #3a3a38; }

/* ===== REVIEWS ===== */
.demo-reviews { background: #faf6ee; padding: 96px 0; }
.demo-review-score { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.demo-stars { font-size: 1.1rem; color: #febc2e; letter-spacing: 2px; }
.demo-score { font-size: 1rem; font-weight: 700; color: #111110; }
.demo-review-count { font-size: 0.85rem; color: #9b9b97; }
.demo-reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.demo-review-card { background: #fff; border: 1px solid #ede8de; border-radius: 14px; padding: 28px; }
.demo-review-stars { font-size: 0.85rem; color: #febc2e; letter-spacing: 2px; margin-bottom: 14px; }
.demo-review-text { font-size: 0.88rem; line-height: 1.7; color: #2a2a28; margin-bottom: 20px; font-style: italic; }
.demo-review-author { display: flex; align-items: center; gap: 12px; }
.demo-review-avatar { width: 36px; height: 36px; border-radius: 50%; background: #1a4a32; color: #faf6ee; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 700; flex-shrink: 0; }
.demo-review-name { font-size: 0.88rem; font-weight: 600; color: #111110; }
.demo-review-meta { font-size: 0.72rem; color: #9b9b97; margin-top: 2px; }

/* ===== ABOUT ===== */
.demo-about { background: #ede8de; padding: 96px 0; }
.demo-about-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.demo-about-image { position: relative; }
.demo-about-img-placeholder { background: linear-gradient(135deg, #1a4a32 0%, #245c42 100%); border-radius: 16px; height: 280px; display: flex; align-items: flex-end; padding: 20px; }
.demo-about-img-label { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; color: rgba(250, 246, 238, 0.65); }
.demo-about-badge { position: absolute; bottom: -16px; right: 24px; background: #c8673a; color: #faf6ee; border-radius: 12px; padding: 14px 20px; text-align: center; box-shadow: 0 8px 24px rgba(200, 103, 58, 0.3); }
.demo-about-badge-n { font-family: 'Instrument Serif', serif; font-size: 2rem; line-height: 1; margin-bottom: 3px; }
.demo-about-badge-l { font-size: 0.7rem; color: rgba(250, 246, 238, 0.75); font-weight: 600; letter-spacing: 0.05em; }
.demo-about-body { font-size: 0.92rem; line-height: 1.75; color: #6b6b68; margin-bottom: 16px; }
.demo-about-facts { display: flex; gap: 28px; margin-top: 28px; }
.demo-fact { text-align: center; }
.demo-fact-n { font-family: 'Instrument Serif', serif; font-size: 1.9rem; color: #111110; letter-spacing: -0.03em; }
.demo-fact-l { font-size: 0.72rem; color: #6b6b68; margin-top: 4px; }

/* ===== CTA ===== */
.demo-cta-section { background: #1a4a32; padding: 96px 40px; text-align: center; }
.demo-cta-inner { max-width: 640px; margin: 0 auto; }
.demo-cta-tag { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(250, 246, 238, 0.5); margin-bottom: 18px; }
.demo-cta-h { font-family: 'Instrument Serif', serif; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 400; color: #faf6ee; letter-spacing: -0.025em; line-height: 1.12; margin-bottom: 18px; }
.demo-cta-body { font-size: 0.92rem; color: rgba(250, 246, 238, 0.65); margin-bottom: 32px; }
.demo-cta-section .demo-btn-primary { background: #c8673a; }
.demo-cta-section .demo-btn-primary:hover { background: #d97549; }
.demo-cta-note { font-size: 0.75rem; color: rgba(250, 246, 238, 0.4); margin-top: 14px; }

/* ===== CONTACT ===== */
.demo-contact { background: #faf6ee; padding: 96px 0; }
.demo-contact-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.demo-contact-intro { font-size: 0.88rem; line-height: 1.72; color: #6b6b68; margin-bottom: 28px; }
.demo-contact-info { display: flex; flex-direction: column; gap: 16px; }
.demo-info-row { display: flex; align-items: flex-start; gap: 14px; }
.demo-info-icon { width: 36px; height: 36px; background: rgba(26, 74, 50, 0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.demo-info-label { font-size: 0.72rem; color: #9b9b97; font-weight: 600; margin-bottom: 3px; text-transform: uppercase; letter-spacing: 0.06em; }
.demo-info-value { font-size: 0.9rem; color: #111110; font-weight: 500; }
.demo-form { display: flex; flex-direction: column; gap: 18px; }
.demo-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo-form-group { display: flex; flex-direction: column; gap: 6px; }
.demo-label { font-size: 0.8rem; font-weight: 600; color: #2a2a28; }
.demo-input {
  padding: 12px 14px;
  border: 1.5px solid #d4d4cf;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: #111110;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none;
}
.demo-input:focus { border-color: #1a4a32; box-shadow: 0 0 0 3px rgba(26, 74, 50, 0.1); }
.demo-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%236b6b68' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; cursor: pointer; }
.demo-textarea { resize: vertical; min-height: 100px; }
.demo-form-note { font-size: 0.75rem; color: #9b9b97; text-align: center; }
.demo-form-success { text-align: center; padding: 40px; background: #fff; border-radius: 14px; border: 1px solid #ede8de; }
.demo-success-title { font-size: 1.2rem; font-weight: 700; color: #111110; margin-top: 16px; margin-bottom: 8px; }
.demo-success-body { font-size: 0.88rem; color: #6b6b68; }

/* ===== FOOTER ===== */
.demo-footer { background: #111110; padding: 36px 40px; }
.demo-footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.demo-logo-footer { color: #faf6ee; }
.demo-footer-tagline { font-size: 0.75rem; color: rgba(250, 246, 238, 0.4); margin-top: 4px; }
.demo-footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.demo-footer-links { display: flex; gap: 24px; }
.demo-footer-links a { font-size: 0.82rem; color: rgba(250, 246, 238, 0.5); transition: color 0.15s; }
.demo-footer-links a:hover { color: #faf6ee; }
.demo-footer-bizbox { font-size: 0.72rem; color: rgba(250, 246, 238, 0.3); }
.demo-footer-bizbox a { color: rgba(250, 246, 238, 0.5); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .demo-hero { grid-template-columns: 1fr; gap: 44px; padding: 56px 24px 72px; }
  .demo-services-grid { grid-template-columns: 1fr 1fr; }
  .demo-reviews-grid { grid-template-columns: 1fr; }
  .demo-coverage-inner { grid-template-columns: 1fr; gap: 44px; }
  .demo-about-inner { grid-template-columns: 1fr; gap: 44px; }
  .demo-contact-inner { grid-template-columns: 1fr; gap: 44px; }
  .demo-section-inner, .demo-coverage-inner, .demo-about-inner, .demo-contact-inner { padding: 0 24px; }
  .demo-cta-section { padding: 72px 24px; }
  .demo-footer { padding: 28px 24px; }
  .demo-nav-links { display: none; }
}
@media (max-width: 600px) {
  .demo-services-grid { grid-template-columns: 1fr; }
  .demo-hero-visual { display: none; }
  .demo-form-row { grid-template-columns: 1fr; }
  .demo-footer-inner { flex-direction: column; gap: 20px; }
  .demo-footer-right { align-items: flex-start; }
}