/* ==========================================================================
   Al Uhud Elementor Widgets — base styles
   All colors/spacing here are DEFAULTS; Elementor Style tab controls
   override them per-instance via CSS variables and inline selectors.
   ========================================================================== */

.alu-hero, .alu-journey {
	--alu-primary: #0F3D2E;
	--alu-accent: #C9A227;
	--alu-bg: #FBF8F1;
	--alu-text: #4A4A42;
	font-family: inherit;
	background-color: var(--alu-bg);
	box-sizing: border-box;
}
.alu-hero *, .alu-journey * { box-sizing: border-box; }

/* -------------------- Shared: Badge -------------------- */
.alu-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.alu-badge__icon { display: inline-flex; }
.alu-badge__icon svg, .alu-badge__icon i { width: 16px; height: 16px; font-size: 14px; }

/* -------------------- Shared: Bottom trust bar -------------------- */
.alu-bottombar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 14px;
	background: var(--alu-primary);
	color: #fff;
	padding: 18px 24px;
	border-radius: 12px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 500;
}
.alu-bottombar__item { display: inline-flex; align-items: center; gap: 8px; }
.alu-bottombar__icon { color: var(--alu-accent); display: inline-flex; }
.alu-bottombar__sep { opacity: .3; }

/* ==========================================================================
   WIDGET 1 — HERO TRUST SECTION
   ========================================================================== */
.alu-hero { padding: 40px 20px; overflow: hidden; }
.alu-hero__grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 50px;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
}

/* Media column */
.alu-hero__media { position: relative; }
.alu-media-frame { position: relative; border-radius: 24px; overflow: hidden; }
.alu-media-frame img { width: 100%; height: auto; display: block; aspect-ratio: 4/3; object-fit: cover; }

.alu-play {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	display: flex; flex-direction: column; align-items: center; gap: 10px;
	color: #fff; text-decoration: none;
}
.alu-play__icon {
	width: 64px; height: 64px; border-radius: 50%;
	background: rgba(255,255,255,.15);
	border: 2px solid rgba(255,255,255,.7);
	display: flex; align-items: center; justify-content: center;
	backdrop-filter: blur(4px);
	transition: transform .25s ease, background .25s ease;
}
.alu-play:hover .alu-play__icon { transform: scale(1.08); background: rgba(255,255,255,.25); }
.alu-play__text { font-weight: 600; font-size: 14px; text-shadow: 0 1px 4px rgba(0,0,0,.4); }

.alu-testimonial {
	position: absolute; left: 20px; right: 20px; bottom: 20px;
	background: rgba(15,61,46,.88);
	color: #fff;
	border-radius: 14px;
	padding: 16px 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	backdrop-filter: blur(6px);
}
.alu-testimonial__quote { font-size: 13px; line-height: 1.5; max-width: 60%; }
.alu-testimonial__quote i { color: var(--alu-accent); margin-right: 6px; }
.alu-testimonial__rating { text-align: right; font-size: 12px; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; flex-shrink: 0; }
.alu-testimonial__stars { color: var(--alu-accent); font-size: 12px; letter-spacing: 1px; }
.alu-testimonial__rating strong { font-size: 15px; }

.alu-float-card {
	position: absolute;
	display: flex; flex-direction: column; gap: 4px;
	padding: 16px 18px;
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(0,0,0,.12);
	min-width: 140px;
}
.alu-float-card--dark { background: var(--alu-primary); color: #fff; }
.alu-float-card--light { background: #fff; color: var(--alu-primary); }
.alu-float-card--1 { top: -6%; left: -8%; }
.alu-float-card--2 { top: 34%; left: -12%; }
.alu-float-card__icon { color: var(--alu-accent); font-size: 18px; margin-bottom: 2px; }
.alu-float-card__number { font-size: 22px; font-weight: 800; line-height: 1; }
.alu-float-card__label { font-size: 12px; opacity: .85; }

/* Content column */
.alu-hero__content { display: flex; flex-direction: column; }
.alu-heading { margin: 0 0 16px; line-height: 1.15; font-size: 44px; font-weight: 700; }
.alu-heading__line1 { display: block; color: var(--alu-primary); }
.alu-heading__line2 { display: block; color: var(--alu-accent); font-style: italic; }
.alu-description { color: var(--alu-text); font-size: 16px; line-height: 1.7; margin: 0 0 24px; max-width: 560px; }

.alu-certs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 20px;
}
.alu-certs__item {
	display: flex; align-items: center; gap: 10px;
	border: 1px solid rgba(15,61,46,.15);
	border-radius: 10px;
	padding: 10px 12px;
	background: #fff;
}
.alu-certs__icon { color: var(--alu-primary); font-size: 18px; flex-shrink: 0; }
.alu-certs__text { display: flex; flex-direction: column; line-height: 1.25; }
.alu-certs__text strong { font-size: 13px; color: var(--alu-primary); }
.alu-certs__text small { font-size: 11px; color: var(--alu-text); }

.alu-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	background: var(--alu-primary);
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 24px;
}
.alu-stats__item {
	background: var(--alu-primary);
	color: #fff;
	padding: 20px 14px;
	text-align: center;
	display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.alu-stats__icon { color: var(--alu-accent); font-size: 20px; }
.alu-stats__number { font-size: 22px; font-weight: 800; }
.alu-stats__label { font-size: 12px; opacity: .85; }

.alu-cta-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	background: var(--alu-primary);
	color: #fff;
	padding: 16px 30px;
	border-radius: 50px;
	font-weight: 700;
	text-decoration: none;
	width: fit-content;
	transition: background .25s ease;
}
.alu-cta-btn:hover { background: var(--alu-accent); color: #fff; }

/* Features grid */
.alu-features { max-width: 1280px; margin: 50px auto 0; text-align: center; }
.alu-features__title { font-size: 20px; font-weight: 700; color: var(--alu-primary); margin-bottom: 24px; }
.alu-features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.alu-feature {
	display: flex; align-items: center; gap: 12px;
	background: #fff;
	border: 1px solid rgba(15,61,46,.1);
	border-radius: 12px;
	padding: 14px 16px;
	text-align: left;
}
.alu-feature__icon { color: var(--alu-primary); font-size: 22px; flex-shrink: 0; }
.alu-feature__text { display: flex; flex-direction: column; }
.alu-feature__title { font-size: 13.5px; font-weight: 700; color: var(--alu-primary); }
.alu-feature__sub { font-size: 12px; color: var(--alu-text); }

.alu-hero .alu-bottombar { max-width: 1280px; margin-left: auto; margin-right: auto; }

/* ==========================================================================
   WIDGET 2 — JOURNEY STEPS SECTION
   ========================================================================== */
.alu-journey { position: relative; padding: 50px 20px; text-align: center; overflow: hidden; }
.alu-journey__inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; }
.alu-journey__bg {
	position: absolute; top: 0; bottom: 0; width: 320px;
	background-size: cover; background-position: center;
	opacity: .18; z-index: 1;
	mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}
.alu-journey__bg--left { left: 0; mask-image: linear-gradient(to right, black, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent); }
.alu-journey__bg--right { right: 0; mask-image: linear-gradient(to left, black, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent); }

.alu-journey .alu-badge { background: #F1EBDA; color: var(--alu-primary); }

.alu-j-heading { margin: 0 0 14px; font-size: 42px; font-weight: 700; line-height: 1.15; }
.alu-j-heading__line1 { color: var(--alu-primary); }
.alu-j-heading__line2 { color: var(--alu-accent); }
.alu-j-description { max-width: 640px; margin: 0 auto 30px; color: var(--alu-text); font-size: 16px; line-height: 1.7; }

.alu-j-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	background: #fff;
	border-radius: 16px;
	padding: 22px;
	margin: 0 auto 46px;
	max-width: 900px;
	box-shadow: 0 10px 30px rgba(15,61,46,.06);
}
.alu-j-stats__item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 0 10px; border-right: 1px solid rgba(15,61,46,.08); }
.alu-j-stats__item:last-child { border-right: none; }
.alu-j-stats__icon { color: var(--alu-primary); font-size: 22px; }
.alu-j-stats__number { font-size: 24px; font-weight: 800; color: var(--alu-primary); }
.alu-j-stats__label { font-size: 12.5px; color: var(--alu-text); }

.alu-steps__title { font-size: 24px; font-weight: 700; color: var(--alu-primary); margin: 0 0 34px; }

.alu-steps {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
	margin-bottom: 40px;
	text-align: left;
}
.alu-step {
	background: #fff;
	border-radius: 16px;
	padding: 22px 16px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-shadow: 0 8px 22px rgba(15,61,46,.05);
	position: relative;
}
.alu-step__number {
	position: absolute; top: -14px; left: 20px;
	width: 30px; height: 30px; border-radius: 50%;
	background: var(--alu-primary); color: #fff;
	display: flex; align-items: center; justify-content: center;
	font-size: 13px; font-weight: 700;
}
.alu-step__icon {
	width: 54px; height: 54px; border-radius: 50%;
	background: #F1EBDA; color: var(--alu-primary);
	display: flex; align-items: center; justify-content: center;
	font-size: 22px; margin-top: 10px;
}
.alu-step__title { font-size: 15px; font-weight: 700; color: var(--alu-primary); }
.alu-step__desc { font-size: 13px; line-height: 1.6; color: var(--alu-text); }
.alu-step--highlighted { background: var(--alu-primary); }
.alu-step--highlighted .alu-step__icon { background: rgba(255,255,255,.15); color: var(--alu-accent); }
.alu-step--highlighted .alu-step__number { background: var(--alu-accent); color: var(--alu-primary); }
.alu-step--highlighted .alu-step__title,
.alu-step--highlighted .alu-step__desc { color: #fff; }

.alu-ctabar {
	background: var(--alu-primary);
	border-radius: 16px;
	padding: 24px 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
}
.alu-ctabar__icon {
	width: 54px; height: 54px; border-radius: 50%;
	background: rgba(255,255,255,.1);
	display: flex; align-items: center; justify-content: center;
	font-size: 22px; color: var(--alu-accent); flex-shrink: 0;
}
.alu-ctabar__text { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.alu-ctabar__title { font-size: 20px; font-weight: 700; }
.alu-ctabar__title em { color: var(--alu-accent); font-style: normal; }
.alu-ctabar__desc { font-size: 13.5px; opacity: .85; line-height: 1.5; }
.alu-ctabar__actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }
.alu-ctabar__btn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 13px 22px; border-radius: 10px;
	font-weight: 700; font-size: 14px;
	text-decoration: none; border: 2px solid transparent;
	white-space: nowrap;
}
.alu-ctabar__btn--primary { background: var(--alu-accent); color: var(--alu-primary); }
.alu-ctabar__btn--outline { border-color: #fff; color: #fff; background: transparent; }

.alu-bottombar--journey { margin-top: 0; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
	.alu-hero__grid { grid-template-columns: 1fr; gap: 60px; }
	.alu-hero__media { order: -1; margin-top: 40px; }
	.alu-float-card--1 { top: -8%; left: 0; }
	.alu-float-card--2 { top: auto; bottom: -8%; left: 0; }
	.alu-certs { grid-template-columns: repeat(2, 1fr); }
	.alu-features__grid { grid-template-columns: repeat(2, 1fr); }
	.alu-steps { grid-template-columns: repeat(3, 1fr); }
	.alu-j-stats { grid-template-columns: repeat(2, 1fr); }
	.alu-j-stats__item:nth-child(2) { border-right: none; }
}

@media (max-width: 767px) {
	.alu-heading, .alu-j-heading { font-size: 30px; }
	.alu-hero__grid { gap: 40px; }
	.alu-testimonial { flex-direction: column; align-items: flex-start; }
	.alu-testimonial__quote { max-width: 100%; }
	.alu-testimonial__rating { align-items: flex-start; }
	.alu-stats, .alu-certs, .alu-features__grid, .alu-steps, .alu-j-stats { grid-template-columns: repeat(2, 1fr); }
	.alu-j-stats__item { border-right: none; }
	.alu-cta-btn { width: 100%; }
	.alu-ctabar { flex-direction: column; align-items: flex-start; }
	.alu-ctabar__actions { width: 100%; }
	.alu-ctabar__btn { flex: 1; justify-content: center; }
	.alu-bottombar { flex-direction: column; align-items: flex-start; gap: 10px; }
	.alu-bottombar__sep { display: none; }
	.alu-float-card { position: static; margin-top: 12px; width: 100%; }
	.alu-journey__bg { display: none; }
}

@media (max-width: 480px) {
	.alu-stats, .alu-certs, .alu-features__grid, .alu-steps, .alu-j-stats { grid-template-columns: 1fr; }
}
