
.ihpro-hero{
	--ihpro-bg:#031427;
	--ihpro-bg-soft:#061c36;
	--ihpro-orange:#ff6b00;
	--ihpro-white:#fff;
	--ihpro-muted:#d5dce6;
	position:relative;
	width:100%;
	overflow:hidden;
	background:
		radial-gradient(circle at 72% 28%,rgba(18,51,88,.24),transparent 38%),
		linear-gradient(180deg,var(--ihpro-bg) 0%,#04182e 100%);
	color:var(--ihpro-white);
	font-family:"Tajawal","Cairo",Arial,sans-serif;
	isolation:isolate;
}
.ihpro-hero *{box-sizing:border-box}
.ihpro-pattern{
	position:absolute;
	inset:0;
	z-index:-1;
	opacity:.34;
	background-image:
		radial-gradient(circle,rgba(255,107,0,.4) 1px,transparent 1.6px),
		linear-gradient(30deg,transparent 48.8%,rgba(255,107,0,.07) 49.2%,transparent 49.7%),
		linear-gradient(-30deg,transparent 48.8%,rgba(255,107,0,.06) 49.2%,transparent 49.7%);
	background-size:17px 17px,150px 150px,150px 150px;
	mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.75) 18%,transparent 47%,transparent 57%,rgba(0,0,0,.75) 82%,#000 100%);
}
.ihpro-main{
	min-height:690px;
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(0,1fr);
	align-items:stretch;
	position:relative;
}
.ihpro-copy{
	order:1;
	position:relative;
	z-index:4;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:76px clamp(46px,6vw,104px) 125px clamp(30px,4vw,66px);
	background:linear-gradient(90deg,rgba(3,20,39,.98) 0%,rgba(3,20,39,.9) 76%,rgba(3,20,39,0) 100%);
}
.ihpro-copy:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:-140px;
	width:260px;
	background:linear-gradient(90deg,rgba(3,20,39,0),rgba(3,20,39,.7) 55%,rgba(3,20,39,.98));
	filter:blur(22px);
	pointer-events:none;
}
.ihpro-title{
	margin:0;
	font-size:44px;
	line-height:1.16;
	letter-spacing:-.02em;
	font-weight:800;
	max-width:650px;
}
.ihpro-title span{display:block}
.ihpro-title-white{color:#fff}
.ihpro-title-orange{color:var(--ihpro-orange);margin-top:7px}
.ihpro-text-block{
	position:relative;
	margin-top:28px;
	padding-right:25px;
}
.ihpro-text-block:before{
	content:"";
	position:absolute;
	right:0;
	top:4px;
	bottom:4px;
	width:2px;
	background:linear-gradient(180deg,transparent,var(--ihpro-orange) 16%,var(--ihpro-orange) 84%,transparent);
}
.ihpro-body{
	color:var(--ihpro-muted);
	font-size:16px;
	line-height:2;
	font-weight:500;
	max-width:630px;
}
.ihpro-body p{margin:0 0 11px}
.ihpro-button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:15px;
	align-self:flex-start;
	min-width:155px;
	margin-top:25px;
	padding:13px 24px;
	border-radius:5px;
	background:linear-gradient(90deg,#ff8a00,var(--ihpro-orange));
	color:#fff!important;
	text-decoration:none!important;
	font-weight:800;
	font-size:16px;
	box-shadow:0 14px 30px rgba(255,107,0,.2);
	transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,filter .35s ease;
}
.ihpro-button b{font-size:22px;line-height:1;font-weight:400;transition:transform .35s ease}
.ihpro-button:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(255,107,0,.32);filter:saturate(1.08)}
.ihpro-button:hover b{transform:translateX(-4px)}
.ihpro-visual{
	order:2;
	position:relative;
	min-height:690px;
	overflow:hidden;
	z-index:2;
}
.ihpro-visual img{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	display:block;
	filter:saturate(.96) contrast(1.06) brightness(.9);
	transform:scale(1.015);
	transition:transform 7s cubic-bezier(.2,.7,.2,1);
}
.ihpro-hero:hover .ihpro-visual img{transform:scale(1.055)}
.ihpro-overlap{
	position:absolute;
	inset:0;
	z-index:2;
	background:
		linear-gradient(90deg,rgba(3,20,39,.02) 0%,rgba(3,20,39,.12) 42%,rgba(3,20,39,.55) 77%,rgba(3,20,39,.96) 100%),
		linear-gradient(180deg,rgba(3,20,39,.08),rgba(3,20,39,.04) 58%,rgba(3,20,39,.36));
}
.ihpro-brush{
	position:absolute;
	left:-12px;
	right:-22px;
	bottom:-5px;
	z-index:5;
	height:132px;
	background:
		linear-gradient(166deg,transparent 0 8%,var(--ihpro-orange) 9% 17%,transparent 18% 25%,var(--ihpro-orange) 26% 42%,transparent 43% 50%,var(--ihpro-orange) 51% 67%,transparent 68% 75%,var(--ihpro-orange) 76% 88%,transparent 89%);
	filter:drop-shadow(0 10px 16px rgba(0,0,0,.18));
	transform:skewX(-4deg);
}
.ihpro-stats-wrap{
	position:relative;
	z-index:7;
	width:min(1280px,calc(100% - 80px));
	margin:-84px auto 42px;
}
.ihpro-stats{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	background:linear-gradient(180deg,rgba(7,27,51,.99),rgba(4,18,35,.99));
	border:1px solid rgba(255,255,255,.13);
	border-radius:13px;
	box-shadow:0 20px 55px rgba(0,0,0,.34);
	overflow:hidden;
}
.ihpro-stat{
	min-height:120px;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:18px;
	padding:22px 26px;
	position:relative;
}
.ihpro-stat:not(:last-child):after{
	content:"";
	position:absolute;
	left:0;
	top:27px;
	bottom:27px;
	width:1px;
	background:rgba(255,107,0,.35);
}
.ihpro-icon{
	width:58px;
	height:58px;
	display:grid;
	place-items:center;
	color:var(--ihpro-orange);
	flex:0 0 58px;
}
.ihpro-icon svg{
	width:100%;
	height:100%;
	fill:none;
	stroke:currentColor;
	stroke-width:2.5;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.ihpro-stat strong{
	display:block;
	color:var(--ihpro-orange);
	font-size:31px;
	line-height:1;
	font-weight:800;
}
.ihpro-stat small{
	display:block;
	margin-top:10px;
	color:#fff;
	font-size:13px;
}
.ihpro-reveal{
	opacity:1;
	transform:none;
}
@keyframes ihproSafeReveal{from{opacity:.01;transform:translateY(24px)}to{opacity:1;transform:none}}
.ihpro-animate .ihpro-reveal{
	opacity:1;
	transform:none;
	animation:ihproSafeReveal .85s cubic-bezier(.2,.8,.2,1) both;
}
.ihpro-animate .ihpro-reveal.ihpro-visible{opacity:1;transform:none}
@media(max-width:1100px){
	.ihpro-main{min-height:620px}
	.ihpro-visual{min-height:620px}
	.ihpro-title{font-size:39px}
	.ihpro-copy{padding-right:42px;padding-left:34px}
	.ihpro-body{font-size:15px}
}
@media(max-width:900px){
	.ihpro-main{grid-template-columns:1fr}
	.ihpro-copy{order:2;padding:44px 24px 105px;background:var(--ihpro-bg)}
	.ihpro-copy:before{display:none}
	.ihpro-visual{order:1;min-height:430px}
	.ihpro-overlap{background:linear-gradient(0deg,rgba(3,20,39,.96),rgba(3,20,39,.14) 55%,rgba(3,20,39,.04))}
	.ihpro-stats-wrap{width:min(100% - 28px,700px);margin-top:-72px}
	.ihpro-stats{grid-template-columns:1fr 1fr}
	.ihpro-stat:nth-child(2):after{display:none}
}
@media(max-width:600px){
	.ihpro-visual{min-height:340px}
	.ihpro-title{font-size:31px;line-height:1.22}
	.ihpro-copy{padding:34px 18px 100px}
	.ihpro-body{font-size:14px;line-height:1.9}
	.ihpro-text-block{padding-right:16px}
	.ihpro-stats{grid-template-columns:1fr}
	.ihpro-stat:not(:last-child):after{left:24px;right:24px;top:auto;bottom:0;width:auto;height:1px}
	.ihpro-stat{min-height:100px}
	.ihpro-stats-wrap{margin-top:-66px}
}
@media(prefers-reduced-motion:reduce){
	.ihpro-reveal,.ihpro-visual img,.ihpro-button,.ihpro-button b{transition:none!important}
}

.ihpro-brush.ihpro-custom-shape{
	background:none!important;
	filter:none;
	transform:none;
}
.ihpro-brush.ihpro-custom-shape img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
}
