:root{
  --pine-900:#12291F;
  --pine-800:#193B2C;
  --pine-700:#22503B;
  --paper:#F3F1E7;
  --paper-2:#EAE6D6;
  --ink:#181C18;
  --ink-soft:#4B534C;
  --hazard:#E35205;
  --hazard-dark:#B6420A;
  --sage:#9CB08A;
  --line: rgba(18,41,31,0.14);
  --line-light: rgba(243,241,231,0.18);
}
.bpc-wrap {max-width:1220px; margin:0 auto; padding:0 32px;}
.bpc-widget-wrapper * {box-sizing:border-box;}
.bpc-widget-wrapper img{max-width:100%; display:block;}
.bpc-widget-wrapper a{color:inherit; text-decoration:none;}
.bpc-widget-wrapper h1,.bpc-widget-wrapper h2,.bpc-widget-wrapper h3,.bpc-widget-wrapper h4{font-family:'Barlow Condensed',sans-serif; text-transform:uppercase; letter-spacing:0.01em; line-height:1; margin:0;}
.bpc-eyebrow{
  font-family:'IBM Plex Mono',monospace;
  font-size:12px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  font-weight:600;
  display:flex; align-items:center; gap:10px;
}
.bpc-eyebrow::before{content:''; width:22px; height:2px; background:var(--hazard); display:inline-block;}
.bpc-btn{
  display:inline-flex; align-items:center; gap:10px;
  font-family:'IBM Plex Mono',monospace;
  font-size:13px; font-weight:600; letter-spacing:0.04em;
  text-transform:uppercase;
  padding:15px 26px;
  border-radius:3px;
  cursor:pointer;
  border:1.5px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.bpc-btn:hover{transform:translateY(-2px);}
.bpc-btn-primary{background:var(--hazard); color:#fff;}
.bpc-btn-primary:hover{background:var(--hazard-dark); box-shadow:0 10px 24px rgba(227,82,5,0.35);}
.bpc-btn-outline{border-color:var(--pine-900); color:var(--pine-900);}
.bpc-btn-outline:hover{background:var(--pine-900); color:var(--paper);}
.bpc-btn-outline-light{border-color:rgba(243,241,231,0.5); color:var(--paper);}
.bpc-btn-outline-light:hover{background:var(--paper); color:var(--pine-900);}

/* ANNOUNCEMENT BAR */
.bpc-hazard-bar{
  background:repeating-linear-gradient(135deg, var(--pine-900), var(--pine-900) 14px, #0E1F17 14px, #0E1F17 28px);
  color:var(--paper);
  font-family:'IBM Plex Mono',monospace;
  font-size:12.5px;
  letter-spacing:0.05em;
}
.bpc-hazard-bar .bpc-wrap{
  display:flex; align-items:center; justify-content:space-between;
  padding:9px 32px; gap:20px; flex-wrap:wrap;
}
.bpc-hazard-bar strong{color:var(--hazard); font-weight:600;}
.bpc-hazard-bar .contact-mini{display:flex; gap:22px; align-items:center;}

/* HEADER */
.bpc-header{
  background:var(--paper);
  border-bottom:1px solid var(--line);
  position:sticky; top:0; z-index:50;
}
.bpc-header .bpc-wrap{display:flex; align-items:center; justify-content:space-between; padding:18px 32px;}
.bpc-logo{display:flex; align-items:center; gap:12px;}
.bpc-logo-mark{
  width:46px; height:46px; border-radius:50%;
  background:var(--pine-900);
  display:flex; align-items:center; justify-content:center;
  color:var(--paper); font-family:'Barlow Condensed'; font-weight:800; font-size:20px;
  flex-shrink:0; overflow:hidden;
}
.bpc-logo-mark img{width:100%; height:100%; object-fit:cover; border-radius:50%;}
.bpc-logo-mark svg{width:22px; height:22px; fill:currentColor;}
.bpc-logo-mark i{font-size:20px;}
.bpc-logo-text{line-height:1.05;}
.bpc-logo-text .l1{font-family:'Barlow Condensed'; font-weight:800; font-size:19px; letter-spacing:0.01em; text-transform:uppercase;}
.bpc-logo-text .l2{font-family:'IBM Plex Mono'; font-size:10px; letter-spacing:0.16em; color:var(--ink-soft); text-transform:uppercase;}
.bpc-nav ul{list-style:none; display:flex; gap:34px; font-size:14.5px; font-weight:600; margin:0; padding:0;}
.bpc-nav a{position:relative; padding:4px 0;}
.bpc-header-right{display:flex; align-items:center; gap:22px;}
.bpc-header-phone{display:block; font-family:'IBM Plex Mono'; font-size:15px; font-weight:600; color:inherit;}
.bpc-header-phone span{display:block; font-size:10px; color:var(--ink-soft); font-weight:500; letter-spacing:0.08em;}

/* HERO */
.bpc-hero{
  background:var(--pine-900);
  color:var(--paper);
  position:relative;
  overflow:hidden;
  padding:88px 0 100px;
}
.bpc-hero .bpc-wrap{
  position:relative;
  display:grid; grid-template-columns:1.05fr 0.95fr;
  gap:56px;
  align-items:center;
}
.bpc-hero-badge{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(227,82,5,0.14);
  border:1px solid rgba(227,82,5,0.45);
  color:#FF8A50;
  font-family:'IBM Plex Mono'; font-size:11.5px; letter-spacing:0.08em; text-transform:uppercase; font-weight:600;
  padding:7px 14px; border-radius:20px; margin-bottom:26px;
}
.bpc-hero-badge .dot{width:6px; height:6px; border-radius:50%; background:#FF8A50;}
.bpc-hero h1{font-size:clamp(42px,5vw,66px); font-weight:800; margin-bottom:22px;}
.bpc-hero h1 em{font-style:normal; color:#FF8A50;}
.bpc-hero p.lead{font-size:17px; color:rgba(243,241,231,0.78); max-width:480px; line-height:1.6; margin-bottom:34px;}
.bpc-hero-ctas{display:flex; gap:16px; margin-bottom:44px; flex-wrap:wrap;}
.bpc-hero-trust{display:flex; gap:30px; flex-wrap:wrap;}
.bpc-hero-trust div{font-family:'IBM Plex Mono'; font-size:11px; letter-spacing:0.05em; color:rgba(243,241,231,0.65); text-transform:uppercase; display:flex; align-items:center; gap:8px;}
.bpc-ticket{
  position:relative;
  background:var(--paper);
  color:var(--ink);
  border-radius:6px;
  box-shadow:0 30px 60px rgba(0,0,0,0.35);
  transform:rotate(1.2deg);
}
.bpc-ticket-photo{height:210px; overflow:hidden; border-radius:6px 6px 0 0; position:relative;}
.bpc-ticket-photo img{width:100%; height:100%; object-fit:cover;}
.bpc-ticket-photo .tag{
  position:absolute; top:14px; left:14px;
  background:var(--hazard); color:#fff;
  font-family:'IBM Plex Mono'; font-size:10.5px; font-weight:600; letter-spacing:0.06em;
  padding:5px 10px; border-radius:3px; text-transform:uppercase;
}
.bpc-ticket-body{padding:24px 26px 26px;}
.bpc-ticket-head{display:flex; justify-content:space-between; align-items:flex-start; border-bottom:1.5px dashed var(--line); padding-bottom:16px; margin-bottom:16px;}
.bpc-ticket-head .t1{font-family:'Barlow Condensed'; font-size:22px; font-weight:800; text-transform:uppercase;}
.bpc-ticket-head .t2{font-family:'IBM Plex Mono'; font-size:10px; color:var(--ink-soft); letter-spacing:0.05em; margin-top:3px;}
.bpc-stamp{
  border:2px solid var(--pine-700); color:var(--pine-700);
  font-family:'IBM Plex Mono'; font-size:10.5px; font-weight:700; letter-spacing:0.06em;
  padding:5px 9px; border-radius:3px; transform:rotate(-6deg); text-transform:uppercase;
}
.bpc-checklist{display:flex; flex-direction:column; gap:11px; margin:0; padding:0;}
.bpc-checklist li{list-style:none; display:flex; align-items:center; gap:10px; font-size:13.5px; font-weight:500;}
.bpc-checklist .check{
  width:18px; height:18px; border-radius:50%; background:var(--pine-700);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; color: #fff;
}

/* STATS STRIP */
.bpc-stats-strip{background:var(--hazard); color:#fff;}
.bpc-stats-strip .bpc-wrap{display:grid; grid-template-columns:repeat(4,1fr); padding:34px 32px;}
.bpc-stats-strip .stat{text-align:center; border-left:1px solid rgba(255,255,255,0.25); padding:0 12px;}
.bpc-stats-strip .stat:first-child{border-left:none;}
.bpc-stats-strip .num{font-family:'Barlow Condensed'; font-size:44px; font-weight:800;}
.bpc-stats-strip .lbl{font-family:'IBM Plex Mono'; font-size:11px; letter-spacing:0.06em; text-transform:uppercase; opacity:0.92; margin-top:2px;}

/* ABOUT */
.bpc-about{background:var(--paper); padding:100px 0;}
.bpc-about-grid{display:grid; grid-template-columns:0.85fr 1.15fr; gap:64px; align-items:center;}
.bpc-about-photo{position:relative; border-radius:6px; overflow:hidden;}
.bpc-about-photo img{width:100%; height:460px; object-fit:cover;}
.bpc-about-photo .years-badge{
  position:absolute; bottom:20px; left:20px;
  background:var(--pine-900); color:var(--paper);
  padding:16px 20px; border-radius:6px;
}
.bpc-about-photo .years-badge .n{font-family:'Barlow Condensed'; font-size:38px; font-weight:800; color:#FF8A50;}
.bpc-about-photo .years-badge .t{font-family:'IBM Plex Mono'; font-size:10px; letter-spacing:0.06em; text-transform:uppercase; margin-top:2px;}
.bpc-about-heading{font-size:38px; margin:16px 0 20px;}
.bpc-about-copy p{font-size:15.5px; color:var(--ink-soft); line-height:1.75; margin-bottom:18px;}
.bpc-about-list{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:30px; padding:0; list-style:none;}
.bpc-about-list li{
  display:flex; gap:12px; align-items:flex-start;
  font-size:14px; font-weight:600;
  background:var(--paper-2); padding:14px 16px; border-radius:5px; border:1px solid var(--line);
}
.bpc-about-list .ic{color:var(--hazard); flex-shrink:0;}

/* SERVICES */
.bpc-services{background:var(--pine-900); color:var(--paper); padding:100px 0;}
.bpc-services .section-head p{color:rgba(243,241,231,0.68);}
.bpc-services .bpc-eyebrow{color:#FF8A50;}
.bpc-service-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.bpc-service-card{
  display:block; background:var(--pine-900); border-radius:10px; overflow:hidden;
  border:1px solid var(--line-light); transition:background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.bpc-service-card:hover{background:var(--pine-800); transform:translateY(-4px); box-shadow:0 16px 32px rgba(0,0,0,0.25);}
.bpc-service-card-image{position:relative; height:200px; overflow:hidden;}
.bpc-service-card-image img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease;}
.bpc-service-card:hover .bpc-service-card-image img{transform:scale(1.06);}
.bpc-service-card .sic{
  position:absolute; left:16px; bottom:-20px;
  width:44px; height:44px; border-radius:8px;
  background:var(--hazard); border:1px solid rgba(227,82,5,0.4);
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-size:20px; box-shadow:0 8px 18px rgba(0,0,0,0.35);
}
.bpc-service-card-body{padding:32px 26px 26px;}
.bpc-services-heading{color:inherit;}
.bpc-services-desc{color:rgba(243,241,231,0.68);}
.bpc-service-card h3{font-size:21px; font-weight:700; margin-bottom:8px; text-transform:none; font-family:'Inter'; color:var(--paper);}
.bpc-service-card p{font-size:13.5px; color:rgba(243,241,231,0.6); line-height:1.6; margin:0;}
.bpc-service-card-more{
  display:inline-flex; align-items:center; gap:6px; margin-top:16px;
  font-family:'IBM Plex Mono'; font-size:11.5px; letter-spacing:0.06em; text-transform:uppercase;
  font-weight:600; color:#FF8A50;
}

/* PRICING */
.bpc-pricing{background:var(--paper-2); padding:100px 0;}
.bpc-pricing-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start;}
.bpc-pricing-heading{color:var(--pine-900);}
.bpc-pricing-note{font-size:15px; color:var(--ink-soft); line-height:1.7; margin-bottom:24px;}
.bpc-price-table{border-top:2px solid var(--pine-900);}
.bpc-price-row{
  display:flex; justify-content:space-between; align-items:center;
  padding:18px 4px; border-bottom:1px solid var(--line);
  font-family:'IBM Plex Mono';
}
.bpc-price-row .pname{font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:0.03em; display:flex; align-items:center; gap:12px;}
.bpc-price-row .pname .idx{color:var(--hazard); font-size:12px;}
.bpc-price-row .prange{font-size:15px; font-weight:600;}
.bpc-plan-card{
  background:var(--pine-900); color:var(--paper);
  border-radius:8px; padding:40px;
  position:relative; overflow:hidden;
}
.bpc-plan-card .bpc-eyebrow{color:#FF8A50; margin-bottom:18px;}
.bpc-plan-card h3{font-size:30px; margin-bottom:14px;}
.bpc-plan-price{font-family:'Barlow Condensed'; font-size:56px; font-weight:800; color:#FF8A50; margin-bottom:6px;}
.bpc-plan-price span{font-family:'Inter'; font-size:15px; color:rgba(243,241,231,0.7); font-weight:500; text-transform:none;}
.bpc-plan-card p.desc{font-size:14.5px; color:rgba(243,241,231,0.72); line-height:1.7; margin-bottom:28px;}

/* PROCESS */
.bpc-process{background:var(--paper); padding:100px 0;}
.bpc-process-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:36px;}
.bpc-process-card{border:1px solid var(--line); border-radius:8px; padding:36px 30px; position:relative; background:var(--paper);}
.bpc-process-num{font-family:'Barlow Condensed'; font-size:64px; font-weight:800; position:absolute; top:14px; right:20px; -webkit-text-stroke:1.5px var(--line); color:transparent;}
.bpc-process-heading{color:var(--pine-900);}
.bpc-process-desc{color:var(--ink-soft);}
.bpc-process-card h3{font-size:24px; margin-bottom:12px; margin-top:8px;}
.bpc-process-card p{font-size:14.5px; color:var(--ink-soft); line-height:1.7; margin:0;}

/* TESTIMONIALS */
.bpc-testimonials{background:var(--pine-900); color:var(--paper); padding:100px 0;}
.bpc-testimonials .bpc-eyebrow{color:#FF8A50;}
.bpc-testimonials-heading{color:inherit;}
.bpc-t-slider{position:relative;}
.bpc-t-track{
  display:flex; gap:28px; overflow-x:auto; scroll-snap-type:x mandatory;
  scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:none;
  padding-bottom:6px;
}
.bpc-t-track::-webkit-scrollbar{display:none;}
.bpc-t-nav{display:flex; gap:10px; flex-shrink:0;}
.bpc-t-nav button{
  width:44px; height:44px; border-radius:50%; flex-shrink:0;
  border:1.5px solid rgba(243,241,231,0.5); background:transparent; color:var(--paper);
  display:flex; align-items:center; justify-content:center; cursor:pointer; font-size:16px;
  transition:background .18s ease, color .18s ease;
}
.bpc-t-nav button:hover{background:var(--paper); color:var(--pine-900);}
.bpc-t-card{
  background:var(--pine-800); border-radius:8px; padding:30px; border:1px solid var(--line-light);
  scroll-snap-align:start; flex:0 0 calc((100% - 2 * 28px) / 3);
}
.bpc-t-stars{color:#FF8A50; font-size:14px; margin-bottom:16px; letter-spacing:2px;}
.bpc-t-card p{font-size:14.5px; line-height:1.7; color:rgba(243,241,231,0.85); margin-bottom:22px;}
.bpc-t-person{display:flex; align-items:center; gap:12px;}
.bpc-t-person img{width:42px; height:42px; border-radius:50%; object-fit:cover;}
.bpc-t-person .name{font-size:13.5px; font-weight:700;}
.bpc-t-person .loc{font-size:11.5px; color:rgba(243,241,231,0.55); font-family:'IBM Plex Mono';}

/* CERT STRIP */
.bpc-cert-strip{background:var(--paper-2); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.bpc-cert-strip .bpc-wrap{display:flex; align-items:center; justify-content:space-between; padding:28px 32px; flex-wrap:wrap; gap:24px;}
.bpc-cert-strip .cert-label{font-family:'IBM Plex Mono'; font-size:11px; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink-soft);}
.bpc-cert-items{display:flex; gap:40px; align-items:center; flex-wrap:wrap;}
.bpc-cert-items div{font-family:'Barlow Condensed'; font-weight:800; font-size:18px; letter-spacing:0.04em; color:var(--pine-900); opacity:0.55;}

/* CTA */
.bpc-cta-band{background:var(--hazard); color:#fff; position:relative; overflow:hidden;}
.bpc-cta-band .bpc-wrap{padding:80px 32px; display:flex; justify-content:space-between; align-items:center; gap:40px; flex-wrap:wrap;}
.bpc-cta-band h2{font-size:clamp(30px,4vw,44px); max-width:560px;}

/* FOOTER */
.bpc-footer{background:var(--pine-900); color:rgba(243,241,231,0.7); padding-top:80px;}
.bpc-footer-top{display:grid; grid-template-columns:1.3fr 1fr 1fr 1.1fr; gap:48px; padding-bottom:56px; border-bottom:1px solid var(--line-light);}
.bpc-footer-brand .l1{color:var(--paper);}
.bpc-footer-brand p{font-size:13.5px; line-height:1.7; margin-top:16px; max-width:280px;}
.bpc-footer-social{display:flex; gap:12px; margin-top:22px;}
.bpc-footer-social a{
  width:36px; height:36px; border:1px solid var(--line-light); border-radius:50%;
  display:flex; align-items:center; justify-content:center; color:inherit;
  transition:background .18s ease, border-color .18s ease;
  font-size:14px;
}
.bpc-footer-social a svg{width:15px; height:15px; fill:currentColor;}
.bpc-footer h4{font-family:'IBM Plex Mono'; font-size:12px; letter-spacing:0.08em; text-transform:uppercase; color:var(--paper); margin-bottom:20px; font-weight:600;}
.bpc-footer ul{list-style:none; padding:0; margin:0;}
.bpc-footer li{margin-bottom:11px; font-size:13.5px;}
.bpc-footer-contact li{display:flex; gap:10px; align-items:flex-start;}
.bpc-footer-bottom{display:flex; justify-content:space-between; padding:26px 0; font-size:12px; flex-wrap:wrap; gap:12px;}

@media(max-width:980px){
  .bpc-hero .bpc-wrap{grid-template-columns:1fr; padding-top:56px;}
  .bpc-about-grid{grid-template-columns:1fr;}
  .bpc-about-list{grid-template-columns:1fr;}
  .bpc-pricing-grid{grid-template-columns:1fr;}
  .bpc-process-grid{grid-template-columns:1fr;}
  .bpc-t-card{flex:0 0 calc((100% - 28px) / 2);}
  .bpc-stats-strip .bpc-wrap{grid-template-columns:repeat(2,1fr); row-gap:24px;}
  .bpc-footer-top{grid-template-columns:1fr 1fr; row-gap:36px;}
}
@media(max-width:640px){
  .bpc-t-card{flex:0 0 100%;}
}