/* --- Component: Expert Perspective Box (Sneaky Authority Layer) ---
   Loaded via <link> in all review pages. Not part of main.css to avoid conflicts.
*/
.expert-perspective-box {
  background: linear-gradient(135deg, rgba(184,142,45,0.06) 0%, rgba(184,142,45,0.02) 100%);
  border: 1px solid rgba(184,142,45,0.3);
  border-left: 6px solid #b88e2d;
  border-radius: 8px;
  padding: 40px;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}

.expert-perspective-box::before {
  content: 'EDITORIAL';
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  color: #b88e2d;
  opacity: 0.4;
  border: 1.5px solid #b88e2d;
  padding: 3px 10px;
  border-radius: 3px;
  text-transform: uppercase;
}

.expert-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.expert-seal {
  width: 36px;
  height: 36px;
  background: #b88e2d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.expert-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #020617;
  line-height: 1.2;
}

.expert-byline {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b88e2d;
  margin-top: 2px;
}

.expert-content {
  font-size: 1rem;
  line-height: 1.75;
  color: #1e293b;
}

.expert-content p:last-child {
  margin-bottom: 0;
}

.expert-geo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.geo-tag {
  background: rgba(184,142,45,0.1);
  color: #92700e;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .expert-perspective-box { padding: 24px 20px; }
}
