:root{--gp-bg:#f6f7fb;--gp-card:#ffffff;--gp-text:#17212b;--gp-muted:#5d6b7b;--gp-line:#e6e8ee;--gp-primary:#da251d;--gp-primary-dark:#b51d17;--gp-accent:#ff8b2a;--gp-accent-soft:#fff1ea;--gp-shadow:0 12px 30px rgba(16,24,40,.06);--gp-radius:18px}
.gp-main,.gp-wrap{background:var(--gp-bg)}
.gp-container{max-width:1280px;margin:0 auto;padding:0 20px}
.gp-section{padding:24px 0 12px}
.gp-hero{padding:14px 0 8px}
.gp-hero-card{background:linear-gradient(135deg,#da251d,#ef5a29 55%,#ff8b2a);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:16px 20px;box-shadow:0 18px 42px rgba(16,24,40,.12);position:relative;overflow:hidden;color:#fff}
.gp-hero-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0));pointer-events:none}
.gp-hero-card:after{content:"";position:absolute;right:-54px;bottom:-76px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16),rgba(255,255,255,0));pointer-events:none}
.gp-hero-inner{max-width:980px;position:relative;z-index:1}
.gp-kicker-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}
.gp-kicker{display:inline-flex;margin:0;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.gp-kicker-badge{display:inline-flex;align-items:center;min-height:34px;padding:8px 13px;border-radius:999px;background:rgba(123,24,13,.22);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);font-size:12px;font-weight:800;letter-spacing:.02em;color:#fff8f5}
.gp-breadcrumbs{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 10px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);font-size:13px;line-height:1.6;color:#fff7ef}
.gp-breadcrumbs a{color:#ffffff;text-decoration:none;font-weight:700;opacity:1}
.gp-breadcrumbs a:hover{text-decoration:underline;color:#ffffff}
.gp-breadcrumbs .gp-bc-sep{opacity:.82;font-weight:700;margin:0 1px;color:#fff0de}
.gp-breadcrumbs .gp-bc-current{font-weight:800;color:#ffffff}
.gp-hero h1{margin:0 0 8px;font-size:clamp(24px,3vw,34px);line-height:1.15;letter-spacing:-.02em;color:#fff;max-width:940px}
.gp-meta{margin:0 0 8px;color:rgba(255,255,255,.98);font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}
.gp-subtitle{margin:0;color:rgba(255,255,255,.98);font-size:15px;line-height:1.7;max-width:860px}
.gp-search{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.gp-search input{flex:1 1 500px;height:58px;border-radius:18px;border:none;padding:0 18px;font-size:16px;color:var(--gp-text);box-shadow:0 8px 24px rgba(16,24,40,.12)}.gp-search button{height:56px;min-width:120px;border-radius:16px;border:none;background:var(--gp-primary);color:#fff;font-weight:800;padding:0 20px;box-shadow:var(--gp-shadow);cursor:pointer}.gp-search button:hover{background:var(--gp-primary-dark)}
.gp-hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.gp-pill{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:800;font-size:13px;line-height:1}
.gp-grid,.gp-info-grid,.gp-faq{display:grid;gap:16px}.gp-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:16px}.gp-info-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-top:12px}.gp-info-grid-wide{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.gp-card{background:var(--gp-card);border:1px solid var(--gp-line);border-radius:22px;padding:18px;box-shadow:var(--gp-shadow)}
.gp-link-card{text-decoration:none;color:inherit;display:block;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}.gp-link-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(16,24,40,.10);border-color:#9cdad3}
.gp-link-card strong{display:block;font-size:20px;line-height:1.35;margin-bottom:8px;color:var(--gp-text)}.gp-link-card span{display:block;color:var(--gp-muted);font-size:15px;line-height:1.6}
.gp-kv span{display:block;color:var(--gp-muted);font-size:13px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.gp-kv strong{font-size:20px;line-height:1.4;color:var(--gp-text)}
.gp-prose{background:#fff;border:1px solid var(--gp-line);border-radius:24px;padding:26px 30px;box-shadow:var(--gp-shadow)}.gp-prose p{color:#334155;line-height:1.9;font-size:17px;margin:0 0 15px}.gp-prose p:last-child{margin-bottom:0}
.gp-h2{font-size:28px;line-height:1.2;margin:20px 0 10px;color:var(--gp-text)}
.gp-faq details summary{cursor:pointer;font-weight:800;font-size:17px;color:var(--gp-text)}.gp-faq details p{margin:12px 0 0;color:var(--gp-muted);line-height:1.8;font-size:16px}
.gp-action-grid .gp-link-card strong{font-size:18px}
.gp-associated-section{margin-top:18px}.gp-associated-head{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.gp-associated-intro{margin:0;color:#475569;font-size:16px;line-height:1.8}.gp-office-mini-card strong{font-size:18px}.gp-office-mini-card span+span{margin-top:4px}
.gp-result-label{display:inline-flex;align-items:center;align-self:flex-start;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:var(--gp-accent-soft);color:#9a2d14;font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;margin-bottom:10px}
.gp-office-badge-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.gp-branch-badge,.gp-office-pin{background:#fff7f1;color:#7a2210}
.gp-branch-badge{background:var(--gp-accent-soft);color:#8a2a12}
.gp-office-pin{background:#fff7f1;color:#7a2210}
.gp-open-details{display:inline-flex;align-items:center;justify-content:center;width:max-content;margin-top:8px;padding:10px 14px;border-radius:12px;background:var(--gp-primary);color:#fff !important;font-size:13px;font-weight:800;line-height:1.1;box-shadow:var(--gp-shadow)}
@media (max-width:820px){.gp-container{padding:0 16px}.gp-section{padding:20px 0 8px}.gp-hero{padding:12px 0 8px}.gp-hero-card{background:linear-gradient(135deg,#da251d,#ef5a29 55%,#ff8b2a);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:16px 20px;box-shadow:0 18px 42px rgba(16,24,40,.12);position:relative;overflow:hidden;color:#fff}.gp-kicker-row{margin-bottom:14px}.gp-breadcrumbs{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 10px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);font-size:13px;line-height:1.6;color:#fff7ef}.gp-hero h1{font-size:clamp(22px,7vw,30px);max-width:none}.gp-subtitle{font-size:14px;line-height:1.65}.gp-meta{font-size:13px}.gp-card{padding:16px}.gp-grid{grid-template-columns:1fr 1fr;gap:14px}.gp-info-grid,.gp-info-grid-wide{grid-template-columns:1fr 1fr;gap:14px}.gp-pill{font-size:12px;padding:8px 12px;min-height:34px}.gp-prose{padding:20px 18px}.gp-prose p{font-size:16px;line-height:1.85}.gp-search{display:grid;grid-template-columns:1fr;gap:10px}.gp-search input,.gp-search button{height:56px;min-width:120px;border-radius:16px;border:none;background:var(--gp-primary);color:#fff;font-weight:800;padding:0 20px;box-shadow:var(--gp-shadow);cursor:pointer}.gp-h2{font-size:24px;margin-top:16px}.gp-kv strong,.gp-link-card strong{font-size:18px}.gp-associated-intro{font-size:15px;line-height:1.75}}
@media (max-width:520px){.gp-container{padding:0 14px}.gp-grid,.gp-info-grid,.gp-info-grid-wide{grid-template-columns:1fr}.gp-hero-card{background:linear-gradient(135deg,#da251d,#ef5a29 55%,#ff8b2a);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:16px 20px;box-shadow:0 18px 42px rgba(16,24,40,.12);position:relative;overflow:hidden;color:#fff}.gp-breadcrumbs{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 10px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);font-size:13px;line-height:1.6;color:#fff7ef}.gp-hero h1{font-size:clamp(20px,8vw,28px)}.gp-subtitle,.gp-prose p,.gp-faq details p{font-size:15px}.gp-kicker,.gp-kicker-badge,.gp-pill{font-size:11px}.gp-link-card strong,.gp-kv strong{font-size:17px}.gp-open-details{display:inline-flex;align-items:center;justify-content:center;width:max-content;margin-top:8px;padding:10px 14px;border-radius:12px;background:var(--gp-primary);color:#fff !important;font-size:13px;font-weight:800;line-height:1.1;box-shadow:var(--gp-shadow)}}

.gp-hero-state .gp-hero-card,.gp-hero-district .gp-hero-card,.gp-hero-office .gp-hero-card,.gp-hero-missing .gp-hero-card{background:linear-gradient(135deg,#da251d,#ef5a29 55%,#ff8b2a);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:16px 20px;box-shadow:0 18px 42px rgba(16,24,40,.12);position:relative;overflow:hidden;color:#fff}
.gp-hero-state .gp-search,.gp-hero-district .gp-search,.gp-hero-office .gp-search,.gp-hero-missing .gp-search{display:none}
@media (max-width:820px){.gp-hero-card{background:linear-gradient(135deg,#da251d,#ef5a29 55%,#ff8b2a);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:16px 20px;box-shadow:0 18px 42px rgba(16,24,40,.12);position:relative;overflow:hidden;color:#fff}.gp-hero h1{font-size:clamp(22px,7vw,28px)}.gp-subtitle{font-size:14px;line-height:1.65}}


/* v17.5.1 theme color alignment */
.gp-hero-card,
.gp-page-hero{
  background:linear-gradient(135deg,#da251d,#ef5a29 55%,#ff8b2a) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 18px 42px rgba(16,24,40,.12) !important;
}
.gp-hero h1,
.gp-meta,
.gp-subtitle,
.gp-kicker,
.gp-kicker-badge,
.gp-pill{
  color:#fff !important;
}
.gp-breadcrumbs,
.gp-breadcrumbs a,
.gp-breadcrumbs .gp-bc-current,
.gp-breadcrumbs .gp-bc-sep{
  color:#fff !important;
}
.gp-search button,
.gp-open-details{
  background:#da251d !important;
}
.gp-search button:hover,
.gp-open-details:hover{
  background:#b51d17 !important;
}

/* v17.5.2 cache bump */


/* v17.6 seo machine polish */
.gp-associated-head{margin-bottom:12px}
.gp-associated-intro{margin:0;color:var(--gp-muted)}
.gp-prose p + p{margin-top:12px}
.gp-faq summary{font-weight:700}





/* v17.6.4 theme width match */
.gp-wrap,
.gp-main{
  background: transparent !important;
}
.gp-container{
  width:min(1180px,calc(100% - 28px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
@media (max-width:768px){
  .gp-container{
    width:calc(100% - 16px) !important;
    max-width:100% !important;
  }
}


/* v17.7 search UX PRO */
.gp-associated-section{
  margin-top:22px;
}
.gp-associated-head{
  margin-bottom:14px;
}
.gp-associated-head .gp-associated-intro{
  margin:8px 0 0;
  color:var(--gp-muted);
}
.gp-result-label{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#fff3ea;
  border:1px solid #ffd5b8;
  color:#b7440a;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
}

/* v17.7.1 SO priority fix */

/* v17.7.2 PHP-side SO priority fix */


/* v17.7.3 frontend label cleanup */
.gp-result-label{
  letter-spacing:.02em;
}


/* v17.7.4 main office + clean UI fix */
.gp-branch-badge{
  min-width:auto;
}

/* v17.7.5 hero uses primary office name */

/* v17.8.0 proper pin hero + office visibility cleanup */

/* v17.8.1 dynamic office content */

/* v18 content pro upgrade */
.gp-prose p{margin:0 0 14px;}

/* V19 Authority UI */
.gp-updated{font-size:13px;color:#6b7280;margin:10px 0;}
.gp-links{display:flex;gap:12px;flex-wrap:wrap;margin:15px 0;}
.gp-links a{background:#f3f4f6;padding:6px 10px;border-radius:6px;text-decoration:none;color:#111;}

/* V19.2 Authority Footer Block */
.gp-authority{margin-top:40px;}
.gp-authority-card{background:#f3f4f6;border-radius:16px;padding:18px 22px;font-size:15px;color:#374151;line-height:1.6;border:1px solid #e5e7eb;}
.gp-updated{margin-top:10px;font-size:13px;color:#6b7280;}




/* V19.3 UI PRO hero system */
.gp-hero{
  padding:22px 0 12px;
}
.gp-hero-card{
  padding:0 !important;
}
.gp-hero-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:34px;
  align-items:center;
  min-height:330px;
  padding:26px 28px;
  position:relative;
  z-index:1;
}
.gp-hero-inner{
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
.gp-hero-copy{
  max-width:760px;
}
.gp-kicker-row{
  margin-bottom:18px !important;
}
.gp-breadcrumbs{
  display:inline-flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 18px !important;
  padding:8px 16px !important;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.2);
  width:max-content;
  max-width:100%;
}
.gp-hero h1{
  margin:0 0 12px !important;
  max-width:760px !important;
  font-size:clamp(34px,4vw,54px);
  line-height:1.1;
  letter-spacing:-.02em;
}
.gp-meta{
  margin:0 0 12px !important;
}
.gp-subtitle{
  margin:0;
  max-width:700px !important;
}
.gp-hero-pills{
  gap:10px !important;
  margin-top:20px !important;
}
.gp-hero-side{
  display:flex;
  justify-content:flex-end;
}
.gp-hero-side-card{
  width:min(100%,360px);
  padding:22px 22px 20px;
  border-radius:24px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 40px rgba(125,35,8,.14);
  backdrop-filter:blur(4px);
}
.gp-hero-side-label{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.gp-hero-side-card h3{
  margin:14px 0 10px;
  color:#fff;
  font-size:24px;
  line-height:1.15;
}
.gp-hero-side-card p{
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:15px;
  line-height:1.75;
}
.gp-hero-side-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.gp-hero-side-points span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:12px;
  font-weight:700;
}
@media (max-width:1100px){
  .gp-hero-layout{
    grid-template-columns:minmax(0,1fr);
    gap:20px;
    min-height:auto;
  }
  .gp-hero-side{
    justify-content:flex-start;
  }
  .gp-hero-side-card{
    width:100%;
    max-width:760px;
  }
}
@media (max-width:820px){
  .gp-hero{
    padding:16px 0 10px;
  }
  .gp-hero-layout{
    padding:18px 18px 20px;
    gap:16px;
  }
  .gp-breadcrumbs{
    margin:0 0 14px !important;
    padding:7px 12px !important;
  }
  .gp-hero h1{
    font-size:clamp(26px,7vw,36px);
  }
  .gp-hero-side-card{
    padding:18px 16px;
    border-radius:20px;
  }
}
@media (max-width:520px){
  .gp-hero-layout{
    padding:16px 16px 18px;
  }
  .gp-hero-side-card h3{
    font-size:20px;
  }
  .gp-hero-side-card p{
    font-size:14px;
    line-height:1.65;
  }
}


/* V19.4 typography + spacing perfection */
.gp-hero{padding:22px 0 12px}
.gp-hero-card{padding:36px 40px !important;min-height:0 !important}
.gp-hero-inner{max-width:860px !important;margin:0 !important;padding:0 !important;position:relative;z-index:1}
.gp-hero-copy{max-width:780px;margin:0}
.gp-kicker-row,.gp-hero-pills,.gp-hero-side{display:none !important}
.gp-breadcrumbs{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 22px !important;padding:8px 14px !important;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);width:max-content;max-width:100%}
.gp-hero h1{margin:0 0 14px !important;max-width:760px !important;font-size:clamp(34px,4.2vw,58px);line-height:1.08;letter-spacing:-.03em;font-weight:800;color:#fff !important;text-wrap:balance}
.gp-meta{margin:0 0 14px !important;font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.96) !important}
.gp-subtitle{margin:0 !important;max-width:720px !important;font-size:17px;line-height:1.8;color:rgba(255,255,255,.94) !important}
.gp-search{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.gp-search input{flex:1 1 520px;height:58px;border-radius:18px;border:none;padding:0 18px;font-size:16px;color:var(--gp-text);box-shadow:0 8px 24px rgba(16,24,40,.12)}
.gp-search button{height:56px;min-width:124px;border-radius:16px}
@media (max-width:820px){
  .gp-hero{padding:16px 0 10px}
  .gp-hero-card{padding:24px 22px !important;border-radius:24px}
  .gp-breadcrumbs{margin:0 0 16px !important;padding:7px 12px !important;font-size:12px}
  .gp-hero h1{font-size:clamp(28px,8vw,40px);line-height:1.1}
  .gp-meta{font-size:12px;margin:0 0 10px !important}
  .gp-subtitle{font-size:15px;line-height:1.75}
}
@media (max-width:520px){
  .gp-hero-card{padding:20px 18px !important;border-radius:22px}
  .gp-hero h1{font-size:clamp(24px,9vw,34px)}
  .gp-subtitle{font-size:14px;line-height:1.7}
}


/* V19.5 design system */
:root{
  --gp-shell:1180px;
  --gp-space-1:8px;
  --gp-space-2:12px;
  --gp-space-3:16px;
  --gp-space-4:22px;
  --gp-space-5:30px;
  --gp-space-6:40px;
  --gp-radius-card:24px;
  --gp-radius-pill:999px;
}
.gp-container{max-width:var(--gp-shell) !important;}
.gp-section{padding:28px 0 12px;}
.gp-card,.gp-prose,.gp-link-card{border-radius:var(--gp-radius-card);}
.gp-hero{padding:18px 0 12px;}
.gp-hero-card{
  padding:34px 38px !important;
  border-radius:30px;
}
.gp-hero-inner{
  max-width:780px !important;
}
.gp-hero-copy{
  max-width:720px;
}
.gp-breadcrumbs{
  margin:0 0 18px !important;
  padding:9px 14px !important;
  gap:7px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
}
.gp-breadcrumbs a,.gp-breadcrumbs .gp-bc-current,.gp-breadcrumbs .gp-bc-sep{
  font-size:14px;
  font-weight:800;
}
.gp-hero h1{
  margin:0 0 12px !important;
  max-width:700px !important;
  font-size:clamp(32px,4.3vw,50px);
  line-height:1.14;
  letter-spacing:-.028em;
  font-weight:800;
  text-wrap:balance;
}
.gp-meta{
  margin:0 0 12px !important;
  font-size:12px;
  line-height:1.5;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.92) !important;
}
.gp-subtitle{
  max-width:620px !important;
  font-size:16px;
  line-height:1.78;
  color:rgba(255,255,255,.94) !important;
}
.gp-search{
  margin-top:20px;
  gap:10px;
}
.gp-search input{
  height:56px;
  border-radius:18px;
  padding:0 18px;
}
.gp-search button,.gp-open-details,.gp-pill{
  border-radius:16px;
}
.gp-h2{
  font-size:26px;
  line-height:1.2;
  margin:18px 0 10px;
}
.gp-prose{padding:28px 30px;}
.gp-prose p{font-size:16px;line-height:1.86;}
@media (max-width:820px){
  .gp-section{padding:22px 0 10px;}
  .gp-hero-card{padding:24px 22px !important;border-radius:24px;}
  .gp-hero-inner,.gp-hero-copy{max-width:none !important;}
  .gp-breadcrumbs{margin:0 0 14px !important;padding:8px 12px !important;}
  .gp-breadcrumbs a,.gp-breadcrumbs .gp-bc-current,.gp-breadcrumbs .gp-bc-sep{font-size:12px;}
  .gp-hero h1{font-size:clamp(28px,7.8vw,38px);line-height:1.12;max-width:none !important;}
  .gp-meta{font-size:11px;margin:0 0 10px !important;}
  .gp-subtitle{font-size:15px;line-height:1.72;max-width:none !important;}
  .gp-prose{padding:22px 18px;}
}
@media (max-width:520px){
  .gp-hero-card{padding:20px 18px !important;border-radius:22px;}
  .gp-hero h1{font-size:clamp(24px,8.7vw,32px);}
  .gp-subtitle{font-size:14px;line-height:1.68;}
}


/* V20 premium polish */
.gp-hero-card{padding:34px 40px 36px !important;border-radius:30px;box-shadow:0 20px 48px rgba(16,24,40,.10)!important}
.gp-breadcrumbs{padding:8px 14px;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.12)}
.gp-breadcrumbs a,.gp-bc-current,.gp-bc-sep{color:#fff}
.gp-hero-inner,.gp-hero-copy{max-width:760px !important}
.gp-hero h1{max-width:720px !important;margin:0 0 12px !important;font-size:clamp(36px,4vw,54px);line-height:1.12;letter-spacing:-.028em;font-weight:800;text-wrap:balance}
.gp-hero-location{display:block;margin-top:6px;font-size:.92em;line-height:1.15;opacity:.96}
.gp-meta{margin:0 0 12px;font-size:13px;letter-spacing:.08em;color:#fff1e8;opacity:.95}
.gp-subtitle{max-width:600px !important;margin:0;font-size:15px;line-height:1.75;color:#fff7f0}
.gp-search{margin-top:20px}
@media (max-width:820px){
  .gp-hero-card{padding:24px 22px 26px !important;border-radius:24px}
  .gp-hero-inner,.gp-hero-copy{max-width:none !important}
  .gp-hero h1{max-width:none !important;font-size:clamp(28px,7.6vw,40px);line-height:1.12}
  .gp-subtitle{max-width:none !important;font-size:14px;line-height:1.7}
}
@media (max-width:520px){
  .gp-hero-card{padding:20px 18px 22px !important;border-radius:22px}
  .gp-breadcrumbs{font-size:12px;padding:7px 12px}
  .gp-hero h1{font-size:clamp(24px,8.4vw,32px)}
}


/* V20.0.1 hero balance fix */
.gp-hero-card{
  padding: 36px 44px 38px !important;
}
.gp-hero-inner,
.gp-hero-copy{
  margin-left: auto !important;
  margin-right: auto !important;
}
.gp-hero-inner{
  max-width: 860px !important;
}
.gp-hero-copy{
  max-width: 760px !important;
}
.gp-hero h1{
  max-width: 760px !important;
}
.gp-subtitle{
  max-width: 640px !important;
}
@media (max-width: 820px){
  .gp-hero-card{
    padding: 24px 22px 26px !important;
  }
  .gp-hero-inner,
  .gp-hero-copy,
  .gp-hero h1,
  .gp-subtitle{
    max-width: none !important;
  }
}


/* V20.0.2 hero centering refinement */
.gp-hero-card{padding:38px 46px 40px !important;}
.gp-hero-inner,.gp-hero-copy{max-width:780px !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important;}
.gp-breadcrumbs{margin:0 auto 18px !important;}
.gp-hero h1{max-width:780px !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important;}
.gp-meta,.gp-subtitle{max-width:660px !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important;}
.gp-search,.gp-hero-pills,.gp-kicker-row,.gp-hero-side{display:none !important;}
@media (max-width:820px){.gp-hero-card{padding:24px 22px 26px !important}.gp-hero-inner,.gp-hero-copy,.gp-hero h1,.gp-meta,.gp-subtitle{max-width:none !important;text-align:left !important}.gp-breadcrumbs{margin:0 0 14px !important}}


/* V20.0.3 hero alignment fix: keep same width, align text properly */
.gp-hero-card{padding:38px 46px 40px !important;}
.gp-hero-inner,.gp-hero-copy{max-width:780px !important;margin-left:auto !important;margin-right:auto !important;text-align:left !important;}
.gp-breadcrumbs{margin:0 0 18px !important;}
.gp-hero h1{max-width:780px !important;margin-left:0 !important;margin-right:0 !important;text-align:left !important;}
.gp-meta,.gp-subtitle{max-width:660px !important;margin-left:0 !important;margin-right:0 !important;text-align:left !important;}
.gp-search,.gp-hero-pills,.gp-kicker-row,.gp-hero-side{display:none !important;}
@media (max-width:820px){.gp-hero-card{padding:24px 22px 26px !important}.gp-hero-inner,.gp-hero-copy,.gp-hero h1,.gp-meta,.gp-subtitle{max-width:none !important;text-align:left !important}.gp-breadcrumbs{margin:0 0 14px !important}}


/* V20.0.4 full hero text alignment */
.gp-hero-card{padding:38px 46px 40px !important;}
.gp-hero-inner,
.gp-hero-copy{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  text-align:left !important;
}
.gp-hero-copy{
  padding-right:180px !important;
}
.gp-breadcrumbs{
  margin:0 0 18px !important;
}
.gp-hero h1{
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  text-align:left !important;
}
.gp-meta,
.gp-subtitle{
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  text-align:left !important;
}
.gp-search,
.gp-hero-pills,
.gp-kicker-row,
.gp-hero-side{
  display:none !important;
}
@media (max-width: 820px){
  .gp-hero-card{padding:24px 22px 26px !important}
  .gp-hero-copy{padding-right:0 !important;}
}



/* =========================
   V22 Smart Typography
   Desktop center + mobile left
   Dynamic rhythm by page type
   ========================= */

:root{
  --gp-hero-desktop-max: 1080px;
  --gp-hero-copy-max: 980px;
  --gp-title-tight: 0.98em;
  --gp-title-normal: 1em;
  --gp-title-wide: 1.02em;
}

.gp-hero-card{
  position: relative;
  overflow: hidden;
}

.gp-hero-copy,
.gp-hero-inner{
  width: 100%;
}

/* Mobile-first readability */
.gp-hero h1,
.gp-hero-title{
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.gp-meta,
.gp-subtitle,
.gp-hero-subtitle{
  max-width: 68ch;
}

.gp-subtitle,
.gp-hero-subtitle{
  line-height: 1.72;
  letter-spacing: 0.01em;
}

/* Page-aware title sizing by body class if available */
body.post-type-gp_state .gp-hero h1,
body.post-type-gp_state .gp-hero-title,
body.gp-page-state .gp-hero h1,
body.gp-page-state .gp-hero-title{
  font-size: clamp(2.5rem, 5.1vw, 4.5rem);
  line-height: 1.07;
  letter-spacing: -0.035em;
  max-width: 13.5ch;
}

body.post-type-gp_district .gp-hero h1,
body.post-type-gp_district .gp-hero-title,
body.gp-page-district .gp-hero h1,
body.gp-page-district .gp-hero-title{
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: 15ch;
}

body.post-type-gp_office .gp-hero h1,
body.post-type-gp_office .gp-hero-title,
body.post-type-gp_pin .gp-hero h1,
body.post-type-gp_pin .gp-hero-title,
body.gp-page-office .gp-hero h1,
body.gp-page-office .gp-hero-title,
body.gp-page-pin .gp-hero h1,
body.gp-page-pin .gp-hero-title{
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.028em;
  max-width: 17ch;
}

/* Fallback when page-type classes are not present */
.gp-hero h1,
.gp-hero-title{
  font-size: clamp(2.15rem, 4.7vw, 4.2rem);
  line-height: 1.09;
  letter-spacing: -0.032em;
  font-weight: 800;
  margin: 0 0 16px;
}

/* Desktop hero: centered presentation */
@media (min-width: 1024px){
  .gp-hero-card{
    min-height: 360px;
    padding: 42px 46px 44px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gp-hero .gp-container{
    max-width: var(--gp-hero-desktop-max);
    margin: 0 auto;
  }

  .gp-hero-copy,
  .gp-hero-inner{
    max-width: var(--gp-hero-copy-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .gp-breadcrumbs,
  .gp-meta,
  .gp-subtitle,
  .gp-hero-subtitle{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .gp-breadcrumbs{
    margin-bottom: 18px !important;
  }

  .gp-meta{
    margin-top: 2px !important;
    margin-bottom: 10px !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.95;
  }

  .gp-subtitle,
  .gp-hero-subtitle{
    font-size: 1.06rem !important;
  }
}

/* Mobile and tablet: left aligned for safer reading */
@media (max-width: 1023.98px){
  .gp-hero-card{
    padding: 28px 22px 30px !important;
  }

  .gp-hero-copy,
  .gp-hero-inner{
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  .gp-breadcrumbs,
  .gp-meta,
  .gp-subtitle,
  .gp-hero-subtitle{
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .gp-hero h1,
  .gp-hero-title{
    font-size: clamp(2rem, 8.2vw, 3.1rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.03em !important;
    max-width: 12.5ch !important;
  }

  .gp-meta{
    font-size: 0.88rem !important;
    margin-top: 4px !important;
    margin-bottom: 8px !important;
  }

  .gp-subtitle,
  .gp-hero-subtitle{
    font-size: 0.98rem !important;
    line-height: 1.66 !important;
    max-width: 44ch !important;
  }
}

/* Very long titles: apply a calmer scale when plugin emits helper classes */
.gp-title-long .gp-hero h1,
.gp-title-long .gp-hero-title{
  font-size: clamp(1.95rem, 3.7vw, 3.2rem) !important;
  line-height: 1.14 !important;
  max-width: 18ch !important;
}

.gp-title-medium .gp-hero h1,
.gp-title-medium .gp-hero-title{
  max-width: 16ch !important;
}



/* V22.1 Adaptive Hero Fix */
@media (min-width: 1024px){
  .gp-hero-card{
    min-height: 340px;
    padding: 42px 46px 44px !important;
    display: block !important;
  }
  .gp-hero-copy,
  .gp-hero-inner{
    max-width: 760px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .gp-breadcrumbs,
  .gp-meta,
  .gp-subtitle,
  .gp-hero-subtitle{
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .gp-hero h1,
  .gp-hero-title{
    font-size: clamp(2.35rem, 4.2vw, 4.1rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.032em !important;
    max-width: 11.5ch !important;
    margin: 0 0 18px 0 !important;
    text-wrap: balance;
  }
  .gp-meta{
    max-width: 56ch !important;
    margin-top: 2px !important;
    margin-bottom: 10px !important;
  }
  .gp-subtitle,
  .gp-hero-subtitle{
    max-width: 58ch !important;
    font-size: 1.02rem !important;
    line-height: 1.68 !important;
  }

  body.post-type-gp_state .gp-hero-card,
  body.gp-page-state .gp-hero-card{
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  body.post-type-gp_state .gp-hero-copy,
  body.post-type-gp_state .gp-hero-inner,
  body.gp-page-state .gp-hero-copy,
  body.gp-page-state .gp-hero-inner{
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  body.post-type-gp_state .gp-breadcrumbs,
  body.post-type-gp_state .gp-meta,
  body.post-type-gp_state .gp-subtitle,
  body.post-type-gp_state .gp-hero-subtitle,
  body.gp-page-state .gp-breadcrumbs,
  body.gp-page-state .gp-meta,
  body.gp-page-state .gp-subtitle,
  body.gp-page-state .gp-hero-subtitle{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.post-type-gp_state .gp-hero h1,
  body.post-type-gp_state .gp-hero-title,
  body.gp-page-state .gp-hero h1,
  body.gp-page-state .gp-hero-title{
    max-width: 13.5ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(2.7rem, 5.1vw, 4.6rem) !important;
    line-height: 1.07 !important;
  }
}
.gp-title-long .gp-hero h1,
.gp-title-long .gp-hero-title{
  max-width: 12.5ch !important;
  font-size: clamp(2.15rem, 3.55vw, 3.45rem) !important;
  line-height: 1.1 !important;
}
.gp-title-medium .gp-hero h1,
.gp-title-medium .gp-hero-title{
  max-width: 12ch !important;
}
.gp-breadcrumbs{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}


/* V22.2 PIN HERO FIX */
@media (min-width: 1024px){
  body.gp-page-pin .gp-hero-card,
  body.post-type-gp_pin .gp-hero-card{
    display:block !important;
    min-height:340px !important;
    padding:42px 46px 44px !important;
  }

  body.gp-page-pin .gp-hero-copy,
  body.gp-page-pin .gp-hero-inner,
  body.post-type-gp_pin .gp-hero-copy,
  body.post-type-gp_pin .gp-hero-inner{
    max-width:980px !important;
    width:100% !important;
    margin-left:0 !important;
    margin-right:auto !important;
    text-align:left !important;
  }

  body.gp-page-pin .gp-hero h1,
  body.gp-page-pin .gp-hero-title,
  body.post-type-gp_pin .gp-hero h1,
  body.post-type-gp_pin .gp-hero-title{
    max-width:100% !important;
    width:100% !important;
    margin:0 0 18px 0 !important;
    font-size:clamp(2.5rem, 3.7vw, 4rem) !important;
    line-height:1.12 !important;
    letter-spacing:-0.028em !important;
    text-align:left !important;
    word-break:keep-all !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
    text-wrap:pretty !important;
  }

  body.gp-page-pin .gp-meta,
  body.gp-page-pin .gp-subtitle,
  body.gp-page-pin .gp-hero-subtitle,
  body.gp-page-pin .gp-breadcrumbs,
  body.post-type-gp_pin .gp-meta,
  body.post-type-gp_pin .gp-subtitle,
  body.post-type-gp_pin .gp-hero-subtitle,
  body.post-type-gp_pin .gp-breadcrumbs{
    max-width:100% !important;
    text-align:left !important;
    margin-left:0 !important;
    margin-right:auto !important;
  }
}

/* Safer PIN title formatting if plugin renders location span */
.gp-page-pin .gp-hero-title .gp-hero-location,
.post-type-gp_pin .gp-hero-title .gp-hero-location{
  display:block;
  margin-top:8px;
}

/* Keep place names from breaking awkwardly */
.gp-page-pin .gp-hero-title,
.post-type-gp_pin .gp-hero-title{
  white-space:normal !important;
}


/* V23 Homepage Hero Match */
/* Make dynamic page heroes use the same simple premium rhythm as the homepage hero */

.gp-hero-card{
  background:linear-gradient(135deg,#da251d,#ef5a29 55%,#ff8b2a) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:28px !important;
  box-shadow:0 18px 42px rgba(16,24,40,.12) !important;
  padding:26px !important;
}

.gp-hero-inner{
  max-width:none !important;
  position:relative;
  z-index:1;
}

.gp-hero-copy{
  max-width:880px !important;
  width:100% !important;
  margin:0 !important;
  text-align:left !important;
}

.gp-breadcrumbs{
  display:inline-flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  align-items:center !important;
  margin:0 0 14px !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.14) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  font-size:.8rem !important;
  line-height:1.5 !important;
  width:auto !important;
  max-width:100% !important;
}

.gp-hero h1,
.gp-hero-title{
  margin:10px 0 10px !important;
  font-size:clamp(2rem,4vw,3rem) !important;
  line-height:1.08 !important;
  letter-spacing:-.02em !important;
  color:#fff !important;
  max-width:880px !important;
  width:auto !important;
  text-align:left !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-wrap:pretty !important;
}

.gp-meta{
  margin:0 0 8px !important;
  color:rgba(255,255,255,.98) !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  max-width:860px !important;
  text-align:left !important;
}

.gp-subtitle,
.gp-hero-subtitle{
  margin:0 0 14px !important;
  color:rgba(255,255,255,.96) !important;
  font-size:1rem !important;
  line-height:1.7 !important;
  max-width:820px !important;
  text-align:left !important;
}

/* Dynamic pages should behave like the homepage simple hero, not centered */
@media (min-width:1024px){
  .gp-hero-card{
    min-height:auto !important;
    display:block !important;
    padding:26px 24px !important;
  }
  .gp-hero-copy{
    max-width:880px !important;
    margin:0 !important;
    text-align:left !important;
  }
  .gp-hero h1,
  .gp-hero-title{
    font-size:clamp(2rem,4vw,3rem) !important;
    max-width:880px !important;
    margin:10px 0 10px !important;
    text-align:left !important;
  }
  .gp-meta,
  .gp-subtitle,
  .gp-hero-subtitle,
  .gp-breadcrumbs{
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:left !important;
  }
}

/* Pin pages: explicitly prevent narrow stacked titles */
.gp-hero-pin .gp-hero-copy,
body.gp-page-pin .gp-hero-copy,
body.post-type-gp_pin .gp-hero-copy{
  max-width:980px !important;
}
.gp-hero-pin h1,
body.gp-page-pin .gp-hero h1,
body.post-type-gp_pin .gp-hero h1{
  max-width:980px !important;
  font-size:clamp(2.05rem,3.6vw,3.35rem) !important;
  line-height:1.12 !important;
}

/* Hide hero search on dynamic pages so they match the clean homepage hero */
.gp-hero-state .gp-search,
.gp-hero-district .gp-search,
.gp-hero-office .gp-search,
.gp-hero-pin .gp-search{
  display:none !important;
}

/* Keep mobile clean and readable */
@media (max-width:767.98px){
  .gp-hero-card{
    padding:22px 18px !important;
  }
  .gp-hero h1,
  .gp-hero-title{
    font-size:clamp(1.85rem,8vw,2.6rem) !important;
    max-width:100% !important;
  }
  .gp-subtitle,
  .gp-hero-subtitle{
    font-size:.98rem !important;
    max-width:100% !important;
  }
}


/* V23.1 Perfect Hero Typography */

.gp-hero h1,
.gp-hero-title{
  width:auto !important;
  max-width:900px !important;
  margin:10px 0 10px !important;
  font-size:clamp(2.15rem,3.8vw,3.2rem) !important;
  line-height:1.1 !important;
  letter-spacing:-0.02em !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-wrap:balance !important;
  text-align:left !important;
}

/* Remove old narrow title constraints that caused ugly stacking */
.gp-title-long .gp-hero h1,
.gp-title-long .gp-hero-title,
.gp-title-medium .gp-hero h1,
.gp-title-medium .gp-hero-title,
body.gp-page-pin .gp-hero h1,
body.gp-page-pin .gp-hero-title,
body.post-type-gp_pin .gp-hero h1,
body.post-type-gp_pin .gp-hero-title{
  max-width:900px !important;
  width:auto !important;
  font-size:clamp(2.15rem,3.8vw,3.2rem) !important;
  line-height:1.1 !important;
  letter-spacing:-0.02em !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-wrap:balance !important;
}

/* Location line support if rendered separately */
.gp-location,
.gp-hero-location{
  display:block;
  margin-top:4px;
}

/* Keep subtitle aligned to same readable width */
.gp-meta{
  max-width:860px !important;
  text-align:left !important;
}
.gp-subtitle,
.gp-hero-subtitle{
  max-width:820px !important;
  text-align:left !important;
  line-height:1.7 !important;
}

/* Mobile */
@media (max-width:767.98px){
  .gp-hero h1,
  .gp-hero-title,
  .gp-title-long .gp-hero h1,
  .gp-title-long .gp-hero-title,
  .gp-title-medium .gp-hero h1,
  .gp-title-medium .gp-hero-title{
    max-width:100% !important;
    font-size:clamp(1.85rem,8vw,2.55rem) !important;
    line-height:1.14 !important;
  }
}

/* Desktop pin/office readability */
@media (min-width:1024px){
  body.gp-page-pin .gp-hero-copy,
  body.post-type-gp_pin .gp-hero-copy,
  body.gp-page-office .gp-hero-copy,
  body.post-type-gp_office .gp-hero-copy{
    max-width:960px !important;
  }
}


/* V23.2 Clean Title System */
.gp-hero h1,
.gp-hero-title{
  max-width: 920px !important;
  text-wrap: balance !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.gp-hero-location{
  display:block;
  margin-top:4px;
}

.gp-hero-state .gp-hero-location{
  margin-top:0;
}

.gp-hero-office .gp-hero-copy,
.gp-hero-pin .gp-hero-copy,
.gp-hero-district .gp-hero-copy{
  max-width: 920px !important;
}

@media (min-width:1024px){
  .gp-hero-office h1,
  .gp-hero-pin h1,
  .gp-hero-district h1{
    font-size: clamp(2.15rem, 3.7vw, 3.2rem) !important;
    line-height: 1.1 !important;
    max-width: 920px !important;
  }

  .gp-hero-state h1{
    font-size: clamp(2.2rem, 3.9vw, 3.25rem) !important;
    line-height: 1.08 !important;
    max-width: 920px !important;
  }
}


/* V23.3 Valid Centered Hero */
.gp-hero-card{
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.gp-hero-copy{
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.gp-hero h1,
.gp-hero-title{
  max-width: 980px !important;
  margin: 12px auto 12px !important;
  text-align: center !important;
  font-size: clamp(2.15rem, 4.1vw, 3.35rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  text-wrap: balance !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
.gp-hero-location{
  display:block;
  margin-top:6px;
}
.gp-meta,
.gp-subtitle,
.gp-hero-subtitle,
.gp-breadcrumbs{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.gp-meta{max-width:860px !important;}
.gp-subtitle,
.gp-hero-subtitle{max-width:820px !important;}

@media (max-width: 767.98px){
  .gp-hero-copy{
    max-width: 100% !important;
  }
  .gp-hero h1,
  .gp-hero-title{
    max-width: 100% !important;
    font-size: clamp(1.95rem, 7.8vw, 2.7rem) !important;
  }
}


/* V24 content block */
.gp-content-block{
    margin: 32px auto 0;
    max-width: 980px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px 24px;
}
.gp-content-block h2{
    margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.3;
}
.gp-content-block p{
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}
.gp-content-block p:last-child{ margin-bottom: 0; }


/* V25 authority engine */
.gp-authority-engine{
    margin-top: 28px;
}
.gp-authority-grid{
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
}
.gp-authority-panel{
    padding: 22px 24px;
    border-radius: 18px;
}
.gp-authority-panel h2{
    margin: 0 0 12px;
    font-size: 1.15rem;
    line-height: 1.3;
}
.gp-authority-panel p{
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.75;
    color: #374151;
}
.gp-authority-panel p:last-child{
    margin-bottom: 0;
}
.gp-authority-links{
    margin: 0;
    padding-left: 18px;
}
.gp-authority-links li{
    margin: 0 0 10px;
    line-height: 1.6;
}
.gp-authority-links a{
    text-decoration: none;
}
.gp-authority-links a:hover{
    text-decoration: underline;
}
@media (max-width: 820px){
    .gp-authority-grid{
        grid-template-columns: 1fr;
    }
}


/* V26 dynamic humanoid content */
.gp-humanoid-content{
    margin-top: 28px;
}
.gp-humanoid-card{
    padding: 24px 26px;
    border-radius: 20px;
}
.gp-humanoid-card h2{
    margin: 0 0 14px;
    font-size: 1.2rem;
    line-height: 1.3;
}
.gp-humanoid-card p{
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
}
.gp-humanoid-card p:last-child{
    margin-bottom: 0;
}

/* V29 crawl + sitemap booster */


/* V30 true AI variation engine */
.gp-v30-variation-content{ margin-top: 28px; }
.gp-v30-content-card{
    padding: 26px 28px;
    border-radius: 20px;
}
.gp-v30-content-card h2{
    margin: 0 0 14px;
    font-size: 1.22rem;
    line-height: 1.3;
}
.gp-v30-content-card p{
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.84;
    color: #374151;
}
.gp-v30-content-card p:last-of-type{ margin-bottom: 0; }
.gp-v30-related-wrap{
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}
.gp-v30-related-wrap h3{
    margin: 0 0 10px;
    font-size: 1rem;
}
.gp-v30-related-links{
    margin: 0;
    padding-left: 18px;
}
.gp-v30-related-links li{
    margin: 0 0 10px;
    line-height: 1.6;
}
.gp-v30-related-links a{
    text-decoration: none;
}
.gp-v30-related-links a:hover{
    text-decoration: underline;
}

/* V32 sitemap engine */


/* V32.1 human content engine */
.gp-v321-human-content{ margin-top: 28px; }
.gp-v321-content-card{
    padding: 26px 28px;
    border-radius: 20px;
}
.gp-v321-content-card h2{
    margin: 0 0 14px;
    font-size: 1.22rem;
    line-height: 1.3;
}
.gp-v321-content-card p{
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.84;
    color: #374151;
}
.gp-v321-content-card p:last-of-type{ margin-bottom: 0; }
.gp-v321-related-wrap{
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}
.gp-v321-related-wrap h3{
    margin: 0 0 10px;
    font-size: 1rem;
}
.gp-v321-related-links{
    margin: 0;
    padding-left: 18px;
}
.gp-v321-related-links li{
    margin: 0 0 10px;
    line-height: 1.6;
}
.gp-v321-related-links a{
    text-decoration: none;
}
.gp-v321-related-links a:hover{
    text-decoration: underline;
}


/* v32.3 direct patch build */
.gp-hero-inner{display:flex;flex-direction:column;align-items:flex-start}
.gp-hero-copy{width:100%;max-width:920px}
.gp-hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.gp-pill{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:800;font-size:12px;letter-spacing:.02em}
.gp-grid .gp-link-card strong{word-break:break-word}
@media (max-width:820px){
  .gp-hero-inner,.gp-hero-copy{max-width:none}
  .gp-hero-card{padding:18px 18px 16px}
  .gp-hero-pills{gap:8px}
}


.gp-boost-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.gp-boost-card span{display:block;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;opacity:.72;margin-bottom:8px}.gp-boost-card strong{display:block;font-size:20px;line-height:1.25;margin-bottom:6px}.gp-boost-card small{display:block;font-size:13px;line-height:1.45;opacity:.82}.gp-boost-section{padding-top:0}


.gp-v325-highlight-row{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 16px}.gp-v325-highlight{display:inline-block;padding:7px 12px;border-radius:999px;background:#fff3eb;border:1px solid #ffd3bf;color:#7a3d23;font-size:12px;font-weight:700;line-height:1.2}.gp-v325-content-intelligence .gp-v321-content-card h2{margin-bottom:10px}
