/* ===== SodaSlim quiz + offer bundle (ported from sds-pv-buy-aff-l1) ===== */

:root {
	--primary-color: #311874;
	--primary-color-light: #4c26b3;
	--primary-color-dark: #1f0f4a;
	--secondary-color: #1f0f4a;
	--text-color: #1C1F1D;
	--contrast-color: #E8F8C1;

	--gold: #311874;
	--gold-light: #4c26b3;
	--gold-soft: #f4f0ff;
	--dark: #111111;
	--gray: #3d3a36;
	--light: #fffdf8;
}

.esconder, .after-quiz { display: none !important; }
.after-quiz.qz-show { display: block !important; }

/* ---- minimal grid utilities (used by quiz + offer markup) ---- */
.qz-container {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.qz-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}
.qz-row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.qz-col-12 { flex: 0 0 auto; width: 100%; }
@media (min-width: 768px) {
	.qz-col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
	.qz-order-md-1 { order: 1; }
	.qz-order-md-2 { order: 2; }
	.qz-order-md-3 { order: 3; }
	.qz-my-md-5 { margin-top: 3rem; margin-bottom: 3rem; }
	.qz-py-md-5 { padding-top: 3rem; padding-bottom: 3rem; }
}
.qz-align-items-center { align-items: center; }
.qz-justify-content-center { justify-content: center; }
.qz-text-center { text-align: center; }
.qz-text-white { color: #fff; }
.qz-my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.qz-mt-3 { margin-top: 1rem; }
.qz-mb-0 { margin-bottom: 0; }
.qz-mb-3 { margin-bottom: 1rem; }
.qz-py-3 { padding-top: 1rem; padding-bottom: 1rem; }
.qz-pt-3 { padding-top: 1rem; }
.qz-pb-4 { padding-bottom: 1.5rem; }

/* ---- shipping / CTA strip ---- */
.strip3 { padding: 0; color: #fff; margin-bottom: 0; }
ul.strip3-list { display: flex; justify-content: center; text-align: center; flex-wrap: wrap; margin: 0; padding-left: 0; }
ul.strip3-list li { padding: 0 22px; position: relative; font-size: 20px; line-height: 28px; color: #fff; text-align: center; list-style: none; margin-top: 1rem; }
ul.strip3-list li::after { content: ""; position: absolute; right: 0; top: 6px; height: 18px; background: #e6dede; width: 2px; }
ul.strip3-list li:last-child::after { display: none; }
@media (max-width: 991px) {
	ul.strip3-list li { font-size: 14px; line-height: 20px; }
	ul.strip3-list li::after { display: none; }
}
.hourglass { display: inline-block; vertical-align: middle; margin: -5px 8px 0 0; animation: qz-rotateP 2.5s ease-in-out forwards infinite; max-width: 25px; filter: invert(1); }
@keyframes qz-rotateP { 0% { transform: rotate(0) } 50% { transform: rotate(180deg) } 100% { transform: rotate(180deg) } }
.countdown { display: inline-block; font-size: 20px; line-height: 28px; color: #fff; }
.title-claim { font-size: 37px; font-weight: 700; max-width: 900px; margin: 0 auto; }
@media (max-width: 991px) { .title-claim { font-size: 30px; } }

/* ---- product / offer cards ---- */
.products { position: relative; }
.products .item {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	color: var(--text-color);
	background-color: white;
	border-radius: 1em;
	overflow: hidden;
	border: 2px solid var(--secondary-color);
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
@media (min-width: 976px) { .products .item { margin-left: 10px; margin-right: 10px; } }
.products .item:hover { scale: 1.025; }
.products .item .wrapper { border-radius: 18px; overflow: hidden; }
.products .item .item-header { padding: 0.25em 0.5em; background-color: var(--secondary-color); font-weight: 800; color: #fff; }
.products .item .item-img .supply { padding: 1em 0.5em; text-align: center; line-height: 1; }
.products .item .item-img .supply b { display: block; font-size: 1.75em; }
.products .item .item-img img { max-height: 200px; max-width: 100%; }
.products .item .item-info { text-shadow: 1px 1px 0px rgba(0,0,0,0.2); }
.products .item .item-info .price { display: flex; text-align: start; gap: 0.25em; width: fit-content; margin: 0 auto; align-items: center; line-height: 1; text-shadow: 1px 1px 0px rgba(0,0,0,0.2); }
.products .item .item-info .price b { font-size: 4em; text-align: center; }
.products .item .item-info .price sup { font-size: 0.6em; top: -0.5em; }
.products .item .item-info .price span { font-weight: 800; }
.products .item .item-info .savings { font-size: 0.8em; font-weight: 800; }
.products .item .item-info .savings > div { padding: 0.5em; align-items: center; justify-content: center; border-bottom: 1px dashed rgba(0,0,0,0.42); }
.products .item .item-info .savings > div:first-child { border-top: 1px dashed rgba(0,0,0,0.42); color: #000; }
.products .item .item-buy { padding: 0.5em 0; }
.products .item .item-buy .card-flags { max-width: 220px; margin-bottom: 0.5em; }
.products .item .item-totals { font-size: 0.9em; }
.products .item .item-totals .totals s { text-decoration-color: red; text-decoration-thickness: 2px; }
.products .item .item-totals .shipping { font-weight: 800; }
.products .item .item-totals .shipping span { color: #dc3545; }

.products .item.promo { color: white; background-color: white; border: 2px solid var(--primary-color); }
.products .item.promo .wrapper { background-image: radial-gradient(circle at 50% 50%, var(--primary-color), var(--secondary-color)), linear-gradient(to bottom, var(--primary-color), var(--secondary-color)); }
.products .item.promo .item-header { background-color: white; color: var(--primary-color); text-shadow: none; }
.products .item.promo .item-img img { max-height: 240px; }
.products .item.promo .item-info .savings > div { color: white; border-bottom: 1px dashed rgba(255,255,255,0.42); }
.products .item.promo .item-info .savings > div:first-child { border-top: 1px dashed rgba(255,255,255,0.42); }

.buy-button {
	text-decoration: none;
	display: block;
	font-size: 1.5rem;
	padding: 0.8rem 0.5rem;
	text-transform: uppercase;
	background: linear-gradient(0deg, #1ca11e, #0c9c0e);
	margin: 1rem;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: .3s;
}
.buy-button:hover { box-shadow: 0px 4px 10px var(--contrast-color); transform: scale(1.05); }
.buy-button-label {
	background: linear-gradient(180deg, #fff, #fff);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	background-clip: text;
	-webkit-background-clip: text;
	text-align: center;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) { .buy-button { padding: 0.85em; font-size: 1.15em; } }

.shipbx { max-width: 710px; width: 100%; min-height: 90px; border: 2px solid var(--secondary-color); border-radius: 14px; margin: 0 auto 10px; display: block; position: relative; padding: 17px 25px 15px 150px; color: #000; }
.shipiconbx { background: var(--secondary-color); padding: 19px 5px 19px 7px; border-radius: 12px 0 0 12px; position: absolute; left: 0; top: 0; height: 100%; }
.shipiconbx img { margin: 0 auto; display: block; max-width: 100%; }
.shipiconbx::after { content: ""; position: absolute; right: -13px; top: 0; width: 0; height: 0; border-top: 45px solid transparent; border-left: 15px solid var(--secondary-color); border-bottom: 45px solid transparent; }
.shipbx-txt1 { font-size: 22px; line-height: 30px; text-align: left; margin: 0; font-weight: 700; }
.shipbx-txt1 .red { color: var(--secondary-color); font-weight: 700; }
.shipbx-txt2 { font-size: 16px; line-height: 24px; text-align: left; }
@media (max-width: 991px) {
	.shipbx { max-width: 370px; height: auto; padding: 10px 5px 10px 98px; }
	.shipbx-txt1 { font-size: 18px; line-height: 26px; }
	.shipbx-txt2 { font-size: 13px; line-height: 21px; }
	.shipiconbx { width: 70px; }
	.shipiconbx img { width: 65px; position: absolute; display: block; top: calc(50% - 20px); }
	.shipiconbx::after { border-top: 58px solid transparent; border-left: 15px solid var(--secondary-color); border-bottom: 58px solid transparent; top: calc(50% - 60px); }
}

/* ===== quiz ===== */
.body-quiz { font-family: 'DM Sans', sans-serif; background: var(--light); color: var(--dark); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.body-quiz::before { content: ''; position: fixed; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(49,24,116,0.12) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.body-quiz::after { content: ''; position: fixed; bottom: -200px; left: -200px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(49,24,116,0.08) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.wrap { width: min(600px, 100%); }
.quiz-wrapper .qz-container { position: relative; z-index: 1; width: 100%; max-width: 540px; margin: 0 auto; }
.brand { text-align: center; margin-bottom: 32px; animation: qz-fadeDown 0.6s ease both; }
.brand-logo { display: inline-flex; align-items: baseline; gap: 3px; }
.brand-lean { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 28px; color: var(--gold); letter-spacing: -0.5px; }
.brand-peak { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 28px; color: var(--dark); letter-spacing: -1px; text-transform: uppercase; }
.brand-sub { display: block; font-size: 12px; color: var(--gray); letter-spacing: 3px; text-transform: uppercase; margin-top: 6px; font-weight: 500; }
.progress-wrap { margin-bottom: 8px; animation: qz-fadeDown 0.6s 0.1s ease both; }
.progress-label { display: flex; justify-content: space-between; font-size: 11px; color: var(--gray); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.progress-bar-bg { height: 4px; background: #ede4cc; border-radius: 99px; overflow: hidden; }
.progress-bar-fill { height: 100%; background: linear-gradient(90deg, var(--gold-light), var(--gold)); border-radius: 99px; transition: width 0.5s cubic-bezier(0.4,0,0.2,1); }
.card2 { background: #fff; border-radius: 24px; padding: 40px 36px 36px; box-shadow: 0 4px 40px rgba(49,24,116,0.08), 0 1px 4px rgba(0,0,0,0.04); margin-top: 20px; animation: qz-fadeUp 0.5s ease both; }
.step { display: none; }
.step.active { display: block; }
.step-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.step-question { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; line-height: 1.2; color: var(--dark); margin-bottom: 8px; }
.step-hint { font-size: 15px; color: #9b8a6a; margin-bottom: 28px; font-weight: 400; }
.options { display: grid; gap: 10px; }
.options.cols-2 { grid-template-columns: 1fr 1fr; }
.option-btn { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 2px solid #ede4cc; border-radius: 14px; background: var(--gold-soft); cursor: pointer; transition: all 0.2s ease; text-align: left; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; color: var(--dark); position: relative; overflow: hidden; }
.option-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gold), var(--gold-light)); opacity: 0; transition: opacity 0.2s ease; }
.option-btn:hover { border-color: var(--gold-light); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(49,24,116,0.15); }
.option-btn.selected { border-color: var(--gold); color: #fff; }
.option-btn.selected::before { opacity: 1; }
.option-btn.selected .opt-icon, .option-btn.selected .opt-label { position: relative; z-index: 1; color: #fff; }
.option-btn.full { grid-column: 1 / -1; }
.opt-icon { font-size: 22px; flex-shrink: 0; position: relative; z-index: 1; }
.opt-label { position: relative; z-index: 1; line-height: 1.3; }
.opt-sub { display: block; font-size: 11px; font-weight: 400; opacity: 0.75; margin-top: 2px; }
.btn-row { display: flex; gap: 10px; margin-top: 28px; align-items: center; }
.btn-row.no-back .next-btn { width: 100%; }
.back-btn { flex-shrink: 0; padding: 16px 18px; background: transparent; color: var(--gray); font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; border: 2px solid #ede4cc; border-radius: 14px; cursor: pointer; transition: all 0.2s ease; white-space: nowrap; }
.back-btn:hover { border-color: var(--gold-light); color: var(--gold); }
.next-btn { flex: 1; padding: 16px; background: linear-gradient(135deg, var(--gold), #b8912e); color: #fff; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 0.5px; border: none; border-radius: 14px; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 4px 20px rgba(49,24,116,0.3); display: none; }
.next-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(49,24,116,0.4); }
.next-btn.visible { display: block; animation: qz-fadeUp 0.3s ease both; }
.result-badge { display: inline-block; background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 99px; margin-bottom: 20px; }
.result-title { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 900; line-height: 1.15; margin-bottom: 20px; }
.result-title span { color: var(--gold); }
.profile-card { background: var(--gold-soft); border: 2px solid #ede4cc; border-radius: 16px; padding: 20px 22px; margin-bottom: 16px; text-align: left; }
.profile-card-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.profile-line { font-size: 14px; margin-bottom: 6px; }
.projection-card { background: #fff; border: 2px solid var(--gold-light); border-radius: 16px; padding: 18px 22px; margin-bottom: 20px; text-align: left; }
.projection-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.projection-number { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 800; color: var(--dark); }
.projection-body { font-size: 13px; color: var(--gray); margin-top: 6px; }
.loading-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 16px; text-align: center; gap: 24px; }
.spinner { width: 52px; height: 52px; border: 4px solid #ede4cc; border-top-color: var(--gold); border-radius: 50%; animation: qz-spin 0.9s linear infinite; }
@keyframes qz-spin { to { transform: rotate(360deg); } }
.loading-text { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--dark); min-height: 32px; animation: qz-fadeSwap 0.4s ease both; }
@keyframes qz-fadeSwap { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.loading-sub { font-size: 13px; color: #9b8a6a; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; }
.product-wrap { position: relative; display: inline-block; width: 100%; margin-bottom: 20px; }
.product-img { width: 100%; border-radius: 16px; display: block; }
.product-badge { position: absolute; top: 14px; right: 14px; background: linear-gradient(135deg, var(--gold), #b8912e); color: #fff; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 800; letter-spacing: 1.5px; padding: 8px 16px; border-radius: 99px; text-transform: uppercase; box-shadow: 0 4px 16px rgba(0,0,0,0.35); }
.cta-btn { display: block; width: 100%; padding: 18px; background: linear-gradient(135deg, var(--gold), #b8912e); color: #fff; font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.5px; border: none; border-radius: 16px; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 6px 24px rgba(49,24,116,0.35); text-decoration: none; margin-bottom: 10px; text-align: center; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(49,24,116,0.45); }
.redo-btn { display: block; width: 100%; padding: 13px; background: transparent; color: var(--gray); font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; border: 2px solid #ede4cc; border-radius: 14px; cursor: pointer; transition: all 0.2s ease; text-align: center; margin-bottom: 10px; }
.redo-btn:hover { border-color: var(--gold-light); color: var(--gold); }
.cta-sub { font-size: 11px; color: #9b8a6a; margin-top: 4px; letter-spacing: 0.5px; }
@keyframes qz-fadeDown { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes qz-fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 480px) {
	.card2 { padding: 28px 20px 24px; }
	.step-question { font-size: 22px; }
	.options.cols-2 { grid-template-columns: 1fr; }
}
.quiz-status { display: flex; align-items: center; gap: 16px; background: #fff; border: 2px solid #fff; padding: 18px 20px; border-radius: 12px; margin: 30px auto; max-width: 520px; opacity: 0; transform: translateY(10px); transition: all .4s ease; }
.quiz-status.show { opacity: 1; transform: translateY(0); }
