:root{--bf-green:#10A66A;--bf-dark:#0b2b1d;--bf-muted:#52645d;--bf-soft:#f4fbf7;--bf-border:#dfe9e4;--bf-white:#fff;--bf-container:1200px;--bf-radius:22px}
.bf-container{width:100%;max-width:var(--bf-container);margin:0 auto}.bf-narrow{max-width:900px}.bf-widget-section{padding:70px 18px;background:#fff}.bf-section-head{text-align:center;max-width:780px;margin:0 auto 34px}.bf-section-title{font-size:clamp(28px,3vw,44px);line-height:1.12;margin:0 0 12px;color:var(--bf-dark);font-weight:800}.bf-section-desc{font-size:17px;color:var(--bf-muted);line-height:1.7;margin:0}.bf-hero{background:var(--bf-soft);padding:72px 18px;overflow:hidden}.bf-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:42px;align-items:center}.bf-pill{display:inline-flex;align-items:center;gap:8px;background:#e6f7ef;color:#0b8e5a;border-radius:999px;padding:8px 14px;font-weight:800;margin-bottom:18px}.bf-hero-title{font-size:clamp(36px,5vw,68px);line-height:1.03;letter-spacing:-.04em;color:var(--bf-dark);margin:0 0 18px;font-weight:900}.bf-hero-desc{font-size:18px;line-height:1.75;color:var(--bf-muted);max-width:680px;margin:0 0 24px}.bf-btn-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}.bf-btn,.bf-card-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:13px 22px;font-weight:800;transition:.2s ease}.bf-btn-primary,.bf-card-btn{background:var(--bf-green);color:#fff}.bf-btn-primary:hover,.bf-card-btn:hover{background:#0b8e5a;color:#fff}.bf-btn-secondary{background:#fff;color:var(--bf-dark);border:1px solid var(--bf-border)}.bf-trust-points{color:var(--bf-muted);font-weight:700}.bf-hero-main-img{background:#fff;border-radius:28px;min-height:360px;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 60px rgba(11,43,29,.12);padding:24px}.bf-hero-main-img img{max-width:100%;height:330px;object-fit:contain}.bf-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.bf-support-card{background:#fff;border-radius:18px;border:1px solid var(--bf-border);padding:12px;text-align:center;font-weight:800;color:var(--bf-dark)}.bf-support-card img{height:84px;width:100%;object-fit:contain;display:block;margin-bottom:8px}.bf-trust-strip{padding:24px 18px;background:#fff;border-bottom:1px solid var(--bf-border)}.bf-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.bf-trust-item{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--bf-dark);font-weight:800;background:#f8fbf9;border:1px solid var(--bf-border);border-radius:16px;padding:14px}.bf-trust-item i,.bf-trust-item svg{color:var(--bf-green);fill:var(--bf-green)}.bf-card-grid,.bf-featured-grid,.bf-icon-grid,.bf-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.bf-featured-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.bf-category-card,.bf-featured-card,.bf-icon-card,.bf-step-card{background:#fff;border:1px solid var(--bf-border);border-radius:22px;padding:18px;box-shadow:0 10px 32px rgba(11,43,29,.06);display:flex;flex-direction:column}.bf-category-card img,.bf-featured-card img{height:180px;width:100%;object-fit:contain;background:#f7fbf9;border-radius:16px;margin-bottom:16px}.bf-card-title{font-size:22px;line-height:1.25;color:var(--bf-dark);margin:0 0 10px;font-weight:850}.bf-card-desc{color:var(--bf-muted);line-height:1.65;margin:0 0 18px}.bf-card-btn{margin-top:auto;align-self:flex-start}.bf-icon-wrap{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#eaf8f1;color:var(--bf-green);font-size:28px;margin-bottom:16px}.bf-text-link{color:var(--bf-green);font-weight:800;text-decoration:none;margin-top:auto}.bf-step-card{position:relative;padding:24px}.bf-step-num{width:54px;height:54px;border-radius:50%;background:var(--bf-green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:14px}.bf-step-badge{position:absolute;top:20px;right:20px;background:#eaf8f1;color:#0b8e5a;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.bf-faq-list{display:grid;gap:12px}.bf-faq-item{background:#fff;border:1px solid var(--bf-border);border-radius:16px;overflow:hidden}.bf-faq-q{cursor:pointer;padding:18px 22px;font-weight:850;color:var(--bf-dark);list-style:none;position:relative}.bf-faq-q::-webkit-details-marker{display:none}.bf-faq-q:after{content:'+';position:absolute;right:20px;color:var(--bf-green);font-weight:900}.bf-faq-item[open] .bf-faq-q:after{content:'–'}.bf-faq-a{padding:0 22px 20px;color:var(--bf-muted);line-height:1.7}.bf-quote-section{background:var(--bf-dark);padding:70px 18px}.bf-quote-card{background:#fff;max-width:900px;margin:0 auto;border-radius:26px;padding:34px;box-shadow:0 20px 60px rgba(0,0,0,.16)}.bf-quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bf-quote-form textarea,.bf-submit,.bf-contact-links{grid-column:1/-1}.bf-quote-form input,.bf-quote-form select,.bf-quote-form textarea{width:100%;padding:14px;border:1px solid var(--bf-border);border-radius:12px;background:#f8fbf9}.bf-quote-form textarea{min-height:120px}.bf-submit{border:0;border-radius:999px;background:var(--bf-green);color:#fff;font-weight:900;padding:15px 22px;cursor:pointer}.bf-submit:hover{background:#0b8e5a}.bf-contact-links a{color:var(--bf-green);font-weight:800;margin-right:12px}.bf-table-wrap{max-width:1100px;margin:0 auto;overflow:auto;border:1px solid var(--bf-border);border-radius:16px}.bf-b2b-table{width:100%;border-collapse:collapse;min-width:720px}.bf-b2b-table th{background:var(--bf-dark);color:#fff;text-align:left;padding:14px 16px}.bf-b2b-table td{background:#fff;border-top:1px solid var(--bf-border);padding:14px 16px;color:var(--bf-muted)}.bf-b2b-table tbody tr:nth-child(even) td{background:#f7fbf9}.bf-table-notes{max-width:1100px;margin:14px auto 0;color:var(--bf-muted);font-size:14px}.bf-shortcode-note{background:#fff8e6;border:1px solid #f3d899;border-radius:12px;padding:12px;color:#6d4b00}
@media(max-width:1024px){.bf-hero-grid{grid-template-columns:1fr}.bf-card-grid,.bf-featured-grid,.bf-icon-grid,.bf-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bf-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bf-hero-content{text-align:center}.bf-hero-desc{margin-left:auto;margin-right:auto}.bf-btn-row{justify-content:center}}
@media(max-width:767px){.bf-widget-section,.bf-hero,.bf-quote-section{padding:48px 14px}.bf-card-grid,.bf-featured-grid,.bf-icon-grid,.bf-process-grid,.bf-trust-grid{grid-template-columns:1fr}.bf-support-grid{grid-template-columns:1fr}.bf-quote-form{grid-template-columns:1fr}.bf-quote-card{padding:22px;border-radius:20px}.bf-hero-main-img{min-height:240px}.bf-hero-main-img img{height:230px}.bf-btn-row{flex-direction:column}.bf-btn,.bf-card-btn{width:100%}.bf-table-mobile-stack .bf-b2b-table,.bf-table-mobile-stack .bf-b2b-table thead,.bf-table-mobile-stack .bf-b2b-table tbody,.bf-table-mobile-stack .bf-b2b-table th,.bf-table-mobile-stack .bf-b2b-table td,.bf-table-mobile-stack .bf-b2b-table tr{display:block}.bf-table-mobile-stack .bf-b2b-table thead{display:none}.bf-table-mobile-stack .bf-b2b-table{min-width:0}.bf-table-mobile-stack .bf-b2b-table td:before{content:attr(data-label);display:block;font-weight:900;color:var(--bf-dark);margin-bottom:4px}}
