/* ============================================================
   BAYOUPEP USA — COMPOUNDS / SHOP PAGE (#bp-shop)
   Hero + WooCommerce [products] grid + CTA strip + trust strip
   + RUO bar. Product cards themselves are styled by woocommerce.css
   (.bp-card). Purple var(--bp-primary) glassmorphism, transparent panels so
   the site-wide background video shows through.
   ============================================================ */

#bp-shop, #bp-shop * { box-sizing: border-box; }
#bp-shop {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	color: #e8e8e8;
	font-family: var(--bp-font, 'DM Sans', sans-serif);
	-webkit-font-smoothing: antialiased;
	background: transparent;
}
#bp-shop .wrap {
	max-width: 1200px;
	width: calc(100% - 48px);
	margin-left: auto; margin-right: auto;
}

/* ════════════════════════ KEYFRAMES ════════════════════════ */
@keyframes shop-pulse {
	0%   { transform: scale(0.85); opacity: 1; }
	70%  { transform: scale(1.7);  opacity: 0; }
	100% { transform: scale(1.7);  opacity: 0; }
}
@keyframes shop-glow {
	0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
	50%      { opacity: 1;   transform: translateX(-50%) scale(1.1); }
}

/* ════════════════════════ HERO ════════════════════════ */
#bp-shop .shop-hero {
	position: relative;
	background: transparent;
	padding: 120px 0 52px;
	overflow: hidden;
	text-align: center;
}
#bp-shop .shop-hero::before {
	content: '';
	position: absolute; inset: 0;
	background: rgba(2, 8, 24, 0.55);
	pointer-events: none; z-index: 0;
}
#bp-shop .shop-hero-grid {
	position: absolute; inset: 0;
	background-image:
		linear-gradient(#1a2a4a 1px, transparent 1px),
		linear-gradient(90deg, #1a2a4a 1px, transparent 1px);
	background-size: 48px 48px; opacity: 0.16;
	pointer-events: none; z-index: 1;
	-webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 0%, black 20%, transparent 100%);
	mask-image: radial-gradient(ellipse 100% 100% at 50% 0%, black 20%, transparent 100%);
}
#bp-shop .shop-hero-glow {
	position: absolute; width: 700px; height: 300px;
	top: -80px; left: 50%; transform: translateX(-50%);
	background: radial-gradient(ellipse, rgba(var(--bp-primary-rgb),.18) 0%, transparent 70%);
	filter: blur(52px); pointer-events: none; z-index: 1;
	animation: shop-glow 4s ease-in-out infinite;
}
#bp-shop .shop-hero .wrap { position: relative; z-index: 2; }

/* Tag */
#bp-shop .tag {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--bp-caps);
	font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
	color: #7FB4FF; margin-bottom: 22px;
	padding: 7px 14px;
	background: rgba(var(--bp-primary-rgb),0.08);
	border: 1px solid rgba(var(--bp-primary-rgb),0.25); border-radius: 100px;
}
#bp-shop .tag-dot {
	width: 6px; height: 6px; border-radius: 50%;
	background: var(--bp-primary); flex-shrink: 0;
	animation: shop-pulse 2.4s ease-out infinite;
}

/* Title */
#bp-shop .shop-hero-h1 {
	font-family: var(--bp-display, 'Bebas Neue', sans-serif);
	font-size: clamp(48px, 8vw, 96px);
	line-height: 0.9; letter-spacing: 0.01em;
	color: #e8e8e8; margin: 0 0 22px;
}
#bp-shop .shop-hero-h1 .ac { color: var(--bp-primary); }
#bp-shop .shop-hero-h1 .sk { -webkit-text-stroke: 1.5px var(--bp-primary); color: transparent; }

#bp-shop .shop-hero-sub {
	font-size: 15px; line-height: 1.7; color: #b8c8e8;
	margin: 0 auto 28px; max-width: 580px;
}

/* Pills */
#bp-shop .hero-pills {
	display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
}
#bp-shop .pill {
	display: inline-flex; align-items: center; gap: 7px;
	padding: 7px 14px;
	background: rgba(var(--bp-primary-rgb),0.08); border: 1px solid rgba(var(--bp-primary-rgb),0.25);
	border-radius: 100px;
	font-family: var(--bp-caps);
	font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #7FB4FF;
	transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
#bp-shop .pill:hover {
	background: rgba(var(--bp-primary-rgb),0.16); border-color: rgba(var(--bp-primary-rgb),0.5);
	transform: translateY(-2px);
}
#bp-shop .pill-dot {
	width: 5px; height: 5px; border-radius: 50%;
	background: var(--bp-primary); flex-shrink: 0;
}

/* Divider */
#bp-shop .shop-divider {
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--bp-primary), transparent);
}

/* ════════════════════════ PRODUCTS ════════════════════════ */
#bp-shop .products-section {
	background: transparent;
	padding: 56px 0;
}
#bp-shop .woo-products > *:first-child { margin-top: 0; }
#bp-shop .woo-products > *:last-child  { margin-bottom: 0; }

/* ════════════════════════ CTA STRIP ════════════════════════ */
#bp-shop .shop-cta {
	position: relative;
	background: transparent;
	border-top: 1px solid rgba(17, 71, 184,0.2);
	padding: 56px 0 48px;
}
#bp-shop .cta-inner {
	display: flex; align-items: center; justify-content: space-between;
	flex-wrap: wrap; gap: 28px;
	background: rgba(8,12,30,0.72);
	border: 1px solid rgba(17, 71, 184,0.25);
	border-radius: 16px; padding: 36px 40px;
}
#bp-shop .cta-text h3 {
	font-family: var(--bp-display, 'Bebas Neue', sans-serif);
	font-size: 34px; line-height: 1; letter-spacing: 0.02em;
	color: #e8e8e8; margin: 0 0 10px;
}
#bp-shop .cta-text h3 span { color: var(--bp-primary); }
#bp-shop .cta-text p {
	font-size: 14px; line-height: 1.7; color: #b8c8e8; margin: 0; max-width: 460px;
}
#bp-shop .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
#bp-shop .btn {
	display: inline-flex; align-items: center; gap: 9px;
	padding: 13px 24px;
	font-family: var(--bp-caps);
	font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
	text-decoration: none; border-radius: 100px;
	transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
#bp-shop .btn-r {
	background: var(--bp-primary); color: #fff; border: 1px solid var(--bp-primary);
}
#bp-shop .btn-r:hover {
	background: #2E78F0; transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(var(--bp-primary-rgb),0.4);
}
#bp-shop .btn-o {
	background: rgba(var(--bp-primary-rgb),0.08); color: #7FB4FF;
	border: 1px solid rgba(var(--bp-primary-rgb),0.4);
}
#bp-shop .btn-o:hover {
	background: rgba(var(--bp-primary-rgb),0.16); border-color: rgba(var(--bp-primary-rgb),0.7);
	color: #A9CEFF; transform: translateY(-3px);
}
#bp-shop .btn svg { width: 14px; height: 14px; transition: transform 0.2s; }
#bp-shop .btn:hover svg { transform: translateX(4px); }
/* CSS arrow fallback (inline SVGs in content get sanitized away on save). */
#bp-shop .btn::after {
	content: ''; width: 14px; height: 14px; flex-shrink: 0;
	background-repeat: no-repeat; background-position: center; background-size: contain;
	transition: transform 0.2s;
}
#bp-shop .btn:hover::after { transform: translateX(4px); }
#bp-shop .btn-r::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#bp-shop .btn-o::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' stroke='%237FB4FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Trust strip */
#bp-shop .trust-strip {
	display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
	margin-top: 28px;
}
#bp-shop .trust-item {
	display: flex; flex-direction: column; align-items: center; text-align: center;
	gap: 10px;
	background: rgba(8,12,30,0.6);
	border: 1px solid rgba(17, 71, 184,0.22);
	border-radius: 12px; padding: 20px 14px;
	font-size: 12px; line-height: 1.5; color: #c2cfe6;
	transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
#bp-shop .trust-item:hover {
	border-color: rgba(var(--bp-primary-rgb),0.45); transform: translateY(-4px);
	box-shadow: 0 8px 28px rgba(var(--bp-primary-rgb),0.12);
}
#bp-shop .trust-icon {
	width: 38px; height: 38px; flex-shrink: 0;
	background-color: rgba(var(--bp-primary-rgb),0.08); border: 1px solid rgba(var(--bp-primary-rgb),0.2);
	border-radius: 9px; display: flex; align-items: center; justify-content: center;
	background-repeat: no-repeat; background-position: center; background-size: 17px 17px;
	transition: background-color 0.25s, border-color 0.25s, transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
#bp-shop .trust-item:hover .trust-icon {
	background-color: rgba(var(--bp-primary-rgb),0.18); border-color: rgba(var(--bp-primary-rgb),0.5);
	transform: scale(1.12);
}
#bp-shop .trust-icon svg { width: 17px; height: 17px; }

/* Trust icons are rendered from CSS (the inline SVGs in the page content get
   stripped by WordPress's content sanitizer on save), so they always show. */
#bp-shop .trust-item:nth-child(1) .trust-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M7.5 1L2 3.5v5c0 3.3 2.5 6.4 5.5 7 3-.6 5.5-3.7 5.5-7v-5L7.5 1z' stroke='%231E66E6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#bp-shop .trust-item:nth-child(2) .trust-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M2 7.5h11M9 3.5l4 4-4 4' stroke='%231E66E6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#bp-shop .trust-item:nth-child(3) .trust-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'%3E%3Crect x='2' y='5' width='11' height='8' rx='1.5' stroke='%231E66E6' stroke-width='1.5'/%3E%3Cpath d='M5 5V3.5a2.5 2.5 0 0 1 5 0V5' stroke='%231E66E6' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
#bp-shop .trust-item:nth-child(4) .trust-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.5' r='5.5' stroke='%231E66E6' stroke-width='1.5'/%3E%3Cpath d='M7.5 4.5v3l2 1.5' stroke='%231E66E6' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
#bp-shop .trust-item:nth-child(5) .trust-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M1 8l4 4L14 3' stroke='%231E66E6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ════════════════════════ RUO BAR ════════════════════════ */
#bp-shop .ruo-bar {
	background: transparent;
	border-top: 1px solid rgba(17, 71, 184,0.2);
	padding: 16px 0;
	text-align: center;
}
#bp-shop .ruo-bar p {
	font-family: var(--bp-mono, 'JetBrains Mono', monospace);
	font-size: 10px; letter-spacing: 0.04em; color: #4a6080; line-height: 1.65; margin: 0;
}

/* ════════════════════════ RESPONSIVE ════════════════════════ */
@media (max-width: 1024px) {
	#bp-shop .trust-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
	#bp-shop .shop-hero { padding: 100px 0 44px; }
	#bp-shop .cta-inner { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
	#bp-shop .trust-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
	#bp-shop .trust-strip { grid-template-columns: 1fr; }
}
