/* ============================================================
   BAYOUPEP USA — SITE CHROME (header + footer)
   Migrated from WPCode into the theme.
   ============================================================ */

/* Hide Astra header + footer (theme provides its own) */
#masthead, .site-header, #ast-fixed-header,
.ast-above-header-wrap, .ast-below-header-wrap,
.site-footer, #colophon, .ast-footer-html-code,
.footer-widget-area, .ast-small-footer { display: none !important; }

/* ---------- HEADER ---------- */
#bpusa-spacer { height: 72px; }
#bpusa-spacer.has-topbar { height: 112px; }
#bpusa-header {
	position: fixed; top: 0; left: 0; right: 0;
	z-index: 9999;
	background: var(--bp-header-bg);
	backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--bp-line);
	font-family: var(--bp-font);
	-webkit-font-smoothing: antialiased; box-sizing: border-box;
}
#bpusa-header * { box-sizing: border-box; }

/* ---------- TOP UTILITY TOOLBAR + DROPDOWN ---------- */
.bpusa-topbar {
	height: 40px;
	background: linear-gradient(90deg, rgba(8,8,12,0.96), rgba(14,16,26,0.96));
	border-bottom: 1px solid rgba(var(--bp-primary-rgb),.14);
}
.bpusa-topbar-inner {
	display: flex; align-items: center; justify-content: space-between;
	height: 40px; max-width: 1280px; width: calc(100% - 48px); margin: 0 auto; gap: 18px;
}
.bpusa-menu { position: relative; height: 100%; display: flex; align-items: center; }
.bpusa-menu-toggle {
	display: inline-flex; align-items: center; gap: 8px;
	height: 28px; padding: 0 14px; cursor: pointer;
	background: rgba(var(--bp-primary-rgb),.1); border: 1px solid rgba(var(--bp-primary-rgb),.28);
	border-radius: 999px; color: var(--bp-ink);
	font-family: var(--bp-caps); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
	transition: background .18s, border-color .18s, box-shadow .18s;
}
.bpusa-menu-toggle:hover { background: rgba(var(--bp-primary-rgb),.2); border-color: rgba(var(--bp-primary-rgb),.5); box-shadow: 0 4px 16px rgba(var(--bp-primary-rgb),.22); }
.bpusa-menu-toggle .bpusa-menu-grid { width: 13px; height: 13px; fill: var(--bp-accent); }
.bpusa-menu-toggle .bpusa-menu-caret { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .22s ease; }
.bpusa-menu.open .bpusa-menu-toggle { background: rgba(var(--bp-primary-rgb),.22); border-color: rgba(var(--bp-primary-rgb),.55); }
.bpusa-menu.open .bpusa-menu-toggle .bpusa-menu-caret { transform: rotate(180deg); }
.bpusa-menu-panel {
	position: absolute; top: calc(100% + 10px); left: 0; z-index: 10000;
	min-width: 248px; display: flex; flex-direction: column; gap: 2px; padding: 8px;
	background: linear-gradient(180deg, #13141f 0%, #0b0c14 100%);
	border: 1px solid rgba(var(--bp-primary-rgb),.3); border-radius: 14px;
	box-shadow: 0 24px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(var(--bp-primary-rgb),.08);
	opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.98);
	transform-origin: top left; transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.bpusa-menu-panel::before {
	content: ''; position: absolute; top: -5px; left: 22px; width: 10px; height: 10px;
	background: #13141f; border-left: 1px solid rgba(var(--bp-primary-rgb),.3); border-top: 1px solid rgba(var(--bp-primary-rgb),.3);
	transform: rotate(45deg);
}
.bpusa-menu.open .bpusa-menu-panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.bpusa-menu-link {
	display: flex; align-items: center; padding: 10px 14px; border-radius: 9px;
	font-family: var(--bp-caps); font-size: 11.5px; letter-spacing: .07em; text-transform: uppercase;
	color: var(--bp-muted); text-decoration: none;
	transition: color .16s, background .16s, padding-left .16s;
}
.bpusa-menu-link:hover, .bpusa-menu-link.active { color: var(--bp-ink); background: rgba(var(--bp-primary-rgb),.12); padding-left: 18px; }
.bpusa-menu-link.is-vip {
	margin-top: 4px; color: #fff;
	background: linear-gradient(90deg, rgba(var(--bp-primary-rgb),.22), rgba(var(--bp-accent-rgb),.12));
	border: 1px solid rgba(var(--bp-accent-rgb),.32);
}
.bpusa-menu-link.is-vip::before { content: '★'; margin-right: 8px; color: var(--bp-accent); font-size: 11px; }
.bpusa-menu-link.is-vip:hover { background: linear-gradient(90deg, rgba(var(--bp-primary-rgb),.34), rgba(var(--bp-accent-rgb),.2)); }
.bpusa-topbar-promo {
	font-family: var(--bp-caps); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase;
	color: #8a93ad; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bpusa-topbar-promo span { display: inline-flex; align-items: center; gap: 8px; }
.bpusa-topbar-promo span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--bp-accent); box-shadow: 0 0 8px var(--bp-accent); flex-shrink: 0; }
#bpusa-header .bpusa-inner {
	display: flex; align-items: center; justify-content: space-between;
	height: 72px; max-width: 1280px; width: calc(100% - 48px);
	margin: 0 auto; gap: 24px;
}
#bpusa-header .bpusa-logo { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; transition: opacity .18s; }
#bpusa-header .bpusa-logo:hover { opacity: .85; }
#bpusa-header .bpusa-logo-img { height: 58px; width: auto; max-width: 240px; object-fit: contain; display: block; }
#bpusa-header .bpusa-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
#bpusa-header .bpusa-nav-link {
	display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px;
	font-family: var(--bp-caps); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
	color: #fff; text-decoration: none; border-radius: 6px;
	transition: color .18s, background .18s; white-space: nowrap;
}
#bpusa-header .bpusa-nav-link:hover { color: var(--bp-primary); background: rgba(var(--bp-primary-rgb),.08); }
#bpusa-header .bpusa-nav-link.active { color: var(--bp-primary); background: rgba(var(--bp-primary-rgb),.1); border-left: 2px solid var(--bp-primary); padding-left: 12px; }

/* ---- Top-nav "Categories" dropdown ---- */
#bpusa-header .bpusa-nav-dd { position: relative; display: inline-flex; align-items: center; }
#bpusa-header .bpusa-nav-dd__caret { width: 10px; height: 10px; transition: transform .2s ease; }
#bpusa-header .bpusa-nav-dd:hover .bpusa-nav-dd__caret,
#bpusa-header .bpusa-nav-dd:focus-within .bpusa-nav-dd__caret { transform: rotate(180deg); }
#bpusa-header .bpusa-nav-dd__menu {
	position: absolute; top: 100%; left: 50%;
	transform: translateX(-50%) translateY(10px);
	min-width: 220px; display: flex; flex-direction: column; gap: 2px;
	margin-top: 6px; padding: 8px;
	background: var(--bp-header-bg); border: 1px solid var(--bp-line);
	border-radius: var(--bp-radius-sm);
	box-shadow: 0 20px 50px -16px rgba(0,0,0,0.85), 0 0 0 1px rgba(var(--bp-primary-rgb),0.12);
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
	z-index: 60;
}
/* Invisible bridge so the menu stays open while moving the cursor onto it. */
#bpusa-header .bpusa-nav-dd__menu::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
#bpusa-header .bpusa-nav-dd:hover .bpusa-nav-dd__menu,
#bpusa-header .bpusa-nav-dd:focus-within .bpusa-nav-dd__menu {
	opacity: 1; visibility: visible; pointer-events: auto;
	transform: translateX(-50%) translateY(4px);
}
#bpusa-header .bpusa-nav-dd__link {
	display: block; padding: 10px 13px; border-radius: 8px;
	font-family: var(--bp-font); font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none;
	color: #fff; text-decoration: none; white-space: nowrap;
	transition: background .15s ease, color .15s ease;
}
#bpusa-header .bpusa-nav-dd__link:hover,
#bpusa-header .bpusa-nav-dd__link:focus { background: rgba(var(--bp-primary-rgb),.18); color: var(--bp-primary); }
#bpusa-header .bpusa-nav-dd__link.active { background: rgba(var(--bp-primary-rgb),.12); color: var(--bp-primary); }
#bpusa-header .bpusa-actions { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
#bpusa-header .bpusa-btn {
	position: relative; display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; background: transparent; border: 1px solid transparent;
	border-radius: 8px; color: var(--bp-muted); cursor: pointer; text-decoration: none;
	transition: color .18s, border-color .18s, background .18s; padding: 0; outline: none; flex-shrink: 0;
}
#bpusa-header .bpusa-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
#bpusa-header .bpusa-btn:hover { color: var(--bp-ink); border-color: #242430; background: rgba(255,255,255,.04); }
#bpusa-header .bpusa-cart-count {
	position: absolute; top: 4px; right: 4px; min-width: 16px; height: 16px;
	background: var(--bp-primary); border-radius: 50%; font-family: var(--bp-mono);
	font-size: 9px; color: #fff; display: none; align-items: center; justify-content: center;
	line-height: 1; font-weight: 700; border: 1.5px solid #0a0a0a; padding: 0 2px;
}
#bpusa-header .bpusa-cart-count.show { display: flex; }
#bpusa-header .bpusa-ham-btn { display: none; flex-direction: column; gap: 5px; padding: 10px; }
#bpusa-header .bpusa-bar { display: block; width: 18px; height: 1.5px; background: var(--bp-muted); border-radius: 2px; transition: transform .22s ease, opacity .22s ease; transform-origin: center; }
#bpusa-header .bpusa-ham-btn.open .bpusa-bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
#bpusa-header .bpusa-ham-btn.open .bpusa-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
#bpusa-header .bpusa-ham-btn.open .bpusa-bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

#bpusa-drawer {
	display: none; position: fixed; top: 72px; left: 0; right: 0; z-index: 9998;
	background: #0a0a0c; border-bottom: 1px solid var(--bp-line); flex-direction: column;
	gap: 4px; padding: 14px 20px 22px; max-height: 0; overflow-y: auto;
	transition: max-height .32s ease, padding .32s ease;
	-webkit-overflow-scrolling: touch;
}
#bpusa-drawer.open { display: flex; max-height: calc(100vh - 72px); }
#bpusa-drawer .bpusa-drawer-group { display: flex; flex-direction: column; gap: 2px; padding-bottom: 8px; }
#bpusa-drawer .bpusa-drawer-group + .bpusa-drawer-group { border-top: 1px solid #1a1a22; padding-top: 10px; margin-top: 4px; }
#bpusa-drawer .bpusa-drawer-label {
	font-family: var(--bp-caps); font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase;
	color: var(--bp-primary); padding: 4px 14px 8px;
}
#bpusa-drawer .bpusa-drawer-link {
	display: flex; align-items: center; padding: 12px 14px; font-family: var(--bp-caps);
	font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--bp-muted);
	text-decoration: none; border-radius: 6px; transition: color .18s, background .18s;
}
#bpusa-drawer .bpusa-drawer-link:hover, #bpusa-drawer .bpusa-drawer-link.active { color: var(--bp-ink); background: rgba(var(--bp-primary-rgb),.08); }
#bpusa-drawer .bpusa-drawer-link.is-vip { color: #fff; background: linear-gradient(90deg, rgba(var(--bp-primary-rgb),.2), rgba(var(--bp-accent-rgb),.08)); border: 1px solid rgba(var(--bp-accent-rgb),.3); }
#bpusa-drawer .bpusa-drawer-link.is-vip::before { content: '★'; margin-right: 8px; color: var(--bp-accent); }
#bpusa-drawer .bpusa-drawer-actions { display: flex; gap: 12px; padding: 12px 14px 4px; border-top: 1px solid #1a1a22; margin-top: 8px; }
#bpusa-drawer .bpusa-drawer-actions a { font-family: var(--bp-caps); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--bp-muted); text-decoration: none; transition: color .18s; }
#bpusa-drawer .bpusa-drawer-actions a:hover { color: var(--bp-primary); }

/* Tablet: keep toolbar, allow nav to wrap-free by trimming spacing */
@media (max-width: 1024px) {
	.bpusa-topbar-inner, #bpusa-header .bpusa-inner { width: calc(100% - 36px); }
	#bpusa-header .bpusa-nav { gap: 0; }
	#bpusa-header .bpusa-nav-link { padding: 7px 9px; letter-spacing: .06em; }
}
@media (max-width: 860px) {
	#bpusa-header .bpusa-nav { display: none; }
	#bpusa-header .bpusa-ham-btn { display: inline-flex; }
	#bpusa-header .bpusa-inner { gap: 12px; }
}
@media (max-width: 768px) {
	.bpusa-topbar { display: none; }
	#bpusa-spacer.has-topbar { height: 72px; }
	#bpusa-header .bpusa-logo-img { height: 46px; }
}
@media (max-width: 480px) {
	#bpusa-header .bpusa-inner { width: calc(100% - 32px); }
	#bpusa-header .bpusa-logo-img { height: 40px; }
}

/* ---------- FOOTER ---------- */
#bp-footer { background: linear-gradient(180deg, #08080f 0%, #050507 100%); border-top: 1px solid rgba(var(--bp-primary-rgb),.18); font-family: var(--bp-font); -webkit-font-smoothing: antialiased; color: var(--bp-ink); position: relative; z-index: 1; overflow: hidden; }
#bp-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--bp-primary), var(--bp-accent), transparent); opacity: .8; }
#bp-footer::after { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 700px; height: 300px; background: radial-gradient(closest-side, rgba(var(--bp-primary-rgb),.16), transparent 70%); pointer-events: none; }
#bp-footer .bp-footer-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 44px; align-items: start; }
#bp-footer .bp-footer-logo { display: inline-flex; align-items: center; text-decoration: none; margin-bottom: 16px; transition: opacity .18s; }
#bp-footer .bp-footer-logo:hover { opacity: .85; }
#bp-footer .bp-footer-logo-img { height: 80px; width: auto; display: block; }
#bp-footer .bp-footer-tagline { font-size: 13.5px; line-height: 1.75; color: #9a9ab0; max-width: 280px; margin: 0 0 22px; }
#bp-footer .bp-footer-badge { display: inline-flex; align-items: center; gap: 7px; font-family: var(--bp-caps); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--bp-accent); border: 1px solid rgba(var(--bp-primary-rgb),.4); background: rgba(var(--bp-primary-rgb),.1); padding: 7px 14px; border-radius: 999px; }
#bp-footer .bp-footer-badge::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--bp-accent); box-shadow: 0 0 0 3px rgba(var(--bp-accent-rgb),.22); flex-shrink: 0; }
#bp-footer .bp-footer-col-label { font-family: var(--bp-caps); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--bp-primary); margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(var(--bp-primary-rgb),.16); }
#bp-footer .bp-footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
#bp-footer .bp-footer-links li a { display: inline-block; font-size: 14px; color: #9a9ab0; text-decoration: none; padding: 6px 0; transition: color .18s; }
#bp-footer .bp-footer-links li a::before { content: ''; display: inline-block; width: 0; height: 1px; background: var(--bp-accent); vertical-align: middle; margin-right: 0; transition: width .18s, margin-right .18s; }
#bp-footer .bp-footer-links li a:hover { color: #fff; }
#bp-footer .bp-footer-links li a:hover::before { width: 14px; margin-right: 8px; }
#bp-footer .bp-footer-company-info { display: flex; flex-direction: column; gap: 14px; }
#bp-footer .bp-footer-company-row { display: flex; align-items: center; gap: 11px; font-size: 14px; color: #9a9ab0; line-height: 1.5; }
#bp-footer .bp-footer-company-row svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--bp-primary); }
#bp-footer .bp-footer-company-row a { color: #9a9ab0; text-decoration: none; transition: color .18s; }
#bp-footer .bp-footer-company-row a:hover { color: var(--bp-accent); }
#bp-footer .bp-footer-bottom { position: relative; z-index: 1; border-top: 1px solid rgba(var(--bp-primary-rgb),.12); background: rgba(5,5,7,.6); padding: 16px 0; }
#bp-footer .bp-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 48px)); margin: 0 auto; gap: 16px; flex-wrap: wrap; }
#bp-footer .bp-footer-copy, #bp-footer .bp-footer-ruo { font-family: var(--bp-mono); font-size: 10px; letter-spacing: .05em; color: #66667e; }

@media (max-width: 1024px) {
	#bp-footer .bp-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px 40px; }
	#bp-footer .bp-footer-brand { grid-column: 1 / -1; }
	#bp-footer .bp-footer-logo-img { height: 70px; }
}
@media (max-width: 600px) {
	/* Professional mobile footer: centered brand, then one clean section per row. */
	#bp-footer .bp-footer-inner { grid-template-columns: 1fr; gap: 28px; padding: 48px 0 32px; }

	/* Brand: centered, with a soft divider beneath it. */
	#bp-footer .bp-footer-brand {
		grid-column: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-bottom: 28px;
		margin-bottom: 2px;
		border-bottom: 1px solid rgba(var(--bp-primary-rgb),.14);
	}
	#bp-footer .bp-footer-logo { margin-bottom: 14px; }
	#bp-footer .bp-footer-logo-img { height: 64px; }
	#bp-footer .bp-footer-tagline { max-width: 340px; margin-left: auto; margin-right: auto; }

	#bp-footer .bp-footer-col-label { margin-bottom: 16px; }

	/* Links laid out two-up inside each section so the lists stay compact. */
	#bp-footer .bp-footer-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 16px;
		row-gap: 0;
	}
	#bp-footer .bp-footer-links li a { padding: 7px 0; font-size: 14.5px; }

	/* Centered, tidy copyright bar. */
	#bp-footer .bp-footer-bottom-inner { flex-direction: column; align-items: center; text-align: center; gap: 6px; }
}
@media (max-width: 360px) {
	/* Very narrow phones: a single readable column of links. */
	#bp-footer .bp-footer-links { grid-template-columns: 1fr; }
}

/* ============================================================
   POPUP / MODAL
   ============================================================ */
.bp-popup {
	position: fixed; inset: 0; z-index: 9999;
	display: flex; align-items: center; justify-content: center;
	padding: 20px;
	opacity: 0; visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
}
.bp-popup.is-open { opacity: 1; visibility: visible; }
.bp-popup__overlay { position: absolute; inset: 0; background: rgba(2,2,8,0.82); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.bp-popup__dialog {
	position: relative; z-index: 1;
	width: min(440px, 100%);
	max-height: 92vh; overflow: auto;
	/* Opaque surface so the animated background never bleeds through. */
	background: linear-gradient(180deg, #14111f 0%, #0b0913 100%);
	border: 1px solid rgba(var(--bp-primary-rgb),0.35);
	border-radius: 20px;
	box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(var(--bp-primary-rgb),0.10);
	transform: translateY(18px) scale(.97);
	transition: transform .32s cubic-bezier(.16,.84,.44,1);
	padding: 0;
	scrollbar-width: thin;
}
.bp-popup__dialog::before {
	content: ""; display: block; height: 4px;
	background: linear-gradient(90deg, var(--bp-primary), var(--bp-accent));
}
.bp-popup.is-open .bp-popup__dialog { transform: none; }
.bp-popup__close {
	position: absolute; top: 14px; right: 14px; z-index: 2;
	width: 34px; height: 34px; border-radius: 50%;
	background: rgba(10,8,18,0.65); border: 1px solid var(--bp-line);
	color: var(--bp-ink); font-size: 20px; line-height: 1; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: background .18s, color .18s, transform .18s;
}
.bp-popup__close:hover { background: var(--bp-primary); color: #fff; transform: rotate(90deg); }
.bp-popup__media { overflow: hidden; }
.bp-popup__media img { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.bp-popup__body { padding: 30px clamp(24px, 5vw, 34px) 32px; }
.bp-popup__body .bp-eyebrow {
	display: inline-block; margin-bottom: 14px;
	padding: 5px 12px; border-radius: 999px;
	background: rgba(var(--bp-primary-rgb),0.14); border: 1px solid var(--bp-line);
	color: var(--bp-accent);
}
.bp-popup__title { font-size: clamp(22px, 3.4vw, 30px); line-height: 1.15; margin: 0 0 14px; }
.bp-popup__text { color: var(--bp-muted); line-height: 1.65; font-size: 14px; margin-bottom: 22px; }
.bp-popup__text p { margin: 0 0 10px; }
.bp-popup__text p:last-child { margin-bottom: 0; }
.bp-popup__text a { color: var(--bp-accent); text-decoration: underline; }
.bp-popup__text img { width: 100%; height: auto; border-radius: var(--bp-radius-sm); margin: 14px 0 0; display: block; }
.bp-popup__cta { margin-top: 6px; display: inline-flex; }
.bp-popup__offer {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 14px;
	text-align: center;
	margin: 0 0 22px; padding: 16px 18px;
	border: 1px dashed rgba(var(--bp-primary-rgb),0.55); border-radius: var(--bp-radius-sm);
	background: linear-gradient(120deg, rgba(var(--bp-primary-rgb),0.14), rgba(var(--bp-accent-rgb),0.06));
}
.bp-popup__discount { font-family: var(--bp-display); font-size: 30px; color: var(--bp-accent); line-height: 1; letter-spacing: .02em; }
.bp-popup__coupon { font-family: var(--bp-mono); font-size: 13px; letter-spacing: .04em; color: var(--bp-muted); }
.bp-popup__coupon strong { color: var(--bp-ink); letter-spacing: .12em; padding: 2px 8px; border-radius: 6px; background: rgba(255,255,255,0.06); }

/* Newsletter form inside the popup → stacked, full-width CTA. */
.bp-popup .bp-nl-form { flex-direction: column; gap: 12px; }
.bp-popup .bp-nl-form__input { width: 100%; min-width: 0; text-align: center; }
.bp-popup .bp-nl-form__btn { width: 100%; justify-content: center; padding-block: 14px; font-size: 15px; }
.bp-popup .bp-nl-form__status { text-align: center; }
