/* ============================================================
   SHARED PRACTICE AREA PAGE STYLES
   ============================================================ */

/* ── Page Banner ── */
.page-banner {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 120px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/bg.jpg") center/cover no-repeat;
  opacity: 0.08;
}
.page-banner .container { position: relative; }
.page-banner .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #c9a84c;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.page-banner .breadcrumb a { color: #c9a84c; text-decoration: none; }
.page-banner .breadcrumb a:hover { text-decoration: underline; }
.page-banner h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #fff;
  margin: 0;
}
.page-banner h1 span { color: #c9a84c; }

/* ── Main Section ── */
.pa-section {
  padding: 80px 0 100px;
  background: #fff;
}

/* ── Two-column grid ── */
.pa-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 50px;
  align-items: start;
}

/* ── Main Content ── */
.pa-main h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: #1a1a2e;
  margin: 0 0 16px;
}
.pa-main h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: #1a1a2e;
  margin: 36px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9a84c;
  display: inline-block;
}
.pa-main p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.85;
  margin: 0 0 14px;
}

/* Intro row */
.pa-intro {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 36px;
}
.pa-icon {
  width: 64px;
  height: 64px;
  background: #1a1a2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pa-icon i { color: #c9a84c; font-size: 1.5rem; }

/* Services list */
.pa-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pa-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #444;
  font-size: 0.93rem;
  line-height: 1.6;
}
.pa-list li i { color: #c9a84c; margin-top: 3px; flex-shrink: 0; font-size: 0.85rem; }

/* Quote highlight */
.pa-highlight {
  background: #f8f4e8;
  border-left: 4px solid #c9a84c;
  padding: 20px 24px;
  border-radius: 2px;
  margin: 30px 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pa-highlight i { color: #c9a84c; font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.pa-highlight p { margin: 0; color: #444; font-size: 0.92rem; line-height: 1.8; font-style: italic; }

/* Why cards */
.pa-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 14px;
}
.pa-why-card {
  background: #f8f8f8;
  border-top: 3px solid #c9a84c;
  padding: 22px 18px;
  border-radius: 2px;
}
.pa-why-card i { color: #1a1a2e; font-size: 1.3rem; margin-bottom: 10px; display: block; }
.pa-why-card h4 { font-family: "Playfair Display", serif; font-size: 0.95rem; color: #1a1a2e; margin: 0 0 8px; }
.pa-why-card p { color: #666; font-size: 0.85rem; line-height: 1.65; margin: 0; }

/* ── Sidebar ── */
.pa-sidebar { display: flex; flex-direction: column; gap: 24px; }

.pa-sidebar-box {
  background: #f8f8f8;
  border-radius: 2px;
  padding: 24px 20px;
}
.pa-sidebar-box h4 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  color: #1a1a2e;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c9a84c;
}
.pa-sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.pa-sidebar-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
  font-size: 0.85rem;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.pa-sidebar-links li a i { color: #c9a84c; font-size: 0.8rem; width: 16px; text-align: center; }
.pa-sidebar-links li a:hover,
.pa-sidebar-links li.active a {
  background: #1a1a2e;
  color: #c9a84c;
}
.pa-sidebar-links li.active a i { color: #c9a84c; }

.pa-cta-box {
  background: #1a1a2e;
  border-radius: 2px;
  padding: 28px 22px;
  text-align: center;
}
.pa-cta-box > i { color: #c9a84c; font-size: 2rem; display: block; margin-bottom: 12px; }
.pa-cta-box h4 { font-family: "Playfair Display", serif; font-size: 1.1rem; color: #fff; margin: 0 0 10px; }
.pa-cta-box p { color: rgba(255,255,255,0.65); font-size: 0.85rem; line-height: 1.6; margin: 0 0 18px; }
.pa-cta-btn {
  display: block;
  background: #c9a84c;
  color: #1a1a2e;
  text-align: center;
  padding: 12px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  margin-bottom: 10px;
  transition: background 0.25s;
}
.pa-cta-btn:hover { background: #fff; }
.pa-cta-call {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
  text-decoration: none;
  text-align: center;
  transition: color 0.2s;
}
.pa-cta-call:hover { color: #c9a84c; }

/* ── CTA Strip ── */
.bottom-cta-strip { background: #f0f0f0; padding: 28px 0; }
.bottom-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.bottom-cta-text { display: flex; align-items: center; gap: 16px; }
.bottom-cta-text i { color: #1a1a2e; font-size: 1.6rem; flex-shrink: 0; }
.bottom-cta-text p { color: #333; font-size: 0.95rem; margin: 0; }
.btn-free-eval {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a1a2e;
  color: #fff;
  padding: 13px 26px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  transition: background 0.3s;
}
.btn-free-eval:hover { background: #c9a84c; color: #1a1a2e; }
.btn-free-eval i { font-size: 0.75rem; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pa-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .pa-grid { grid-template-columns: 1fr; }
  .pa-sidebar { flex-direction: row; flex-wrap: wrap; }
  .pa-sidebar-box { flex: 1; min-width: 260px; }
}
@media (max-width: 600px) {
  .pa-why-grid { grid-template-columns: 1fr; }
  .pa-intro { flex-direction: column; }
}
