/* ============================================================
   LAWFUL JOURNEY — LISTED COMPANIES & SEBI LODR HUB LUXURY STYLES
   Scoped luxury styles for listed-companies.html
   ============================================================ */

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

body.premium-hub[data-hub="listed-companies"] {
  overflow-x: hidden;
}

body.premium-hub[data-hub="listed-companies"] * {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .header .btn-whatsapp,
  .header-actions .btn-whatsapp {
    display: none !important;
  }
  .header .navbar {
    max-width: 100vw;
    overflow: hidden;
  }
}

body.premium-hub[data-hub="listed-companies"] .hub-badge {
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body.premium-hub[data-hub="listed-companies"] .hub-title {
    font-size: clamp(24px, 7vw, 34px) !important;
    word-break: break-word;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }
  body.premium-hub[data-hub="listed-companies"] .hub-badge {
    font-size: 10px !important;
    letter-spacing: 0.04em !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
    display: inline-block !important;
    line-height: 1.4 !important;
    height: auto !important;
    min-height: auto !important;
    padding: 6px 12px !important;
  }
  .directory-badge-kicker {
    font-size: 10px !important;
    letter-spacing: 0.04em !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
    display: inline-block !important;
    line-height: 1.4 !important;
    padding: 5px 12px !important;
  }
  .directory-hero-header h2 {
    font-size: clamp(21px, 6vw, 28px) !important;
    word-break: break-word !important;
  }
}

/* ============================================================
   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(--lst-bg-deep);
  padding: 85px 0 100px;
  border-bottom: 1px solid var(--lst-border);
}

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

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

.directory-hero-header h2 {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: var(--lst-text-white);
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

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

.directory-hero-header p {
  color: var(--lst-text-silver);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

/* Controls: Search & Category Filter Tabs */
.directory-controls {
  max-width: 1140px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.directory-search-wrapper {
  position: relative;
  width: 100%;
}

.directory-search-input {
  width: 100%;
  background: rgba(13, 22, 42, 0.65);
  border: 1px solid var(--lst-border);
  border-radius: 12px;
  padding: 15px 50px 15px 22px;
  color: var(--lst-text-white);
  font-size: 15px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.directory-search-input:focus {
  outline: none;
  border-color: var(--lst-gold);
  background: rgba(13, 22, 42, 0.95);
  box-shadow: 0 0 0 3px rgba(212, 167, 73, 0.18);
}

.directory-search-wrapper i.fa-search {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--lst-gold);
  font-size: 17px;
  pointer-events: none;
}

/* Category Filter Pills */
.directory-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 5px;
}

.dir-filter-btn {
  background: rgba(13, 22, 42, 0.7);
  border: 1px solid var(--lst-border);
  color: var(--lst-text-silver);
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dir-filter-btn:hover {
  border-color: var(--lst-gold);
  color: var(--lst-text-white);
  background: rgba(21, 35, 66, 0.85);
}

.dir-filter-btn.active {
  background: var(--lst-gold-grad);
  border-color: transparent;
  color: #040814;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(212, 167, 73, 0.35);
}

.dir-filter-btn .count-badge {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 11px;
}

.dir-filter-btn.active .count-badge {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}

/* Result Counter Bar */
.directory-counter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0 6px;
  color: var(--lst-text-muted);
  font-size: 13px;
  font-weight: 500;
}

.directory-counter-bar strong {
  color: var(--lst-gold-light);
}

/* Grid & Luxury Cards */
.entity-luxury-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 26px;
}

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

.entity-luxury-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--lst-gold-grad);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.entity-luxury-card:hover {
  transform: translateY(-6px);
  border-color: var(--lst-border-hover);
  background: var(--lst-bg-card-hover);
  box-shadow: var(--lst-shadow-gold);
}

.entity-luxury-card:hover::before {
  opacity: 1;
}

.entity-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.entity-icon-squircle {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212, 167, 73, 0.16), rgba(13, 22, 42, 0.8));
  border: 1px solid rgba(212, 167, 73, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lst-gold-light);
  font-size: 21px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.entity-luxury-card:hover .entity-icon-squircle {
  transform: scale(1.08);
  border-color: var(--lst-gold);
  box-shadow: 0 0 20px rgba(212, 167, 73, 0.4);
}

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

.entity-card-body h3 {
  font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--lst-text-white);
  margin-bottom: 12px;
  line-height: 1.3;
}

.entity-card-body p {
  color: var(--lst-text-silver);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Key Service Meta Row */
.entity-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: rgba(4, 9, 20, 0.6);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 22px;
  font-size: 12px;
}

.meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.meta-label {
  color: var(--lst-text-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.meta-val {
  color: var(--lst-gold-light);
  font-weight: 600;
}

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

.entity-btn-primary {
  flex: 1;
  background: linear-gradient(135deg, rgba(212, 167, 73, 0.15) 0%, rgba(212, 167, 73, 0.05) 100%);
  border: 1px solid rgba(212, 167, 73, 0.35);
  color: var(--lst-gold-light);
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.entity-btn-primary:hover {
  background: var(--lst-gold-grad);
  color: #040814;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(212, 167, 73, 0.35);
  font-weight: 700;
}

.entity-btn-wa {
  width: 42px;
  height: 42px;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 8px;
  color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.entity-btn-wa:hover {
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transform: translateY(-2px);
}

/* Empty State */
.directory-no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  background: rgba(13, 22, 42, 0.5);
  border: 1px dashed var(--lst-border);
  border-radius: var(--lst-radius);
  display: none;
}

.directory-no-results i {
  font-size: 42px;
  color: var(--lst-gold);
  margin-bottom: 16px;
}

.directory-no-results h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.directory-no-results p {
  color: var(--lst-text-muted);
  font-size: 14px;
  max-width: 480px;
  margin: 0 auto 20px;
}

/* ============================================================
   2. INSTITUTIONAL REGULATORY RIGOR SECTION
   ============================================================ */
.hub-rigor-section {
  position: relative;
  background: linear-gradient(180deg, var(--lst-bg-deep) 0%, var(--lst-bg-navy) 50%, var(--lst-bg-deep) 100%);
  padding: 95px 0 100px;
  border-bottom: 1px solid var(--lst-border);
}

.rigor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}

.rigor-pillar-card {
  background: rgba(13, 22, 42, 0.6);
  border: 1px solid var(--lst-border);
  border-radius: var(--lst-radius);
  padding: 32px 26px;
  transition: all 0.3s ease;
}

.rigor-pillar-card:hover {
  background: rgba(18, 30, 58, 0.85);
  border-color: var(--lst-border-hover);
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}

.rigor-pillar-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: var(--lst-gold);
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  display: inline-block;
  background: rgba(212, 167, 73, 0.1);
  padding: 4px 10px;
  border-radius: 6px;
}

.rigor-pillar-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.rigor-pillar-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--lst-text-silver);
  margin: 0;
}

/* Trust Proof Strip */
.rigor-trust-strip {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: rgba(13, 22, 42, 0.8);
  border: 1px solid var(--lst-border);
  border-radius: 14px;
  padding: 30px;
  text-align: center;
}

.trust-stat-item {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 10px;
}

.trust-stat-item:last-child {
  border-right: none;
}

.trust-stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  background: var(--lst-gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

.trust-stat-label {
  color: var(--lst-text-silver);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

/* ============================================================
   3. 5-PHASE SEBI & PUBLIC COMPANY ROADMAP
   ============================================================ */
.hub-roadmap-section {
  position: relative;
  background: radial-gradient(circle at 80% 20%, rgba(212, 167, 73, 0.06) 0%, transparent 40%),
              var(--lst-bg-deep);
  padding: 95px 0 105px;
  border-bottom: 1px solid var(--lst-border);
}

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

.roadmap-step-card {
  position: relative;
  background: rgba(13, 22, 42, 0.7);
  border: 1px solid var(--lst-border);
  border-radius: 14px;
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.roadmap-step-card:hover {
  transform: translateY(-5px);
  border-color: var(--lst-gold);
  background: rgba(18, 30, 58, 0.9);
}

.step-phase-badge {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.phase-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: var(--lst-gold-light);
  background: rgba(212, 167, 73, 0.15);
  border: 1px solid rgba(212, 167, 73, 0.3);
  padding: 3px 8px;
  border-radius: 6px;
}

.phase-day {
  color: var(--lst-text-muted);
  font-size: 11px;
  font-weight: 600;
}

.roadmap-step-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.35;
}

.roadmap-step-card p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--lst-text-silver);
  margin-bottom: 14px;
  flex: 1;
}

.step-deliverable {
  background: rgba(4, 9, 20, 0.7);
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 11px;
  color: var(--lst-gold-light);
  border: 1px solid rgba(212, 167, 73, 0.2);
}

.step-deliverable strong {
  color: #fff;
}

/* ============================================================
   4. EXECUTIVE FAQ ACCORDION SECTION
   ============================================================ */
.hub-faq-section {
  position: relative;
  background: var(--lst-bg-navy);
  padding: 95px 0 100px;
  border-bottom: 1px solid var(--lst-border);
}

.faq-accordion-container {
  max-width: 860px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-accordion-item {
  background: rgba(13, 22, 42, 0.7);
  border: 1px solid var(--lst-border);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-accordion-item.active {
  border-color: var(--lst-gold);
  background: rgba(18, 30, 58, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.faq-accordion-trigger {
  width: 100%;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-align: left;
  cursor: pointer;
  gap: 18px;
}

.faq-accordion-trigger i.chevron-icon {
  font-size: 14px;
  color: var(--lst-gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-accordion-item.active .faq-accordion-trigger i.chevron-icon {
  transform: rotate(180deg);
}

.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
}

.faq-accordion-item.active .faq-accordion-content {
  max-height: 1000px;
  transition: max-height 0.4s ease-in-out;
}

.faq-accordion-body {
  padding: 0 26px 24px;
  color: var(--lst-text-silver);
  font-size: 15px;
  line-height: 1.65;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 18px;
}

/* ============================================================
   5. STRATEGIC EXECUTIVE CONSULTATION SUITE
   ============================================================ */
.hub-consult-section {
  position: relative;
  background: radial-gradient(circle at 50% 100%, rgba(212, 167, 73, 0.08) 0%, transparent 60%),
              var(--lst-bg-deep);
  padding: 95px 0 110px;
}

.consult-suite-card {
  background: rgba(13, 22, 42, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--lst-border);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.consult-suite-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 50px;
  align-items: start;
}

/* Left Sidebar Info */
.consult-info-pane h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.25;
}

.consult-info-pane p {
  color: var(--lst-text-silver);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 30px;
}

.consult-lead-indicator {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.3);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #25d366;
  margin-bottom: 22px;
}

.beacon-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.consult-contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}

.consult-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--lst-text-silver);
  font-size: 14px;
}

.consult-contact-item i {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(212, 167, 73, 0.12);
  border: 1px solid rgba(212, 167, 73, 0.25);
  color: var(--lst-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.consult-contact-item a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.consult-contact-item a:hover {
  color: var(--lst-gold-light);
}

.consult-map-preview {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--lst-border);
  height: 170px;
  margin-top: 10px;
}

.consult-map-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Right Form */
.consult-form-pane {
  background: rgba(4, 9, 20, 0.6);
  border: 1px solid var(--lst-border);
  border-radius: 16px;
  padding: 36px 32px;
}

.consult-form-pane h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.consult-form-pane p.form-subtitle {
  color: var(--lst-text-muted);
  font-size: 13px;
  margin-bottom: 24px;
}

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

.quick-pill {
  background: rgba(13, 22, 42, 0.8);
  border: 1px solid var(--lst-border);
  color: var(--lst-text-silver);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

.quick-pill:hover,
.quick-pill.selected {
  border-color: var(--lst-gold);
  background: rgba(212, 167, 73, 0.18);
  color: #fff;
}

.consult-form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.consult-field {
  width: 100%;
  background: rgba(13, 22, 42, 0.7);
  border: 1px solid var(--lst-border);
  border-radius: 10px;
  padding: 13px 16px;
  color: #fff;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all 0.25s ease;
}

.consult-field:focus {
  outline: none;
  border-color: var(--lst-gold);
  background: rgba(18, 30, 58, 0.95);
  box-shadow: 0 0 0 3px rgba(212, 167, 73, 0.15);
}

textarea.consult-field {
  resize: vertical;
  min-height: 105px;
}

.consult-submit-btn {
  width: 100%;
  background: var(--lst-gold-grad);
  border: none;
  color: #040814;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(212, 167, 73, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.consult-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212, 167, 73, 0.45);
}

/* ============================================================
   6. RESPONSIVE BREAKPOINTS (DOWN TO 320PX)
   ============================================================ */
@media (max-width: 1100px) {
  .rigor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .roadmap-track {
    grid-template-columns: repeat(3, 1fr);
  }
  .consult-suite-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 820px) {
  .entity-luxury-grid {
    grid-template-columns: 1fr;
  }
  .rigor-grid {
    grid-template-columns: 1fr;
  }
  .rigor-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .trust-stat-item:nth-child(2) {
    border-right: none;
  }
  .roadmap-track {
    grid-template-columns: 1fr;
  }
  .consult-suite-card {
    padding: 30px 20px;
  }
}

@media (max-width: 600px) {
  .consult-input-row {
    grid-template-columns: 1fr;
  }
  .rigor-trust-strip {
    grid-template-columns: 1fr;
  }
  .trust-stat-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 18px;
  }
  .trust-stat-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .entity-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .dir-filter-btn {
    font-size: 12px;
    padding: 7px 14px;
  }
}
