:root{
  --bc-blue:#3e4095;
  --bc-blue-dark:#252763;
  --bc-red:#ed3237;
  --bc-red-dark:#c92228;
  --bc-yellow:#f7c600;
  --bc-ink:#171824;
  --bc-muted:#646773;
  --bc-bg:#f5f6f8;
  --bc-white:#fff;
  --bc-border:#e2e4ea;
  --bc-radius:22px;
  --bc-shadow:0 18px 50px rgba(21,24,55,.10);
  --bc-container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bc-ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.bc-container{width:min(calc(100% - 40px),var(--bc-container));margin-inline:auto}.screen-reader-text,.bc-skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bc-skip-link:focus{clip:auto;width:auto;height:auto;background:#fff;padding:10px;z-index:99999;top:10px;left:10px}.bc-topbar{background:var(--bc-blue-dark);color:#fff;font-size:.82rem}.bc-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;opacity:.94}.bc-header{position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid rgba(62,64,149,.10)}.bc-header-main{min-height:84px;display:flex;align-items:center;gap:30px}.bc-brand{display:flex;align-items:center;flex:0 0 auto}.bc-brand img{width:238px;max-height:72px;object-fit:contain}.bc-nav{margin-left:auto}.bc-menu{display:flex;align-items:center;gap:22px;list-style:none;padding:0;margin:0}.bc-menu a{font-size:.94rem;font-weight:700;color:#343640}.bc-menu a:hover{color:var(--bc-red)}.bc-header-cta{white-space:nowrap}.bc-menu-toggle{display:none;background:transparent;border:0;padding:9px}.bc-menu-toggle>span:not(.screen-reader-text){display:block;width:26px;height:2px;background:var(--bc-blue);margin:5px 0}.bc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;font-weight:800;letter-spacing:-.01em;border:2px solid transparent;transition:.2s ease;cursor:pointer}.bc-btn:hover{transform:translateY(-1px)}.bc-btn-primary{background:var(--bc-red);color:#fff;box-shadow:0 10px 24px rgba(237,50,55,.22)}.bc-btn-primary:hover{background:var(--bc-red-dark)}.bc-btn-secondary{border-color:var(--bc-blue);color:var(--bc-blue);background:#fff}.bc-btn-secondary:hover{background:#f1f1fb}.bc-btn-light{background:#fff;color:var(--bc-blue)}.bc-btn-large{min-height:56px;padding-inline:28px}.bc-hero{position:relative;overflow:hidden;padding:74px 0 64px;background:linear-gradient(120deg,#fff 0%,#f7f7fb 60%,#ececf7 100%)}.bc-hero:before{content:"";position:absolute;right:-120px;top:-180px;width:520px;height:520px;border:70px solid rgba(62,64,149,.06);border-radius:50%}.bc-hero:after{content:"";position:absolute;right:80px;bottom:-45px;width:310px;height:12px;background:var(--bc-yellow);transform:skewX(-25deg);opacity:.9}.bc-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;position:relative;z-index:1}.bc-eyebrow{display:inline-block;font-size:.77rem;font-weight:900;letter-spacing:.13em;color:var(--bc-blue);margin-bottom:12px}.bc-eyebrow-light{color:#fff}.bc-hero h1,.bc-service-hero h1,.bc-landing-hero h1{font-size:clamp(2.8rem,5.5vw,5.25rem);line-height:.96;letter-spacing:-.055em;margin:0 0 24px;max-width:760px}.bc-hero h1{color:var(--bc-blue-dark)}.bc-hero-lead{font-size:clamp(1.08rem,2vw,1.28rem);color:#4f5260;max-width:680px;margin:0 0 28px}.bc-hero-actions,.bc-inline-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.bc-proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px;padding-top:26px;border-top:1px solid var(--bc-border)}.bc-proof-strip span{display:flex;flex-direction:column}.bc-proof-strip strong{font-size:.98rem;color:var(--bc-blue-dark)}.bc-proof-strip small{color:var(--bc-muted);margin-top:2px}.bc-hero-visual{min-height:440px}.bc-hero-visual>img,.bc-service-main-image>img{width:100%;height:100%;min-height:440px;object-fit:cover;border-radius:30px;box-shadow:var(--bc-shadow)}.bc-brand-panel{min-height:440px;height:100%;border-radius:30px;background:linear-gradient(145deg,var(--bc-blue-dark),var(--bc-blue));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;box-shadow:var(--bc-shadow);position:relative;overflow:hidden}.bc-brand-panel:after{content:"";position:absolute;right:-50px;bottom:45px;width:240px;height:18px;background:var(--bc-red);transform:skewX(-28deg)}.bc-brand-panel img{width:min(480px,90%);filter:drop-shadow(0 10px 22px rgba(0,0,0,.12));background:#fff;border-radius:18px;padding:16px}.bc-brand-panel span{color:#fff;font-weight:800;margin-top:22px}.bc-section{padding:82px 0}.bc-section-services{background:#fff}.bc-section-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:end;margin-bottom:36px}.bc-section-heading h2,.bc-symptom-section h2,.bc-feature-band h2,.bc-contact-band h2,.bc-page-hero h1,.bc-detail-card h2,.bc-service-cta-section h2,.bc-landing-trust h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.05;letter-spacing:-.04em;margin:0}.bc-section-heading p{margin:0;color:var(--bc-muted);font-size:1.05rem}.bc-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bc-service-card{border:1px solid var(--bc-border);border-radius:18px;overflow:hidden;background:#fff;transition:.22s ease}.bc-service-card:hover{transform:translateY(-4px);box-shadow:var(--bc-shadow);border-color:transparent}.bc-service-card-link{display:block;height:100%}.bc-service-card-media{aspect-ratio:16/9;background:#f0f1f5;overflow:hidden}.bc-service-card-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.bc-service-card:hover img{transform:scale(1.025)}.bc-service-card-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#ececf6,#f7f7fa);color:var(--bc-blue);font-weight:950;font-style:italic;font-size:1.25rem;letter-spacing:-.04em}.bc-service-card-placeholder span span{color:var(--bc-red)}.bc-service-card-body{padding:22px}.bc-service-card h3{font-size:1.2rem;line-height:1.15;letter-spacing:-.02em;margin:0 0 10px;color:var(--bc-blue-dark)}.bc-service-card p{font-size:.93rem;color:var(--bc-muted);margin:0 0 18px}.bc-text-link{font-weight:850;color:var(--bc-red)}.bc-center{text-align:center;margin-top:32px}.bc-symptom-section{background:var(--bc-bg)}.bc-symptom-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.bc-symptom-section p{color:var(--bc-muted);font-size:1.06rem;max-width:660px}.bc-symptom-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.bc-symptom-list span{background:#fff;border:1px solid var(--bc-border);border-left:5px solid var(--bc-yellow);border-radius:14px;padding:20px;font-weight:800;color:var(--bc-blue-dark)}.bc-feature-band{background:linear-gradient(120deg,var(--bc-blue-dark),var(--bc-blue));color:#fff}.bc-feature-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:center}.bc-feature-band p{font-size:1.08rem;opacity:.88}.bc-feature-media img,.bc-equipment-placeholder{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px}.bc-equipment-placeholder{background:rgba(255,255,255,.08);border:1px dashed rgba(255,255,255,.35);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.bc-equipment-placeholder span{font-size:1.2rem;font-weight:850}.bc-equipment-placeholder small{opacity:.7;margin-top:8px}.bc-text-link-light{color:#fff}.bc-feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}.bc-feature-cards article{border:1px solid var(--bc-border);border-radius:18px;padding:28px;background:#fff}.bc-feature-cards h3{font-size:1.3rem;color:var(--bc-blue-dark);margin:8px 0}.bc-feature-cards p{color:var(--bc-muted);margin-bottom:0}.bc-number{font-weight:950;color:var(--bc-red);letter-spacing:.08em}.bc-structure{background:var(--bc-bg)}.bc-photo-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px}.bc-photo-grid img{width:100%;height:340px;object-fit:cover;border-radius:18px}.bc-video-card{margin-top:22px;border:1px solid var(--bc-border);border-radius:18px;padding:24px 28px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.bc-video-card h3,.bc-video-card h2{margin:0;color:var(--bc-blue-dark)}.bc-contact-band{background:#f7f7fb}.bc-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.bc-contact-band p{color:var(--bc-muted);font-size:1.04rem}.bc-form-card{background:#fff;border:1px solid var(--bc-border);border-radius:22px;padding:30px;box-shadow:var(--bc-shadow)}.bc-form-card h3{margin-top:0;font-size:1.35rem}.bc-lead-form label{display:block;font-size:.9rem;font-weight:750;color:#353742}.bc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bc-lead-form input,.bc-lead-form textarea{display:block;width:100%;margin-top:6px;border:1px solid #d7d9e1;border-radius:11px;padding:12px 13px;background:#fff;color:var(--bc-ink);outline:none}.bc-lead-form input:focus,.bc-lead-form textarea:focus{border-color:var(--bc-blue);box-shadow:0 0 0 3px rgba(62,64,149,.11)}.bc-lead-form>label{margin-top:16px}.bc-lead-form button{margin-top:18px}.bc-form-note{font-size:.78rem!important;margin-bottom:0}.bc-honeypot{position:absolute!important;left:-9999px!important}.bc-alert{padding:12px 14px;border-radius:10px;margin-bottom:15px}.bc-alert-success{background:#eaf7ee;color:#1e6131}.bc-footer{background:var(--bc-blue-dark);color:#fff;padding:56px 0 24px}.bc-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .7fr;gap:50px}.bc-footer-logo{width:270px;background:#fff;border-radius:12px;padding:10px}.bc-footer h2{font-size:1rem;text-transform:uppercase;letter-spacing:.1em}.bc-footer p,.bc-footer a{color:rgba(255,255,255,.78)}.bc-footer a:hover{color:#fff}.bc-footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:36px;padding-top:20px;font-size:.82rem;color:rgba(255,255,255,.62)}.bc-mobile-actions{display:none}.bc-page-hero{padding:70px 0;background:linear-gradient(120deg,#f7f7fb,#fff);border-bottom:1px solid var(--bc-border)}.bc-page-hero p{max-width:720px;color:var(--bc-muted);font-size:1.08rem}.bc-service-hero{padding:64px 0;background:linear-gradient(120deg,#fff,#f3f3f8)}.bc-service-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.bc-service-hero h1{color:var(--bc-blue-dark);font-size:clamp(2.5rem,4.7vw,4.6rem)}.bc-back-link{display:inline-block;margin-bottom:24px;color:var(--bc-muted);font-weight:700}.bc-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.bc-detail-card{border:1px solid var(--bc-border);border-radius:20px;padding:30px;background:#fff}.bc-detail-card h2{font-size:2rem}.bc-check-list{list-style:none;padding:0;margin:26px 0 0}.bc-check-list li{position:relative;padding:10px 0 10px 34px;border-bottom:1px solid #eef0f4}.bc-check-list li:before{content:"✓";position:absolute;left:0;top:10px;width:22px;height:22px;border-radius:50%;background:#ececf7;color:var(--bc-blue);display:grid;place-items:center;font-size:.75rem;font-weight:950}.bc-check-list-compact{margin:10px 0 28px}.bc-check-list-compact li{border:0;padding-top:5px;padding-bottom:5px}.bc-rich-content{max-width:840px;margin:44px auto 0;font-size:1.05rem}.bc-rich-content h2,.bc-rich-content h3{color:var(--bc-blue-dark)}.bc-muted-section{background:var(--bc-bg)}.bc-service-cta-section{background:#f7f7fb}.bc-service-cta-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.bc-landing-header{border-bottom:1px solid var(--bc-border);background:#fff}.bc-landing-header .bc-container{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.bc-landing-header img{width:225px;max-height:65px;object-fit:contain}.bc-landing-phone{font-weight:900;color:var(--bc-blue)}.bc-landing-hero{padding:62px 0;background:linear-gradient(125deg,#fff,#f3f3f8)}.bc-landing-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.bc-landing-hero h1{color:var(--bc-blue-dark);font-size:clamp(2.6rem,5vw,4.8rem)}.bc-landing-trust{background:var(--bc-bg)}.bc-landing-footer{padding:25px 0;background:var(--bc-blue-dark);color:#fff;font-size:.85rem}.bc-landing-footer .bc-container{display:flex;justify-content:space-between;gap:25px}.bc-landing-footer a{font-weight:800}.bc-post{padding:25px 0;border-bottom:1px solid var(--bc-border)}
@media(max-width:1050px){.bc-header-cta{display:none}.bc-service-grid{grid-template-columns:repeat(3,1fr)}.bc-hero-grid,.bc-service-hero-grid,.bc-landing-hero-grid{gap:38px}.bc-brand img{width:210px}}
@media(max-width:820px){body{padding-bottom:62px}.bc-topbar-city{display:none}.bc-header-main{min-height:72px}.bc-brand img{width:190px;max-height:58px}.bc-menu-toggle{display:block;margin-left:auto}.bc-nav{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--bc-border);box-shadow:0 20px 30px rgba(0,0,0,.08);display:none}.bc-nav.is-open{display:block}.bc-menu{display:block;padding:16px 20px}.bc-menu li a{display:block;padding:13px 0}.bc-hero,.bc-service-hero,.bc-landing-hero{padding:48px 0}.bc-hero-grid,.bc-service-hero-grid,.bc-landing-hero-grid,.bc-feature-grid,.bc-symptom-grid,.bc-contact-grid,.bc-service-cta-grid{grid-template-columns:1fr}.bc-hero-visual{min-height:auto}.bc-hero-visual>img,.bc-service-main-image>img,.bc-brand-panel{min-height:320px}.bc-service-grid{grid-template-columns:repeat(2,1fr)}.bc-section-heading{grid-template-columns:1fr;gap:15px}.bc-feature-cards{grid-template-columns:1fr}.bc-photo-grid{grid-template-columns:1fr 1fr}.bc-photo-grid img:first-child{grid-column:1/-1}.bc-footer-grid{grid-template-columns:1fr 1fr}.bc-mobile-actions{position:fixed;left:0;right:0;bottom:0;height:62px;display:grid;grid-template-columns:1fr 1.35fr;z-index:999;box-shadow:0 -6px 25px rgba(0,0,0,.16)}.bc-mobile-actions a{display:grid;place-items:center;font-weight:900}.bc-mobile-call{background:#fff;color:var(--bc-blue);border-top:1px solid var(--bc-border)}.bc-mobile-whatsapp{background:#1f9d55;color:#fff}.bc-detail-grid{grid-template-columns:1fr}.bc-landing-footer{padding-bottom:84px}}
@media(max-width:560px){.bc-container{width:min(calc(100% - 28px),var(--bc-container))}.bc-topbar-inner{min-height:30px}.bc-topbar{font-size:.73rem}.bc-hero h1,.bc-service-hero h1,.bc-landing-hero h1{font-size:2.6rem}.bc-hero-lead{font-size:1.04rem}.bc-hero-actions .bc-btn,.bc-inline-actions .bc-btn{width:100%}.bc-proof-strip{grid-template-columns:1fr;gap:10px}.bc-proof-strip span{display:grid;grid-template-columns:1fr 1fr}.bc-section{padding:60px 0}.bc-service-grid{grid-template-columns:1fr}.bc-symptom-list{grid-template-columns:1fr}.bc-form-grid{grid-template-columns:1fr}.bc-form-card{padding:22px}.bc-photo-grid{grid-template-columns:1fr}.bc-photo-grid img:first-child{grid-column:auto}.bc-photo-grid img{height:250px}.bc-video-card{display:block}.bc-video-card .bc-btn{margin-top:18px;width:100%}.bc-footer-grid{grid-template-columns:1fr}.bc-landing-header .bc-container{min-height:68px}.bc-landing-header img{width:180px}.bc-landing-phone{font-size:.85rem}.bc-landing-footer .bc-container{display:block}.bc-landing-footer a{display:block;margin-top:8px}}

.bc-related-callout{margin-top:36px;border:1px solid var(--bc-border);border-left:6px solid var(--bc-yellow);border-radius:18px;padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fff}.bc-related-callout h3{margin:0 0 8px;color:var(--bc-blue-dark);font-size:1.4rem}.bc-related-callout p{margin:0;color:var(--bc-muted);max-width:720px}.bc-reviews-band{border-top:1px solid var(--bc-border)}.bc-reviews-inner{display:flex;align-items:center;justify-content:space-between;gap:45px}.bc-reviews-inner h2{margin:0;font-size:clamp(2rem,4vw,3.1rem);line-height:1.05;letter-spacing:-.04em}.bc-reviews-inner p{color:var(--bc-muted);max-width:760px}@media(max-width:820px){.bc-related-callout,.bc-reviews-inner{display:block}.bc-related-callout .bc-btn,.bc-reviews-inner .bc-btn{margin-top:20px}}
