:root {
	--dpc-primary: #ffb800;
	--dpc-secondary: #ffd45f;
	--dpc-bg: #0c0c0c;
	--dpc-cream: #fff8e8;
	--dpc-green: #22c55e;
	--dpc-red: #ef4444;
	--dpc-text: #171717;
}

.dpc-modal-open { overflow: hidden; }
.dpc-modal[hidden], .dpc-step[hidden] { display: none !important; }
.dpc-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 18px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.dpc-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .78);
	backdrop-filter: blur(10px);
}
.dpc-modal__panel {
	position: relative;
	width: min(620px, 100%);
	max-height: calc(100vh - 36px);
	overflow-y: auto;
	border: 1px solid rgba(255, 184, 0, .4);
	border-radius: 24px;
	padding: clamp(24px, 5vw, 46px);
	background:
		radial-gradient(circle at 100% 0, rgba(255, 184, 0, .18), transparent 34%),
		var(--dpc-cream);
	box-shadow: 0 30px 100px rgba(0, 0, 0, .55);
	color: var(--dpc-text);
}
.dpc-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 99px;
	background: rgba(0, 0, 0, .08);
	color: #111;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}
.dpc-modal__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 34px;
	margin-bottom: 22px;
	color: #6f5713;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .16em;
}
.dpc-modal__brand img { width: auto; max-width: 170px; max-height: 42px; object-fit: contain; }
.dpc-eyebrow {
	margin: 0 0 8px;
	color: #9b6d00;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .17em;
}
.dpc-step h2, .dpc-confirmation h1 {
	margin: 0 0 18px;
	color: #111;
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -.04em;
}
.dpc-product-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 22px;
	padding: 16px 18px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 14px;
	background: rgba(255, 255, 255, .55);
}
.dpc-product-summary div { min-width: 0; }
.dpc-product-summary strong { display: block; font-size: 15px; }
.dpc-product-summary span { display: block; margin-top: 3px; color: #696969; font-size: 12px; }
.dpc-product-summary b { color: #111; font-size: 19px; white-space: nowrap; }
.dpc-modal label {
	display: block;
	margin-bottom: 14px;
	color: #373737;
	font-size: 13px;
	font-weight: 750;
}
.dpc-modal input:not([type="checkbox"]), .dpc-modal select {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	margin-top: 7px;
	border: 1px solid #d7d0c1;
	border-radius: 11px;
	padding: 0 14px;
	background: #fff;
	color: #111;
	font: inherit;
	font-weight: 600;
	outline: none;
}
.dpc-modal input:focus, .dpc-modal select:focus {
	border-color: var(--dpc-primary);
	box-shadow: 0 0 0 3px rgba(255, 184, 0, .18);
}
.dpc-form-row { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12px; }
.dpc-consent { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 550 !important; line-height: 1.4; }
.dpc-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: #111; }
.dpc-honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; }
.dpc-primary-button, .dpc-secondary-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 54px;
	border: 0;
	border-radius: 12px;
	padding: 13px 20px;
	background: linear-gradient(135deg, var(--dpc-primary), var(--dpc-secondary));
	box-shadow: 0 10px 24px rgba(255, 184, 0, .24);
	color: #111 !important;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .18s ease, filter .18s ease;
}
.dpc-primary-button:hover, .dpc-secondary-button:hover { transform: translateY(-1px); filter: brightness(1.03); }
.dpc-primary-button:disabled, .dpc-gateway:disabled { cursor: wait; opacity: .65; }
.dpc-secondary-button { background: #171717; color: #fff !important; box-shadow: none; }
.dpc-error { min-height: 20px; margin: 3px 0 10px; color: #b42318; font-size: 13px; font-weight: 650; }
.dpc-error a { color: inherit; font-weight: 900; }
.dpc-gateways { display: grid; gap: 12px; }
.dpc-gateway {
	position: relative;
	width: 100%;
	border: 1px solid #d4cdbd;
	border-radius: 14px;
	padding: 18px 52px 18px 18px;
	background: #fff;
	color: #111;
	text-align: left;
	cursor: pointer;
}
.dpc-gateway::after { content: "→"; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); font-size: 22px; }
.dpc-gateway:hover { border-color: var(--dpc-primary); box-shadow: 0 7px 20px rgba(0,0,0,.07); }
.dpc-gateway strong, .dpc-gateway span { display: block; }
.dpc-gateway strong { font-size: 16px; }
.dpc-gateway span { margin-top: 3px; color: #777; font-size: 12px; }
.dpc-safe-note { margin: 14px 0 0; color: #6d6d6d; font-size: 11px; text-align: center; }
.dpc-back-button { margin: 0 0 16px; border: 0; padding: 0; background: transparent; color: #765800; font-weight: 800; cursor: pointer; }
#dpc-stripe-embed { min-height: 300px; }
.dpc-checkout-button {
	border: 0;
	border-radius: 12px;
	padding: 16px 26px;
	background: linear-gradient(135deg, var(--dpc-primary), var(--dpc-secondary));
	color: #111;
	font: 900 16px/1 Inter, sans-serif;
	cursor: pointer;
}
body.dpc-confirmation-page {
	min-height: 100vh;
	margin: 0 !important;
	overflow-x: hidden;
	background:
		radial-gradient(circle at 50% -10%, rgba(255,184,0,.18), transparent 34%),
		linear-gradient(160deg, #15181c 0%, #090a0c 72%);
	color: #fff;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.dpc-confirmation-page::before {
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image: radial-gradient(rgba(255,255,255,.08) .7px, transparent .7px);
	background-size: 18px 18px;
	opacity: .12;
	content: "";
}
.dpc-confirmation-layout {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	min-height: 100svh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: clamp(28px, 5vw, 64px) 18px;
}
.dpc-confirmation-brand {
	display: flex;
	width: min(1120px, 100%);
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 auto 24px;
}
.dpc-confirmation-brand a {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}
.dpc-confirmation-brand img {
	display: block;
	width: 104px;
	height: 76px;
	object-fit: contain;
	object-position: left center;
}
.dpc-confirmation-secure {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border: 1px solid rgba(255,184,0,.38);
	border-radius: 99px;
	padding: 9px 14px;
	background: rgba(255,255,255,.035);
	color: #eee7da;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.dpc-confirmation-secure b {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	background: #18864b;
	color: #fff;
	font-size: 12px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.18);
}
.dpc-confirmation-footer {
	display: flex;
	width: min(1120px, 100%);
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 20px;
	color: rgba(255,255,255,.58);
	font-size: 11px;
	font-weight: 650;
}
.dpc-confirmation-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.dpc-confirmation-footer a {
	color: rgba(255,255,255,.82);
	font-weight: 800;
	text-decoration-color: rgba(255,184,0,.6);
	text-underline-offset: 4px;
}
.dpc-confirmation {
	box-sizing: border-box;
	display: grid;
	width: 100%;
	min-height: 70vh;
	place-items: center;
	padding: 30px 18px;
	background: var(--dpc-bg);
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
body.dpc-confirmation-page .dpc-confirmation {
	width: min(1120px, 100%);
	min-height: 0;
	padding: 0;
	background: transparent;
}
.dpc-confirmation__card {
	position: relative;
	box-sizing: border-box;
	display: grid;
	width: 100%;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
	overflow: hidden;
	border: 1px solid rgba(255, 184, 0, .72);
	border-radius: 30px;
	background: var(--dpc-cream);
	box-shadow: 0 10px 0 rgba(132,84,0,.82), 0 30px 90px rgba(0,0,0,.42);
	color: var(--dpc-text);
	text-align: left;
}
.dpc-confirmation__card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--dpc-primary), var(--dpc-secondary));
	content: "";
}
.dpc-confirmation__main {
	padding: clamp(34px, 5vw, 64px);
}
.dpc-confirmation__main .dpc-status-icon {
	margin: 0 0 19px;
}
body.dpc-confirmation-page .dpc-confirmation h1 {
	max-width: 720px;
	margin: 0;
	font-family: Impact, "Arial Black", sans-serif;
	font-size: clamp(42px, 6vw, 78px);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: .98;
	text-transform: uppercase;
}
body.dpc-confirmation-page .dpc-confirmation h1 span {
	display: block;
	margin-top: .08em;
	color: #b97800;
}
.dpc-confirmation__message {
	max-width: 680px;
	margin: 22px 0 0;
	color: #4d4a44;
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.65;
}
.dpc-confirmation__message strong { color: #191a17; }
.dpc-confirmation__summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 24px;
	border: 1px solid #e6d5b3;
	border-radius: 16px;
	padding: 15px;
	background: #fffdf8;
}
.dpc-confirmation__summary > div {
	min-width: 0;
	padding: 2px 10px;
}
.dpc-confirmation__summary > div + div {
	border-left: 1px solid #eadcc1;
}
.dpc-confirmation__summary span,
.dpc-confirmation__summary strong {
	display: block;
}
.dpc-confirmation__summary span {
	margin-bottom: 4px;
	color: #8b857b;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.dpc-confirmation__summary strong {
	overflow-wrap: anywhere;
	color: #262621;
	font-size: 12px;
	line-height: 1.35;
}
.dpc-confirmation__whatsapp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	margin-top: 26px;
	border: 1px solid #b77900;
	border-radius: 16px;
	padding: 17px 18px 17px 22px;
	background: linear-gradient(135deg, var(--dpc-secondary), var(--dpc-primary));
	box-shadow: 0 6px 0 #9a6200, 0 16px 32px rgba(173,108,0,.2);
	color: #151612;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .18s ease, box-shadow .18s ease;
}
.dpc-confirmation__whatsapp:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 0 #9a6200, 0 20px 36px rgba(173,108,0,.24);
}
.dpc-confirmation__whatsapp b {
	display: grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: #18864b;
	color: #fff;
	font-size: 18px;
}
.dpc-confirmation__response {
	margin: 14px 0 0;
	color: #777168;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
.dpc-confirmation__response strong { color: #4b4944; }
.dpc-confirmation__actions { display: flex; justify-content: flex-start; margin-top: 20px; }
.dpc-confirmation__actions a { max-width: 360px; }
.dpc-confirmation__aside {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	border-left: 1px solid rgba(255,184,0,.4);
	padding: 34px 24px 32px;
	background:
		radial-gradient(circle at 50% 36%, rgba(255,184,0,.2), transparent 48%),
		linear-gradient(180deg, #1a1d18 0%, #0f120f 100%);
}
.dpc-confirmation__mascot-stage {
	display: grid;
	width: min(230px, 100%);
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid rgba(255,184,0,.3);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,184,0,.13), rgba(255,184,0,.025) 67%, transparent 68%);
}
.dpc-confirmation__mascot-stage img {
	display: block;
	width: auto;
	max-width: 80%;
	height: 88%;
	object-fit: contain;
	filter: drop-shadow(0 18px 22px rgba(0,0,0,.35));
}
.dpc-confirmation__bubble {
	width: 100%;
	border: 1px solid rgba(255,184,0,.55);
	border-radius: 16px;
	padding: 16px;
	background: rgba(9,11,10,.88);
	box-shadow: 0 12px 30px rgba(0,0,0,.28);
	color: #f7f1e6;
	text-align: center;
}
.dpc-confirmation__bubble strong,
.dpc-confirmation__bubble span {
	display: block;
}
.dpc-confirmation__bubble strong {
	margin-bottom: 4px;
	color: var(--dpc-primary);
	font-family: Impact, "Arial Black", sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.dpc-confirmation__bubble span {
	color: #dad4c9;
	font-size: 12px;
	line-height: 1.45;
}
.dpc-confirmation__next {
	margin-top: 34px;
	border-top: 1px solid rgba(255,184,0,.22);
	padding: 30px 4px 0;
}
.dpc-confirmation__next-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
}
.dpc-confirmation__next-heading h2 {
	margin: 0;
	color: #fff;
	font-family: Impact, "Arial Black", sans-serif;
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
.dpc-confirmation__next-heading h2 span { color: var(--dpc-primary); }
.dpc-confirmation__next-heading p {
	max-width: 410px;
	margin: 0;
	color: #aaa59b;
	font-size: 13px;
	text-align: right;
}
.dpc-confirmation__next ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dpc-confirmation__next li {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 13px;
	min-height: 126px;
	border: 1px solid rgba(255,184,0,.24);
	border-radius: 17px;
	padding: 18px;
	background: rgba(255,255,255,.035);
}
.dpc-confirmation__next li > b {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(145deg, var(--dpc-secondary), var(--dpc-primary));
	box-shadow: 0 4px 0 #845400;
	color: #171815;
	font-family: Impact, sans-serif;
}
.dpc-confirmation__next li strong,
.dpc-confirmation__next li span {
	display: block;
}
.dpc-confirmation__next li strong {
	margin-bottom: 6px;
	color: #fff;
	font-size: 14px;
}
.dpc-confirmation__next li span {
	color: #aaa59b;
	font-size: 12px;
	line-height: 1.5;
}
.dpc-confirmation [hidden] { display: none !important; }
.dpc-status-icon {
	display: grid;
	width: 66px;
	height: 66px;
	margin: 0 auto 22px;
	place-items: center;
	border-radius: 99px;
	background: rgba(255,184,0,.14);
}
.dpc-status-icon--loading span {
	width: 26px;
	height: 26px;
	border: 3px solid rgba(155,109,0,.25);
	border-top-color: #9b6d00;
	border-radius: 99px;
	animation: dpc-spin .8s linear infinite;
}
.dpc-status-icon--success { background: rgba(34,197,94,.14); }
.dpc-status-icon--success::after { content: "✓"; color: #16883e; font-size: 34px; font-weight: 900; }
.dpc-status-icon--error { background: rgba(239,68,68,.12); }
.dpc-status-icon--error::after { content: "!"; color: #c72d2d; font-size: 34px; font-weight: 900; }
.is-loading { position: relative; }
@keyframes dpc-spin { to { transform: rotate(360deg); } }
@media (max-width: 900px) {
	.dpc-confirmation__card { grid-template-columns: minmax(0, 1fr) 230px; }
	.dpc-confirmation__main { padding: 40px 32px 44px; }
	.dpc-confirmation__aside { padding-inline: 18px; }
	.dpc-confirmation__summary { grid-template-columns: 1fr; }
	.dpc-confirmation__summary > div + div { margin-top: 9px; border-top: 1px solid #eadcc1; border-left: 0; padding-top: 10px; }
}
@media (max-width: 720px) {
	.dpc-confirmation-layout { justify-content: flex-start; padding: 20px 12px 34px; }
	.dpc-confirmation-brand { margin-bottom: 17px; }
	.dpc-confirmation-brand img { width: 80px; height: 66px; }
	.dpc-confirmation-secure { max-width: 180px; padding: 7px 10px; font-size: 9px; }
	.dpc-confirmation__card { grid-template-columns: 1fr; border-radius: 23px; }
	.dpc-confirmation__main { padding: 34px 22px 38px; }
	body.dpc-confirmation-page .dpc-confirmation h1 { font-size: clamp(42px, 13vw, 66px); }
	.dpc-confirmation__message { font-size: 15px; }
	.dpc-confirmation__aside {
		display: grid;
		min-height: 0;
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 16px;
		border-top: 1px solid rgba(255,184,0,.4);
		border-left: 0;
		padding: 20px 22px 22px;
	}
	.dpc-confirmation__mascot-stage { width: 110px; }
	.dpc-confirmation__bubble { text-align: left; }
	.dpc-confirmation__next { margin-top: 28px; padding-inline: 4px; }
	.dpc-confirmation__next-heading { display: block; }
	.dpc-confirmation__next-heading p { margin-top: 9px; text-align: left; }
	.dpc-confirmation__next ol { grid-template-columns: 1fr; gap: 10px; }
	.dpc-confirmation__next li { min-height: 0; }
	.dpc-confirmation-footer { display: block; text-align: center; }
	.dpc-confirmation-footer nav { justify-content: center; margin-top: 12px; }
}
@media (max-width: 560px) {
	.dpc-modal { padding: 0; align-items: end; }
	.dpc-modal__panel { max-height: 94vh; border-radius: 22px 22px 0 0; padding: 28px 20px; }
	.dpc-form-row { grid-template-columns: 1fr; gap: 0; }
	.dpc-product-summary { align-items: flex-start; }
	.dpc-confirmation__whatsapp { padding: 15px 13px 15px 16px; font-size: 12px; }
	.dpc-confirmation__whatsapp b { flex-basis: 34px; width: 34px; height: 34px; }
	.dpc-confirmation__aside { grid-template-columns: 92px minmax(0, 1fr); padding-inline: 16px; }
	.dpc-confirmation__mascot-stage { width: 92px; }
}
