/* ============================================================
   PRESTIGE LEGAL GROUP — Main Stylesheet (Compiled)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Base ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
}

/* ── Navbar ─────────────────────────────────────────────────── */
.navbar-law {
  background-color: #0A0A0A;
  border-bottom: 2px solid #C9A227;
  padding: 14px 0;
}

.navbar-law .navbar-brand img {
  height: 44px;
  width: auto;
}

.navbar-law .nav-link {
  color: rgba(255,255,255,.8) !important;
  font-weight: 500;
  font-size: .9rem;
  letter-spacing: .3px;
  padding: 8px 16px !important;
  transition: color .2s;
  font-family: 'Inter', sans-serif;
}

.navbar-law .nav-link:hover,
.navbar-law .nav-link.active {
  color: #C9A227 !important;
}

.navbar-law .navbar-toggler {
  border-color: rgba(201,162,39,.6);
  padding: 6px 10px;
}

.navbar-law .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28201%2C162%2C39%2C0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
  .navbar-law .navbar-collapse {
    background: #0A0A0A;
    padding: 16px 0;
    border-top: 1px solid rgba(201,162,39,.2);
    margin-top: 12px;
  }
  .navbar-law .btn-gold {
    margin: 12px 0 0;
    width: 100%;
    text-align: center;
  }
}

/* ── Buttons ──────────────────────────────────────────────────── */
.btn-gold {
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .4px;
  padding: 12px 28px;
  border-radius: 3px;
  transition: all .25s;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #C9A227;
  color: #0A0A0A;
  border: 2px solid #C9A227;
}

.btn-gold:hover,
.btn-gold:focus {
  background-color: #A8841F;
  border-color: #A8841F;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201,162,39,.3);
  text-decoration: none;
}

.btn-outline-gold {
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .4px;
  padding: 12px 28px;
  border-radius: 3px;
  transition: all .25s;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background: transparent;
  color: #C9A227;
  border: 2px solid #C9A227;
}

.btn-outline-gold:hover,
.btn-outline-gold:focus {
  background-color: #C9A227;
  color: #0A0A0A;
  transform: translateY(-2px);
  text-decoration: none;
}

.btn-dark-solid {
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .4px;
  padding: 12px 28px;
  border-radius: 3px;
  transition: all .25s;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background: #0A0A0A;
  color: #FFFFFF;
  border: 2px solid #0A0A0A;
}

.btn-dark-solid:hover {
  background: #1A1A1A;
  color: #FFFFFF;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, #0A0A0A 0%, #141414 55%, #0d1520 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse at 80% 40%, rgba(201,162,39,.07) 0%, transparent 60%);
  pointer-events: none;
}

.hero .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,162,39,.12);
  border: 1px solid rgba(201,162,39,.4);
  color: #C9A227;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: 'Inter', sans-serif;
}

.hero .hero-title {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.12;
  margin-bottom: 24px;
}

.hero .hero-title span { color: #C9A227; }

.hero .hero-subtitle {
  font-size: 1.08rem;
  color: rgba(255,255,255,.65);
  line-height: 1.85;
  max-width: 560px;
  margin-bottom: 40px;
}

.hero .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

.hero .hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.5);
  font-size: .8rem;
}

.hero .hero-trust-item i { color: #C9A227; }

.hero .hero-emblem {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,39,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.hero .hero-emblem::before {
  content: '';
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,39,.1);
}

.hero .hero-emblem i { font-size: 8.5rem; color: rgba(201,162,39,.16); }

@media (max-width: 991px) {
  .hero { text-align: center; }
  .hero .hero-subtitle { margin: 0 auto 40px; }
  .hero .hero-trust { justify-content: center; }
  .hero .hero-emblem { display: none; }
}

/* ── Stats strip ────────────────────────────────────────────── */
.stats-strip {
  background-color: #0A0A0A;
  padding: 64px 0;
  border-top: 1px solid rgba(201,162,39,.18);
  border-bottom: 1px solid rgba(201,162,39,.18);
}

.stats-strip .stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #C9A227;
  line-height: 1;
}

.stats-strip .stat-label {
  color: rgba(255,255,255,.55);
  font-size: .78rem;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.stats-strip .stat-divider {
  width: 1px;
  height: 56px;
  background: rgba(201,162,39,.18);
}

/* ── Section utilities ───────────────────────────────────────── */
.section-py    { padding: 100px 0; }
.section-py-sm { padding: 72px 0; }

.eyebrow {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9A227;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}

.section-heading {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 700;
  color: #0A0A0A;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-heading-white { color: #FFFFFF; }

.gold-bar {
  width: 52px;
  height: 3px;
  background-color: #C9A227;
  margin-bottom: 28px;
  border-radius: 2px;
}

.text-gold { color: #C9A227 !important; }

/* ── Practice area cards ─────────────────────────────────────── */
.practice-card {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 36px 28px;
  height: 100%;
  transition: border-color .3s, transform .3s, box-shadow .3s;
  background: #FFFFFF;
}

.practice-card:hover {
  border-color: #C9A227;
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,.08);
}

.practice-card .practice-icon {
  width: 58px;
  height: 58px;
  background: rgba(201,162,39,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.practice-card .practice-icon i { font-size: 1.5rem; color: #C9A227; }

.practice-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 12px;
}

.practice-card p {
  color: #666666;
  font-size: .88rem;
  line-height: 1.75;
  margin: 0;
}

/* ── Lawyer cards ────────────────────────────────────────────── */
.lawyer-card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  transition: all .3s;
  background: #FFFFFF;
}

.lawyer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,.12);
  border-color: rgba(201,162,39,.4);
}

.lawyer-card:hover .lawyer-img-wrap img { transform: scale(1.04); }

.lawyer-card .lawyer-img-wrap {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #1A1A1A;
}

.lawyer-card .lawyer-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform .4s;
}

.lawyer-card .lawyer-img-wrap .lawyer-avatar {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #111111 0%, #1A1A1A 100%);
  display: none;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #C9A227;
}

.lawyer-card .lawyer-img-wrap .lawyer-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(201,162,39,.92);
  color: #0A0A0A;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
}

.lawyer-card .lawyer-body {
  padding: 26px;
}

.lawyer-card .lawyer-body .lawyer-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 4px;
}

.lawyer-card .lawyer-body .lawyer-title {
  color: #C9A227;
  font-weight: 600;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
}

.lawyer-card .lawyer-body .lawyer-area {
  font-size: .84rem;
  color: #666666;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.lawyer-card .lawyer-body .lawyer-desc {
  font-size: .87rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 16px;
}

.lawyer-card .lawyer-body .lawyer-exp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  color: #666666;
  font-family: 'Inter', sans-serif;
}

.lawyer-card .lawyer-body .lawyer-exp i { color: #C9A227; }

/* ── Trust items ─────────────────────────────────────────────── */
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 34px;
}

.trust-item:last-child { margin-bottom: 0; }

.trust-item .trust-icon {
  width: 50px;
  height: 50px;
  background: rgba(201,162,39,.1);
  border: 1px solid rgba(201,162,39,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-item .trust-icon i { color: #C9A227; font-size: 1.25rem; }

.trust-item .trust-text h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 6px;
}

.trust-item .trust-text p {
  font-size: .87rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

/* ── BCP section ─────────────────────────────────────────────── */
.bcp-section {
  background: #111111;
  padding: 72px 0;
  border-top: 1px solid rgba(201,162,39,.14);
  border-bottom: 1px solid rgba(201,162,39,.14);
}

.bcp-section .bcp-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 28px;
  background: rgba(201,162,39,.08);
  border: 1px solid rgba(201,162,39,.28);
  border-radius: 6px;
}

.bcp-section .bcp-badge i { font-size: 2rem; color: #C9A227; }

.bcp-section .bcp-badge .bcp-label {
  color: rgba(255,255,255,.45);
  font-size: .68rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: 'Inter', sans-serif;
}

.bcp-section .bcp-badge a {
  color: #C9A227;
  font-weight: 600;
  text-decoration: none;
  font-size: .9rem;
}

.bcp-section .bcp-badge a:hover { text-decoration: underline; }

/* ── CTA section ─────────────────────────────────────────────── */
.cta-section {
  background: #C9A227;
  padding: 80px 0;
}

.cta-section h2 {
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 14px;
}

.cta-section p { color: rgba(0,0,0,.7); }

/* ── Quote block ─────────────────────────────────────────────── */
.quote-block {
  background: #111111;
  border-radius: 8px;
  padding: 40px 36px;
  border-left: 4px solid #C9A227;
  position: relative;
}

.quote-block::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  color: #C9A227;
  opacity: .18;
  position: absolute;
  top: -8px;
  left: 22px;
  line-height: 1;
}

.quote-block p {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: rgba(255,255,255,.82);
  line-height: 1.75;
  margin: 0;
  position: relative;
}

.quote-block cite {
  display: block;
  margin-top: 16px;
  font-size: .8rem;
  color: #C9A227;
  font-style: normal;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  position: relative;
}

/* ── Page header ─────────────────────────────────────────────── */
.page-header {
  background: linear-gradient(135deg, #0A0A0A 0%, #111 55%, #0a1420 100%);
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse at 70% 50%, rgba(201,162,39,.06) 0%, transparent 55%);
}

.page-header h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
  position: relative;
}

.page-header p {
  color: rgba(255,255,255,.55);
  font-size: .98rem;
  margin-bottom: 0;
  position: relative;
}

.page-header nav.breadcrumb-law {
  background: none;
  padding: 0;
  margin-bottom: 14px;
}

.page-header .breadcrumb-law .breadcrumb-item {
  color: rgba(255,255,255,.4);
  font-size: .8rem;
}

.page-header .breadcrumb-law .breadcrumb-item a {
  color: #C9A227;
  text-decoration: none;
}

.page-header .breadcrumb-law .breadcrumb-item.active { color: rgba(255,255,255,.4); }

.page-header .breadcrumb-law .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.25); }

/* ── Value cards ─────────────────────────────────────────────── */
.value-card {
  border-left: 3px solid #C9A227;
  padding: 22px 26px;
  background: #F9F7F2;
  border-radius: 0 6px 6px 0;
  height: 100%;
}

.value-card h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 8px;
}

.value-card p {
  font-size: .87rem;
  color: #666666;
  margin: 0;
  line-height: 1.7;
}

/* ── Timeline ────────────────────────────────────────────────── */
.timeline-item {
  display: flex;
  gap: 22px;
  margin-bottom: 36px;
}

.timeline-item .timeline-year {
  flex-shrink: 0;
  width: 66px;
  text-align: center;
  padding-top: 2px;
}

.timeline-item .timeline-year-badge {
  display: inline-block;
  background: #C9A227;
  color: #0A0A0A;
  font-weight: 700;
  font-size: .74rem;
  padding: 4px 8px;
  border-radius: 3px;
  letter-spacing: .5px;
  font-family: 'Inter', sans-serif;
}

.timeline-item .timeline-body h6 {
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 5px;
}

.timeline-item .timeline-body p {
  font-size: .87rem;
  color: #666666;
  line-height: 1.75;
  margin: 0;
}

/* ── Contact form ────────────────────────────────────────────── */
.contact-wrapper {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  padding: 48px 40px;
  box-shadow: 0 4px 40px rgba(0,0,0,.06);
}

@media (max-width: 767px) {
  .contact-wrapper { padding: 32px 24px; }
}

.form-label-law {
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .9px;
  color: #444;
  margin-bottom: 7px;
  font-family: 'Inter', sans-serif;
}

.form-control-law {
  border: 1.5px solid #ddd;
  border-radius: 4px;
  padding: 13px 15px;
  font-size: .93rem;
  color: #0A0A0A;
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
}

.form-control-law:focus {
  border-color: #C9A227;
  box-shadow: 0 0 0 3px rgba(201,162,39,.12);
  background: #FFFFFF;
  outline: none;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 26px;
}

.contact-info-item .contact-info-icon {
  width: 44px;
  height: 44px;
  background: rgba(201,162,39,.1);
  border: 1px solid rgba(201,162,39,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-item .contact-info-icon i { color: #C9A227; font-size: 1.05rem; }

.contact-info-item .contact-info-text strong {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 3px;
  font-family: 'Inter', sans-serif;
}

.contact-info-item .contact-info-text a,
.contact-info-item .contact-info-text span {
  color: #0A0A0A;
  font-size: .93rem;
  font-weight: 500;
  text-decoration: none;
}

.contact-info-item .contact-info-text a:hover { color: #C9A227; }

/* ── Footer ──────────────────────────────────────────────────── */
footer.site-footer {
  background: #0A0A0A;
  padding: 72px 0 0;
  color: rgba(255,255,255,.62);
}

footer.site-footer .footer-logo img { height: 40px; width: auto; margin-bottom: 14px; }

footer.site-footer .footer-tagline {
  font-size: .87rem;
  line-height: 1.75;
  color: rgba(255,255,255,.45);
  max-width: 265px;
}

footer.site-footer .footer-heading {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C9A227;
  margin-bottom: 18px;
  font-family: 'Inter', sans-serif;
}

footer.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.site-footer ul li { margin-bottom: 9px; }

footer.site-footer ul li a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  font-size: .87rem;
  transition: color .2s;
}

footer.site-footer ul li a:hover { color: #C9A227; }

footer.site-footer .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 13px;
  font-size: .87rem;
}

footer.site-footer .footer-contact-item i { color: #C9A227; margin-top: 3px; flex-shrink: 0; }

footer.site-footer .footer-contact-item a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
}

footer.site-footer .footer-contact-item a:hover { color: #C9A227; }

footer.site-footer .footer-contact-item span { color: rgba(255,255,255,.5); }

footer.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.45);
  text-decoration: none;
  font-size: .95rem;
  transition: all .2s;
  margin-right: 7px;
}

footer.site-footer .footer-social a:hover {
  border-color: #C9A227;
  color: #C9A227;
  background: rgba(201,162,39,.1);
}

footer.site-footer hr.footer-divider { border-color: rgba(255,255,255,.09); margin: 44px 0 22px; }

footer.site-footer .footer-bottom {
  font-size: .76rem;
  color: rgba(255,255,255,.28);
  padding-bottom: 28px;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 767px) {
  .section-py { padding: 72px 0; }
  .quote-block { padding: 28px 22px; }
}

@media (max-width: 575px) {
  .stats-strip .stat-divider { display: none; }
}
