
#google-ads-hero.hero-section {
	background-color: #fcfdfe;
	position: relative; 
	overflow: hidden; 
	min-height: 850px;
	display: flex; 
	align-items: center; 
	padding: 100px 0 60px 0;
}
#google-ads-hero.hero-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: 
		radial-gradient(rgba(26, 115, 232, 0.08) 1.5px, transparent 1.5px),
		radial-gradient(rgba(26, 99, 73, 0.06) 1px, transparent 1px);
	background-size: 60px 60px, 30px 30px;
	z-index: 0;
}
.hero-glow {
	position: absolute;
	left: -10%;
	top: 40%;
	transform: translateY(-50%);
	width: 80%;
	height: 130%;
	background: radial-gradient(circle at 25% 50%, rgba(26, 115, 232, 0.22) 0%, rgba(26, 99, 73, 0.15) 45%, transparent 75%);
	z-index: 1;
	pointer-events: none;
	filter: blur(80px);
}

.headline-pop { text-shadow: 0 0 30px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 0.8); line-height: 0.95; }

.ads-highlight { color: #1a73e8; position: relative; display: inline-block; }

.ads-window {
	width: 100%;
	max-width: 800px;
	background: white;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 40px 100px -20px rgba(10, 39, 28, 0.1);
	overflow: hidden;
	height: 520px;
	display: flex;
	flex-direction: column;
	position: relative;
	transform: perspective(1500px) rotateY(-3deg);
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 5;
}
.ads-content-body { display: flex; flex-grow: 1; overflow: hidden; }
.sidebar { width: 170px; background: #f8f9fa; border-right: 1px solid #e2e8f0; padding: 8px 0; display: flex; flex-direction: column; flex-shrink: 0; position: relative; z-index: 10; }
.ads-window .nav-item { padding: 13px 20px; display: flex; align-items: center; gap: 12px; font-size: 11px; color: #5f6368; font-weight: 500; line-height: 1; }
.ads-window .nav-item.active { color: #1a73e8; background: #e8f0fe; border-right: 3px solid #1a73e8; margin-right: -1px; }
.ads-window .nav-item i { width: 14px; text-align: center; font-size: 13px; }

.banner-container { position: relative; width: 100%; height: 52px; overflow: hidden; flex-shrink: 0; background: #fff; }
.red-banner, .green-banner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 24px; display: flex; align-items: center; gap: 14px; transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1); }
.red-banner { background: #C5221F; color: white; z-index: 10; }
.green-banner { background: #1e8e3e; color: white; transform: translateY(100%); z-index: 9; }
.status-text { font-size: 13px; font-weight: 700; line-height: 1; margin-top: 1px; }

.restored .red-banner { transform: translateY(-100%); }
.restored .green-banner { transform: translateY(0); }
.restored .ads-window { transform: perspective(1500px) rotateY(0deg); border-color: #1e8e3e; }

.checklist-card {
	position: absolute; left: -100px; bottom: 15px; width: 320px; background: white; border-radius: 16px;
	box-shadow: 0 30px 60px rgba(10, 39, 28, 0.15); border: 1px solid #e2e8f0; z-index: 20; padding: 24px; transition: all 0.5s;
}
.checklist-title { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; color: #1A6349; margin-bottom: 24px; }
.step-row { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; opacity: 0.25; transition: opacity 0.4s; }
.step-row.active { opacity: 1; }
.step-row.done { opacity: 1; }
.status-box { width: 22px; height: 22px; border-radius: 6px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; font-size: 10px; flex-shrink: 0; color: #94a3b8; }
.active .status-box { background: #1A6349; color: white; animation: pulse-soft 2s infinite; }
.done .status-box { background: #1e8e3e; color: white; }
.step-content { flex-grow: 1; }
.step-label { font-size: 12px; font-weight: 700; color: #334155; }
.step-meta { font-size: 8px; font-weight: 800; text-transform: uppercase; color: #94a3b8; }
.active .step-meta { color: #1A6349; }
.done .step-meta { color: #1e8e3e; }

.progress-mini { height: 3px; background: #f1f5f9; border-radius: 10px; overflow: hidden; margin-top: 6px; }
.progress-fill { height: 100%; background: #1A6349; width: 0%; transition: width 0.6s linear; }
.done .progress-fill { width: 100% !important; background: #1e8e3e; }

@keyframes pulse-soft { 0% { box-shadow: 0 0 0 0 rgba(26, 99, 73, 0.4); } 70% { box-shadow: 0 0 0 8px rgba(26, 99, 73, 0); } 100% { box-shadow: 0 0 0 0 rgba(26, 99, 73, 0); } }

@media (max-width: 1023px) {
	#google-ads-hero.hero-section { min-height: auto; flex-direction: column; align-items: flex-start; padding: 60px 0; }
	.restoration-column { width: 100%; margin-top: 40px; padding: 0 16px; overflow-x: hidden; }
	.stage-wrapper { flex-direction: column; align-items: center; justify-content: center; gap: 32px; position: relative; width: 100%; }
	
	.checklist-card, .ads-window { width: 100% !important; max-width: 500px !important; position: relative !important; left: 0 !important; bottom: 0 !important; transform: none !important; margin: 0 auto; }
	.checklist-card { order: 1; padding: 24px; }
	.ads-window { order: 2; height: 420px; }
	.sidebar { width: 140px; }
	
	.cta-container { width: 100%; display: flex; justify-content: center; margin-bottom: 30px; padding: 0 16px; }
	.audit-btn { width: 100% !important; max-width: 500px !important; text-align: center; }
}