:root {
    --bp-blue: #1557d6;
    --bp-blue-2: #2472f2;
    --bp-teal: #18b8a5;
    --bp-orange: #ff8a2a;
    --bp-purple: #7b61e8;
    --bp-ink: #14213d;
    --bp-muted: #65708a;
    --bp-line: #e8edf5;
    --bp-soft: #f6f9fe;
    --bp-white: #ffffff;
    --bp-shadow: 0 18px 50px rgba(27, 68, 135, .12);
    --bp-radius: 24px;
    --bp-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--bp-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input { font: inherit; }
.bp-container { width: min(calc(100% - 40px), var(--bp-container)); margin-inline: auto; }
.bp-skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.bp-skip-link:focus { top: 12px; }

.bp-topbar { background: var(--bp-ink); color: rgba(255,255,255,.88); font-size: 13px; }
.bp-topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.bp-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(232,237,245,.9); }
.bp-header-main { min-height: 82px; display: grid; grid-template-columns: 220px minmax(260px, 1fr) auto; gap: 28px; align-items: center; }
.bp-brand { display: inline-flex; align-items: center; width: 190px; height: 54px; overflow: hidden; }
.bp-brand img, .bp-brand .custom-logo { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.bp-brand .custom-logo-link { display: flex; width: 100%; height: 100%; }
.bp-search-wrap form { margin: 0; position: relative; }
.bp-search-wrap input[type="search"], .bp-search-wrap input[type="text"] {
    width: 100%; min-height: 48px; border: 1px solid var(--bp-line); border-radius: 16px; padding: 0 112px 0 18px; background: var(--bp-soft); outline: none; transition: .2s ease;
}
.bp-search-wrap input:focus { border-color: var(--bp-blue-2); background: #fff; box-shadow: 0 0 0 4px rgba(36,114,242,.09); }
.bp-search-wrap button, .bp-search-wrap input[type="submit"] {
    position: absolute; right: 5px; top: 5px; bottom: 5px; border: 0; border-radius: 12px; background: var(--bp-blue); color: #fff; padding: 0 18px; cursor: pointer;
}
.bp-header-actions { display: flex; align-items: center; gap: 14px; }
.bp-action-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; position: relative; }
.bp-action-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--bp-soft); }
.bp-cart-count { position: absolute; top: -8px; right: -11px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--bp-orange); color: #fff; font-size: 11px; display: grid; place-items: center; border: 2px solid #fff; }
.bp-menu-toggle { display: none; border: 0; background: var(--bp-soft); width: 42px; height: 42px; border-radius: 12px; cursor: pointer; }
.bp-nav-row { border-top: 1px solid var(--bp-line); }
.bp-menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 30px; min-height: 50px; }
.bp-menu a { font-size: 14px; font-weight: 700; color: #39445c; transition: .2s ease; }
.bp-menu a:hover { color: var(--bp-blue); }

.bp-hero { overflow: hidden; position: relative; background: radial-gradient(circle at 82% 15%, rgba(24,184,165,.12), transparent 26%), radial-gradient(circle at 12% 10%, rgba(36,114,242,.10), transparent 28%), linear-gradient(180deg, #fafdff 0%, #ffffff 100%); }
.bp-hero-grid { min-height: 600px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 50px; padding-block: 60px; }
.bp-eyebrow, .bp-section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--bp-blue); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bp-eyebrow::before, .bp-section-kicker::before { content: ""; width: 24px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--bp-blue), var(--bp-teal)); }
.bp-hero h1 { margin: 18px 0 20px; max-width: 680px; font-size: clamp(44px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.05em; }
.bp-hero h1::after { content: ""; display: inline-block; width: .16em; height: .16em; margin-left: .08em; border-radius: 50%; background: var(--bp-orange); vertical-align: .08em; }
.bp-hero-copy > p { max-width: 620px; margin: 0; color: var(--bp-muted); font-size: 18px; }
.bp-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.bp-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; padding: 0 22px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.bp-button:hover { transform: translateY(-2px); }
.bp-button-primary { background: linear-gradient(135deg, var(--bp-blue), var(--bp-blue-2)); color: #fff; box-shadow: 0 12px 24px rgba(21,87,214,.22); }
.bp-button-ghost { border: 1px solid var(--bp-line); background: #fff; }
.bp-button-light { background: #fff; color: var(--bp-blue); }
.bp-hero-proof { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 18px; color: #4a5670; font-size: 14px; font-weight: 650; }

.bp-hero-art { min-height: 460px; position: relative; display: grid; place-items: center; }
.bp-orb { position: absolute; border-radius: 50%; filter: blur(.2px); }
.bp-orb-one { width: 390px; height: 390px; background: linear-gradient(145deg, rgba(36,114,242,.13), rgba(24,184,165,.19)); }
.bp-orb-two { width: 280px; height: 280px; border: 30px solid rgba(255,138,42,.08); right: -20px; top: 40px; }
.bp-hero-card-main { width: min(420px, 88%); min-height: 190px; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.88); box-shadow: var(--bp-shadow); backdrop-filter: blur(12px); border-radius: 34px; padding: 32px; display: flex; align-items: center; gap: 28px; transform: rotate(-2deg); }
.bp-bag-icon { width: 116px; height: 104px; flex: 0 0 auto; position: relative; border-radius: 24px 24px 28px 28px; background: linear-gradient(145deg, var(--bp-blue), var(--bp-teal)); box-shadow: 0 18px 35px rgba(21,87,214,.22); }
.bp-bag-handle { position: absolute; width: 58px; height: 45px; border: 10px solid var(--bp-blue); border-bottom: 0; border-radius: 36px 36px 0 0; left: 29px; top: -28px; }
.bp-bag-smile { position: absolute; width: 58px; height: 28px; border: 7px solid #fff; border-top: 0; border-radius: 0 0 34px 34px; left: 29px; top: 48px; }
.bp-hero-card-main small { color: var(--bp-muted); font-size: 13px; display: block; }
.bp-hero-card-main strong { display: block; font-size: 38px; line-height: 1.1; color: var(--bp-blue); letter-spacing: -.04em; }
.bp-hero-card-main strong span { color: var(--bp-teal); }
.bp-hero-card-main em { color: var(--bp-muted); font-style: normal; font-size: 13px; }
.bp-floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--bp-line); border-radius: 15px; padding: 11px 14px; box-shadow: 0 12px 30px rgba(28,68,128,.11); font-size: 13px; font-weight: 750; }
.bp-float-one { top: 60px; right: 10px; }
.bp-float-two { left: 5px; bottom: 75px; }
.bp-float-three { right: 20px; bottom: 28px; }

.bp-category-section, .bp-products-section, .bp-benefits-section { padding: 88px 0; }
.bp-category-section { background: #fff; }
.bp-products-section { background: var(--bp-soft); }
.bp-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.bp-section-head h2 { margin: 7px 0 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.15; letter-spacing: -.035em; }
.bp-section-head > a { font-weight: 800; color: var(--bp-blue); font-size: 14px; }
.bp-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bp-category-card { padding: 24px; border: 1px solid var(--bp-line); border-radius: 22px; background: #fff; min-height: 190px; transition: .25s ease; }
.bp-category-card:hover { transform: translateY(-5px); box-shadow: var(--bp-shadow); border-color: transparent; }
.bp-category-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; font-size: 27px; margin-bottom: 22px; }
.bp-category-icon.bp-blue { background: rgba(36,114,242,.11); }
.bp-category-icon.bp-teal { background: rgba(24,184,165,.12); }
.bp-category-icon.bp-orange { background: rgba(255,138,42,.13); }
.bp-category-icon.bp-purple { background: rgba(123,97,232,.12); }
.bp-category-card strong { display: block; font-size: 18px; }
.bp-category-card small { color: var(--bp-muted); font-size: 13px; }

.bp-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bp-product-card { overflow: hidden; border-radius: 22px; border: 1px solid var(--bp-line); background: #fff; transition: .25s ease; }
.bp-product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(31,74,140,.12); }
.bp-product-image { aspect-ratio: 1 / 1; background: #f7f9fc; display: grid; place-items: center; overflow: hidden; }
.bp-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.bp-product-card:hover .bp-product-image img { transform: scale(1.035); }
.bp-product-content { padding: 17px; }
.bp-product-kicker { min-height: 18px; margin: 0 0 6px; color: var(--bp-teal); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.bp-product-kicker a { color: inherit; }
.bp-product-content h3 { margin: 0; font-size: 16px; line-height: 1.4; min-height: 45px; }
.bp-product-bottom { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.bp-price { color: var(--bp-blue); font-weight: 850; font-size: 17px; }
.bp-price del { color: #9aa3b5; font-weight: 500; font-size: 12px; }
.bp-mini-button { padding: 8px 12px; border-radius: 10px; background: var(--bp-soft); font-size: 12px; font-weight: 800; }
.bp-empty-state { grid-column: 1 / -1; padding: 46px; border: 1px dashed #cdd6e6; border-radius: 22px; background: #fff; text-align: center; }
.bp-empty-state p { margin-bottom: 0; color: var(--bp-muted); }

.bp-promo-section { padding: 90px 0 35px; }
.bp-promo-card { min-height: 390px; position: relative; overflow: hidden; border-radius: 34px; background: radial-gradient(circle at 75% 25%, rgba(255,255,255,.17), transparent 20%), linear-gradient(135deg, #164ed0 0%, #2472f2 46%, #18b8a5 100%); color: #fff; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding: 58px; box-shadow: 0 25px 70px rgba(21,87,214,.23); }
.bp-section-kicker.bp-on-dark { color: rgba(255,255,255,.82); }
.bp-section-kicker.bp-on-dark::before { background: var(--bp-orange); }
.bp-promo-copy { position: relative; z-index: 3; max-width: 600px; }
.bp-promo-copy h2 { font-size: clamp(36px, 4.2vw, 58px); line-height: 1.02; letter-spacing: -.045em; margin: 14px 0 18px; }
.bp-promo-copy p { color: rgba(255,255,255,.82); font-size: 17px; max-width: 570px; }
.bp-promo-copy .bp-button { margin-top: 14px; }
.bp-promo-visual { min-height: 280px; position: relative; }
.bp-package { position: absolute; width: 130px; height: 120px; display: grid; place-items: center; border-radius: 24px; font-size: 50px; font-weight: 900; box-shadow: 0 20px 40px rgba(15,38,90,.18); }
.bp-package-one { right: 80px; top: 14px; background: #fff; color: var(--bp-blue); transform: rotate(8deg); }
.bp-package-two { right: 15px; bottom: 12px; background: var(--bp-orange); color: #fff; transform: rotate(-7deg); }
.bp-promo-bag { position: absolute; right: 145px; bottom: 10px; width: 180px; height: 165px; border-radius: 25px 25px 36px 36px; background: #0e3ca9; display: grid; place-items: center; font-weight: 900; font-size: 20px; box-shadow: 0 20px 50px rgba(12,43,106,.28); transform: rotate(-4deg); }
.bp-promo-bag::before { content: ""; position: absolute; top: -45px; width: 90px; height: 65px; border: 14px solid #0e3ca9; border-bottom: 0; border-radius: 60px 60px 0 0; }

.bp-center-head { justify-content: center; text-align: center; }
.bp-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bp-benefit { display: flex; align-items: flex-start; gap: 15px; border: 1px solid var(--bp-line); border-radius: 20px; padding: 22px; }
.bp-benefit > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 14px; background: var(--bp-soft); font-size: 21px; }
.bp-benefit strong { display: block; margin-bottom: 6px; }
.bp-benefit p { margin: 0; color: var(--bp-muted); font-size: 13px; }
.bp-final-cta { padding: 0 0 90px; }
.bp-final-cta-inner { padding: 34px 38px; border: 1px solid var(--bp-line); border-radius: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: linear-gradient(135deg, #fff, #f7fbff); }
.bp-final-cta span { color: var(--bp-teal); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.bp-final-cta h2 { margin: 4px 0 0; font-size: 28px; letter-spacing: -.03em; }

.bp-footer { background: #101a32; color: #fff; padding: 62px 0 22px; }
.bp-footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr .8fr 1fr; gap: 38px; }
.bp-footer h3 { font-size: 15px; margin: 4px 0 16px; }
.bp-footer p { color: rgba(255,255,255,.62); font-size: 14px; max-width: 360px; }
.bp-footer a:not(.bp-footer-brand) { display: block; color: rgba(255,255,255,.68); margin: 9px 0; font-size: 14px; }
.bp-footer a:hover { color: #fff; }
.bp-footer-brand { display: inline-block; font-size: 30px; font-weight: 900; color: #4e8dff; letter-spacing: -.04em; }
.bp-footer-brand span { color: #32d5bd; }

.bp-footer-legal h3 { color: rgba(255,255,255,.62); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.bp-legal-menu { list-style: none; margin: 0; padding: 0; }
.bp-legal-menu li { margin: 0; padding: 0; }
.bp-footer .bp-legal-menu a,
.bp-footer .bp-legal-fallback a { color: #8fc2ff; margin: 12px 0; font-size: 15px; line-height: 1.45; }
.bp-footer .bp-legal-menu a:hover,
.bp-footer .bp-legal-fallback a:hover { color: #fff; }
.bp-footer-bottom { margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: 12px; }

.bp-default-page, .bp-woo-page { padding: 60px 0 90px; min-height: 55vh; }
.bp-content-narrow { max-width: 860px; }
.bp-default-page h1 { font-size: 42px; letter-spacing: -.035em; }

/* WooCommerce integration */
.woocommerce .woocommerce-breadcrumb { color: var(--bp-muted); font-size: 13px; margin-bottom: 24px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 18px; border: 1px solid var(--bp-line); border-radius: 20px; overflow: hidden; background: #fff; }
.woocommerce ul.products li.product img { margin: 0 0 15px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 16px; margin-right: 16px; }
.woocommerce ul.products li.product .price { color: var(--bp-blue) !important; font-weight: 800; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 12px !important; background: var(--bp-blue) !important; color: #fff !important; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--bp-blue); font-weight: 850; }

@media (max-width: 1024px) {
    .bp-footer-grid { grid-template-columns: repeat(3, 1fr); }
    .bp-topbar-right { display: none; }
    .bp-header-main { grid-template-columns: 170px 1fr auto; gap: 16px; }
    .bp-brand { width: 160px; }
    .bp-action-link > span:not(.bp-action-icon):not(.bp-cart-count) { display: none; }
    .bp-hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; min-height: 540px; }
    .bp-categories, .bp-products-grid, .bp-benefits { grid-template-columns: repeat(2, 1fr); }
    .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
    .bp-container { width: min(calc(100% - 28px), var(--bp-container)); }
    .bp-topbar-inner { justify-content: center; text-align: center; }
    .bp-header-main { min-height: 72px; grid-template-columns: 145px 1fr; }
    .bp-brand { width: 140px; height: 46px; }
    .bp-search-wrap { grid-column: 1 / -1; grid-row: 2; padding-bottom: 12px; }
    .bp-header-actions { justify-content: flex-end; }
    .bp-menu-toggle { display: inline-grid; place-items: center; }
    .bp-nav-row { border-top: 0; }
    .bp-nav { display: none; padding-bottom: 14px; }
    .bp-nav.is-open { display: block; }
    .bp-menu { min-height: 0; flex-direction: column; align-items: stretch; gap: 2px; }
    .bp-menu a { display: block; padding: 11px 8px; border-bottom: 1px solid var(--bp-line); }
    .bp-hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 52px 28px; }
    .bp-hero h1 { font-size: 48px; }
    .bp-hero-copy > p { font-size: 16px; }
    .bp-hero-art { min-height: 360px; }
    .bp-hero-card-main { min-height: 160px; padding: 24px; }
    .bp-bag-icon { width: 90px; height: 82px; }
    .bp-bag-handle { width: 46px; height: 36px; left: 22px; top: -24px; border-width: 8px; }
    .bp-bag-smile { width: 46px; left: 22px; top: 38px; border-width: 6px; }
    .bp-hero-card-main strong { font-size: 30px; }
    .bp-category-section, .bp-products-section, .bp-benefits-section { padding: 64px 0; }
    .bp-section-head { align-items: flex-start; }
    .bp-section-head > a { display: none; }
    .bp-promo-card { grid-template-columns: 1fr; padding: 38px 28px; min-height: 520px; }
    .bp-promo-visual { min-height: 210px; }
    .bp-footer-grid { grid-template-columns: 1fr 1fr; }
    .bp-final-cta-inner { align-items: flex-start; flex-direction: column; }
    .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
    .bp-topbar { font-size: 11px; }
    .bp-header-main { grid-template-columns: 125px 1fr; }
    .bp-action-link:first-child { display: none; }
    .bp-hero h1 { font-size: 40px; }
    .bp-hero-actions .bp-button { width: 100%; }
    .bp-hero-proof { flex-direction: column; gap: 7px; }
    .bp-categories, .bp-products-grid, .bp-benefits { grid-template-columns: 1fr; }
    .bp-category-card { min-height: 0; }
    .bp-float-one { right: 0; top: 48px; }
    .bp-float-two { left: 0; bottom: 48px; }
    .bp-float-three { display: none; }
    .bp-promo-bag { right: 90px; width: 150px; height: 135px; }
    .bp-package-one { width: 95px; height: 90px; right: 25px; }
    .bp-package-two { width: 95px; height: 90px; right: 0; }
    .bp-footer-grid { grid-template-columns: 1fr; }
    .bp-footer-bottom { flex-direction: column; gap: 6px; }
    .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* ==========================================================
   BeliPedia - Terms & Conditions
   ========================================================== */
.bp-legal-page {
    background: #f6f9ff;
    color: #11264b;
}

.bp-legal-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 64px;
    background:
        radial-gradient(circle at 85% 15%, rgba(22, 191, 181, .14), transparent 28%),
        radial-gradient(circle at 10% 10%, rgba(29, 105, 229, .13), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #f3f8ff 58%, #eefcff 100%);
    border-bottom: 1px solid rgba(33, 85, 150, .08);
}

.bp-legal-hero::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -145px;
    width: 430px;
    height: 260px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(27, 100, 226, .12), rgba(12, 188, 177, .12));
    transform: rotate(-10deg);
}

.bp-legal-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 810px;
}

.bp-legal-eyebrow,
.bp-legal-toc-title {
    margin: 0 0 15px;
    color: #1b67d9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.bp-legal-hero h1 {
    margin: 0;
    color: #0e2652;
    font-size: clamp(40px, 6vw, 70px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.bp-legal-lead {
    max-width: 720px;
    margin: 22px 0 0;
    color: #536783;
    font-size: 18px;
    line-height: 1.75;
}

.bp-legal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 28px;
    color: #73839a;
    font-size: 13px;
}

.bp-legal-meta a {
    color: #1472df;
    font-weight: 700;
}

.bp-legal-content-section {
    padding: 58px 0 90px;
}

.bp-legal-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 46px;
    align-items: start;
}

.bp-legal-sidebar {
    position: sticky;
    top: 110px;
}

.bp-legal-toc {
    padding: 25px;
    border: 1px solid #e0e9f6;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(27, 67, 123, .07);
}

.bp-legal-toc nav {
    display: grid;
    gap: 2px;
}

.bp-legal-toc a {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 8px;
    align-items: center;
    padding: 10px 8px;
    border-radius: 10px;
    color: #52647c;
    font-size: 13px;
    line-height: 1.35;
}

.bp-legal-toc a span {
    color: #179fbd;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
}

.bp-legal-toc a:hover {
    background: #f1f7ff;
    color: #165fc5;
}

.bp-legal-article {
    min-width: 0;
}

.bp-legal-notice {
    margin-bottom: 24px;
    padding: 24px 26px;
    border: 1px solid rgba(20, 114, 223, .16);
    border-left: 4px solid #1472df;
    border-radius: 16px;
    background: linear-gradient(135deg, #f4f9ff, #f6fffd);
    color: #536783;
}

.bp-legal-notice strong {
    display: block;
    margin-bottom: 6px;
    color: #102c58;
    font-size: 15px;
}

.bp-legal-notice p {
    margin: 0;
    line-height: 1.7;
}

.bp-terms-card {
    scroll-margin-top: 120px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 24px;
    margin-bottom: 18px;
    padding: 30px 32px;
    border: 1px solid #e1e9f3;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(29, 64, 112, .055);
}

.bp-terms-number {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #1769df, #13bcb1);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    box-shadow: 0 9px 21px rgba(23, 105, 223, .2);
}

.bp-terms-card h2 {
    margin: 2px 0 14px;
    color: #102b58;
    font-size: 24px;
    line-height: 1.25;
}

.bp-terms-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bp-terms-card li {
    position: relative;
    margin: 0;
    padding: 9px 0 9px 23px;
    color: #536783;
    line-height: 1.72;
}

.bp-terms-card li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 18px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16b9ae;
    box-shadow: 0 0 0 4px rgba(22, 185, 174, .09);
}

.bp-terms-linkline,
.bp-terms-contact p {
    margin: 15px 0 0;
    color: #536783;
    line-height: 1.72;
}

.bp-terms-linkline a {
    color: #1472df;
    font-weight: 700;
}

.bp-terms-contact .bp-button {
    margin-top: 20px;
}

.bp-legal-bottom-note {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 24px 3px 0;
    border-top: 1px solid #dfe8f4;
}

.bp-legal-bottom-note p {
    margin: 0;
    color: #536783;
}

.bp-legal-bottom-note a {
    color: #1472df;
    font-weight: 800;
}

@media (max-width: 960px) {
    .bp-legal-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bp-legal-sidebar {
        position: static;
    }

    .bp-legal-toc nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bp-legal-hero {
        padding: 54px 0 46px;
    }

    .bp-legal-lead {
        font-size: 16px;
    }

    .bp-legal-content-section {
        padding: 35px 0 65px;
    }

    .bp-legal-toc {
        padding: 19px;
    }

    .bp-legal-toc nav {
        grid-template-columns: 1fr;
    }

    .bp-terms-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 21px;
        border-radius: 17px;
    }

    .bp-terms-card h2 {
        font-size: 21px;
    }

    .bp-legal-notice {
        padding: 21px;
    }
}

/* ==========================================================
   BeliPedia - Contact Us
   ========================================================== */
.bp-contact-page {
    background: #f6f9ff;
    color: #11264b;
}

.bp-contact-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 68px;
    background:
        radial-gradient(circle at 88% 10%, rgba(17, 187, 177, .17), transparent 27%),
        radial-gradient(circle at 8% 16%, rgba(23, 105, 223, .14), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f3f8ff 57%, #ecfffb 100%);
    border-bottom: 1px solid rgba(33, 85, 150, .08);
}

.bp-contact-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -180px;
    width: 520px;
    height: 330px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(20, 105, 226, .12), rgba(15, 190, 177, .16));
    transform: rotate(-12deg);
}

.bp-contact-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 60px;
    align-items: center;
}

.bp-contact-hero h1 {
    margin: 0;
    color: #0e2652;
    font-size: clamp(42px, 6vw, 70px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.bp-contact-lead {
    max-width: 760px;
    margin: 22px 0 0;
    color: #536783;
    font-size: 18px;
    line-height: 1.75;
}

.bp-contact-hero-badge {
    display: grid;
    min-height: 220px;
    place-items: center;
    align-content: center;
    padding: 28px;
    border: 1px solid rgba(23, 105, 223, .12);
    border-radius: 34px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 22px 55px rgba(22, 69, 129, .10);
    backdrop-filter: blur(8px);
    text-align: center;
}

.bp-contact-hero-badge span {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border-radius: 26px;
    background: linear-gradient(135deg, #1769df, #14bdb2);
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -.04em;
    box-shadow: 0 14px 28px rgba(23, 105, 223, .23);
}

.bp-contact-hero-badge strong {
    margin-top: 15px;
    color: #102b58;
    font-size: 22px;
}

.bp-contact-hero-badge small {
    margin-top: 4px;
    color: #708099;
    font-size: 12px;
}

.bp-contact-section {
    padding: 56px 0 92px;
}

.bp-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.bp-contact-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    min-height: 190px;
    padding: 28px;
    border: 1px solid #e1e9f3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(29, 64, 112, .055);
}

.bp-contact-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #1769df, #13bcb1);
    color: #fff;
    font-size: 21px;
    font-weight: 900;
}

.bp-contact-kicker {
    margin: 1px 0 9px;
    color: #1b67d9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bp-contact-card h2,
.bp-contact-form-card h2,
.bp-contact-side-card h2 {
    margin: 0;
    color: #102b58;
    font-size: 23px;
    line-height: 1.3;
}

.bp-contact-card h2 a {
    color: #102b58;
    overflow-wrap: anywhere;
}

.bp-contact-card p:not(.bp-contact-kicker) {
    margin: 10px 0 0;
    color: #60718a;
    line-height: 1.65;
}

.bp-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
    gap: 28px;
    align-items: start;
}

.bp-contact-form-card,
.bp-contact-side-card {
    border: 1px solid #e1e9f3;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(29, 64, 112, .065);
}

.bp-contact-form-card {
    padding: 34px;
}

.bp-contact-side-card {
    position: sticky;
    top: 110px;
    padding: 30px;
}

.bp-contact-form-head > p:not(.bp-contact-kicker) {
    margin: 12px 0 0;
    color: #60718a;
    line-height: 1.7;
}

.bp-contact-form {
    position: relative;
    display: grid;
    gap: 20px;
    margin-top: 28px;
}

.bp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bp-contact-form label {
    display: grid;
    gap: 8px;
    color: #18345f;
    font-size: 13px;
    font-weight: 750;
}

.bp-contact-form input,
.bp-contact-form textarea {
    width: 100%;
    border: 1px solid #d8e3f1;
    border-radius: 13px;
    background: #fbfdff;
    color: #18345f;
    font: inherit;
    font-weight: 500;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.bp-contact-form input {
    min-height: 50px;
    padding: 0 15px;
}

.bp-contact-form textarea {
    min-height: 150px;
    padding: 14px 15px;
    resize: vertical;
}

.bp-contact-form input:focus,
.bp-contact-form textarea:focus {
    border-color: #1671df;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(22, 113, 223, .10);
}

.bp-contact-form-foot {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.bp-contact-form-foot p {
    max-width: 560px;
    margin: 0;
    color: #77869b;
    font-size: 12px;
    line-height: 1.6;
}

.bp-contact-form-foot a {
    color: #1472df;
    font-weight: 700;
}

.bp-contact-form-foot .bp-button {
    flex: 0 0 auto;
    border: 0;
    cursor: pointer;
}

.bp-contact-side-card ul {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.bp-contact-side-card li {
    position: relative;
    padding: 10px 0 10px 25px;
    color: #60718a;
    line-height: 1.65;
}

.bp-contact-side-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 10px;
    color: #12aa9f;
    font-weight: 900;
}

.bp-contact-email-box {
    display: grid;
    gap: 5px;
    margin-top: 25px;
    padding: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f1f7ff, #effdfa);
}

.bp-contact-email-box span {
    color: #718199;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bp-contact-email-box a {
    color: #1269d7;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.bp-contact-alert {
    margin-top: 22px;
    padding: 14px 16px;
    border-radius: 13px;
    font-size: 13px;
    line-height: 1.6;
}

.bp-contact-alert.is-success {
    border: 1px solid rgba(19, 166, 117, .20);
    background: #effbf6;
    color: #176f55;
}

.bp-contact-alert.is-warning {
    border: 1px solid rgba(220, 143, 0, .22);
    background: #fff9e9;
    color: #82600b;
}

.bp-contact-alert.is-error {
    border: 1px solid rgba(205, 58, 58, .18);
    background: #fff4f4;
    color: #8f3030;
}

.bp-contact-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Legal article paragraphs used by Privacy Policy */
.bp-terms-card p {
    margin: 0 0 12px;
    color: #536783;
    line-height: 1.72;
}

.bp-terms-card p:last-child {
    margin-bottom: 0;
}

.bp-terms-card p a {
    color: #1472df;
    font-weight: 700;
}

@media (max-width: 1020px) {
    .bp-contact-cards {
        grid-template-columns: 1fr;
    }

    .bp-contact-card {
        min-height: 0;
    }

    .bp-contact-layout {
        grid-template-columns: 1fr;
    }

    .bp-contact-side-card {
        position: static;
    }
}

@media (max-width: 760px) {
    .bp-contact-hero {
        padding: 54px 0 48px;
    }

    .bp-contact-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bp-contact-hero-badge {
        display: none;
    }

    .bp-contact-lead {
        font-size: 16px;
    }

    .bp-contact-section {
        padding: 36px 0 66px;
    }

    .bp-contact-form-card,
    .bp-contact-side-card {
        padding: 24px 20px;
        border-radius: 19px;
    }

    .bp-form-grid {
        grid-template-columns: 1fr;
    }

    .bp-contact-form-foot {
        align-items: stretch;
        flex-direction: column;
    }

    .bp-contact-form-foot .bp-button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .bp-contact-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }
}
