input#woocommerce-product-search-field-1 {
    height: 50px;
    padding-left: 25px;
    border-color: #fdb71c;
    border-width: 2px;
	  z-index: top; 
}
.footer-widgets bdi {
    display: none !important;
}
.large-9 ul {
    padding: 0px 0px 0px 25px;
}

/* ── ALL RULES SCOPED TO .bp580 — WILL NOT AFFECT REST OF SITE ── */

.bp580 {
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #444444;
  max-width: 780px;
  margin: 0 auto;
}

/* INTRO TEXT */
.bp580 .bp580-intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 28px;
  line-height: 1.75;
}

/* VIDEO EMBED */
.bp580 .bp580-video-wrap {
  position: relative;
  background: #111;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 0;
}
.bp580 .bp580-video-wrap::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.bp580 .bp580-video-wrap iframe {
  position: absolute;
  inset: 0; width: 100%; height: 100%;
  border: none;
}
.bp580 .bp580-video-caption {
  padding: 11px 16px;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 4px 4px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #9B9B9B;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 48px;
}
.bp580 .bp580-video-caption::before {
  content: '▶';
  color: #F5A623;
  font-size: 10px;
}

/* SECTION HEADINGS */
.bp580 .bp580-h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  color: #2A2A2A !important;
  margin: 52px 0 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  letter-spacing: -0.2px !important;
  line-height: 1.1 !important;
}
.bp580 .bp580-h2::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 26px;
  background: #F5A623;
  border-radius: 2px;
  flex-shrink: 0;
}
.bp580 .bp580-sublabel {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #F5A623;
  margin: 28px 0 12px;
  display: block;
}

/* PORT GRID */
.bp580 .bp580-port-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 16px 0 32px;
}
.bp580 .bp580-port-card {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-left: 3px solid #F5A623;
  padding: 14px 16px;
  border-radius: 2px;
}
.bp580 .bp580-port-card .bp580-port-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #F5A623;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  font-weight: 500;
  display: block;
}
.bp580 .bp580-port-card p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.5;
  margin: 0 !important;
}

/* WAN CALLOUT */
.bp580 .bp580-wan-callout {
  background: rgba(245,166,35,0.09);
  border: 1px solid rgba(245,166,35,0.32);
  border-radius: 3px;
  padding: 22px 24px;
  margin: 20px 0 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.bp580 .bp580-wan-callout .bp580-wan-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 58px;
  font-weight: 800;
  color: #F5A623;
  line-height: 1;
  flex-shrink: 0;
}
.bp580 .bp580-wan-callout .bp580-wan-body strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 4px;
}
.bp580 .bp580-wan-callout .bp580-wan-body p {
  font-size: 14px;
  color: #888;
  margin: 0 !important;
  line-height: 1.55;
}

/* STYLED LIST */
.bp580 .bp580-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 24px !important;
}
.bp580 .bp580-list li {
  padding: 9px 0 9px 22px !important;
  border-bottom: 1px solid #ebebeb !important;
  font-size: 15px !important;
  color: #555 !important;
  position: relative !important;
  line-height: 1.6 !important;
  list-style: none !important;
}
.bp580 .bp580-list li:last-child { border-bottom: none !important; }
.bp580 .bp580-list li::before {
  content: '›' !important;
  position: absolute !important;
  left: 0 !important;
  color: #F5A623 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

/* BLOCKQUOTE / REAL-WORLD */
.bp580 .bp580-blockquote {
  background: #f7f7f7;
  border-left: 4px solid #F5A623;
  padding: 18px 22px;
  margin: 20px 0 28px;
  border-radius: 0 3px 3px 0;
}
.bp580 .bp580-blockquote .bp580-bq-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F5A623;
  margin-bottom: 8px;
  display: block;
}
.bp580 .bp580-blockquote p {
  font-size: 15px;
  color: #555;
  margin: 0 !important;
  font-style: italic;
  line-height: 1.65;
}

/* SETUP GRID */
.bp580 .bp580-setup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0 30px;
}
@media (max-width: 580px) {
  .bp580 .bp580-setup-grid { grid-template-columns: 1fr; }
}
.bp580 .bp580-setup-opt {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 20px;
}
.bp580 .bp580-setup-opt h4 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #2A2A2A !important;
  margin: 0 0 12px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e2e2e2 !important;
  line-height: 1.3 !important;
}
.bp580 .bp580-setup-opt h4 .bp580-rec {
  color: #F5A623;
  font-size: 11px;
}
.bp580 .bp580-step {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.bp580 .bp580-step-n {
  background: #F5A623;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 12px;
  width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 2px;
}
.bp580 .bp580-step p {
  font-size: 13.5px;
  color: #555;
  margin: 0 !important;
  line-height: 1.5;
}
.bp580 code {
  font-family: 'JetBrains Mono', monospace;
  background: rgba(245,166,35,0.12);
  color: #b87300;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 0.83em;
}

/* FEATURE CARDS */
.bp580 .bp580-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin: 20px 0 32px;
}
.bp580 .bp580-feature-card {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  padding: 17px;
  border-radius: 2px;
}
.bp580 .bp580-feature-card h5 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #2A2A2A !important;
  margin: 0 0 10px !important;
  padding-bottom: 8px !important;
  border-bottom: 2px solid #F5A623 !important;
  display: inline-block !important;
  line-height: 1.3 !important;
}
.bp580 .bp580-feature-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.bp580 .bp580-feature-card ul li {
  font-size: 13px !important;
  color: #555 !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid #ebebeb !important;
  line-height: 1.5 !important;
  display: flex !important;
  gap: 7px !important;
  align-items: flex-start !important;
  list-style: none !important;
}
.bp580 .bp580-feature-card ul li:last-child { border-bottom: none !important; }
.bp580 .bp580-feature-card ul li::before {
  content: '·' !important;
  color: #F5A623 !important;
  flex-shrink: 0 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

/* WORKFLOW STEPS */
.bp580 .bp580-workflow {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  overflow: hidden;
  margin: 16px 0 26px;
}
.bp580 .bp580-wf-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 18px;
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
  transition: background 0.15s;
}
.bp580 .bp580-wf-step:last-child { border-bottom: none; }
.bp580 .bp580-wf-step:hover { background: #f7f7f7; }
.bp580 .bp580-wf-step .bp580-wf-n {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: rgba(245,166,35,0.28);
  width: 32px;
  flex-shrink: 0;
  line-height: 1;
}
.bp580 .bp580-wf-step p {
  font-size: 15px;
  color: #555;
  margin: 0 !important;
  line-height: 1.5;
}

/* USE CASE TABLE */
.bp580 .bp580-uc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 36px;
  font-size: 14px;
}
.bp580 .bp580-uc-table thead tr { background: #2A2A2A; }
.bp580 .bp580-uc-table thead th {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
}
.bp580 .bp580-uc-table thead th:first-child { border-left: 3px solid #F5A623; }
.bp580 .bp580-uc-table tbody tr { border-bottom: 1px solid #e2e2e2; transition: background 0.12s; }
.bp580 .bp580-uc-table tbody tr:hover { background: #f7f7f7; }
.bp580 .bp580-uc-table tbody td { padding: 12px 16px; color: #555; vertical-align: top; line-height: 1.5; }
.bp580 .bp580-uc-table tbody td:first-child { font-weight: 600; color: #2A2A2A; white-space: nowrap; }

/* SPECS TABLE */
.bp580 .bp580-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 32px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  overflow: hidden;
}
.bp580 .bp580-specs-table tbody tr { border-bottom: 1px solid #e2e2e2; }
.bp580 .bp580-specs-table tbody tr:last-child { border-bottom: none; }
.bp580 .bp580-specs-table tbody tr:nth-child(even) { background: #f7f7f7; }
.bp580 .bp580-specs-table tbody td { padding: 11px 16px; vertical-align: top; }
.bp580 .bp580-specs-table tbody td:first-child {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #9B9B9B;
  width: 36%;
  letter-spacing: 0.2px;
}
.bp580 .bp580-specs-table tbody td:last-child { color: #2A2A2A; font-weight: 500; }
.bp580 .bp580-spec-pending {
  color: #F5A623;
  font-size: 12px;
  font-family: 'JetBrains Mono', monospace;
}

/* NOTE BOX */
.bp580 .bp580-note {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 13px 16px;
  font-size: 13px;
  color: #9B9B9B;
  margin: 0 0 32px;
  font-style: italic;
  line-height: 1.6;
}

/* CTA BLOCK */
.bp580 .bp580-cta {
  background: #2A2A2A;
  border-radius: 4px;
  padding: 44px 36px;
  margin-top: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bp580 .bp580-cta::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(245,166,35,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.bp580 .bp580-cta h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 10px !important;
  letter-spacing: -0.5px !important;
  position: relative;
}
.bp580 .bp580-cta p {
  font-size: 15px !important;
  color: rgba(255,255,255,0.55) !important;
  max-width: 440px;
  margin: 0 auto 24px !important;
  position: relative;
}
.bp580 .bp580-cta-btn {
  display: inline-block;
  background: #F5A623;
  color: #1a1a1a !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 34px;
  border-radius: 2px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s;
  position: relative;
}
.bp580 .bp580-cta-btn:hover {
  background: #ffc04a !important;
  color: #1a1a1a !important;
  transform: translateY(-1px);
  text-decoration: none !important;
}
.bp580 .bp580-cta .bp580-cta-sub {
  font-size: 13px !important;
  color: rgba(255,255,255,0.32) !important;
  margin: 14px 0 0 !important;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .bp580 .bp580-port-grid,
  .bp580 .bp580-features-grid { grid-template-columns: 1fr; }
  .bp580 .bp580-wan-callout .bp580-wan-num { font-size: 44px; }
  .bp580 .bp580-cta { padding: 28px 20px; }
  .bp580 .bp580-h2 { font-size: 23px !important; }
}