.bc-container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}.bc-pill{display:inline-block;padding:6px 16px;border-radius:100px;font-size:.8125rem;font-weight:600;background:#e6655114;color:#e66551;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-pill--green{background:#31906514;color:#319065}.bc-section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);color:#27314a;line-height:1.15;margin-top:.75rem}.bc-hero{position:relative;overflow:hidden;background:#f0f2f5}.bc-hero__bg{position:absolute;inset:0;pointer-events:none}.bc-hero__glow{position:absolute;border-radius:50%;filter:blur(140px)}.bc-hero__glow--coral{top:-100px;right:-100px;width:500px;height:500px;background:#e665510f}.bc-hero__glow--green{bottom:-100px;left:-50px;width:400px;height:400px;background:#3190650d}.bc-breadcrumb{position:relative;z-index:2;border-bottom:1px solid #e5e7eb}.bc-breadcrumb__list{display:flex;align-items:center;list-style:none;margin:0;padding:.75rem 0;font-size:.875rem;color:#8b94a6}.bc-breadcrumb__list li{display:flex;align-items:center}.bc-breadcrumb__list a{color:#8b94a6;text-decoration:none}.bc-breadcrumb__list a:hover{opacity:.7}.bc-breadcrumb__list svg{margin:0 .5rem;opacity:.4}.bc-breadcrumb__current{color:#27314a;font-weight:500}.bc-hero__inner{position:relative;z-index:2;padding:3rem 1rem 4rem}.bc-hero__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.bc-hero__grid{grid-template-columns:1fr 1fr;gap:4rem}.bc-hero__inner{padding:4rem 1rem 5rem}}.bc-hero__content{padding-top:.5rem}.bc-hero__title{font-size:clamp(2rem,4.5vw,3rem);color:#27314a;line-height:1.1;margin-top:1rem;margin-bottom:1.25rem}.bc-hero__subtitle{font-size:1.0625rem;color:#5a6579;line-height:1.7;max-width:520px;margin-bottom:2rem}.bc-hero__checklist{display:flex;flex-direction:column;gap:.75rem}.bc-check{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:#27314a;font-weight:500;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-check svg{flex-shrink:0}.bc-hero-testimonial{margin-top:2.5rem}.bc-hero-testimonial__card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.5rem;box-shadow:0 2px 12px #27314a0a}.bc-hero-testimonial__top{margin-bottom:.75rem}.bc-hero-testimonial__stars{display:inline-flex!important;flex-direction:row!important;gap:2px}.bc-hero-testimonial__stars svg{width:16px!important;height:16px!important;flex-shrink:0}.bc-hero-testimonial__card blockquote{font-size:.9375rem;color:#5a6579;line-height:1.7;font-style:italic;margin:0 0 1rem}.bc-hero-testimonial__author{display:flex;align-items:center;gap:.625rem}.bc-hero-testimonial__avatar{width:32px;height:32px;border-radius:50%;background:#e66551;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-hero-testimonial__author strong{display:block;color:#27314a;font-size:.8125rem;font-weight:600}.bc-hero-testimonial__author span{display:block;color:#8b94a6;font-size:.75rem}.bc-form-wrap{position:relative}.bc-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:2rem 1.75rem;box-shadow:0 8px 30px -8px #27314a14}@media(min-width:768px){.bc-form-card{padding:2.5rem}}.bc-form-card__header{margin-bottom:1.75rem}.bc-form-card__title{font-size:1.5rem;color:#27314a;margin:0 0 .375rem}.bc-form-card__sub{font-size:.875rem;color:#8b94a6;margin:0}.bc-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.bc-form__row{grid-template-columns:1fr}}.bc-field{margin-bottom:1rem}.bc-field label{display:block;font-size:.8125rem;font-weight:500;color:#5a6579;margin-bottom:.375rem;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-req{color:#e66551}.bc-opt{color:#8b94a6;font-weight:400}.bc-field input,.bc-field select,.bc-field textarea{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:.9375rem;color:#27314a;background:#f7f8fa;outline:none;transition:all .15s ease;font-family:var(--site-font-body, "Work Sans", system-ui, sans-serif)!important;font-weight:400!important}.bc-field input:focus,.bc-field select:focus,.bc-field textarea:focus{border-color:#e66551;background:#fff;box-shadow:0 0 0 3px #e6655114}.bc-field input::placeholder{color:#8b94a6;font-weight:300!important}.bc-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%238b94a6' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.bc-field--error input,.bc-field--error select{border-color:#e66551;background:#e6655105}.bc-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:14px 28px;background:#e66551;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important;box-shadow:0 4px 14px #e6655140;margin-top:.5rem}.bc-submit:hover{background:#d45540;transform:scale(1.01)}.bc-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.bc-submit__arrow{transition:transform .2s ease}.bc-submit:hover .bc-submit__arrow{transform:translate(3px)}.bc-form__privacy{font-size:.75rem;color:#8b94a6;text-align:center;margin-top:.75rem}.bc-form__privacy a{color:#e66551;text-decoration:underline;text-underline-offset:2px}.bc-success{text-align:center;padding:2rem 1rem}.bc-success__icon{margin-bottom:1rem}.bc-success__title{font-size:1.5rem;color:#27314a;margin-bottom:.5rem}.bc-success__text{color:#5a6579;font-size:.9375rem;line-height:1.7;max-width:400px;margin:0 auto}.bc-success__link{display:inline-flex;align-items:center;margin-top:1.5rem;color:#e66551;font-weight:600;text-decoration:none;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-benefits{background:#fff;padding:5rem 0}.bc-benefits__header{text-align:center;margin-bottom:3rem}.bc-benefits__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.bc-benefits__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.bc-benefit-card{background:#f7f8fa;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;transition:all .3s ease}.bc-benefit-card:hover{box-shadow:0 8px 30px -8px #27314a1a;transform:translateY(-2px)}.bc-benefit-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.bc-benefit-card__title{font-size:1.25rem;color:#27314a;margin-bottom:1rem}.bc-benefit-card__list{list-style:none;padding:0;margin:0}.bc-benefit-card__list li{position:relative;padding-left:1.25rem;margin-bottom:.75rem;font-size:.9375rem;color:#5a6579;line-height:1.6}.bc-benefit-card__list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:#e66551}.bc-benefit-card__list strong{color:#27314a;font-weight:600}.bc-eng{position:relative;background:#f7f8fa;padding:5rem 0;overflow:hidden}.bc-eng__texture{position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(39,49,74,.015) 40px,rgba(39,49,74,.015) 41px)}.bc-eng__inner{position:relative;z-index:1;text-align:center}.bc-eng__copy{font-size:1.0625rem;color:#5a6579;line-height:1.7;margin-top:1rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.bc-eng__pillars{display:flex!important;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}@media(min-width:768px){.bc-eng__pillars{flex-direction:row!important;gap:2.5rem;justify-content:center}}.bc-eng__pillar{display:flex;align-items:flex-start;gap:.75rem}.bc-eng__pillar-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.bc-eng__pillar strong{color:#27314a;font-size:.9375rem;font-weight:600;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-eng__pillar span{color:#5a6579;font-size:.8125rem;line-height:1.5}.bc-trust{background:#fff;padding:4rem 0;border-top:1px solid #e5e7eb}.bc-trust__label{text-align:center;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:#8b94a6;font-weight:600;margin-bottom:1.5rem;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-trust__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem}.bc-trust__logo img{max-height:40px;width:auto;filter:grayscale(1) opacity(.5);transition:all .3s ease}.bc-trust__logo img:hover{filter:grayscale(0) opacity(1)}.bc-testimonial{max-width:640px;margin:0 auto;text-align:center;position:relative}.bc-testimonial__quote{font-size:4rem;color:#e66551;opacity:.15;line-height:1;margin-bottom:-1rem;font-family:Georgia,serif!important}.bc-testimonial blockquote{font-size:1.125rem;color:#27314a;line-height:1.7;font-style:italic;margin:0 0 1.5rem}.bc-testimonial__author{display:flex;align-items:center;justify-content:center;gap:.75rem}.bc-testimonial__avatar{width:40px;height:40px;border-radius:50%;background:#e66551;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-testimonial__author strong{display:block;color:#27314a;font-size:.875rem;font-weight:600}.bc-testimonial__author span{display:block;color:#8b94a6;font-size:.8125rem}.bc-faqs{background:#f7f8fa;padding:5rem 0}.bc-faqs__header{text-align:center;margin-bottom:2.5rem}.bc-faqs__grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.bc-faq{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;transition:box-shadow .2s ease}.bc-faq[open]{box-shadow:0 4px 12px #27314a0f}.bc-faq summary{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.5rem;font-size:.9375rem;font-weight:600;color:#27314a;cursor:pointer;list-style:none;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-faq summary::-webkit-details-marker{display:none}.bc-faq summary:after{content:"+";font-size:1.25rem;color:#8b94a6;flex-shrink:0;margin-left:1rem;transition:transform .2s ease}.bc-faq[open] summary:after{content:"−";color:#e66551}.bc-faq p{padding:0 1.5rem 1.25rem;color:#5a6579;font-size:.9375rem;line-height:1.7;margin:0}.bc-bottom-cta{position:relative;background:#27314a;padding:5rem 0;overflow:hidden}.bc-bottom-cta__grid{position:absolute;inset:0;opacity:.06;background-image:linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px);background-size:50px 50px}.bc-bottom-cta__inner{position:relative;z-index:1;text-align:center}.bc-bottom-cta__title{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-bottom:.75rem}.bc-bottom-cta__copy{color:#ffffffb3;font-size:1.125rem;margin-bottom:2rem}.bc-bottom-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.bc-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:14px 28px;background:#e66551;color:#fff;font-size:1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 20px #e665514d;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-btn-primary:hover{background:#d45540;transform:scale(1.02)}.bc-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:14px 28px;border:2px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .2s ease;font-family:var(--site-font-heading, "DM Sans", system-ui, sans-serif)!important}.bc-btn-secondary:hover{background:#ffffff1a}
