:root {
  --bd-ink: #102034;
  --bd-ink-soft: #29435f;
  --bd-paper: #f7f9fc;
  --bd-line: #dce5ef;
  --bd-accent: #ffb547;
  --bd-accent-strong: #f49a18;
  --bd-blue: #3269d3;
  --bd-teal: #26b7a6;
  --bd-shadow: 0 22px 60px rgba(16, 32, 52, .12);
}

* { box-sizing: border-box; }
body.bd411-body { background: var(--bd-paper); color: var(--bd-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
.bd411-header { background: rgba(247,249,252,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,229,239,.85); }
.bd411-brand { display: inline-flex; align-items: center; gap: .1rem; font-size: 1.14rem; font-weight: 650; letter-spacing: -.04em; color: var(--bd-ink); }
.bd411-brand strong { color: var(--bd-blue); }
.bd411-brand__mark { display: grid; place-items: center; width: 28px; height: 28px; margin-right: .32rem; color: #fff; background: linear-gradient(135deg, var(--bd-blue), var(--bd-teal)); border-radius: 9px; font-size: .95rem; font-weight: 800; letter-spacing: -.08em; }
.nav-link { color: var(--bd-ink-soft); font-weight: 600; font-size: .93rem; }
.nav-link:hover { color: var(--bd-blue); }
.bd411-language a { font-size: .8rem; font-weight: 800; letter-spacing: .07em; color: var(--bd-blue); }
.bd411-btn { border-radius: 12px; padding: .7rem 1rem; font-size: .88rem; font-weight: 750; border-width: 1px; }
.bd411-btn--dark { color: #fff; background: var(--bd-ink); border-color: var(--bd-ink); }
.bd411-btn--dark:hover { color: #fff; background: #1a3351; border-color: #1a3351; }
.bd411-btn--accent { color: var(--bd-ink); background: var(--bd-accent); border-color: var(--bd-accent); min-height: 48px; }
.bd411-btn--accent:hover { background: var(--bd-accent-strong); border-color: var(--bd-accent-strong); }
.bd411-btn--outline { border-color: var(--bd-line); color: var(--bd-ink); background: #fff; }
.bd411-btn--outline:hover { border-color: var(--bd-blue); color: var(--bd-blue); }
.bd411-hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 9vw, 8rem) 0 5rem; background: radial-gradient(circle at 85% 25%, rgba(38,183,166,.19), transparent 27rem), radial-gradient(circle at 20% 7%, rgba(50,105,211,.13), transparent 25rem), #f7f9fc; }
.bd411-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(50,105,211,.35), transparent); }
.bd411-kicker, .bd411-eyebrow { color: var(--bd-blue); font-size: .74rem; letter-spacing: .12em; font-weight: 800; text-transform: uppercase; }
.bd411-kicker { display: flex; align-items: center; gap: .55rem; margin-bottom: 1rem; }
.bd411-kicker span { display: inline-block; width: 22px; height: 2px; background: var(--bd-accent); }
.bd411-hero h1 { max-width: 660px; margin: 0; font-size: clamp(2.65rem, 5.5vw, 5.25rem); line-height: .96; letter-spacing: -.07em; font-weight: 800; }
.bd411-hero__subtitle { max-width: 630px; margin: 1.5rem 0 2rem; color: var(--bd-ink-soft); font-size: 1.08rem; line-height: 1.7; }
.bd411-search-panel { max-width: 760px; padding: .55rem; background: #fff; box-shadow: var(--bd-shadow); border: 1px solid #eef2f7; border-radius: 17px; }
.bd411-search-panel .form-control { min-height: 48px; border: 0; border-radius: 11px; background: #f6f8fb; font-size: .88rem; box-shadow: none; }
.bd411-search-panel .form-control:focus { background: #fff; outline: 2px solid rgba(50,105,211,.24); }
.bd411-trust-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; color: var(--bd-ink-soft); font-size: .78rem; font-weight: 700; }
.bd411-trust-row i { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: .3rem; background: #e1f7f3; color: #138d7d; border-radius: 50%; font-style: normal; font-size: .65rem; }
.bd411-profile-preview { overflow: hidden; border: 1px solid rgba(220,229,239,.9); background: #fff; border-radius: 24px; box-shadow: 0 28px 70px rgba(33,62,103,.18); transform: rotate(2deg); }
.bd411-profile-preview__cover { height: 118px; background: linear-gradient(125deg, #204997, #26b7a6 68%, #a8f1e7); }
.bd411-profile-preview__body { position: relative; padding: 1.4rem 1.45rem 1.6rem; }
.bd411-profile-preview__logo { position: absolute; top: -33px; left: 1.45rem; display: grid; place-items: center; width: 66px; height: 66px; border: 4px solid #fff; border-radius: 18px; background: #122b49; color: #fff; font-size: 1.45rem; font-weight: 800; }
.bd411-profile-preview__body .bd411-badge { display: inline-flex; margin-left: 5rem; margin-bottom: 1rem; padding: .34rem .55rem; border-radius: 999px; background: #e9f8f5; color: #13796e; font-size: .67rem; font-weight: 800; }
.bd411-profile-preview h2 { margin: 0; font-size: 1.28rem; font-weight: 800; letter-spacing: -.04em; }
.bd411-profile-preview p { margin: .4rem 0 1.2rem; color: #64809d; font-size: .82rem; font-weight: 650; }
.bd411-profile-preview__lines { display: grid; gap: .45rem; }
.bd411-profile-preview__lines span { display: block; width: 100%; height: 7px; border-radius: 999px; background: #edf2f7; }
.bd411-profile-preview__lines span:nth-child(2) { width: 84%; }.bd411-profile-preview__lines span:nth-child(3) { width: 64%; }
.bd411-mini-button { display: block; width: 98px; height: 31px; border-radius: 9px; background: var(--bd-accent); }.bd411-mini-button--light { width: 70px; background: #e9eef6; }
.bd411-section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
.bd411-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.bd411-section-heading h2, .bd411-claim-panel h2 { margin: 0; max-width: 580px; font-size: clamp(1.9rem, 3.5vw, 3rem); line-height: 1; letter-spacing: -.055em; font-weight: 800; }
.bd411-section-heading > p { max-width: 420px; margin: 0; color: #617895; line-height: 1.65; }
.bd411-category-card { display: flex; align-items: center; gap: .9rem; min-height: 96px; padding: 1.2rem 1.35rem; border: 1px solid var(--bd-line); background: #fff; border-radius: 17px; box-shadow: 0 10px 26px rgba(16,32,52,.035); font-weight: 760; transition: .2s ease; }
.bd411-category-card:hover { transform: translateY(-4px); border-color: #9ab8ec; box-shadow: 0 18px 36px rgba(16,32,52,.1); }
.bd411-category-card__icon { display: grid; place-items: center; width: 43px; height: 43px; color: var(--bd-blue); background: #eaf0fc; border-radius: 13px; font-size: 1.2rem; }.bd411-category-card i { margin-left: auto; color: #7890aa; font-style: normal; }
.bd411-why { background: var(--bd-ink); color: #fff; }.bd411-section-heading--light h2 { color: #fff; }.bd411-section-heading--light .bd411-eyebrow { color: #7edbd0; }
.bd411-why-card { height: 100%; padding: 1.55rem; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); border-radius: 18px; }.bd411-why-card > span { color: var(--bd-accent); font-size: .8rem; font-weight: 800; letter-spacing: .1em; }.bd411-why-card h3 { margin: 1.5rem 0 .8rem; font-size: 1.2rem; font-weight: 800; }.bd411-why-card p { margin: 0; color: #c0cddd; font-size: .93rem; line-height: 1.65; }
.bd411-claim-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.75rem, 4vw, 3.2rem); border: 1px solid #dce5ef; border-radius: 24px; background: linear-gradient(120deg, #fff, #eff7ff); }.bd411-claim-panel p:not(.bd411-eyebrow) { max-width: 660px; margin: 1rem 0 0; color: #607692; line-height: 1.65; }.bd411-claim-panel .btn { white-space: nowrap; }
.bd411-footer { background: #0c1b2e; color: #dce7f4; }.bd411-footer a { color: #fff; font-size: .87rem; font-weight: 700; }.bd411-footer a:hover { color: var(--bd-accent); }
.bd411-alert { border: 1px solid #cfe0fb; background: #edf5ff; color: #244f88; }
.bd411-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.bd411-slider-check { margin-top: 1rem; padding: .8rem 1rem; border: 1px solid var(--bd-line); background: #f7faff; border-radius: 12px; }.bd411-slider-check__label { font-size: .78rem; font-weight: 800; color: var(--bd-ink-soft); }.bd411-slider-check input[type=range] { width: 100%; accent-color: var(--bd-blue); }.bd411-slider-check__state { font-size: .75rem; font-weight: 700; color: #74869b; }.bd411-slider-check.is-verified { border-color: #9fe3d7; background: #effbf8; }.bd411-slider-check.is-verified .bd411-slider-check__state { color: #177968; }
@media (max-width: 991.98px) { .bd411-profile-preview { max-width: 480px; margin: 0 auto; transform: none; }.bd411-section-heading, .bd411-claim-panel { align-items: flex-start; flex-direction: column; }.bd411-claim-panel .btn { width: 100%; }.navbar-nav { padding-top: 1rem; }.navbar-nav .btn { margin-top: .5rem; }.bd411-language { margin-top: .75rem; } }
@media (max-width: 575.98px) { .bd411-hero { padding-top: 3.3rem; }.bd411-hero h1 { font-size: 2.6rem; }.bd411-search-panel { padding: .45rem; }.bd411-section { padding-top: 3.75rem; padding-bottom: 3.75rem; }.bd411-trust-row { gap: .65rem; } }

/* Package 02 — public directory, discovery and profile UI */
.bd411-surface { background: #eef4fa; border-top: 1px solid #e1eaf4; border-bottom: 1px solid #e1eaf4; }
.bd411-empty-strip { padding: 1.25rem 1.4rem; border: 1px dashed #b9c9da; border-radius: 16px; color: #607692; background: rgba(255,255,255,.65); font-weight: 650; }
.bd411-profile-preview__halo { position: absolute; inset: -10rem -4rem auto auto; width: 18rem; height: 18rem; border-radius: 50%; background: rgba(255,255,255,.18); filter: blur(2px); }.bd411-profile-preview__cover { position: relative; overflow: hidden; }
.bd411-city-card { position: relative; display: flex; flex-direction: column; min-height: 170px; padding: 1.35rem; overflow: hidden; border: 1px solid #d9e5f2; border-radius: 18px; background: #fff; transition: .2s ease; }.bd411-city-card:before { content: ''; position: absolute; right: -34px; bottom: -62px; width: 160px; height: 160px; border-radius: 50%; background: linear-gradient(135deg, rgba(50,105,211,.16), rgba(38,183,166,.22)); }.bd411-city-card:hover { transform: translateY(-4px); border-color: #9dbce8; box-shadow: 0 18px 38px rgba(16,32,52,.10); }.bd411-city-card__location { position: relative; color: #647e9a; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.bd411-city-card strong { position: relative; margin-top: .55rem; font-size: 1.42rem; letter-spacing: -.04em; }.bd411-city-card__count { position: relative; margin-top: auto; color: var(--bd-ink-soft); font-size: .82rem; font-weight: 700; }.bd411-city-card i { position: absolute; top: 1.25rem; right: 1.3rem; color: var(--bd-blue); font-size: 1.2rem; font-style: normal; }
.bd411-launch-card { display: flex; gap: 2rem; align-items: center; justify-content: space-between; padding: clamp(1.8rem,4vw,3rem); border: 1px solid #ccdcef; border-radius: 24px; background: linear-gradient(132deg, #eff5ff, #fff 48%, #f2fbfa); }.bd411-launch-card h3 { margin: .45rem 0 .65rem; font-weight: 800; font-size: clamp(1.45rem,2.5vw,2rem); letter-spacing: -.045em; }.bd411-launch-card p:not(.bd411-eyebrow) { max-width: 680px; margin: 0; color: #5d7690; line-height: 1.65; }
.bd411-directory-hero { padding: 4.7rem 0 6rem; background: radial-gradient(circle at 12% 10%, rgba(38,183,166,.16), transparent 24rem), radial-gradient(circle at 85% 35%, rgba(50,105,211,.15), transparent 30rem), var(--bd-ink); color: #fff; }.bd411-directory-hero h1 { max-width: 760px; margin: .65rem 0 1rem; color: #fff; font-size: clamp(2.4rem,5vw,4.5rem); line-height: .98; letter-spacing: -.065em; font-weight: 820; }.bd411-directory-hero p:not(.bd411-eyebrow) { max-width: 620px; margin: 0; color: #c6d4e5; font-size: 1.06rem; line-height: 1.65; }.bd411-directory-hero .bd411-eyebrow { color: #8fe7dd; }
.bd411-directory-layout { position: relative; margin-top: -2.75rem; padding-bottom: 4.5rem; }.bd411-filter-panel { padding: 1.2rem; border: 1px solid #dbe6f2; border-radius: 18px; background: #fff; box-shadow: 0 18px 42px rgba(16,32,52,.12); }.bd411-filter-panel label:not(.bd411-check) { display: block; margin-bottom: .42rem; color: #4e667f; font-size: .76rem; font-weight: 800; letter-spacing: .02em; }.bd411-filter-panel .form-control, .bd411-filter-panel .form-select { min-height: 48px; border-color: #dbe5ef; border-radius: 11px; background-color: #fbfcfe; box-shadow: none; font-size: .88rem; }.bd411-filter-panel .form-control:focus, .bd411-filter-panel .form-select:focus { border-color: #86a9e8; box-shadow: 0 0 0 .2rem rgba(50,105,211,.12); }.bd411-check { display: inline-flex; gap: .55rem; align-items: center; color: #4d667f; font-size: .84rem; font-weight: 700; cursor: pointer; }.bd411-check input { width: 17px; height: 17px; accent-color: var(--bd-blue); }.bd411-sort { display: inline-flex; gap: .55rem; align-items: center; color: #526a83; font-size: .8rem; font-weight: 800; }.bd411-sort select { border: 0; background: transparent; color: var(--bd-ink); font-weight: 800; outline: 0; }.bd411-filter-clear { color: var(--bd-blue); font-size: .82rem; font-weight: 800; }.bd411-results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 2.1rem 0 1.25rem; color: #657d96; font-size: .86rem; }.bd411-results-toolbar strong { color: var(--bd-ink); font-size: .94rem; }.bd411-results-toolbar a { color: var(--bd-blue); font-weight: 800; }
.bd411-directory-card { overflow: hidden; border: 1px solid #dce6f0; border-radius: 19px; background: #fff; box-shadow: 0 11px 28px rgba(16,32,52,.055); transition: .22s ease; }.bd411-directory-card:hover { transform: translateY(-5px); box-shadow: 0 23px 42px rgba(16,32,52,.12); border-color: #aac3e7; }.bd411-directory-card__cover { position: relative; display: block; height: 123px; overflow: hidden; background: linear-gradient(125deg, #193d81, #2d73cb 58%, #35bbac); }.bd411-directory-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.bd411-directory-card:hover .bd411-directory-card__cover img { transform: scale(1.05); }.bd411-directory-card__cover-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,20,40,.20), transparent 75%); }.bd411-directory-card__flags { position: absolute; top: .75rem; left: .75rem; display: flex; flex-wrap: wrap; gap: .35rem; }.bd411-flag { display: inline-flex; align-items: center; padding: .29rem .52rem; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; color: #fff; background: rgba(12,27,46,.58); backdrop-filter: blur(8px); font-size: .65rem; font-weight: 800; }.bd411-flag--accent { color: #382606; background: rgba(255,204,105,.94); border-color: rgba(255,204,105,.6); }.bd411-directory-card__body { padding: 0 1.1rem 1.1rem; }.bd411-directory-card__identity { display: flex; align-items: end; justify-content: space-between; min-height: 54px; }.bd411-directory-card__logo { display: grid; place-items: center; width: 55px; height: 55px; margin-top: -26px; overflow: hidden; border: 3px solid #fff; border-radius: 15px; background: #112c4c; color: #fff; box-shadow: 0 8px 16px rgba(16,32,52,.18); font-weight: 800; font-size: 1.25rem; }.bd411-directory-card__logo img { width: 100%; height: 100%; object-fit: cover; }.bd411-directory-card__rating { display: flex; flex-direction: column; align-items: end; padding-bottom: .25rem; color: #75899e; font-size: .66rem; font-weight: 700; }.bd411-directory-card__rating strong { color: #c57a08; font-size: .76rem; }.bd411-directory-card__meta { display: flex; flex-wrap: wrap; gap: .35rem; color: #71869d; font-size: .7rem; font-weight: 750; }.bd411-directory-card__meta a { color: var(--bd-blue); }.bd411-directory-card h3 { margin: .65rem 0 .5rem; font-size: 1.08rem; letter-spacing: -.035em; font-weight: 820; }.bd411-directory-card h3 a:hover { color: var(--bd-blue); }.bd411-directory-card__tagline { display: -webkit-box; overflow: hidden; min-height: 2.6rem; margin: 0; color: #617a94; font-size: .81rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.bd411-directory-card__bottom { display: flex; justify-content: space-between; align-items: center; gap: .6rem; margin-top: 1rem; padding-top: .85rem; border-top: 1px solid #edf1f6; }.bd411-trust-label { overflow: hidden; max-width: 48%; color: #7d90a4; font-size: .67rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }.bd411-trust-label.is-verified { color: #177f70; }.bd411-text-link { color: var(--bd-blue); font-size: .74rem; font-weight: 800; }.bd411-text-link span { font-size: 1.05rem; vertical-align: -1px; }
.bd411-no-results { margin: 1.5rem 0; padding: 3.2rem 1.5rem; border: 1px dashed #b9c9da; border-radius: 20px; background: #fff; text-align: center; }.bd411-no-results > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 1rem; border-radius: 15px; background: #eaf0fc; color: var(--bd-blue); font-size: 1.5rem; }.bd411-no-results h2 { margin: 0; font-size: 1.35rem; font-weight: 800; }.bd411-no-results p { max-width: 520px; margin: .7rem auto 1.25rem; color: #687f96; }.bd411-pagination { display: flex; justify-content: center; gap: 1rem; align-items: center; margin: 2.5rem 0 0; }.bd411-pagination a, .bd411-pagination span { padding: .7rem .9rem; border-radius: 10px; font-size: .82rem; font-weight: 800; }.bd411-pagination a { border: 1px solid #d6e2ee; color: var(--bd-blue); background: #fff; }.bd411-pagination span { color: #6b8299; }
.bd411-context-hero { padding: 3rem 0 4.5rem; background: linear-gradient(125deg, #eaf2ff, #fbfdff 60%, #ebfaf7); }.bd411-context-hero--city { background: linear-gradient(125deg, #eaf3fb, #f8fbff 58%, #f4fdfb); }.bd411-breadcrumb { display: inline-flex; margin-bottom: 1.8rem; color: var(--bd-blue); font-size: .81rem; font-weight: 800; }.bd411-breadcrumb--light { color: #d9eafe; }.bd411-context-hero__grid { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: start; }.bd411-context-hero__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: var(--bd-blue); background: #fff; box-shadow: 0 12px 24px rgba(33,62,103,.1); font-size: 1.5rem; }.bd411-context-hero h1 { margin: .35rem 0 .7rem; font-size: clamp(2.1rem,4.5vw,4rem); letter-spacing: -.065em; line-height: .98; font-weight: 830; }.bd411-context-hero p:not(.bd411-eyebrow) { max-width: 680px; margin: 0; color: #5e7792; line-height: 1.65; }.bd411-context-results { padding-top: 1rem; padding-bottom: 4.25rem; }
.bd411-profile-hero { position: relative; overflow: hidden; min-height: 355px; background: radial-gradient(circle at 74% 5%, rgba(38,183,166,.38), transparent 27rem), linear-gradient(125deg, #11294a, #244d99); color: #fff; }.bd411-profile-hero__cover { position: absolute; inset: 0; background: linear-gradient(92deg, rgba(8,22,43,.82), rgba(11,41,80,.53) 55%, rgba(8,22,43,.32)), var(--cover-image); background-position: center; background-size: cover; }.bd411-profile-hero__container { position: relative; padding-top: 2rem; padding-bottom: 3.25rem; }.bd411-profile-heading { display: grid; grid-template-columns: 108px minmax(0,1fr) auto; gap: 1.4rem; align-items: end; }.bd411-profile-heading__logo { display: grid; place-items: center; width: 108px; height: 108px; overflow: hidden; border: 4px solid rgba(255,255,255,.85); border-radius: 25px; background: #fff; color: var(--bd-ink); box-shadow: 0 16px 35px rgba(4,18,37,.35); font-size: 2.6rem; font-weight: 830; }.bd411-profile-heading__logo img { width: 100%; height: 100%; object-fit: cover; }.bd411-profile-heading__meta { display: flex; flex-wrap: wrap; gap: .75rem; color: #b5d9f8; font-size: .76rem; font-weight: 800; }.bd411-profile-heading__meta a { color: #ace9e0; }.bd411-profile-heading h1 { margin: .5rem 0 .6rem; font-size: clamp(2rem,4.2vw,4rem); line-height: .98; letter-spacing: -.065em; font-weight: 850; }.bd411-profile-heading__copy > p { margin: 0; color: #d9e9f7; font-size: 1.02rem; }.bd411-profile-heading__location { margin-top: 1rem; color: #d4e4f3; font-size: .84rem; font-weight: 700; }.bd411-profile-heading__rating { display: flex; min-width: 85px; flex-direction: column; align-items: end; padding-bottom: .35rem; color: #cee3f5; font-size: .72rem; font-weight: 700; }.bd411-profile-heading__rating strong { color: #ffd068; font-size: 1.2rem; }.bd411-profile-actions-wrap { position: relative; z-index: 2; margin-top: -29px; }.bd411-profile-actions { display: flex; flex-wrap: wrap; gap: .6rem; padding: .75rem; border: 1px solid #d5e1ed; border-radius: 16px; background: #fff; box-shadow: 0 14px 33px rgba(16,32,52,.14); }.bd411-profile-actions .btn { flex: 0 0 auto; }
.bd411-profile-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: clamp(2rem,5vw,5rem); padding-top: 3.4rem; padding-bottom: 4rem; }.bd411-profile-section { padding-bottom: 3rem; margin-bottom: 3rem; border-bottom: 1px solid #dde6ef; }.bd411-profile-section__heading h2, .bd411-profile-info-card h2 { margin: .35rem 0 1.25rem; color: var(--bd-ink); font-size: clamp(1.45rem,2.6vw,2.15rem); letter-spacing: -.05em; font-weight: 830; }.bd411-language-note { display: inline-flex; margin: 0 0 1rem; padding: .45rem .65rem; border-radius: 9px; color: #54708c; background: #eef4fa; font-size: .78rem; font-weight: 700; }.bd411-rich-copy { color: #4e6882; font-size: 1rem; line-height: 1.8; }.bd411-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; }.bd411-service-grid article { padding: 1.15rem; border: 1px solid #dce6f0; border-radius: 16px; background: #fbfdff; }.bd411-service-grid article > span { color: var(--bd-teal); font-weight: 900; }.bd411-service-grid h3 { margin: .8rem 0 .35rem; font-size: 1rem; font-weight: 800; }.bd411-service-grid p { margin: 0; color: #657d95; font-size: .84rem; line-height: 1.55; }.bd411-gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .7rem; }.bd411-gallery-grid figure { position: relative; min-height: 154px; overflow: hidden; margin: 0; border-radius: 14px; background: #dde7f1; }.bd411-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }.bd411-gallery-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: .65rem; color: #fff; background: linear-gradient(transparent,rgba(5,15,30,.75)); font-size: .72rem; font-weight: 700; }.bd411-review-stack { display: grid; gap: .9rem; }.bd411-review { padding: 1.25rem; border: 1px solid #dce6f0; border-radius: 16px; background: #fff; }.bd411-review > div { display: flex; justify-content: space-between; gap: 1rem; color: #54708b; font-size: .78rem; }.bd411-review > div strong { color: var(--bd-ink); font-size: .88rem; }.bd411-review h3 { margin: .75rem 0 .35rem; font-size: .98rem; font-weight: 800; }.bd411-review p { margin: 0; color: #607993; font-size: .88rem; line-height: 1.65; }.bd411-review aside { margin-top: 1rem; padding: .85rem 1rem; border-left: 3px solid var(--bd-teal); border-radius: 0 8px 8px 0; background: #edf9f7; }.bd411-review aside strong { color: #167d70; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }.bd411-review aside p { margin-top: .35rem; }.bd411-profile-aside { display: grid; align-content: start; gap: .85rem; }.bd411-profile-info-card { padding: 1.3rem; border: 1px solid #dce6f0; border-radius: 17px; background: #fff; box-shadow: 0 9px 20px rgba(16,32,52,.04); }.bd411-profile-info-card h2 { font-size: 1.16rem; }.bd411-profile-info-card > p:not(.bd411-eyebrow) { color: #5e7790; font-size: .88rem; line-height: 1.65; }.bd411-profile-info-card > a { display: block; margin-top: .7rem; overflow-wrap: anywhere; color: var(--bd-blue); font-size: .84rem; font-weight: 750; }.bd411-info-stat { display: flex; justify-content: space-between; gap: 1rem; padding-top: .8rem; margin-top: .8rem; border-top: 1px solid #edf1f6; }.bd411-info-stat span { color: #73899f; font-size: .76rem; font-weight: 700; }.bd411-info-stat strong { font-size: .82rem; }.bd411-clean-list, .bd411-hours-list { padding: 0; margin: 0; list-style: none; }.bd411-clean-list li { padding: .53rem 0; border-bottom: 1px solid #edf1f6; color: #58718a; font-size: .84rem; }.bd411-clean-list li:last-child { border: 0; }.bd411-hours-list li { display: flex; justify-content: space-between; gap: .65rem; padding: .43rem 0; color: #71869c; font-size: .74rem; }.bd411-hours-list strong { color: #405b76; font-size: .74rem; white-space: nowrap; }.bd411-profile-sponsored { padding: 1.3rem; border: 1px solid #d7e4ee; border-radius: 17px; background: linear-gradient(145deg,#eef4fb,#fff); }.bd411-profile-sponsored span { color: #75899e; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.bd411-profile-sponsored strong { display: block; margin-top: .6rem; color: var(--bd-ink); font-size: 1.05rem; }.bd411-profile-sponsored p { margin: .35rem 0 0; color: #5d7690; font-size: .79rem; line-height: 1.55; }.bd411-badge-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.45rem; }.bd411-custom-badge { display: inline-flex; align-items: center; padding: .42rem .65rem; border: 1px solid color-mix(in srgb, var(--badge-color, #3269d3) 23%, white); border-radius: 999px; color: var(--badge-color, #3269d3); background: color-mix(in srgb, var(--badge-color, #3269d3) 10%, white); font-size: .71rem; font-weight: 800; }.bd411-custom-badge--verified { --badge-color:#13796e; }
@media (max-width: 991.98px) { .bd411-launch-card { align-items: flex-start; flex-direction: column; }.bd411-profile-layout { grid-template-columns: 1fr; }.bd411-profile-aside { grid-template-columns: repeat(2,minmax(0,1fr)); }.bd411-profile-sponsored { grid-column: span 2; }.bd411-profile-heading { grid-template-columns: 88px minmax(0,1fr); }.bd411-profile-heading__logo { width: 88px; height: 88px; }.bd411-profile-heading__rating { grid-column: 2; align-items: start; }.bd411-directory-layout { margin-top: -2rem; } }
@media (max-width: 575.98px) { .bd411-city-card { min-height: 145px; }.bd411-directory-hero { padding-top: 3.4rem; padding-bottom: 4.6rem; }.bd411-directory-layout { margin-top: -1.7rem; }.bd411-filter-panel { padding: 1rem; }.bd411-filter-panel .bd411-btn { min-height: 48px; }.bd411-filter-clear { width: 100%; }.bd411-profile-hero { min-height: 0; }.bd411-profile-hero__container { padding-top: 1.5rem; padding-bottom: 2.35rem; }.bd411-profile-heading { grid-template-columns: 70px minmax(0,1fr); gap: .85rem; }.bd411-profile-heading__logo { width: 70px; height: 70px; border-radius: 18px; font-size: 1.8rem; }.bd411-profile-heading h1 { font-size: 2rem; }.bd411-profile-heading__rating { grid-column: 1 / -1; align-items: start; }.bd411-profile-actions-wrap { margin-top: -18px; }.bd411-profile-actions { padding: .6rem; }.bd411-profile-actions .btn { width: 100%; }.bd411-profile-layout { padding-top: 2.4rem; }.bd411-profile-aside { grid-template-columns: 1fr; }.bd411-profile-sponsored { grid-column: auto; }.bd411-service-grid, .bd411-gallery-grid { grid-template-columns: 1fr; }.bd411-gallery-grid figure { min-height: 200px; }.bd411-context-hero { padding-top: 2rem; padding-bottom: 3rem; }.bd411-context-hero__grid { grid-template-columns: 1fr; gap: .75rem; }.bd411-context-hero__icon { width: 48px; height: 48px; border-radius: 14px; }.bd411-context-hero h1 { font-size: 2.25rem; }.bd411-results-toolbar { align-items: flex-start; flex-direction: column; } }
/* Package 03 — Accounts, business owner portal, secure lead and listing flows. */
.bd411-flash-stack { position: relative; z-index: 1031; padding-top: 1rem; }
.bd411-flash-stack .alert { margin-bottom: 0; border: 1px solid rgba(16,32,52,.1); }
.bd411-auth-page { min-height: calc(100vh - 230px); padding: clamp(3.5rem, 8vw, 7rem) 0; background: radial-gradient(circle at 15% 5%,rgba(38,183,166,.12),transparent 28rem), radial-gradient(circle at 90% 30%,rgba(50,105,211,.11),transparent 31rem); }
.bd411-auth-page h1 { max-width: 510px; margin: .45rem 0 1rem; font-size: clamp(2.5rem,5vw,4.6rem); line-height: .96; letter-spacing: -.075em; font-weight: 850; }
.bd411-auth-page > .container > .row > div > p:not(.bd411-eyebrow) { max-width: 510px; color: #5d7791; line-height: 1.75; }
.bd411-auth-points { display: grid; gap: .6rem; margin-top: 1.8rem; color: #365675; font-size: .88rem; font-weight: 750; }
.bd411-auth-points span { display: flex; gap: .5rem; align-items: center; }
.bd411-auth-card { padding: clamp(1.5rem,4vw,2.5rem); border: 1px solid #dbe5ee; border-radius: 24px; background: #fff; box-shadow: var(--bd-shadow); }
.bd411-auth-card h2 { margin: .35rem 0 1.5rem; font-size: clamp(1.7rem,3vw,2.4rem); letter-spacing: -.055em; font-weight: 830; }
.bd411-stack-form { display: grid; gap: 1rem; }
.bd411-stack-form label, .bd411-editor-form label, .bd411-lead-card__form label { display: block; margin-bottom: .42rem; color: #405c77; font-size: .77rem; font-weight: 800; }
.bd411-stack-form small, .bd411-editor-form small { display: block; margin-top: .35rem; color: #7188a0; font-size: .72rem; }
.bd411-stack-form .form-control, .bd411-stack-form .form-select, .bd411-editor-form .form-control, .bd411-editor-form .form-select, .bd411-lead-card__form .form-control, .bd411-lead-card__form .form-select { min-height: 47px; border-color: #d3dfeb; border-radius: 11px; color: var(--bd-ink); box-shadow: none; font-size: .9rem; }
.bd411-stack-form textarea.form-control, .bd411-editor-form textarea.form-control { min-height: auto; }
.bd411-stack-form .form-control:focus, .bd411-stack-form .form-select:focus, .bd411-editor-form .form-control:focus, .bd411-editor-form .form-select:focus, .bd411-lead-card__form .form-control:focus, .bd411-lead-card__form .form-select:focus { border-color: var(--bd-blue); box-shadow: 0 0 0 .18rem rgba(50,105,211,.12); }
.bd411-check { display: flex !important; align-items: flex-start; gap: .6rem; color: #58718a !important; font-size: .8rem !important; font-weight: 650 !important; line-height: 1.45; }
.bd411-check input { flex: 0 0 auto; width: 1.1rem; height: 1.1rem; margin-top: .05rem; accent-color: var(--bd-blue); }
.bd411-auth-switch { margin: 1.35rem 0 0; color: #6c8297; font-size: .83rem; }
.bd411-auth-switch a { color: var(--bd-blue); font-weight: 800; }
.bd411-profile-contact-form { scroll-margin-top: 100px; }
.bd411-profile-contact-form .bd411-stack-form { margin-top: 1rem; }
.bd411-profile-contact-form .bd411-slider-check { padding: .55rem; }

.bd411-owner-body { background: #f2f6fa; }
.bd411-owner-shell { display: grid; grid-template-columns: 265px minmax(0,1fr); min-height: 100vh; }
.bd411-owner-sidebar { position: sticky; top: 0; display: flex; min-height: 100vh; flex-direction: column; padding: 1.5rem 1.05rem; color: #d8e8f7; background: linear-gradient(175deg,#102642,#0f1d33); }
.bd411-owner-brand { color: #fff; }
.bd411-owner-brand strong { color: #7ad6cc; }
.bd411-owner-brand .bd411-brand__mark { background: linear-gradient(135deg,#477fdb,#37c8b4); }
.bd411-owner-user { display: flex; align-items: center; gap: .75rem; padding: 1.55rem .65rem 1.25rem; margin-top: 1.1rem; border-top: 1px solid rgba(207,228,248,.14); border-bottom: 1px solid rgba(207,228,248,.14); }
.bd411-owner-user__avatar { display: grid; flex: 0 0 auto; place-items: center; width: 37px; height: 37px; border-radius: 12px; color: #0f2644; background: #fae3a0; font-size: .9rem; font-weight: 850; }
.bd411-owner-user strong, .bd411-owner-user small { display: block; overflow: hidden; max-width: 160px; text-overflow: ellipsis; white-space: nowrap; }
.bd411-owner-user strong { color: #fff; font-size: .82rem; }
.bd411-owner-user small { margin-top: .2rem; color: #9ab5cf; font-size: .67rem; }
.bd411-owner-nav { display: grid; gap: .25rem; padding: 1.3rem 0; }
.bd411-owner-nav a { display: flex; align-items: center; gap: .7rem; padding: .75rem .7rem; border-radius: 10px; color: #a9c0d7; font-size: .84rem; font-weight: 700; }
.bd411-owner-nav a:hover, .bd411-owner-nav a.is-active { color: #fff; background: rgba(136,183,232,.14); }
.bd411-owner-nav a span { width: 17px; color: #81d9cd; font-size: 1rem; text-align: center; }
.bd411-owner-sidebar__bottom { padding: .8rem .65rem 0; margin-top: auto; border-top: 1px solid rgba(207,228,248,.14); }
.bd411-owner-language { display: inline-flex; margin-bottom: 1rem; color: #91d9d1; font-size: .77rem; font-weight: 850; letter-spacing: .08em; }
.bd411-owner-logout details { color: #9fb5cc; font-size: .77rem; }
.bd411-owner-logout summary { cursor: pointer; color: #b6cbe0; font-weight: 750; }
.bd411-owner-logout p { margin: .75rem 0 .45rem; }
.bd411-owner-logout .bd411-slider-check { margin: 0; padding: .5rem; border-color: rgba(189,213,238,.22); background: rgba(255,255,255,.08); }
.bd411-owner-logout .bd411-slider-check__label, .bd411-owner-logout .bd411-slider-check__state { color: #c6d9eb; }
.bd411-owner-main { min-width: 0; }
.bd411-owner-topbar { display: flex; justify-content: flex-end; align-items: center; min-height: 70px; padding: 0 3.2rem; border-bottom: 1px solid #dfe8f0; background: rgba(255,255,255,.78); backdrop-filter: blur(13px); }
.bd411-owner-topbar a { color: #506c87; font-size: .78rem; font-weight: 800; }
.bd411-owner-topbar .bd411-brand { margin-right: auto; }
.bd411-owner-flashes { padding: 1.2rem 3.2rem 0; }
.bd411-owner-page { max-width: 1400px; padding: clamp(1.75rem,4vw,3.4rem); margin: 0 auto; }
.bd411-owner-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.8rem; }
.bd411-owner-title-row > div > p:not(.bd411-eyebrow) { max-width: 680px; margin: .65rem 0 0; color: #627d96; line-height: 1.65; }
.bd411-owner-title-row h1 { margin: .35rem 0 0; color: #112740; font-size: clamp(2rem,4vw,3.5rem); line-height: .98; letter-spacing: -.07em; font-weight: 850; }
.bd411-metric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .9rem; }
.bd411-metric-grid article { position: relative; overflow: hidden; padding: 1.3rem; border: 1px solid #dee8f1; border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(22,48,79,.045); }
.bd411-metric-grid article::after { position: absolute; top: 0; right: 0; width: 66px; height: 66px; border-radius: 0 0 0 66px; background: linear-gradient(135deg,rgba(50,105,211,.09),rgba(38,183,166,.07)); content: ''; }
.bd411-metric-grid span, .bd411-metric-grid small { display: block; position: relative; z-index: 1; }
.bd411-metric-grid span { color: #67809a; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.bd411-metric-grid strong { display: block; position: relative; z-index: 1; margin: .55rem 0 .28rem; color: #142b45; font-size: clamp(1.8rem,3vw,2.5rem); line-height: 1; letter-spacing: -.065em; }
.bd411-metric-grid small { color: #8093a6; font-size: .7rem; }
.bd411-owner-card { padding: clamp(1.15rem,2.5vw,1.65rem); border: 1px solid #dce6ef; border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(16,32,52,.035); }
.bd411-owner-card__heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.bd411-owner-card__heading h2 { margin: .35rem 0 0; color: #162e49; font-size: 1.33rem; letter-spacing: -.045em; font-weight: 830; }
.bd411-owner-card__heading > a:not(.btn) { color: var(--bd-blue); font-size: .75rem; font-weight: 820; }
.bd411-chart-key { display: flex; gap: .8rem; color: #658099; font-size: .68rem; font-weight: 750; }
.bd411-chart-key span { display: inline-flex; align-items: center; gap: .35rem; }
.bd411-chart-key i { display: inline-block; width: 8px; height: 8px; border-radius: 3px; }
.bd411-key--views { background: #2f74ce; }.bd411-key--search { background: #35bbae; }
.bd411-empty-chart, .bd411-mini-empty { display: grid; place-content: center; min-height: 190px; padding: 1.5rem; border: 1px dashed #ccdbe9; border-radius: 13px; color: #69829b; text-align: center; }
.bd411-empty-chart strong { color: #3e5d7d; font-size: .9rem; }.bd411-empty-chart span { max-width: 410px; margin-top: .4rem; font-size: .78rem; line-height: 1.5; }
.bd411-bar-chart { display: flex; align-items: end; gap: .8rem; min-height: 190px; padding: 1.1rem .2rem .15rem; border-bottom: 1px solid #dce7ef; }
.bd411-bar-chart__item { display: grid; flex: 1 1 0; grid-template-rows: 145px auto; align-items: end; min-width: 20px; text-align: center; }
.bd411-bar-chart__stack { display: flex; flex-direction: column-reverse; width: min(100%,28px); min-height: 6px; margin: auto; overflow: hidden; border-radius: 7px 7px 2px 2px; }
.bd411-bar-chart__views { display: block; background: #2f74ce; }.bd411-bar-chart__search { display: block; background: #35bbae; }
.bd411-bar-chart__item small { padding-top: .55rem; color: #7890a6; font-size: .62rem; font-weight: 700; }
.bd411-lead-list { display: grid; gap: .8rem; }.bd411-lead-list article { padding-bottom: .8rem; border-bottom: 1px solid #edf2f7; }.bd411-lead-list article:last-child { padding-bottom: 0; border: 0; }.bd411-lead-list strong,.bd411-lead-list small { display: block; }.bd411-lead-list strong { margin-top: .45rem; color: #19334f; font-size: .84rem; }.bd411-lead-list small { margin-top: .12rem; color: #7790a8; font-size: .68rem; }.bd411-lead-list p { display: -webkit-box; overflow: hidden; margin: .45rem 0 0; color: #607a94; font-size: .75rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.bd411-status { display: inline-flex; padding: .28rem .47rem; border-radius: 999px; background: #edf3f8; color: #526d87; font-size: .64rem; font-weight: 850; line-height: 1; text-transform: uppercase; letter-spacing: .045em; }.bd411-status--new,.bd411-status--published { color: #18766c; background: #dff5ef; }.bd411-status--pending,.bd411-status--viewed { color: #94630d; background: #fff1cb; }.bd411-status--contacted { color: #2d5da4; background: #e0ecff; }.bd411-status--won,.bd411-status--active { color: #1b7b42; background: #e2f5e7; }.bd411-status--lost,.bd411-status--spam,.bd411-status--suspended { color: #a2454e; background: #fbe5e8; }.bd411-status--draft,.bd411-status--archived { color: #5e7185; background: #eef2f6; }
.bd411-owner-business-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .9rem; }
.bd411-owner-business { padding: 1.15rem; border: 1px solid #e0e9f1; border-radius: 15px; background: #fbfdff; }.bd411-owner-business__top { display: flex; justify-content: space-between; gap: .8rem; }.bd411-owner-business__identity { display: flex; min-width: 0; align-items: center; gap: .7rem; }.bd411-owner-business__logo { display: grid; flex: 0 0 auto; place-items: center; width: 41px; height: 41px; border-radius: 12px; color: #1c3f68; background: #e4f0fc; font-size: .95rem; font-weight: 850; }.bd411-owner-business h3 { overflow: hidden; margin: 0; color: #1d3652; font-size: .92rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }.bd411-owner-business__identity p { overflow: hidden; margin: .2rem 0 0; color: #71889f; font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }.bd411-owner-business__stats { display: grid; grid-template-columns: repeat(4,1fr); gap: .45rem; padding: 1rem 0; margin: 1rem 0; border-top: 1px solid #e9eff5; border-bottom: 1px solid #e9eff5; }.bd411-owner-business__stats span { color: #7890a7; font-size: .63rem; text-align: center; }.bd411-owner-business__stats strong { display: block; color: #274967; font-size: .92rem; }.bd411-owner-business__bottom { display: flex; align-items: center; justify-content: space-between; gap: .8rem; color: #637c94; font-size: .72rem; font-weight: 750; }.bd411-owner-business__bottom > div { display: flex; gap: .85rem; }.bd411-owner-business__bottom a { color: var(--bd-blue); font-size: .74rem; font-weight: 820; }
.bd411-business-empty { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; min-height: 150px; padding: 1.3rem; border: 1px dashed #c8d7e5; border-radius: 14px; background: #fbfdff; }.bd411-business-empty strong { color: #395775; }.bd411-business-empty p { max-width: 600px; margin: .4rem 0 0; color: #6b839a; font-size: .83rem; line-height: 1.55; }
.bd411-upgrade-signals { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.8fr); gap: 1.4rem; padding: 1.6rem; margin-top: 1.2rem; border: 1px solid #d8e9e6; border-radius: 18px; background: linear-gradient(135deg,#effaf8,#f8fcff); }.bd411-upgrade-signals h2 { margin: .35rem 0 .45rem; color: #143d52; font-size: 1.38rem; letter-spacing: -.045em; font-weight: 830; }.bd411-upgrade-signals p:not(.bd411-eyebrow) { margin: 0; color: #54758b; font-size: .83rem; line-height: 1.6; }.bd411-upgrade-signal-list { display: grid; gap: .55rem; align-content: center; }.bd411-upgrade-signal-list span { display: flex; justify-content: space-between; gap: .8rem; padding: .75rem .8rem; border: 1px solid #d5e8e4; border-radius: 10px; color: #4d6d82; background: rgba(255,255,255,.75); font-size: .72rem; }.bd411-upgrade-signal-list strong { color: #244a60; }
.bd411-listing-editor { max-width: 1100px; }.bd411-editor-form { display: grid; gap: 1rem; }.bd411-editor-submit { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; }.bd411-editor-submit > div:first-child { display: grid; gap: .22rem; }.bd411-editor-submit strong { color: #294863; font-size: .9rem; }.bd411-editor-submit span { color: #6c849b; font-size: .74rem; }.bd411-editor-submit__actions { display: grid; min-width: min(100%,355px); gap: .75rem; }.bd411-editor-submit__actions .bd411-slider-check { padding: .55rem; }
.bd411-leads-table { display: grid; gap: .9rem; }.bd411-lead-card { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 1.3rem; padding: 1.1rem; border: 1px solid #e0e9f1; border-radius: 14px; background: #fbfdff; }.bd411-lead-card__heading { display: flex; justify-content: space-between; gap: 1rem; }.bd411-lead-card__heading h2 { margin: .48rem 0 .18rem; color: #203c59; font-size: 1rem; font-weight: 820; }.bd411-lead-card__heading p { margin: 0; color: #758ca3; font-size: .7rem; }.bd411-lead-card__contact { display: grid; align-content: start; gap: .35rem; text-align: right; }.bd411-lead-card__contact a { overflow-wrap: anywhere; color: var(--bd-blue); font-size: .72rem; font-weight: 750; }.bd411-lead-card__message { margin: 1rem 0 0; color: #5c7690; font-size: .84rem; line-height: 1.6; }.bd411-lead-card__form { display: grid; align-content: start; gap: .65rem; }.bd411-lead-card__form .bd411-slider-check { padding: .45rem; }.bd411-lead-card__form .bd411-slider-check__label,.bd411-lead-card__form .bd411-slider-check__state { font-size: .65rem; }
.bd411-claim-page { max-width: 1080px; }.bd411-claim-business { display: flex; align-items: center; gap: .9rem; padding-bottom: 1.2rem; border-bottom: 1px solid #e5edf4; }.bd411-claim-business > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; color: #1b416d; background: #e5f0fa; font-size: 1.25rem; font-weight: 850; }.bd411-claim-business h2 { margin: 0; color: #203c59; font-size: 1.2rem; font-weight: 830; }.bd411-claim-business p { margin: .25rem 0 0; color: #71879d; font-size: .75rem; }.bd411-steps-list { display: grid; gap: .8rem; padding-left: 1.1rem; margin: 1.2rem 0 0; color: #607b94; font-size: .84rem; line-height: 1.5; }
@media (max-width: 1199.98px) { .bd411-metric-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.bd411-owner-page { padding: 2rem; } }
@media (max-width: 991.98px) { .bd411-owner-shell { grid-template-columns: 1fr; }.bd411-owner-sidebar { position: static; min-height: 0; padding: 1rem; }.bd411-owner-user,.bd411-owner-sidebar__bottom { display: none; }.bd411-owner-nav { display: flex; flex-wrap: wrap; gap: .35rem; padding: .75rem 0 0; }.bd411-owner-nav a { padding: .55rem .6rem; }.bd411-owner-topbar { min-height: 54px; padding: 0 1.2rem; }.bd411-owner-flashes { padding: 1rem 1.2rem 0; }.bd411-owner-page { padding: 1.4rem 1.2rem 2.4rem; }.bd411-owner-business-grid { grid-template-columns: 1fr; } }
@media (max-width: 575.98px) { .bd411-auth-page { padding: 3.1rem 0; }.bd411-auth-page h1 { font-size: 2.6rem; }.bd411-auth-card { padding: 1.25rem; border-radius: 18px; }.bd411-owner-title-row,.bd411-editor-submit,.bd411-business-empty { align-items: flex-start; flex-direction: column; }.bd411-owner-title-row .btn { width: 100%; }.bd411-metric-grid { grid-template-columns: 1fr 1fr; }.bd411-metric-grid article { padding: 1rem; }.bd411-metric-grid strong { font-size: 1.85rem; }.bd411-chart-key { flex-wrap: wrap; }.bd411-bar-chart { gap: .35rem; }.bd411-bar-chart__item small { font-size: .54rem; transform: rotate(-28deg); transform-origin: top right; }.bd411-lead-card { grid-template-columns: 1fr; }.bd411-lead-card__heading { align-items: flex-start; flex-direction: column; }.bd411-lead-card__contact { text-align: left; }.bd411-upgrade-signals { grid-template-columns: 1fr; }.bd411-owner-nav a span { display: none; }.bd411-owner-nav a { font-size: .72rem; }.bd411-editor-submit__actions { width: 100%; min-width: 0; } }

/* Package 04 — Admin intelligence and operational controls */
.bd411-admin-body { background: #f4f6f9; }
.bd411-admin-shell { display: grid; grid-template-columns: 280px minmax(0,1fr); min-height: 100vh; }
.bd411-admin-sidebar { position: sticky; top: 0; display: flex; min-height: 100vh; flex-direction: column; padding: 1.5rem 1rem; color: #d7e0ed; background: linear-gradient(165deg,#111a2a,#172a40 55%,#16223a); }
.bd411-admin-brand { color: #fff; }.bd411-admin-brand strong { color: #f1ba5f; }.bd411-admin-brand .bd411-brand__mark { background: linear-gradient(135deg,#e0a33d,#efc46d); color:#15233a; }
.bd411-admin-label { padding: 1.25rem .65rem .45rem; color: #8ea1b8; font-size: .64rem; font-weight: 850; letter-spacing: .13em; }
.bd411-admin-user { display:flex; align-items:center; gap:.75rem; padding: .85rem .65rem 1rem; border-bottom:1px solid rgba(206,222,242,.12); }
.bd411-admin-user strong,.bd411-admin-user small { display:block; max-width:170px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.bd411-admin-user strong{color:#fff;font-size:.82rem}.bd411-admin-user small{margin-top:.18rem;color:#9eb0c4;font-size:.67rem}
.bd411-admin-nav { display:grid; gap:.22rem; padding:1rem 0; }.bd411-admin-nav a { display:flex; align-items:center; gap:.72rem; padding:.73rem .7rem; border-radius:10px; color:#aebed0; font-size:.83rem; font-weight:740; }.bd411-admin-nav a span{width:17px;color:#efc46d;text-align:center;font-size:1rem}.bd411-admin-nav a:hover,.bd411-admin-nav a.is-active{color:#fff;background:rgba(236,193,109,.13)}
.bd411-admin-sidebar__bottom { padding:.9rem .65rem 0; margin-top:auto; border-top:1px solid rgba(206,222,242,.12); }.bd411-admin-directory-link{display:block;margin-bottom:1rem;color:#f3cf83;font-size:.76rem;font-weight:800}
.bd411-admin-main { min-width:0; }.bd411-admin-topbar { display:flex; align-items:center; justify-content:flex-end; min-height:70px; padding:0 3.2rem; border-bottom:1px solid #dfe6ef; color:#718197; background:rgba(255,255,255,.78); font-size:.75rem; font-weight:780; letter-spacing:.04em; text-transform:uppercase; backdrop-filter:blur(12px) }.bd411-admin-topbar .bd411-brand{margin-right:auto}
.bd411-admin-page { max-width:1600px; padding:clamp(1.75rem,4vw,3.4rem); margin:0 auto; }.bd411-admin-title-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.bd411-admin-total-pill{display:inline-flex;align-items:center;padding:.62rem .84rem;border:1px solid #d9e1ea;border-radius:999px;color:#536a82;background:#fff;font-size:.75rem;font-weight:800}
.bd411-admin-metric-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:.8rem; }.bd411-admin-metric-grid article{min-height:135px;padding:1.15rem;border:1px solid #dbe4ed;border-radius:16px;background:#fff;box-shadow:0 8px 18px rgba(20,34,55,.026)}.bd411-admin-metric-grid article span{display:block;min-height:2.25em;color:#72859b;font-size:.67rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.bd411-admin-metric-grid article strong{display:block;margin:.18rem 0;color:#162b47;font-size:1.72rem;letter-spacing:-.055em;line-height:1;font-weight:880}.bd411-admin-metric-grid article small{display:block;margin-top:.58rem;color:#8b9bae;font-size:.68rem;line-height:1.35}.bd411-admin-metric-grid .bd411-admin-metric--revenue{border-color:#e6d3aa;background:linear-gradient(135deg,#fffdf8,#fff7e7)}.bd411-admin-metric--revenue strong{color:#8a5d0e}
.bd411-admin-activity-card{min-height:360px}.bd411-admin-bar-chart{height:215px}.bd411-admin-conversion-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.7rem;margin-top:1.2rem;padding:.75rem;border-radius:11px;background:#f5f8fb;color:#708299;font-size:.72rem}.bd411-admin-conversion-row strong{margin-left:.22rem;color:#1c3655;font-weight:850}
.bd411-attention-list{display:grid;gap:.5rem}.bd411-attention-list a{display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:.65rem;padding:.8rem .75rem;border:1px solid #e1e7ef;border-radius:11px;color:#526a82;background:#fbfcfe;font-size:.75rem;font-weight:700}.bd411-attention-list a:hover{border-color:#bdcad9;background:#fff}.bd411-attention-list strong{display:grid;place-items:center;min-width:28px;height:28px;border-radius:9px;color:#8a5c0d;background:#fff0cb;font-size:.78rem}.bd411-attention-list i{font-style:normal;color:#8798aa}.bd411-small-link{display:inline-block;margin-top:1rem;color:var(--bd-blue);font-size:.74rem;font-weight:820}
.bd411-admin-data-list{display:grid;gap:.25rem}.bd411-admin-data-list>div{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid #ecf0f4}.bd411-admin-data-list>div:last-child{border-bottom:0}.bd411-admin-data-list span{color:#2b435f;font-size:.83rem;font-weight:780}.bd411-admin-data-list small{color:#8495a8;font-size:.68rem;text-align:right}.bd411-admin-data-list--warning span{color:#94620a}
.bd411-admin-table{--bs-table-bg:transparent;--bs-table-border-color:#e4ebf1;color:#40576f;font-size:.78rem}.bd411-admin-table thead th{padding:.2rem .7rem .75rem;border:0;color:#8393a4;font-size:.62rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.bd411-admin-table tbody td{padding:.85rem .7rem;vertical-align:middle}.bd411-admin-table td strong,.bd411-admin-table td span{display:block;color:#233b57;font-size:.8rem;font-weight:800}.bd411-admin-table td small{display:block;margin-top:.2rem;color:#8292a4;font-size:.66rem}.bd411-admin-table .form-select{min-width:100px}.bd411-status-pill{display:inline-flex!important;align-items:center;padding:.28rem .48rem;border-radius:999px;background:#edf3f8;color:#536b85;font-size:.61rem!important;font-style:normal;font-weight:850!important;letter-spacing:.04em;text-transform:uppercase;line-height:1}.bd411-status-pill.bd411-status--new,.bd411-status-pill.bd411-status--published,.bd411-status-pill.bd411-status--approved{color:#18766c;background:#dff5ef}.bd411-status-pill.bd411-status--pending,.bd411-status-pill.bd411-status--viewed{color:#94630d;background:#fff1cb}.bd411-status-pill.bd411-status--active{color:#1c7642;background:#e3f5e8}.bd411-status-pill.bd411-status--rejected,.bd411-status-pill.bd411-status--suspended,.bd411-status-pill.bd411-status--failed{color:#a2454e;background:#fbe5e8}.bd411-status-pill.bd411-status--draft,.bd411-status-pill.bd411-status--archived,.bd411-status-pill.bd411-status--paused,.bd411-status-pill.bd411-status--ended,.bd411-status-pill.bd411-status--cancelled{color:#5e7185;background:#edf2f6}
.bd411-admin-filter-card{padding:1rem 1.2rem;margin-bottom:1.2rem;border:1px solid #dce5ee;border-radius:15px;background:#fff}.bd411-admin-filter-card .form-label,.bd411-admin-config-form .form-label{margin-bottom:.35rem;color:#586f86;font-size:.68rem;font-weight:820;letter-spacing:.035em;text-transform:uppercase}.bd411-admin-filter-card .form-control,.bd411-admin-filter-card .form-select,.bd411-admin-config-form .form-control,.bd411-admin-config-form .form-select{border-color:#d9e3ec;color:#29425e;font-size:.83rem}.bd411-admin-listing-card{padding:.95rem}.bd411-mini-flags{display:flex;gap:.25rem}.bd411-mini-flags span{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;color:#5c4212;background:#fff0cb;font-size:.71rem;font-weight:850}.bd411-admin-pagination .page-link{border-color:#d9e3eb;color:#3b5a79;font-size:.76rem;font-weight:750}.bd411-admin-pagination .active .page-link{border-color:#1d3858;background:#1d3858}
.bd411-back-link{display:inline-block;margin-bottom:1rem;color:#557799;font-size:.74rem;font-weight:780}.bd411-admin-review-form{border-top:4px solid #d3a95a}.bd411-admin-checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.bd411-admin-checkbox-grid label{display:flex;gap:.65rem;padding:.85rem;border:1px solid #dfe7ef;border-radius:12px;background:#fbfcfe}.bd411-admin-checkbox-grid input{width:17px;height:17px;accent-color:#263f5e}.bd411-admin-checkbox-grid strong,.bd411-admin-checkbox-grid small{display:block}.bd411-admin-checkbox-grid strong{color:#29415e;font-size:.77rem}.bd411-admin-checkbox-grid small{margin-top:.2rem;color:#8191a4;font-size:.64rem;line-height:1.35}.bd411-admin-badge-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.bd411-admin-badge-selector label{display:flex;align-items:center;gap:.65rem;padding:.72rem;border:1px solid #dfe7ef;border-radius:12px;cursor:pointer;background:#fff}.bd411-admin-badge-selector label:has(input:checked){border-color:#c9a055;background:#fffaf0}.bd411-admin-badge-selector input{width:16px;height:16px;accent-color:#816023}.bd411-admin-badge-icon{display:grid;flex:0 0 auto;place-items:center;width:31px;height:31px;border-radius:9px;color:var(--badge-color);background:color-mix(in srgb,var(--badge-color) 12%,white);font-weight:900}.bd411-admin-badge-selector strong,.bd411-admin-badge-selector small{display:block}.bd411-admin-badge-selector strong{color:#314962;font-size:.75rem}.bd411-admin-badge-selector small{margin-top:.15rem;color:#8191a4;font-size:.63rem;line-height:1.3}.bd411-admin-content-preview{padding:.85rem 0;border-bottom:1px solid #edf1f5}.bd411-admin-content-preview:last-child{border-bottom:0}.bd411-admin-content-preview>span{color:#8a6b2c;font-size:.62rem;font-weight:850;letter-spacing:.06em}.bd411-admin-content-preview h3{margin:.3rem 0;color:#253c57;font-size:.9rem;font-weight:820}.bd411-admin-content-preview p{margin:0;color:#6e8197;font-size:.76rem;line-height:1.55}.bd411-chip-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:1rem}.bd411-chip-list span{padding:.35rem .5rem;border:1px solid #dfe7ef;border-radius:999px;color:#57718c;background:#f7faff;font-size:.68rem;font-weight:750}.bd411-admin-stat-stack{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}.bd411-admin-stat-stack div{padding:.8rem;border:1px solid #e1e8ef;border-radius:11px;background:#fafcff}.bd411-admin-stat-stack span{display:block;color:#8293a5;font-size:.63rem}.bd411-admin-stat-stack strong{display:block;margin-top:.3rem;color:#1e3957;font-size:1.2rem;font-weight:850}.bd411-admin-detail-list{display:grid;grid-template-columns:1fr auto;gap:.6rem;margin:0;font-size:.75rem}.bd411-admin-detail-list dt{color:#8292a4;font-weight:650}.bd411-admin-detail-list dd{margin:0;color:#2a425e;font-weight:790;text-align:right}
.bd411-admin-claims-table .bd411-slider-check,.bd411-admin-table .bd411-slider-check{max-width:175px;margin:0;padding:.35rem .45rem;border-color:#e1e8ef;background:#fbfcfe}.bd411-admin-claims-table .bd411-slider-check__label,.bd411-admin-claims-table .bd411-slider-check__state,.bd411-admin-table .bd411-slider-check__label,.bd411-admin-table .bd411-slider-check__state{font-size:.56rem}.bd411-admin-claims-table .bd411-slider-check input[type=range],.bd411-admin-table .bd411-slider-check input[type=range]{height:16px}
.bd411-admin-config-grid{display:grid;gap:.75rem}.bd411-admin-config-card{border:1px solid #dce5ed;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(20,34,55,.02)}.bd411-admin-config-card summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.8rem;padding:1rem 1.1rem;cursor:pointer;list-style:none}.bd411-admin-config-card summary::-webkit-details-marker{display:none}.bd411-admin-config-card summary strong,.bd411-admin-config-card summary small{display:block}.bd411-admin-config-card summary strong{color:#2a425f;font-size:.83rem}.bd411-admin-config-card summary small{margin-top:.22rem;color:#8191a3;font-size:.66rem}.bd411-admin-config-card__body{padding:1.2rem;border-top:1px solid #e7edf3;background:#fcfdff}.bd411-plan-token,.bd411-placement-token{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:#694d18;background:#fff1ce;font-size:.8rem;font-weight:900}.bd411-plan-counts{color:#516b86;font-size:.77rem;font-weight:830;text-align:right}.bd411-plan-counts small{margin-top:.1rem!important;color:#8a99aa!important;font-size:.61rem!important;font-weight:650}.bd411-admin-config-form textarea{resize:vertical}.bd411-admin-config-form .bd411-slider-check{max-width:520px}.bd411-admin-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.bd411-admin-settings-save{display:flex;flex-direction:column;justify-content:space-between}.bd411-admin-settings-save p{color:#708399;font-size:.77rem;line-height:1.55}.bd411-setting-toggle{display:flex;gap:.7rem;padding:.85rem 0;border-top:1px solid #e8eef3;cursor:pointer}.bd411-setting-toggle:first-of-type{border-top:0}.bd411-setting-toggle input{width:18px;height:18px;margin-top:.15rem;accent-color:#2f587d}.bd411-setting-toggle strong,.bd411-setting-toggle small{display:block}.bd411-setting-toggle strong{color:#304964;font-size:.78rem}.bd411-setting-toggle small{margin-top:.2rem;color:#8292a4;font-size:.67rem;line-height:1.4}
@media (max-width: 1399.98px){.bd411-admin-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 1199.98px){.bd411-admin-checkbox-grid{grid-template-columns:1fr}.bd411-admin-badge-selector{grid-template-columns:1fr}.bd411-admin-settings-grid{grid-template-columns:1fr}}
@media (max-width: 991.98px){.bd411-admin-shell{grid-template-columns:1fr}.bd411-admin-sidebar{position:static;min-height:0;padding:1rem}.bd411-admin-label,.bd411-admin-user,.bd411-admin-sidebar__bottom{display:none}.bd411-admin-nav{display:flex;flex-wrap:wrap;gap:.35rem;padding:.75rem 0 0}.bd411-admin-nav a{padding:.53rem .62rem;font-size:.72rem}.bd411-admin-nav a span{display:none}.bd411-admin-topbar{min-height:54px;padding:0 1.2rem}.bd411-admin-page{padding:1.4rem 1.2rem 2.5rem}}
@media (max-width: 575.98px){.bd411-admin-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.bd411-admin-metric-grid article{min-height:116px;padding:.86rem}.bd411-admin-metric-grid article strong{font-size:1.4rem}.bd411-admin-metric-grid article span{font-size:.57rem}.bd411-admin-title-actions{width:100%}.bd411-admin-title-actions .btn{flex:1}.bd411-admin-config-card summary{grid-template-columns:auto minmax(0,1fr) auto}.bd411-admin-config-card summary .bd411-status-pill{display:none!important}.bd411-admin-table{font-size:.7rem}.bd411-admin-table td,.bd411-admin-table th{min-width:105px}.bd411-admin-data-list>div{align-items:flex-start;flex-direction:column;gap:.2rem}.bd411-admin-data-list small{text-align:left}.bd411-admin-conversion-row{justify-content:flex-start}.bd411-admin-claims-table .bd411-slider-check{max-width:140px}}
/* Package 05 — Email lifecycle centre */
.bd411-email-centre .bd411-owner-title-row{align-items:flex-start}.bd411-email-centre code{font-size:.75em;color:#2b567b;background:#eef4f8;padding:.15rem .35rem;border-radius:5px}.bd411-email-metric-grid article{position:relative;overflow:hidden}.bd411-email-metric-grid article:after{content:"";position:absolute;right:-28px;bottom:-36px;width:90px;height:90px;border-radius:50%;background:rgba(244,190,79,.14)}.bd411-email-health{height:100%}.bd411-email-checklist{display:grid;gap:.95rem}.bd411-email-checklist>div{display:flex;gap:.7rem;align-items:flex-start;padding-bottom:.85rem;border-bottom:1px solid #edf1f5}.bd411-email-checklist>div:last-child{padding-bottom:0;border-bottom:0}.bd411-email-checklist i{display:block;flex:0 0 auto;width:10px;height:10px;border-radius:50%;margin-top:.28rem;background:#aab7c5}.bd411-email-checklist i.is-good{background:#3c8e6a;box-shadow:0 0 0 4px rgba(60,142,106,.12)}.bd411-email-checklist i.is-off{background:#c27d48;box-shadow:0 0 0 4px rgba(194,125,72,.12)}.bd411-email-checklist strong,.bd411-email-checklist small{display:block}.bd411-email-checklist strong{font-size:.8rem;color:#304964}.bd411-email-checklist small{margin-top:.17rem;font-size:.68rem;color:#8090a0;line-height:1.45}.bd411-email-form .form-control.font-monospace{font-size:.77rem;line-height:1.5}.bd411-email-form textarea{resize:vertical}.bd411-unsubscribe{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:linear-gradient(145deg,#eaf1f6 0%,#f8fbfd 45%,#edf3f8 100%)}.bd411-unsubscribe__card{width:min(100%,620px);padding:2.1rem;border:1px solid #dce6ef;border-radius:22px;background:#fff;box-shadow:0 22px 65px rgba(26,49,72,.13)}.bd411-unsubscribe__card h1{margin:.45rem 0 .8rem;color:#243d58;font-size:clamp(1.65rem,4vw,2.25rem);font-weight:850}.bd411-unsubscribe__card p{color:#64788d;line-height:1.65}.bd411-unsubscribe__card form .bd411-slider-check{max-width:360px}.bd411-status--sending{background:#e6f0fb;color:#315f8c}.bd411-status--queued{background:#f7efd8;color:#80601e}.bd411-status--processing{background:#e8f1fb;color:#315d8d}.bd411-status--sent,.bd411-status--transactional{background:#e4f3eb;color:#387456}.bd411-status--failed,.bd411-status--marketing{background:#f9e9e9;color:#9c4a4a}.bd411-status--lifecycle{background:#ece8fa;color:#66549a}.bd411-status--scheduled{background:#edf0f8;color:#556786}.bd411-status--draft{background:#f0f1f3;color:#697789}.bd411-status--paused,.bd411-status--cancelled{background:#f7ebe3;color:#95623f}@media(max-width:575.98px){.bd411-unsubscribe{padding:1rem}.bd411-unsubscribe__card{padding:1.45rem}.bd411-email-centre .bd411-owner-title-row{gap:1rem}.bd411-email-centre .bd411-owner-title-row>a{width:100%;text-align:center}}


/* Package 06 — import centre */
.bd411-import-preview details summary{cursor:pointer;color:var(--bd411-ink);font-weight:700}.bd411-import-raw{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem 1rem;margin:.65rem 0 0}.bd411-import-raw div{min-width:0}.bd411-import-raw dt{font-size:.72rem;color:var(--bd411-muted);font-weight:700;overflow-wrap:anywhere}.bd411-import-raw dd{margin:0;font-size:.82rem;overflow-wrap:anywhere}.bd411-import-job .bd411-setting-toggle{height:100%}.bd411-import-centre .bd411-admin-table small{display:block;color:var(--bd411-muted);margin-top:.2rem}.bd411-status--ready,.bd411-status--uploaded,.bd411-status--validating,.bd411-status--processing{background:#fff3cd;color:#7a5200}.bd411-status--completed,.bd411-status--created,.bd411-status--updated,.bd411-status--valid{background:#ddf5eb;color:#12633d}.bd411-status--completed_with_errors,.bd411-status--failed{background:#fde5e5;color:#9d2727}.bd411-status--skipped{background:#eaf0f5;color:#3b5568}@media(max-width:767px){.bd411-import-raw{grid-template-columns:1fr}.bd411-import-job .table{font-size:.86rem}}


/* Package 07: profile safeguards */
.bd411-profile-disclaimer{margin:0 0 1.5rem;padding:1rem 1.1rem;border:1px solid rgba(178,92,24,.25);background:#fff9ed;border-radius:1rem;color:#5e3b16}.bd411-profile-disclaimer strong{display:block;margin-bottom:.25rem}.bd411-profile-disclaimer p{margin:0}.bd411-profile-contact-form .bd411-eyebrow{color:#3269d3}

/* Package 08 — billing, subscriptions and sponsored placements */
.bd411-plans-hero{padding:5.5rem 0 3rem;background:radial-gradient(circle at 20% 20%,rgba(51,105,211,.17),transparent 37%),linear-gradient(155deg,#11283e,#1a4762 56%,#16334e);color:#fff}.bd411-plans-hero h1{font-size:clamp(2.3rem,5vw,4.2rem);font-weight:850;line-height:1.05}.bd411-plans-hero p{color:#dbe7ef;font-size:1.08rem;line-height:1.7}.bd411-currency-toggle{display:inline-flex;margin-top:1.35rem;padding:.25rem;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.08)}.bd411-currency-toggle a{padding:.43rem .83rem;border-radius:999px;color:#fff;text-decoration:none;font-weight:780;font-size:.76rem}.bd411-currency-toggle a.is-active{background:#fff;color:#24445d}.bd411-price-card{position:relative;height:100%;padding:1.6rem;border:1px solid #dbe5ed;border-radius:1.3rem;background:#fff;box-shadow:0 15px 38px rgba(27,57,85,.07)}.bd411-price-card.is-featured{border-color:#d7a33a;box-shadow:0 18px 48px rgba(172,121,18,.17)}.bd411-price-card__ribbon{position:absolute;top:-.8rem;right:1rem;padding:.35rem .65rem;border-radius:999px;background:#f2b94b;color:#3f2e05;font-size:.6rem;font-weight:900;letter-spacing:.08em}.bd411-price-card h2{margin:.35rem 0 .65rem;color:#29435d;font-size:1.5rem;font-weight:850}.bd411-price-card>p:not(.bd411-eyebrow){min-height:74px;color:#6c8196;line-height:1.55}.bd411-price{display:flex;align-items:baseline;gap:.5rem;margin:1.1rem 0}.bd411-price strong{color:#1e3f5d;font-size:1.75rem}.bd411-price span{color:#8090a1;font-size:.76rem}.bd411-price-card ul{display:grid;gap:.55rem;margin:0 0 1.3rem;padding:0;list-style:none;color:#516a81;font-size:.82rem}.bd411-price-card li:before{content:'✓';margin-right:.45rem;color:#29806c;font-weight:900}.bd411-billing-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.3rem;border-radius:1.25rem;background:#eef5f9}.bd411-billing-trust div{padding:.2rem .5rem}.bd411-billing-trust strong,.bd411-billing-trust span{display:block}.bd411-billing-trust strong{color:#29445e;font-size:.85rem}.bd411-billing-trust span{margin-top:.25rem;color:#71869a;font-size:.75rem;line-height:1.45}.bd411-billing-currency{padding:.4rem .65rem;border-radius:.55rem;background:#eef4f8;color:#2f5979;font-size:.72rem;font-weight:850}.bd411-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:1rem}.bd411-owner-plan{display:flex;flex-direction:column;gap:1rem;padding:1.15rem;border:1px solid #e0e8ef;border-radius:1rem;background:#fbfdff}.bd411-owner-plan.is-recommended{border-color:#e4b64e;background:linear-gradient(160deg,#fffdf7,#fff)}.bd411-owner-plan p{margin:0;color:#8a6d2a;font-size:.63rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.bd411-owner-plan h3{margin:.25rem 0;color:#29445e;font-size:1rem;font-weight:850}.bd411-owner-plan strong{color:#1c4f72;font-size:1.22rem}.bd411-owner-plan small{color:#8797a7;font-size:.68rem}.bd411-owner-plan ul{display:grid;gap:.35rem;margin:0;padding:0;list-style:none;color:#688094;font-size:.76rem}.bd411-owner-plan li:before{content:'•';color:#d69820;margin-right:.4rem}.bd411-owner-plan form{margin-top:auto}.bd411-billing-list,.bd411-billing-order-list{display:grid;gap:.75rem}.bd411-billing-list article,.bd411-billing-order-list article{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:1px solid #e9eff3}.bd411-billing-list article:last-child,.bd411-billing-order-list article:last-child{border-bottom:0}.bd411-billing-list strong,.bd411-billing-list span,.bd411-billing-list small,.bd411-billing-order-list strong,.bd411-billing-order-list span{display:block}.bd411-billing-list strong,.bd411-billing-order-list strong{color:#2b465f;font-size:.85rem}.bd411-billing-list span,.bd411-billing-order-list span{margin-top:.18rem;color:#637a90;font-size:.75rem}.bd411-billing-list small{margin-top:.24rem;color:#8494a4;font-size:.67rem}.bd411-order-review{padding:1.35rem}.bd411-order-review__line,.bd411-order-review__total{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid #eaf0f4}.bd411-order-review__line span{color:#7c8e9f;font-size:.78rem}.bd411-order-review__line strong{color:#29445e;font-size:.86rem;text-align:right}.bd411-order-review__total{margin-top:.65rem;border-bottom:0}.bd411-order-review__total span{color:#3f5d75;font-size:.9rem;font-weight:850}.bd411-order-review__total strong{color:#173e60;font-size:1.35rem}.bd411-pay-card h2{color:#29445e;font-size:1.25rem;font-weight:850}.bd411-pay-card p{color:#6c8195;font-size:.82rem;line-height:1.55}.bd411-sponsor-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.bd411-sponsor-product{padding:1.25rem;border:1px solid #dfe8ef;border-radius:1rem;background:#fff;box-shadow:0 10px 27px rgba(30,58,81,.04)}.bd411-sponsor-product>span{display:inline-block;padding:.3rem .5rem;border-radius:.5rem;background:#edf4f8;color:#3d6c91;font-family:ui-monospace,monospace;font-size:.64rem}.bd411-sponsor-product h2{margin:.8rem 0 .45rem;color:#29455f;font-size:1.08rem;font-weight:850}.bd411-sponsor-product p{min-height:72px;color:#6f8395;font-size:.78rem;line-height:1.5}.bd411-sponsor-product strong,.bd411-sponsor-product small{display:block}.bd411-sponsor-product strong{color:#1e506f;font-size:1.15rem}.bd411-sponsor-product small{margin-top:.15rem;color:#8a99a7;font-size:.68rem}.bd411-sponsor-builder{position:sticky;top:1rem}.bd411-billing-timeline{display:grid;gap:.8rem}.bd411-billing-timeline article{position:relative;padding-left:1.2rem}.bd411-billing-timeline article:before{content:'';position:absolute;left:0;top:.35rem;width:.5rem;height:.5rem;border-radius:50%;background:#386f94;box-shadow:0 0 0 4px #e7f1f7}.bd411-billing-timeline strong,.bd411-billing-timeline span,.bd411-billing-timeline small{display:block}.bd411-billing-timeline strong{color:#29455f;font-size:.78rem}.bd411-billing-timeline span{margin-top:.15rem;color:#687f93;font-size:.75rem}.bd411-billing-timeline small{margin-top:.12rem;color:#93a0ad;font-size:.65rem}.bd411-status--awaiting_payment{background:#fff2d9;color:#8f5c08}.bd411-status--paid,.bd411-status--active,.bd411-status--trial{background:#e0f4e9;color:#196443}.bd411-status--past_due,.bd411-status--failed,.bd411-status--refunded{background:#fde5e5;color:#9d2727}.bd411-status--cancelled,.bd411-status--expired,.bd411-status--voided{background:#edf0f3;color:#607385}.bd411-status--pending{background:#e8f0fb;color:#305f8d}@media(max-width:991.98px){.bd411-billing-trust{grid-template-columns:1fr}.bd411-sponsor-builder{position:static}}@media(max-width:575.98px){.bd411-plans-hero{padding:3.5rem 0 2.5rem}.bd411-billing-list article,.bd411-billing-order-list article{flex-direction:column}.bd411-billing-list article>div:last-child{width:100%}}

/* Package 09 — reputation, reviews and verification */
.bd411-profile-reviews{scroll-margin-top:6.5rem}.bd411-review-total{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.35rem .68rem;border:1px solid #dce7ee;border-radius:999px;background:#f6f9fb;color:#37516a;font-size:.76rem;font-weight:820;white-space:nowrap}.bd411-review-empty{display:flex;flex-direction:column;gap:.3rem;padding:1.2rem 1.25rem;border:1px dashed #c8d8e5;border-radius:1rem;background:#f8fbfd;color:#6c8193}.bd411-review-empty strong{color:#2c4b66}.bd411-review-compose{margin-top:1.25rem;padding:1rem 1.1rem;border:1px solid #dae7ee;border-radius:1rem;background:linear-gradient(145deg,#f8fcff,#fff)}.bd411-review-compose summary{cursor:pointer;color:#214766;font-weight:850;list-style:none}.bd411-review-compose summary::-webkit-details-marker{display:none}.bd411-review-compose summary:after{content:'+';float:right;color:#31739c;font-size:1.1rem}.bd411-review-compose[open] summary:after{content:'–'}.bd411-review-compose>p{margin:1rem 0;color:#708397;font-size:.82rem;line-height:1.55}.bd411-review-compose .bd411-stack-form{display:grid;gap:.85rem}.bd411-review-compose label,.bd411-owner-review__reply label,.bd411-admin-review-card__moderate label,.bd411-admin-verification-card__decision label{display:block;margin:0 0 .35rem;color:#536b81;font-size:.73rem;font-weight:800}.bd411-reputation-metrics article:nth-child(2) strong{color:#b27a10}.bd411-owner-review-list{display:grid;gap:1rem}.bd411-owner-review{padding:1.05rem;border:1px solid #e1eaf0;border-radius:1rem;background:#fff}.bd411-owner-review>header,.bd411-admin-review-card>header,.bd411-admin-verification-card>header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.bd411-owner-review header>div,.bd411-admin-review-card header>div,.bd411-admin-verification-card header>div{display:grid;gap:.28rem}.bd411-owner-review header strong,.bd411-admin-review-card header strong,.bd411-admin-verification-card header strong{color:#29465f;font-size:.93rem}.bd411-owner-review header small,.bd411-admin-review-card header small,.bd411-admin-verification-card header small{color:#7d91a2;font-size:.72rem}.bd411-owner-review h3,.bd411-admin-review-card h2{margin:.8rem 0 .38rem;color:#2a455e;font-size:1rem;font-weight:850}.bd411-owner-review>p,.bd411-admin-review-card__body{margin:.45rem 0 0;color:#536d82;font-size:.84rem;line-height:1.65}.bd411-owner-review__reply{display:grid;gap:.65rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e8eef2}.bd411-owner-review__reply textarea{resize:vertical}.bd411-owner-review__reply .bd411-slider-check{margin-top:0}.bd411-review-note{margin-top:.95rem;padding:.72rem .85rem;border-radius:.75rem;background:#f4f7fa;color:#6b8092;font-size:.76rem;line-height:1.45}.bd411-verification-card>p{color:#6e8294;font-size:.82rem;line-height:1.6}.bd411-verification-list{display:grid;gap:.75rem}.bd411-verification-list article{display:grid;gap:.45rem;padding:.85rem 0;border-bottom:1px solid #e9eff3}.bd411-verification-list article:last-child{border-bottom:0}.bd411-verification-list div{display:grid;gap:.25rem}.bd411-verification-list strong{color:#2e4b64;font-size:.84rem}.bd411-verification-list small{color:#8091a1;font-size:.7rem}.bd411-verification-list p{margin:0;color:#60778b;font-size:.77rem;line-height:1.5}.bd411-review-admin-list,.bd411-verification-admin-list{display:grid;gap:1rem;margin-top:1rem}.bd411-admin-review-card,.bd411-admin-verification-card{padding:1.25rem}.bd411-admin-review-card__reply{margin-top:.9rem;padding:.8rem 1rem;border-left:3px solid #4b8aa9;background:#f3f8fb}.bd411-admin-review-card__reply strong{display:block;color:#31566f;font-size:.75rem}.bd411-admin-review-card__reply p{margin:.35rem 0 0;color:#587085;font-size:.8rem;line-height:1.55}.bd411-admin-review-card__moderate,.bd411-admin-verification-card__decision{display:flex;align-items:end;gap:.8rem;margin-top:1.15rem;padding-top:1rem;border-top:1px solid #e7edf1}.bd411-admin-review-card__moderate>div:first-child,.bd411-admin-verification-card__decision>div:first-child{min-width:145px}.bd411-admin-review-card__moderate .bd411-slider-check,.bd411-admin-verification-card__decision .bd411-slider-check{flex:1;margin:0;min-width:170px}.bd411-verification-evidence{display:grid;gap:.75rem;margin:1rem 0 0}.bd411-verification-evidence div{padding:.85rem 1rem;border-radius:.75rem;background:#f7fafc}.bd411-verification-evidence dt{margin:0 0 .3rem;color:#668098;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.bd411-verification-evidence dd{margin:0;color:#405d73;font-size:.82rem;line-height:1.55;overflow-wrap:anywhere}.bd411-status--flagged{background:#fff0dc;color:#9a5c16}.bd411-status--approved{background:#e1f5ea;color:#1c6b48}.bd411-status--rejected{background:#fde8e8;color:#a43c3c}.bd411-status--expired{background:#edf0f3;color:#637486}@media(max-width:767px){.bd411-admin-review-card__moderate,.bd411-admin-verification-card__decision{align-items:stretch;flex-direction:column}.bd411-admin-review-card__moderate>div:first-child,.bd411-admin-verification-card__decision>div:first-child{min-width:0}.bd411-admin-review-card__moderate .bd411-slider-check,.bd411-admin-verification-card__decision .bd411-slider-check{min-width:0}.bd411-profile-section__heading{align-items:flex-start;flex-direction:column}.bd411-review-total{align-self:flex-start}}

/* Package 10 — owner content studio, public offers/updates/FAQs, and content moderation */
.bd411-content-studio{padding-bottom:3rem}.bd411-content-switcher{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:1.4rem 0}.bd411-content-switcher label{display:block;margin-bottom:.35rem;color:#527087;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.bd411-content-switcher>div{display:flex;gap:.6rem;min-width:min(100%,480px)}.bd411-content-switcher .form-select{min-height:46px}.bd411-content-readiness{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 1.6rem;border:1px solid #d5e6ed;border-radius:1.2rem;background:linear-gradient(120deg,#ecfbf8,#f7fbff)}.bd411-content-readiness h2{margin:.25rem 0 .45rem;color:#254d65;font-size:1.35rem;font-weight:900}.bd411-content-readiness p{max-width:680px;margin:0;color:#5d788d;font-size:.85rem;line-height:1.6}.bd411-content-readiness__score{display:grid;place-items:center;min-width:130px;min-height:118px;padding:1rem;border-radius:1rem;background:#fff;box-shadow:0 10px 28px rgba(31,74,93,.09)}.bd411-content-readiness__score strong{color:#267e75;font-size:2rem;line-height:1}.bd411-content-readiness__score span{margin-top:.5rem;color:#6b8293;font-size:.7rem;font-weight:800;text-align:center}.bd411-content-anchor-nav{display:flex;flex-wrap:wrap;gap:.55rem;margin:1rem 0 1.25rem}.bd411-content-anchor-nav a{padding:.45rem .7rem;border:1px solid #d9e6ee;border-radius:999px;background:#fff;color:#45667d;font-size:.72rem;font-weight:800}.bd411-content-anchor-nav a:hover{border-color:#4d93b8;color:#246788}.bd411-content-section{scroll-margin-top:1rem}.bd411-content-section+.bd411-content-section{margin-top:1.25rem}.bd411-content-note{max-width:300px;color:#718697;font-size:.73rem;line-height:1.5;text-align:right}.bd411-content-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem}.bd411-content-media-card{overflow:hidden;border:1px solid #dce8ee;border-radius:.85rem;background:#fff}.bd411-content-media-card img{display:block;width:100%;height:115px;object-fit:cover;background:#eef4f7}.bd411-content-media-card>div{display:grid;gap:.45rem;padding:.75rem}.bd411-content-media-card strong{overflow:hidden;color:#31536b;font-size:.78rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.bd411-content-item-list{display:grid;gap:.75rem}.bd411-content-item-list>article{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #e0eaf0;border-radius:.9rem;background:#fff}.bd411-content-item-list article>div{min-width:0}.bd411-content-item-list span:not(.bd411-status){display:inline-block;margin-bottom:.25rem;color:#6c8597;font-size:.68rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.bd411-content-item-list h3{margin:.1rem 0 .4rem;color:#2a4960;font-size:.94rem;font-weight:880}.bd411-content-item-list p{margin:0;color:#5c7486;font-size:.79rem;line-height:1.55}.bd411-content-item-list code{display:inline-block;margin-top:.55rem;padding:.25rem .42rem;border-radius:.4rem;background:#edf7f6;color:#207167;font-size:.72rem;font-weight:800}.bd411-hours-editor{display:grid;gap:.5rem}.bd411-hours-editor__row{display:grid;grid-template-columns:105px 75px minmax(80px,1fr) 10px minmax(80px,1fr) minmax(100px,1.4fr);align-items:center;gap:.55rem;padding:.55rem .7rem;border:1px solid #e2ebf0;border-radius:.65rem;background:#fbfdfe}.bd411-hours-editor__row strong{color:#385870;font-size:.76rem}.bd411-hours-editor__row .form-control{min-width:0;min-height:36px;padding:.3rem .45rem;font-size:.75rem}.bd411-hours-editor__row .bd411-check{gap:.25rem;margin:0;font-size:.69rem}.bd411-content-empty{max-width:720px;margin:2rem auto;padding:2rem}.bd411-content-empty h2{color:#2c506b;font-size:1.4rem;font-weight:900}.bd411-content-empty p{color:#637e90;line-height:1.65}.bd411-profile-offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:1rem}.bd411-profile-offer-grid article{display:flex;flex-direction:column;align-items:flex-start;min-height:210px;padding:1.25rem;border:1px solid #f0d5a6;border-radius:1rem;background:linear-gradient(145deg,#fffaf1,#fff)}.bd411-profile-offer-grid article>span{padding:.28rem .48rem;border-radius:.45rem;background:#f9e3b6;color:#92620c;font-size:.64rem;font-weight:900;letter-spacing:.07em}.bd411-profile-offer-grid h3{margin:.9rem 0 .45rem;color:#3a4f5f;font-size:1.05rem;font-weight:900}.bd411-profile-offer-grid p{margin:0 0 .7rem;color:#64798a;font-size:.84rem;line-height:1.55}.bd411-profile-offer-grid code{margin-top:auto;margin-bottom:.8rem;padding:.3rem .48rem;border:1px dashed #dbad5e;border-radius:.45rem;background:#fff8e9;color:#835916;font-size:.73rem;font-weight:850}.bd411-profile-offer-grid .btn{margin-top:auto}.bd411-profile-update-list{display:grid;gap:.8rem}.bd411-profile-update-list article{padding:1rem 1.05rem;border-left:3px solid #4b9e95;background:#f6fbfa}.bd411-profile-update-list span{display:block;margin-bottom:.35rem;color:#668092;font-size:.68rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.bd411-profile-update-list h3{margin:0 0 .4rem;color:#284a61;font-size:1rem;font-weight:880}.bd411-profile-update-list p{margin:0;color:#5c7486;font-size:.84rem;line-height:1.6}.bd411-profile-update-list a{display:inline-block;margin-top:.65rem;color:#297b74;font-size:.78rem;font-weight:850}.bd411-profile-faq-list{display:grid;gap:.65rem}.bd411-profile-faq-list details{border:1px solid #dce8ee;border-radius:.85rem;background:#fff}.bd411-profile-faq-list summary{padding:.9rem 1rem;cursor:pointer;color:#2c4e65;font-size:.87rem;font-weight:850}.bd411-profile-faq-list p{margin:0;padding:0 1rem 1rem;color:#60788b;font-size:.83rem;line-height:1.65}.bd411-profile-social{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.bd411-profile-social a{padding:.38rem .5rem;border:1px solid #dce8ee;border-radius:.5rem;background:#fbfdfe;color:#397290!important;font-size:.7rem!important;font-weight:800}.bd411-content-admin-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1.1rem 0}.bd411-content-admin-counts article{padding:1rem;border:1px solid #dce7ee;border-radius:.8rem;background:#fff}.bd411-content-admin-counts span{display:block;color:#70869a;font-size:.71rem;font-weight:820;text-transform:uppercase;letter-spacing:.06em}.bd411-content-admin-counts strong{display:block;margin-top:.3rem;color:#2e5e78;font-size:1.55rem}.bd411-content-moderation-list{display:grid;gap:1rem;margin-top:1rem}.bd411-content-moderation-card{overflow:hidden;padding:1.2rem;border:1px solid #dce7ee;border-radius:1rem;background:#fff}.bd411-content-moderation-card header{display:flex;justify-content:space-between;gap:1rem}.bd411-content-moderation-card h2{margin:.4rem 0 .2rem;color:#2d4c64;font-size:1rem;font-weight:900}.bd411-content-moderation-card header p{margin:0;color:#75899a;font-size:.72rem}.bd411-content-kind{padding:.3rem .48rem;border-radius:.5rem;background:#f0f6f8;color:#4c758c;font-size:.68rem;font-weight:850;white-space:nowrap}.bd411-content-moderation-card img{display:block;max-width:min(100%,420px);max-height:240px;margin:1rem 0;border-radius:.75rem;object-fit:cover}.bd411-content-moderation-card__detail{margin-top:.95rem;color:#5c7487;font-size:.82rem;line-height:1.6}.bd411-content-moderation-card__actions{display:flex;align-items:center;gap:.65rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e6eef2}.bd411-status--draft{background:#edf1f4;color:#617586}.bd411-status--published{background:#e1f5ea;color:#196443}.bd411-status--rejected{background:#fde8e8;color:#a43c3c}.bd411-status--pending{background:#e8f0fb;color:#305f8d}.bd411-status--approved{background:#e1f5ea;color:#196443}@media(max-width:991.98px){.bd411-content-readiness{align-items:flex-start;flex-direction:column}.bd411-content-readiness__score{min-width:0;width:100%}.bd411-content-note{text-align:left}.bd411-hours-editor__row{grid-template-columns:1fr 1fr 1fr;align-items:end}.bd411-hours-editor__row strong{grid-column:1/-1}.bd411-hours-editor__row .bd411-check{grid-column:1/-1}}@media(max-width:575.98px){.bd411-content-switcher{align-items:stretch;flex-direction:column}.bd411-content-switcher>div{min-width:0}.bd411-content-item-list>article{flex-direction:column}.bd411-content-item-list>article form{align-self:flex-end}.bd411-content-admin-counts{grid-template-columns:repeat(2,minmax(0,1fr))}.bd411-content-moderation-card header{flex-direction:column}}

/* Package 11 — SEO resource centre */
.bd411-resource-hero{padding:5.25rem 0 4.5rem;background:radial-gradient(circle at 80% 30%,rgba(38,183,166,.20),transparent 34%),linear-gradient(135deg,#102034,#1c3b5b);color:#fff}.bd411-resource-hero h1{max-width:820px;margin:.55rem 0 1.1rem;font-size:clamp(2.25rem,4.2vw,4.6rem);line-height:1.02;letter-spacing:-.055em;font-weight:900}.bd411-resource-hero p:not(.bd411-eyebrow){max-width:700px;margin:0;color:#c8d9e7;font-size:1.1rem;line-height:1.75}.bd411-resource-hero__signal{padding:1.2rem 1.3rem;border:1px solid rgba(255,255,255,.18);border-radius:1.1rem;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.bd411-resource-hero__signal span{display:block;margin-bottom:.75rem;color:#ffca6e;font-size:2rem}.bd411-resource-hero__signal strong,.bd411-resource-hero__signal small{display:block}.bd411-resource-hero__signal small{margin-top:.2rem;color:#bed3e2}.bd411-resource-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.bd411-resource-toolbar>span{color:#758b9d;font-size:.78rem;font-weight:800;white-space:nowrap}.bd411-resource-filter{display:flex;flex-wrap:wrap;gap:.5rem}.bd411-resource-filter a{padding:.55rem .75rem;border:1px solid #dce6ed;border-radius:999px;background:#fff;color:#557489;font-size:.75rem;font-weight:800}.bd411-resource-filter a.is-active{border-color:#3167d0;background:#3167d0;color:#fff}.bd411-resource-card{display:flex;flex-direction:column;min-height:300px;padding:1.4rem;border:1px solid #dce7ee;border-radius:1.15rem;background:#fff;box-shadow:0 14px 32px rgba(27,54,75,.06);transition:transform .2s ease,box-shadow .2s ease}.bd411-resource-card:hover{transform:translateY(-3px);box-shadow:0 20px 38px rgba(27,54,75,.12)}.bd411-resource-card.is-featured{border-color:#f7c86c;background:linear-gradient(150deg,#fffdf6,#fff)}.bd411-resource-card__meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.05rem;color:#72899d;font-size:.69rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.bd411-resource-card__meta span{color:#207e78}.bd411-resource-card h2{margin:0 0 .75rem;font-size:1.25rem;line-height:1.2;font-weight:900}.bd411-resource-card h2 a{color:#1a354d}.bd411-resource-card p{margin:0 0 1.15rem;color:#61798b;font-size:.88rem;line-height:1.65}.bd411-resource-card__link{margin-top:auto;color:#2a68bd;font-size:.8rem;font-weight:900}.bd411-resource-empty{padding:3rem;border:1px dashed #bdcfdb;border-radius:1rem;background:#fbfdff;text-align:center}.bd411-resource-empty strong{color:#2f526a;font-size:1.12rem}.bd411-resource-empty p{margin:.5rem 0 0;color:#6b8494}.bd411-resource-pagination{display:flex;justify-content:center;gap:.4rem;margin-top:2rem}.bd411-resource-pagination a{display:grid;width:2.25rem;height:2.25rem;place-items:center;border:1px solid #dbe6ed;border-radius:.6rem;background:#fff;color:#527187;font-weight:850}.bd411-resource-pagination a.is-current{border-color:#3066c9;background:#3066c9;color:#fff}.bd411-resource-article__hero{padding:4.5rem 0 3.5rem;background:#f3f8fb;border-bottom:1px solid #dae7ee}.bd411-resource-back{display:inline-block;margin-bottom:2.2rem;color:#346bb5;font-size:.78rem;font-weight:900}.bd411-resource-article__hero h1{max-width:950px;margin:.5rem 0 1rem;color:#17344f;font-size:clamp(2.2rem,4vw,4.35rem);line-height:1.06;letter-spacing:-.055em;font-weight:900}.bd411-resource-article__excerpt{max-width:800px;margin:0;color:#5f798c;font-size:1.15rem;line-height:1.7}.bd411-resource-article__date{margin-top:1.4rem;color:#7690a2;font-size:.78rem;font-weight:850}.bd411-resource-article__body{padding:3rem 0 2.2rem;color:#344f63;font-size:1.04rem;line-height:1.85}.bd411-resource-article__body br+br{display:block;margin-top:.75rem;content:""}.bd411-resource-article__cta{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin:0 0 3.5rem;padding:1.35rem 1.5rem;border:1px solid #cfe7e4;border-radius:1rem;background:linear-gradient(145deg,#eff9f8,#fff)}.bd411-resource-article__cta strong,.bd411-resource-article__cta span{display:block}.bd411-resource-article__cta strong{color:#245a61}.bd411-resource-article__cta span{margin-top:.2rem;color:#66818f;font-size:.82rem}.bd411-resource-related{padding:2.5rem 0 4rem;border-top:1px solid #e3edf2}.bd411-related-card{display:block;height:100%;padding:1.2rem;border:1px solid #dfe8ee;border-radius:.9rem;background:#fff}.bd411-related-card span{display:block;margin-bottom:.7rem;color:#7c94a5;font-size:.7rem;font-weight:850}.bd411-related-card strong{display:block;color:#25465e;font-size:1rem;line-height:1.3}.bd411-related-card p{margin:.7rem 0 0;color:#668091;font-size:.82rem;line-height:1.55}.bd411-seo-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1.25rem 0}.bd411-seo-kpis article{padding:1rem;border:1px solid #dce7ee;border-radius:.9rem;background:#fff}.bd411-seo-kpis span{display:block;color:#72899a;font-size:.68rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.bd411-seo-kpis strong{display:block;margin-top:.35rem;color:#24516f;font-size:1.75rem}.bd411-seo-issues{display:grid;gap:.55rem}.bd411-seo-issues article{display:flex;align-items:center;gap:.85rem;padding:.82rem .2rem;border-bottom:1px solid #edf2f5}.bd411-seo-issues article:last-child{border-bottom:0}.bd411-seo-issues__count{display:grid;flex:0 0 2.35rem;width:2.35rem;height:2.35rem;place-items:center;border-radius:.65rem;background:#eef4fa;color:#2d6392;font-size:.9rem;font-weight:900}.bd411-seo-issues .is-high .bd411-seo-issues__count{background:#fff0ed;color:#bd544b}.bd411-seo-issues strong,.bd411-seo-issues small{display:block}.bd411-seo-issues strong{color:#3c5c70;font-size:.82rem}.bd411-seo-issues small{margin-top:.2rem;color:#8a9eac;font-size:.69rem}.bd411-seo-issues a{margin-left:auto;color:#2e6dbe;font-weight:900}.bd411-seo-links{display:grid;gap:.55rem}.bd411-seo-links a{display:flex;align-items:center;gap:.7rem;padding:.75rem;border:1px solid #e2ebf1;border-radius:.75rem;background:#fbfdff;color:#315e7b}.bd411-seo-links a>span{display:grid;width:1.8rem;height:1.8rem;place-items:center;border-radius:.5rem;background:#e7f2f0;color:#27847a}.bd411-seo-links strong,.bd411-seo-links small{display:block}.bd411-seo-links strong{font-size:.78rem}.bd411-seo-links small{color:#8296a5;font-size:.67rem}.bd411-seo-links>a:last-child{margin-left:auto}.bd411-seo-recent{display:grid;gap:.5rem}.bd411-seo-recent a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.7rem;align-items:center;padding:.75rem;border-bottom:1px solid #edf2f5;color:#334f62}.bd411-seo-recent strong{overflow:hidden;font-size:.8rem;white-space:nowrap;text-overflow:ellipsis}.bd411-seo-recent small{color:#8298a8;font-size:.68rem}.bd411-filter-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0}.bd411-filter-tabs a{padding:.45rem .65rem;border:1px solid #dce7ee;border-radius:.55rem;background:#fff;color:#57748a;font-size:.75rem;font-weight:850}.bd411-filter-tabs a.is-active{border-color:#3167d0;background:#3167d0;color:#fff}.bd411-title-actions{display:flex;flex-wrap:wrap;gap:.6rem}.bd411-body-editor{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.6}.bd411-seo-sticky{position:sticky;top:1rem}.bd411-seo-editor__notice{margin-top:1rem;padding:.75rem;border-left:3px solid #ffb547;background:#fff8eb;color:#706042;font-size:.75rem;line-height:1.55}.bd411-admin-search{display:flex;max-width:620px;gap:.6rem;margin:1rem 0}.bd411-redirect-target{max-width:360px;overflow:hidden;color:#5f7889;text-overflow:ellipsis;white-space:nowrap}.bd411-seo-redirect-form{max-width:960px}.bd411-empty-note{color:#778e9e;font-size:.85rem}.bd411-text-link{color:#2a6cbd;font-size:.76rem;font-weight:900}@media(max-width:991.98px){.bd411-seo-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.bd411-seo-sticky{position:static}.bd411-resource-article__cta{align-items:flex-start;flex-direction:column}}@media(max-width:575.98px){.bd411-resource-hero{padding:3.5rem 0}.bd411-resource-toolbar{align-items:flex-start;flex-direction:column}.bd411-seo-kpis{grid-template-columns:1fr}.bd411-admin-search{flex-direction:column}.bd411-redirect-target{max-width:180px}.bd411-resource-article__body{font-size:.97rem}}


/* Package 12 — discovery intelligence */
.bd411-saved-search-list,.bd411-search-opportunities{display:grid;gap:.45rem}.bd411-saved-search-list article,.bd411-search-opportunities article{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:1px solid #e8eff3}.bd411-saved-search-list article:last-child,.bd411-search-opportunities article:last-child{border-bottom:0}.bd411-saved-search-list strong,.bd411-search-opportunities strong{display:block;color:#375669;font-size:.88rem}.bd411-saved-search-list small,.bd411-search-opportunities small{display:block;margin:.22rem 0;color:#8296a5;font-size:.72rem}.bd411-inline-actions{display:flex;gap:.45rem;align-items:center}.bd411-save-search-form h2{color:#35586e;font-size:1.25rem}.bd411-favorite-card{display:flex;min-height:210px;flex-direction:column;justify-content:space-between;padding:1.1rem;border:1px solid #e0ebf1;border-radius:1rem;background:linear-gradient(180deg,#fff,#f8fbfd)}.bd411-favorite-card span{color:#27847a;font-size:.7rem;font-weight:850;text-transform:uppercase}.bd411-favorite-card h3{margin:.55rem 0;color:#35576a;font-size:1.05rem}.bd411-favorite-card p{color:#728999;font-size:.78rem;line-height:1.55}.bd411-search-feedback{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.2rem;border:1px solid #dce8ef;border-radius:1rem;background:#f9fcfd}.bd411-search-feedback strong,.bd411-search-feedback small{display:block}.bd411-search-feedback strong{color:#365569}.bd411-search-feedback small{margin-top:.2rem;color:#8296a5;font-size:.75rem}.bd411-search-feedback form{display:flex;align-items:center;gap:.45rem;max-width:640px}.bd411-search-feedback .form-control{width:210px}.bd411-profile-favorite{margin:.7rem 0}.bd411-search-intelligence .table td,.bd411-search-intelligence .table th{vertical-align:middle}@media(max-width:767px){.bd411-search-feedback,.bd411-search-feedback form{align-items:stretch;flex-direction:column}.bd411-search-feedback .form-control{width:100%}.bd411-inline-actions{align-items:flex-end;flex-direction:column}.bd411-saved-search-list article{align-items:flex-start}}


/* Package 13: support, staff controls and operations health */
.bd411-ticket-list{display:grid;gap:.75rem}.bd411-ticket-list>a{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem;border:1px solid rgba(18,36,62,.1);border-radius:1rem;color:inherit;text-decoration:none;background:#fff}.bd411-ticket-list>a:hover{border-color:rgba(35,83,160,.4);transform:translateY(-1px)}.bd411-ticket-list strong,.bd411-ticket-list small{display:block}.bd411-ticket-list small{margin-top:.35rem;color:#6d7784}.bd411-ticket-thread{display:grid;gap:1rem}.bd411-ticket-thread article{padding:1rem 1.1rem;border-radius:1rem;background:#f5f7fa;border:1px solid rgba(18,36,62,.08)}.bd411-ticket-thread article.is-staff{background:#e9f0ff;border-color:#c9dcff}.bd411-ticket-thread article.is-internal{background:#fff7df;border-style:dashed}.bd411-ticket-thread article>div{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.bd411-ticket-thread small{color:#6d7784}.bd411-ticket-thread p{margin:0;line-height:1.6}.bd411-profile-report summary{cursor:pointer;font-weight:700}.bd411-profile-report details[open] summary{margin-bottom:.75rem}@media(max-width:767px){.bd411-ticket-thread article>div{display:block}.bd411-ticket-thread small{display:block;margin-top:.25rem}}


/* Package 14 — privacy, consent and in-app notification centre */
.bd411-consent-banner{position:fixed;z-index:1080;right:1rem;bottom:1rem;left:1rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;max-width:1120px;margin:auto;padding:1.05rem 1.2rem;border:1px solid rgba(28,51,80,.14);border-radius:1rem;background:#fff;box-shadow:0 18px 50px rgba(16,37,58,.2)}.bd411-consent-banner strong{color:#25465e;font-size:.96rem}.bd411-consent-banner p{max-width:680px;margin:.25rem 0 0;color:#647d8e;font-size:.78rem;line-height:1.55}.bd411-consent-banner__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem}.bd411-consent-banner__actions>a{color:#2866b0;font-size:.75rem;font-weight:850;white-space:nowrap}.bd411-legal-hero{padding:5rem 0 4.25rem;background:linear-gradient(135deg,#eaf4f3,#f7fbff);border-bottom:1px solid #dce8ef}.bd411-legal-hero h1{max-width:800px;margin:.5rem 0 1rem;color:#173650;font-size:clamp(2.25rem,4.5vw,4.4rem);line-height:1.03;letter-spacing:-.055em;font-weight:900}.bd411-legal-hero p:not(.bd411-eyebrow){max-width:700px;margin:0;color:#5f798b;font-size:1.08rem;line-height:1.7}.bd411-legal-card{height:100%;padding:1.8rem;border:1px solid #dce8ee;border-radius:1rem;background:#fff;box-shadow:0 10px 25px rgba(24,58,77,.04)}.bd411-legal-card h2{margin:0 0 .65rem;color:#294d64;font-size:1.26rem;font-weight:900}.bd411-legal-card h2:not(:first-child){margin-top:1.65rem}.bd411-legal-card p{color:#627b8d;font-size:.92rem;line-height:1.72}.bd411-legal-card--aside{background:linear-gradient(145deg,#eff8f7,#fff)}.bd411-legal-card--wide{max-width:940px;margin:auto}.bd411-nav-count{display:inline-grid;min-width:1.25rem;height:1.25rem;place-items:center;margin-left:auto;padding:0 .3rem;border-radius:999px;background:#ed5f52;color:#fff;font-size:.62rem;font-style:normal;font-weight:900}.bd411-notification-list{display:grid;gap:.3rem}.bd411-notification-list article{display:grid;grid-template-columns:.4rem minmax(0,1fr) auto;gap:1rem;padding:1.1rem .2rem;border-bottom:1px solid #e8eff3}.bd411-notification-list article:last-child{border-bottom:0}.bd411-notification-list article.is-unread{background:linear-gradient(90deg,rgba(234,244,255,.8),transparent)}.bd411-notification-list__marker{width:.35rem;min-height:100%;border-radius:999px;background:#9fb4c2}.bd411-notification-list__marker.lead{background:#26877b}.bd411-notification-list__marker.billing{background:#8b62c8}.bd411-notification-list__marker.review{background:#e0a32e}.bd411-notification-list__marker.support{background:#3976c3}.bd411-notification-list__marker.privacy{background:#607989}.bd411-notification-list__body>div{display:flex;justify-content:space-between;gap:1rem}.bd411-notification-list__body small{color:#8498a6;font-size:.7rem}.bd411-notification-list__body strong{display:block;margin:.45rem 0;color:#36576a;font-size:.95rem}.bd411-notification-list__body p{margin:0 0 .55rem;color:#6a8292;font-size:.82rem;line-height:1.6}.bd411-notification-list__action{display:flex;align-items:center}.bd411-privacy-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.bd411-privacy-summary article{padding:.85rem;border:1px solid #e0eaef;border-radius:.8rem;background:#fafdff}.bd411-privacy-summary span{display:block;color:#7d94a4;font-size:.66rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.bd411-privacy-summary strong{display:block;margin-top:.25rem;color:#27526e;font-size:1.45rem}.bd411-preferences-page .form-check{padding:1rem 1rem 1rem 2.8rem;border:1px solid #e0eaef;border-radius:.8rem;background:#fbfdff}.bd411-preferences-page .form-check+.form-check{margin-top:.2rem}.bd411-preferences-page .form-check-label strong,.bd411-preferences-page .form-check-label small{display:block}.bd411-preferences-page .form-check-label strong{color:#36566a;font-size:.86rem}.bd411-preferences-page .form-check-label small{margin-top:.25rem;color:#8195a4;font-size:.72rem;line-height:1.5}.bd411-privacy-request-list{display:grid;gap:.75rem}.bd411-privacy-request-list article{display:grid;grid-template-columns:minmax(0,1fr) 255px;gap:1rem;padding:1.1rem;border:1px solid #e0ebf0;border-radius:.9rem;background:#fff}.bd411-privacy-request-list__summary strong,.bd411-privacy-request-list__summary small{display:block}.bd411-privacy-request-list__summary strong{margin-top:.5rem;color:#36586b;font-size:.85rem}.bd411-privacy-request-list__summary small{margin-top:.25rem;color:#8195a4;font-size:.7rem}.bd411-privacy-request-list__summary p{margin:.55rem 0 0;color:#607988;font-size:.76rem;line-height:1.55}.bd411-privacy-request-list__form{display:grid;gap:.5rem;align-content:start}.bd411-inline-form{display:inline-block}.bd411-body.bd411-owner-body .bd411-owner-nav a em{margin-left:auto}@media(max-width:767px){.bd411-consent-banner{align-items:flex-start;flex-direction:column}.bd411-consent-banner__actions{justify-content:flex-start}.bd411-privacy-summary{grid-template-columns:1fr}.bd411-notification-list article{grid-template-columns:.32rem minmax(0,1fr)}.bd411-notification-list__action{grid-column:2}.bd411-privacy-request-list article{grid-template-columns:1fr}.bd411-legal-hero{padding:3.75rem 0}.bd411-legal-card{padding:1.25rem}}
