/* ============================================================
   LAWFUL JOURNEY — NEW BUSINESS FORMATION HUB LUXURY REDESIGN
   Scoped luxury styles for new-business.html
   ============================================================ */

:root {
  --nb-bg-deep: #030712;
  --nb-bg-navy: #070e20;
  --nb-bg-card: rgba(13, 22, 42, 0.72);
  --nb-bg-card-hover: rgba(18, 30, 58, 0.88);
  --nb-gold-light: #f5dfa2;
  --nb-gold: #d4a749;
  --nb-gold-dark: #a0782b;
  --nb-gold-grad: linear-gradient(135deg, #f7e2a9 0%, #d4a749 50%, #9e7529 100%);
  --nb-gold-glow: rgba(212, 167, 73, 0.22);
  --nb-border: rgba(224, 189, 85, 0.16);
  --nb-border-hover: rgba(224, 189, 85, 0.45);
  --nb-text-white: #ffffff;
  --nb-text-silver: #e2e8f0;
  --nb-text-muted: #94a3b8;
  --nb-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.6);
  --nb-shadow-gold: 0 16px 36px -10px rgba(212, 167, 73, 0.25);
  --nb-radius: 16px;
  --nb-radius-sm: 10px;
}

/* ============================================================
   1. PRACTICE DIRECTORY SECTION
   ============================================================ */
.hub-directory-section {
  position: relative;
  background: radial-gradient(circle at 50% 0%, rgba(30, 48, 85, 0.28) 0%, transparent 60%),
              radial-gradient(circle at 10% 80%, rgba(212, 167, 73, 0.05) 0%, transparent 40%),
              var(--nb-bg-deep);
  padding: 85px 0 100px;
  border-bottom: 1px solid var(--nb-border);
}

.directory-hero-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 42px;
}

.directory-badge-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: rgba(212, 167, 73, 0.1);
  border: 1px solid rgba(212, 167, 73, 0.3);
  border-radius: 999px;
  color: var(--nb-gold-light);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.directory-badge-kicker i {
  color: var(--nb-gold);
}

.directory-hero-header h2 {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--nb-text-white);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.directory-hero-header h2 span {
  background: var(--nb-gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.directory-hero-header p {
  font-size: clamp(15px, 1.3vw, 17px);
  color: var(--nb-text-muted);
  line-height: 1.65;
  max-width: 740px;
  margin: 0 auto;
}

/* Interactive Filter & Search Bar */
.directory-control-bar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.directory-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.filter-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(14, 23, 44, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--nb-text-silver);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(8px);
}

.filter-pill-btn:hover {
  background: rgba(26, 40, 72, 0.9);
  border-color: rgba(212, 167, 73, 0.4);
  color: var(--nb-text-white);
  transform: translateY(-2px);
}

.filter-pill-btn.active {
  background: var(--nb-gold-grad);
  border-color: var(--nb-gold);
  color: #070d1e;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(212, 167, 73, 0.35);
  transform: translateY(-2px);
}

.filter-pill-btn .pill-count {
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 11px;
}

.filter-pill-btn.active .pill-count {
  background: rgba(0, 0, 0, 0.25);
  color: #070d1e;
}

.directory-search-wrapper {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.directory-search-input {
  width: 100%;
  padding: 14px 20px 14px 48px;
  background: rgba(12, 20, 38, 0.85);
  border: 1px solid var(--nb-border);
  border-radius: 12px;
  color: var(--nb-text-white);
  font-size: 14.5px;
  transition: all 0.25s ease;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}

.directory-search-input:focus {
  outline: none;
  border-color: var(--nb-gold);
  box-shadow: 0 0 0 3px rgba(212, 167, 73, 0.2), inset 0 2px 6px rgba(0, 0, 0, 0.3);
  background: rgba(15, 26, 50, 0.95);
}

.directory-search-wrapper i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--nb-gold);
  font-size: 16px;
  pointer-events: none;
}

.directory-stats-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 8px auto 0;
  padding: 0 4px;
  font-size: 12.5px;
  color: var(--nb-text-muted);
}

/* Directory Cards Grid */
.directory-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  position: relative;
}

@media (max-width: 1150px) {
  .directory-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .directory-grid-container {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.entity-luxury-card {
  position: relative;
  background: var(--nb-bg-card);
  border: 1px solid var(--nb-border);
  border-radius: var(--nb-radius);
  padding: 30px 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(14px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  box-shadow: var(--nb-shadow);
}

.entity-luxury-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--nb-gold), transparent);
  opacity: 0.35;
  transition: opacity 0.35s ease;
}

.entity-luxury-card:hover {
  background: var(--nb-bg-card-hover);
  border-color: var(--nb-border-hover);
  transform: translateY(-7px);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.7), 0 0 28px rgba(212, 167, 73, 0.18);
}

.entity-luxury-card:hover::before {
  opacity: 1;
  background: var(--nb-gold-grad);
}

/* Top Meta Row */
.entity-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.entity-cat-tag {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 11px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--nb-text-silver);
}

.entity-badge-highlight {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--nb-gold-light);
  background: rgba(212, 167, 73, 0.12);
  border: 1px solid rgba(212, 167, 73, 0.3);
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Icon & Title Header */
.entity-header-group {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

.entity-icon-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(212, 167, 73, 0.18), rgba(12, 20, 38, 0.9));
  border: 1px solid rgba(212, 167, 73, 0.35);
  display: grid;
  place-items: center;
  color: var(--nb-gold);
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.entity-luxury-card:hover .entity-icon-box {
  background: var(--nb-gold-grad);
  color: #070d1e;
  border-color: var(--nb-gold);
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 8px 20px rgba(212, 167, 73, 0.35);
}

.entity-title-box {
  flex: 1;
}

.entity-title-box h3 {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-size: 18.5px;
  font-weight: 700;
  color: var(--nb-text-white);
  line-height: 1.35;
  margin: 0;
  transition: color 0.2s ease;
}

.entity-luxury-card:hover .entity-title-box h3 {
  color: var(--nb-gold-light);
}

.entity-desc-text {
  font-size: 13.5px;
  color: var(--nb-text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Feature Matrix Micro-Pills */
.entity-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
  padding-top: 14px;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.entity-feature-pill {
  font-size: 11.5px;
  font-weight: 600;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 3px 9px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.entity-feature-pill i {
  color: var(--nb-gold);
  font-size: 10px;
}

/* Action Button Suite */
.entity-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.entity-primary-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  background: linear-gradient(135deg, rgba(212, 167, 73, 0.12), rgba(212, 167, 73, 0.04));
  border: 1px solid rgba(212, 167, 73, 0.35);
  border-radius: var(--nb-radius-sm);
  color: var(--nb-gold-light);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.entity-primary-btn:hover {
  background: var(--nb-gold-grad);
  border-color: var(--nb-gold);
  color: #070d1e;
  box-shadow: 0 6px 18px rgba(212, 167, 73, 0.3);
  transform: translateY(-2px);
}

.entity-primary-btn i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.entity-primary-btn:hover i {
  transform: translateX(4px);
}

.entity-wa-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: var(--nb-radius-sm);
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.3);
  display: grid;
  place-items: center;
  color: #25d366;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.entity-wa-btn:hover {
  background: #25d366;
  border-color: #25d366;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

/* ============================================================
   2. WHY CHOOSE LAWFUL JOURNEY (EXECUTIVE TRUST ARCHITECTURE)
   ============================================================ */
.exec-why-section {
  position: relative;
  padding: 95px 0 100px;
  background: linear-gradient(180deg, var(--nb-bg-deep) 0%, #060d1f 50%, var(--nb-bg-deep) 100%);
  border-bottom: 1px solid var(--nb-border);
}

.exec-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 48px;
}

@media (max-width: 1024px) {
  .exec-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .exec-why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.exec-why-card {
  position: relative;
  background: rgba(11, 19, 38, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--nb-radius);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

.exec-why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--nb-gold-grad);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.exec-why-card:hover {
  background: rgba(16, 27, 52, 0.95);
  border-color: rgba(212, 167, 73, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 24px 46px -10px rgba(0, 0, 0, 0.6), 0 0 24px rgba(212, 167, 73, 0.15);
}

.exec-why-card:hover::before {
  opacity: 1;
}

.why-icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212, 167, 73, 0.16), rgba(10, 18, 36, 0.95));
  border: 1px solid rgba(212, 167, 73, 0.35);
  display: grid;
  place-items: center;
  color: var(--nb-gold);
  font-size: 22px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}

.exec-why-card:hover .why-icon-badge {
  background: var(--nb-gold-grad);
  color: #070d1e;
  transform: rotate(3deg) scale(1.06);
}

.why-metric-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--nb-gold-light);
  background: rgba(212, 167, 73, 0.12);
  border: 1px solid rgba(212, 167, 73, 0.25);
  padding: 3px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.exec-why-card h3 {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--nb-text-white);
  line-height: 1.35;
  margin-bottom: 12px;
}

.exec-why-card p {
  font-size: 14px;
  color: var(--nb-text-muted);
  line-height: 1.7;
}

/* Trust Proof Banner Strip */
.exec-trust-strip {
  margin-top: 50px;
  padding: 24px 32px;
  background: rgba(14, 24, 48, 0.7);
  border: 1px solid rgba(212, 167, 73, 0.25);
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  backdrop-filter: blur(12px);
}

@media (max-width: 820px) {
  .exec-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .exec-trust-strip {
    grid-template-columns: 1fr;
  }
}

.trust-stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--nb-gold-light);
  display: block;
  margin-bottom: 4px;
}

.trust-stat-lbl {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--nb-text-silver);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ============================================================
   3. STEP-BY-STEP EXECUTION PROTOCOL
   ============================================================ */
.exec-process-section {
  position: relative;
  padding: 95px 0 100px;
  background: var(--nb-bg-deep);
  border-bottom: 1px solid var(--nb-border);
}

.process-steps-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 52px;
  position: relative;
}

@media (max-width: 1100px) {
  .process-steps-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .process-steps-track {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.process-step-node {
  position: relative;
  background: rgba(12, 21, 41, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--nb-radius);
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

.process-step-node:hover {
  background: rgba(18, 30, 58, 0.95);
  border-color: rgba(212, 167, 73, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 20px 42px -10px rgba(0, 0, 0, 0.5), 0 0 24px rgba(212, 167, 73, 0.15);
}

.step-node-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.step-number-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212, 167, 73, 0.2), rgba(10, 18, 34, 0.95));
  border: 1px solid var(--nb-gold);
  display: grid;
  place-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--nb-gold-light);
  box-shadow: 0 0 16px rgba(212, 167, 73, 0.25);
}

.step-day-pill {
  font-size: 11px;
  font-weight: 700;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.3);
  padding: 3px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.process-step-node h4 {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  color: var(--nb-text-white);
  line-height: 1.35;
  margin-bottom: 10px;
}

.process-step-node p {
  font-size: 13px;
  color: var(--nb-text-muted);
  line-height: 1.65;
  margin-bottom: 16px;
  flex-grow: 1;
}

.step-deliverable-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--nb-gold-light);
  background: rgba(212, 167, 73, 0.08);
  border: 1px solid rgba(212, 167, 73, 0.2);
  padding: 4px 9px;
  border-radius: 6px;
}

.step-deliverable-tag i {
  color: var(--nb-gold);
}

/* ============================================================
   4. FREQUENTLY ASKED QUESTIONS SECTION
   ============================================================ */
.exec-faq-section {
  position: relative;
  padding: 95px 0 100px;
  background: linear-gradient(180deg, var(--nb-bg-deep) 0%, #060d1f 100%);
  border-bottom: 1px solid var(--nb-border);
}

.exec-faq-container {
  max-width: 920px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.exec-faq-item {
  background: rgba(12, 21, 41, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--nb-radius-sm);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.exec-faq-item.active {
  border-color: rgba(212, 167, 73, 0.45);
  background: rgba(16, 27, 54, 0.95);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35), 0 0 20px rgba(212, 167, 73, 0.1);
}

.exec-faq-trigger {
  width: 100%;
  padding: 20px 24px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  cursor: pointer;
  color: var(--nb-text-white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.exec-faq-trigger:hover {
  color: var(--nb-gold-light);
}

.faq-trigger-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-num-pill {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(212, 167, 73, 0.12);
  border: 1px solid rgba(212, 167, 73, 0.3);
  display: grid;
  place-items: center;
  color: var(--nb-gold);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.exec-faq-item.active .faq-num-pill {
  background: var(--nb-gold-grad);
  color: #070d1e;
  border-color: var(--nb-gold);
}

.faq-toggle-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: center;
  color: var(--nb-gold);
  font-size: 13px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.exec-faq-item.active .faq-toggle-arrow {
  transform: rotate(180deg);
  background: var(--nb-gold);
  color: #070d1e;
}

.exec-faq-collapse {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.4s ease;
  padding: 0 24px;
}

.exec-faq-item.active .exec-faq-collapse {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  padding: 0 24px 22px 72px;
}

@media (max-width: 600px) {
  .exec-faq-item.active .exec-faq-collapse {
    padding: 0 20px 20px 20px;
  }
}

.exec-faq-collapse p {
  font-size: 14.5px;
  color: var(--nb-text-muted);
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   5. EXECUTIVE CONTACT & CONSULTATION SUITE
   ============================================================ */
.exec-contact-section {
  position: relative;
  padding: 95px 0 105px;
  background: radial-gradient(circle at 80% 20%, rgba(212, 167, 73, 0.08) 0%, transparent 45%),
              var(--nb-bg-deep);
}

.exec-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  margin-top: 48px;
}

@media (max-width: 991px) {
  .exec-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Left Column: Direct Access Suite */
.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.counsel-status-card {
  background: rgba(14, 24, 46, 0.85);
  border: 1px solid var(--nb-border);
  border-radius: var(--nb-radius);
  padding: 26px;
  backdrop-filter: blur(12px);
  box-shadow: var(--nb-shadow);
}

.counsel-pulse-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4ade80;
  margin-bottom: 12px;
}

.pulsing-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 10px #4ade80;
  animation: pulseBeacon 1.8s infinite;
}

@keyframes pulseBeacon {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
  70% { transform: scale(1.15); box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.counsel-status-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--nb-text-white);
  margin-bottom: 8px;
}

.counsel-status-card p {
  font-size: 14px;
  color: var(--nb-text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.direct-channels-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 480px) {
  .direct-channels-row {
    grid-template-columns: 1fr;
  }
}

.direct-channel-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--nb-radius-sm);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.direct-channel-btn.phone-btn {
  background: rgba(212, 167, 73, 0.12);
  border: 1px solid rgba(212, 167, 73, 0.35);
  color: var(--nb-gold-light);
}

.direct-channel-btn.phone-btn:hover {
  background: var(--nb-gold-grad);
  color: #070d1e;
  transform: translateY(-2px);
  box-shadow: var(--nb-shadow-gold);
}

.direct-channel-btn.wa-btn {
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #4ade80;
}

.direct-channel-btn.wa-btn:hover {
  background: #25d366;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.direct-channel-btn i {
  font-size: 18px;
}

.direct-btn-text span {
  display: block;
  font-size: 11px;
  opacity: 0.75;
  font-weight: 500;
}

/* Map & Address Embed */
.office-map-card {
  background: rgba(14, 24, 46, 0.85);
  border: 1px solid var(--nb-border);
  border-radius: var(--nb-radius);
  overflow: hidden;
  box-shadow: var(--nb-shadow);
}

.office-map-frame {
  width: 100%;
  height: 240px;
  border: none;
  filter: contrast(1.05) saturate(1.1);
  display: block;
}

.office-location-details {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.location-icon-pin {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(212, 167, 73, 0.14);
  border: 1px solid rgba(212, 167, 73, 0.3);
  display: grid;
  place-items: center;
  color: var(--nb-gold);
  font-size: 15px;
  flex-shrink: 0;
}

.location-text h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--nb-text-white);
  margin-bottom: 2px;
}

.location-text p {
  font-size: 12.5px;
  color: var(--nb-text-muted);
  margin: 0;
}

/* Right Column: High-Converting Booking Form */
.booking-form-card {
  background: rgba(14, 23, 45, 0.9);
  border: 1px solid var(--nb-border);
  border-radius: var(--nb-radius);
  padding: 36px 32px;
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(212, 167, 73, 0.1);
}

.form-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--nb-gold);
  margin-bottom: 8px;
}

.booking-form-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--nb-text-white);
  margin-bottom: 10px;
}

.booking-form-card > p {
  font-size: 14px;
  color: var(--nb-text-muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Quick Service Picker Pills */
.service-picker-label {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--nb-text-silver);
  margin-bottom: 10px;
  display: block;
}

.service-picker-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.picker-pill {
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--nb-text-silver);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.picker-pill:hover {
  background: rgba(212, 167, 73, 0.12);
  border-color: rgba(212, 167, 73, 0.35);
  color: var(--nb-gold-light);
}

.picker-pill.active {
  background: var(--nb-gold-grad);
  border-color: var(--nb-gold);
  color: #070d1e;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(212, 167, 73, 0.3);
}

.booking-input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .booking-input-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.booking-field-group {
  margin-bottom: 16px;
}

.booking-field-group label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--nb-text-silver);
  margin-bottom: 6px;
}

.booking-field-group input,
.booking-field-group textarea {
  width: 100%;
  padding: 13px 16px;
  background: rgba(8, 14, 28, 0.85);
  border: 1px solid var(--nb-border);
  border-radius: 10px;
  color: var(--nb-text-white);
  font-size: 14px;
  transition: all 0.25s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.booking-field-group input:focus,
.booking-field-group textarea:focus {
  outline: none;
  border-color: var(--nb-gold);
  background: rgba(12, 20, 38, 0.95);
  box-shadow: 0 0 0 3px rgba(212, 167, 73, 0.2);
}

.booking-submit-btn {
  width: 100%;
  padding: 16px 24px;
  background: var(--nb-gold-grad);
  border: 1px solid var(--nb-gold);
  border-radius: 12px;
  color: #070d1e;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--nb-shadow-gold);
  letter-spacing: 0.02em;
}

.booking-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(212, 167, 73, 0.45);
  filter: brightness(1.05);
}

.booking-submit-btn:active {
  transform: translateY(0);
}

.form-privacy-note {
  font-size: 12px;
  color: var(--nb-text-muted);
  text-align: center;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.form-privacy-note i {
  color: var(--nb-gold);
}
