/* Blue Pool — wizard, one-time builder, map, contact, login (design tokens from the handoff) */
:root {
	--bp-blue: #0b63f6; --bp-blue-dark: #0849b8; --bp-tint: #e6f0ff; --bp-sky: #38bdf8; --bp-photo: #0e74be;
	--bp-ink: #0f1f33; --bp-body: #40506a; --bp-muted: #5b6b83; --bp-faint: #8a99b0;
	--bp-bg: #f7fafd; --bp-soft: #f3f7fc; --bp-divider: #eef3f9; --bp-border: #e3ebf4; --bp-input: #d9e4f1; --bp-disabled: #c8d6e8; --bp-dashed: #b9c9de;
	--bp-success-bg: #dcfce7; --bp-success: #166534; --bp-green: #16a34a; --bp-navy: #0f1f33; --bp-yellow: #fde047;
	--bp-font: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
@keyframes bp-step { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }

/* ---------- card ---------- */
.bpq { width: 100%; max-width: 920px; margin: 0 auto; background: #fff; color: var(--bp-ink); border-radius: 22px; box-shadow: 0 30px 70px -30px rgba(4, 32, 62, .45), 0 0 0 1px var(--bp-input); overflow: hidden; text-align: left; font-family: var(--bp-font); -webkit-font-smoothing: antialiased; }
.bpq.is-flash { box-shadow: 0 30px 70px -30px rgba(4, 32, 62, .45), 0 0 0 3px var(--bp-blue); }
.bpq__form { margin: 0; }
.bpq__hp { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; width: 0; }
.bpq__bar { padding: 15px 20px; background: linear-gradient(135deg, #e6f0ff, #eaf6fd); display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-bottom: 1px solid var(--bp-input); }
.bpq__bar-l { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.bpq__chip { background: var(--bp-blue); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; white-space: nowrap; line-height: 1; }
.bpq__title { font-size: 19px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.bpq__nc { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--bp-success); white-space: nowrap; line-height: 1; }
.bpq__nc i { width: 9px; height: 9px; border-radius: 50%; background: var(--bp-green); display: block; }
.bpq__body { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.bpq__main { padding: 18px 24px 22px; min-width: 0; }
.bpq__step[hidden] { display: none; }
.bpq__anim { animation: bp-step .35s cubic-bezier(.2, .7, .2, 1) both; }
@media (prefers-reduced-motion: reduce) { .bpq__anim { animation: none; } }

/* ---------- type ---------- */
.bpq__h2 { font-size: 24px; line-height: 1.15; letter-spacing: -.02em; margin: 0 0 16px; font-weight: 800; color: var(--bp-ink); font-family: inherit; }
.bpq__lead { color: var(--bp-muted); font-size: 14px; margin: -10px 0 18px; line-height: 1.5; }
.bpq__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bpq__tile { border: 2px solid var(--bp-input); background: #fff; border-radius: 16px; padding: 14px; cursor: pointer; text-align: center; font: inherit; color: var(--bp-ink); transition: border-color .15s, background .15s; }
.bpq__tile:hover { border-color: var(--bp-blue); }
.bpq__tile.is-selected { border-color: var(--bp-blue); background: var(--bp-tint); }
.bpq__tile-t { font-weight: 700; font-size: 16px; }
.bpq__tile-s { font-size: 13px; color: var(--bp-muted); margin-top: 2px; }
.bpq__ill { height: 96px; border-radius: 12px; position: relative; overflow: hidden; margin-bottom: 12px; }
.bpq__ill i { position: absolute; display: block; }
.bpq__ill--in { background: linear-gradient(160deg, #f4efe4, #e3dac6); }
.bpq__ill--in::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(120, 100, 70, .12) 1px, transparent 1.5px); background-size: 8px 8px; }
.bpq__ill--in .a { left: 18px; right: 18px; top: 16px; bottom: 18px; border-radius: 26px 26px 30px 30px / 30px 30px 26px 26px; background: #f8f4ec; box-shadow: 0 2px 0 rgba(120, 100, 70, .15); }
.bpq__ill--in .b { left: 23px; right: 23px; top: 21px; bottom: 23px; border-radius: 24px 24px 28px 28px / 28px 28px 24px 24px; background: linear-gradient(178deg, #8ed6f0, #2ea8e0 35%, #0d78c0 80%, #0a4f8f); box-shadow: inset 0 6px 14px -6px rgba(4, 32, 62, .5); }
.bpq__ill--in .c { left: 38px; top: 32px; width: 40px; height: 4px; border-radius: 999px; background: rgba(255, 255, 255, .75); }
.bpq__ill--in .d { left: 58px; top: 44px; width: 22px; height: 3px; border-radius: 999px; background: rgba(255, 255, 255, .5); }
.bpq__ill--in .e { right: 30px; top: 26px; width: 12px; height: 22px; border: 2.5px solid #e8eef4; border-bottom: 0; border-radius: 6px 6px 0 0; }
.bpq__ill--in .f { right: 31px; top: 36px; width: 12px; height: 2px; background: #e8eef4; }
.bpq__ill--ab { background: linear-gradient(180deg, #eaf6fd 0%, #eaf6fd 58%, #cfe6bf 58%, #b8d6a3 100%); }
.bpq__ill--ab .a { left: 22px; right: 22px; top: 36px; height: 34px; border-radius: 0 0 18px 18px / 0 0 8px 8px; background-color: #9aa9b7; background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .35) 0 2px, transparent 2px 10px), linear-gradient(90deg, #8c9cab, #c7d2dc 25%, #9aa9b7 55%, #c7d2dc 80%, #8c9cab); }
.bpq__ill--ab .b { left: 18px; right: 18px; top: 28px; height: 18px; border-radius: 50%; background: #dbe4ec; box-shadow: 0 2px 0 #a9b6c2; }
.bpq__ill--ab .c { left: 24px; right: 24px; top: 31px; height: 12px; border-radius: 50%; background: linear-gradient(180deg, #7fd0ee, #1a8fd0); }
.bpq__ill--ab .d { left: 44px; top: 34px; width: 28px; height: 3px; border-radius: 999px; background: rgba(255, 255, 255, .8); }
.bpq__ill--ab .e { right: 14px; top: 18px; width: 14px; height: 44px; border: 2.5px solid #c9d3dc; border-bottom: 0; border-radius: 6px 6px 0 0; transform: skewX(-6deg); }
.bpq__ill--ab .f, .bpq__ill--ab .g, .bpq__ill--ab .h { right: 16px; width: 12px; height: 2px; background: #c9d3dc; }
.bpq__ill--ab .f { top: 30px; } .bpq__ill--ab .g { top: 40px; } .bpq__ill--ab .h { top: 50px; }
.bpq__fine { font-size: 13px; color: var(--bp-muted); margin: 16px 0 0; text-align: center; line-height: 1.45; }

/* ---------- details ---------- */
.bpq__rowlabel { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.bpq__rowlabel label { font-size: 14px; font-weight: 600; color: var(--bp-body); }
.bpq__rowlabel span { font-size: 14px; font-weight: 700; color: var(--bp-blue); }
.bpq__range { position: relative; height: 28px; }
.bpq__range-track { position: absolute; left: 0; right: 0; top: 11px; height: 6px; border-radius: 999px; background: var(--bp-border); }
.bpq__range-fill { position: absolute; left: 0; top: 11px; height: 6px; border-radius: 999px; background: linear-gradient(90deg, #0b63f6, #38bdf8); }
.bpq__range input[type=range] { position: absolute; inset: 0; width: 100%; height: 28px; cursor: pointer; margin: 0; -webkit-appearance: none; appearance: none; background: transparent; }
.bpq__range input[type=range]::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: transparent; }
.bpq__range input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 3px solid var(--bp-blue); margin-top: -9px; box-shadow: 0 4px 12px rgba(11, 99, 246, .35); }
.bpq__range input[type=range]::-moz-range-track { height: 6px; border-radius: 999px; background: transparent; }
.bpq__range input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 3px solid var(--bp-blue); box-shadow: 0 4px 12px rgba(11, 99, 246, .35); }
.bpq__range-legend { display: flex; justify-content: space-between; font-size: 12px; color: var(--bp-faint); margin: -2px 0 18px; }
.bpq__label { font-size: 14px; font-weight: 600; color: var(--bp-body); display: block; margin-bottom: 8px; }
.bpq__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.bpq__choice { border: 1.5px solid var(--bp-input); background: #fff; border-radius: 12px; padding: 12px; cursor: pointer; font: inherit; font-size: 15px; font-weight: 600; color: var(--bp-ink); display: flex; align-items: center; justify-content: center; gap: 8px; transition: border-color .15s, background .15s; }
.bpq__choice:hover { border-color: var(--bp-blue); }
.bpq__choice.is-selected { border-color: var(--bp-blue); background: var(--bp-tint); }
.bpq__choice em { font-style: normal; color: var(--bp-blue); font-weight: 600; font-size: 13px; }
.bpq__dot { width: 14px; height: 14px; border-radius: 50%; display: block; }
.bpq__dot--clear { background: linear-gradient(180deg, #7dd3fc, #0b63f6); }
.bpq__dot--green { background: linear-gradient(180deg, #a8c473, #4f7a37); }
.bpq__nav { display: flex; gap: 10px; margin-top: 4px; }
.bpq__back { border: 1.5px solid var(--bp-input); background: #fff; border-radius: 12px; padding: 14px 16px; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; color: var(--bp-body); }
.bpq__back--link { border: 0; background: none; color: var(--bp-muted); font-size: 13px; padding: 0; }
.bpq__btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--bp-blue); color: #fff; border: 0; border-radius: 12px; padding: 14px 22px; font: inherit; font-size: 16px; font-weight: 700; cursor: pointer; text-decoration: none; transition: background .15s; }
.bpq__btn:hover { background: var(--bp-blue-dark); color: #fff; }
.bpq__btn:disabled { background: var(--bp-disabled); cursor: not-allowed; }
.bpq__btn--block { width: 100%; margin-top: 16px; }
.bpq__under { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; font-size: 12px; color: var(--bp-faint); }
.bpq__under--left { justify-content: flex-start; margin-top: 16px; }

/* ---------- zip + map ---------- */
.bpq__zip { width: 100%; box-sizing: border-box; border: 1.5px solid var(--bp-input); border-radius: 12px; padding: 14px 16px; font: inherit; font-size: 20px; font-weight: 600; letter-spacing: .04em; color: var(--bp-ink); background: #fff; }
.bpq__input { width: 100%; box-sizing: border-box; border: 1.5px solid var(--bp-input); border-radius: 12px; padding: 14px 16px; font: inherit; font-size: 16px; min-width: 0; color: var(--bp-ink); background: #fff; }
.bpq__zip:focus, .bpq__input:focus, .bpc textarea:focus { outline: none; border-color: var(--bp-blue); box-shadow: 0 0 0 4px rgba(11, 99, 246, .15); }
.bpq__map { position: relative; margin: 12px 0 16px; border-radius: 14px; overflow: hidden; height: 210px; background: #e6eef5; border: 1px solid var(--bp-border); }
.bpq__map-tiles { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); background: #dbeafe; will-change: transform, opacity; backface-visibility: hidden; }
.bpq__map-tiles--far { z-index: 0; }
.bpq__map-tiles--near { z-index: 1; background: transparent; }
.bpq__map-tiles div { background-size: cover; background-position: center; }
.bpq__map-tint { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, #cfe4fb, #dbeafe 50%, #c7def9); mix-blend-mode: multiply; z-index: 2; }
.bpq__map-pin { position: absolute; width: 26px; height: 26px; margin: -26px 0 0 -13px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg) translate(6px, -6px); opacity: 0; background: var(--bp-blue); border: 3px solid #fff; box-shadow: 0 6px 14px rgba(4, 32, 62, .35); pointer-events: none; z-index: 4; transition: opacity .3s ease, transform .5s cubic-bezier(.2, .7, .2, 1); }
.bpq__map-pin.is-in { opacity: 1; transform: rotate(-45deg) translate(0, 0); }
.bpq__map-radius { position: absolute; width: 90px; height: 90px; margin: -45px 0 0 -45px; border-radius: 50%; background: rgba(11, 99, 246, .18); border: 1.5px solid rgba(11, 99, 246, .5); pointer-events: none; z-index: 3; transform: scale(0); opacity: 0; transition: transform .6s cubic-bezier(.2, .7, .2, 1), opacity .4s ease; }
.bpq__map-radius.is-in { transform: scale(1); opacity: 1; }
.bpq__map-msg { z-index: 5; }
@media (prefers-reduced-motion: reduce) { .bpq__map-tiles, .bpq__map-pin, .bpq__map-radius { transition: none !important; } }
.bpq__map-msg { position: absolute; left: 12px; bottom: 12px; max-width: calc(100% - 24px); background: #fff; border-radius: 10px; padding: 8px 12px; font-size: 13px; font-weight: 600; color: var(--bp-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-shadow: 0 6px 18px -8px rgba(4, 32, 62, .4); }
.bpq__map-msg.is-ok { color: var(--bp-success); }
.bpq__map-msg.is-bad { color: #b42318; }
[hidden] { display: none !important; }

/* ---------- contact ---------- */
.bpq__fields { display: grid; gap: 10px; }
.bpq__error { color: #b42318; background: #fef3f2; border: 1px solid #fecdca; border-radius: 10px; padding: 10px 12px; font-size: 14px; margin: 12px 0 0; }

/* ---------- price ---------- */
.bpq__pill-green { display: inline-flex; align-items: center; gap: 8px; background: var(--bp-success-bg); color: var(--bp-success); font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; margin-bottom: 10px; }
.bpq__plans { display: grid; gap: 10px; padding-top: 6px; }
.bpq__plan { position: relative; text-align: left; border: 2px solid var(--bp-input); background: #fff; border-radius: 16px; padding: 16px 18px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; font: inherit; color: var(--bp-ink); transition: border-color .15s, background .15s; }
.bpq__plan:hover, .bpq__plan.is-selected { border-color: var(--bp-blue); }
.bpq__plan.is-selected { background: var(--bp-tint); }
.bpq__plan.is-loading { opacity: .7; }
.bpq__plan-tag { position: absolute; top: -10px; left: 16px; background: var(--bp-blue); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 999px; }
.bpq__plan-t { font-weight: 700; font-size: 17px; }
.bpq__plan-s { color: var(--bp-muted); font-size: 13px; margin-top: 2px; line-height: 1.4; }
.bpq__plan-p { text-align: right; white-space: nowrap; }
.bpq__plan-amt { font-weight: 700; font-size: 24px; letter-spacing: -.02em; }
.bpq__plan-per { font-size: 12px; color: var(--bp-muted); }
/* Info line under the two plan cards. */
.bpq__plans-note { margin: 12px 0 0; font-size: 13.5px; color: var(--bp-muted); line-height: 1.45; }
.bpq__plans-note strong { color: var(--bp-ink); font-weight: 600; }
.bpq__note { margin-top: 12px; background: var(--bp-soft); border-radius: 12px; padding: 12px 14px; font-size: 13px; color: var(--bp-body); line-height: 1.45; }
.bpq__note strong { color: var(--bp-ink); }

/* ---------- side panel ---------- */
.bpq__side { background: linear-gradient(180deg, #f3f7fc, #e6f0ff); color: var(--bp-ink); padding: 24px; display: flex; flex-direction: column; gap: 16px; min-width: 0; border-left: 1px solid var(--bp-border); }
.bpq__side-label { font-size: 12px; font-weight: 600; color: var(--bp-blue-dark); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.bpq__pricebox { background: #fff; border: 1px solid var(--bp-input); border-radius: 16px; padding: 20px; text-align: center; }
.bpq__pricebox-label { font-size: 12px; font-weight: 700; color: var(--bp-blue-dark); letter-spacing: .08em; text-transform: uppercase; }
.bpq__pricebox-your { font-size: 15px; color: var(--bp-muted); margin-top: 10px; font-weight: 600; }
.bpq__pricebox-amt { font-size: 44px; font-weight: 800; letter-spacing: -.03em; color: var(--bp-blue); line-height: 1.05; }
.bpq__pricebox-amt span:last-child { font-size: 18px; color: var(--bp-muted); font-weight: 600; }
.bpq__pricebox-note { font-size: 13px; color: var(--bp-muted); margin-top: 8px; line-height: 1.4; }
.bpq__lines { background: #fff; border: 1px solid var(--bp-input); border-radius: 14px; padding: 4px 14px; }
.bpq__line { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--bp-divider); font-size: 14px; }
.bpq__line:last-child { border-bottom: 0; }
.bpq__line span { color: var(--bp-muted); }
.bpq__line strong { text-align: right; }
.bpq__benefits { display: grid; gap: 13px; font-size: 16px; color: var(--bp-body); line-height: 1.35; }
.bpq__benefits div { display: flex; gap: 12px; align-items: center; }
.bpq__benefits span { width: 26px; height: 26px; border-radius: 50%; background: var(--bp-success-bg); color: var(--bp-success); display: grid; place-items: center; flex: none; font-size: 14px; font-weight: 700; }
.bpq__review { margin-top: auto; background: #fff; border: 1px solid var(--bp-input); border-radius: 14px; padding: 17px 19px; }
.bpq__review-top { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; color: var(--bp-muted); font-weight: 600; }
.bpq__stars { color: var(--bp-blue); font-size: 13px; letter-spacing: .1em; }
.bpq__review-q { font-size: 16px; line-height: 1.5; margin-top: 8px; color: var(--bp-body); }
.bpq__review-by { font-size: 13.5px; font-weight: 600; margin-top: 8px; }

/* ---------- done ---------- */
.bpq__done { text-align: center; padding: 24px 24px 18px; }
.bpq__done-check { width: 72px; height: 72px; border-radius: 50%; background: var(--bp-success-bg); color: var(--bp-green); display: grid; place-items: center; font-size: 34px; margin: 0 auto 16px; }
.bpq__done-h2 { font-size: 28px; letter-spacing: -.02em; margin: 0 0 8px; font-weight: 800; }
.bpq__done-p { color: var(--bp-muted); font-size: 16px; margin: 0 0 20px; line-height: 1.5; }
.bpq__done .bpq__btn { flex: none; display: inline-flex; }

/* ---------- checkout variant (WooCommerce form inside the card) ---------- */
.bpq--checkout { max-width: 920px; }
.bpq__body--checkout { display: block; }
.bpq__h2row { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 0 0 10px; }
.bpq__h2row .bpq__h2 { font-size: 22px; margin: 0; }

/* ---------- one-time builder ---------- */
.bpo { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 24px; align-items: start; font-family: var(--bp-font); color: var(--bp-ink); }
.bpo__list { display: grid; gap: 12px; }
.bpo__card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; align-items: center; background: #fff; border: 2px solid var(--bp-input); border-radius: 20px; padding: 18px 20px; cursor: pointer; transition: border-color .15s, background .15s; }
.bpo__card:hover { border-color: var(--bp-blue); }
.bpo__card.is-on { border-color: var(--bp-blue); background: var(--bp-tint); }
.bpo__card input { position: absolute; opacity: 0; width: 0; height: 0; }
.bpo__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--bp-blue); display: grid; place-items: center; flex: none; }
.bpo__icon svg { width: 30px; height: 30px; }
.bpo__name { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; }
.bpo__check { width: 22px; height: 22px; border-radius: 7px; border: 2px solid var(--bp-input); background: #fff; display: grid; place-items: center; flex: none; font-style: normal; font-size: 13px; font-weight: 700; color: #fff; }
.bpo__card.is-on .bpo__check { border-color: var(--bp-blue); background: var(--bp-blue); }
.bpo__card.is-on .bpo__check::before { content: "✓"; }
.bpo__desc { display: block; color: var(--bp-muted); font-size: 14px; margin-top: 6px; line-height: 1.45; }
.bpo__price { text-align: right; }
.bpo__price span { display: block; font-size: 11px; font-weight: 700; color: var(--bp-muted); letter-spacing: .06em; text-transform: uppercase; }
.bpo__price strong { font-weight: 800; font-size: 24px; letter-spacing: -.02em; }
.bpo__included { background: #fff; border: 1px solid var(--bp-border); border-radius: 16px; padding: 18px 20px; font-size: 14px; color: var(--bp-muted); line-height: 1.5; }
.bpo__included strong { color: var(--bp-ink); }
.bpo__total { position: sticky; top: 88px; background: #fff; border: 1px solid var(--bp-border); border-radius: 20px; padding: 24px; box-shadow: 0 20px 50px -30px rgba(15, 31, 51, .3); }
.bpo__total-label { font-size: 12px; font-weight: 700; color: var(--bp-blue-dark); letter-spacing: .06em; text-transform: uppercase; }
.bpo__total-amt { display: flex; align-items: baseline; gap: 6px; margin-top: 6px; }
.bpo__total-amt span { font-size: 46px; font-weight: 800; letter-spacing: -.03em; color: var(--bp-blue); line-height: 1; }
.bpo__total-amt small { color: var(--bp-muted); font-weight: 600; font-size: 15px; }
.bpo__lines { display: grid; gap: 8px; margin: 16px 0; font-size: 14px; }
.bpo__line { display: flex; justify-content: space-between; gap: 10px; padding: 10px 12px; background: var(--bp-soft); border-radius: 10px; }
.bpo__line span { color: var(--bp-body); }
.bpo__saved { font-size: 13px; color: var(--bp-success); font-weight: 700; background: var(--bp-success-bg); padding: 8px 12px; border-radius: 10px; margin-bottom: 12px; }
.bpo .bpq__btn--block { margin-top: 0; }
.bpo__fine { font-size: 12px; color: var(--bp-faint); margin: 10px 0 0; line-height: 1.45; }
.bpo__alt { font-size: 13px; color: var(--bp-muted); margin: 14px 0 0; padding-top: 14px; border-top: 1px solid var(--bp-divider); }
.bpo__alt a { font-weight: 700; }

/* ---------- static map ---------- */
.bp-map { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 3 / 2; background: #e9eef4; border: 1px solid var(--bp-border); }
.bp-map__tiles { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); }
.bp-map__tiles div { background-size: cover; background-position: center; }
.bp-map__tint { position: absolute; inset: 0; background: rgba(11, 99, 246, .10); pointer-events: none; }
.bp-map__radius { position: absolute; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; background: rgba(11, 99, 246, .16); border: 2px solid rgba(11, 99, 246, .55); pointer-events: none; }
.bp-map__dot { position: absolute; width: 16px; height: 16px; margin: -8px 0 0 -8px; border-radius: 50%; background: var(--bp-blue); border: 3px solid #fff; box-shadow: 0 4px 12px rgba(4, 32, 62, .35); }
.bp-map__label { position: absolute; left: 14px; bottom: 14px; background: #fff; border-radius: 10px; padding: 8px 12px; font-size: 13px; font-weight: 700; color: var(--bp-ink); box-shadow: 0 8px 24px -12px rgba(4, 32, 62, .4); }

/* ---------- contact form ---------- */
.bpc { background: #fff; border: 1px solid var(--bp-border); border-radius: 20px; padding: 26px; display: grid; gap: 12px; box-shadow: 0 20px 50px -30px rgba(15, 31, 51, .2); font-family: var(--bp-font); }
.bpc__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bpc textarea.bpq__input { resize: vertical; min-height: 110px; }
.bpc .bpq__btn--block { margin-top: 2px; }
.bpc .bpq__error { margin: 0; }

/* ---------- login ---------- */
.bpl { max-width: 440px; margin: 0 auto; background: #fff; border: 1px solid var(--bp-border); border-radius: 22px; padding: 34px 32px; box-shadow: 0 20px 50px -30px rgba(15, 31, 51, .3); font-family: var(--bp-font); color: var(--bp-ink); }
.bpl__mark { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, #0b63f6, #38bdf8); display: grid; place-items: center; margin-bottom: 18px; }
.bpl__mark i { width: 18px; height: 7px; border-radius: 999px; background: rgba(255, 255, 255, .9); display: block; box-shadow: 0 -6px 0 -1px rgba(255, 255, 255, .5); }
.bpl__h1 { font-size: 28px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 6px; line-height: 1.1; }
.bpl__sub { color: var(--bp-muted); font-size: 15px; margin: 0 0 22px; }
.bpl form p { margin: 0 0 12px; }
.bpl label { display: block; font-size: 13px; font-weight: 600; color: var(--bp-body); margin-bottom: 6px; }
.bpl input[type=text], .bpl input[type=password] { width: 100%; box-sizing: border-box; border: 1.5px solid var(--bp-input); border-radius: 12px; padding: 14px 16px; font: inherit; font-size: 16px; }
.bpl input:focus { outline: none; border-color: var(--bp-blue); box-shadow: 0 0 0 4px rgba(11, 99, 246, .15); }
.bpl .login-remember label { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: 14px; margin: 0; }
.bpl .login-remember input { width: 16px; height: 16px; accent-color: var(--bp-blue); }
.bpl .login-submit input[type=submit] { width: 100%; background: var(--bp-blue); color: #fff; border: 0; border-radius: 12px; padding: 14px; font: inherit; font-size: 16px; font-weight: 800; cursor: pointer; }
.bpl .login-submit input[type=submit]:hover { background: var(--bp-blue-dark); }
.bpl__forgot { text-align: center; font-size: 14px; margin: 14px 0 0; }
.bpl__or { display: flex; align-items: center; gap: 12px; color: var(--bp-faint); font-size: 13px; margin: 18px 0; }
.bpl__or::before, .bpl__or::after { content: ""; flex: 1; height: 1px; background: var(--bp-border); }
.bpl__new { text-align: center; font-size: 14px; color: var(--bp-muted); margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--bp-border); }
.bpl__new a { font-weight: 700; }

/* ---------- responsive ---------- */
@media (max-width: 760px) {
	.bpq__body { grid-template-columns: 1fr; }
	.bpq__side { border-left: 0; border-top: 1px solid var(--bp-border); }
	.bpq__main { padding: 16px 16px 20px; }
	.bpq__tiles { gap: 8px; }
	.bpq__ill { height: 84px; }
	.bpq__title { font-size: 17px; }
	.bpo { grid-template-columns: 1fr; }
	.bpo__total { position: static; }
	.bpo__card { grid-template-columns: auto minmax(0, 1fr); }
	.bpo__price { grid-column: 2; text-align: left; display: flex; gap: 8px; align-items: baseline; }
	.bpc__row { grid-template-columns: 1fr; }
	.bpl { padding: 26px 20px; }
}

/* ---------- embedded checkout inside the card ---------- */
.bpq.is-embed { background: transparent; box-shadow: none; border-radius: 0; overflow: visible; }
.bpq__embed { display: block; width: 100%; border: 0; background: transparent; transition: height .2s ease; }
body.bp-embed { background: transparent !important; margin: 0; }
body.bp-embed .bp-embed__wrap { padding: 0 0 4px; }
body.bp-embed .bpq { margin: 0 auto; }

/* On phones the price box duplicates the plan prices and the checkout button, so drop it. */
@media (max-width: 760px) {
	.bpq__side .bpq__pricebox { display: none !important; }
	.bpq__side { padding: 20px 16px; gap: 14px; }
}
.bpo__hint { font-size: 12.5px; color: var(--bp-muted); margin: 8px 0 0; line-height: 1.4; }
/* On phones the "Your pool" recap repeats the answers still visible in the step above. */
@media (max-width: 760px) {
	.bpq__side [data-bpq-side-summary] { display: none !important; }
}
