/**
 * Preferred Movers Network - Mover Review & Review Score System Stylesheet
 * 
 * Design System: Uses project :root variables (--navy, --blue, --gold, --gunmetal, --silver, --lightnavy, --darkgrey).
 * Package: PMN Child Theme
 */

:root {
  --pmn-gold-light: #fff8eb;
  --pmn-gold-border: #fed7aa;
  --pmn-gold-text: #9a3412;
  --pmn-green: #10b981;
  --pmn-green-bg: #ecfdf5;
  --pmn-green-border: #bbf7d0;
  --pmn-green-text: #166534;
  --pmn-red: #ef4444;
  --pmn-red-bg: #fef2f2;
  --pmn-red-border: #fecaca;
  --pmn-red-text: #991b1b;
  --pmn-blue-bg: #ebf4ff;
  --pmn-card-shadow: 0 10px 25px -5px rgba(20, 23, 67, 0.08), 0 8px 10px -6px rgba(20, 23, 67, 0.04);
  --pmn-hover-shadow: 0 20px 30px -10px rgba(20, 23, 67, 0.15);
  --pmn-radius: 12px;
  --pmn-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   1. LISTING PAGE INTEGRATIONS (single.php & content.php)
   ========================================================================== */

/* Sidebar PMN Rating Scorecard */
.pmn-sidebar-scorecard {
  background: linear-gradient(135deg, var(--navy) 0%, var(--lightnavy) 100%);
  color: #ffffff;
  border-radius: 8px;
  padding: 18px 16px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(20, 23, 67, 0.15);
}

.pmn-scorecard-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #cbd5e1;
  font-weight: 700;
}

.pmn-scorecard-val {
  font-size: 2.4rem;
  font-weight: 800;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  margin: 4px 0 2px;
  line-height: 1.1;
}

.pmn-scorecard-val span {
  font-size: 1rem;
  font-weight: 400;
  color: #94a3b8;
}

.pmn-scorecard-stars {
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 12px;
}

.pmn-scorecard-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--pmn-transition);
}

.pmn-scorecard-btn:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Sidebar Platform Pills */
.pmn-sidebar-plat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 10px 0 12px;
}

.pmn-sidebar-plat-pill {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 5px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.pmn-sidebar-plat-pill .plat-tag {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #cbd5e1;
  font-weight: 700;
}

.pmn-sidebar-plat-pill .plat-val {
  font-size: 0.78rem;
  font-weight: 700;
  color: #ffffff;
}

/* Sidebar Scoring Explanation */
.pmn-scorecard-explanation {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 10px 12px;
  margin: 12px 0;
  text-align: left;
}

.pmn-explanation-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gold);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pmn-explanation-text {
  font-size: 0.76rem;
  line-height: 1.4;
  color: #e2e8f0;
  margin: 0;
}

/* Listing Main Column Review Section */
#company-review-section {
  background: #ffffff;
}

.pmn-listing-review-hub {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pmn-listing-review-hub {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.pmn-listing-review-scorebox {
  background: linear-gradient(135deg, var(--navy) 0%, var(--lightnavy) 100%);
  color: #ffffff;
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
}

.pmn-listing-score-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #cbd5e1;
  font-weight: 700;
}

.pmn-listing-score-big {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin: 6px 0 4px;
}

.pmn-listing-score-stars {
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 6px;
}

.pmn-listing-score-verdict {
  background: rgba(248, 152, 28, 0.2);
  color: #fed7aa;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  text-transform: uppercase;
}

.pmn-listing-review-platforms {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 12px;
}

.pmn-listing-plat-card {
  background: #f8faff;
  border: 1px solid var(--silver);
  border-radius: 6px;
  padding: 12px 10px;
  text-align: center;
  transition: var(--pmn-transition);
}

.pmn-listing-plat-card:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
}

.pmn-listing-plat-card .plat-name {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gunmetal);
  margin-bottom: 4px;
}

.pmn-listing-plat-card .plat-val {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 2px;
}

.pmn-listing-plat-card .plat-sub {
  font-size: 0.7rem;
  color: #64748b;
}

.pmn-listing-review-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.pmn-listing-full-review-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--pmn-transition);
}

.pmn-listing-full-review-link:hover {
  color: var(--gold);
  text-decoration: none;
  transform: translateX(3px);
}

/* Directory Archive & Search Listing Cards (Clean & Uncluttered) */
.listing-layout {
  display: flex;
  background: #ffffff;
  border: 1px solid var(--silver);
  border-radius: 10px;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(20, 23, 67, 0.04);
  transition: all 0.2s ease;
}

.listing-layout:hover {
  border-color: rgba(45, 124, 255, 0.35);
  box-shadow: 0 8px 20px rgba(20, 23, 67, 0.08);
  transform: translateY(-2px);
}

/* LEFT COLUMN: Logo, Rating, Contact Info */
.listing-layout .listing-side {
  flex: 0 0 220px;
  max-width: 220px;
  background: #f8fafc;
  border-right: 1px solid var(--silver);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  text-align: center;
  gap: 14px;
}

.listing-layout .company-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.listing-layout .company-logo .logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85px;
  background: #ffffff;
  border: 1px solid #e9edf4;
  border-radius: 6px;
  padding: 6px 10px;
  text-decoration: none;
}

.listing-layout .company-logo img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
  transition: transform 0.2s ease;
}

.listing-layout:hover .company-logo img {
  transform: scale(1.03);
}

.listing-layout .no-logo-fallback {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background: var(--silver);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 1.5rem;
  margin: 0 auto;
}

/* Rating under logo */
.listing-layout .listing-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.listing-layout .rating-stars {
  color: var(--gold);
  font-size: 0.95rem;
}

.listing-layout .rating-score {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--navy);
}

.listing-layout .rating-count {
  font-size: 0.78rem;
  color: var(--gunmetal);
}

/* Contact Info under rating */
.listing-layout .listing-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.listing-layout .contact-link {
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.15s ease;
}

.listing-layout .contact-phone {
  color: var(--navy);
  padding: 6px 10px;
  background: #eef2f9;
  border-radius: 4px;
}

.listing-layout .contact-phone:hover {
  background: var(--navy);
  color: #ffffff;
  text-decoration: none;
}

.listing-layout .contact-web {
  color: var(--gunmetal);
  padding: 2px 0;
}

.listing-layout .contact-web:hover {
  color: var(--navy);
  text-decoration: none;
}

/* RIGHT COLUMN: Title, Location, Description, Services, Actions */
.listing-layout .listing-main-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 24px;
  min-width: 0;
}

.listing-layout .listing-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.listing-layout .listing-header h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.listing-layout .listing-header h2 a {
  color: var(--navy);
  text-decoration: none;
  transition: color 0.15s ease;
}

.listing-layout .listing-header h2 a:hover {
  color: var(--blue);
  text-decoration: none;
}

.listing-layout .listing-address {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gunmetal);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.listing-layout .listing-address i {
  color: var(--blue);
}

.listing-layout .listing-desc {
  font-size: 0.92rem;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 14px;
}

.listing-layout .listing-services {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-bottom: 18px;
}

.listing-layout .service-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--darkgrey);
}

.listing-layout .service-item i {
  color: #10b981;
  font-size: 0.75rem;
}

.listing-layout .listing-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--silver);
}

.listing-layout .btn-profile {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  transition: color 0.15s ease;
}

.listing-layout .btn-profile:hover {
  color: var(--blue);
  text-decoration: none;
}

.listing-layout .btn-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--navy) !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 9px 22px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.listing-layout .btn-quote:hover {
  background: #e08910;
  color: var(--navy) !important;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Responsive (Mobile & Tablet) */
@media (max-width: 768px) {
  .listing-layout {
    flex-direction: column;
  }

  .listing-layout .listing-side {
    flex: none;
    max-width: 100%;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--silver);
    padding: 18px;
    gap: 10px;
  }

  .listing-layout .company-logo .logo-link {
    max-width: 180px;
    margin: 0 auto;
  }

  .listing-layout .listing-main-content {
    padding: 18px 16px;
  }

  .listing-layout .listing-actions {
    justify-content: space-between;
  }

  .listing-layout .btn-quote {
    flex: 1;
    text-align: center;
  }
}

/* ==========================================================================
   2. HERO & TOP METRICS HEADER (template-mover-review.php)
   ========================================================================== */

.pmn-review-hero {
  background: linear-gradient(135deg, var(--darkgrey) 0%, var(--navy) 60%, var(--lightnavy) 100%);
  color: #ffffff;
  padding: 45px 0 50px;
  position: relative;
  overflow: hidden;
}

.pmn-review-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background: radial-gradient(circle at 80% 20%, rgba(45, 124, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.pmn-hero-breadcrumb {
  font-size: 0.85rem;
  color: var(--gunmetal);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pmn-hero-breadcrumb a {
  color: #a0aec0;
  text-decoration: none;
  transition: var(--pmn-transition);
}

.pmn-hero-breadcrumb a:hover {
  color: var(--gold);
}

.pmn-hero-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.pmn-badge-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(16, 185, 129, 0.18);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.4);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pmn-badge-year {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(248, 152, 28, 0.18);
  color: var(--gold);
  border: 1px solid rgba(248, 152, 28, 0.4);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}

.pmn-hero-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff !important;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

@media (max-width: 768px) {
  .pmn-hero-title {
    font-size: 1.85rem;
  }
}

.pmn-hero-facts-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 24px;
  border-radius: var(--pmn-radius);
  margin-top: 25px;
}

.pmn-fact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 20px;
}

.pmn-fact-item:last-child {
  border-right: none;
  padding-right: 0;
}

.pmn-fact-icon {
  font-size: 1.3rem;
  color: var(--gold);
}

.pmn-fact-text {
  display: flex;
  flex-direction: column;
}

.pmn-fact-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #cbd5e0;
}

.pmn-fact-val {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
}

.pmn-fact-status {
  color: #34d399;
}

/* ==========================================================================
   3. REVIEW PAGE MAIN LAYOUT & SECTIONS
   ========================================================================== */

.pmn-review-wrapper {
  background-color: #f8f9fc;
  padding: 40px 0 70px;
}

.pmn-review-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.pmn-review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: start;
}

@media (max-width: 1024px) {
  .pmn-review-layout {
    grid-template-columns: 1fr;
  }
}

.pmn-main-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Scorecard Hub */
.pmn-score-hub {
  background-color: #ffffff;
  border-radius: var(--pmn-radius);
  box-shadow: var(--pmn-card-shadow);
  border: 1px solid #edf2f7;
  padding: 30px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
}

@media (max-width: 768px) {
  .pmn-score-hub {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.pmn-primary-score-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--lightnavy) 100%);
  color: #ffffff;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(20, 23, 67, 0.2);
}

.pmn-score-seal {
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 6px;
}

.pmn-score-brand {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e2e8f0;
  font-weight: 600;
}

.pmn-score-big {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  margin: 8px 0 4px;
}

.pmn-score-stars-lg {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.pmn-score-verdict {
  background-color: rgba(248, 152, 28, 0.2);
  color: #fed7aa;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Multi-Platform Score Grid */
.pmn-platform-scores {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 16px;
}

.pmn-platform-card {
  background-color: #f8f9fc;
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 16px 14px;
  text-align: center;
  transition: var(--pmn-transition);
}

.pmn-platform-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--pmn-card-shadow);
  border-color: #2fa5dd;
}

.pmn-platform-icon {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.pmn-platform-icon.google { color: #4285F4; }
.pmn-platform-icon.bbb { color: #005A70; font-weight: 900; }
.pmn-platform-icon.yelp { color: #D32323; }
.pmn-platform-icon.fmcsa { color: var(--pmn-green); }

.pmn-platform-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gunmetal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.pmn-platform-val {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}

.pmn-platform-val .plat-star {
  color: var(--gold);
  font-size: 0.9rem;
}

.pmn-platform-sub {
  font-size: 0.75rem;
  color: #718096;
}

.pmn-platform-sub .status-active {
  color: var(--pmn-green);
  font-weight: 700;
}

/* Section Cards */
.pmn-section-card {
  background-color: #ffffff;
  border-radius: var(--pmn-radius);
  box-shadow: var(--pmn-card-shadow);
  border: 1px solid #edf2f7;
  padding: 35px 32px;
  position: relative;
}

@media (max-width: 768px) {
  .pmn-section-card {
    padding: 24px 18px;
  }
}

.pmn-section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0f4f8;
}

.pmn-section-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background-color: var(--pmn-blue-bg);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.pmn-section-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy) !important;
  margin: 0;
}

.pmn-content-body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4a5568;
}

.pmn-content-body p {
  margin-bottom: 18px;
}

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

.pmn-rating-intro-list {
  line-height: 1.8;
  color: #334155;
  padding-left: 20px;
}

/* Highlights Grid */
.pmn-highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.pmn-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background-color: #f8faff;
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 16px;
  transition: var(--pmn-transition);
}

.pmn-highlight-item:hover {
  background-color: #ffffff;
  border-color: #2fa5dd;
  box-shadow: 0 4px 12px rgba(45, 124, 255, 0.08);
}

.pmn-highlight-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.pmn-highlight-text strong {
  display: block;
  font-size: 0.95rem;
  color: var(--navy);
  margin-bottom: 4px;
}

.pmn-highlight-text ul {
  margin: 4px 0 0 16px;
  padding: 0;
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
}

/* Table of Contents */
.pmn-toc-box {
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
  border: 1px solid #bae6fd;
  border-radius: var(--pmn-radius);
  padding: 24px;
  margin: 10px 0;
}

.pmn-toc-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pmn-toc-title i {
  color: #0284c7;
}

.pmn-toc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
}

.pmn-toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background-color: #ffffff;
  border: 1px solid var(--silver);
  border-radius: 6px;
  text-decoration: none;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 600;
  transition: var(--pmn-transition);
}

.pmn-toc-link i {
  color: #0284c7;
  font-size: 0.85rem;
  transition: var(--pmn-transition);
}

.pmn-toc-link:hover {
  background-color: var(--navy);
  color: #ffffff;
  border-color: var(--navy);
  transform: translateX(4px);
  text-decoration: none;
}

.pmn-toc-link:hover i {
  color: var(--gold);
}

/* Themes Box & Sentiment */
.pmn-themes-box {
  background-color: #f8fafc;
  border-left: 4px solid var(--pmn-green);
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin-top: 20px;
}

.pmn-themes-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pmn-green-text);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pmn-themes-list {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.6;
}

.pmn-themes-list li {
  margin-bottom: 6px;
}

.pmn-verified-proof-heading {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.25rem;
  color: var(--navy);
  margin-top: 30px;
  margin-bottom: 15px;
}

.pmn-verified-proof-heading i {
  color: #0284c7;
}

/* Review Proof Cards */
.pmn-review-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 15px;
}

.pmn-review-proof-card {
  background-color: #ffffff;
  border: 1px solid var(--silver);
  border-radius: var(--pmn-radius);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: var(--pmn-transition);
}

.pmn-review-proof-card:hover {
  box-shadow: var(--pmn-card-shadow);
  border-color: #cbd5e1;
}

.pmn-rpc-header {
  padding: 16px 20px;
  background-color: #f8fafc;
  border-bottom: 1px solid var(--silver);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pmn-rpc-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pmn-rpc-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--navy);
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.pmn-rpc-avatar.avatar-alt {
  background-color: #0284c7;
}

.pmn-rpc-avatar.avatar-red {
  background-color: #b91c1c;
}

.pmn-rpc-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
}

.pmn-rpc-platform {
  font-size: 0.75rem;
  color: #64748b;
}

.pmn-rpc-platform .google-icon {
  color: #4285F4;
}

.pmn-rpc-platform .yelp-icon {
  color: #d32323;
}

.pmn-rpc-rating {
  color: var(--gold);
  font-size: 0.9rem;
}

.pmn-rpc-rating.rating-red {
  color: #d32323;
}

.pmn-rpc-image-wrap {
  position: relative;
  background-color: #f1f5f9;
  border-bottom: 1px solid var(--silver);
  overflow: hidden;
}

.pmn-rpc-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.pmn-rpc-image-wrap:hover img {
  transform: scale(1.02);
}

.pmn-rpc-body {
  padding: 20px;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  flex: 1;
}

.pmn-rpc-quote {
  font-style: italic;
  position: relative;
  margin: 0 0 12px;
}

.pmn-rpc-quote::before {
  content: '“';
  font-size: 2rem;
  color: #cbd5e1;
  line-height: 0;
  vertical-align: -0.4em;
  margin-right: 4px;
}

.pmn-rpc-takeaway {
  background-color: var(--pmn-green-bg);
  border: 1px solid var(--pmn-green-border);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.85rem;
  color: var(--pmn-green-text);
  font-weight: 600;
}

/* Issues & Critical Evaluation Box */
.pmn-issues-box {
  background-color: #fff8f8;
  border-left: 4px solid var(--pmn-red);
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin-top: 24px;
}

.pmn-issues-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pmn-red-text);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pmn-issues-intro {
  margin-bottom: 8px;
  color: #4b5563;
}

.pmn-issues-list {
  margin: 0 0 15px;
  padding-left: 20px;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.6;
}

.pmn-negative-card {
  border-color: var(--pmn-red-border);
  background-color: #ffffff;
  border-radius: var(--pmn-radius);
  border: 1px solid var(--pmn-red-border);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.06);
  margin-top: 15px;
}

.pmn-negative-card .pmn-rpc-header {
  background-color: var(--pmn-red-bg);
}

.pmn-negative-takeaway {
  background-color: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.88rem;
  color: #9a3412;
  margin-top: 12px;
}

/* Rating Criteria Grid */
.pmn-criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.pmn-criteria-card {
  background-color: #ffffff;
  border: 1px solid var(--silver);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 14px;
  transition: var(--pmn-transition);
}

.pmn-criteria-card:hover {
  border-color: var(--navy);
  box-shadow: var(--pmn-card-shadow);
  transform: translateY(-2px);
}

.pmn-criteria-check {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--pmn-green-bg);
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.pmn-criteria-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 6px;
}

.pmn-criteria-body p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* Services Grid */
.pmn-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.pmn-service-pill {
  background-color: #f8fafc;
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  transition: var(--pmn-transition);
}

.pmn-service-pill i {
  color: #0284c7;
  font-size: 1.05rem;
}

.pmn-service-pill:hover {
  background-color: var(--navy);
  color: #ffffff;
  border-color: var(--navy);
  transform: translateY(-2px);
}

.pmn-service-pill:hover i {
  color: var(--gold);
}

/* Service Areas */
.pmn-areas-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.pmn-area-tag {
  background-color: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: var(--navy);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--pmn-transition);
}

.pmn-area-tag i {
  color: #0284c7;
  font-size: 0.75rem;
}

.pmn-area-tag:hover {
  background-color: var(--pmn-blue-bg);
  border-color: #0284c7;
  color: var(--navy);
}

/* Quote Banner */
.pmn-quote-banner {
  background: linear-gradient(135deg, var(--navy) 0%, #172554 100%);
  color: #ffffff;
  border-radius: var(--pmn-radius);
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(20, 23, 67, 0.25);
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.pmn-quote-banner::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(248, 152, 28, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.pmn-quote-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 12px;
}

.pmn-quote-desc {
  font-size: 1.1rem;
  color: #cbd5e1;
  max-width: 600px;
  margin: 0 auto 24px;
}

.pmn-quote-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pmn-btn-primary-quote {
  background-color: var(--gold);
  color: var(--navy) !important;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 36px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 16px rgba(248, 152, 28, 0.4);
  transition: var(--pmn-transition);
}

.pmn-btn-primary-quote:hover {
  background-color: #ffa726;
  color: var(--navy) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(248, 152, 28, 0.5);
  text-decoration: none;
}

.pmn-btn-phone-quote {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 15px 26px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--pmn-transition);
}

.pmn-btn-phone-quote:hover {
  background-color: rgba(255, 255, 255, 0.22);
  text-decoration: none;
}

/* ==========================================================================
   4. SIDEBAR WIDGETS (template-mover-review.php)
   ========================================================================== */

.pmn-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pmn-sidebar-widget {
  background-color: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: var(--pmn-radius);
  box-shadow: var(--pmn-card-shadow);
  padding: 24px;
}

.pmn-sidebar-widget-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #edf2f7;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pmn-sidebar-widget-title i {
  color: #0284c7;
}

.pmn-sidebar-logo-card {
  text-align: center;
  padding: 24px 20px;
}

.pmn-sidebar-logo-img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  margin-bottom: 16px;
}

.pmn-sidebar-rating-badge {
  background-color: #f8fafc;
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.pmn-srb-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gunmetal);
  display: flex;
  align-items: center;
  gap: 6px;
}

.pmn-srb-label i {
  color: var(--gold);
}

.pmn-srb-score {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
}

.pmn-sidebar-cta-btn {
  background-color: var(--gold);
  color: var(--navy) !important;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(248, 152, 28, 0.3);
  transition: var(--pmn-transition);
}

.pmn-sidebar-cta-btn:hover {
  background-color: #ffa726;
  text-decoration: none;
  transform: translateY(-2px);
}

.pmn-sidebar-phone-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--navy);
  color: #ffffff !important;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  margin-top: 10px;
  text-decoration: none;
  transition: var(--pmn-transition);
}

.pmn-sidebar-phone-btn:hover {
  background-color: var(--lightnavy);
  text-decoration: none;
}

.pmn-sidebar-details-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}

.pmn-sd-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.88rem;
}

.pmn-sd-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pmn-sd-label {
  color: #64748b;
  font-weight: 600;
}

.pmn-sd-val {
  color: var(--navy);
  font-weight: 700;
  text-align: right;
}

.pmn-sd-val a {
  color: #0284c7;
  text-decoration: none;
}

.pmn-sidebar-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.pmn-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #f1f5f9;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  transition: var(--pmn-transition);
}

.pmn-social-btn:hover {
  background-color: var(--navy);
  color: #ffffff;
  transform: translateY(-2px);
}

.pmn-social-btn.google:hover { background-color: #4285F4; }
.pmn-social-btn.bbb:hover { background-color: #005A70; }
.pmn-social-btn.yelp:hover { background-color: #D32323; }
.pmn-social-btn.facebook:hover { background-color: #1877F2; }

.pmn-sidebar-ad-box {
  padding: 15px;
  text-align: center;
}

.pmn-sidebar-ad-disclaimer {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 8px;
}

@media (min-width: 1025px) {
  .pmn-sticky-sidebar {
    position: sticky;
    top: 20px;
  }
}

/* ==========================================================================
   5. SHORTCODES & EMBEDDABLE BADGE STYLES
   ========================================================================== */

.pmn-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.pmn-star.filled { color: var(--gold); }
.pmn-star.half { color: var(--gold); }
.pmn-star.empty { color: #cbd5e1; }

.pmn-score-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: var(--pmn-gold-light);
  border: 1px solid var(--pmn-gold-border);
  color: var(--pmn-gold-text);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
}

.pmn-score-compact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pmn-score-compact .pmn-score-num {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--navy);
}

.pmn-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 8px 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.pmn-badge-icon {
  color: var(--pmn-green);
  font-size: 1.5rem;
}

.pmn-badge-title {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
}

.pmn-badge-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pmn-score-val {
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--navy);
}

.pmn-score-max {
  font-size: 0.8rem;
  color: #94a3b8;
}

.pmn-review-embed-card {
  background-color: #ffffff;
  border: 1px solid var(--silver);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  padding: 20px;
  margin: 20px 0;
  max-width: 500px;
}

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

.pmn-rec-logo img {
  max-width: 75px;
  max-height: 50px;
  object-fit: contain;
}

.pmn-rec-logo-fallback {
  width: 50px;
  height: 50px;
  background-color: #f1f5f9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gunmetal);
  font-size: 1.4rem;
}

.pmn-rec-badge {
  font-size: 0.72rem;
  color: #059669;
  font-weight: 700;
  text-transform: uppercase;
}

.pmn-rec-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin: 2px 0 4px;
}

.pmn-rec-scores {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pmn-rec-main-score {
  font-size: 0.95rem;
  color: var(--navy);
}

.pmn-rec-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  background-color: #f8fafc;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  margin-bottom: 14px;
}

.pmn-rec-stat span {
  display: block;
  font-size: 0.7rem;
  color: #64748b;
  text-transform: uppercase;
}

.pmn-rec-stat strong {
  font-size: 0.95rem;
  color: var(--navy);
}

.pmn-rec-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pmn-rec-btn-quote {
  background-color: var(--gold);
  color: var(--navy);
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.pmn-rec-btn-review {
  color: #0284c7;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

/* Utilities */
.adsbygoogle-block {
  display: block;
}

.pmn-hidden {
  display: none !important;
}

