/* =========================
   WHY US - ULTRA LUXURY (SCOPED)
========================= */
.dr1056whyus {
	position: relative;
	padding: 120px 20px;
	overflow: hidden;

	background:
		radial-gradient(circle at 10% 20%, rgba(212,175,55,0.08), transparent 35%),
		radial-gradient(circle at 85% 15%, rgba(0,180,255,0.06), transparent 30%),
		radial-gradient(circle at 50% 90%, rgba(212,175,55,0.06), transparent 40%),
		linear-gradient(180deg, #f9fbfd 0%, #eef5f9 100%);

	color: #0f1f2a;
}

/* ===== ORBS ===== */
.dr1056whyus .whyus-bg-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.35;
	animation: dr1056OrbFloat 18s ease-in-out infinite alternate;
}

.dr1056whyus .whyus-orb-1 {
	width: 280px;
	height: 280px;
	background: rgba(212,175,55,0.15);
	top: 30px;
	left: -80px;
}

.dr1056whyus .whyus-orb-2 {
	width: 340px;
	height: 340px;
	background: rgba(0,180,255,0.12);
	right: -100px;
	top: 80px;
}

.dr1056whyus .whyus-orb-3 {
	width: 300px;
	height: 300px;
	background: rgba(212,175,55,0.10);
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
}

/* ===== HEADER ===== */
.dr1056whyus .whyus-header {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 60px;
}

.dr1056whyus .whyus-badge {
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;

	background: linear-gradient(135deg,#d4af37,#f6e27a);
	color: #1a1a1a;

	box-shadow: 0 6px 18px rgba(212,175,55,0.25);
}

.dr1056whyus .whyus-header h2 {
	font-size: clamp(32px,4vw,54px);
	font-weight: 800;
	line-height: 1.1;
	margin: 18px 0;
	color: #0c1f2b;
}

.dr1056whyus .whyus-header p {
	color: #5b6b75;
	line-height: 1.8;
	font-size: 16px;
}

/* ===== GRID ===== */
.dr1056whyus .whyus-main-grid {
	display: grid;
	grid-template-columns: 1.3fr 0.9fr;
	gap: 28px;
}

/* ===== GLASS CARDS ===== */
.dr1056whyus .whyus-content-card,
.dr1056whyus .whyus-side-panel {
	border-radius: 30px;
	padding: 34px;

	background: rgba(255,255,255,0.65);
	backdrop-filter: blur(20px);

	border: 1px solid rgba(255,255,255,0.8);

	box-shadow:
		0 25px 60px rgba(0,0,0,0.08),
		inset 0 1px 0 rgba(255,255,255,0.9);

	position: relative;
	overflow: hidden;
}

/* GOLD TOP LINE */
.dr1056whyus .whyus-content-card::before,
.dr1056whyus .whyus-side-panel::before {
	content:"";
	position:absolute;
	top:0;
	left:20px;
	right:20px;
	height:3px;
	border-radius:10px;

	background: linear-gradient(90deg,#d4af37,#f6e27a,#d4af37);
}

/* ===== HIGHLIGHT ===== */
.dr1056whyus .whyus-highlight-strip {
	display:flex;
	gap:18px;
	padding:22px;
	border-radius:20px;

	background: linear-gradient(135deg,rgba(212,175,55,0.12),rgba(255,255,255,0.5));

	box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.dr1056whyus .highlight-icon {
	width:70px;
	height:70px;
	border-radius:18px;

	display:flex;
	align-items:center;
	justify-content:center;

	font-size:26px;

	background: linear-gradient(135deg,#d4af37,#f6e27a);
	color:#1a1a1a;

	box-shadow:0 10px 25px rgba(212,175,55,0.35);
}

/* ===== TEXT ===== */
.dr1056whyus .whyus-text-block h3 {
	font-size:22px;
	font-weight:800;
	margin-bottom:10px;
}

.dr1056whyus .whyus-text-block p {
	color:#5b6b75;
	line-height:1.9;
}

/* ===== QUOTE ===== */
.dr1056whyus .whyus-quote-box {
	margin-top:28px;
	padding:26px;
	border-radius:22px;

	background: linear-gradient(135deg,#0f2027,#203a43);
	color:white;

	box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.dr1056whyus .quote-icon {
	width:50px;
	height:50px;
	border-radius:14px;

	display:flex;
	align-items:center;
	justify-content:center;

	background: linear-gradient(135deg,#d4af37,#f6e27a);
	color:#000;

	margin-bottom:12px;
}

/* ===== SIDE PANEL ===== */
.dr1056whyus .whyus-side-panel {
	display:grid;
	gap:18px;
}

/* ===== STAT CARDS ===== */
.dr1056whyus .whyus-stat-card {
	display:flex;
	align-items:center;
	gap:16px;

	padding:18px;
	border-radius:20px;

	background: rgba(255,255,255,0.75);

	box-shadow: 0 10px 25px rgba(0,0,0,0.05);

	transition: all 0.4s ease;
}

.dr1056whyus .whyus-stat-card:hover {
	transform: translateY(-6px) scale(1.02);

	box-shadow:
		0 20px 40px rgba(0,0,0,0.08),
		0 0 0 1px rgba(212,175,55,0.3);
}

/* ICON */
.dr1056whyus .stat-icon {
	width:55px;
	height:55px;
	border-radius:16px;

	display:flex;
	align-items:center;
	justify-content:center;

	background: linear-gradient(135deg,#d4af37,#f6e27a);
	color:#1a1a1a;

	box-shadow:0 10px 20px rgba(212,175,55,0.25);
}

/* TEXT */
.dr1056whyus .stat-content h3 {
	font-size:26px;
	font-weight:800;
}

.dr1056whyus .stat-content p {
	font-size:13px;
	color:#6c7a84;
}

/* ===== ANIMATION ===== */
@keyframes dr1056OrbFloat {
	0% { transform: translateY(0); }
	100% { transform: translateY(-25px); }
}

/* ===== RESPONSIVE ===== */
@media (max-width:1100px){
	.dr1056whyus .whyus-main-grid {
		grid-template-columns:1fr;
	}
}

@media (max-width:768px){
	.dr1056whyus {
		padding:80px 16px;
	}

	.dr1056whyus .whyus-content-card,
	.dr1056whyus .whyus-side-panel {
		padding:22px;
	}

	.dr1056whyus .whyus-highlight-strip {
		flex-direction:column;
		text-align:center;
	}
}