@import url(\'https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Syne:wght@600;700&display=swap\');

/* ══ WORDPRESS SPACE FIX ══ */
.bc-page {
  margin-top: -100px !important;
  position: relative;
  z-index: 1;
}

/* ══ PAGE WRAPPER ══ */
.bc-page {
  font-family: \'DM Sans\', sans-serif;
  color: #1a1a2e;
  font-size: 16px;
  line-height: 1.7;
  padding: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
.bc-cta-strip { margin-bottom: 0 !important; }

.bc-page *,
.bc-page *::before,
.bc-page *::after {
  box-sizing: border-box;
}

.bc-page a { color: #c85a00; text-decoration: none; }
.bc-page a:hover { text-decoration: underline; }

/* ══ TYPOGRAPHY ══ */
.bc-page h1 {
  font-family: \'Syne\', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0;
}
.bc-page h2 {
  font-family: \'Syne\', sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.3;
}
.bc-page h3 {
  font-family: \'DM Sans\', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 6px 0;
  padding: 0;
}
.bc-page p {
  color: #444;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.8;
}
.bc-page ul,
.bc-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bc-page strong { color: #1a1a2e; }

/* ══ EYEBROW ══ */
.bc-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c85a00;
  margin: 0 0 8px 0;
  display: block;
}

/* ══ SECTION PADDING ══ */
.bc-pad {
  padding: 28px 40px;
  width: 100%;
}

/* ── Rounded background sections ── */
.bc-bg-light,
.bc-bg-dark {
  border-radius: 20px;
  margin: 8px 20px;
  overflow: hidden;
}
.bc-bg-light { background: #f9f9f7; }
.bc-bg-dark  { background: #1a1a2e; }
.bc-bg-dark h2 { color: #fff; }
.bc-bg-dark .bc-eyebrow { color: #f0c040; }

/* ══ HERO ══ */
.bc-hero {
  background: #1a1a2e;
  width: calc(100% - 40px);
  margin: 0 20px 8px 20px;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  display: block;
}
.bc-hero-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
  margin: 0;
  padding: 0;
}
.bc-hero-content {
  padding: 28px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.bc-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(200,90,0,0.15);
  border: 1px solid rgba(200,90,0,0.3);
  color: #f0a060;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 40px;
  width: fit-content;
}
.bc-hero h1 span { color: #f0c040; }
.bc-hero-sub { color: #ffffff !important; font-size: 15px; line-height: 1.7; margin: 0; }
.bc-hero-sub strong { color: #f0c040 !important; font-weight: 700; }
.bc-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.bc-hero-image {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.bc-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ══ ONLINE DOT + PULSE ══ */
@keyframes bc-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70%  { box-shadow: 0 0 0 7px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.bc-online-dot {
  width: 9px;
  height: 9px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  animation: bc-pulse 1.8s infinite;
}

/* ══ BUTTONS ══ */
.bc-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0c040;
  color: #1a1a2e;
  font-family: \'DM Sans\', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.bc-btn-primary:hover { background: #e5b530; text-decoration: none; color: #1a1a2e; }

.bc-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #4CAF50;
  font-family: \'DM Sans\', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1.5px solid #4CAF50;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.bc-btn-secondary:hover { background: rgba(76,175,80,0.08); text-decoration: none; color: #4CAF50; }

.bc-btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1a1a2e;
  color: #fff;
  font-family: \'DM Sans\', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.bc-btn-dark:hover { background: #2a2a4e; color: #fff; text-decoration: none; }

/* ══ TRUST BAR ══ */
.bc-trust-bar {
  background: #f7df05;
  width: calc(100% - 40px);
  margin: 8px 20px;
  border-radius: 20px;
  overflow: hidden;
}
.bc-trust-inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
}
.bc-trust-item {
  padding: 16px 20px;
  text-align: center;
  border-right: 1px solid rgba(26,26,46,0.12);
}
.bc-trust-item:last-child { border-right: none; }
.bc-trust-num {
  font-family: \'Syne\', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  display: block;
  margin: 0;
}
.bc-trust-label {
  font-size: 11px;
  color: #333;
  font-weight: 500;
  margin-top: 2px;
  display: block;
}

/* ══ INTRO ══ */
.bc-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
  margin-top: 16px;
}
.bc-intro-right {
  background: #f9f6f0;
  border-radius: 12px;
  padding: 24px 22px;
  border: 1px solid #e8e0d0;
}
/* ══ INTRO RIGHT ══ */
.bc-intro-right h3 { margin-bottom: 14px; }

/* ══ RIGHT SIDE STACK ══ */
.bc-right-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Box 1 — Form (warm cream) */
.bc-form-box {
  background: #f9f6f0;
  border: 1px solid #e8e0d0;
  border-radius: 18px;
  padding: 24px 22px;
}
.bc-form-box h3 {
  margin-bottom: 14px;
  color: #1a1a2e;
}

/* Box 2 — WhatsApp CTA (dark navy) */
.bc-wa-box {
  background: #1a1a2e;
  border-radius: 18px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bc-wa-box h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.bc-wa-box p {
  color: #aab;
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}
.bc-wa-trust {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.bc-wa-trust-item {
  font-size: 12px;
  color: #aab;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bc-wa-trust-item span { color: #f0c040; font-weight: 700; }

/* ══ WA BOX BUTTONS ══ */
.bc-btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25D366;
  color: #fff !important;
  font-family: \'DM Sans\', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s;
}
.bc-btn-whatsapp:hover { background: #1ebe5a; color: #fff !important; text-decoration: none; }

.bc-btn-call-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  font-family: \'DM Sans\', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,0.3);
  text-decoration: none;
  transition: all 0.2s;
}
.bc-btn-call-outline:hover { background: rgba(255,255,255,0.1); color: #fff; text-decoration: none; }

/* ══ BRANDS GRID ══ */
.bc-brands-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  width: 100%;
  margin-top: 20px;
}
.bc-brand-card {
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 20px;
  background: #fff;
  transition: box-shadow 0.2s, border-color 0.2s;
  min-width: 0;
  overflow: hidden;
}
.bc-brand-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.07); border-color: #ccc; }
.bc-brand-card.bc-brand-link { border-color: #c8dff8; background: #f5f9fe; }
.bc-brand-card.bc-msi        { border-color: #c4bef5; background: #f8f7fe; }

.bc-brand-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.bc-brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.bc-icon-asus   { background: #e8f5e9; color: #2e7d32; }
.bc-icon-acer   { background: #fff3e0; color: #e65100; }
.bc-icon-msi    { background: #ede7f6; color: #512da8; }
.bc-icon-lenovo { background: #e3f2fd; color: #1565c0; }
.bc-icon-hp     { background: #e8eaf6; color: #283593; }
.bc-icon-dell   { background: #e0f2f1; color: #00695c; }

.bc-brand-name { font-size: 17px; font-weight: 600; color: #1a1a2e; margin: 0; }
.bc-brand-type { font-size: 11px; color: #888; margin-top: 2px; }

.bc-model-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  margin-top: 0;
}
.bc-tag        { font-size: 11px; font-weight: 500; padding: 3px 10px; border-radius: 20px; background: #eef4ff; color: #1a4fa0; }
.bc-tag-green  { background: #e8f5e9; color: #2e7d32; }
.bc-tag-orange { background: #fff3e0; color: #bf360c; }
.bc-tag-purple { background: #ede7f6; color: #512da8; }
.bc-tag-blue   { background: #e3f2fd; color: #1565c0; }

.bc-brand-card p { font-size: 14px; line-height: 1.75; color: #555; margin-bottom: 0; }
.bc-page-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #c85a00;
  margin-top: 10px;
}

/* ══ PROCESS ══ */
.bc-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.bc-step {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 24px 20px;
  text-align: center;
}
.bc-step-num {
  font-family: \'Syne\', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #f0c040;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.bc-step h3 { font-size: 16px; }
.bc-step p  { font-size: 13px; color: #666; margin: 0; }

/* ══ PROBLEMS ══ */
.bc-problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.bc-prob {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 18px;
  border-left: 3px solid #c85a00;
  transition: border-color 0.2s;
}
.bc-prob:hover { border-left-color: #1a1a2e; }
.bc-prob h3 { font-size: 15px; }
.bc-prob p  { font-size: 13px; color: #666; margin-bottom: 8px; }
.bc-prob a  { font-size: 12px; font-weight: 600; color: #c85a00; }

/* ══ PRICE TABLE ══ */
.bc-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 14px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.bc-price-table thead tr { background: #1a1a2e; color: #fff; }
.bc-price-table th { padding: 13px 18px; text-align: left; font-weight: 600; font-size: 13px; }
.bc-price-table td { padding: 12px 18px; color: #333; border-bottom: 1px solid #f0f0f0; }
.bc-price-table tr:last-child td { border-bottom: none; }
.bc-price-table tr:nth-child(even) td { background: #fafafa; }
.bc-price-table td:last-child { color: #888; font-size: 13px; }
.bc-price-note { font-size: 13px; color: #888; margin-top: 8px; font-style: italic; }

/* ══ WHY US ══ */
.bc-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 20px;
}
.bc-why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 24px 22px;
}
.bc-why-num {
  font-family: \'Syne\', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #f0c040;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.bc-why-card h3 { color: #fff; font-size: 16px; }
.bc-why-card p  { color: #aab; font-size: 13px; margin: 0; line-height: 1.75; }

/* ══ LOCATIONS ══ */
.bc-loc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.bc-loc-card {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
}
.bc-loc-card:hover { border-color: #c85a00; background: #fff8f5; }
.bc-loc-card a { color: #1a1a2e; font-weight: 500; text-decoration: none; }
.bc-loc-card a:hover { color: #c85a00; }
.bc-loc-dot { width: 7px; height: 7px; border-radius: 50%; background: #f0c040; flex-shrink: 0; }

/* ══ FAQ ══ */
.bc-faq-list { margin-top: 6px; }
.bc-faq-item { border-bottom: 1px solid #eee; padding: 16px 0; }
.bc-faq-item:first-child { border-top: 1px solid #eee; }
.bc-faq-q {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.bc-faq-q::before {
  content: \"Q\";
  background: #1a1a2e;
  color: #f0c040;
  font-size: 11px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.bc-faq-a { font-size: 14px; color: #555; line-height: 1.8; padding-left: 32px; margin: 0; }

/* ══ CTA STRIP ══ */
.bc-cta-strip {
  background: #f7df05;
  padding: 20px 40px;
  width: calc(100% - 40px);
  margin: 8px 20px;
  border-radius: 20px;
  overflow: hidden;
}
.bc-cta-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.bc-cta-text h2 { font-size: 22px; color: #1a1a2e; margin-bottom: 2px; }
.bc-cta-text p  { font-size: 13px; color: #333; margin: 0; }
.bc-cta-btns    { display: flex; gap: 12px; flex-wrap: wrap; }

/* ══ RESPONSIVE ══ */
@media (max-width: 768px) {
  .bc-page { margin-top: -60px !important; }
  .bc-hero-inner     { grid-template-columns: 1fr; }
  .bc-hero-image     { min-height: 220px; }
  .bc-hero-content   { padding: 28px 20px; }
  .bc-trust-inner    { grid-template-columns: repeat(2, 1fr); }
  .bc-trust-bar      { width: calc(100% - 24px); margin: 8px 12px; border-radius: 16px; }
  .bc-trust-item:nth-child(2) { border-right: none; }
  .bc-bg-light,
  .bc-bg-dark        { margin: 8px 12px; border-radius: 16px; }
  .bc-cta-strip      { width: calc(100% - 24px); margin: 8px 12px; border-radius: 16px; padding: 20px 16px; }
  .bc-intro-grid     { grid-template-columns: 1fr; }
  .bc-brands-grid    { grid-template-columns: 1fr; }
  .bc-process-grid   { grid-template-columns: 1fr; }
  .bc-problems-grid  { grid-template-columns: 1fr; }
  .bc-why-grid       { grid-template-columns: 1fr; }
  .bc-loc-grid       { grid-template-columns: repeat(2, 1fr); }
  .bc-cta-inner      { flex-direction: column; text-align: center; }
  .bc-cta-btns       { justify-content: center; }
  .bc-pad            { padding: 20px 16px; }
}

@media (max-width: 480px) {
  .bc-trust-inner   { grid-template-columns: repeat(2, 1fr); }
  .bc-loc-grid      { grid-template-columns: 1fr 1fr; }
  .bc-hero-ctas     { flex-direction: column; }
  .bc-btn-primary,
  .bc-btn-secondary { justify-content: center; }
}