/* Boardio static pages kit (Redesign 07+). Editorial Light.
   ink #111111, red #eb1c22 (hover #c8161b), small red text #c4161b, red on dark #ff5a5f,
   paper #f5f3ef, muted #5b5752, lines #e0dcd5. No blue: every link sets its own hover colour.
   Root class: .bd-pg. Page scripts keep their own classes; these classes sit next to them. */

.bd-pg { font-family: Poppins, sans-serif; color: #111111; background: #f5f3ef; }
.bd-pg *, .bd-pg *::before, .bd-pg *::after { box-sizing: border-box; }
.bd-pg h1, .bd-pg h2, .bd-pg h3, .bd-pg h4, .bd-pg p, .bd-pg ul, .bd-pg ol, .bd-pg blockquote, .bd-pg figure { margin: 0; font-family: Poppins, sans-serif; }
.bd-pg ul, .bd-pg ol { padding: 0; }
.bd-pg a { text-decoration: none; }
.bd-pg a:focus-visible, .bd-pg button:focus-visible { outline: 2px solid #eb1c22; outline-offset: 3px; }
.bd-pg strong, .bd-pg b { font-weight: 600; }

/* ── Buttons ── */
.bd-pg .bd-pg-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 17px 28px; border-radius: 999px; border: 1.5px solid transparent;
    font-size: 16px; font-weight: 600; line-height: 1.2; text-decoration: none; text-align: center; cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
}
.bd-pg .bd-pg-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.bd-pg .bd-pg-btn--sm { padding: 12px 22px; font-size: 14px; }
.bd-pg .bd-pg-btn--block { width: 100%; }
.bd-pg .bd-pg-btn--red { background: #eb1c22; color: #ffffff; }
.bd-pg .bd-pg-btn--red:hover, .bd-pg .bd-pg-btn--red:focus { background: #c8161b; color: #ffffff; text-decoration: none; }
.bd-pg .bd-pg-btn--dark { background: #111111; color: #ffffff; }
.bd-pg .bd-pg-btn--dark:hover, .bd-pg .bd-pg-btn--dark:focus { background: #333333; color: #ffffff; text-decoration: none; }
.bd-pg .bd-pg-btn--ghost { border-color: #111111; color: #111111; background: transparent; }
.bd-pg .bd-pg-btn--ghost:hover, .bd-pg .bd-pg-btn--ghost:focus { background: #111111; color: #ffffff; text-decoration: none; }
.bd-pg .bd-pg-btn--light { background: #ffffff; color: #111111; }
.bd-pg .bd-pg-btn--light:hover, .bd-pg .bd-pg-btn--light:focus { background: #111111; color: #ffffff; text-decoration: none; }
.bd-pg .bd-pg-btn--ghost-light { border-color: #ffffff; color: #ffffff; background: transparent; }
.bd-pg .bd-pg-btn--ghost-light:hover, .bd-pg .bd-pg-btn--ghost-light:focus { background: #ffffff; color: #111111; text-decoration: none; }
.bd-pg .bd-pg-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Links inside text */
.bd-pg .bd-pg-link { color: inherit; font-weight: inherit; text-decoration: underline; text-underline-offset: 3px; }
.bd-pg .bd-pg-link:hover, .bd-pg .bd-pg-link:focus { color: #c4161b; text-decoration: underline; }
.bd-pg .bd-pg-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: #c4161b; text-decoration: none; }
.bd-pg .bd-pg-arrow:hover, .bd-pg .bd-pg-arrow:focus { color: #111111; text-decoration: none; }
.bd-pg .bd-pg-dark .bd-pg-link, .bd-pg .bd-pg-dark .bd-pg-arrow,
.bd-pg .bd-pg-red .bd-pg-link, .bd-pg .bd-pg-red .bd-pg-arrow { color: #ffffff; }
.bd-pg .bd-pg-dark .bd-pg-link:hover, .bd-pg .bd-pg-dark .bd-pg-arrow:hover { color: #ff5a5f; }
.bd-pg .bd-pg-red .bd-pg-link:hover, .bd-pg .bd-pg-red .bd-pg-arrow:hover { color: #111111; }

/* ── Hero (option A: page header + stat band) ── */
.bd-pg-hero { padding: 72px 0 0; }
.bd-pg-hero-pad { padding-bottom: 88px; }
.bd-pg .bd-pg-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: #5b5752; margin-bottom: 28px; }
.bd-pg .bd-pg-crumbs a { color: #5b5752; text-decoration: none; }
.bd-pg .bd-pg-crumbs a:hover { color: #c4161b; }
.bd-pg .bd-pg-crumbs [aria-current] { color: #111111; font-weight: 500; }
.bd-pg .bd-pg-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: #5b5752; margin-bottom: 20px; }
.bd-pg .bd-pg-dot { width: 8px; height: 8px; border-radius: 50%; background: #eb1c22; flex-shrink: 0; }
.bd-pg-hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px 64px; align-items: center; }
.bd-pg .bd-pg-h1 { font-size: clamp(36px, 4.2vw, 60px); line-height: 1.04; font-weight: 700; letter-spacing: -0.035em; color: #111111; overflow-wrap: break-word; }
.bd-pg .bd-pg-h1 span, .bd-pg .bd-pg-h1 em { color: #eb1c22; font-style: normal; }
.bd-pg-hero-side { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.bd-pg .bd-pg-lead { font-size: 17px; line-height: 1.6; color: #3d3a36; }
.bd-pg .bd-pg-meta { font-size: 13px; line-height: 1.6; color: #5b5752; }
.bd-pg .bd-pg-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-top: 28px; }
.bd-pg .bd-pg-chips li, .bd-pg .bd-pg-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: #ffffff; font-size: 13px; font-weight: 500; color: #111111; }

.bd-pg-band { margin-top: 56px; background: #ffffff; border-top: 1px solid #e0dcd5; }
.bd-pg-band-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bd-pg-band-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bd-pg-band-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bd-pg .bd-pg-band-item { padding: 32px 24px; display: flex; flex-direction: column; gap: 6px; border-right: 1px solid #e0dcd5; }
.bd-pg .bd-pg-band-item:first-child { padding-left: 0; }
.bd-pg .bd-pg-band-item:last-child { border-right: 0; }
.bd-pg .bd-pg-band-item strong { font-size: 44px; font-weight: 700; letter-spacing: -0.035em; line-height: 1.05; color: #111111; }
.bd-pg .bd-pg-band-item:first-child strong { color: #eb1c22; }
.bd-pg .bd-pg-band-item span { font-size: 14px; line-height: 1.45; color: #5b5752; }
.bd-pg a.bd-pg-band-item:hover strong { color: #c4161b; }

/* ── Sections ── */
.bd-pg-sec { padding: 104px 0; }
.bd-pg-sec--tight { padding: 72px 0; }
.bd-pg-sec--white { background: #ffffff; }
.bd-pg-sec--dark, .bd-pg-dark { background: #111111; color: #ffffff; }
.bd-pg-sec--red, .bd-pg-red { background: #eb1c22; color: #ffffff; }
.bd-pg-head { display: flex; flex-direction: column; gap: 14px; max-width: 760px; margin-bottom: 40px; }
.bd-pg-head--center { margin-left: auto; margin-right: auto; text-align: center; align-items: center; }
.bd-pg-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; }
.bd-pg-head-row .bd-pg-head { margin-bottom: 0; }
.bd-pg .bd-pg-eyebrow { display: block; font-size: 12px; letter-spacing: 1.5px; font-weight: 600; text-transform: uppercase; color: #c4161b; }
.bd-pg .bd-pg-dark .bd-pg-eyebrow { color: #ff5a5f; }
.bd-pg .bd-pg-red .bd-pg-eyebrow { color: #ffffff; }
.bd-pg .bd-pg-h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.08; font-weight: 700; letter-spacing: -0.03em; color: inherit; overflow-wrap: break-word; }
.bd-pg .bd-pg-h2 span, .bd-pg .bd-pg-h2 em { color: #eb1c22; font-style: normal; }
.bd-pg .bd-pg-dark .bd-pg-h2 span, .bd-pg .bd-pg-dark .bd-pg-h2 em { color: #ff5a5f; }
.bd-pg .bd-pg-h3 { font-size: 22px; line-height: 1.25; font-weight: 700; letter-spacing: -0.02em; color: inherit; }
.bd-pg .bd-pg-intro { font-size: 16px; line-height: 1.7; color: #5b5752; }
.bd-pg .bd-pg-dark .bd-pg-intro { color: #bdbdbd; }
.bd-pg .bd-pg-red .bd-pg-intro { color: #ffffff; }
.bd-pg .bd-pg-text { font-size: 16px; line-height: 1.75; color: #3d3a36; }
.bd-pg .bd-pg-text + .bd-pg-text { margin-top: 16px; }
.bd-pg .bd-pg-dark .bd-pg-text { color: #cfcfcf; }
.bd-pg .bd-pg-small { font-size: 13px; line-height: 1.6; color: #5b5752; }
.bd-pg .bd-pg-dark .bd-pg-small, .bd-pg .bd-pg-dark .bd-pg-meta { color: #bdbdbd; }
.bd-pg .bd-pg-red .bd-pg-small, .bd-pg .bd-pg-red .bd-pg-meta { color: #ffffff; }
.bd-pg .bd-pg-after { margin-top: 28px; }

/* ── Layout helpers ── */
.bd-pg-split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: start; }
.bd-pg-split--4-8 { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); }
.bd-pg-split--6-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bd-pg-split--8-4 { grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); }
.bd-pg-split--center { align-items: center; }
.bd-pg-split > .bd-pg-head { margin-bottom: 0; }
.bd-pg-stack { display: flex; flex-direction: column; gap: 16px; }
.bd-pg-grid { display: grid; gap: 16px; }
.bd-pg-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bd-pg-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bd-pg-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ── Cards ── */
.bd-pg-card { background: #ffffff; color: #111111; border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.bd-pg-sec--white .bd-pg-card { background: #f5f3ef; }
.bd-pg .bd-pg-card--dark, .bd-pg-sec--white .bd-pg-card--dark { background: #111111; color: #ffffff; }
.bd-pg .bd-pg-card--red, .bd-pg-sec--white .bd-pg-card--red { background: #eb1c22; color: #ffffff; }
.bd-pg .bd-pg-card--outline { background: transparent; border: 2px solid #eb1c22; }
.bd-pg .bd-pg-card--line { background: transparent; border: 1px solid #e0dcd5; }
.bd-pg-dark .bd-pg-card { background: #1e1e1e; color: #ffffff; }
.bd-pg-dark .bd-pg-card--red { background: #eb1c22; color: #ffffff; }
.bd-pg-dark .bd-pg-card--red .bd-pg-card-text { color: #ffffff; }
.bd-pg-dark .bd-pg-card--outline { background: transparent; }
.bd-pg a.bd-pg-card { text-decoration: none; transition: transform .15s, box-shadow .15s; }
.bd-pg a.bd-pg-card:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(17, 17, 17, 0.08); color: inherit; }
.bd-pg .bd-pg-card-title { font-size: 19px; font-weight: 600; line-height: 1.3; color: inherit; }
.bd-pg .bd-pg-card-text { font-size: 14px; line-height: 1.7; color: #5b5752; }
.bd-pg .bd-pg-card--dark .bd-pg-card-text, .bd-pg-dark .bd-pg-card .bd-pg-card-text { color: #cfcfcf; }
.bd-pg .bd-pg-card--red .bd-pg-card-text { color: #ffffff; }
.bd-pg .bd-pg-card-tag { font-size: 12px; letter-spacing: 1.2px; font-weight: 600; text-transform: uppercase; color: #c4161b; }
.bd-pg .bd-pg-card--dark .bd-pg-card-tag, .bd-pg-dark .bd-pg-card .bd-pg-card-tag { color: #ff5a5f; }
.bd-pg .bd-pg-card--red .bd-pg-card-tag { color: #ffffff; }
.bd-pg .bd-pg-card-foot { margin-top: auto; padding-top: 8px; }
.bd-pg .bd-pg-card-figure { font-size: 40px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; }
.bd-pg .bd-pg-bignum { font-size: 96px; font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: #eb1c22; }
.bd-pg-dark .bd-pg-bignum { color: #ff5a5f; }
.bd-pg .bd-pg-icon { width: 44px; height: 44px; border-radius: 50%; background: #111111; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bd-pg .bd-pg-icon svg { width: 20px; height: 20px; }
.bd-pg .bd-pg-icon--red { background: #eb1c22; color: #ffffff; }
.bd-pg .bd-pg-card--dark .bd-pg-icon, .bd-pg-dark .bd-pg-icon { background: #eb1c22; }
.bd-pg .bd-pg-card--red .bd-pg-icon { background: #ffffff; color: #eb1c22; }
.bd-pg .bd-pg-num { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; color: #eb1c22; }
.bd-pg .bd-pg-dark .bd-pg-num { color: #ff5a5f; }
.bd-pg .bd-pg-card--red .bd-pg-num { color: #ffffff; }

/* Tag pills */
.bd-pg .bd-pg-tag { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; background: #f5f3ef; font-size: 12px; font-weight: 600; color: #111111; }
.bd-pg-sec--white .bd-pg-card .bd-pg-tag { background: #ffffff; }
.bd-pg .bd-pg-tag--dark { background: #111111; color: #ffffff; }
.bd-pg .bd-pg-tag--red { background: #eb1c22; color: #ffffff; }
.bd-pg-dark .bd-pg-tag, .bd-pg .bd-pg-card--dark .bd-pg-tag { background: #2c2c2c; color: #ffffff; }
.bd-pg .bd-pg-tags { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.bd-pg .bd-pg-tag { align-self: flex-start; }
.bd-pg .bd-pg-tag svg { width: 12px; height: 12px; flex-shrink: 0; }
.bd-pg .bd-pg-dark .bd-pg-tag--red, .bd-pg .bd-pg-card--dark .bd-pg-tag--red, .bd-pg .bd-pg-tier--featured .bd-pg-tag--red { background: #eb1c22; color: #ffffff; }
.bd-pg .bd-pg-dark .bd-pg-tag--dark, .bd-pg .bd-pg-card--dark .bd-pg-tag--dark { background: #ffffff; color: #111111; }

/* ── Check lists ── */
.bd-pg .bd-pg-checks { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.bd-pg .bd-pg-checks > li { position: relative; padding-left: 34px; font-size: 15px; line-height: 1.55; }
.bd-pg .bd-pg-checks > li::before {
    content: ''; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%;
    background: #eb1c22 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.bd-pg .bd-pg-red .bd-pg-checks > li::before, .bd-pg .bd-pg-card--red .bd-pg-checks > li::before {
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23eb1c22' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.bd-pg .bd-pg-checks--x > li::before {
    background: #e0dcd5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M7 7l10 10M17 7L7 17'/%3E%3C/svg%3E") center / 10px no-repeat;
}
.bd-pg .bd-pg-dots { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.bd-pg .bd-pg-dots > li { position: relative; padding-left: 22px; font-size: 15px; line-height: 1.7; color: #3d3a36; }
.bd-pg .bd-pg-dots > li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: #eb1c22; }
.bd-pg .bd-pg-dark .bd-pg-dots > li, .bd-pg .bd-pg-card--dark .bd-pg-dots > li { color: #cfcfcf; }
.bd-pg .bd-pg-dots > li strong { color: inherit; }
.bd-pg-dark .bd-pg-dots > li strong { color: #ffffff; }

/* Pills row */
.bd-pg .bd-pg-pills { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.bd-pg .bd-pg-pills > li { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px 12px 14px; background: #ffffff; border-radius: 999px; font-size: 14px; font-weight: 600; }
.bd-pg-sec--white .bd-pg-pills > li { background: #f5f3ef; }
.bd-pg .bd-pg-pills > li::before {
    content: ''; width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
    background: #eb1c22 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.bd-pg .bd-pg-pills > li.bd-pg-pill-alt::before {
    background: #111111 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 3-6.7L3 8M3 3v5h5'/%3E%3C/svg%3E") center / 12px no-repeat;
}

/* ── Numbered steps (rows) ── */
.bd-pg-steps { border-top: 1px solid #e0dcd5; }
.bd-pg .bd-pg-step { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 24px; padding: 28px 0; border-bottom: 1px solid #e0dcd5; }
.bd-pg .bd-pg-step-body { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.bd-pg .bd-pg-step-title { font-size: 20px; font-weight: 600; line-height: 1.3; }
.bd-pg .bd-pg-step-text { font-size: 15px; line-height: 1.7; color: #5b5752; }
.bd-pg-dark .bd-pg-steps, .bd-pg-dark .bd-pg-step { border-color: #2c2c2c; }
.bd-pg-dark .bd-pg-step-text { color: #bdbdbd; }

/* Timeline grid (dark section) */
.bd-pg-timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 2px solid currentColor; }
.bd-pg-timeline--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bd-pg-timeline--4 .bd-pg-tl-item:nth-child(n+4) { border-top: 0; }
.bd-pg-timeline--4 .bd-pg-tl-item:nth-child(n+5) { border-top: 1px solid #e0dcd5; }
.bd-pg .bd-pg-tl-item { padding: 28px 24px 28px 0; display: flex; flex-direction: column; gap: 8px; }
.bd-pg .bd-pg-tl-item:nth-child(n+4) { border-top: 1px solid #e0dcd5; }
.bd-pg-dark .bd-pg-tl-item:nth-child(n+4) { border-top-color: #2c2c2c; }
.bd-pg .bd-pg-tl-when { font-size: 13px; font-weight: 600; color: #c4161b; }
.bd-pg-dark .bd-pg-tl-when { color: #ff5a5f; }
.bd-pg .bd-pg-tl-title { font-size: 19px; font-weight: 600; line-height: 1.3; }
.bd-pg .bd-pg-tl-text { font-size: 14px; line-height: 1.7; color: #5b5752; }
.bd-pg-dark .bd-pg-tl-text { color: #bdbdbd; }

/* Big stats (dark band) */
.bd-pg-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid currentColor; }
.bd-pg-stats--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bd-pg .bd-pg-stat { padding: 28px 24px 0 0; display: flex; flex-direction: column; gap: 6px; }
.bd-pg .bd-pg-stat strong { font-size: 56px; font-weight: 700; letter-spacing: -0.035em; line-height: 1.05; }
.bd-pg .bd-pg-stat:first-child strong { color: #eb1c22; }
.bd-pg-dark .bd-pg-stat:first-child strong { color: #ff5a5f; }
.bd-pg .bd-pg-stat span { font-size: 14px; line-height: 1.5; color: #5b5752; }
.bd-pg-dark .bd-pg-stat span { color: #bdbdbd; }

/* ── Pricing tiers ── */
.bd-pg-tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.bd-pg-tiers--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bd-pg-tier { background: #ffffff; border-radius: 24px; padding: 36px; display: flex; flex-direction: column; gap: 14px; }
.bd-pg-sec--white .bd-pg-tier { background: #f5f3ef; }
.bd-pg .bd-pg-tier--featured, .bd-pg-sec--white .bd-pg-tier--featured { background: #111111; color: #ffffff; }
.bd-pg .bd-pg-tier-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.bd-pg .bd-pg-tier-label { font-size: 15px; font-weight: 600; color: #5b5752; }
.bd-pg .bd-pg-tier--featured .bd-pg-tier-label { color: #bdbdbd; }
.bd-pg .bd-pg-tier-badge { font-size: 11px; letter-spacing: 1.2px; font-weight: 600; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: #eb1c22; color: #ffffff; }
.bd-pg .bd-pg-tier-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; }
.bd-pg .bd-pg-tier-from { font-size: 13px; color: #5b5752; }
.bd-pg .bd-pg-tier-amount { font-size: 48px; font-weight: 700; letter-spacing: -0.035em; line-height: 1; }
.bd-pg .bd-pg-tier-alt { font-size: 14px; font-weight: 600; color: #5b5752; }
.bd-pg .bd-pg-tier--featured .bd-pg-tier-from, .bd-pg .bd-pg-tier--featured .bd-pg-tier-alt { color: #bdbdbd; }
.bd-pg .bd-pg-tier-sub { font-size: 13px; line-height: 1.5; color: #5b5752; }
.bd-pg .bd-pg-tier--featured .bd-pg-tier-sub { color: #bdbdbd; }
.bd-pg .bd-pg-tier-desc { font-size: 15px; line-height: 1.6; }
.bd-pg .bd-pg-tier .bd-pg-checks { padding-top: 16px; border-top: 1px solid #e0dcd5; }
.bd-pg .bd-pg-tier--featured .bd-pg-checks { border-top-color: #2c2c2c; }
.bd-pg .bd-pg-tier .bd-pg-checks > li { font-size: 14px; }
.bd-pg .bd-pg-tier .bd-pg-btn { margin-top: auto; width: 100%; }
.bd-pg .bd-pg-tier--featured .bd-pg-btn--ghost { border-color: #ffffff; color: #ffffff; }

/* Guarantee / note box */
.bd-pg-note { border: 2px solid #eb1c22; border-radius: 24px; padding: 32px; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 20px; align-items: start; background: transparent; }
.bd-pg .bd-pg-note-icon { width: 56px; height: 56px; border-radius: 50%; background: #eb1c22; color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; }
.bd-pg .bd-pg-note-icon svg { width: 24px; height: 24px; }
.bd-pg .bd-pg-note-title { font-size: 20px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.bd-pg .bd-pg-note-text { font-size: 15px; line-height: 1.7; color: #3d3a36; }
.bd-pg .bd-pg-note-text + .bd-pg-note-text { margin-top: 10px; }
.bd-pg-dark .bd-pg-note-text { color: #cfcfcf; }
.bd-pg .bd-pg-note--soft { border: 0; background: #ffffff; }
.bd-pg-sec--white .bd-pg-note--soft { background: #f5f3ef; }
.bd-pg-dark .bd-pg-note--soft { background: #1e1e1e; }
.bd-pg .bd-pg-note--soft .bd-pg-note-icon { background: #111111; }

/* ── Price panel (subscriptions) ── */
.bd-pg .bd-pg-toggle { display: inline-flex; padding: 4px; background: #ffffff; border: 1px solid #e0dcd5; border-radius: 999px; gap: 2px; }
.bd-pg .bd-pg-toggle button { padding: 10px 18px; border-radius: 999px; border: 0; background: transparent; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 600; color: #111111; cursor: pointer; }
.bd-pg .bd-pg-toggle button:hover { color: #c4161b; }
.bd-pg .bd-pg-toggle button.active { background: #111111; color: #ffffff; }
.bd-pg .bd-pg-toggles { display: flex; flex-wrap: wrap; gap: 12px; }
.bd-pg-panel { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 16px; }
.bd-pg-panel-main { background: #111111; color: #ffffff; border-radius: 24px; padding: 40px; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.bd-pg-panel-side { background: #ffffff; border-radius: 24px; padding: 40px; display: flex; flex-direction: column; gap: 20px; }
.bd-pg .bd-pg-price { font-size: 80px; font-weight: 700; letter-spacing: -0.04em; line-height: 1; }
.bd-pg .bd-pg-price sup { font-size: 0.4em; font-weight: 600; vertical-align: 0.9em; margin-right: 2px; }
.bd-pg .bd-pg-price small, .bd-pg .bd-pg-price .bd-pg-price-period { font-size: 0.24em; font-weight: 500; letter-spacing: 0; color: #bdbdbd; margin-left: 4px; }
.bd-pg .bd-pg-price-note { font-size: 14px; color: #bdbdbd; }
.bd-pg .bd-pg-save { font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px; background: #eb1c22; color: #ffffff; }
.bd-pg-panel-main .bd-pg-checks { width: 100%; padding-top: 16px; border-top: 1px solid #2c2c2c; }
.bd-pg-panel-main .bd-pg-btn { width: 100%; margin-top: 8px; }
.bd-pg .bd-pg-callout { background: #f5f3ef; border-radius: 16px; padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.bd-pg .bd-pg-callout-title { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.bd-pg .bd-pg-callout-text { font-size: 13px; line-height: 1.6; color: #5b5752; }
.bd-pg .bd-pg-callout--dark { background: #1e1e1e; color: #ffffff; }
.bd-pg .bd-pg-callout--dark .bd-pg-callout-text { color: #cfcfcf; }
.bd-pg-bar { margin-top: 16px; background: #eb1c22; color: #ffffff; border-radius: 24px; padding: 32px 40px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.bd-pg .bd-pg-bar-title { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.bd-pg .bd-pg-bar-text { font-size: 14px; line-height: 1.6; }
.bd-pg-bar .bd-pg-btn { flex-shrink: 0; }

/* ── Testimonials ── */
.bd-pg-quote-card { background: #ffffff; border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.bd-pg-sec--white .bd-pg-quote-card { background: #f5f3ef; }
.bd-pg-dark .bd-pg-quote-card { background: #1e1e1e; }
.bd-pg .bd-pg-stars { color: #eb1c22; letter-spacing: 3px; font-size: 15px; }
.bd-pg .bd-pg-quote-text { font-size: 17px; line-height: 1.6; font-weight: 500; }
.bd-pg .bd-pg-person-mini { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.bd-pg .bd-pg-avatar { width: 40px; height: 40px; border-radius: 50%; background: #111111; color: #ffffff; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bd-pg-dark .bd-pg-avatar { background: #eb1c22; }
.bd-pg .bd-pg-name { display: block; font-size: 14px; font-weight: 600; }
.bd-pg .bd-pg-role { display: block; font-size: 13px; color: #5b5752; }
.bd-pg-dark .bd-pg-role { color: #bdbdbd; }
.bd-pg-quote { background: #111111; color: #ffffff; border-radius: 24px; padding: 44px 48px; display: grid; grid-template-columns: 72px minmax(0, 1fr); column-gap: 24px; align-items: start; }
.bd-pg .bd-pg-quote-mark { font-size: 96px; line-height: 0.8; font-weight: 700; color: #eb1c22; }
.bd-pg .bd-pg-quote blockquote, .bd-pg .bd-pg-quote-big { font-size: 24px; line-height: 1.45; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 16px; }
.bd-pg .bd-pg-quote cite { display: block; font-style: normal; font-size: 12px; letter-spacing: 1.5px; font-weight: 600; text-transform: uppercase; color: #bdbdbd; }

/* ── FAQ (each page keeps its own toggle script and classes) ── */
.bd-pg-faq { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 64px; align-items: start; }
.bd-pg-faq-side { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; min-width: 0; }
.bd-pg .bd-pg-faq-side .bd-pg-h2 { font-size: clamp(28px, 2.6vw, 38px); }
.bd-pg-faq-side .bd-pg-actions { margin-top: 12px; }
.bd-pg-faq-list { border-top: 1px solid #e0dcd5; }
.bd-pg .bd-pg-faq-item { border-bottom: 1px solid #e0dcd5; }
.bd-pg .bd-pg-faq-q {
    width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
    background: none; border: 0; padding: 24px 0; margin: 0; cursor: pointer; text-align: left;
    font-family: Poppins, sans-serif; font-size: 17px; font-weight: 600; line-height: 1.45; color: #111111;
}
.bd-pg .bd-pg-faq-q:hover { color: #c4161b; }
.bd-pg .bd-pg-faq-chev {
    width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid #111111; color: #111111;
    display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
    font-size: 18px; font-weight: 500; line-height: 1; transition: transform .2s, background .2s, color .2s;
}
.bd-pg .bd-pg-faq-a { display: none; padding: 0 48px 24px 0; font-size: 15px; line-height: 1.75; color: #5b5752; }
.bd-pg .bd-pg-faq-a.open, .bd-pg .bd-pg-faq-item.open .bd-pg-faq-a { display: block; }
.bd-pg .bd-pg-faq-q.open .bd-pg-faq-chev, .bd-pg .bd-pg-faq-item.open .bd-pg-faq-chev { transform: rotate(45deg); background: #111111; color: #ffffff; }
.bd-pg .bd-pg-faq-a a { color: #111111; text-decoration: underline; text-underline-offset: 3px; }
.bd-pg .bd-pg-faq-a a:hover { color: #c4161b; }
/* Static Q and A list (no toggle) */
.bd-pg .bd-pg-qa { padding: 24px 0; border-bottom: 1px solid #e0dcd5; }
.bd-pg .bd-pg-qa-q { font-size: 17px; font-weight: 600; line-height: 1.45; margin-bottom: 8px; }
.bd-pg .bd-pg-qa-a { font-size: 15px; line-height: 1.75; color: #5b5752; }
.bd-pg .bd-pg-qa-a a { color: #111111; text-decoration: underline; text-underline-offset: 3px; }
.bd-pg .bd-pg-qa-a a:hover { color: #c4161b; }

/* ── Form panel (Livewire forms keep their markup) ── */
.bd-pg-form { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: start; }
.bd-pg-form-text { display: flex; flex-direction: column; gap: 22px; }
.bd-pg .bd-pg-trust { list-style: none; display: flex; flex-direction: column; gap: 18px; margin-top: 8px; }
.bd-pg .bd-pg-trust > li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; align-items: start; }
.bd-pg .bd-pg-trust .bd-pg-icon { width: 40px; height: 40px; }
.bd-pg .bd-pg-trust .bd-pg-icon svg { width: 18px; height: 18px; }
.bd-pg .bd-pg-trust strong { display: block; font-size: 15px; font-weight: 600; }
.bd-pg .bd-pg-trust span:not(.bd-pg-icon) { display: block; font-size: 14px; line-height: 1.6; color: #5b5752; }
.bd-pg-form-panel { background: #ffffff; border-radius: 24px; padding: 40px; box-shadow: 0 30px 60px rgba(17, 17, 17, 0.08); }
.bd-pg .bd-pg-form-title { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.bd-pg .bd-pg-form-sub { font-size: 14px; color: #5b5752; margin-bottom: 24px; }
.bd-pg-form-panel label, .bd-pg-form-panel .start-form-group label { color: #111111; font-weight: 600; font-size: 13px; }
.bd-pg-form-panel input[type="text"], .bd-pg-form-panel input[type="email"], .bd-pg-form-panel input[type="tel"], .bd-pg-form-panel input[type="url"],
.bd-pg-form-panel select, .bd-pg-form-panel textarea {
    background: #f5f3ef; border: 1px solid #e0dcd5; border-radius: 12px; color: #111111; font-family: Poppins, sans-serif;
}
.bd-pg-form-panel input::placeholder, .bd-pg-form-panel textarea::placeholder { color: #8a857e; }
.bd-pg-form-panel input:focus, .bd-pg-form-panel select:focus, .bd-pg-form-panel textarea:focus { border-color: #eb1c22; outline: none; box-shadow: none; }
.bd-pg-form-panel .start-btn-submit, .bd-pg-form-panel button[type="submit"] {
    width: 100%; margin-top: 4px; background: #eb1c22; border: 0; border-radius: 999px; color: #ffffff; font-weight: 600; padding: 16px 24px;
}
.bd-pg-form-panel .start-btn-submit:hover, .bd-pg-form-panel button[type="submit"]:hover { background: #c8161b; color: #ffffff; }
.bd-pg-form-panel .start-form-submit { text-align: center; }
.bd-pg-form-panel .start-alt-cta { color: #5b5752; }
.bd-pg-form-panel a { color: #111111; text-decoration: underline; }
.bd-pg-form-panel a:hover { color: #c4161b; }
.bd-pg .bd-pg-form-note { font-size: 12px; color: #5b5752; margin-top: 16px; }

/* Embeds (video, Google Forms) */
.bd-pg-video { border-radius: 24px; overflow: hidden; background: #111111; }
.bd-pg-embed { background: #ffffff; border-radius: 24px; padding: 16px; overflow: hidden; }
.bd-pg-embed iframe { display: block; width: 100%; border: 0; }

/* ── Link tiles (countries, sectors, related) ── */
.bd-pg-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.bd-pg-tiles--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bd-pg .bd-pg-tile { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; background: #ffffff; border-radius: 16px; color: #111111; text-decoration: none; transition: background .15s; }
.bd-pg-sec--white .bd-pg-tile { background: #f5f3ef; }
.bd-pg .bd-pg-tile:hover { background: #111111; color: #ffffff; }
.bd-pg .bd-pg-tile:hover .bd-pg-tile-meta { color: #bdbdbd; }
.bd-pg .bd-pg-tile-main { display: flex; align-items: center; gap: 12px; min-width: 0; }
.bd-pg .bd-pg-code { width: 36px; height: 36px; border-radius: 50%; background: #111111; color: #ffffff; font-size: 11px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; text-transform: uppercase; }
.bd-pg .bd-pg-code svg { width: 16px; height: 16px; }
.bd-pg .bd-pg-tile:hover .bd-pg-code { background: #eb1c22; }
.bd-pg .bd-pg-tile-name { font-size: 15px; font-weight: 600; }
.bd-pg .bd-pg-tile-meta { font-size: 14px; color: #5b5752; flex-shrink: 0; }
.bd-pg .bd-pg-tile-sub { display: block; font-size: 13px; line-height: 1.5; font-weight: 400; color: #5b5752; margin-top: 2px; }
.bd-pg .bd-pg-tile:hover .bd-pg-tile-sub { color: #bdbdbd; }

/* ── Closing CTA ── */
.bd-pg-close { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px; align-items: center; }
.bd-pg .bd-pg-close-title { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.02; font-weight: 700; letter-spacing: -0.035em; margin-bottom: 16px; }
.bd-pg .bd-pg-close-text { font-size: 18px; line-height: 1.6; color: #5b5752; }
.bd-pg-red .bd-pg-close-text, .bd-pg-dark .bd-pg-close-text { color: inherit; }
.bd-pg-close-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; }

/* ── Table ── */
.bd-pg-table-wrap { overflow-x: auto; background: #ffffff; border-radius: 20px; }
.bd-pg-sec--white .bd-pg-table-wrap { background: #f5f3ef; }
.bd-pg .bd-pg-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.bd-pg .bd-pg-table th, .bd-pg .bd-pg-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid #e0dcd5; vertical-align: top; line-height: 1.55; }
.bd-pg .bd-pg-table th { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 600; color: #5b5752; }
.bd-pg .bd-pg-table tr:last-child td { border-bottom: 0; }

/* ── Prose (legal and long text) ── */
.bd-pg-prose { max-width: 780px; font-size: 16px; line-height: 1.75; color: #3d3a36; }
.bd-pg-prose h1 { font-size: clamp(32px, 3.6vw, 48px); line-height: 1.08; font-weight: 700; letter-spacing: -0.03em; color: #111111; margin-bottom: 24px; }
.bd-pg-prose h2 { font-size: 26px; line-height: 1.2; font-weight: 700; letter-spacing: -0.02em; color: #111111; margin: 40px 0 12px; }
.bd-pg-prose h3, .bd-pg-prose h4 { font-size: 19px; line-height: 1.3; font-weight: 600; color: #111111; margin: 28px 0 10px; }
.bd-pg-prose p { margin: 0 0 16px; }
.bd-pg-prose ul, .bd-pg-prose ol { padding-left: 22px; margin: 0 0 16px; }
.bd-pg-prose li { margin-bottom: 8px; }
.bd-pg-prose a { color: #111111; text-decoration: underline; text-underline-offset: 3px; }
.bd-pg-prose a:hover { color: #c4161b; }

/* ── Tablet ── */
@media (max-width: 1023px) {
    .bd-pg-hero-grid, .bd-pg-split, .bd-pg-split--4-8, .bd-pg-split--6-6, .bd-pg-split--8-4, .bd-pg-faq, .bd-pg-form, .bd-pg-panel, .bd-pg-close { grid-template-columns: minmax(0, 1fr); }
    .bd-pg-hero-grid { align-items: start; }
    .bd-pg-split, .bd-pg-faq, .bd-pg-form { gap: 32px; }
    .bd-pg-grid--3, .bd-pg-grid--4, .bd-pg-tiers, .bd-pg-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bd-pg-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bd-pg-tiles--3 { grid-template-columns: minmax(0, 1fr); }
    .bd-pg-band-grid, .bd-pg-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bd-pg .bd-pg-band-item:nth-child(2n) { border-right: 0; }
    .bd-pg .bd-pg-band-item:nth-child(2n+1) { padding-left: 0; }
    .bd-pg .bd-pg-band-item:nth-child(n+3) { border-top: 1px solid #e0dcd5; }
    .bd-pg .bd-pg-tl-item:nth-child(n+3) { border-top: 1px solid #e0dcd5; }
    .bd-pg-dark .bd-pg-tl-item:nth-child(n+3) { border-top-color: #2c2c2c; }
    .bd-pg-close-actions { align-items: flex-start; }
    .bd-pg-head-row { flex-direction: column; align-items: flex-start; }
}

/* ── Phone ── */
@media (max-width: 767px) {
    .bd-pg-hero { padding-top: 40px; }
    .bd-pg-hero-pad { padding-bottom: 48px; }
    .bd-pg .bd-pg-crumbs { margin-bottom: 20px; }
    .bd-pg .bd-pg-lead { font-size: 16px; }
    .bd-pg-hero-side, .bd-pg-hero-side .bd-pg-actions { width: 100%; }
    .bd-pg-hero-side .bd-pg-btn { flex: 1 1 100%; }
    .bd-pg-band { margin-top: 40px; }
    .bd-pg .bd-pg-band-item { padding: 22px 16px; }
    .bd-pg .bd-pg-band-item strong { font-size: 32px; }
    .bd-pg-sec { padding: 56px 0; }
    .bd-pg-sec--tight { padding: 48px 0; }
    .bd-pg-head, .bd-pg-head-row { margin-bottom: 24px; }
    .bd-pg-grid--2, .bd-pg-grid--3, .bd-pg-grid--4, .bd-pg-tiers, .bd-pg-tiers--2, .bd-pg-timeline, .bd-pg-stats, .bd-pg-stats--3 { grid-template-columns: minmax(0, 1fr); }
    .bd-pg .bd-pg-tl-item { padding: 22px 0; }
    .bd-pg .bd-pg-tl-item:nth-child(n+2) { border-top: 1px solid #e0dcd5; }
    .bd-pg-dark .bd-pg-tl-item:nth-child(n+2) { border-top-color: #2c2c2c; }
    .bd-pg .bd-pg-stat { padding: 22px 0 0; }
    .bd-pg .bd-pg-stat strong { font-size: 44px; }
    .bd-pg-card, .bd-pg-tier, .bd-pg-quote-card, .bd-pg-panel-main, .bd-pg-panel-side, .bd-pg-form-panel { padding: 24px; border-radius: 20px; }
    .bd-pg .bd-pg-tier-amount { font-size: 40px; }
    .bd-pg .bd-pg-price { font-size: 64px; }
    .bd-pg .bd-pg-step { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 22px 0; }
    .bd-pg .bd-pg-num { font-size: 24px; }
    .bd-pg .bd-pg-step-title { font-size: 17px; }
    .bd-pg-note { grid-template-columns: minmax(0, 1fr); padding: 24px; gap: 14px; }
    .bd-pg-quote { grid-template-columns: minmax(0, 1fr); padding: 28px 24px; border-radius: 20px; }
    .bd-pg .bd-pg-quote-mark { font-size: 64px; line-height: 0.6; height: 34px; }
    .bd-pg .bd-pg-quote blockquote, .bd-pg .bd-pg-quote-big { font-size: 19px; }
    .bd-pg .bd-pg-callout { flex-direction: column; align-items: flex-start; }
    .bd-pg-bar { flex-direction: column; align-items: flex-start; padding: 24px; }
    .bd-pg-bar .bd-pg-btn { width: 100%; }
    .bd-pg-tiles { grid-template-columns: minmax(0, 1fr); }
    .bd-pg .bd-pg-faq-q { font-size: 16px; padding: 20px 0; align-items: flex-start; }
    .bd-pg .bd-pg-faq-a { padding-right: 0; font-size: 14px; }
    .bd-pg-faq-side .bd-pg-actions, .bd-pg-faq-side .bd-pg-btn { width: 100%; }
    .bd-pg-close-actions, .bd-pg-close-actions .bd-pg-btn { width: 100%; }
    .bd-pg .bd-pg-toggles { flex-direction: column; align-items: flex-start; }
}
