/* Appora live website examples (landing step only) */

#dte-bb-examples-section.is-hidden {
	display: none !important;
}

.appora-examples {
	width: 100%;
	padding: 85px 24px 90px;
	background:
		radial-gradient(circle at 10% 5%, rgba(121, 76, 255, .07), transparent 25%),
		radial-gradient(circle at 90% 5%, rgba(20, 177, 255, .07), transparent 25%),
		#f8faff;
}

.appora-examples-inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.appora-examples-heading {
	text-align: center;
	margin-bottom: 42px;
}

.appora-examples-eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	color: #2875f4;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.appora-examples-heading h2 {
	margin: 0;
	color: #12203e;
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: -2px;
}

.appora-site-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.appora-site-card {
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e7f0;
	border-radius: 18px;
	box-shadow: 0 15px 40px rgba(29, 47, 85, .07);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.appora-site-card:hover {
	transform: translateY(-7px);
	border-color: #ccd8ee;
	box-shadow: 0 25px 55px rgba(29, 47, 85, .13);
}

.appora-browser-bar {
	position: relative;
	height: 44px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	background: #f5f7fa;
	border-bottom: 1px solid #e5e9ef;
}

.appora-browser-dots {
	position: absolute;
	left: 15px;
	display: flex;
	gap: 6px;
}

.appora-browser-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c7cfda;
}

.appora-browser-address {
	min-width: 180px;
	max-width: 230px;
	margin: 0 auto;
	padding: 6px 14px;
	background: #fff;
	border: 1px solid #e1e6ee;
	border-radius: 999px;
	color: #8d98aa;
	font-size: 10px;
	text-align: center;
}

.appora-site-preview {
	position: relative;
	width: 100%;
	aspect-ratio: 1440 / 900;
	height: auto;
	overflow: hidden;
	background: #fff;
	isolation: isolate;
}

.appora-preview-frame {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 1440px !important;
	min-width: 1440px !important;
	max-width: none !important;
	height: 900px !important;
	min-height: 900px !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	display: block !important;
	background: #fff !important;
	pointer-events: none !important;
	transform-origin: top left !important;
	will-change: transform;
}

.appora-site-footer {
	min-height: 88px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	background: #fff;
}

.appora-industry {
	color: #2d74ee;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .8px;
}

.appora-site-footer h3 {
	margin: 5px 0 0;
	color: #15213c;
	font-size: 18px;
	letter-spacing: -.4px;
}

@media (max-width: 900px) {
	.appora-site-grid {
		grid-template-columns: 1fr;
		max-width: 650px;
		margin: 0 auto;
	}
}

@media (max-width: 600px) {
	.appora-examples {
		padding: 60px 17px 65px;
	}

	.appora-examples-heading {
		margin-bottom: 30px;
	}

	.appora-examples-heading h2 {
		font-size: 34px;
		letter-spacing: -1.4px;
	}
}
