/* ===============================
   BASE
=============================== */

.emh-hero,
.emh-info{
	box-sizing:border-box;
	font-family:inherit;
}

.emh-hero *,
.emh-info *{
	box-sizing:border-box;
}

/* ===============================
   HERO
=============================== */

.emh-hero{
	padding:46px 20px;
	background:linear-gradient(135deg,#071226 0%,#10234a 48%,#1d4ed8 100%);
	color:#fff;
}

.emh-hero-inner{
	max-width:1180px;
	margin:0 auto;
	display:grid;
	grid-template-columns:1.15fr .85fr;
	gap:42px;
	align-items:center;
}

.emh-kicker{
	margin:0 0 12px;
	font-size:12px;
	font-weight:800;
	letter-spacing:.09em;
	text-transform:uppercase;
	color:#facc15 !important;
}

.emh-hero h1{
	margin:0 0 18px;
	font-size:clamp(34px,5vw,58px);
	line-height:1.05;
	font-weight:900;
	color:#fff !important;
}

.emh-lead{
	margin:0 0 24px;
	max-width:640px;
	font-size:18px;
	line-height:1.65;
	color:#eaf2ff !important;
	font-weight:700;
}

/* ===============================
   BUTTONS
=============================== */

.emh-actions{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	padding:16px 18px;
	justify-content:center;
}

.emh-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:40px;
	padding:12px 18px;
	border-radius:999px;
	font-size:13px;
	font-weight:800;
	text-decoration:none !important;
	transition:.2s;
}

.emh2-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:20px;
	margin:10px;
	padding:6px 9px;
	border-radius:999px;
	font-size:13px;
	font-weight:800;
	text-decoration:none !important;
	transition:.2s;
}


.emh-btn:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 30px rgba(0,0,0,.2);
}

.emh-btn-gold{
	background:#facc15;
	color:#071226 !important;
}

.emh-btn-dark{
	background:#071226;
	color:#fff !important;
	border:1px solid rgba(255,255,255,.2);
}

.emh-btn-outline{
	background:rgba(255,255,255,.08);
	color:#fff !important;
	border:1px solid rgba(255,255,255,.25);
}

.emh-btn-whatsapp{
	background:#22c55e;
	color:#071226 !important;
}

.emh2-btn-whatsapp{
	background:#22c55e;
	color:#071226 !important;
}
/* ===============================
   AUTHORITY BOX - IMAGE FIRST, TEXT ON HOVER
=============================== */

.emh-authority{
	margin-top:18px !important;
	margin-bottom:22px !important;
	min-height:240px !important;
	padding:22px 24px !important;
	border-radius:16px;
	background:rgba(255,255,255,.10);
	border:1px solid rgba(255,255,255,.18);
	position:relative;
	display:block !important;
	overflow:hidden;
	text-decoration:none !important;
	cursor:pointer;
}

.emh-authority-link:hover{
	transform:translateY(-2px);
	box-shadow:0 18px 40px rgba(0,0,0,.22);
}

.emh-authority-text{
	position:absolute;
	inset:0;
	z-index:4;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:22px 24px;
	background:rgba(7,18,38,.88);
	opacity:0;
	transform:scale(1.02);
	transition:opacity .25s ease, transform .25s ease;
}

.emh-authority-text strong{
	display:block;
	font-size:18px !important;
	font-weight:900;
	color:#fff !important;
	margin-bottom:10px !important;
}

.emh-authority-text span{
	display:block;
	font-size:15px !important;
	line-height:1.7 !important;
	color:#dbeafe !important;
}

.emh-authority-hover{
	position:absolute;
	overflow:visible !important;
	inset:0;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
	background-size:88%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#071226;
	opacity:1;
	transform:scale(1);
	transition:filter .25s ease, opacity .25s ease;
}

.emh-authority-hover::before{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(7,18,38,.12);
}

.emh-authority-hover span{
	position:relative;
	z-index:2;
	padding:10px 16px;
	border-radius:999px;
	background:#facc15;
	color:#071226 !important;
	font-size:13px;
	font-weight:900;
}

.emh-authority-link:hover .emh-authority-hover{
	filter:blur(3px);
	opacity:.25;
}

.emh-authority-link:hover .emh-authority-text{
	opacity:1;
	transform:scale(1);
}

/* ===============================
   URGENCY
=============================== */

.emh-urgency{

	margin-top:12px;	
	justify:center important;
	padding:9px 13px;
	border-radius:999px;
	background:rgba(250,204,21,.14);
/*	border:1px solid rgba(250,204,21,.36);*/
	border:none !important;
	background:rgba(250,204,21,.10) !important;
	color:#fef9c3 !important;
	font-size:14px;
	font-weight:800;

}

/* ===============================
   TRUST TAGS
=============================== */

.emh-trust{
	margin-top:22px important;
	margin-bottom:18px !important;
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}

.emh-trust a{
	padding:7px 10px;
	border-radius:12px !important;
	background:rgba(255,255,255,.1);
/*	border:1px solid rgba(255,255,255,.15);*/
	border:1px solid rgba(255,255,255,.06);	
	font-size:12px;
	font-weight:800;
	color:#fff !important;
	text-decoration:none !important;
	transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.emh-trust a:hover{
	transform:translateY(-2px);
	background:#facc15;
	border-color:#facc15;
	color:#071226 !important;
}

/* ===============================
   HERO CARDS
=============================== */

.emh-hero-media{
	display:grid;
	gap:18px;
	align-self:center;
}

.emh-carousel-card{
	background:rgba(255,255,255,.95);
	border-radius:22px;
	padding:16px;
	box-shadow:0 20px 60px rgba(0,0,0,.25);
	color:#0f172a;
	position:relative;
	transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	min-height:auto !important;
}

.emh-carousel-card:hover{
	transform:translateY(-4px);
	box-shadow:
		0 28px 70px rgba(15,23,42,.32),
		0 0 0 1px rgba(250,204,21,.35);
}

.emh-carousel-card:active{
	transform:translateY(-1px) scale(.995);
}

.emh-card-head{
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
}

.emh-card-head p{
	color:#0f172a !important;
	background:#f1f5f9;
	padding:6px 10px;
	border-radius:8px;
	font-size:11px;
	letter-spacing:.05em;
	text-transform:uppercase;
	font-weight:900;
}

.emh-card-head a{
	font-size:12px;
	font-weight:900;
	color:#1d4ed8;
	text-decoration:none;
	transition:color .18s ease, transform .18s ease;
}

.emh-card-head a:hover{
	color:#0f172a !important;
	transform:translateX(2px);
}

/* ===============================
   CAROUSEL
=============================== */

.emh-carousel{
	position:relative !important;
	height:220px !important;
	min-height:220px !important;
	overflow:hidden !important;
	border-radius:16px !important;
	background:#0f172a !important;
}

.emh-slide{
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	right:0 !important;
	bottom:0 !important;
	width:100% !important;
	height:100% !important;
	min-height:0 !important;
	display:flex !important;
	flex-direction:column !important;
	justify-content:flex-end !important;
	padding:20px !important;
	margin:0 !important;
	background-size:cover !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	opacity:0 !important;
	visibility:hidden !important;
	transform:none !important;
	pointer-events:none !important;
	z-index:1 !important;
	text-decoration:none !important;
	color:#ffffff !important;
	transition:opacity .5s ease, filter .22s ease;
}

.emh-slide.is-active{
	opacity:1 !important;
	visibility:visible !important;
	transform:none !important;
	pointer-events:auto !important;
	z-index:3 !important;
}

.emh-slide::before{
	content:"" !important;
	position:absolute !important;
	inset:0 !important;
	background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.78)) !important;
	z-index:1 !important;
}

.emh-slide span,
.emh-slide small,
.emh-slide em{
	position:relative !important;
	z-index:2 !important;
}

.emh-slide span{
	font-size:22px;
	font-weight:900;
	color:#ffffff !important;
}

.emh-slide small{
	font-size:13px;
	color:#dbeafe !important;
}

.emh-slide em{
	margin-top:10px;
	background:#facc15;
	color:#071226 !important;
	padding:6px 10px;
	border-radius:999px;
	font-size:12px;
	font-weight:900;
	transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.emh-slide:hover em{
	transform:translateX(3px);
	box-shadow:0 10px 22px rgba(250,204,21,.35);
	background:#fde047;
}

.emh-carousel-card:hover .emh-slide.is-active{
	filter:saturate(1.08) brightness(1.05);
}

/* ===============================
   VIDEO MODAL
=============================== */

.emh-video-modal{
	position:fixed;
	inset:0;
	z-index:9999;
	display:none;
	align-items:center;
	justify-content:center;
}

.emh-video-modal.active{
	display:flex;
}

.emh-video-backdrop{
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.75);
}

.emh-video-content{
	position:relative;
	z-index:2;
	width:90%;
	max-width:900px;
}

.emh-video-wrap{
	position:relative;
	padding-top:56.25%;
	background:#000;
	border-radius:14px;
	overflow:hidden;
}

.emh-video-wrap iframe{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
}

.emh-video-close{
	position:absolute;
	top:-40px;
	right:0;
	background:#fff;
	border:none;
	border-radius:50%;
	width:34px;
	height:34px;
	font-size:20px;
	cursor:pointer;
}

/* ===============================
   INFO SECTION
=============================== */

.emh-info{
	padding:50px 20px;
	background:#f1f5f9;
}

.emh-section-head{
	text-align:center;
	margin-bottom:30px;
}

.emh-section-head h2{
	font-size:clamp(26px,4vw,40px);
	font-weight:900;
	color:#0f172a;
}

.emh-info-grid{
	max-width:1100px;
	margin:0 auto;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:16px;
}

.emh-info-card{
	background:#fff;
	padding:22px;
	border-radius:18px;
	box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.emh-info-card h3{
	font-size:18px;
	font-weight:900;
	color:#0f172a;
}

.emh-info-card p{
	font-size:14px;
	color:#475569;
}

/* ===============================
   LEVELS
=============================== */

.emh-levels{
	margin-top:30px;
	display:grid;
	grid-template-columns:repeat(6,1fr);
	gap:10px;
}

.emh-levels a{
	background:#fff;
	padding:14px;
	text-align:center;
	border-radius:12px;
	font-weight:900;
	text-decoration:none;
	color:#0f172a;
}

.emh-levels a:hover{
	background:#0f172a;
	color:#fff;
}

/* ===============================
   CTA
=============================== */

.emh-cta{
	margin-top:40px;
	padding:30px;
	border-radius:24px;
	background:linear-gradient(135deg,#0f172a,#1d4ed8);
	color:#fff;
	text-align:center;
}

.emh-cta h2{
	font-size:28px;
	font-weight:900;
	color:#fff !important;
}

.emh-cta p{
	color:#dbeafe !important;
}

.emh-actions-center{
	justify-content:center;
}

/* ===============================
   MOBILE
=============================== */

@media (max-width:900px){
	.emh-hero-inner{
		grid-template-columns:1fr;
	}

	.emh-info-grid{
		grid-template-columns:1fr;
	}

	.emh-levels{
		grid-template-columns:repeat(2,1fr);
	}

	.emh-carousel{
		height:210px !important;
		min-height:210px !important;
	}
}

@media (max-width:560px){
	.emh-btn{
		width:100%;
	}

	.emh-levels{
		grid-template-columns:1fr;
	}

	.emh-authority{
		min-height:180px !important;
	}
}

/* CTA button inside hover text */
.emh-authority-cta{
	display:inline-block;
	margin-top:14px;
	padding:10px 18px;
	border-radius:999px;
	background:#facc15;
	color:#071226 !important;
	font-size:13px;
	font-weight:900;
	opacity:0;
	transform:translateY(6px);
	transition:opacity .25s ease, transform .25s ease;
}

/* Show BOTH text + button on hover */
.emh-authority-link:hover .emh-authority-cta{
	opacity:1;
	transform:translateY(0);
}
/* ===============================
   PREMIUM REFINEMENT OVERRIDES - V1.3
   Purpose: restraint, hierarchy, lower hero height, bridge section, cleaner header
=============================== */

.emh-hero{
	padding:34px 18px 36px !important;
}

.emh-hero-inner{
	gap:32px !important;
	align-items:start !important;
}

.emh-hero h1{
	font-size:clamp(32px,4.4vw,52px) !important;
	letter-spacing:-0.035em !important;
	margin-bottom:14px !important;
}

.emh-lead{
	font-size:16px !important;
	line-height:1.55 !important;
	margin-bottom:18px !important;
	max-width:610px !important;
}

.emh-authority{
	min-height:205px !important;
	margin-top:14px !important;
	margin-bottom:16px !important;
}

.emh-carousel{
	height:220px !important;
	min-height:220px !important;
		margin:-20px 2px 2px !important;
}

.emh-testimonial-carousel{
	height:170px !important;
	min-height:170px !important;
}

.emh-testimonial-card{
	margin:14px 10px 0 !important;
	padding:10px !important;
	border-radius:20px !important;
	box-shadow:
		0 16px 36px rgba(2,6,23,.22),
		inset 0 1px 0 rgba(255,255,255,.13) !important;
}

.emh-actions{
	padding:12px 0 !important;
	justify-content:flex-start !important;
}

.emh-btn{
	min-height:38px !important;
	padding:10px 16px !important;
	font-weight:780 !important;
}

.emh-proof-strip{
	gap:9px !important;
	margin:14px 0 2px !important;
}

.emh-proof-strip div{
	padding:10px 11px !important;
	border-radius:14px !important;
	background:rgba(255,255,255,.065) !important;
	border-color:rgba(255,255,255,.12) !important;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.emh-proof-strip strong{
	font-size:19px !important;
}

.emh-proof-strip span{
	font-weight:650 !important;
	color:#cbd5e1 !important;
}

.emh-carousel-card{
	border-radius:22px !important;
	padding:10px !important;
	margin-bottom: 20px;
	box-shadow:
		0 18px 48px rgba(2,6,23,.28),
		0 0 0 1px rgba(255,255,255,.42) inset !important;
}

.emh-carousel-card:hover{
	transform:translateY(-4px) scale(1.006) !important;
	box-shadow:
		0 24px 62px rgba(2,6,23,.34),
		0 0 0 1px rgba(255,255,255,.5) inset !important;
}

.emh-card-head p{
	font-weight:800 !important;
	letter-spacing:.06em !important;
}

.emh-trust a,
.emh-levels a{
	font-weight:760 !important;
}

.emh-slide small,
.emh-info-card p,
.emh-cta p{
	font-weight:500 !important;
}

.emh-slide span{
	font-weight:880 !important;
	letter-spacing:-.025em !important;
}

.emh-section-head h2{
	max-width:980px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	letter-spacing:-.03em !important;
}

.emh-results-bridge{
	max-width:1100px;
	margin:30px auto 34px;
	padding:14px;
	border-radius:24px;
	background:linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,64,175,.92));
	border:1px solid rgba(255,255,255,.14);
	box-shadow:
		0 22px 48px rgba(15,23,42,.18),
		inset 0 1px 0 rgba(255,255,255,.12);
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:10px;
	position:relative;
	z-index:3;
}

.emh-result-pill{
	padding:16px 14px;
	border-radius:18px;
	background:rgba(255,255,255,.06);
	border:1px solid rgba(255,255,255,.10);
	text-align:center;
}

.emh-result-pill strong{
	display:block;
	font-size:clamp(18px,2vw,25px);
	line-height:1.1;
	font-weight:900;
	color:#facc15 !important;
	letter-spacing:-.02em;
}

.emh-result-pill span{
	display:block;
	margin-top:6px;
	font-size:12px;
	line-height:1.35;
	font-weight:650;
	color:#dbeafe !important;
}

.emh-info{
	padding-top:0 !important;
}

.emh-info-card{
	box-shadow:0 14px 30px rgba(15,23,42,.07) !important;
	border:1px solid rgba(15,23,42,.05) !important;
}

.emh-levels a{
	box-shadow:0 8px 22px rgba(15,23,42,.06);
}

.emh-cta{
	margin-top:34px !important;
	box-shadow:0 20px 44px rgba(15,23,42,.20);
}

/* Header simplification / premium polish without editing Astra settings */
.ast-above-header-bar,
.STICKYBANNER{
	box-shadow:none !important;
}

.ast-above-header-bar{
	background:#0b1326 !important;
	border-bottom:1px solid rgba(255,255,255,.08) !important;
}

.main-header-bar,
.ast-primary-header-bar{
	background:#071226 !important;
	border-bottom:1px solid rgba(255,255,255,.08) !important;
}

.main-header-menu > li > a{
	font-weight:650 !important;
	letter-spacing:-.01em !important;
}

.ast-header-button-1 .ast-custom-button{
	border-radius:999px !important;
	box-shadow:0 10px 24px rgba(250,204,21,.20) !important;
}

.OVBACKGROUND::before{
	background:rgba(7,18,38,.42) !important;
	backdrop-filter:blur(1px);
}

@media (max-width:900px){
	.emh-hero{
		padding:28px 16px 34px !important;
	}

	.emh-authority{
		min-height:185px !important;
	}

	.emh-carousel{
		height:205px !important;
		min-height:205px !important;
	}

	.emh-testimonial-carousel{
		height:158px !important;
		min-height:158px !important;
	}

	.emh-results-bridge{
		grid-template-columns:repeat(2,1fr);
		margin:-18px auto 28px;
	}
}

@media (max-width:760px){
	.emh-hero h1{
		font-size:clamp(30px,9vw,42px) !important;
	}

	.emh-lead{
		font-size:15px !important;
	}

	.emh-actions{
		justify-content:center !important;
			margin-top:2px !important;
	        margin-bottom:20px !important;
	}

	.emh-proof-strip{
		grid-template-columns:repeat(2,1fr) !important;
	}

	.emh-proof-strip div{
		padding:9px 10px !important;
	}

	.emh-testimonial-card{
		margin:12px 0 0 !important;
	}

	.emh-results-bridge{
		grid-template-columns:1fr 1fr;
		padding:10px;
		border-radius:20px;
	}

	.emh-result-pill{
		padding:13px 10px;
		border-radius:15px;
	}

	.emh-result-pill strong{
		font-size:18px;
	}

	.emh-result-pill span{
		font-size:11px;
	}
}

@media (max-width:560px){
	.emh-carousel{
		height:190px !important;
		min-height:190px !important;
	}

	.emh-testimonial-carousel{
		height:148px !important;
		min-height:148px !important;
	}

	.emh-authority{
		min-height:165px !important;
	}

	.emh-results-bridge{
		grid-template-columns:1fr;
			margin-top:12px !important;
	}
}


/* ===============================
   SLIM PREMIUM TESTIMONIAL STRIP
=============================== */

.emh-testimonial-strip{
	position:relative;
	margin-top:12px;
	padding:10px;
	border-radius:18px;
	background:linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.045));
	/*border:1px solid rgba(255,255,255,.15);*/
	border:1px solid rgba(255,255,255,.06);	
	box-shadow:0 16px 34px rgba(2,6,23,.20), inset 0 1px 0 rgba(255,255,255,.12);
	backdrop-filter:blur(12px);
	overflow:hidden;
}

.emh-testimonial-strip::before{
	content:"";
	position:absolute;
	inset:-1px;
	background:linear-gradient(110deg,rgba(250,204,21,.16),transparent 34%,rgba(56,189,248,.11));
	pointer-events:none;
}

.emh-testimonial-strip-head{
	position:relative;
	z-index:3;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	margin-bottom:7px;
}

.emh-testimonial-strip-head span{
	display:inline-flex;
	align-items:center;
	padding:6px 10px;
	border-radius:999px;
	background:rgba(250,204,21,.12);
	border:1px solid rgba(250,204,21,.18);
	font-size:10px;
	font-weight:850;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#facc15 !important;
}

.emh-testimonial-strip-head strong{
	font-size:11px;
	font-weight:750;
	color:#cfe3ff !important;
}

.emh-testimonial-strip-carousel{
	position:relative;
	z-index:2;
	height:118px;
	border-radius:16px;
	background:#020617;
	overflow:hidden;
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
}

.emh-testimonial-mini{
	appearance:none;
	-webkit-appearance:none;
	border:0;
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	margin:0;
	padding:18px 18px 16px 128px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	gap:5px;
	text-align:left;
	background:#020617;
	color:#fff;
	cursor:pointer;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transition:opacity .45s ease, transform .45s ease;
	transform:scale(.99);
}

.emh-testimonial-mini.is-active{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	transform:scale(1);
}

.emh-testimonial-mini img{
	position:absolute;
	left:12px;
	top:12px;
	bottom:12px;
	width:96px;
	height:calc(100% - 24px);
	object-fit:cover;
	border-radius:13px;
	z-index:0;
	opacity:.82;
	box-shadow:0 10px 22px rgba(0,0,0,.26);
	transition:all .28s ease;
}

.emh-testimonial-mini::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:1;
	background:linear-gradient(90deg,rgba(2,6,23,.22),rgba(15,23,42,.72) 34%,rgba(15,23,42,.88));
}

.emh-testimonial-mini::after{
	content:"★★★★★";
	position:absolute;
	left:128px;
	top:16px;
	z-index:2;
	font-size:10px;
	letter-spacing:2px;
	color:#facc15;
}

.emh-testimonial-mini span,
.emh-testimonial-mini small{
	position:relative;
	z-index:2;
}

.emh-testimonial-mini span{
	font-size:15px;
	line-height:1.24;
	font-weight:850;
	color:#fff !important;
	max-width:92%;
}

.emh-testimonial-mini small{
	font-size:10px;
	font-weight:850;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#facc15 !important;
}

.emh-testimonial-mini.is-expanded{
	padding:0;
	background:#020617;
}

.emh-testimonial-mini.is-expanded img{
	inset:0;
	width:100%;
	height:100%;
	object-fit:contain;
	border-radius:16px;
	opacity:1;
	box-shadow:none;
	background:#020617;
}

.emh-testimonial-mini.is-expanded::before,
.emh-testimonial-mini.is-expanded::after,
.emh-testimonial-mini.is-expanded span,
.emh-testimonial-mini.is-expanded small{
	display:none;
}

.emh-testimonial-strip-dots{
	position:relative;
	z-index:3;
	display:flex;
	gap:6px;
	margin-top:8px;
}

.emh-testimonial-strip-dots span{
	flex:1;
	height:3px;
	border-radius:999px;
	background:rgba(255,255,255,.15);

}

.emh-testimonial-strip-dots span.is-active{
	background:linear-gradient(90deg,#facc15,#38bdf8);
}

@media (max-width:760px){
	.emh-testimonial-strip-carousel{
		height:112px;
	}

	.emh-testimonial-mini{
		padding:16px 14px 14px 108px;
	}

	.emh-testimonial-mini img{
		width:80px;
	}

	.emh-testimonial-mini::after{
		left:108px;
	}

	.emh-testimonial-mini span{
		font-size:13px;
		max-width:100%;
	}
}


/* ===============================
   TUTOR BAR + TESTIMONIAL HEIGHT TWEAKS - V1.3.4
   Purpose: taller tutor image bar, visible learn-more prompt, slightly taller testimonial carousel
=============================== */

.emh-authority{
	min-height:265px !important;
}

.emh-authority-hover{
	background-size:92% !important;
}

.emh-authority-learn-more{
	position:absolute;
	left:50%;
	bottom:12px;
	z-index:3;
	transform:translateX(-50%);
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:7px 13px;
	border-radius:999px;
	background:rgba(250,204,21,.94);
	color:#071226 !important;
	font-size:12px;
	font-weight:900;
	letter-spacing:.01em;
	line-height:1;
	box-shadow:0 10px 24px rgba(0,0,0,.26);
	pointer-events:none;
	transition:opacity .22s ease, transform .22s ease;
}

.emh-authority-link:hover .emh-authority-learn-more{
	opacity:0;
	transform:translateX(-50%) translateY(5px);
}

.emh-testimonial-strip-carousel{
	height:168px !important;
}

.emh-testimonial-mini{
	padding-top:20px !important;
	padding-bottom:18px !important;
}

@media (max-width:900px){
	.emh-authority{
		min-height:220px !important;
	}
}

@media (max-width:760px){
	.emh-authority{
		min-height:205px !important;
	}

	.emh-authority-learn-more{
		bottom:10px;
		font-size:11px;
		padding:6px 11px;
	}

	.emh-testimonial-strip-carousel{
		height:126px !important;
	}
}

@media (max-width:560px){
	.emh-authority{
		min-height:190px !important;
	}

	.emh-testimonial-strip-carousel{
		height:122px !important;
	}
}

/* Dark bottom fade over tutor credentials image */
.emh-authority-hover::after{
	content:"" !important;
	position:absolute !important;
	left:0 !important;
	right:0 !important;
	bottom:0 !important;
	height:95px !important;
		background:linear-gradient(
		to top,
		rgba(0,0,0,.96) 0%,
		rgba(0,0,0,.82) 28%,
		rgba(0,0,0,.45) 58%,
		rgba(0,0,0,0) 100%
	) !important;
	z-index:8 !important;
	pointer-events:none !important;
}

/* Override old pill styling */
.emh-authority-hover span.emh-authority-learn-more,
.emh-authority-learn-more{
	position:absolute !important;
	left:50% !important;
	bottom:13px !important;
	transform:translateX(-50%) !important;
	z-index:30 !important;

	display:block !important;

	background:transparent !important;
	background-color:transparent !important;
	border:0 !important;
	border-radius:0 !important;
	box-shadow:none !important;

	padding:0 !important;
	margin:0 !important;

	color:#facc15 !important;
	font-size:13px !important;
	font-weight:800 !important;
	line-height:1 !important;
	letter-spacing:.02em !important;
	text-decoration:none !important;
	text-shadow:0 2px 8px rgba(0,0,0,.65) !important;
}

.emh-authority-learn-more{
	bottom:10px !important;
	margin-top: 20px !important;
}

.emh-authority{
	margin-bottom:22px;
}

.emh-actions{
	margin-top:18px;
}

.emh-testimonial-strip{
	margin-top:22px;
}

.emh-authority{
	min-height:240px;
}

.emh-authority-learn-more{
	font-size:10px !important;
	letter-spacing:.22em !important;
	text-transform:uppercase !important;
	color:rgba(250,204,21,.82) !important;
}

.emh-cta{
	box-shadow:
		0 22px 50px rgba(15,23,42,.22),
		0 0 90px rgba(59,130,246,.18);
}

/* Proof / authority strip */
.emh-proof-strip{
	margin-top:14px;
	margin-bottom:14px;
	font-size:12px;
	font-weight:700;
	line-height:1.5;
	letter-spacing:.02em;
	color:rgba(219,234,254,.92);
	border-radius:14px !important;
	padding:12px 16px !important;
	background:rgba(255,255,255,.05);
	border:1px solid rgba(255,255,255,.08);
	box-shadow:0 10px 24px rgba(2,6,23,.12);
}

.emh-proof-strip{
	margin-top:28px !important;
	margin-bottom:28px !important;
}

.emh-actions{
	margin-top:18px;
	margin-bottom:22px;
	
}

.emh-testimonial-strip{
	margin-top:24px;
}

.emh-btn{
	min-height:44px;
	padding:12px 20px;
	font-size:14px;
}



.emh-testimonial-strip{
	background:linear-gradient(
		135deg,
		rgba(255,255,255,.08),
		rgba(255,255,255,.03)
	);
}
.emh-testimonial-strip-carousel{
	height:118px !important;
}

.emh-info{
	position:relative;
}

.emh-info::before{
	content:"";
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	height:60px;

	background:linear-gradient(
		to bottom,
		rgba(29,78,216,1),
		rgba(241,245,249,1)
	);
}

/* Center CTA buttons */
.emh-cta .emh-actions{
	display:flex !important;
	justify-content:center !important;
	align-items:center !important;
	flex-wrap:wrap !important;
	gap:14px !important;
}

/* Improve visibility of Ask a Question button */
.emh-btn-outline-light{
	border:1px solid rgba(255,255,255,.28) !important;
	background:rgba(255,255,255,.04) !important;
	color:#dbeafe !important;
	box-shadow:0 6px 18px rgba(2,6,23,.12);
}

.emh-btn-outline-light:hover{
	background:rgba(255,255,255,.10) !important;
	border-color:rgba(255,255,255,.45) !important;
	color:#ffffff !important;
}

/* Center right-column CTA buttons */
.emh-hero-media .emh-actions{
	display:flex !important;
	justify-content:center !important;
	align-items:center !important;
	flex-wrap:wrap !important;
	gap:14px !important;
	width:100% !important;
	margin-top:18px !important;
}

/* Center trust pills */
.emh-trust{
	display:flex !important;
	justify-content:center !important;
	align-items:center !important;
	flex-wrap:wrap !important;
	gap:10px !important;
	width:100% !important;
	margin-top:18px !important;
}



/*************************/

.emh-authority{
	margin-bottom:18px;
}

.emh-proof-strip{
	margin-bottom:18px;
}

.emh-actions{
	margin-top:18px;
	margin-bottom:22px;
}

.emh-testimonial-strip{
	margin-top:22px;
}


@media (max-width:768px){

	.emh-hero-copy h1{
		font-size:42px;
		line-height:1.02;
	}
}

.emh-cta{
	background:
		linear-gradient(
			135deg,
			#0f172a,
			#1e40af
		);
}

.emh-testimonial-mini::before{
	background:linear-gradient(
		90deg,
		rgba(2,6,23,.10),
		rgba(15,23,42,.52) 34%,
		rgba(15,23,42,.72)
	);
}

.emh-slide{
	min-height:215px;
}

/* ==================================================
   HOME FAQS - PREMIUM REFINED
================================================== */

.emh-home-faqs{
	margin-top:52px;
	padding:48px 36px;
	border-radius:34px;
	background:
		radial-gradient(circle at top left, rgba(250,204,21,.08), transparent 32%),
		linear-gradient(135deg, rgba(15,33,71,.98), rgba(23,48,106,.94));
	box-shadow:
		0 28px 70px rgba(15,23,42,.18),
		inset 0 1px 0 rgba(255,255,255,.06);
	color:#ffffff;
}

.emh-home-faqs-head{
	text-align:center;
	margin-bottom:36px;
}

.emh-home-faqs-head h2{
	margin:0 auto;
	max-width:860px;
	font-size:clamp(30px,3vw,40px);
	line-height:1.08;
	font-weight:850;
	letter-spacing:-.035em;
	color:#ffffff;
}

.emh-home-faqs-head::after{
	content:"Clear answers before you decide whether tuition is right.";
	display:block;
	margin:14px auto 0;
	max-width:560px;
	font-size:15px;
	line-height:1.6;
	font-weight:500;
	color:rgba(219,234,254,.82);
}

.emh-home-faqs-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:20px;
}

.emh-home-faq{
	position:relative;
	overflow:hidden;
	border-radius:24px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.095), rgba(255,255,255,.055));
	border:1px solid rgba(255,255,255,.08);
	backdrop-filter:blur(12px);
	box-shadow:
		0 16px 38px rgba(2,6,23,.12),
		inset 0 1px 0 rgba(255,255,255,.08);
	transition:
		transform .25s ease,
		box-shadow .25s ease,
		border-color .25s ease;
}

.emh-home-faq::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:3px;
	background:linear-gradient(to bottom,#facc15,#38bdf8);
	opacity:.75;
}

.emh-home-faq:hover{
	transform:translateY(-4px);
	border-color:rgba(250,204,21,.22);
	box-shadow:
		0 24px 52px rgba(2,6,23,.20),
		inset 0 1px 0 rgba(255,255,255,.10);
}

.emh-home-faq-question{
	position:relative;
	width:100%;
	padding:24px 56px 10px 26px;
	background:none;
	border:none;
	text-align:left;
	font-size:20px;
	font-weight:850;
	line-height:1.22;
	letter-spacing:-.015em;
	color:#ffffff !important;
	cursor:default;
}

.emh-home-faq-question::after{
	content:"+";
	position:absolute;
	right:24px;
	top:22px;
	width:28px;
	height:28px;
	border-radius:999px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(250,204,21,.12);
	border:1px solid rgba(250,204,21,.20);
	color:#facc15;
	font-size:20px;
	font-weight:800;
	line-height:1;
}

.emh-home-faq-answer{
	padding:0 26px 24px;
	color:rgba(255,255,255,.80) !important;
	font-size:16px;
	line-height:1.75;
}

.emh-home-faq-answer p{
	margin:0;
	color:rgba(255,255,255,.80) !important;
}

.emh-home-faqs-head h2{
	max-width:760px;
}

.emh-home-faq-question{
	font-size:18px;
}

/* Mobile */
@media (max-width:768px){

	.emh-home-faqs{
		margin-top:42px;
		padding:36px 18px;
		border-radius:26px;
	}

	.emh-home-faqs-head{
		margin-bottom:28px;
	}

	.emh-home-faqs-head h2{
		font-size:28px;
		line-height:1.13;
	}

	.emh-home-faqs-head::after{
		font-size:14px;
	}

	.emh-home-faqs-grid{
		grid-template-columns:1fr;
		gap:16px;
	}

	.emh-home-faq-question{
		font-size:18px;
		padding:20px 52px 10px 22px;
	}

	.emh-home-faq-question::after{
		right:18px;
		top:18px;
	}

	.emh-home-faq-answer{
		padding:0 22px 22px;
		font-size:15px;
		line-height:1.65;
	}
}