/* PepMaxa SEO Command Center — mobile-first location pages. */
.pmxseo-location-page{overflow-x:hidden}
.pmxseo-site-main{display:block;width:100%;min-width:0}
.pmxseo-wrap{
  --pmx-blue:#0d3f63;
  --pmx-deep:#092a43;
  --pmx-red:#c8323c;
  --pmx-bg:#f4f8fb;
  --pmx-border:#d9e4ec;
  --pmx-text:#17242f;
  width:100%;
  max-width:1180px;
  min-width:0;
  margin:0 auto;
  padding:20px 14px 52px;
  color:var(--pmx-text);
  font-size:16px;
  line-height:1.65;
  overflow-wrap:anywhere;
  word-break:normal;
  text-rendering:optimizeLegibility;
  -webkit-text-size-adjust:100%;
}
.pmxseo-wrap,.pmxseo-wrap *{box-sizing:border-box}
.pmxseo-wrap img{max-width:100%;height:auto}
.pmxseo-wrap a,.pmxseo-wrap button,.pmxseo-wrap summary{-webkit-tap-highlight-color:rgba(13,63,99,.16)}
.pmxseo-wrap a:focus-visible,.pmxseo-wrap button:focus-visible,.pmxseo-wrap summary:focus-visible{
  outline:3px solid #f3b53f;
  outline-offset:3px;
  border-radius:6px;
}
.pmxseo-wrap h1,.pmxseo-wrap h2,.pmxseo-wrap h3,.pmxseo-wrap p,.pmxseo-wrap li,.pmxseo-wrap a,.pmxseo-wrap strong,.pmxseo-wrap span{min-width:0}

/* Breadcrumbs start compact and wrap naturally on narrow screens. */
.pmxseo-breadcrumbs{margin:0 0 18px;font-size:13px;line-height:1.45}
.pmxseo-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:6px;list-style:none;padding:0;margin:0}
.pmxseo-breadcrumbs li{display:flex;align-items:center;min-height:32px;max-width:100%}
.pmxseo-breadcrumbs li:not(:last-child):after{content:"/";margin-left:6px;color:#778692}
.pmxseo-breadcrumbs a{display:inline-flex;align-items:center;min-height:32px;color:var(--pmx-blue);text-decoration:none}
.pmxseo-breadcrumbs a:hover{text-decoration:underline;text-underline-offset:3px}

/* Mobile is the base layout: one column, full-width CTAs, modest decoration. */
.pmxseo-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:34px 20px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--pmx-deep),var(--pmx-blue));
  color:#fff;
  box-shadow:0 12px 30px rgba(9,42,67,.14);
}
.pmxseo-hero:after{
  content:"";
  position:absolute;
  z-index:-1;
  width:220px;
  height:220px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  right:-110px;
  top:-100px;
  box-shadow:0 0 0 34px rgba(255,255,255,.03),0 0 0 68px rgba(255,255,255,.02);
  pointer-events:none;
}
.pmxseo-eyebrow,.pmxseo-kicker{display:inline-block;margin-bottom:9px;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.pmxseo-eyebrow{max-width:100%;padding:7px 10px;border:1px solid rgba(255,255,255,.38);border-radius:999px;color:#fff}
.pmxseo-kicker{color:var(--pmx-red)}
.pmxseo-hero h1{
  max-width:820px;
  margin:4px 0 14px;
  color:#fff;
  font-size:clamp(2rem,10vw,2.75rem);
  line-height:1.08;
  letter-spacing:-.03em;
}
.pmxseo-lead{max-width:790px;margin:0;color:rgba(255,255,255,.92);font-size:1.0625rem;line-height:1.6}
.pmxseo-truth-note{max-width:820px;margin:20px 0 0;color:rgba(255,255,255,.78);font-size:.8125rem;line-height:1.55}
.pmxseo-hero-actions,.pmxseo-button-row{display:flex;flex-direction:column;gap:12px;margin-top:24px}
.pmxseo-button{
  display:inline-flex;
  width:100%;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:9px;
  font-weight:800;
  line-height:1.3;
  text-align:center;
  text-decoration:none!important;
  transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease;
  touch-action:manipulation;
}
.pmxseo-button:active{transform:translateY(1px)}
.pmxseo-button-primary{background:var(--pmx-red);color:#fff!important;box-shadow:0 8px 20px rgba(200,50,60,.24)}
.pmxseo-button-secondary{border:1px solid var(--pmx-border);background:#fff;color:var(--pmx-blue)!important}

.pmxseo-section{
  min-width:0;
  margin-top:20px;
  padding:24px 18px;
  border:1px solid var(--pmx-border);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 22px rgba(9,42,67,.05);
}
.pmxseo-section h2{margin:0 0 11px;color:var(--pmx-deep);font-size:clamp(1.65rem,7vw,2.25rem);line-height:1.16;letter-spacing:-.024em}
.pmxseo-section h3{line-height:1.28}
.pmxseo-section p:last-child{margin-bottom:0}
.pmxseo-shipping{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;align-items:start;background:var(--pmx-bg)}

.pmxseo-facts{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}
.pmxseo-facts>div{min-width:0;padding:16px;border:1px solid var(--pmx-border);border-radius:13px;background:#fff}
.pmxseo-facts strong{display:block;color:var(--pmx-deep);font-size:1.25rem;line-height:1.2}
.pmxseo-facts span{display:block;margin-top:5px;color:#5b6974;font-size:.8125rem;line-height:1.4}

.pmxseo-product-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;margin-top:22px}
.pmxseo-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--pmx-border);border-radius:15px;background:#fff}
.pmxseo-product-image{display:flex;width:100%;min-height:0;aspect-ratio:4/3;align-items:center;justify-content:center;padding:16px;background:#f7f9fa}
.pmxseo-product-image img{display:block;width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain}
.pmxseo-product-body{min-width:0;padding:17px}
.pmxseo-product-body h3{margin:0 0 8px;font-size:1.0625rem;line-height:1.35}
.pmxseo-product-body h3 a{color:var(--pmx-deep);text-decoration:none}
.pmxseo-product-body h3 a:hover{text-decoration:underline;text-underline-offset:3px}
.pmxseo-product-price{margin-bottom:6px;color:var(--pmx-blue);font-weight:800}
.pmxseo-stock{font-size:.8125rem;font-weight:700}
.pmxseo-stock.is-in-stock{color:#23733b}
.pmxseo-stock.is-out-of-stock{color:#9b2d32}
.pmxseo-text-link{display:inline-flex;min-height:44px;align-items:center;margin-top:8px;color:var(--pmx-blue);font-weight:700;text-underline-offset:3px}
.pmxseo-section-action{margin:22px 0 0}

.pmxseo-testing{background:linear-gradient(135deg,#fff,#f3f8fc)}
.pmxseo-check-list{margin:16px 0;padding-left:22px}
.pmxseo-check-list li{margin:9px 0}

.pmxseo-link-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin-top:20px}
.pmxseo-link-grid a{
  display:flex;
  min-width:0;
  min-height:48px;
  align-items:center;
  padding:12px 14px;
  border:1px solid var(--pmx-border);
  border-radius:10px;
  background:#fff;
  color:var(--pmx-blue);
  font-weight:700;
  line-height:1.35;
  text-decoration:none;
  touch-action:manipulation;
}
.pmxseo-link-grid a:active{background:var(--pmx-bg)}

.pmxseo-faq-list{margin-top:16px}
.pmxseo-faq details{border-top:1px solid var(--pmx-border);padding:0}
.pmxseo-faq details:last-child{border-bottom:1px solid var(--pmx-border)}
.pmxseo-faq summary{
  display:flex;
  min-height:52px;
  align-items:center;
  cursor:pointer;
  padding:14px 2px;
  color:var(--pmx-deep);
  font-size:1rem;
  font-weight:800;
  line-height:1.4;
  touch-action:manipulation;
}
.pmxseo-faq details p{margin:0;padding:0 2px 16px}

.pmxseo-disclosure{margin-top:20px;padding:22px 18px;border-left:5px solid var(--pmx-red);border-radius:0 13px 13px 0;background:#fff7f7}
.pmxseo-disclosure h2{margin:0 0 8px;font-size:1.5rem;line-height:1.2}
.pmxseo-source{font-size:.8125rem;color:#64717b;line-height:1.55}
.pmxseo-verified-data{border-color:#bfd7c6;background:#f7fcf8}

/* Small-phone enhancement: cards become compact only when there is room. */
@media (min-width:30rem){
  .pmxseo-wrap{padding-left:18px;padding-right:18px}
  .pmxseo-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pmxseo-product-card{display:grid;grid-template-columns:minmax(118px,36%) minmax(0,1fr);align-items:stretch}
  .pmxseo-product-image{height:100%;min-height:160px;aspect-ratio:auto}
}

/* Tablet enhancement. */
@media (min-width:42.5rem){
  .pmxseo-wrap{padding:28px 20px 64px}
  .pmxseo-breadcrumbs{margin-bottom:22px;font-size:14px}
  .pmxseo-hero{padding:46px clamp(28px,5vw,52px);border-radius:20px}
  .pmxseo-hero:after{width:320px;height:320px;right:-135px;top:-150px;box-shadow:0 0 0 45px rgba(255,255,255,.03),0 0 0 90px rgba(255,255,255,.02)}
  .pmxseo-hero h1{font-size:clamp(2.75rem,7vw,3.75rem)}
  .pmxseo-lead{font-size:1.125rem}
  .pmxseo-hero-actions,.pmxseo-button-row{flex-direction:row;flex-wrap:wrap}
  .pmxseo-button{width:auto;min-width:180px}
  .pmxseo-section{margin-top:24px;padding:clamp(28px,4vw,40px);border-radius:18px}
  .pmxseo-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .pmxseo-product-card{display:flex;flex-direction:column}
  .pmxseo-product-image{height:auto;min-height:0;aspect-ratio:1/1}
  .pmxseo-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pmxseo-disclosure{margin-top:24px;padding:26px}
}

/* Desktop enhancement; mobile order and semantics remain unchanged. */
@media (min-width:56.25rem){
  .pmxseo-wrap{padding-top:32px;padding-bottom:72px}
  .pmxseo-hero{padding:54px clamp(36px,5vw,72px);border-radius:24px}
  .pmxseo-hero h1{font-size:clamp(3.25rem,5vw,4rem)}
  .pmxseo-lead{font-size:clamp(1.125rem,2vw,1.3125rem)}
  .pmxseo-button:hover{transform:translateY(-1px)}
  .pmxseo-link-grid a:hover{border-color:var(--pmx-blue);background:var(--pmx-bg)}
  .pmxseo-shipping{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:32px;align-items:center}
  .pmxseo-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .pmxseo-link-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (min-width:68.75rem){
  .pmxseo-link-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

/* Respect users who request less animation. */
@media (prefers-reduced-motion:reduce){
  .pmxseo-wrap *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* High-contrast support without forcing a custom theme. */
@media (forced-colors:active){
  .pmxseo-hero,.pmxseo-section,.pmxseo-product-card,.pmxseo-link-grid a,.pmxseo-facts>div,.pmxseo-disclosure{forced-color-adjust:auto}
  .pmxseo-button{border:1px solid ButtonText}
}

/* Version 1.4 Research Resources — same mobile-first system. */
.pmxseo-resource-wrap{max-width:1040px}
.pmxseo-resource-main{font-size:1rem}
.pmxseo-resource-main>p:first-child,.pmxseo-resource-intro{font-size:1.1rem;line-height:1.7;color:#314452}
.pmxseo-resource-main section{padding-top:8px}
.pmxseo-resource-main section+section{margin-top:26px;padding-top:26px;border-top:1px solid var(--pmx-border)}
.pmxseo-resource-main ul,.pmxseo-resource-sources ol{padding-left:22px}
.pmxseo-resource-main li,.pmxseo-resource-sources li{margin:8px 0}
.pmxseo-resource-sources li+li{margin-top:18px}
.pmxseo-resource-card-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;margin-top:20px}
.pmxseo-resource-card{min-width:0;padding:18px;border:1px solid var(--pmx-border);border-radius:14px;background:var(--pmx-bg)}
.pmxseo-resource-card h3{margin:0 0 10px;font-size:1.15rem}
.pmxseo-resource-card h3 a{color:var(--pmx-deep);text-decoration:none}
.pmxseo-resource-card p{margin:0}
.pmxseo-resource-card .pmxseo-text-link{margin-top:10px}
@media (min-width:42.5rem){.pmxseo-resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pmxseo-resource-main{font-size:1.0625rem}}
