.success-container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	background: white;
	border-radius: 40px;
	box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.success-header {
	background: linear-gradient(135deg, #042B60 0%, #0a3f7a 100%);
	padding: 2rem 2rem 1.8rem;
	text-align: center;
	color: white;
	position: relative;
}

.review-icon {
	width: 80px;
	height: 80px;
	background: #F69022;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.2rem;
	box-shadow: 0 8px 20px rgba(242, 124, 35, 0.3);
	animation: scaleIn 0.4s cubic-bezier(0.34, 1.2, 0.64, 1) 0.2s both;
}

@keyframes scaleIn {
	0% { transform: scale(0); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}

.review-icon svg {
	width: 48px;
	height: 48px;
	stroke: white;
	stroke-width: 1.5;
}

.success-header h1 {
	font-size: 1.9rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	letter-spacing: -0.3px;
}

.badge-flow {
	display: inline-block;
	background: rgba(242, 124, 35, 0.25);
	backdrop-filter: blur(4px);
	padding: 0.4rem 1.2rem;
	border-radius: 40px;
	font-size: 0.9rem;
	font-weight: 600;
	margin-top: 12px;
	border: 1px solid rgba(255,255,255,0.35);
}

.success-body {
	padding: 2rem 2rem 1.8rem;
}

.info-card {
	background: #fff9f0;
	border-left: 6px solid #F27C23;
	border-radius: 24px;
	padding: 1.4rem 1.8rem;
	margin-bottom: 2rem;
	box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.info-card p {
	margin-bottom: 0.75rem;
	line-height: 1.55;
	color: #2c3e4e;
	font-size: 1rem;
}

.info-card strong {
	color: #042B60;
}

.highlight-text {
	background: #F27C2310;
	padding: 0.2rem 0.4rem;
	border-radius: 12px;
	font-weight: 600;
	color: #F27C23;
}

.order-summary {
	background: #ffffff;
	border: 1px solid #eef2f8;
	border-radius: 28px;
	padding: 1.5rem;
	margin-bottom: 1.8rem;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
}

.order-summary h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #042B60;
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 2px solid #F69022;
	padding-bottom: 0.7rem;
}

.summary-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.summary-item {
	background: #f8fafd;
	padding: 0.8rem 1rem;
	border-radius: 20px;
	transition: all 0.2s;
}

.summary-item .label {
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #5f7f9e;
	letter-spacing: 0.6px;
	font-weight: 600;
}

.summary-item .value {
	font-size: 1.2rem;
	font-weight: 700;
	color: #212121;
	margin-top: 5px;
	word-break: break-word;
}

.product-table-wrapper {
	overflow-x: auto;
	margin-top: 1rem;
	border-top: 1px solid #ecf3f9;
	padding-top: 1rem;
}

.product-table {
	width: 100%;
	font-size: 0.85rem;
	border-collapse: collapse;
}

.product-table th {
	text-align: left;
	padding: 8px 6px 8px 0;
	color: #2c6280;
	font-weight: 600;
	border-bottom: 1px solid #e2eaf1;
}

.product-table td {
	padding: 8px 6px 8px 0;
	border-bottom: 1px solid #f0f4fa;
}

.more-items {
	text-align: center;
	margin-top: 0.6rem;
	font-size: 0.75rem;
	color: #F27C23;
	font-weight: 500;
}

.next-steps {
	background: #eef3fc;
	border-radius: 28px;
	padding: 1.5rem 1.8rem;
	margin: 1.8rem 0;
}

.next-steps h4 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #042B60;
	margin-bottom: 0.8rem;
	display: flex;
	align-items: center;
	gap: 8px;
}

.next-steps ul {
	padding-left: 1.5rem;
	color: #2c3e4e;
	line-height: 1.65;
}

.next-steps li {
	margin-bottom: 0.6rem;
}
.reference-note {
	background: #fff8e7;
	border-radius: 18px;
	padding: 0.8rem 1.2rem;
	margin-top: 1rem;
	font-size: 0.8rem;
	color: #b97f2e;
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #ffe0b5;
}
@media (max-width: 640px) {
	.success-body {
		padding: 1.5rem;
	}
	.summary-grid {
		grid-template-columns: 1fr;
	}
	.btn-primary, .btn-secondary {
		width: 100%;
		justify-content: center;
	}
	.info-card {
		padding: 1rem;
	}
}
.md-3{margin-bottom:15px;}
.radio-list > label{margin-right:20px;}
.form-note{margin-bottom:20px;}
.tip-show{position: fixed;
    z-index: 99999;
    width: 300px;
    max-width: inherit;
    pointer-events: none;
    border-radius: 16px;
    margin-bottom: 15px;
    border: 2px solid #00529C;
    background: #fff;
    padding: 5px 8px;}
.tip-show > p{font-size:14px; color:#2c6280; font-weight:800;}
.tip-show > p:last-child{font-size:12px;}
.tip-show img{max-width:100%;}
.tips-content{visibility: hidden; max-width:300px;position: absolute; left: -99999px;}
.tips-content img{max-width:100%;}
.tip-show:after{
		font-size: 20px;
		color: #00519C;
		line-height: 1em;
		position: absolute;
		bottom: -16px;
		right: 10px;
	}
.tip-show .note{text-align:center; margin-bottom:5px;}
.tip-show .note > span{color:#F36F21;font-size: 18px;font-weight: bold;}