:root {
	--pod-primary: #1a4581;
	--pod-accent: #0d72c7;
	--pod-navy: #0d2748;
	--pod-ink: #0d2748;
	--pod-muted: #68758a;
	--pod-line: #dfe6ee;
	--pod-soft: #eaf2fb;
	--pod-action: #f47b20;
	--pod-white: #fff;
	--pod-radius: 10px;
}

.pod-configurator,
.pod-trust-strip,
.pod-mobile-order-bar,
.pod-landing { box-sizing: border-box; font-family: Poppins, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.pod-configurator *, .pod-trust-strip *, .pod-mobile-order-bar *, .pod-landing * { box-sizing: border-box; }

.pod-configurator {
	margin: 22px 0 18px;
	border: 1px solid var(--pod-line);
	border-radius: var(--pod-radius);
	background: var(--pod-white);
	box-shadow: 0 8px 24px rgba(18, 39, 67, .06);
	overflow: hidden;
	color: var(--pod-ink);
}

.pod-config-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; background: #f7fafe; border-bottom: 1px solid var(--pod-line); }
.pod-config-header h2 { margin: 2px 0 0; color: var(--pod-ink); font-size: 22px; line-height: 1.25; }
.pod-kicker { color: var(--pod-primary); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.pod-config-step { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: #eaf4ff; color: var(--pod-primary); font-size: 11px; font-weight: 700; }

.pod-turnaround { display: flex; align-items: center; gap: 12px; margin: 18px 24px 0; padding: 13px 15px; border-radius: 11px; background: #eef8f3; color: #145f3e; }
.pod-turnaround-closed { background: #fff7e8; color: #875200; }
.pod-turnaround-standard { background: #eef4fb; color: #264f7c; }
.pod-status-dot { width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(20,95,62,.12); }
.pod-turnaround > div { display: flex; flex-direction: column; gap: 2px; }
.pod-turnaround strong { font-size: 13px; }
.pod-turnaround span:not(.pod-status-dot) { font-size: 11px; opacity: .82; line-height: 1.4; }
.pod-countdown { margin-left: 4px; font-style: normal; font-weight: 700; }

.pod-config-section { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 13px; padding: 22px 24px; border-bottom: 1px solid var(--pod-line); }
.pod-config-section:last-of-type { border-bottom: 0; }
.pod-number { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: var(--pod-primary); color: #fff; font-size: 12px; font-weight: 750; }
.pod-config-content { min-width: 0; }
.pod-field-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.pod-field-heading h3 { margin: 0; color: var(--pod-ink); font-size: 15px; line-height: 1.35; }
.pod-field-heading > span { color: var(--pod-muted); font-size: 10px; }

.pod-size-grid { display: grid; grid-template-columns: minmax(0,1fr) 18px minmax(0,1fr) 115px; align-items: end; gap: 9px; }
.pod-size-grid label,
.pod-select-label { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.pod-size-grid label > span { color: #45546b; font-size: 11px; font-weight: 650; }
.pod-size-grid input,
.pod-size-grid select,
.pod-select-label select,
.pod-notes-section textarea {
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 9px 11px;
	border: 1px solid #cbd5e1;
	border-radius: 9px;
	background: #fff;
	box-shadow: none;
	color: var(--pod-ink);
	font: inherit;
	font-size: 13px;
}
.pod-size-grid input:focus,
.pod-size-grid select:focus,
.pod-select-label select:focus,
.pod-notes-section textarea:focus { border-color: var(--pod-primary); outline: 2px solid color-mix(in srgb, var(--pod-primary) 18%, transparent); }
.pod-times { padding-bottom: 12px; color: #7b8798; text-align: center; font-size: 18px; }
.pod-price-preview { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 45px; margin-top: 11px; padding: 10px 12px; border-radius: 9px; background: var(--pod-soft); }
.pod-price-preview span { color: var(--pod-muted); font-size: 11px; }
.pod-price-preview strong { color: var(--pod-primary); font-size: 15px; white-space: nowrap; }

.pod-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.pod-tier-card { display: flex; min-height: 64px; padding: 11px 12px; border: 1px solid var(--pod-line); border-radius: 8px; background: #fff; flex-direction: column; gap: 3px; }
.pod-tier-card strong { color: var(--pod-ink); font-size: 12px; }
.pod-tier-card span { color: var(--pod-primary); font-size: 10px; font-weight: 700; }
.pod-bulk-current { margin: 10px 0 0; padding: 9px 11px; border-left: 3px solid #b8c6d7; background: #f7f9fc; color: var(--pod-muted); font-size: 10px; line-height: 1.5; }
.pod-bulk-current.is-active { border-left-color: #168457; background: #edf8f3; color: #145f3e; font-weight: 700; }

.pod-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-bottom: 11px; }
.pod-choice { display: flex; align-items: center; gap: 10px; min-height: 62px; margin: 0; padding: 11px 12px; border: 1px solid var(--pod-line); border-radius: 10px; background: #fff; cursor: pointer; transition: border-color .2s, background .2s, box-shadow .2s; }
.pod-choice.is-active { border-color: var(--pod-primary); background: #f3f9ff; box-shadow: 0 0 0 1px var(--pod-primary); }
.pod-choice input { flex: 0 0 auto; margin: 0; accent-color: var(--pod-primary); }
.pod-choice span { display: flex; flex-direction: column; gap: 2px; }
.pod-choice strong { color: var(--pod-ink); font-size: 12px; }
.pod-choice small { color: var(--pod-muted); font-size: 10px; line-height: 1.35; }

.pod-upload-box { display: flex; align-items: center; gap: 11px; min-height: 66px; margin: 0; padding: 12px 14px; border: 1px dashed #aab8c9; border-radius: 10px; background: #fafcff; cursor: pointer; }
.pod-upload-box:hover { border-color: var(--pod-primary); background: #f4f9ff; }
.pod-upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.pod-upload-icon { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: #e8f3ff; color: var(--pod-primary); font-weight: 800; }
.pod-upload-box strong { min-width: 0; color: var(--pod-primary); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pod-upload-box small { margin-left: auto; color: var(--pod-muted); font-size: 9px; text-align: right; }
.pod-upload-wrap.is-hidden { display: none; }
.pod-login-upload { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 14px; border-radius: 10px; background: #fff7e8; }
.pod-login-upload p { margin: 0; color: #7c510d; font-size: 11px; }
.pod-login-upload a { color: var(--pod-primary); font-size: 11px; font-weight: 700; }
.pod-notes-section textarea { min-height: 78px; resize: vertical; }

.pod-product-enabled form.cart { display: block; }
.pod-product-enabled form.cart .single_add_to_cart_button { min-height: 50px; padding-right: 24px; padding-left: 24px; border-radius: 8px; background: var(--pod-action); font-family: Poppins, Inter, sans-serif; font-weight: 700; }
.pod-product-enabled form.cart .single_add_to_cart_button:hover { filter: brightness(.92); }

.pod-trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 14px 0 22px; }
.pod-trust-strip > div { display: flex; align-items: flex-start; gap: 8px; padding: 11px; border: 1px solid var(--pod-line); border-radius: 10px; background: #fff; }
.pod-trust-strip > div > span { display: grid; flex: 0 0 auto; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #e7f6ef; color: #148457; font-size: 10px; font-weight: 800; }
.pod-trust-strip p { display: flex; min-width: 0; margin: 0; flex-direction: column; gap: 2px; }
.pod-trust-strip strong { color: var(--pod-ink); font-size: 10px; line-height: 1.35; }
.pod-trust-strip small { color: var(--pod-muted); font-size: 8px; line-height: 1.35; }

li.product { position: relative; }
.pod-loop-badge { position: absolute; z-index: 3; top: 11px; left: 11px; padding: 6px 9px; border-radius: 999px; background: #116b48; color: #fff; font-family: Poppins, sans-serif; font-size: 9px; font-weight: 750; letter-spacing: .02em; }
.pod-loop-badge-closed { background: #a76600; }
.pod-loop-badge-standard { background: var(--pod-primary); }

.pod-mobile-order-bar { display: none; }

/* Landing page */
.pod-launch-page .pod-site-main,
.pod-launch-page .site-content,
.pod-launch-page .content-area { width: 100%; max-width: none; margin: 0; padding: 0; float: none; }
.pod-launch-page .pod-site-main { display: block; overflow: hidden; }
.pod-landing { width: 100%; max-width: 1380px; margin: 0 auto; color: var(--pod-ink); }
.pod-landing a { text-decoration: none; }
.pod-landing-hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr); gap: clamp(34px, 5vw, 70px); align-items: center; min-height: 540px; padding: 64px clamp(28px, 5vw, 76px); border: 1px solid var(--pod-line); border-radius: 12px; background: #f7fafe; overflow: hidden; }
.pod-hero-eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--pod-primary); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.pod-hero-eyebrow > i { width: 7px; height: 7px; border-radius: 50%; background: var(--pod-action); }
.pod-hero-copy h1 { max-width: 720px; margin: 0; color: var(--pod-ink); font-size: clamp(40px, 4.7vw, 62px); font-weight: 750; line-height: 1.08; letter-spacing: -.035em; }
.pod-hero-copy > p { max-width: 650px; margin: 20px 0 0; color: var(--pod-muted); font-size: clamp(15px, 1.35vw, 18px); line-height: 1.65; }
.pod-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.pod-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 0; border-radius: 9px; font-size: 13px; font-weight: 720; transition: transform .2s, box-shadow .2s, background .2s; }
.pod-button:hover { transform: translateY(-1px); }
.pod-button-primary { background: var(--pod-action); box-shadow: 0 5px 12px rgba(244, 123, 32, .2); color: #fff !important; }
.pod-button-primary:hover { background: #dc6712; }
.pod-button-quiet { border: 1px solid #cad5e2; background: #fff; color: var(--pod-ink) !important; }
.pod-hero-proof { display: flex; flex-wrap: wrap; gap: 15px; margin: 27px 0 0; padding: 0; list-style: none; }
.pod-hero-proof li { display: flex; align-items: center; gap: 6px; color: #506078; font-size: 10px; font-weight: 650; }
.pod-hero-proof li span { display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; background: #ddf4e9; color: #13794e; font-size: 8px; }

.pod-hero-visual { min-width: 0; }
.pod-hero-products { display: grid; min-height: 385px; grid-template-columns: minmax(0, 1.18fr) minmax(150px, .82fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; }
.pod-hero-product { display: grid; min-width: 0; grid-template-columns: 92px minmax(0, 1fr); align-items: center; gap: 13px; padding: 13px; border: 1px solid var(--pod-line); border-radius: 9px; background: #fff; color: var(--pod-ink) !important; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.pod-hero-product:hover { border-color: #b9c8d9; box-shadow: 0 6px 16px rgba(18,39,67,.08); }
.pod-hero-product-main { grid-row: 1 / 3; grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; padding: 17px; }
.pod-hero-product-image { display: block; width: 100%; height: 100%; min-height: 0; padding: 7px; background: #f8fafc; overflow: hidden; }
.pod-hero-product img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.pod-hero-product-info { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.pod-hero-product-info small { color: var(--pod-muted); font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pod-hero-product-info strong { overflow: hidden; color: var(--pod-ink); font-size: 12px; line-height: 1.35; text-overflow: ellipsis; }
.pod-hero-product-info em { color: var(--pod-primary); font-size: 10px; font-style: normal; font-weight: 750; }
.pod-hero-product-main .pod-hero-product-info { padding-top: 10px; }
.pod-hero-product-main .pod-hero-product-info strong { font-size: 15px; }
.pod-hero-no-products { display: flex; min-height: 300px; padding: 34px; border: 1px solid var(--pod-line); border-radius: 9px; background: #fff; flex-direction: column; justify-content: center; gap: 7px; }
.pod-hero-no-products strong { font-size: 20px; }
.pod-hero-no-products span { color: var(--pod-muted); font-size: 11px; line-height: 1.6; }

.pod-cutoff-banner { display: flex; max-width: none; align-items: center; gap: 13px; margin: 18px clamp(20px, 4.5vw, 68px) 0; padding: 15px 18px; border: 1px solid rgba(20,95,62,.12); border-radius: 13px; }
.pod-cutoff-banner > div { flex: 1 1 auto; }
.pod-cutoff-banner > a { flex: 0 0 auto; color: currentColor; font-size: 11px; font-weight: 750; }

.pod-landing-section { padding: 78px clamp(20px, 4.5vw, 68px); }
.pod-landing-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 27px; }
.pod-landing-heading > div > span { color: var(--pod-primary); font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.pod-landing-heading h2 { margin: 6px 0 0; color: var(--pod-ink); font-size: clamp(28px, 3.2vw, 43px); line-height: 1.15; letter-spacing: -.025em; }
.pod-landing-heading > a { color: var(--pod-primary); font-size: 12px; font-weight: 720; white-space: nowrap; }
.pod-landing-heading > p { max-width: 420px; margin: 0; color: var(--pod-muted); font-size: 12px; text-align: right; }

.pod-category-section { background: #fff; }
.pod-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; }
.pod-category-card { display: grid; grid-template-columns: 88px minmax(0,1fr) auto; align-items: center; gap: 14px; min-height: 108px; padding: 10px; border: 1px solid var(--pod-line); border-radius: 9px; background: #fff; color: var(--pod-ink) !important; transition: transform .2s, box-shadow .2s, border-color .2s; }
.pod-category-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--pod-primary) 38%, #dfe6ee); box-shadow: 0 14px 28px rgba(18,39,67,.09); }
.pod-category-image { width: 88px; height: 86px; border-radius: 9px; background: var(--pod-soft); overflow: hidden; }
.pod-category-image img { width: 100%; height: 100%; object-fit: cover; }
.pod-category-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: #eef5fc; color: var(--pod-primary); font-size: 30px; font-weight: 800; }
.pod-category-card > div:nth-child(2) { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.pod-category-card strong { font-size: 13px; }
.pod-category-card > div:nth-child(2) span { color: var(--pod-muted); font-size: 9px; }
.pod-category-card > i { padding-right: 8px; color: var(--pod-primary); font-style: normal; font-weight: 700; }

.pod-products-section { background: var(--pod-soft); }
.pod-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.pod-product-card { margin: 0; border: 1px solid var(--pod-line); border-radius: 10px; background: #fff; box-shadow: 0 4px 14px rgba(18,39,67,.04); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.pod-product-card:hover { transform: translateY(-4px); box-shadow: 0 17px 34px rgba(18,39,67,.11); }
.pod-product-image { position: relative; display: block; aspect-ratio: 1.35; padding: 12px; background: #f8fafc; overflow: hidden; }
.pod-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s; }
.pod-product-card:hover .pod-product-image img { transform: scale(1.035); }
.pod-card-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 8px; border-radius: 999px; background: #116b48; color: #fff; font-size: 8px; font-weight: 750; }
.pod-card-badge-closed { background: #a76600; }
.pod-card-badge-standard { background: var(--pod-primary); }
.pod-product-card-body { padding: 17px; }
.pod-product-card h3 { margin: 0 0 6px; font-size: 14px; line-height: 1.35; }
.pod-product-card h3 a { color: var(--pod-ink); }
.pod-product-card-body > p { margin: 0; color: var(--pod-muted); font-size: 10px; }
.pod-product-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 15px; padding-top: 12px; border-top: 1px solid var(--pod-line); }
.pod-product-card-footer > span { color: var(--pod-ink); font-size: 12px; font-weight: 750; }
.pod-product-card-footer > a { color: var(--pod-primary); font-size: 10px; font-weight: 750; }

.pod-centered-heading { justify-content: center; text-align: center; }
.pod-how-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; max-width: 1100px; margin: 0 auto; }
.pod-how-grid article { display: flex; gap: 13px; padding: 22px; border: 1px solid var(--pod-line); border-radius: 9px; background: #fff; }
.pod-how-grid article > span { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: #eaf4ff; color: var(--pod-primary); font-size: 12px; font-weight: 800; }
.pod-how-grid article > div { display: flex; flex-direction: column; gap: 6px; }
.pod-how-grid strong { font-size: 13px; }
.pod-how-grid p { margin: 0; color: var(--pod-muted); font-size: 10px; line-height: 1.55; }

.pod-why-section { background: var(--pod-navy); color: #fff; }
.pod-why-section .pod-landing-heading h2 { color: #fff; }
.pod-why-section .pod-landing-heading > div > span { color: #8ec5ff; }
.pod-why-section .pod-landing-heading > p { color: rgba(255,255,255,.68); }
.pod-why-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.pod-why-grid article { min-height: 0; padding: 24px; border-top: 3px solid #4e96df; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: rgba(255,255,255,.045); }
.pod-why-grid h3 { margin: 0 0 8px; color: #fff; font-size: 16px; }
.pod-why-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.65; }

.pod-faq-section { background: #fff; }
.pod-faq-list { display: grid; max-width: 960px; margin: 0 auto; border-top: 1px solid var(--pod-line); }
.pod-faq-list details { border-bottom: 1px solid var(--pod-line); }
.pod-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 2px; color: var(--pod-ink); cursor: pointer; font-size: 13px; font-weight: 720; list-style: none; }
.pod-faq-list summary::-webkit-details-marker { display: none; }
.pod-faq-list summary span { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--pod-soft); color: var(--pod-primary); font-size: 15px; transition: transform .2s; }
.pod-faq-list details[open] summary span { transform: rotate(45deg); }
.pod-faq-list details p { max-width: 780px; margin: -6px 0 20px; color: var(--pod-muted); font-size: 11px; line-height: 1.65; }

.pod-quote-section { background: #f3f7fb; }
.pod-quote-shell { display: grid; grid-template-columns: minmax(0,.78fr) minmax(460px,1.22fr); align-items: start; gap: clamp(28px, 5vw, 72px); }
.pod-quote-intro > span { color: var(--pod-primary); font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.pod-quote-intro h2 { margin: 8px 0 15px; color: var(--pod-ink); font-size: clamp(29px, 3.2vw, 44px); line-height: 1.15; letter-spacing: -.025em; }
.pod-quote-intro > p { margin: 0; color: var(--pod-muted); font-size: 12px; line-height: 1.7; }
.pod-quote-intro ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.pod-quote-intro li { display: flex; align-items: center; gap: 8px; color: #33465f; font-size: 10px; font-weight: 650; }
.pod-quote-intro li i { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #dff5e9; color: #14794f; font-size: 9px; font-style: normal; }
.pod-quote-form-card { padding: clamp(22px, 3.5vw, 34px); border: 1px solid var(--pod-line); border-radius: 10px; background: #fff; box-shadow: 0 7px 22px rgba(13,39,72,.06); }
.pod-quote-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }
.pod-quote-grid label { display: flex; min-width: 0; margin: 0; flex-direction: column; gap: 6px; }
.pod-quote-grid label > span { color: #34465d; font-size: 10px; font-weight: 680; }
.pod-quote-grid input,
.pod-quote-grid select,
.pod-quote-grid textarea { width: 100%; min-height: 44px; margin: 0; padding: 9px 11px; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; box-shadow: none; color: var(--pod-ink); font: inherit; font-size: 12px; }
.pod-quote-grid textarea { min-height: 100px; resize: vertical; }
.pod-quote-grid input:focus,
.pod-quote-grid select:focus,
.pod-quote-grid textarea:focus { border-color: var(--pod-primary); outline: 2px solid color-mix(in srgb, var(--pod-primary) 18%, transparent); }
.pod-quote-span { grid-column: 1 / -1; }
.pod-quote-form > .pod-button { margin-top: 18px; cursor: pointer; }
.pod-quote-privacy { margin: 10px 0 0; color: var(--pod-muted); font-size: 8px; }
.pod-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.pod-form-message { display: flex; margin-bottom: 16px; padding: 12px 14px; border-radius: 10px; flex-direction: column; gap: 3px; font-size: 10px; }
.pod-form-success { background: #e5f7ed; color: #116b48; }
.pod-form-error { background: #fff0ef; color: #a3342d; }

.pod-local-banner { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 0 clamp(20px, 4.5vw, 68px) 65px; padding: 25px 28px; border-radius: 10px; background: var(--pod-navy); color: #fff; }
.pod-local-banner > div { display: flex; align-items: center; gap: 12px; }
.pod-local-pin { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); color: var(--pod-accent); font-size: 10px; }
.pod-local-banner p { display: flex; margin: 0; flex-direction: column; gap: 3px; }
.pod-local-banner strong { font-size: 14px; }
.pod-local-banner small { color: rgba(255,255,255,.75); font-size: 10px; }
.pod-local-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.pod-local-actions > a:not(.pod-button) { color: #fff; font-size: 10px; font-weight: 650; }
.pod-button-light { background: #fff; color: var(--pod-primary) !important; }

@media (max-width: 1000px) {
	.pod-landing-hero { grid-template-columns: 1fr; min-height: 0; }
	.pod-hero-copy h1 { max-width: 800px; }
	.pod-hero-visual { max-width: 580px; width: 100%; margin: 10px auto 0; }
	.pod-category-grid,
	.pod-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.pod-quote-shell { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
	.pod-size-grid { grid-template-columns: minmax(0,1fr) 15px minmax(0,1fr); }
	.pod-unit-field { grid-column: 1 / -1; }
	.pod-trust-strip { grid-template-columns: 1fr; }
	.pod-mobile-order-bar { position: fixed; z-index: 9998; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 64px; padding: 10px 11px 10px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: #132238; box-shadow: 0 15px 42px rgba(0,0,0,.27); color: #fff; }
	.admin-bar .pod-mobile-order-bar { bottom: 10px; }
	.pod-mobile-order-bar > div { display: flex; min-width: 0; flex-direction: column; }
	.pod-mobile-order-bar strong { max-width: 44vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
	.pod-mobile-order-bar span { color: #b9c9d9; font-size: 8px; }
	.pod-mobile-order-bar button { flex: 0 0 auto; min-height: 42px; padding: 0 14px; border: 0; border-radius: 8px; background: var(--pod-action); color: #fff; font: inherit; font-size: 10px; font-weight: 750; }
	body.pod-product-enabled { padding-bottom: 82px; }

	.pod-landing-hero { gap: 38px; padding: 48px 22px; border-radius: 10px; }
	.pod-hero-copy h1 { font-size: clamp(38px, 11vw, 55px); }
	.pod-hero-copy > p { font-size: 15px; }
	.pod-landing-section { padding: 58px 17px; }
	.pod-landing-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
	.pod-landing-heading > p { text-align: left; }
	.pod-category-grid,
	.pod-product-grid,
	.pod-how-grid,
	.pod-why-grid { grid-template-columns: 1fr; }
	.pod-cutoff-banner { align-items: flex-start; flex-wrap: wrap; margin-right: 17px; margin-left: 17px; }
	.pod-cutoff-banner > div { min-width: calc(100% - 25px); }
	.pod-quote-grid { grid-template-columns: 1fr; }
	.pod-quote-span { grid-column: auto; }
	.pod-local-banner { align-items: flex-start; flex-direction: column; margin: 0 17px 45px; padding: 22px; }
	.pod-local-actions { align-items: flex-start; flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 520px) {
	.pod-config-header { align-items: flex-start; padding: 18px; }
	.pod-config-step { display: none; }
	.pod-turnaround { margin: 14px 16px 0; }
	.pod-config-section { grid-template-columns: 28px minmax(0,1fr); gap: 9px; padding: 19px 16px; }
	.pod-number { width: 26px; height: 26px; border-radius: 8px; }
	.pod-field-heading { align-items: flex-start; flex-direction: column; gap: 2px; }
	.pod-choice-grid { grid-template-columns: 1fr; }
	.pod-tier-grid { grid-template-columns: 1fr; }
	.pod-upload-box { align-items: flex-start; flex-wrap: wrap; }
	.pod-upload-box small { width: 100%; margin: 0 0 0 45px; text-align: left; }
	.pod-price-preview { align-items: flex-start; flex-direction: column; gap: 3px; }
	.pod-hero-actions .pod-button { width: 100%; }
	.pod-hero-proof { align-items: flex-start; flex-direction: column; }
	.pod-hero-products { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
	.pod-hero-product,
	.pod-hero-product-main { grid-row: auto; grid-template-columns: 86px minmax(0, 1fr); grid-template-rows: auto; padding: 11px; }
	.pod-hero-product-image { min-height: 78px; }
	.pod-hero-product-main .pod-hero-product-info { padding-top: 0; }
	.pod-quote-form-card { padding: 20px 16px; }
	.pod-local-actions .pod-button { width: 100%; }
}
