@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap');
/* USA Tungsten modernized identity - palette derived from live site (#0a2d75 / #2a6fcc / graphite) */
:root{--usat-navy:#0a2d75;--usat-blue:#2a6fcc;--usat-ink:#33373e;--usat-mist:#e1e4e6;--usat-steel:#c5cbcf;}
body{color:var(--usat-ink);}
h1,h2,h3,h4,.entry-title,.site-title{font-family:'Oswald',system-ui,sans-serif;font-weight:700;letter-spacing:.3px;color:var(--usat-navy);}
a{color:var(--usat-blue);}
a:hover{color:var(--usat-navy);}
.button,.btn,button,input[type=submit],.wp-block-button__link,
.woocommerce a.button,.woocommerce button.button,.woocommerce .button,.woocommerce #respond input#submit{
  background:var(--usat-blue)!important;border-color:var(--usat-blue)!important;color:#fff!important;
  border-radius:3px;font-family:'Oswald',system-ui,sans-serif;font-weight:500;letter-spacing:.5px;text-transform:uppercase;}
.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--usat-navy)!important;border-color:var(--usat-navy)!important;}
.usat-quote-btn > a{background:var(--usat-blue)!important;color:#fff!important;border-radius:3px;padding:9px 20px!important;
  font-family:'Oswald',system-ui,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1;}
.usat-quote-btn > a:hover{background:var(--usat-navy)!important;color:#fff!important;}
.custom-logo{max-height:56px;width:auto;height:auto;}
/* header cleanup (Martfury extra-menu) */




/* remove "New" product ribbons (no promo badges on a quote catalog) */
.product .ribbons .newness,.ribbons .newness,.newness.ribbon{display:none!important;}
/* Phase 5 - Selector wizard */
.usat-selector{max-width:980px;margin:0;}
.usat-sel-quick{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;padding:12px 16px;background:#f5f6f7;border:1px solid #e1e4e6;border-radius:6px;}
.usat-sel-quick-l{font-weight:600;color:#0a2d75;font-size:14px;}
.usat-sel-qp{background:#fff;color:#0a2d75;border:1px solid #2a6fcc;border-radius:4px;padding:8px 14px;font-weight:600;font-size:13px;cursor:pointer;font-family:'Oswald',system-ui,sans-serif;text-transform:uppercase;letter-spacing:.4px;}
.usat-sel-qp:hover{background:#2a6fcc;color:#fff;}
.usat-sel-progress{display:flex;gap:8px;justify-content:center;margin:0 0 18px;}
.usat-sel-dot{width:34px;height:5px;border-radius:3px;background:#e1e4e6;transition:background .2s;}
.usat-sel-dot.is-on{background:#2a6fcc;}
.usat-sel-step{border:0;margin:0;padding:0;display:none;}
.usat-sel-step.is-active{display:block;}
.usat-sel-step legend{font-family:'Oswald',system-ui,sans-serif;font-weight:600;font-size:20px;color:#0a2d75;margin-bottom:14px;padding:0;}
.usat-sel-opts{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;}
.usat-sel-opts label{display:flex;align-items:center;gap:10px;border:1px solid #c5cbcf;border-radius:6px;padding:13px 14px;cursor:pointer;font-size:15px;color:#33373e;background:#fff;transition:border-color .15s,box-shadow .15s;}
.usat-sel-opts label:hover{border-color:#2a6fcc;}
.usat-sel-opts input{accent-color:#2a6fcc;width:17px;height:17px;flex:0 0 auto;}
.usat-sel-opts input:checked + span{font-weight:600;color:#0a2d75;}
.usat-sel-opts label:has(input:checked){border-color:#2a6fcc;box-shadow:0 0 0 2px rgba(42,111,204,.18);}
.usat-sel-nav{display:flex;gap:12px;align-items:center;margin-top:20px;}
.usat-sel-nav .usat-btn{cursor:pointer;border:0;border-radius:4px;padding:12px 24px;font-family:'Oswald',system-ui,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:14px;}
.usat-btn-accent{background:#2a6fcc;color:#fff;}
.usat-btn-accent:hover{background:#0a2d75;}
.usat-btn-ghost{background:#fff !important;color:#0a2d75 !important;border:1px solid #c5cbcf !important;}
.usat-btn-ghost:disabled{opacity:.4;cursor:not-allowed;}
.usat-sel-restart{background:none;border:0;color:#626262;text-decoration:underline;cursor:pointer;font-size:14px;}
/* Completed state: collapse the wizard form, show a clean result view */
#usat-selector [hidden]{display:none !important;}
/* Entry screen: persona fast-path + secondary wizard path */
.usat-sel-entry{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;margin:0 0 8px;}
.usat-sel-entry .usat-h3{margin:0 0 4px;}
.usat-sel-entry-sub{font-size:14px;color:#52585f;margin:0 0 14px;}
.usat-sel-personas{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.usat-sel-persona{display:flex;flex-direction:column;gap:3px;text-align:left;border:1px solid #c5cbcf;border-radius:6px;padding:13px 14px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s;}
.usat-sel-persona:hover{border-color:#2a6fcc;box-shadow:0 0 0 2px rgba(42,111,204,.18);}
.usat-sel-persona strong{font-family:'Oswald',system-ui,sans-serif;color:#0a2d75;font-size:15px;}
.usat-sel-persona span{font-size:12.5px;color:#626262;}
.usat-sel-or{display:flex;align-items:center;justify-content:center;color:#9aa1a8;font-size:13px;text-transform:uppercase;letter-spacing:1px;}
.usat-sel-or span{background:#fff;padding:6px 0;}
.usat-sel-slow{text-align:center;}
/* Result card: dimensioned drawing + actions */
.usat-sel-card img.usat-sel-draw{height:auto;aspect-ratio:1000/780;object-fit:contain;background:#fff;border:1px solid #eef1f4;}
.usat-sel-actions{display:flex;gap:8px;margin-top:auto;flex-wrap:wrap;}
.usat-sel-actions .usat-btn{padding:9px 14px;font-size:12px;border-radius:4px;font-family:'Oswald',system-ui,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.4px;}
.usat-sel-actions .usat-btn-ghost{color:#0a2d75;}
/* Mobile: entry stacks, personas + options + results go single column */
@media (max-width:640px){
  .usat-sel-entry{grid-template-columns:1fr;gap:14px;}
  .usat-sel-or{flex-direction:row;}
  .usat-sel-personas{grid-template-columns:1fr;}
  .usat-sel-opts{grid-template-columns:1fr;}
  .usat-sel-results{grid-template-columns:1fr;}
  .usat-sel-nav{flex-wrap:wrap;}
}
.usat-sel-after{display:flex;gap:14px;align-items:center;margin-top:20px;flex-wrap:wrap;}
.usat-sel-after .usat-btn{cursor:pointer;border:0;border-radius:4px;padding:11px 22px;font-family:'Oswald',system-ui,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:13px;}
.usat-sel-answer{font-size:18px;color:#33373e;margin:18px 0;}
.usat-sel-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;}
.usat-sel-card{position:relative;display:flex;flex-direction:column;border:1px solid #e1e4e6;border-radius:6px;padding:14px;text-decoration:none;color:#0a2d75;transition:box-shadow .15s;}
.usat-sel-card:hover{box-shadow:0 6px 18px rgba(10,45,117,.13);}
.usat-sel-card.is-best{border-color:#2a6fcc;box-shadow:0 4px 14px rgba(42,111,204,.16);}
.usat-sel-badge{position:absolute;top:10px;right:10px;background:#2a6fcc;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:3px;}
.usat-sel-card img,.usat-noimg{width:100%;height:150px;object-fit:contain;background:#f5f6f7;border-radius:4px;margin-bottom:10px;display:block;}
.usat-sel-name{font-weight:700;font-family:'Oswald',system-ui,sans-serif;line-height:1.2;font-size:17px;}
.usat-sel-spec{color:#626262;font-size:13px;margin:4px 0 8px;}
.usat-sel-why{display:flex;flex-direction:column;gap:5px;margin:0 0 10px;}
.usat-sel-why span{font-size:13px;color:#33373e;line-height:1.35;padding-left:16px;position:relative;}
.usat-sel-why span:before{content:"\2713";position:absolute;left:0;color:#2a6fcc;font-weight:700;}
.usat-sel-cta{color:#2a6fcc;font-weight:600;font-size:14px;margin-top:auto;}
/* Decision matrix (How-to-Choose mirror) */
.usat-matrix-table th[scope=row]{text-align:left;background:#f5f6f7;font-size:14px;}
.usat-matrix-table td{text-align:center;font-size:14px;vertical-align:middle;}
.usat-matrix-table td strong{color:#0a2d75;font-family:'Oswald',system-ui,sans-serif;}
.usat-matrix-wt{display:block;color:#626262;font-size:12px;margin-top:2px;}
.usat-matrix-note{font-size:14px;color:#33373e;margin-top:14px;line-height:1.5;}
/* Phase 5 - Cross-reference */
.usat-xref-table{width:100%;border-collapse:collapse;margin:10px 0;}
.usat-xref-table th,.usat-xref-table td{border:1px solid #e1e4e6;padding:10px 12px;text-align:left;font-size:15px;}
.usat-xref-table thead th{background:#0a2d75;color:#fff;font-family:'Oswald',system-ui,sans-serif;letter-spacing:.3px;}
.usat-xref-table tbody th{background:#f5f6f7;font-weight:700;}
.usat-xref-note{margin-top:14px;}
.usat-h3{font-family:'Oswald',system-ui,sans-serif;color:#0a2d75;font-size:21px;margin:26px 0 8px;}
.usat-xref-eq{margin:6px 0 8px;padding-left:20px;}
.usat-xref-eq li{margin:0 0 8px;font-size:15px;line-height:1.5;color:#33373e;}
/* RFQ response-time promise (directional copy; confirm SLA before launch) */
.usat-rfq-promise{display:block;margin:8px 0 0;font-size:13px;color:#5a6068;}
/* Kits comparison table */
.usat-kits-table{width:100%;border-collapse:collapse;margin:10px 0;}
.usat-kits-table th,.usat-kits-table td{border:1px solid #e1e4e6;padding:10px 12px;text-align:left;font-size:15px;vertical-align:top;}
.usat-kits-table thead th{background:#0a2d75;color:#fff;font-family:'Oswald',system-ui,sans-serif;letter-spacing:.3px;}
.usat-kits-table tbody th{background:#f5f6f7;font-weight:700;}
.usat-kit-shape{color:#5a6068;font-size:13px;white-space:nowrap;}
/* Product trust strip (near RFQ CTA) */
.usat-trust{list-style:none;margin:16px 0 0;padding:14px 16px;background:#f5f6f7;border:1px solid #e1e4e6;border-radius:6px;display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;}
.usat-trust li{position:relative;padding-left:22px;font-size:13.5px;color:#33373e;line-height:1.4;}
.usat-trust li:before{content:"\2713";position:absolute;left:0;color:#2a6fcc;font-weight:700;}
.usat-trust li strong{color:#0a2d75;}
.usat-trust-pending{color:#8a9097 !important;}
.usat-trust-pending:before{content:"\2026" !important;color:#b3b9bf !important;}
.usat-trust-pending span{font-weight:700;color:#6a7178;}
@media (max-width:640px){.usat-trust{grid-template-columns:1fr;}}
/* Downloadable spec sheet link */
.usat-specsheet{margin:10px 0 0;font-size:15px;}
.usat-specsheet a{color:#0a2d75;font-weight:700;text-decoration:none;border-bottom:2px solid #2a6fcc;padding-bottom:1px;}
.usat-specsheet a:hover{color:#2a6fcc;}
.usat-specsheet a::before{content:"\2193  ";font-weight:700;}
.usat-specsheet-note{color:#6a7178;font-size:12px;margin-left:6px;}
/* Skip-to-content link (visible on focus) */
.usat-skip{position:absolute;left:-9999px;top:0;z-index:100000;background:#0a2d75;color:#fff;padding:10px 16px;border-radius:0 0 6px 0;text-decoration:none;font-family:'Oswald',system-ui,sans-serif;}
.usat-skip:focus{left:0;}
/* Archive H1 (product category / shop) */
.usat-archive-title{font-family:'Oswald',system-ui,sans-serif;color:#0a2d75;font-size:30px;margin:0 0 12px;}
.usat-archive-links{font-size:14px;color:#33373e;margin:0 0 18px;line-height:1.6;}
.usat-archive-links a{color:#0a2d75;}
/* Consent banner (renders only when a tracker is configured and no choice stored) */
.usat-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;max-width:760px;margin:0 auto;background:#0a2d75;color:#fff;padding:16px 18px;border-radius:8px;box-shadow:0 6px 24px rgba(0,0,0,.28);display:flex;gap:16px;align-items:center;flex-wrap:wrap;}
.usat-consent-text{margin:0;font-size:14px;line-height:1.5;flex:1 1 320px;}
.usat-consent-text a{color:#bcd3f2;text-decoration:underline;}
.usat-consent-btns{display:flex;gap:10px;flex:0 0 auto;}
.usat-consent .usat-btn{padding:9px 18px;font-size:14px;cursor:pointer;border:0;}
.usat-consent .usat-btn-ghost{color:#fff;border:2px solid #fff;background:transparent;}
.screen-reader-text{position:absolute!important;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;}
/* Phase 6 - Home */
.home .page-title,.home .entry-header,.home .page-header,.home .term-description,body.page-id-17 .entry-title{display:none!important;}
.usat-hero{background:linear-gradient(135deg,#0a2d75,#15428f);color:#fff;padding:66px 24px;margin:0 0 44px;}
.usat-hero-inner{max-width:880px;margin:0 auto;text-align:center;}
.usat-eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:13px;color:#bcd3f2;margin:0 0 10px;font-family:'Oswald',system-ui,sans-serif;}
.usat-hero-h1{color:#fff!important;font-size:46px;line-height:1.06;margin:0 0 16px;font-family:'Oswald',system-ui,sans-serif;font-weight:700;}
.usat-hero-sub{font-size:19px;line-height:1.5;color:#e6ebf3;max-width:780px;margin:0 auto 26px;}
.usat-hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.usat-btn{display:inline-block;padding:13px 26px;border-radius:4px;font-family:'Oswald',system-ui,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;}
.usat-btn-accent{background:#2a6fcc;color:#fff!important;}
.usat-btn-accent:hover{background:#fff;color:#0a2d75!important;}
.usat-btn-ghost{border:2px solid currentColor;}
.usat-hero .usat-btn-ghost{color:#fff;}
.usat-sec .usat-btn-ghost{color:#0a2d75;}
.usat-btn-ghost:hover{background:rgba(42,111,204,.1);}
.usat-sec{max-width:1100px;margin:0 auto 48px;padding:0 24px;}
.usat-sec-muted{background:#f5f6f7;padding:40px 24px;border-radius:8px;}
.usat-h2{font-family:'Oswald',system-ui,sans-serif;color:#0a2d75;font-size:30px;margin:0 0 8px;}
.usat-h2-light{color:#fff;}
.usat-lead{font-size:17px;color:#33373e;margin:0 0 20px;}
.usat-grid{display:grid;gap:16px;margin:18px 0;}
.usat-grid-5{grid-template-columns:repeat(auto-fit,minmax(178px,1fr));}
.usat-grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));}
.usat-card{display:flex;flex-direction:column;gap:6px;padding:18px;border:1px solid #e1e4e6;border-radius:6px;text-decoration:none;background:#fff;transition:box-shadow .15s,transform .15s;}
.usat-card:hover{box-shadow:0 6px 18px rgba(10,45,117,.12);transform:translateY(-2px);}
.usat-card-t{font-family:'Oswald',system-ui,sans-serif;font-weight:700;color:#0a2d75;font-size:18px;}
.usat-card-d{color:#626262;font-size:14px;line-height:1.4;}
.usat-band{background:#0a2d75;color:#fff;padding:48px 24px;margin:0 0 48px;text-align:center;}
.usat-band-inner{max-width:760px;margin:0 auto;}
.usat-band-sub{font-size:18px;color:#e6ebf3;margin:0 0 22px;}
.usat-fineprint{font-size:14px;color:#626262;margin-top:18px;}
/* Phase 6 - Home redesign (image-rich) */
.usat-hero-split{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;text-align:left;max-width:1180px;margin:0 auto 0;padding:58px 40px;}
.usat-hero-split .usat-hero-h1{font-size:44px;}
.usat-hero-split .usat-hero-sub{margin:0 0 26px;}
.usat-hero-split .usat-hero-cta{justify-content:flex-start;}
.usat-hero-media img{width:100%;height:auto;border-radius:12px;background:radial-gradient(circle at 50% 40%,#1a2a52,#0a1230);box-shadow:0 20px 55px rgba(0,0,0,.4);}
@media(max-width:820px){.usat-hero-split{grid-template-columns:1fr;text-align:center;}.usat-hero-split .usat-hero-cta{justify-content:center;}.usat-hero-media{max-width:420px;margin:8px auto 0;}}
.usat-stats{max-width:1100px;margin:0 auto 46px;padding:22px 24px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.usat-stat{background:#fff;border:1px solid #e1e4e6;border-radius:8px;padding:18px;text-align:center;box-shadow:0 4px 14px rgba(10,45,117,.06);}
.usat-stat-n{display:block;font-family:'Oswald',system-ui,sans-serif;font-weight:700;font-size:25px;color:#0a2d75;line-height:1.1;}
.usat-stat-l{display:block;color:#626262;font-size:12.5px;text-transform:uppercase;letter-spacing:.5px;margin-top:5px;}
@media(max-width:680px){.usat-stats{grid-template-columns:repeat(2,1fr);}}
.usat-pgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(195px,1fr));gap:18px;margin:18px 0;}
.usat-pcard{display:flex;flex-direction:column;border:1px solid #e1e4e6;border-radius:10px;overflow:hidden;background:#fff;text-decoration:none;transition:box-shadow .15s,transform .15s;}
.usat-pcard:hover{box-shadow:0 10px 28px rgba(10,45,117,.17);transform:translateY(-3px);}
.usat-pcard-img{display:block;background:radial-gradient(circle at 50% 38%,#1c2d57,#0a1230);}
.usat-pcard-img img{width:100%;height:172px;object-fit:contain;display:block;padding:14px;}
.usat-pcard-b{padding:14px 16px 18px;display:flex;flex-direction:column;gap:5px;}
.usat-quick{display:flex;gap:20px;flex-wrap:wrap;font-family:'Oswald',system-ui,sans-serif;align-items:center;}
.usat-quick a{font-weight:600;}
/* Home: tighten gap above hero */
.home .entry-content{margin-top:-60px;}
/* Phase 6 - FAQ + HowTo */
.usat-faq{max-width:840px;margin:0 auto;}
.usat-faq-item{border:1px solid #e1e4e6;border-radius:6px;margin-bottom:10px;overflow:hidden;background:#fff;}
.usat-faq-item summary{cursor:pointer;padding:16px 18px;font-family:'Oswald',system-ui,sans-serif;font-weight:600;font-size:17px;color:#0a2d75;list-style:none;}
.usat-faq-item summary::-webkit-details-marker{display:none;}
.usat-faq-item summary::after{content:'+';float:right;color:#2a6fcc;font-size:20px;line-height:1;}
.usat-faq-item[open] summary::after{content:'\2212';}
.usat-faq-a{padding:0 18px 16px;color:#33373e;line-height:1.6;font-size:16px;}
.usat-faq-a a,.usat-howto a{color:#2a6fcc;}
.usat-howto{max-width:840px;margin:0 auto 24px;padding-left:0;counter-reset:step;list-style:none;}
.usat-howto li{position:relative;padding:0 0 24px 56px;border-left:2px solid #e1e4e6;margin-left:18px;}
.usat-howto li:last-child{border-left-color:transparent;}
.usat-howto li:before{counter-increment:step;content:counter(step);position:absolute;left:-19px;top:-2px;width:36px;height:36px;border-radius:50%;background:#0a2d75;color:#fff;font-family:'Oswald',system-ui,sans-serif;font-weight:700;display:flex;align-items:center;justify-content:center;}
.usat-howto-h{margin:2px 0 6px;color:#0a2d75;font-family:'Oswald',system-ui,sans-serif;font-size:19px;}
.usat-howto li p{margin:0;color:#33373e;line-height:1.6;}
/* Master spec table */
.usat-spec{max-width:1040px;margin:0 auto;}
.usat-spec-filter{width:100%;max-width:440px;padding:10px 12px;border:1px solid #c5cbcf;border-radius:4px;margin-bottom:14px;font-size:15px;font-family:inherit;}
.usat-spec-wrap{overflow-x:auto;border:1px solid #e1e4e6;border-radius:8px;}
.usat-spec-table{width:100%;border-collapse:collapse;font-size:14.5px;}
.usat-spec-table th,.usat-spec-table td{border-bottom:1px solid #eef0f1;padding:9px 12px;text-align:left;white-space:nowrap;}
.usat-spec-table thead th{background:#0a2d75;color:#fff;font-family:'Oswald',system-ui,sans-serif;font-weight:600;letter-spacing:.3px;cursor:pointer;position:sticky;top:0;}
.usat-spec-table thead th:hover{background:#15428f;}
.usat-spec-table tbody th{background:#f7f8f9;font-weight:700;}
.usat-spec-table tbody th a{color:#0a2d75;text-decoration:none;}
.usat-spec-table tbody tr:hover td,.usat-spec-table tbody tr:hover th{background:#eef3fb;}
/* per-category compare + hub embed */
.usat-cat-compare{max-width:1040px;margin:34px auto 10px;}
.usat-cat-compare .usat-h2{font-size:24px;margin-bottom:12px;}
.usat-spec-embed{max-width:1040px;margin:24px auto;border:1px solid #e1e4e6;border-radius:8px;padding:6px 16px;}
.usat-spec-embed summary{cursor:pointer;font-family:'Oswald',system-ui,sans-serif;font-weight:600;color:#0a2d75;padding:10px 0;font-size:16px;}
.usat-spec-embed[open] summary{margin-bottom:8px;}

/* Homepage cinematic full-bleed hero */
.home .site-content{padding-top:0 !important;}
.home .entry-content{margin-top:0 !important;} /* cancel Martfury full-content -60px pull so the nav menu is not covered by the hero */
.home .entry-title,.page-id-17 .entry-title{display:none !important;}
.usat-home-hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);min-height:580px;display:flex;align-items:center;background-size:cover;background-position:center;margin-bottom:0;}
.usat-home-hero-in{max-width:1200px;margin:0 auto;width:100%;padding:84px 26px;box-sizing:border-box;}
.usat-home-hero .usat-eyebrow{display:inline-block;font-family:'Oswald',system-ui,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:13px;color:#7fb0ff;margin:0 0 6px;}
.usat-home-h1{font-family:'Oswald',system-ui,sans-serif;font-weight:700;font-size:60px;line-height:1.03;color:#fff;margin:8px 0 0;max-width:700px;letter-spacing:.3px;}
.usat-home-sub{font-size:19px;color:#dbe2ef;margin:20px 0 0;max-width:560px;line-height:1.5;}
.usat-home-cta{margin-top:32px;display:flex;gap:14px;flex-wrap:wrap;}
.usat-home-cta .usat-btn{padding:14px 28px;font-size:14px;}
.usat-btn-ghost-light{background:transparent;color:#fff !important;border:1px solid rgba(255,255,255,.6) !important;}
.usat-btn-ghost-light:hover{background:rgba(255,255,255,.12);}
@media(max-width:782px){.usat-home-hero{min-height:440px;}.usat-home-hero-in{padding:50px 18px;}.usat-home-h1{font-size:37px;}.usat-home-sub{font-size:16px;}}

/* Reinstated header search (SKU-aware; cart/login stay dead) */
.usat-search-li{display:flex;align-items:center;margin-left:14px;}
.usat-search-form{display:flex;align-items:center;border:1px solid #c5cbcf;border-radius:5px;overflow:hidden;background:#fff;height:38px;}
.usat-search-input{border:0;padding:0 12px;font-size:14px;width:180px;outline:none;background:transparent;color:#23262b;height:100%;}
.usat-search-input::placeholder{color:#8a9099;}
.usat-search-btn{border:0;background:#0a2d75;color:#fff;padding:0 12px;cursor:pointer;display:flex;align-items:center;height:100%;}
.usat-search-btn:hover{background:#2a6fcc;}
@media(max-width:1240px){.usat-search-input{width:120px;}}
@media(max-width:980px){.usat-search-li{margin-left:0;margin-top:10px;width:100%;}.usat-search-input{width:100%;flex:1;}}

/* Glossary */
.usat-glossary{max-width:840px;}
.usat-glossary dt{font-family:'Oswald',system-ui,sans-serif;font-weight:600;color:#0a2d75;font-size:18px;margin-top:18px;}
.usat-glossary dd{margin:4px 0 0;color:#33373e;line-height:1.55;}

/* Homepage hero SLIDER (clean bucking-bar photos, split-fade layout) */
.usat-hero-slider{position:relative;width:100vw;margin-left:calc(50% - 50vw);min-height:560px;background:linear-gradient(118deg,#06101f 0%,#0a2d75 58%,#0b1c38 100%);overflow:hidden;margin-bottom:0;}
.usat-hslides{position:relative;min-height:560px;}
.usat-hslide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease;}
.usat-hslide.is-active{opacity:1;visibility:visible;}
.usat-hslide-img{position:absolute;top:0;right:0;bottom:0;width:58%;}
.usat-hslide-img img{width:100%;height:100%;object-fit:cover;object-position:50% 52%;display:block;}
.usat-hslide-img:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#081428 0%,rgba(10,45,117,.55) 24%,rgba(8,20,40,0) 58%);}
/* Static grid hero: lighter left-edge fade so all four shape tiles stay visible */
.usat-hero-static .usat-hslide-img:after{background:linear-gradient(90deg,rgba(8,20,40,.92) 0%,rgba(8,20,40,.38) 13%,rgba(8,20,40,0) 27%);}
.usat-hero-static .usat-hslide-img img{object-position:50% 50%;}
.usat-hslide-in{position:relative;z-index:2;max-width:1200px;margin:0 auto;height:560px;display:flex;align-items:center;padding:0 26px;box-sizing:border-box;}
.usat-hslide-text{max-width:560px;}
.usat-hero-dots{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:3;}
.usat-hero-dot{width:34px;height:5px;border-radius:3px;border:0;background:rgba(255,255,255,.35);cursor:pointer;padding:0;transition:background .2s;}
.usat-hero-dot.is-on{background:#fff;}
@media(max-width:860px){
  .usat-hero-slider,.usat-hslides{min-height:auto;}
  .usat-hslide{position:absolute;}
  .usat-hslide.is-active{position:relative;}
  .usat-hslide-img{position:relative;width:100%;height:208px;}
  .usat-hslide-img img{object-position:50% 40%;}
  .usat-hslide-img:after{background:linear-gradient(0deg,#0a2d75 0%,rgba(10,45,117,.15) 55%,transparent 100%);}
  .usat-hslide-in{height:auto;padding:24px 18px 58px;}
  .usat-home-cta{justify-content:flex-start;}
}

/* Per-page hero header (full-bleed photographic banner) */
.usat-has-phero .entry-title,
.usat-has-phero .page-title-bar,
.usat-has-phero .mf-page-title-bar,
.usat-has-phero .mf-page-header{display:none !important;}
.usat-has-phero .site-content{padding-top:0 !important;}
/* Phero pages whose body class is set via post_content injection (pre-SFTP-deploy interim) */
.page-id-397 .entry-title,.page-id-397 .page-title-bar,.page-id-397 .mf-page-title-bar,.page-id-397 .mf-page-header,
.page-id-401 .entry-title,.page-id-401 .page-title-bar,.page-id-401 .mf-page-title-bar,.page-id-401 .mf-page-header{display:none !important;}
.page-id-397 .site-content,.page-id-401 .site-content{padding-top:0 !important;}
.usat-phero{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-bottom:36px;min-height:330px;display:flex;align-items:center;background-size:cover;background-position:center 35%;background-repeat:no-repeat;}
.usat-phero-in{max-width:1200px;margin:0 auto;width:100%;padding:56px 26px;box-sizing:border-box;}
.usat-phero-h{font-family:'Oswald',system-ui,sans-serif;font-weight:700;font-size:48px;line-height:1.05;color:#fff;margin:0;letter-spacing:.3px;}
.usat-phero-sub{font-size:19px;color:#e8ecf5;margin:14px 0 0;max-width:640px;line-height:1.45;}
@media(max-width:782px){.usat-phero{min-height:220px;}.usat-phero-in{padding:34px 18px;}.usat-phero-h{font-size:31px;}.usat-phero-sub{font-size:16px;}}

.usat-rep-note{font-size:13px;color:#626262;font-style:italic;margin:2px 0 12px;}
/* VMI page */
.usat-list{margin:0 0 20px;padding-left:0;list-style:none;}
.usat-list li{position:relative;padding:6px 0 6px 22px;font-size:16px;color:#33373e;line-height:1.5;border-bottom:1px solid #eef1f3;}
.usat-list li:last-child{border-bottom:0;}
.usat-list li:before{content:"\2192";position:absolute;left:0;color:#2a6fcc;font-weight:700;}
.usat-cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:18px 0 28px;border:1px solid #e1e4e6;border-radius:8px;overflow:hidden;}
.usat-cert-item{padding:16px 18px;border-right:1px solid #e1e4e6;border-bottom:1px solid #e1e4e6;background:#fff;}
.usat-cert-item:nth-child(3n){border-right:0;}
.usat-cert-item:nth-last-child(-n+3){border-bottom:0;}
.usat-cert-item strong{display:block;font-family:'Oswald',system-ui,sans-serif;color:#0a2d75;font-size:16px;margin-bottom:3px;}
.usat-cert-item span{font-size:13px;color:#626262;}
@media(max-width:640px){.usat-cert-grid{grid-template-columns:1fr 1fr;}.usat-cert-item:nth-child(3n){border-right:1px solid #e1e4e6;}.usat-cert-item:nth-child(2n){border-right:0;}.usat-cert-item:nth-last-child(-n+3){border-bottom:1px solid #e1e4e6;}.usat-cert-item:last-child{border-bottom:0;}}
/* Product page polish: quote-only catalog, hide stock status, social share, Instagram, recently-viewed */
.single-product p.stock,
.single-product .mf-summary-meta .stock,
.single-product .social-links,
.single-product .mf-social-share,
.mf-product-instagram,
.product-instagram-cont,
.mf-recently-viewed-products,
.recently-viewed-products,
.mf-product-recently-viewed,
.single-product .woocommerce-product-rating,
.single-product .star-rating{display:none !important;}

/* ===== Rendered-layout fixes (header search inline, persona cards, consent dock, button overrides) ===== */
/* Search relocated into the top header row (via JS), right-aligned -> single clean header, no orphaned 3rd row */
.header-main .header-row .usat-search-li,.header-main .row .usat-search-li{margin-left:auto !important;width:auto !important;margin-top:0 !important;}
/* Defeat the global button{...!important} so ALL ghost buttons render as intended (not solid blue) */
button.usat-btn-ghost,a.usat-btn-ghost{background:#fff !important;color:#0a2d75 !important;border:1px solid #c5cbcf !important;text-transform:uppercase;}
button.usat-btn-ghost:hover,a.usat-btn-ghost:hover{background:#eef3fb !important;}
/* Persona cards: readable white cards, equal height, no clipped/low-contrast text */
#usat-selector .usat-sel-persona{background:#fff !important;color:#33373e !important;border:1px solid #c5cbcf !important;border-radius:6px !important;text-transform:none !important;letter-spacing:normal !important;font-family:inherit !important;font-weight:400 !important;min-height:94px;align-items:flex-start;justify-content:center;padding:13px 15px;}
#usat-selector .usat-sel-persona:hover{background:#fff !important;border-color:#2a6fcc !important;box-shadow:0 0 0 2px rgba(42,111,204,.18);}
#usat-selector .usat-sel-persona strong{color:#0a2d75 !important;font-family:'Oswald',system-ui,sans-serif !important;font-size:15px !important;text-transform:none !important;letter-spacing:.2px !important;line-height:1.2;margin-bottom:2px;}
#usat-selector .usat-sel-persona span{color:#52585f !important;font-size:12.5px !important;text-transform:none !important;letter-spacing:normal !important;line-height:1.35;white-space:normal;}
.usat-sel-personas{align-items:stretch;}
/* Entry layout holds together: personas | OR | wizard, top-aligned */
.usat-sel-entry{align-items:start;}
.usat-sel-or{align-self:center;}
.usat-sel-slow{align-self:center;}
/* Consent: clean full-width docked bottom bar, never floating over content */
.usat-consent{left:0 !important;right:0 !important;bottom:0 !important;max-width:none !important;margin:0 !important;border-radius:0 !important;border-top:2px solid #2a6fcc;box-shadow:0 -4px 18px rgba(0,0,0,.20);padding:14px 22px;}
/* Kits table: allow the multi-bar "Bars in the set" cells to wrap (override spec-table nowrap) so the table fits its container. */
.usat-kits-table.usat-spec-table td,.usat-kits-table.usat-spec-table th{white-space:normal;}
.usat-kits-table .usat-kit-shape{white-space:nowrap;}

/* Nav fit v3: reduce Martfury 22px li right-padding + font-size; forces all 10 items onto one line */
#menu-primary > li.menu-item{padding-right:8px !important;}
#menu-primary > li.menu-item > a{font-size:13px !important;letter-spacing:0 !important;}
@media(max-width:1100px){#menu-primary > li.menu-item > a{font-size:12px !important;}}
/* Impeccable brand-lane baseline: prose paragraphs without size-class >=16px (Martfury default is 14px) */
.entry-content p:not([class]),.single-product .woocommerce-product-details__short-description p{font-size:16px;line-height:1.6;}
/* Unique per-page phero images: overrides inline style; root-relative URL works on staging+prod */
.page-id-174 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-industries.webp)!important}
.page-id-175 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-aerospace.webp)!important}
.page-id-176 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-experimental-rv.webp)!important}
.page-id-177 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-mro.webp)!important}
.page-id-178 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-auto-restoration.webp)!important}
.page-id-179 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-marine.webp)!important}
.page-id-21 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-selector.webp)!important}
.page-id-22 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-cross-reference.webp)!important}
.page-id-23 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-learn.webp)!important}
.page-id-184 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-what-is-a-bucking-bar.webp)!important}
.page-id-29 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-how-to-choose-a-bucking-bar.webp)!important}
.page-id-30 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-tungsten-vs-steel-bucking-bars.webp)!important}
.page-id-31 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-bucking-bar-shapes-explained.webp)!important}
.page-id-33 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-care-safety-and-handling.webp)!important}
.page-id-32 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-bucking-bar-weight-guide.webp)!important}
.page-id-171 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-bucking-bar-size-and-weight-chart.webp)!important}
.page-id-34 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-glossary.webp)!important}
.page-id-25 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-about.webp)!important}
.page-id-26 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-quality.webp)!important}
.page-id-20 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-custom.webp)!important}
.page-id-19 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-kits.webp)!important}
.page-id-24 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-faq.webp)!important}
.page-id-27 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-contact.webp)!important}
.page-id-28 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-request-a-quote.webp)!important}
.page-id-251 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-shipping-and-lead-times.webp)!important}
.page-id-189 .usat-phero{background-image:linear-gradient(90deg,rgba(10,45,117,.86),rgba(10,45,117,.40) 58%,rgba(8,26,54,.60)),url(/wp-content/uploads/usat-headers/hdr-privacy.webp)!important}
