
:root{
  --bfc-blue:#1f5eff;
  --bfc-blue-dark:#123a8f;
  --bfc-sky:#eef5ff;
  --bfc-text:#183153;
  --bfc-soft:#f8fbff;
  --bfc-border:rgba(18,58,143,.10);
  --bfc-shadow:0 18px 45px rgba(19,58,143,.10);
}
html{scroll-behavior:smooth}
body{color:var(--bfc-text)}
a{word-break:break-word}
.navbar,.footer,.hero-forms__forms,.contact-form,.bfc-card,.bfc-panel,.bfc-grid-card{border-color:var(--bfc-border)}
.hero-forms__forms,.contact-form,.bfc-card,.bfc-panel,.bfc-grid-card{box-shadow:var(--bfc-shadow);border-radius:24px;background:#fff}
.btn,.hero-forms__forms button,.contact-form input[type="submit"]{border-radius:999px}
.navbar__sign{display:flex;align-items:center;justify-content:flex-end}
.navbar__sign .btn{white-space:nowrap}
.footer{background:linear-gradient(180deg,#f9fbff 0%,#edf5ff 100%)}
.footer .links-item__url,.footer .copyright-link{color:var(--bfc-text)}
.footer .links-item__url:hover,.footer .copyright-link:hover{color:var(--bfc-blue)}
.navbar__links__link{text-transform:capitalize}
.navbar__links__link.is-active{color:var(--bfc-blue-dark);font-weight:700}
.navbar__links__link:hover{color:var(--bfc-blue-dark)}
.hero__title,.contact-content__title,.bfc-page-hero h1{letter-spacing:-.02em}
.bfc-page-hero{padding:140px 0 70px;background:linear-gradient(180deg,#f7fbff 0%,#eef5ff 100%)}
.bfc-page-hero__eyebrow{display:inline-block;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid var(--bfc-border);font-size:13px;font-weight:700;color:var(--bfc-blue-dark);margin-bottom:18px}
.bfc-page-hero h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;margin:0 0 16px;color:#0f2547}
.bfc-page-hero p{max-width:760px;font-size:1.05rem;line-height:1.7;color:#345}
.bfc-page-hero__actions{margin-top:24px}
.bfc-section{padding:24px 0 80px}
.bfc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.bfc-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.bfc-grid-card,.bfc-card,.bfc-panel{padding:26px}
.bfc-grid-card h3,.bfc-card h3,.bfc-panel h2{margin:0 0 12px;color:#0f2547}
.bfc-grid-card p,.bfc-card p,.bfc-panel p{margin:0;color:#4a5f78;line-height:1.7}
.bfc-list{padding-left:18px;color:#4a5f78;line-height:1.8}
.bfc-checklist{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:14px}
.bfc-checklist li{position:relative;padding-left:20px;color:#4a5f78;line-height:1.7}
.bfc-checklist li::before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:999px;background:var(--bfc-blue)}
.bfc-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.bfc-point{padding:26px;border:1px solid var(--bfc-border);border-radius:24px;background:#fff;box-shadow:var(--bfc-shadow)}
.bfc-point h3{margin:0 0 12px;color:#0f2547}
.bfc-point p{margin:0;color:#4a5f78;line-height:1.75}
.bfc-cta-band{margin-top:26px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#1f5eff 0%,#4c8bff 100%);color:#fff;box-shadow:var(--bfc-shadow)}
.bfc-cta-band h2,.bfc-cta-band p,.bfc-cta-band a{color:#fff}
.bfc-button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}
.bfc-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:var(--bfc-blue);color:#fff;text-decoration:none;font-weight:700;border:1px solid rgba(255,255,255,.15)}
.bfc-button--ghost{background:#fff;color:var(--bfc-blue-dark);border:1px solid rgba(18,58,143,.12)}
.bfc-mini{font-size:.92rem;color:#60738a}
.bfc-faq details{padding:18px 20px;border:1px solid var(--bfc-border);border-radius:18px;background:#fff;box-shadow:var(--bfc-shadow)}
.bfc-faq{display:grid;gap:14px}
.bfc-faq summary{cursor:pointer;font-weight:700;color:#0f2547}
.bfc-faq p{margin:12px 0 0;color:#4a5f78;line-height:1.75}
.bfc-contact-list{display:grid;gap:14px;margin-top:18px}
.bfc-contact-list a{color:var(--bfc-blue-dark);font-weight:700;text-decoration:none}

.bfc-form-status{max-width:1180px;margin:18px auto 0;padding:14px 18px;border-radius:16px;border:1px solid var(--bfc-border);background:#fff;box-shadow:var(--bfc-shadow);color:#183153}
.bfc-form-status a{font-weight:700;color:var(--bfc-blue-dark)}
.bfc-form-status--success{border-color:rgba(22,163,74,.20);background:#f0fdf4}
.bfc-form-status--mail-failed,.bfc-form-status--missing-contact,.bfc-form-status--invalid{border-color:rgba(245,158,11,.25);background:#fffaf0}
.bfc-section--soft{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}
.bfc-section-intro{max-width:820px;margin:0 0 28px}
.bfc-section-intro h2{margin:0 0 12px;color:#0f2547}
.bfc-section-intro p{margin:0;color:#4a5f78;line-height:1.75}
.bfc-grid-card a{color:#0f2547;text-decoration:none}
.bfc-grid-card a:hover{color:var(--bfc-blue)}
@media (max-width: 1199px){.navbar__sign{display:none}}
@media (max-width: 991px){.bfc-grid,.bfc-grid--2,.bfc-points{grid-template-columns:1fr}}
