:root { --bbl-navy: #061d42; --bbl-navy-soft: #0d3266; --bbl-cream: #fffaf1; --bbl-paper: #fffdf8; --bbl-gold: #f3bd43; --bbl-gold-deep: #b97a13; --bbl-ink: #16284a; --bbl-muted: #53617a; --bbl-line: rgba(18, 45, 83, .13); }
.bbl-home { background: var(--bbl-cream); color: var(--bbl-ink); }
.bbl-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.bbl-home h1, .bbl-home h2, .bbl-home h3 { color: var(--bbl-ink); font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.bbl-hero { overflow: hidden; padding: clamp(50px, 7vw, 92px) 0 64px; color: #fff; background: radial-gradient(circle at 15% 10%, rgba(57, 119, 196, .32), transparent 30%), linear-gradient(116deg, #031936 0%, #0a3368 56%, #09274f 100%); }
.bbl-hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(400px, 1.04fr); align-items: center; gap: clamp(30px, 5vw, 72px); }
.bbl-kicker { margin: 0 0 12px; color: #d5e5ff; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bbl-kicker--gold { color: var(--bbl-gold-deep); }
.bbl-hero h1 { max-width: 650px; margin: 0; color: #fffaf0; font-size: clamp(3rem, 5.3vw, 5.45rem); line-height: .98; }
.bbl-hero-lede { max-width: 570px; margin: 22px 0 0; color: #edf5ff; font-size: clamp(1.04rem, 1.45vw, 1.23rem); line-height: 1.65; }
.bbl-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.bbl-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-align: center; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.bbl-button:hover { transform: translateY(-2px); }
.bbl-button--gold { color: #2e2108; background: linear-gradient(135deg, #ffd36d, #e7a729); box-shadow: 0 12px 25px rgba(0, 0, 0, .2); }
.bbl-button--outline { border-color: rgba(255,255,255,.75); color: white; background: rgba(6, 27, 61, .24); }
.bbl-hero-note { margin: 17px 0 0; color: #d6e6ff; font-size: .93rem; }
.bbl-hero-art { position: relative; }
.bbl-hero-art::after { position: absolute; inset: auto 3% -8% 10%; height: 26%; border-radius: 50%; background: rgba(0,0,0,.28); filter: blur(25px); content: ""; }
.bbl-hero-art img { position: relative; z-index: 1; display: block; width: 100%; height: auto; border-radius: 28px; box-shadow: 0 30px 60px rgba(0, 0, 0, .28); }
.bbl-resource-section, .bbl-featured-section { padding: clamp(64px, 8vw, 104px) 0; }
.bbl-section-heading { max-width: 700px; margin: 0 auto 35px; text-align: center; }
.bbl-section-heading h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.6rem); line-height: 1.04; }
.bbl-section-heading > p:last-child { margin: 16px auto 0; color: var(--bbl-muted); font-size: 1.05rem; line-height: 1.62; }
.bbl-section-heading--compact { margin-bottom: 28px; }
.bbl-resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bbl-resource-card { min-height: 326px; padding: 26px; border: 1px solid var(--bbl-line); border-radius: 20px; background: var(--bbl-paper); box-shadow: 0 12px 28px rgba(31, 46, 77, .08); }
.bbl-resource-card img { width: 82px; height: 82px; object-fit: contain; }
.bbl-resource-card h3 { margin: 18px 0 9px; font-size: 1.47rem; }
.bbl-resource-card p { min-height: 86px; margin: 0; color: var(--bbl-muted); font-size: .95rem; line-height: 1.52; }
.bbl-resource-card a, .bbl-feature-card a, .bbl-text-button { color: #0c4c8b; font-weight: 800; text-decoration: none; }
.bbl-resource-card a { display: inline-block; margin-top: 15px; }
.bbl-email-section { padding: 10px 0 clamp(64px, 8vw, 104px); }
.bbl-email-panel { display: grid; grid-template-columns: .92fr 1.08fr; gap: 42px; padding: clamp(28px, 4vw, 54px); border-radius: 25px; color: #fff; background: radial-gradient(circle at 12% 20%, rgba(52, 122, 202, .35), transparent 28%), #062755; box-shadow: 0 20px 36px rgba(8, 35, 74, .23); }
.bbl-email-copy h2 { margin: 0; color: #fffaf0; font-size: clamp(2rem, 3.7vw, 3.15rem); line-height: 1.03; }
.bbl-email-copy > p:not(.bbl-kicker) { color: #e5efff; line-height: 1.6; }
.bbl-email-copy ul { display: grid; gap: 10px; padding: 0; list-style: none; color: #f6fbff; }
.bbl-email-copy li::before { margin-right: 9px; color: #ffd165; content: "✦"; }
.bbl-email-form { display: grid; gap: 10px; align-content: start; padding: 25px; border-radius: 18px; color: var(--bbl-ink); background: rgba(255,253,248,.98); }
.bbl-email-form label { font-size: .86rem; font-weight: 800; }
.bbl-email-form label span { color: #68748b; font-weight: 500; }
.bbl-email-form input, .bbl-email-form select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cdd5e0; border-radius: 9px; color: var(--bbl-ink); background: #fff; font: inherit; }
.bbl-form-row { display: grid; grid-template-columns: 1fr 110px; gap: 12px; }
.bbl-form-row > div { display: grid; gap: 8px; }
.bbl-email-submit { width: 100%; margin-top: 5px; font: inherit; cursor: pointer; }
.bbl-form-assurance { margin: 0; color: #637087; font-size: .84rem; text-align: center; }
.bbl-email-form .form-message { min-height: 1.35em; margin: 0; color: #8a281e; font-weight: 700; text-align: center; }
.bbl-email-form .form-message.is-success { color: #17633c; }
.bbl-email-form .turnstile-wrap { min-height: 0; }
.bbl-featured-section { background: linear-gradient(180deg, rgba(244, 234, 214, .55), transparent); }
.bbl-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.bbl-feature-card { overflow: hidden; border: 1px solid var(--bbl-line); border-radius: 19px; background: var(--bbl-paper); box-shadow: 0 12px 28px rgba(31, 46, 77, .08); }
.bbl-feature-card > img { display: block; width: 100%; height: 252px; object-fit: cover; }
.bbl-feature-card > div { padding: 20px 22px 23px; }
.bbl-tag { display: inline-block; margin: 0; padding: 4px 8px; border-radius: 5px; color: #fff; background: #15508c; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.bbl-tag--lavender { background: #7253a3; }.bbl-tag--sky { background: #39769b; }
.bbl-feature-card h3 { margin: 13px 0 8px; font-size: 1.5rem; line-height: 1.07; }
.bbl-feature-card p:not(.bbl-tag) { min-height: 68px; margin: 0 0 15px; color: var(--bbl-muted); line-height: 1.5; }
.bbl-center-link { margin: 27px 0 0; text-align: center; }.bbl-text-button { display: inline-flex; padding: 10px 17px; border: 1px solid #aab8ca; border-radius: 9px; }
.bbl-support-section { padding: 0 0 clamp(55px, 7vw, 90px); }
.bbl-support-panel { display: grid; grid-template-columns: minmax(220px, .62fr) 1.38fr; align-items: center; gap: clamp(26px, 5vw, 66px); padding: 27px clamp(27px, 5vw, 58px); border: 1px solid rgba(185,122,19,.2); border-radius: 23px; background: linear-gradient(135deg, #fff7e5, #fffdf8); }
.bbl-support-panel img { width: 100%; max-width: 355px; border-radius: 15px; }.bbl-support-panel h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.05rem); line-height: 1.04; }.bbl-support-panel p:not(.bbl-kicker) { color: #4d5b72; line-height: 1.58; }.bbl-support-note { font-weight: 800; }
@media (max-width: 960px) { .bbl-resource-grid { grid-template-columns: repeat(2, 1fr); }.bbl-hero-grid, .bbl-email-panel { grid-template-columns: 1fr; }.bbl-hero-art { max-width: 720px; margin-inline: auto; }.bbl-feature-grid { grid-template-columns: 1fr; }.bbl-feature-card { display: grid; grid-template-columns: .8fr 1.2fr; }.bbl-feature-card > img { height: 240px; }.bbl-feature-card p:not(.bbl-tag) { min-height: 0; }.bbl-support-panel { grid-template-columns: .7fr 1.3fr; } }
@media (max-width: 620px) { .bbl-shell { width: min(100% - 28px, 1180px); }.bbl-hero { padding-top: 44px; }.bbl-hero h1 { font-size: clamp(2.85rem, 14vw, 4.1rem); }.bbl-resource-grid { grid-template-columns: 1fr; }.bbl-resource-card { min-height: 0; }.bbl-resource-card p { min-height: 0; }.bbl-email-panel { padding: 25px 18px; gap: 24px; }.bbl-email-form { padding: 19px; }.bbl-form-row { grid-template-columns: 1fr 88px; }.bbl-feature-card { display: block; }.bbl-feature-card > img { height: 210px; }.bbl-support-panel { grid-template-columns: 1fr; padding: 23px; }.bbl-support-panel img { max-width: none; } }
