.pb-widget-section,
.pb-widget-section * {
	box-sizing: border-box;
}

.pb-hero-section {
	background: linear-gradient(135deg, #053bbf 0%, #075df2 100%);
	color: #ffffff;
	padding: 80px 20px;
	position: relative;
	overflow: hidden;
}
.pb-hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 0%, transparent 20%), radial-gradient(circle at 20% 80%, rgba(255,255,255,0.05) 0%, transparent 30%);
	pointer-events: none;
}
.pb-container,
.pb-advantages-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.pb-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.pb-hero-content { flex: 1 1 500px; }
.pb-breadcrumbs { font-size: 14px; font-weight: 500; margin-bottom: 25px; opacity: 0.9; }
.pb-hero-title { font-size: 54px; font-weight: 800; line-height: 1.1; margin: 0 0 20px; color: inherit; letter-spacing: -1px; }
.pb-hero-subtitle { font-size: 20px; line-height: 1.5; margin: 0 0 10px; font-weight: 400; }
.pb-hero-strong { font-size: 20px; font-weight: 700; margin-bottom: 35px; display: block; }
.pb-features-row { display: flex; gap: 25px; flex-wrap: wrap; }
.pb-feature-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.pb-feature-item svg,
.pb-feature-item i { width: 24px; height: 24px; color: currentColor; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pb-hero-visual { flex: 1 1 450px; display: flex; justify-content: center; align-items: center; position: relative; }
.pb-vial-image { max-width: 250px; height: auto; z-index: 3; }
.pb-benefits-box { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 12px; padding: 30px; width: 100%; max-width: 320px; margin-left: -50px; z-index: 4; }
.pb-benefit-list { list-style: none; padding: 0; margin: 0 0 25px 0; }
.pb-benefit-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; font-size: 14px; font-weight: 500; line-height: 1.4; }
.pb-benefit-list li:last-child { margin-bottom: 0; }
.pb-benefit-list svg,
.pb-benefit-list i { flex-shrink: 0; width: 18px; height: 18px; color: currentColor; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; }
.pb-cta-btn { display: block; width: 100%; background-color: #1a66ff; color: #ffffff; text-align: center; padding: 14px 20px; border-radius: 6px; font-size: 16px; font-weight: 700; text-decoration: none; border: 1px solid #3377ff; transition: background-color 0.3s ease; }
.pb-cta-btn:hover { background-color: #004de6; color: #ffffff; }

.pb-advantages-section { background-color: #ffffff; padding: 80px 20px; }
.pb-section-header { text-align: center; margin-bottom: 50px; }
.pb-subheading { color: #1a66ff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; display: block; }
.pb-heading { color: #0f204b; font-size: 38px; font-weight: 800; margin: 0; letter-spacing: -0.5px; }
.pb-advantages-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.pb-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 35px 20px; text-align: center; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.pb-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); }
.pb-card-icon { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; color: #1a66ff; }
.pb-card-icon svg,
.pb-card-icon i { width: 42px; height: 42px; color: currentColor; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.pb-card-title { color: #0f204b; font-size: 16px; font-weight: 700; line-height: 1.3; margin: 0 0 12px 0; }
.pb-card-text { color: #4a5568; font-size: 13px; line-height: 1.6; margin: 0; }

@media (max-width: 1024px) {
	.pb-advantages-grid { grid-template-columns: repeat(3, 1fr); gap: 25px; }
}
@media (max-width: 991px) {
	.pb-benefits-box { margin-left: 0; margin-top: 20px; }
	.pb-hero-visual { flex-direction: column; }
}
@media (max-width: 768px) {
	.pb-hero-title { font-size: 40px; }
	.pb-features-row { flex-direction: column; gap: 15px; }
	.pb-hero-section,
	.pb-advantages-section { padding: 50px 20px; }
	.pb-heading { font-size: 32px; }
	.pb-advantages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.pb-advantages-grid { grid-template-columns: 1fr; }
}

.pb-apply-section { background-color: #ffffff; padding: 80px 20px; }
.pb-apply-container { width: 100%; max-width: 1200px; margin: 0 auto; display: flex; gap: 40px; align-items: stretch; }
.pb-apply-left { flex: 1; padding-right: 20px; display: flex; flex-direction: column; justify-content: center; }
.pb-apply-subheading { color: #1a66ff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; display: block; }
.pb-apply-heading { color: #0f204b; font-size: 38px; font-weight: 800; line-height: 1.2; margin: 0 0 20px 0; letter-spacing: -0.5px; }
.pb-apply-desc { color: #4a5568; font-size: 16px; line-height: 1.6; margin: 0 0 25px 0; }
.pb-apply-list { list-style: none; padding: 0; margin: 0; }
.pb-apply-list li { display: flex; align-items: center; gap: 12px; color: #0f204b; font-size: 16px; font-weight: 600; margin-bottom: 18px; }
.pb-apply-list li:last-child { margin-bottom: 0; }
.pb-apply-list-icon { color: #1a66ff; display: inline-flex; flex-shrink: 0; }
.pb-apply-list-icon svg,
.pb-apply-list-icon i { width: 24px; height: 24px; font-size: 24px; color: currentColor; fill: currentColor; }
.pb-apply-right { flex: 1; background-color: #f7fafe; border: 1px solid #e2e8f0; border-radius: 12px; padding: 40px; }
.pb-req-subheading { color: #1a66ff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 30px; display: block; }
.pb-req-item { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 25px; }
.pb-req-item:last-child { margin-bottom: 0; }
.pb-req-icon { flex-shrink: 0; width: 40px; min-width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; color: #1a66ff; }
.pb-req-icon svg,
.pb-req-icon i { width: 28px; height: 28px; font-size: 28px; color: currentColor; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pb-req-icon i { fill: currentColor; stroke: none; }
.pb-req-content h4 { color: #0f204b; font-size: 16px; font-weight: 700; margin: 0 0 6px 0; }
.pb-req-content p { color: #4a5568; font-size: 14px; line-height: 1.5; margin: 0; }

@media (max-width: 991px) {
	.pb-apply-container { flex-direction: column; gap: 50px; }
	.pb-apply-left { padding-right: 0; }
}
@media (max-width: 768px) {
	.pb-apply-section { padding: 50px 20px; }
	.pb-apply-heading { font-size: 32px; }
	.pb-apply-right { padding: 30px 20px; }
	.pb-req-item { gap: 15px; }
}

/* CTA Section & Left Side */
.pb-cta-section { background: linear-gradient(135deg, #0d52e0 0%, #053bbf 100%); padding: 80px 20px; position: relative; overflow: hidden; }
.pb-cta-section::before { content: ''; position: absolute; top: 0; right: -5%; bottom: 0; width: 50%; background-image: radial-gradient(circle, rgba(255,255,255,0.08) 2px, transparent 2px); background-size: 20px 20px; opacity: 0.5; pointer-events: none; z-index: 1; }
.pb-cta-container { width: 100%; max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 50px; align-items: center; position: relative; z-index: 2; }
.pb-cta-left { flex: 1 1 500px; color: #ffffff; }
.pb-cta-subheading { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; display: block; opacity: 0.9; }
.pb-cta-heading { font-size: 42px; font-weight: 800; line-height: 1.15; margin: 0 0 20px 0; color: #ffffff; letter-spacing: -0.5px; }
.pb-cta-desc { font-size: 18px; line-height: 1.5; margin: 0 0 40px 0; opacity: 0.95; }
.pb-cta-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 20px; }
.pb-cta-feature-item { display: flex; align-items: flex-start; gap: 12px; }
.pb-cta-icon { flex-shrink: 0; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #ffffff; }
.pb-cta-icon svg, .pb-cta-icon i { width: 18px; height: 18px; font-size: 18px; color: currentColor; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pb-cta-icon i { fill: currentColor; stroke: none; }
.pb-cta-feature-text h5 { font-size: 15px; font-weight: 700; margin: 0 0 4px 0; color: #ffffff; }
.pb-cta-feature-text p { font-size: 13px; margin: 0; opacity: 0.8; line-height: 1.4; }
.pb-cta-right { flex: 1 1 450px; }
.pb-form-box { background-color: #ffffff; border-radius: 12px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
.pb-form-title { color: #0f204b; font-size: 22px; font-weight: 800; margin: 0 0 25px 0; }

/* ---------------------------------------------------- */
/* BULLETPROOF FORM GRID (FORCES SIDE-BY-SIDE)          */
/* ---------------------------------------------------- */

.pb-widget-section .pb-dynamic-fields-row { 
    display: flex !important; 
    flex-wrap: wrap !important; 
    gap: 15px !important; 
    margin-bottom: 15px !important; 
}
.pb-widget-section .pb-form-group { 
    margin: 0 !important; 
    display: flex !important; 
    flex-direction: column !important; 
    justify-content: flex-end !important; /* Aligns inputs perfectly if one side has a label and the other doesn't */
}
/* Force 50% width */
.pb-widget-section .pb-col-50 { 
    flex: 0 0 calc(50% - 7.5px) !important; 
    max-width: calc(50% - 7.5px) !important; 
    width: 100% !important; 
}
/* Force 100% width */
.pb-widget-section .pb-col-100 { 
    flex: 0 0 100% !important; 
    max-width: 100% !important; 
    width: 100% !important; 
}

/* Form Inputs & Buttons */
.pb-form-label { font-size: 12px; color: #718096; margin-bottom: 5px; display: block; font-weight: 500; }
.pb-widget-section .pb-form-control { width: 100% !important; padding: 12px 15px; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 14px; font-family: inherit; color: #4a5568; background-color: #ffffff; transition: border-color 0.3s ease; box-sizing: border-box !important; }
.pb-widget-section .pb-form-control:focus { outline: none; border-color: #1a66ff; }
.pb-widget-section select.pb-form-control { appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 15px center; background-size: 16px; padding-right: 40px; }
.pb-widget-section input[type="file"].pb-form-control { padding: 9px 15px; background-color: #ffffff; color: #4a5568; cursor: pointer; }

.pb-submit-btn { width: 100%; background-color: #0550c7; color: #ffffff; border: none; padding: 15px; border-radius: 4px; font-size: 14px; font-weight: 700; letter-spacing: 0.5px; cursor: pointer; margin-top: 10px; transition: background-color 0.3s ease; text-transform: uppercase; }
.pb-submit-btn:hover { background-color: #003fae; color: #ffffff; }
.pb-form-footer { text-align: center; font-size: 12px; color: #718096; margin: 15px 0 0 0; }

.pb-form-message { padding: 12px; border-radius: 6px; }
.pb-form-message.success { color: #0f5132; background-color: #d1e7dd; border: 1px solid #badbcc; }
.pb-form-message.error { color: #842029; background-color: #f8d7da; border: 1px solid #f5c2c7; }

@media (max-width: 991px) {
	.pb-cta-container { flex-direction: column; }
	.pb-cta-section::before { display: none; }
}
@media (max-width: 768px) {
	.pb-cta-section { padding: 50px 20px; }
	.pb-cta-heading { font-size: 34px; }
	.pb-cta-features { grid-template-columns: 1fr; }
	.pb-form-box { padding: 25px; }
    /* Stack elements on mobile */
    .pb-widget-section .pb-col-50 { flex: 0 0 100% !important; max-width: 100% !important; }
}


.pb-trust-section { background-color: #f8fafc; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; padding: 40px 20px; }
.pb-trust-container { width: 100%; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: center; }
.pb-trust-item { display: flex; align-items: center; justify-content: center; gap: 15px; }
.pb-trust-icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #1a66ff; }
.pb-trust-icon svg,
.pb-trust-icon i { width: 32px; height: 32px; font-size: 32px; color: currentColor; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.pb-trust-icon i { fill: currentColor; stroke: none; }
.pb-trust-text { display: flex; flex-direction: column; }
.pb-trust-text h4 { color: #0f204b; font-size: 15px; font-weight: 700; margin: 0 0 4px 0; line-height: 1.2; }
.pb-trust-text p { color: #4a5568; font-size: 13px; margin: 0; line-height: 1.4; }

@media (max-width: 1024px) {
	.pb-trust-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 20px; }
	.pb-trust-item { justify-content: flex-start; }
}
@media (max-width: 576px) {
	.pb-trust-container { grid-template-columns: 1fr; gap: 25px; }
}

/* Peptide Buyer Header */
.pb-header { width: 100%; background: #fff; border-bottom: 1px solid #e5e7eb; }
.pb-topbar { background: #005bea; color: #fff; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; }
.pb-header-inner-width { width: 100%; max-width: 1320px; padding: 0 28px; box-sizing: border-box; }
.pb-topbar-inner { display: flex; align-items: center; justify-content: space-between; }
.pb-top-items { display: flex; align-items: center; gap: 34px; }
.pb-top-item { display: flex; align-items: center; gap: 8px; white-space: nowrap; text-decoration: none; color: inherit; }
.pb-icon { width: 17px; height: 17px; display: inline-flex; align-items: center; justify-content: center; color: currentColor; }
.pb-icon svg, .pb-icon i { width: 17px; height: 17px; font-size: 17px; color: currentColor; fill: none; stroke: currentColor; stroke-width: 2; }
.pb-icon i { fill: currentColor; stroke: none; }
.pb-help { white-space: nowrap; font-size: 11px; }
.pb-main { height: 67px; display: flex; align-items: center; justify-content: center; }
.pb-main-inner { display: flex; align-items: center; justify-content: space-between; }
.pb-logo { display: flex; align-items: center; text-decoration: none; line-height: 1; flex-shrink: 0; }
.pb-logo img { display: block; width: 190px; max-width: 100%; height: auto; object-fit: contain; }
.pb-logo-main { color: #0066ff; font-size: 27px; font-weight: 800; letter-spacing: 1px; }
.pb-logo-sub { margin-top: 6px; color: #0066ff; font-size: 10px; font-weight: 700; letter-spacing: 1.1px; }
.pb-dots { color: #0066ff; letter-spacing: 2px; margin-right: 5px; }
.pb-nav { display: flex; align-items: center; gap: 29px; margin-left: 40px; flex: 1; }
.pb-nav a { color: #005bea; text-decoration: none; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.pb-nav .menu-item { list-style: none; margin: 0; padding: 0; }
.pb-nav a:hover, .pb-actions a:hover { color: #003fae; }
.pb-chevron { font-size: 9px; margin-top: 2px; }
.pb-actions { display: flex; align-items: center; gap: 24px; }
.pb-actions a { color: #005bea; text-decoration: none; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.pb-actions svg { flex-shrink: 0; }
.pb-cart-count { background: #005bea; color: #fff; font-size: 9px; width: 15px; height: 15px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-left: -3px; }

@media (max-width: 1024px) {
	.pb-top-items { gap: 18px; }
	.pb-nav { gap: 16px; margin-left: 25px; }
	.pb-logo img { width: 160px; }
	.pb-logo-main { font-size: 22px; }
	.pb-nav a, .pb-actions a { font-size: 12px; }
}
@media (max-width: 767px) {
	.pb-topbar { height: auto; padding: 8px 0; }
	.pb-topbar-inner { flex-direction: column; gap: 8px; padding: 0 15px; }
	.pb-top-items { flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
	.pb-main { height: auto; padding: 18px 0; }
	.pb-main-inner { flex-direction: column; gap: 18px; padding: 0 15px; }
	.pb-logo img { width: 170px; }
	.pb-nav { margin-left: 0; flex-wrap: wrap; justify-content: center; gap: 15px 20px; }
	.pb-actions { gap: 20px; }
}

.pb-nav-item {
	position: relative;
	display: flex;
	align-items: center;
}
.pb-has-dropdown > a {
	cursor: pointer;
}
.pb-dropdown,
.pb-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 12px 28px rgba(0,0,0,0.10);
	z-index: 9999;
	padding: 8px 0;
	margin: 0;
	list-style: none;
}
.pb-has-dropdown:hover > .pb-dropdown,
.pb-has-dropdown:focus-within > .pb-dropdown,
.pb-nav .menu-item-has-children:hover > .sub-menu,
.pb-nav .menu-item-has-children:focus-within > .sub-menu {
	display: block;
}
.pb-dropdown a,
.pb-nav .sub-menu a {
	display: flex;
	width: 100%;
	padding: 11px 16px;
	color: #005bea;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	background: transparent;
}
.pb-dropdown a:hover,
.pb-nav .sub-menu a:hover {
	background: #f3f7ff;
	color: #003fae;
}
.pb-wp-menu {
	display: flex;
	align-items: center;
	gap: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pb-wp-menu .menu-item {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pb-wp-menu .menu-item-has-children > a::after {
	content: '▼';
	font-size: 9px;
	margin-left: 5px;
	margin-top: 2px;
}
.pb-nav .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
@media (max-width: 767px) {
	.pb-nav-item,
	.pb-wp-menu,
	.pb-wp-menu .menu-item {
		position: relative;
	}
	.pb-wp-menu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px 20px;
	}
	.pb-dropdown,
	.pb-nav .sub-menu {
		position: static;
		width: 100%;
		min-width: 100%;
		box-shadow: none;
		margin-top: 8px;
	}
	.pb-nav-item {
		flex-direction: column;
		align-items: center;
	}
}