/*
Theme Name: External Transport Manager Directory
Theme URI: https://www.externaltransportmanager.co.uk
Author: External Transport Manager
Description: Directory-first theme for transport, operator licence and logistics listings.
Version: 2.0.0
Text Domain: goldenmount-directory
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy:         #0F172A;
  --navy-mid:     #1E293B;
  --navy-light:   #1E4080;
  --accent:       #0284C7;
  --accent-dark:  #0369A1;
  --accent-light: #E0F2FE;
  --teal:         #0D9488;
  --teal-light:   #CCFBF1;
  --white:        #FFFFFF;
  --off-white:    #F8FAFC;
  --grey-100:     #F1F4F8;
  --grey-200:     #E2E8F0;
  --grey-500:     #64748B;
  --grey-800:     #1E293B;
  --gold:         #F59E0B;
  --gold-light:   #FEF3C7;
  --footer-bg:    #07111F;
  --shadow-sm:    0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
  --shadow:       0 4px 16px rgba(15,23,42,0.10);
  --shadow-lg:    0 10px 40px rgba(15,23,42,0.14);
  --radius:       8px;
  --radius-lg:    12px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--grey-800);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy);
}
p { color: var(--grey-500); font-size: 1.05rem; line-height: 1.7; }

/* ============================================================
   UTILITY BAR
   ============================================================ */
.gm-utility-bar {
  width: 100%;
  background: var(--navy);
  padding: 0 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gm-utility-bar span,
.gm-utility-bar a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.70);
  text-decoration: none;
}
.gm-utility-bar a:hover { color: #fff; }
.gm-utility-right { display: flex; align-items: center; gap: 20px; }
.gm-utility-divider { width: 1px; height: 14px; background: rgba(255,255,255,0.2); }

/* ============================================================
   HEADER
   ============================================================ */
.gm-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--grey-200);
  box-shadow: var(--shadow-sm);
}
.gm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 40px;
  max-width: 100%;
}
.gm-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.gm-brand-mark {
  width: 44px;
  height: 44px;
  background: var(--navy);
  border: 2px solid var(--accent);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0;
  flex-shrink: 0;
}
.gm-brand-name { display: flex; flex-direction: column; line-height: 1.2; }
.gm-brand-name span:first-child { font-size: 14px; font-weight: 700; color: var(--navy); }
.gm-brand-name span:last-child { font-size: 14px; font-weight: 800; color: var(--accent); }

.gm-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
.gm-nav a {
  font-size: 15px;
  font-weight: 600;
  color: var(--grey-500);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.gm-nav a:hover, .gm-nav a.active { color: var(--navy); }
.gm-nav a.active { position: relative; }
.gm-nav a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0; right: 0;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

.gm-actions { display: flex; align-items: center; gap: 10px; }

/* ============================================================
   SEARCH STRIP
   ============================================================ */
.gm-search-strip {
  width: 100%;
  background: var(--grey-100);
  border-bottom: 1px solid var(--grey-200);
  padding: 10px 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gm-search-strip select,
.gm-search-strip input[type="text"] {
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  background: var(--white);
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
  padding-right: 34px;
  min-width: 200px;
  cursor: pointer;
}
.gm-search-strip-btn {
  height: 44px;
  padding: 0 24px;
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.gm-search-strip-btn:hover { background: var(--accent-dark); }
.gm-search-strip-link {
  margin-left: auto;
  font-size: 15px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
}
.gm-search-strip-link:hover { color: var(--accent-dark); }

/* ============================================================
   BUTTONS
   ============================================================ */
.gm-button, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.gm-button.primary, .btn-primary {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}
.gm-button.primary:hover, .btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.gm-button.secondary, .btn-outline-navy {
  background: transparent;
  color: var(--navy);
  border-color: var(--grey-200);
}
.gm-button.secondary:hover { border-color: var(--navy); }
.gm-button.ghost-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.gm-button.ghost-white:hover { background: rgba(255,255,255,0.1); }
.gm-button.red, .btn-red {
  background: #DC2626;
  color: var(--white);
  border-color: #DC2626;
}
.gm-button.teal {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}
.gm-button.gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  font-weight: 800;
}
.gm-button.gold:hover { background: #D97706; }
.btn-lg, .gm-button.lg { padding: 15px 32px; font-size: 16px; }
.btn-sm, .gm-button.sm { padding: 8px 16px; font-size: 14px; }

/* ============================================================
   HERO
   ============================================================ */
.gm-hero {
  min-height: calc(100vh - 112px);
  background: var(--navy);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.gm-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, transparent 100%);
}
.gm-hero-overlay {
  position: absolute;
  right: 0; top: 0;
  width: 55%; height: 100%;
  background-size: cover;
  background-position: center;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 0.35;
  filter: grayscale(100%);
}
.gm-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
}
.gm-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal-light);
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.gm-hero h1 {
  color: var(--white);
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.gm-hero h1 span { color: var(--accent); }
.gm-hero-rule {
  width: 64px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin: 28px 0;
}
.gm-hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 36px;
}
.gm-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.gm-hero-trust {
  display: flex;
  gap: 32px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}
.gm-hero-trust-item {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
}
.gm-hero-trust-item span { color: var(--teal); margin-right: 6px; }

/* Hero quote card */
.gm-hero-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
  position: relative;
}
.gm-hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.gm-hero-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0;
}
.gm-live-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--teal);
}
.gm-live-dot {
  width: 10px;
  height: 10px;
  background: var(--teal);
  border-radius: 50%;
  animation: gm-ping 1.4s infinite;
}
@keyframes gm-ping {
  0%, 100% { transform: scale(1); opacity: 1; }
  70% { transform: scale(1.6); opacity: 0; }
}
.gm-hero-card .gm-form-group { margin-bottom: 14px; }
.gm-hero-card .gm-form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.gm-hero-card .gm-form-control {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  background: var(--grey-100);
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  appearance: none;
  transition: border-color 0.2s;
}
.gm-hero-card .gm-form-control:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--white);
}
.gm-hero-card select.gm-form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
  cursor: pointer;
}
.gm-hero-card-submit {
  width: 100%;
  height: 50px;
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 6px;
}
.gm-hero-card-submit:hover { background: var(--accent-dark); }
.gm-hero-card-trust {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.gm-hero-card-trust span {
  font-size: 13px;
  font-weight: 500;
  color: var(--grey-500);
}

/* ============================================================
   STATS BAR
   ============================================================ */
.gm-stats-bar {
  width: 100%;
  background: var(--navy-mid);
  padding: 28px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.gm-stats-bar-item {
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.gm-stats-bar-item:last-child { border-right: none; }
.gm-stats-bar-item strong {
  display: block;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
}
.gm-stats-bar-item strong span { color: var(--accent); }
.gm-stats-bar-item em {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-top: 4px;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.gm-section { padding: 90px 40px; width: 100%; }
.gm-section.alt { background: var(--off-white); }
.gm-section.navy { background: var(--navy); }
.gm-section.navy p { color: rgba(255,255,255,0.65); }
.gm-section.navy h2, .gm-section.navy h3 { color: var(--white); }
.gm-container { max-width: 1400px; margin: 0 auto; }
.gm-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.gm-section-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 8px;
}
.gm-section-head p { max-width: 520px; margin: 0; }
.gm-section-head-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  white-space: nowrap;
  flex-shrink: 0;
}
.gm-section-head-link:hover { color: var(--accent-dark); }
.gm-section-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 10px;
  display: block;
}
h2.gm-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
  margin-bottom: 12px;
}
p.gm-section-sub {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 48px;
}

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.gm-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gm-service-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.gm-service-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.gm-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--accent);
  opacity: 0;
  transition: opacity 0.2s;
}
.gm-service-card:hover::before { opacity: 1; }
.gm-service-icon-box {
  width: 52px;
  height: 52px;
  background: var(--navy);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
}
.gm-service-icon-box svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gm-service-card-info { flex: 1; min-width: 0; }
.gm-service-card-info h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.gm-service-card-info span { font-size: 14px; color: var(--grey-500); }
.gm-service-card-arrow { font-size: 20px; color: var(--navy); font-weight: 700; margin-left: auto; flex-shrink: 0; }

/* Category strip */
.gm-category-strip {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 22px 40px;
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
  background: var(--white);
}
.gm-category-pill {
  padding: 9px 20px;
  border: 1px solid var(--grey-200);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.gm-category-pill:hover, .gm-category-pill.active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.gm-category-pill.active { box-shadow: inset 0 -2px 0 var(--accent); }

/* ============================================================
   TM LISTING CARDS
   ============================================================ */
.gm-listing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gm-listing-grid.three { grid-template-columns: repeat(3, 1fr); }
.gm-listing-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.2s ease;
  position: relative;
}
.gm-listing-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.gm-listing-card-top { height: 5px; background: var(--navy); }
.gm-listing-card-body { padding: 20px; }
.gm-listing-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.gm-listing-card-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--grey-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  color: var(--navy);
  flex-shrink: 0;
  overflow: hidden;
}
.gm-listing-card-avatar img { width: 100%; height: 100%; object-fit: cover; }
.gm-listing-card-info { flex: 1; min-width: 0; }
.gm-listing-card-info h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gm-featured-badge {
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.gm-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--teal-light);
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}
.gm-region-pill {
  display: inline-flex;
  align-items: center;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.gm-stars { color: var(--gold); font-size: 14px; }
.gm-stars-score { font-size: 13px; font-weight: 600; color: var(--grey-500); margin-left: 4px; }
.gm-service-tags { display: flex; flex-wrap: wrap; gap: 5px; margin: 10px 0; }
.gm-service-tag {
  padding: 4px 10px;
  background: var(--grey-100);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--grey-500);
}
.gm-listing-card-actions { display: flex; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--grey-200); }
.gm-listing-card-actions .gm-button { flex: 1; padding: 9px 12px; font-size: 13px; }

/* Status indicators */
.gm-status { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
.gm-status.available { color: var(--teal); }
.gm-status.busy { color: var(--gold); }
.gm-status-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.gm-status.available .gm-status-dot { background: var(--teal); }
.gm-status.busy .gm-status-dot { background: var(--gold); }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.gm-how-works-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
  margin-top: 20px;
}
.gm-how-works-step { text-align: center; padding: 0 20px; }
.gm-how-works-circle {
  width: 72px;
  height: 72px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--accent);
  background: var(--white);
  position: relative;
  z-index: 1;
}
.gm-section.navy .gm-how-works-circle { background: var(--navy); }
.gm-how-works-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  font-size: 1.8rem;
  color: rgba(255,255,255,0.2);
}
.gm-how-works-step h3 { font-size: 1.15rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.gm-how-works-step p { font-size: 0.95rem; color: rgba(255,255,255,0.62); max-width: 240px; margin: 0 auto; }

/* ============================================================
   RECENTLY ADDED — TWO COLUMNS
   ============================================================ */
.gm-twin-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.gm-twin-col { padding: 0 40px; }
.gm-twin-col:first-child { border-right: 1px solid var(--grey-200); padding-left: 0; }
.gm-twin-col:last-child { padding-right: 0; }
.gm-twin-col-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--grey-500);
  margin-bottom: 14px;
}
.gm-twin-search {
  width: 100%;
  height: 44px;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  padding: 0 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 16px;
  transition: border-color 0.2s;
}
.gm-twin-search:focus { outline: none; border-color: var(--accent); }
.gm-twin-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--grey-200);
}
.gm-twin-row:last-of-type { border-bottom: none; }
.gm-twin-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--grey-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  color: var(--navy);
  flex-shrink: 0;
  overflow: hidden;
}
.gm-twin-avatar img { width: 100%; height: 100%; object-fit: cover; }
.gm-twin-info { flex: 1; min-width: 0; }
.gm-twin-name { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.gm-twin-meta { font-size: 14px; color: var(--grey-500); }
.gm-twin-action { flex-shrink: 0; }
.gm-twin-link { font-size: 14px; font-weight: 700; color: var(--accent); text-decoration: none; }
.gm-twin-link:hover { color: var(--accent-dark); }
.gm-twin-viewall {
  display: block;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}
.gm-twin-viewall:hover { color: var(--accent-dark); }

/* ============================================================
   CTA BAND
   ============================================================ */
.gm-cta-band {
  background: var(--navy);
  padding: 90px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.gm-cta-band-left { max-width: 700px; }
.gm-cta-band-eyebrow {
  display: inline-flex;
  align-items: center;
  background: var(--teal-light);
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.gm-cta-band h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}
.gm-cta-band p {
  color: rgba(255,255,255,0.65);
  font-size: 1.1rem;
  margin: 0;
}
.gm-cta-band-actions { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }

/* ============================================================
   COVERAGE MAP
   ============================================================ */
.gm-map-visual {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 60px;
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.gm-map-node {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--teal);
}
.gm-map-node::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid var(--teal);
  border-radius: 50%;
  animation: gm-radar 2s infinite;
  opacity: 0.6;
}
@keyframes gm-radar { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(2.8); opacity: 0; } }
.gm-map-node-label {
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  transform: translate(-50%, 16px);
}
.gm-map-label { text-align: center; position: relative; z-index: 2; }
.gm-map-label strong { display: block; font-size: 4rem; font-weight: 800; color: var(--accent); letter-spacing: -0.04em; }
.gm-map-label span { font-size: 1rem; color: rgba(255,255,255,0.7); font-weight: 500; }

/* ============================================================
   REVIEWS
   ============================================================ */
.gm-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gm-review-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.gm-review-stars { font-size: 1.1rem; color: var(--gold); margin-bottom: 14px; }
.gm-review-quote { font-size: 1rem; color: var(--grey-800); font-style: italic; line-height: 1.7; margin-bottom: 20px; }
.gm-review-sep { height: 1px; background: var(--grey-200); margin-bottom: 16px; }
.gm-review-author-name { font-size: 15px; font-weight: 700; color: var(--navy); }
.gm-review-author-meta { font-size: 14px; color: var(--grey-500); }
.gm-rating-line { text-align: center; font-size: 1rem; font-weight: 600; color: var(--gold); margin-bottom: 40px; }

/* ============================================================
   PARTNERS STRIP
   ============================================================ */
.gm-partners-strip {
  padding: 48px 40px;
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
  background: var(--white);
}
.gm-partners-label {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--grey-500);
  margin-bottom: 28px;
}
.gm-partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.gm-partner-logo {
  width: 160px;
  height: 52px;
  background: var(--grey-100);
  border: 1px solid var(--grey-200);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--grey-500);
  font-weight: 600;
}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.gm-newsletter {
  background: var(--navy-mid);
  padding: 80px 40px;
  text-align: center;
}
.gm-newsletter h2 { color: var(--white); font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 10px; }
.gm-newsletter p { color: rgba(255,255,255,0.65); font-size: 1.05rem; margin-bottom: 32px; }
.gm-newsletter-form {
  display: flex;
  max-width: 520px;
  margin: 0 auto;
}
.gm-newsletter-input {
  flex: 1;
  height: 52px;
  padding: 0 18px;
  border: none;
  border-radius: var(--radius) 0 0 var(--radius);
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
}
.gm-newsletter-btn {
  height: 52px;
  padding: 0 28px;
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.gm-newsletter-btn:hover { background: var(--accent-dark); }
.gm-newsletter-note { font-size: 14px; color: rgba(255,255,255,0.38); margin-top: 14px; }

/* ============================================================
   FOOTER
   ============================================================ */
.gm-site-footer {
  background: var(--footer-bg);
  padding: 64px 40px 0;
  color: rgba(255,255,255,0.55);
}
.gm-footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.gm-footer-brand .gm-brand-mark { background: var(--navy-mid); }
.gm-footer-brand .gm-brand-name span:first-child { color: rgba(255,255,255,0.9); }
.gm-footer-brand .gm-brand-name span:last-child { color: var(--accent); }
.gm-footer-tagline { font-size: 15px; margin: 18px 0 24px; max-width: 280px; line-height: 1.6; color: rgba(255,255,255,0.5); }
.gm-social-row { display: flex; gap: 10px; }
.gm-social-btn {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: all 0.2s;
  font-size: 15px;
}
.gm-social-btn:hover { border-color: var(--accent); color: var(--accent); }
.gm-footer-col-heading {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.38);
  margin-bottom: 20px;
}
.gm-footer-links { list-style: none; display: grid; gap: 12px; }
.gm-footer-links a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.56);
  text-decoration: none;
  transition: color 0.2s;
}
.gm-footer-links a:hover { color: var(--white); }
.gm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.gm-footer-bottom span, .gm-footer-bottom a {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
}
.gm-footer-bottom a:hover { color: rgba(255,255,255,0.6); }
.gm-footer-bottom-links { display: flex; gap: 20px; }

/* ============================================================
   PAGE HERO STRIPS
   ============================================================ */
.gm-page-hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 60px 40px;
  min-height: 240px;
  display: flex;
  align-items: center;
}
.gm-page-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.7;
}
.gm-page-hero-inner { position: relative; z-index: 1; }
.gm-page-hero h1 { color: var(--white); font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 12px; }
.gm-page-hero p { color: rgba(255,255,255,0.70); font-size: 1.1rem; margin-bottom: 24px; }

/* ============================================================
   DIRECTORY PAGE
   ============================================================ */
.gm-filter-chip-bar {
  background: var(--grey-100);
  border-bottom: 1px solid var(--grey-200);
  padding: 14px 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.gm-filter-chip {
  height: 38px;
  padding: 0 16px;
  border: 1px solid var(--grey-200);
  border-radius: 999px;
  background: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  transition: all 0.2s;
  appearance: none;
  font-family: inherit;
}
.gm-filter-chip:hover, .gm-filter-chip.active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.gm-filter-results-meta { margin-left: auto; font-size: 14px; font-weight: 500; color: var(--grey-500); }

.gm-directory-layout { display: grid; grid-template-columns: 300px 1fr; gap: 32px; padding: 40px; }
.gm-sidebar {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  position: sticky;
  top: 130px;
  height: fit-content;
}
.gm-sidebar-section { margin-bottom: 24px; }
.gm-sidebar-section:last-child { margin-bottom: 0; }
.gm-sidebar-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--grey-500);
  margin-bottom: 14px;
}
.gm-sidebar-check { display: flex; align-items: center; gap: 10px; padding: 6px 0; cursor: pointer; }
.gm-sidebar-check input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--accent); cursor: pointer; }
.gm-sidebar-check label { font-size: 15px; font-weight: 500; color: var(--grey-800); cursor: pointer; }
.gm-sidebar-btn {
  width: 100%;
  height: 44px;
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.2s;
}
.gm-sidebar-btn:hover { background: var(--accent-dark); }
.gm-sidebar-clear {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey-500);
  cursor: pointer;
  text-decoration: none;
}
.gm-sidebar-clear:hover { color: var(--navy); }

/* Pagination */
.gm-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; }
.gm-pagination-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  background: var(--white);
  font-size: 15px;
  font-weight: 600;
  color: var(--grey-800);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.gm-pagination-btn:hover { border-color: var(--navy); color: var(--navy); }
.gm-pagination-btn.active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.gm-pagination-btn.arrow { color: var(--grey-500); }

/* ============================================================
   TM PROFILE PAGE
   ============================================================ */
.gm-profile-hero {
  background: var(--navy);
  padding: 48px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.gm-profile-hero-left { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.gm-profile-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--navy-mid);
  border: 3px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
  overflow: hidden;
}
.gm-profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
.gm-profile-info h1 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 12px; }
.gm-profile-badges { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.gm-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--teal);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
}
.gm-profile-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }

.gm-profile-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; padding: 40px; }
.gm-profile-main { min-width: 0; }
.gm-profile-section { margin-bottom: 40px; }
.gm-profile-section h2 { font-size: 1.4rem; font-weight: 700; color: var(--navy); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--grey-200); }
.gm-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.gm-tag-cloud-item {
  padding: 8px 16px;
  border: 1px solid var(--navy);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
}

.gm-quote-sidebar {
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: sticky;
  top: 130px;
  height: fit-content;
}
.gm-quote-sidebar h3 { font-size: 1.2rem; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.gm-quote-sidebar p { font-size: 14px; margin-bottom: 20px; }
.gm-form-group { margin-bottom: 14px; }
.gm-form-label { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.gm-form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  transition: border-color 0.2s;
  background: var(--white);
}
.gm-form-control:focus { outline: none; border-color: var(--accent); }
textarea.gm-form-control { resize: vertical; min-height: 100px; }
select.gm-form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 36px; cursor: pointer; }
.gm-form-submit {
  width: 100%;
  height: 50px;
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 4px;
}
.gm-form-submit:hover { background: var(--accent-dark); }
.gm-form-note { font-size: 13px; color: var(--grey-500); text-align: center; margin-top: 10px; }

/* ============================================================
   LOGIN / REGISTER PAGES
   ============================================================ */
.sv-loginconatiner, .sv-signup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 220px);
  padding: 60px 20px;
  background: var(--off-white);
}
.sv-popupcontainer {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 48px;
  width: 100%;
  max-width: 480px;
}
.sv-login_title {
  text-align: center;
  margin-bottom: 32px;
}
.sv-login_title h5 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  margin-top: 16px;
  letter-spacing: -0.02em;
}
.sv-login_title a img { max-height: 48px; margin: 0 auto; }

.sv-login-content .sv-themeform .form-group { margin-bottom: 18px; }
.sv-login-content .sv-label,
.sv-themeform__wrap .sv-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.sv-login-content .form-control,
.sv-login-content input.form-control,
.sv-themeform__wrap .form-control {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  font-family: 'Manrope', sans-serif;
  transition: border-color 0.2s;
  background: var(--white);
}
.sv-login-content .form-control:focus,
.sv-themeform__wrap .form-control:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-light);
}
.sv-eyeicon { position: relative; }
.sv-showpassword {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--grey-500);
}

/* Servento primary buttons → accent blue */
.sv-pb, .sv-pb-lg, .sv-pb-sm, .sv-btn, .sv-btn-solid-lg,
.sv-themeform__wrap button[type="submit"],
button.sv-user-login {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  background: var(--accent) !important;
  color: var(--white) !important;
  border: none !important;
  border-radius: var(--radius) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: 'Manrope', sans-serif !important;
  cursor: pointer;
  transition: background 0.2s !important;
  text-decoration: none;
}
.sv-pb:hover, .sv-pb-lg:hover, .sv-btn:hover, button.sv-user-login:hover {
  background: var(--accent-dark) !important;
  color: var(--white) !important;
}
.sv-sb, .sv-sb-lg, .sv-sb-sm, .sv-sb-transparent, .sv-graybtn {
  background: transparent !important;
  color: var(--navy) !important;
  border: 1.5px solid var(--grey-200) !important;
  border-radius: var(--radius) !important;
  padding: 11px 22px !important;
  font-weight: 700 !important;
  font-family: 'Manrope', sans-serif !important;
  transition: all 0.2s !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sv-sb:hover, .sv-graybtn:hover { border-color: var(--navy) !important; }

.sv-lost-password {
  display: flex !important;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--grey-200);
}
.sv-lost-password a { font-size: 14px; font-weight: 600; color: var(--accent); }
.sv-lost-password a:hover { color: var(--accent-dark); }

.sv-optioanl-or {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
  color: var(--grey-500);
  font-size: 14px;
  font-weight: 600;
}
.sv-optioanl-or::before, .sv-optioanl-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--grey-200);
}

/* User type selection */
.sv-usertype {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.sv-usertype-card {
  border: 2px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.sv-usertype-card:hover, .sv-usertype-card.selected {
  border-color: var(--accent);
  background: var(--accent-light);
}
.sv-usertype-card h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.sv-usertype-card p { font-size: 13px; color: var(--grey-500); margin: 0; }

/* ============================================================
   DASHBOARD
   ============================================================ */
.sv-main.sv-bg-light, .expertio-main-wrapper { background: var(--off-white) !important; }

/* Dashboard header */
.sv-navbar-nav, .sv-navbar, .gm-db-header {
  background: var(--white) !important;
  border-bottom: 1px solid var(--grey-200) !important;
  box-shadow: var(--shadow-sm) !important;
}
.sv-navbar-nav > ul li a, .sv-navbar-nav li a {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  color: var(--grey-500) !important;
  font-size: 15px !important;
}
.sv-navbar-nav > ul li a:hover { color: var(--navy) !important; }

/* Dashboard sidebar nav */
.sv-asidenav, .sv-dbnavlist {
  background: var(--white) !important;
  border-right: 1px solid var(--grey-200) !important;
}
.sv-dbnavlist > li a {
  font-family: 'Manrope', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--grey-500) !important;
  padding: 12px 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  border-radius: var(--radius) !important;
  transition: all 0.2s !important;
}
.sv-dbnavlist > li a:hover, .sv-dbnavlist > li.active a {
  background: var(--accent-light) !important;
  color: var(--accent) !important;
}
.sv-dbnavlist > li a i { color: inherit !important; }

/* Dashboard content */
.sv-dbtitle h3, .sv-dbtitle h2 {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  font-size: 1.6rem !important;
}
.sv-dbwrapper { background: var(--off-white) !important; }

.sv-box, .sv-boxitem {
  background: var(--white) !important;
  border: 1px solid var(--grey-200) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-sm) !important;
}
.sv-box h3, .sv-boxitem h3, .sv-box h5, .sv-boxitem h5 {
  font-family: 'Manrope', sans-serif !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
}

/* Dashboard stats */
.sv-insights .sv-box strong, .sv-insights .sv-boxitem strong,
.sv-dashborad-count { font-weight: 800 !important; color: var(--accent) !important; font-size: 2rem !important; }

/* Membership plan cards */
.sv-plandetail h3 { font-family: 'Manrope', sans-serif !important; color: var(--navy) !important; font-weight: 800 !important; }
.sv-pricingtop { background: var(--navy) !important; border-radius: var(--radius-lg) var(--radius-lg) 0 0 !important; }
.sv-pricingtop h3 { color: var(--white) !important; }
.sv-pricingtop p { color: rgba(255,255,255,0.7) !important; }
.sv-planperks li span::before { color: var(--teal) !important; }
.sv-incomeprice > a { color: var(--accent) !important; font-weight: 800 !important; }

/* Notification indicators */
.sv-featuretag, .sv-label {
  background: var(--teal-light) !important;
  color: var(--teal) !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-family: 'Manrope', sans-serif !important;
}

/* Messages */
.sv-chatperson, .sv-messagestatus { font-family: 'Manrope', sans-serif !important; }
.sv-notification-list { border-bottom: 1px solid var(--grey-200) !important; }
.sv-notification-title { font-family: 'Manrope', sans-serif !important; font-weight: 700 !important; color: var(--navy) !important; }

/* ============================================================
   WOOCOMMERCE / PAYMENT PAGES
   ============================================================ */
.woocommerce, .woocommerce-page {
  font-family: 'Manrope', sans-serif;
}

/* Membership purchase page */
.woocommerce .single-product .product_title {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
}
.woocommerce .price, .woocommerce .price .amount {
  color: var(--accent) !important;
  font-weight: 800 !important;
  font-size: 2rem !important;
  font-family: 'Manrope', sans-serif !important;
}

/* Checkout */
.woocommerce form .form-row label {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
  font-size: 15px !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  font-family: 'Manrope', sans-serif !important;
  border: 1.5px solid var(--grey-200) !important;
  border-radius: var(--radius) !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  color: var(--navy) !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--accent) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px var(--accent-light) !important;
}

/* Checkout order summary */
.woocommerce-checkout-review-order-table {
  border-radius: var(--radius-lg) !important;
  border: 1px solid var(--grey-200) !important;
  overflow: hidden !important;
}
.woocommerce-checkout-review-order-table th {
  background: var(--navy) !important;
  color: var(--white) !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  padding: 16px !important;
}
.woocommerce-checkout-review-order-table td { padding: 14px 16px !important; }

/* WooCommerce buttons */
.woocommerce #payment #place_order,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  background: var(--accent) !important;
  color: var(--white) !important;
  border-radius: var(--radius) !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 14px 28px !important;
  border: none !important;
  transition: background 0.2s !important;
  cursor: pointer !important;
}
.woocommerce #payment #place_order:hover,
.woocommerce button.button:hover { background: var(--accent-dark) !important; }

/* ETM membership plan layout */
.etm-plans-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  max-width: 900px;
  margin: 48px auto;
  padding: 0 20px;
}
.etm-plan-card {
  background: var(--white);
  border: 2px solid var(--grey-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.2s;
}
.etm-plan-card.featured { border-color: var(--accent); }
.etm-plan-header {
  background: var(--navy);
  padding: 28px 24px;
  text-align: center;
}
.etm-plan-header.accent { background: var(--accent); }
.etm-plan-header h3 { color: var(--white); font-size: 1.3rem; font-weight: 800; margin-bottom: 4px; }
.etm-plan-header p { color: rgba(255,255,255,0.7); font-size: 14px; margin: 0; }
.etm-plan-price {
  text-align: center;
  padding: 28px 24px 0;
}
.etm-plan-price strong { font-size: 3rem; font-weight: 800; color: var(--navy); letter-spacing: -0.04em; }
.etm-plan-price span { font-size: 1rem; color: var(--grey-500); }
.etm-plan-features { padding: 20px 24px; list-style: none; display: grid; gap: 10px; }
.etm-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-800);
}
.etm-plan-features li::before { content: '✓'; color: var(--teal); font-weight: 800; flex-shrink: 0; }
.etm-plan-cta { padding: 0 24px 28px; }
.etm-plan-cta a, .etm-plan-cta button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.etm-plan-cta a:hover, .etm-plan-cta button:hover { background: var(--accent-dark); }
.etm-plan-cta.outline a, .etm-plan-cta.outline button {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--grey-200);
}
.etm-plan-cta.outline a:hover { border-color: var(--navy); }

/* ============================================================
   SERVENTO SEARCH & LISTING PAGES
   ============================================================ */
.sv-banner {
  background: var(--navy) !important;
  position: relative;
}
.sv-banner_title h2 {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: var(--white) !important;
}
.sv-banner_title p { color: rgba(255,255,255,0.72) !important; font-family: 'Manrope', sans-serif !important; }

.sv-headerform .sv-themeform__wrap .sv-inputhasicon .form-control,
.sv-headerform .form-control {
  font-family: 'Manrope', sans-serif !important;
  border-radius: var(--radius) !important;
  border: 1.5px solid var(--grey-200) !important;
  font-size: 15px !important;
}

/* Servento provider cards */
.sv-trendingserviceslider_title address h4,
.sv-freelancerdetail h3 {
  font-family: 'Manrope', sans-serif !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
}
.sv-freelancerdetail h4, .sv-featureRating h6 {
  font-family: 'Manrope', sans-serif !important;
}
.sv-trendingserviceslider_title {
  border: 1px solid var(--grey-200) !important;
  border-radius: var(--radius-lg) !important;
  transition: box-shadow 0.2s, transform 0.2s !important;
}
.sv-trendingserviceslider_title:hover {
  box-shadow: var(--shadow) !important;
  transform: translateY(-2px) !important;
}

/* Rating stars */
.sv_stars li i { color: var(--gold) !important; }

/* Search filter sidebar */
.sv-asidenav { border-radius: var(--radius-lg) !important; }
.sv-search-provider .sv-sb {
  background: transparent !important;
  border: 1.5px solid var(--accent) !important;
  color: var(--accent) !important;
  border-radius: var(--radius) !important;
  font-weight: 700 !important;
}
.sv-search-provider .sv-pb {
  background: var(--accent) !important;
  border-radius: var(--radius) !important;
}

/* Explore categories */
.sv-explore-categories { gap: 12px !important; }
.sv-explore-content {
  border: 1px solid var(--grey-200) !important;
  border-radius: var(--radius-lg) !important;
  transition: all 0.2s !important;
}
.sv-explore-content:hover {
  border-color: var(--accent) !important;
  box-shadow: var(--shadow) !important;
}

/* ============================================================
   CLAIM STRIP
   ============================================================ */
.gm-claim-strip {
  background: var(--gold-light);
  border: 1px solid rgba(245,158,11,0.3);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 40px 0;
}
.gm-claim-strip h2 { color: var(--navy); font-size: 1.6rem; margin: 0; }
.gm-claim-strip p { color: #92400E; margin: 6px 0 0; font-size: 15px; }

/* ============================================================
   QUOTE REQUEST BOX
   ============================================================ */
.gm-quote-box {
  background: var(--off-white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin: 32px 0;
}
.gm-quote-box h3 { font-size: 1.2rem; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.gm-quote-box p { font-size: 14px; color: var(--grey-500); margin-bottom: 20px; }
.gm-quote-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gm-quote-form-grid .full { grid-column: 1 / -1; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .gm-listing-grid { grid-template-columns: repeat(3, 1fr); }
  .gm-service-grid { grid-template-columns: repeat(2, 1fr); }
  .gm-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 1024px) {
  .gm-header-inner { padding: 0 24px; }
  .gm-hero-content { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .gm-hero-card { position: static; width: 100%; max-width: 480px; }
  .gm-search-strip { padding: 10px 24px; flex-wrap: wrap; }
  .gm-nav { display: none; }
  .gm-stats-bar { grid-template-columns: repeat(2, 1fr); }
  .gm-twin-columns { grid-template-columns: 1fr; }
  .gm-twin-col:first-child { border-right: none; border-bottom: 1px solid var(--grey-200); padding-left: 0; padding-bottom: 32px; margin-bottom: 32px; }
  .gm-directory-layout { grid-template-columns: 1fr; }
  .gm-sidebar { position: static; }
  .gm-profile-layout { grid-template-columns: 1fr; }
  .gm-quote-sidebar { position: static; }
  .gm-how-works-grid { grid-template-columns: 1fr; }
  .gm-how-works-arrow { display: none; }
  .gm-reviews-grid { grid-template-columns: 1fr; }
  .gm-cta-band { flex-direction: column; text-align: center; }
  .gm-cta-band-actions { flex-direction: row; }
}

@media (max-width: 768px) {
  .gm-section { padding: 60px 20px; }
  .gm-section-head { flex-direction: column; align-items: flex-start; }
  .gm-utility-bar { padding: 0 20px; }
  .gm-hero-content { padding: 48px 20px; }
  .gm-hero h1 { font-size: 2.4rem; }
  .gm-stats-bar { grid-template-columns: 1fr 1fr; padding: 20px; }
  .gm-listing-grid, .gm-listing-grid.three { grid-template-columns: 1fr; }
  .gm-service-grid { grid-template-columns: 1fr; }
  .gm-footer-grid { grid-template-columns: 1fr; }
  .gm-footer-bottom { flex-direction: column; text-align: center; }
  .gm-cta-band { padding: 60px 20px; }
  .gm-newsletter { padding: 60px 20px; }
  .gm-newsletter-form { flex-direction: column; }
  .gm-newsletter-input { border-radius: var(--radius); }
  .gm-newsletter-btn { border-radius: var(--radius); }
  .gm-profile-hero { flex-direction: column; }
  .sv-popupcontainer { padding: 32px 24px; }
  .gm-quote-form-grid { grid-template-columns: 1fr; }
  .etm-plans-wrap { grid-template-columns: 1fr; }
}
