/* === BREADCRUMB === */
.breadcrumb-bar {
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
  padding: 10px 24px;
}
.breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
}
.breadcrumb-inner a { color: #10b981; font-weight: 500; }
.breadcrumb-inner a:hover { text-decoration: underline; }

/* === PAGE HERO === */
.page-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f2a1a 100%);
  padding: 64px 24px 56px;
}
.page-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}
.page-hero-title {
  font-size: 42px;
  font-weight: 900;
  color: white;
  line-height: 1.1;
  margin: 16px 0 16px;
  letter-spacing: -0.5px;
}
.page-hero-sub {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 620px;
}

/* === CONTENT SECTION === */
.page-content-section {
  padding: 56px 24px;
  background: #f8fafc;
}
.page-content-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}
.page-content-main { min-width: 0; }

.page-intro {
  background: white;
  border-left: 4px solid #10b981;
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #374151;
  line-height: 1.75;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-body {
  background: white;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 32px;
  font-size: 15px;
  color: #374151;
  line-height: 1.8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.page-body strong { color: #0f172a; }

.page-section-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 36px 0 20px;
}

/* === PAGE SERVICES === */
.page-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px;
}
.page-service-card {
  background: white;
  border-radius: 12px;
  padding: 22px 20px;
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.page-service-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-color: #10b981; }
.page-service-card .service-icon { margin-bottom: 12px; }
.page-service-card h3 { font-size: 15px; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.page-service-card p  { font-size: 13px; color: #64748b; line-height: 1.6; }

/* === CTA BAND === */
.page-cta-band {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 14px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.page-cta-title { color: white; font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.page-cta-sub   { color: #94a3b8; font-size: 13px; }
.page-cta-btns  { display: flex; gap: 10px; flex-shrink: 0; }

/* === FAQ === */
.faq-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 36px; }
.faq-item { background: white; border-radius: 10px; border: 1px solid #e2e8f0; overflow: hidden; }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-q:hover { background: #f8fafc; }
.faq-arrow { color: #10b981; font-size: 12px; transition: transform 0.2s; flex-shrink: 0; }
.faq-a {
  display: none;
  padding: 0 20px 16px;
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
}

/* === SIDEBAR === */
.page-sidebar { position: sticky; top: 88px; }
.sidebar-card {
  background: white;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.sidebar-card-title {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}
.sidebar-tel {
  display: block;
  background: #10b981;
  color: white;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 8px;
}
.sidebar-tel:hover { background: #059669; }
.sidebar-wp {
  display: block;
  background: #dcfce7;
  color: #065f46;
  text-align: center;
  padding: 11px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.sidebar-wp:hover { background: #bbf7d0; }
.sidebar-note { font-size: 11px; color: #94a3b8; text-align: center; }
.sidebar-regions { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.sidebar-regions a {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
  color: #374151;
  transition: background 0.15s, color 0.15s;
}
.sidebar-regions a:hover { background: #f0fdf4; color: #10b981; }

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .page-content-inner { grid-template-columns: 1fr; }
  .page-sidebar { position: static; }
  .page-services { grid-template-columns: 1fr; }
  .page-hero-title { font-size: 30px; }
  .page-cta-band { flex-direction: column; text-align: center; }
  .page-cta-btns { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .page-hero-title { font-size: 26px; }
}