/*
.solution-btn{
    position:relative;
    z-index:9999;


		@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
		body{ font-family:'Manrope',sans-serif; }
		*/
html,body{
    height:100%;
    /*font-family: 'Roman', sans-serif;*/
	font-family: 'Montserrat', sans-serif !important;
    overflow-x:hidden;  /*hanya hilangkan scroll samping */
}		
        h1{	font-weight:800; }
		h2{ font-weight:700; }
		h3{ font-weight:700; }
		p{ font-weight:400;
		   line-height:1.8;
		}
		button{	font-weight:600; }
		nav{ font-weight:600; }
        html { scroll-behavior: smooth; }
        .hero-pattern {
            background-color: #0f172a;
            background-image: radial-gradient(#1e293b 1px, transparent 1px);
            background-size: 20px 20px;
        }
        .fade-in {
            animation: fadeIn 1s ease-in forwards;
            opacity: 0;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
		
		/* ===== Logo Zoom Modal ===== */
		 
		#logoModal{
			position:fixed;
			inset:0;
			background:rgba(0,0,0,.75);
			backdrop-filter:blur(8px);
			display:flex;
			justify-content:center;
			align-items:center;
			z-index:9999;
			opacity:0;
			visibility:hidden;
			transition:.35s;
			pointer-events:none;
		}

		#logoModal.show{
			opacity:1;
			visibility:visible;
		}

		.logo-wrapper{
			position:relative;
			display:inline-block;
		}

		.logo-wrapper img{
			width:min(75vw,500px);
			max-height:80vh;
			object-fit:contain;
			transform:scale(.4);
			transition:transform .35s ease;
		}

		#logoModal.show img{
			transform:scale(1);
		}

		.closeLogo{
			position:absolute;
			top:10px;
			right:10px;
			width:42px;
			height:42px;
			border:none;
			border-radius:50%;
			background:rgba(255,255,255,.95);
			color:#ef4444;
			display:flex;
			justify-content:center;
			align-items:center;
			font-size:22px;
			cursor:pointer;
			box-shadow:0 8px 20px rgba(0,0,0,.35);
			transition:.3s;
			z-index:100;
		}

		.tooltip{
			position:absolute;
			top:50%;
			right:55px;
			transform:translateY(-50%);
			background:#1f2937;
			color:#fff;
			padding:6px 12px;
			border-radius:8px;
			font-size:13px;
			font-weight:600;
			white-space:nowrap;
			opacity:0;
			visibility:hidden;
			transition:all .12s ease;
			pointer-events:none;
		}

		.closeLogo:hover .tooltip{
			opacity:1;
			visibility:visible;
		}
		.closeLogo:hover{
			transform:scale(1.1) rotate(90deg);
			background:#ef4444;
			color:#fff;
		}
		
		#cursorTooltip{
			position:fixed;
			left:0;
			top:0;
			padding:6px 12px;
			background:#1f2937;
			color:#fff;
			border-radius:8px;
			font-size:13px;
			font-weight:600;
			white-space:nowrap;
			pointer-events:none;
			opacity:0;
			visibility:hidden;
			transition:opacity .08s ease;
			z-index:99999;
		}
		
		.gemit-logo{
			/*font-family:'Manrope',sans-serif;*/
			font-weight:800;
			letter-spacing:.18em;
			text-transform:uppercase;
			color:#fff;
			text-shadow:
				0 1px 3px rgba(0,0,0,.25),
				0 0 10px rgba(255,255,255,.18);
		}
		
		/*==================================================
		=            HERO PREMIUM - GEMIT
		==================================================*/

		.hero-badge{
			display:flex;
			align-items:center;
			gap:10px;
			padding:14px 18px;
			border-radius:18px;
			background:rgba(255,255,255,.06);
			border:1px solid rgba(255,255,255,.08);
			backdrop-filter:blur(14px);
			color:#fff;
			transition:.35s;
			cursor:default;
		}

		.hero-badge:hover{
			transform:translateY(-6px);
			border-color:#38bdf8;
			background:rgba(14,165,233,.15);
			box-shadow:0 15px 35px rgba(14,165,233,.20);
		}

		.hero-badge i{
			width:40px;
			height:40px;
			border-radius:12px;
			display:flex;
			justify-content:center;
			align-items:center;
			background:rgba(255,255,255,.08);
			font-size:18px;
		}

		.hero-badge span{
			font-weight:700;
			font-size:.95rem;
		}

		/* Counter */

		.hero-counter{
			padding:18px;
			text-align:center;
			border-radius:20px;
			background:rgba(255,255,255,.05);
			border:1px solid rgba(255,255,255,.08);
			backdrop-filter:blur(15px);
			transition:.35s;
		}

		.hero-counter:hover{
			transform:translateY(-8px);
			background:rgba(14,165,233,.12);
			box-shadow:0 15px 35px rgba(0,0,0,.25);
		}

		.hero-counter h3{
			color:#fff;
			font-size:1.25rem;
			font-weight:800;
			margin-bottom:6px;
		}

		.hero-counter p{
			color:#cbd5e1;
			font-size:.85rem;
			margin:0;
		}

		/* Orbit */

		.orbit-item{
			display:flex;
			flex-direction:column;
			align-items:center;
			gap:10px;
			z-index:40;
		}

		.orbit-item span{
			color:#fff;
			font-size:.8rem;
			font-weight:700;
			white-space:nowrap;
		}

		.orbit-icon{
			width:72px;
			height:72px;
			border-radius:22px;
			display:flex;
			justify-content:center;
			align-items:center;
			backdrop-filter:blur(14px);
			border:1px solid rgba(255,255,255,.12);
			transition:.35s;
			box-shadow:0 12px 30px rgba(0,0,0,.30);
		}

		.orbit-icon i{
			font-size:28px;
		}

		.orbit-icon:hover{
			transform:scale(1.12);
			box-shadow:
				0 0 35px rgba(14,165,233,.45),
				0 20px 40px rgba(0,0,0,.35);
		}

		/* Floating Card */

		.floating-card{

			width:170px;

			padding:18px;

			border-radius:22px;

			background:rgba(15,23,42,.78);

			backdrop-filter:blur(18px);

			border:1px solid rgba(255,255,255,.08);

			color:#fff;

			animation:floatingCard 5s ease-in-out infinite;

			box-shadow:0 20px 40px rgba(0,0,0,.35);

			transition:.35s;

			z-index:100;

		}

		.floating-card:hover{

			transform:translateY(-10px) scale(1.05);

			border-color:#38bdf8;

			box-shadow:
				0 0 35px rgba(14,165,233,.30),
				0 20px 45px rgba(0,0,0,.40);

		}

		.floating-card h4{

			font-size:15px;

			font-weight:800;

			margin-bottom:4px;

		}

		.floating-card p{

			font-size:12px;

			color:#cbd5e1;

			margin:0;

		}

		/* Floating Delay */

		.floating-card:nth-child(2){
			animation-delay:.5s;
		}

		.floating-card:nth-child(3){
			animation-delay:1s;
		}

		.floating-card:nth-child(4){
			animation-delay:1.5s;
		}

		.floating-card:nth-child(5){
			animation-delay:2s;
		}

		@keyframes floatingCard{

			0%{
				transform:translateY(0px);
			}

			50%{
				transform:translateY(-12px);
			}

			100%{
				transform:translateY(0px);
			}

		}

		/* Glow */

		.hero-pattern::before{
			content:"";
			position:absolute;
			inset:0;
			background:
				radial-gradient(circle at 20% 20%,rgba(14,165,233,.18),transparent 35%),
				radial-gradient(circle at 80% 70%,rgba(59,130,246,.12),transparent 35%),
				radial-gradient(circle at 60% 40%,rgba(168,85,247,.10),transparent 30%);
			pointer-events:none;
		}

		/* Hero Title */

		.hero-pattern h1{

			text-shadow:
				0 5px 20px rgba(0,0,0,.30);

		}

		/* Responsive */

		@media(max-width:992px){

			.floating-card{

				display:none;

			}

			.orbit-icon{

				width:60px;
				height:60px;

			}

			.orbit-icon i{

				font-size:22px;

			}

			.orbit-item span{

				font-size:11px;

			}

		}

		@media(max-width:768px){

			.hero-counter{

				padding:14px;

			}

			.hero-badge{

				padding:12px;

			}

			.hero-badge span{

				font-size:.82rem;

			}

		}
		
		/*========================================
		 HERO NETWORK
		========================================*/

		.hero-network{

			position:relative;

			width:100%;

			height:520px;

		}

		.network-svg{
			position:absolute;
			inset:0;
			width:100%;
			height:100%;
			overflow:visible;
			pointer-events:none;
			z-index:5;
		}

		.network-line{

			stroke:#38bdf8;

			stroke-width:2;

			stroke-dasharray:8 8;

			opacity:.45;

			animation:lineMove 5s linear infinite;

		}

		@keyframes lineMove{

			from{

				stroke-dashoffset:0;

			}

			to{

				stroke-dashoffset:-32;

			}

		}

		.network-center{
			position:absolute;
			left:50%;
			top:50%;
			transform:translate(-50%,-50%);
			width:180px;
			height:180px;
			border-radius:50%;
			background:linear-gradient(135deg,#0ea5e9,#2563eb);
			display:flex;
			justify-content:center;
			align-items:center;
			overflow:hidden;
			box-shadow:
				0 0 60px rgba(14,165,233,.45),
				inset 0 0 20px rgba(255,255,255,.15);
			z-index:20;
		}

		.network-logo{
			width:100%;
			height:100%;
			object-fit:contain;
			display:block;
			transition:.45s;
			filter:	drop-shadow(0 8px 15px rgba(255,255,255,.20));
		}

.network-center:hover .network-logo{

    transform:scale(1.08);

}

		.network-center small{

			margin-top:8px;

			color:#dbeafe;

		}

		.network-node{

			position:absolute;

			width:110px;

			text-align:center;

			color:#fff;

			animation:floatingNode 5s ease-in-out infinite;

		}

		.node-icon{

			width:70px;

			height:70px;

			margin:auto;

			border-radius:22px;

			background:rgba(15,23,42,.88);

			border:1px solid rgba(255,255,255,.12);

			display:flex;

			justify-content:center;

			align-items:center;

			font-size:28px;

			color:#38bdf8;

			backdrop-filter:blur(16px);

			transition:.35s;

		}

		.node-icon:hover{

			transform:scale(1.12);

			background:#0ea5e9;

			color:#fff;

			box-shadow:0 0 35px rgba(14,165,233,.45);

		}

		.network-node h4{

			margin-top:12px;

			font-size:14px;

			font-weight:700;

		}

		.node-top{

			left:50%;

			top:0;

			transform:translateX(-50%);

		}

		.node-right{

			right:0;

			top:50%;

			transform:translateY(-50%);

		}

		.node-bottom{

			bottom:0;

			left:50%;

			transform:translateX(-50%);

		}

		.node-left{

			left:0;

			top:50%;

			transform:translateY(-50%);

		}

		.node-top-right{

			right:65px;

			top:70px;

		}

		.node-bottom-left{

			left:65px;

			bottom:70px;

		}

		@keyframes floatingNode{

			0%{

				transform:translateY(0);

			}

			50%{

				transform:translateY(-10px);

			}

			100%{

				transform:translateY(0);

			}

		}

		@media(max-width:991px){

			.hero-network{

				height:420px;

			}

			.network-center{

				width:130px;

				height:130px;

			}

			.network-logo{

				font-size:26px;

			}

			.network-node{

				transform:scale(.85);

			}

		}
		
		/*==================================================
		=            HERO PREMIUM BACKGROUND
		==================================================*/

		.hero-pattern{

			position:relative;

			overflow:hidden;

			isolation:isolate;

			background:
				radial-gradient(circle at 15% 20%,rgba(14,165,233,.12),transparent 25%),
				radial-gradient(circle at 85% 25%,rgba(37,99,235,.12),transparent 25%),
				radial-gradient(circle at 50% 80%,rgba(6,182,212,.10),transparent 30%),
				linear-gradient(180deg,#020617,#081121,#0b1220);

		}

		/* Animated Grid */

		.hero-pattern::after{
			content:"";
			position:absolute;
			inset:0;
			background-image:
				linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
				linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
			background-size:40px 40px;
			mask-image:linear-gradient(to bottom,rgba(255,255,255,.9),transparent);
			animation:gridMove 18s linear infinite;
			pointer-events:none;
			z-index:-1;
		}

		@keyframes gridMove{
			from{
				transform:translateY(0);
			}
			to{
				transform:translateY(40px);
			}
		}

		/* Aurora */

		.hero-aurora{

			position:absolute;

			width:700px;

			height:700px;

			border-radius:50%;

			filter:blur(90px);

			opacity:.18;

			pointer-events:none;

			z-index:-1;

		}

		.hero-aurora.one{

			left:-250px;

			top:-150px;

			background:#0ea5e9;

			animation:auroraMove1 18s ease-in-out infinite;

		}

		.hero-aurora.two{

			right:-250px;

			bottom:-180px;

			background:#2563eb;

			animation:auroraMove2 22s ease-in-out infinite;

		}

		.hero-aurora.three{

			left:40%;

			top:35%;

			background:#06b6d4;

			animation:auroraMove3 20s ease-in-out infinite;

		}

		@keyframes auroraMove1{

			50%{

				transform:translate(60px,-40px) scale(1.15);

			}

		}

		@keyframes auroraMove2{

			50%{

				transform:translate(-80px,50px) scale(1.20);

			}

		}

		@keyframes auroraMove3{

			50%{

				transform:translate(0,-70px) scale(.85);

			}

		}

		/* Small Stars */

		.hero-stars{
			position:absolute;
			inset:0;
			overflow:hidden;
			pointer-events:none;
			z-index:-1;
		}

		.hero-stars span{
			position:absolute;
			width:3px;
			height:3px;
			background:#fff;
			border-radius:50%;
			opacity:.55;
			animation:twinkle 4s infinite ease-in-out;
		}

		@keyframes twinkle{

			50%{

				opacity:1;

				transform:scale(2);

			}

		}
		
		/*=====================================
		3D DEVICE HUB
		=====================================*/

		.tech-hub{
			position:absolute;
			inset:0;
			pointer-events:none;
		}

		.hub-core{

			position:absolute;

			left:50%;

			top:50%;

			transform:translate(-50%,-50%);

			width:220px;

			height:220px;

			border-radius:50%;

			background:linear-gradient(145deg,#0284c7,#2563eb);

			display:flex;

			justify-content:center;

			align-items:center;

			box-shadow:

				0 0 70px rgba(14,165,233,.45),

				inset 0 0 25px rgba(255,255,255,.25);

			z-index:100;

		}

		.hub-core-inner{

			width:180px;

			height:180px;

			border-radius:50%;

			background:#081121;

			display:flex;

			flex-direction:column;

			justify-content:center;

			align-items:center;

		}

		.hub-logo{

			width:70px;

			margin-bottom:15px;

			filter:drop-shadow(0 0 12px rgba(14,165,233,.45));

		}

		.hub-core h3{

			color:#fff;

			font-size:30px;

			font-weight:900;

			letter-spacing:.18em;

		}

		.hub-core small{

			color:#cbd5e1;

		}

		.hub-ring{

			position:absolute;

			left:50%;

			top:50%;

			border-radius:50%;

			transform:translate(-50%,-50%);

			border:1px solid rgba(56,189,248,.18);

		}

		.ring1{

			width:300px;

			height:300px;

			animation:spin 30s linear infinite;

		}

		.ring2{

			width:380px;

			height:380px;

			animation:spinReverse 24s linear infinite;

			border-style:dashed;

		}

		.ring3{

			width:470px;

			height:470px;

			animation:spin 50s linear infinite;

		}

		.device-card{

			position:absolute;

			width:170px;

			padding:18px;

			border-radius:22px;

			background:rgba(10,20,35,.80);

			backdrop-filter:blur(18px);

			border:1px solid rgba(255,255,255,.08);

			text-align:center;

			color:white;

			transition:.4s;

			box-shadow:0 15px 40px rgba(0,0,0,.35);

		}

		.device-card:hover{

			transform:translateY(-10px) scale(1.05);

			border-color:#38bdf8;

		}

		.device-icon{

			width:64px;

			height:64px;

			margin:auto;

			border-radius:18px;

			background:#0ea5e9;

			display:flex;

			justify-content:center;

			align-items:center;

			font-size:28px;

			margin-bottom:15px;

		}

		.device-card h5{

			font-size:16px;

			font-weight:700;

		}

		.device-card span{

			font-size:13px;

			color:#cbd5e1;

		}

		/* posisi */

		.smart-home{

			left:40px;

			top:20px;

		}

		.smart-office{

			right:20px;

			top:80px;

		}

		.multimedia{

			right:0;

			bottom:40px;

		}

		.rental{

			left:30px;

			bottom:30px;

		}

		.engineer{

			left:50%;

			bottom:-10px;

			transform:translateX(-50%);

		}

		@keyframes spin{

			from{

				transform:translate(-50%,-50%) rotate(0deg);

			}

			to{

				transform:translate(-50%,-50%) rotate(360deg);

			}

		}

		@keyframes spinReverse{

			from{

				transform:translate(-50%,-50%) rotate(360deg);

			}

			to{

				transform:translate(-50%,-50%) rotate(0deg);

			}

		}		
		
		/*==========================================
DATA FLOW
==========================================*/

.network-line{

stroke:url(#flowGradient);

stroke-width:2;

opacity:.55;

stroke-linecap:round;

stroke-dasharray:12 10;

animation:dataLine 3s linear infinite;

}

@keyframes dataLine{

from{

stroke-dashoffset:0;

}

to{

stroke-dashoffset:-44;

}

}

/* glow */

.network-svg circle{

filter:drop-shadow(0 0 10px #38bdf8);

}

/* node */

.device-card::before{

content:"";

position:absolute;

left:50%;

top:50%;

width:10px;

height:10px;

background:#38bdf8;

border-radius:50%;

transform:translate(-50%,-50%);

box-shadow:

0 0 12px #38bdf8,

0 0 25px #38bdf8;

animation:nodePulse 2s infinite;

}

@keyframes nodePulse{

0%{

transform:translate(-50%,-50%) scale(.8);

opacity:.4;

}

50%{

transform:translate(-50%,-50%) scale(1.5);

opacity:1;

}

100%{

transform:translate(-50%,-50%) scale(.8);

opacity:.4;

}

}

/*==================================================
=              SOLUTIONS SECTION
==================================================*/
.solution-card{
    position:relative;
    overflow:hidden;
    background:rgba(15,23,42,.72);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:30px;
    padding:38px;
    transition:.45s cubic-bezier(.2,.8,.2,1);
    min-height:670px;
    z-index:2;
}

.solution-card:hover{
    transform:translateY(-14px);
    border-color:rgba(56,189,248,.55);
    box-shadow:
        0 25px 60px rgba(0,0,0,.35),
        0 0 50px rgba(56,189,248,.15);
}

.solution-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-130%;
    width:90%;
    height:100%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);
    transition:.8s;
}

.solution-card:hover::before{
    left:130%;
}

/* glow */
.solution-glow{
    position:absolute;
    width:240px;
    height:240px;
    right:-100px;
    top:-100px;
    border-radius:50%;
    background:radial-gradient(circle,#38bdf8 0%,transparent 70%);
    opacity:.18;
    transition:.45s;
}

.solution-card:hover .solution-glow{
    transform:scale(1.25);
    opacity:.30;
}

/* icon */
.solution-icon{
    width:92px;
    height:92px;
    border-radius:26px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:30px;
    background:linear-gradient(135deg,#0ea5e9,#2563eb);
    color:#fff;
    font-size:38px;
    box-shadow: 0 15px 35px rgba(14,165,233,.35);
    transition:.35s;
}

.solution-card:hover .solution-icon{
    transform:rotate(-8deg) scale(1.12);
}

.solution-icon.office{
    background:linear-gradient(135deg,#2563eb,#3b82f6);
}

.solution-icon.multimedia{
    background:linear-gradient(135deg,#06b6d4,#0ea5e9);
}

/* category */
.solution-category{
    display:inline-flex;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(56,189,248,.12);
    color:#7dd3fc;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    margin-bottom:20px;
}

.solution-card h3{
    color:#fff;
    font-size:32px;
    line-height:1.2;
    font-weight:800;
    margin-bottom:20px;
}

.solution-card p{
    color:#cbd5e1;
    line-height:1.9;
    margin-bottom:28px;
}

/* feature */
.solution-list{
    list-style:none;
    margin:0;
    padding:0;
}

.solution-list li{
    display:flex;
    align-items:center;
    gap:12px;
    color:#e2e8f0;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.06);
    transition:.3s;
}

.solution-list li:last-child{
    border-bottom:none;
}

.solution-list li:hover{
    padding-left:10px;
    color:#7dd3fc;
}

.solution-list i{
    color:#38bdf8;
    font-size:15px;
}

/* footer */
.solution-footer{
    margin-top:35px;
}

.solution-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 24px;
    border-radius:40px;
    background:#0ea5e9;
    color:#fff;
    font-weight:700;
    transition:.35s;
    text-decoration:none;
}

.solution-btn:hover{
    background:#38bdf8;
    color:#fff;
    transform:translateX(8px);
    box-shadow:0 10px 30px rgba(14,165,233,.35);
}

.solution-btn i{
    transition:.35s;
}

.solution-btn:hover i{
    transform:translateX(8px);
}

/* animated border */
.solution-card::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:30px;
    padding:1px;
    background:linear-gradient(130deg,rgba(56,189,248,.55),transparent,rgba(56,189,248,.20));
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    opacity:0;
    transition:.35s;
	pointer-events:none;
}

.solution-card:hover::after{
    opacity:1;
}

/*=========================================
RENTAL ILLUSTRATION
=========================================*/
.solution-rental-illustration{
    position:relative;
    width:210px;
    height:140px;
    margin:0 auto 30px;
}
/* reset */
.solution-rental-illustration img{
    position:absolute;
    object-fit:contain;
    transition:.45s;
    filter:drop-shadow(0 10px 18px rgba(14,165,233,.25));
}

/* kiri */
.solution-img-videotron{
    width:120px;
    height:120px;
    left:2px;
    top:42px;
    transform:rotate(-10deg);
    z-index:1;
}

/* tengah */
.solution-img-conference{
    width:120px;
    height:120px;
    left:-25px;
    top:18px;
	transform:rotate(-10deg);
    z-index:3;
}

/* kanan */
.solution-img-sound{
    width:120px;
    height:120px;
    right:-10px;
    top:32px;
    transform:rotate(10deg);
    z-index:2;
}

/* hover */
.solution-card:hover .solution-img-videotron{
    transform:
        translate(-100px,-55%)
        rotate(-14deg);
}

.solution-card:hover .solution-img-conference{
    transform:
        translate(-35px,-68%)
        scale(1.08);
}

.solution-card:hover .solution-img-sound{
    transform:
        translate(38px,-55%)
        rotate(14deg);
}
.rental-item{
    position:absolute;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.rental-item span{
    margin-top:10px;
    font-size:.72rem;
    font-weight:700;
    color:#cbd5e1;
    letter-spacing:.03em;
    text-align:center;
    line-height:1.2;
    white-space:nowrap;
    transition:.35s;
}
.solution-card:hover .rental-item span{
    color:#7dd3fc;
}
.rental-left{
    left:0;
    top:18px;
}
.rental-center{
    left:50%;
    top:0;
    transform:translateX(-50%);
}
.rental-right{
    right:0;
    top:18px;
}

/* heading */
#layanan h2{
    line-height:1.1;
}

#layanan p{
    font-weight:400;
}

/* responsive */
@media(max-width:1200px){
    .solution-card{
        min-height:auto;
    }
}

@media(max-width:992px){
    .solution-card{
        padding:30px;
    }
    .solution-card h3{
        font-size:28px;
    }
}

@media(max-width:768px){

    .solution-card{

        border-radius:24px;

        padding:24px;

    }

    .solution-icon{

        width:78px;

        height:78px;

        font-size:30px;

    }

    .solution-card h3{

        font-size:24px;

    }

}

/*==================================================
=        SOLUTIONS PREMIUM EFFECT
==================================================*/

.solution-hidden{

    opacity:0;

    transform:translateY(70px);

}

.solution-show{

    opacity:1;

    transform:translateY(0);

}

.card-light{

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    pointer-events:none;

    transform:translate(-50%,-50%);

    background:radial-gradient(circle,
        rgba(56,189,248,.18) 0%,
        rgba(56,189,248,.08) 35%,
        transparent 70%);

    opacity:0;

    transition:opacity .25s;

}

.solution-card:hover .card-light{

    opacity:1;

}

.iconPulse{

    animation:iconPulse .8s ease;

}

@keyframes iconPulse{

    0%{

        transform:scale(1);

    }

    40%{

        transform:scale(1.18);

    }

    100%{

        transform:scale(1);

    }

}
/*==================================================
=          HERO ENTERPRISE V2
==================================================*/

.hero-section{
    position:relative;
    min-height:100vh;
    overflow:hidden;
    background:
        radial-gradient(circle at top left,#12365f 0%,transparent 35%),
        radial-gradient(circle at bottom right,#0ea5e9 0%,transparent 30%),
        linear-gradient(180deg,#020617 0%,#081121 45%,#020617 100%);
    display:flex;
    align-items:center;
}

/* Container */

.hero-section .container{

    position:relative;

    z-index:20;

    width:100%;

    max-width:1400px;

    margin:auto;

    padding:0 40px;

}

.hero-wrapper{
    display:grid;
    grid-template-columns:42% 58%;
    align-items:center;
    gap:50px;
    min-height:100vh;
}

/*======================================
BACKGROUND LAYER
======================================*/

.hero-bg{
    position:absolute;
    inset:0;
    background:linear-gradient(rgba(255,255,255,.02), rgba(255,255,255,0));
	pointer-events:none;
}

/*======================================
GRID
======================================*/
.hero-grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);

    background-size:60px 60px;
    mask-image:linear-gradient(rgba(255,255,255,.9), transparent);
    opacity:.45;
    animation:gridMove 20s linear infinite;
	pointer-events:none;
}

@keyframes gridMove{

    from{

        transform:translateY(0);

    }

    to{

        transform:translateY(60px);

    }

}

/*======================================
NOISE
======================================*/
.hero-noise{
    position:absolute;
    inset:0;
    opacity:.04;
    background-image:radial-gradient(#ffffff 1px,transparent 1px);
    background-size:6px 6px;
	pointer-events:none;
}

/*======================================
GLOW
======================================*/
.hero-glow{

    position:absolute;

    border-radius:50%;

    filter:blur(110px);

    pointer-events:none;

}

.glow-1{

    width:700px;

    height:700px;

    left:-250px;

    top:-200px;

    background:#0ea5e9;

    opacity:.18;

    animation:glowMove1 16s ease-in-out infinite;

}

.glow-2{

    width:650px;

    height:650px;

    right:-220px;

    bottom:-180px;

    background:#2563eb;

    opacity:.15;

    animation:glowMove2 18s ease-in-out infinite;

}

@keyframes glowMove1{

    50%{

        transform:

            translate(80px,-40px)

            scale(1.15);

    }

}

@keyframes glowMove2{

    50%{

        transform:

            translate(-60px,60px)

            scale(.90);

    }

}

/*======================================
PARTICLE
======================================*/

.hero-particles{
    position:absolute;
    inset:0;
    overflow:hidden;
	pointer-events:none;
}

.hero-particles::before{
    content:"";
    position:absolute;
    inset:0;
    background-image: radial-gradient(circle,#7dd3fc 1px,transparent 1px);
    background-size:120px 120px;
    opacity:.35;
    animation:particleMove 30s linear infinite;
	pointer-events:none;

}

@keyframes particleMove{
    from{
        transform:translateY(0);
    }
    to{
        transform:translateY(-120px);
    }
}

/*==================================================
=            HERO LEFT
==================================================*/
.hero-left{
    position:relative;
    z-index:30;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 22px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(20px);
    color:#7dd3fc;
    font-size:.82rem;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:30px;
    box-shadow: 0 0 30px rgba(14,165,233,.15);
}

.hero-badge i{
    color:#38bdf8;
    font-size:14px;
}

/*========================================*/

.hero-title{
    color:#fff;
    font-size:clamp(3.2rem,6vw,5.8rem);
    line-height:1.05;
    font-weight:800;
    letter-spacing:-2px;
    margin-bottom:28px;
}

.hero-title span{

    display:block;

    color:#38bdf8;

    position:relative;

}

.hero-title span::after{

    content:"";

    width:180px;

    height:6px;

    border-radius:999px;

    display:block;

    margin-top:12px;

    background:linear-gradient(90deg,#0ea5e9,#38bdf8);

}

/*========================================*/

.hero-description{
    max-width:560px;
    color:#cbd5e1;
    font-size:1.08rem;
    line-height:2;
    margin-bottom:42px;
}

/*========================================*/

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:55px;

}

/*========================================*/

.btn-primary{

    display:inline-flex;

    align-items:center;

    gap:14px;

    padding:18px 34px;

    border-radius:18px;

    background:linear-gradient(135deg,#0ea5e9,#2563eb);

    color:#fff;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

    box-shadow:

        0 20px 40px rgba(14,165,233,.35);

}

.btn-primary:hover{

    transform:translateY(-6px);

    box-shadow:

        0 28px 55px rgba(14,165,233,.45);

}

/*========================================*/

.btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 34px;

    border-radius:18px;

    text-decoration:none;

    font-weight:700;

    color:#fff;

    border:1px solid rgba(255,255,255,.18);

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(20px);

    transition:.35s;

}

.btn-secondary:hover{

    background:rgba(255,255,255,.10);

    transform:translateY(-6px);

}

/*==========================================
STATISTIC
==========================================*/

.hero-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.hero-stat{
    position:relative;

    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    overflow:hidden;
    padding:26px;
    border-radius:22px;

    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(24px);

    transition:.35s;
}

.hero-stat::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(56,189,248,.20),transparent 60%);
    opacity:0;
    transition:.35s;
	pointer-events:none;
}

.hero-stat:hover{
    transform:translateY(-8px);
    border-color:rgba(56,189,248,.45);
    box-shadow: 0 20px 45px rgba(14,165,233,.18);
}

.hero-stat:hover::before{
    opacity:1;
}

.hero-stat h3{
    display:block !important;
    white-space:nowrap !important;
    word-break:normal !important;
    overflow:visible !important;
    color:#38bdf8 !important;
    font-size:2rem;
    font-weight:800;
    margin:0 0 8px;
}

.hero-stat span{
    color:#cbd5e1;
    font-size:.90rem;
    letter-spacing:.5px;
}

.hero-left>*{
    opacity:0;
    transform:translateY(40px);
    animation:heroFade .8s forwards;
}

.hero-badge{
    animation-delay:.2s;
}

.hero-title{
    animation-delay:.4s;
}

.hero-description{
    animation-delay:.6s;
}

.hero-buttons{
    animation-delay:.8s;
}

.hero-stats{
    animation-delay:1s;
}

@keyframes heroFade{
    to{
        opacity:1;
        transform:translateY(0);
    }
}

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

.hero-right{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:820px;
    z-index:10;
}

/*=========================================
MAIN ILLUSTRATION
=========================================*/
.hero-illustration{
    position:relative;
    width:760px;
    height:760px;
}

/*=========================================
CENTER CORE
=========================================*/
.hero-core{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:0;
    height:0;
	pointer-events:none;
	z-index:100;
}

/*=========================================
RING
=========================================*/
.core-ring{
    position:absolute;
    left:50%;
    top:50%;
	transform:translate(-50%,-50%);
    border-radius:50%;
    border:1px solid rgba(56,189,248,.25);
	pointer-events: none;
	z-index:10;
}

.ring-1{
    width:240px;
    height:240px;
    animation:ringRotate1 18s linear infinite;
}

.ring-2{
    width:330px;
    height:330px;
    border-style:dashed;
    animation:ringRotate2 24s linear infinite;
}

.ring-3{
    width:430px;
    height:430px;
    border-color:rgba(56,189,248,.10);
    animation:ringPulse 6s ease-in-out infinite;
}

/*=========================================
LOGO
=========================================*/
.core-logo{
    position:absolute;
    left:0;
    top:0;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(255,255,255,1);
    backdrop-filter:blur(30px);
    border:1px solid rgba(255,255,255,.15);
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    z-index:30;
    box-shadow:0 30px 80px rgba(14,165,233,.25);
    transform:translate(-50%,-50%);
    transition: transform .45s ease, box-shadow .45s ease;
	pointer-events:auto;
}

.core-logo:hover{
    transform:translate(-50%,-50%) scale(1.06);
	background:red !important
    box-shadow:0 40px 100px rgba(14,165,233,.45);
}
.logo-main{
    width:75%;
    height:auto;
    object-fit:contain;
}

.core-logo:hover .logo-main{
    transform:rotate(-6deg) scale(1.08);
}

.core-logo h3{
    color:#fff;
    font-size:1.35rem;
    font-weight:700;
    margin-bottom:4px;
}

.core-logo span{
    color:#94a3b8;
    font-size:.72rem;
}

@keyframes ringRotate1{
    from{
        transform:translate(-50%,-50%) rotate(0deg);
    }
    to{
        transform:translate(-50%,-50%) rotate(360deg);
    }
}


@keyframes ringRotate2{
    from{
        transform:translate(-50%,-50%) rotate(360deg);
    }
    to{
        transform:translate(-50%,-50%) rotate(0deg);
    }
}


@keyframes ringPulse{
    0%,100%{
        transform:translate(-50%,-50%) scale(1);
    }
    50%{
        transform:translate(-50%,-50%) scale(1.05);
    }
}

/*=========================================
TECH CIRCLE
=========================================*/
.tech-circle{
    position:absolute;
    border-radius:50%;
    border:1px solid rgba(56,189,248,.12);
    animation:floatCircle 8s ease-in-out infinite;
	z-index:5;
}

.circle-1{
    width:520px;
    height:520px;
    left:120px;
    top:120px;
}

.circle-2{
    width:610px;
    height:610px;
    left:75px;
    top:75px;
    animation-delay:2s;

}

.circle-3{
    width:690px;
    height:690px;
    left:35px;
    top:35px;
    animation-delay:4s;
}

@keyframes floatCircle{
    50%{
        transform:translateY(-10px);
    }
}

/*=========================================
TECH DOT
=========================================*/
.tech-dot{
    position:absolute;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#38bdf8;
    box-shadow:0 0 15px #38bdf8;
    animation:pulseDot 2s infinite;
	z-index:5;
}

.dot-1{top:70px;left:370px;}
.dot-2{top:190px;right:85px;}
.dot-3{bottom:90px;right:170px;}
.dot-4{bottom:170px;left:110px;}
.dot-5{top:310px;left:35px;}

@keyframes pulseDot{
    50%{
        transform:scale(1.6);
        opacity:.5;
    }
}

/*=========================================
FLOATING HERO
=========================================*/
.hero-right{
    animation:heroFloating 8s ease-in-out infinite;
}

@keyframes heroFloating{
    50%{
        transform:translateY(-12px);
    }
}

/*==================================================
=          FLOATING SERVICE CARD
==================================================*/
.floating-card{
    position:absolute;
    width:230px;
    min-height:145px;
    padding:20px;
    border-radius:22px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(24px);
    -webkit-backdrop-filter:blur(24px);
    overflow:hidden;
    transition:all .45s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,.25);
    z-index:20;
}

.floating-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(56,189,248,.18),transparent 65%);
    opacity:0;
    transition:.45s;
	pointer-events:none;
}

.floating-card:hover{
    transform: translateY(-10px) scale(1.03);
    border-color:rgba(56,189,248,.45);
    box-shadow: 0 30px 70px rgba(14,165,233,.25);
}

.floating-card:hover::before{
    opacity:1;
}

.card-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:16px;
    background:linear-gradient(135deg,#0ea5e9,#2563eb);
    color:#fff;
    font-size:24px;
    box-shadow:0 12px 25px rgba(14,165,233,.35);
}

.card-content h4{
    color:#fff;
    font-size:1.05rem;
    font-weight:700;
    margin-bottom:8px;
}

.card-content p{
    color:#cbd5e1;
    font-size:.86rem;
    line-height:1.7;
    margin-bottom:16px;
}

.status{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 14px;
    border-radius:999px;
    font-size:.70rem;
    font-weight:700;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.status i{
    font-size:8px;
}

.online{
    background:rgba(16,185,129,.18);
    color:#34d399;
}

.active{
    background:rgba(59,130,246,.18);
    color:#60a5fa;
}

.ready{
    background:rgba(245,158,11,.18);
    color:#fbbf24;
}

.standby{
    background:rgba(168,85,247,.18);
    color:#c084fc;
}

.support{
    background:rgba(34,197,94,.18);
    color:#4ade80;
}

/*==================================================
=          CARD POSITION
==================================================*/
.card-home{
    top:10px;
    left:265px;
}
.card-classroom{
    top:120px;
    left:10px;
}
.card-office{
    top:120px;
    right:10px;
}

.card-media{
    bottom:65px;
    right:20px;
}
.card-rental{
    bottom:-20px;
    left:265px;
}
.card-it{
    top:380px;
    left:10px;
}

.education{
    background:rgba(14,165,233,.18);
    color:#38bdf8;
}
.card-classroom img{
    width:110px;
    height:110px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.center-image{
    position:relative;
    width:180px;
    height:110px;
    margin:0 auto 20px;
}

.center-image img{
    position:absolute;
    object-fit:contain;
    transition:.45s;
    filter:drop-shadow(0 10px 18px rgba(14,165,233,.25));
}

.rental-illustration{
    position:relative;
    width:180px;
    height:110px;
    margin:0 auto 20px;
}

.rental-illustration img{
    position:absolute;
    top:50%;
    left:50%;

    object-fit:contain;
    transition:.45s;
    filter:drop-shadow(0 10px 18px rgba(14,165,233,.25));
}

/* kiri */
.img-videotron{
    width:72px;
    height:72px;

    transform:
        translate(-95px,-50%)
        rotate(-10deg);

    z-index:1;
}

/* tengah */
.img-conference{
    width:90px;
    height:90px;

    transform:
        translate(-35px,-65%);

    z-index:3;
}

/* kanan */
.img-sound{
    width:72px;
    height:72px;

    transform:
        translate(35px,-75%)
        rotate(10deg);

    z-index:2;
}
/* Hover */

.floating-card:hover .img-videotron{
    transform:translate(-105%,-55%) rotate(-15deg);
}

.floating-card:hover .img-conference{
    transform:translate(-50%,-65%) scale(1.08);
}

.floating-card:hover .img-sound{
    transform:translate(5%,-55%) rotate(15deg);
}

/*==================================================
=          FLOATING ANIMATION
==================================================*/
.card-home{animation:floatHome 6s ease-in-out infinite;}
.card-office{animation:floatOffice 7s ease-in-out infinite;}
.card-classroom{animation:floatClassroom 6.8s ease-in-out infinite;}
.card-media{animation:floatMedia 6.5s ease-in-out infinite;}
.card-rental{animation:floatRental 7.5s ease-in-out infinite;}
.card-it{animation:floatIT 6.8s ease-in-out infinite;}

@keyframes floatHome{
    50%{
        transform:translateY(-12px);
    }
}

@keyframes floatOffice{
    50%{
        transform:translateY(10px);
    }
}
@keyframes floatClassroom{
    50%{
        transform:
            translate(-8px,-8px);
    }
}
@keyframes floatMedia{
    50%{
        transform:translate(-8px,-10px);
    }
}

@keyframes floatRental{
    50%{
        transform:translateY(12px);
    }
}

@keyframes floatIT{
    50%{
        transform:translate(8px,-8px);
    }
}

/*==================================================
=            TECH CONNECTION LINE
==================================================*/

.tech-line{
    position:absolute;
    height:2px;
    background:linear-gradient(90deg, rgba(56,189,248,0), rgba(56,189,248,.95), rgba(56,189,248,0));
    transform-origin:left center;
    opacity:.65;
    overflow:hidden;
	z-index:5;
}

.tech-line::before{
    content:"";
    position:absolute;
    left:-30%;
    top:0;
    width:30%;
    height:100%;
    background:#ffffff;
    filter:blur(2px);
    animation:dataFlow 3.2s linear infinite;
}

@keyframes dataFlow{
    from{
        left:-35%;
    }
    to{
        left:135%;
    }
}

.line-home{
    width:180px;
    left:365px;
    top:145px;
    transform:rotate(-78deg);
}
.line-classroom{
    width:180px;
    left:165px;
    top:245px;
    transform:rotate(-145deg);
}
.line-office{
    width:175px;
    left:495px;
    top:255px;
    transform:rotate(-18deg);
}
.line-media{
    width:180px;
    left:490px;
    top:470px;
    transform:rotate(28deg);
}
.line-rental{
    width:185px;
    left:245px;
    top:560px;
    transform:rotate(70deg);
}
.line-it{
    width:185px;
    left:115px;
    top:345px;
    transform:rotate(165deg);
}

/*==================================================
=            CARD HOVER
==================================================*/

.floating-card:hover ~ .tech-line{
    opacity:.85;
}

.hero-illustration:hover .tech-line{
    animation:lineGlow 2.2s infinite;
}

@keyframes lineGlow{
    0%{

        filter:drop-shadow(0 0 0 rgba(56,189,248,0));

    }

    50%{

        filter:drop-shadow(0 0 12px rgba(56,189,248,.9));

    }

    100%{

        filter:drop-shadow(0 0 0 rgba(56,189,248,0));

    }

}

/*==================================================
=          HERO PARALLAX READY
==================================================*/

.hero-illustration{
	position:relative;
    transition:

        transform .25s ease-out;

    transform-style:preserve-3d;

}

/*==================================================
=          DESKTOP RESPONSIVE
==================================================*/

@media (max-width:1400px){

.hero-wrapper{

    grid-template-columns:1fr;

    gap:70px;

    padding-top:140px;

    padding-bottom:120px;

}

.hero-left{

    text-align:center;

}

.hero-description{

    margin-left:auto;

    margin-right:auto;

}

.hero-buttons{

    justify-content:center;

}

.hero-stats{

    max-width:900px;

    margin:auto;

}

.hero-right{

    min-height:760px;

}

}

/*==================================================
=          TABLET
==================================================*/

@media (max-width:992px){

.hero-right{

    transform:scale(.82);

}

.hero-stats{

    grid-template-columns:repeat(2,1fr);

}

.hero-title{

    font-size:3.6rem;

}

}

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

@media (max-width:768px){

.hero-section .container{

    padding:0 20px;

}

.hero-wrapper{

    gap:40px;

}

.hero-title{

    font-size:2.6rem;

}

.hero-description{

    font-size:1rem;

    line-height:1.8;

}

.hero-buttons{

    flex-direction:column;

}

.btn-primary,

.btn-secondary{

    width:100%;

    justify-content:center;

}

.hero-stats{

    grid-template-columns:1fr 1fr;

}

.hero-right{

    transform:scale(.62);

    min-height:520px;

}

.hero-illustration{

    width:560px;

    height:560px;

}

}

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

@media (max-width:480px){

.hero-right{

    display:none;

}

.hero-stats{

    grid-template-columns:1fr;

}

.hero-title{

    font-size:2.1rem;

}

.hero-badge{

    font-size:.70rem;

}

}

/*=========================================
INTERACTIVE LIGHT
=========================================*/

.hero-right::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
    radial-gradient(
        circle at var(--mx,50%)
        var(--my,50%),
        rgba(56,189,248,.20),
        transparent 280px
    );
    transition:.08s;
	pointer-events:none;
}

/*=========================================
SMOOTH
=========================================

.floating-card{

    will-change:transform;

}

.hero-core{

    will-change:transform;

}*/

/*======================================
ILLUSTRATION
======================================*/
.card-illustration{
    width:82px;
    height:82px;
    margin-bottom:18px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.card-illustration img{
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: .45s;
    filter: drop-shadow(0 12px 18px rgba(14,165,233,.25));
}

.service-card:hover .card-illustration img{
    transform:scale(1.25) translateY(-8px);
    filter:
        drop-shadow(0 20px 35px rgba(14,165,233,.45))
        brightness(1.08);
}
/*
.card-illustration{
    width:180px;
    height:140px;
    margin:0 auto 28px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.card-illustration img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    transition:.45s;
    filter:drop-shadow(0 12px 20px rgba(14,165,233,.25));
}
.floating-card:hover .card-illustration img{
    transform:
        scale(1.08)
        rotate(-3deg);
}


.card-illustration{
    position:relative;
    width:100%;
    height:170px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:28px;
    overflow:hidden;
}

.card-illustration img{
    max-width:170px;
    max-height:130px;
    object-fit:contain;
    transition:
        transform .45s ease,
        filter .45s ease;
    filter: drop-shadow(0 18px 30px rgba(14,165,233,.18));
}
*/
.solution-card:hover .card-illustration img{
    transform:scale(1.06);
    filter:drop-shadow(0 22px 40px rgba(14,165,233,.35));
}

@keyframes dataFlow{
    from{
        stroke-dashoffset:0;
    }
    to{
        stroke-dashoffset:-160;
    }
}

.network-node:hover{
    transform:translateY(-8px) scale(1.04);
    box-shadow:0 30px 60px rgba(14,165,233,.22);
}

.network-node:hover img{
    transform:scale(1.12);
}

@keyframes coreGlow{
    0%,100%{
        box-shadow:
            0 0 30px rgba(14,165,233,.30),
            0 0 70px rgba(14,165,233,.18);
    }
    50%{
        box-shadow:
            0 0 45px rgba(14,165,233,.55),
            0 0 100px rgba(14,165,233,.28);
    }
}

.network-node{
    animation:floatingNode 5s ease-in-out infinite;
}

.network-node:nth-child(even){

    animation-delay:1.2s;

}

.network-node:nth-child(odd){

    animation-delay:2.3s;

}

@keyframes floatingNode{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-8px);

    }

}

@media(max-width:991px){

    .enterprise-network{

        max-width:480px;

    }

    .network-center{

        width:120px;
        height:120px;

    }

    .network-center img{

        width:60px;

    }

    .network-node{

        width:95px;

        padding:10px;

    }

    .network-node img{

        width:50px;
        height:50px;

    }

    .network-node h4{

        font-size:12px;

    }

}

/*==================================================
ENTERPRISE NETWORK 2.0
==================================================*/

.enterprise-network{

    --network-size:620px;
    --core-size:180px;
    --node-size:110px;
    --radius:210px;

    position:relative;

    width:100%;
    max-width:var(--network-size);

    aspect-ratio:1/1;

    margin:auto;

}

.network-svg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    pointer-events:none;
    overflow:visible;
}

.network-lines line{

    stroke:#0ea5e9;

    stroke-width:2;

    opacity:.30;

    stroke-linecap:round;

    stroke-dasharray:8 8;

    animation:flowLine 12s linear infinite;

}

@keyframes flowLine{

    from{

        stroke-dashoffset:0;

    }

    to{

        stroke-dashoffset:-150;

    }

}

.network-center{

    position:absolute;

    left:50%;
    top:50%;

    width:var(--core-size);
    height:var(--core-size);

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:linear-gradient(135deg,#0ea5e9,#2563eb);

    display:flex;

    justify-content:center;
    align-items:center;

    overflow:hidden;

    box-shadow:

        0 20px 60px rgba(14,165,233,.30),

        inset 0 0 25px rgba(255,255,255,.12);

    z-index:100;

}

.network-logo{

    width:88%;

    height:88%;

    object-fit:contain;

    transition:.45s;

}

.network-center:hover .network-logo{

    transform:scale(1.05);

}

.network-node{

    position:absolute;

    left:50%;
    top:50%;

    width:var(--node-size);

    padding:14px;

    border-radius:24px;

    background:rgba(255,255,255,.82);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.45);

    box-shadow:

        0 18px 35px rgba(15,23,42,.12);

    text-align:center;

    transition:.45s;

}

.node-icon{

    width:68px;

    height:68px;

    margin:auto auto 12px;

}

.node-icon img{

    width:100%;

    height:100%;

    object-fit:contain;

}

.network-node h4{

    font-size:14px;

    font-weight:700;

    color:#0f172a;

    line-height:1.35;
}

.network-node:hover{

    transform:translate(-50%,-50%) scale(1.05);

    box-shadow:

        0 25px 50px rgba(14,165,233,.25);

}

@media(max-width:991px){

.enterprise-network{

    --network-size:480px;

    --core-size:145px;

    --node-size:90px;

    --radius:160px;

}

.node-icon{

    width:52px;

    height:52px;

}

.network-node h4{

    font-size:12px;

}

}

/*==================================================
FLOATING NODE
==================================================*/

.network-node{

    animation:floatingNode 5s ease-in-out infinite;

}

.network-node:nth-child(3){

    animation-delay:.5s;

}

.network-node:nth-child(4){

    animation-delay:1s;

}

.network-node:nth-child(5){

    animation-delay:1.5s;

}

.network-node:nth-child(6){

    animation-delay:2s;

}

.network-node:nth-child(7){

    animation-delay:2.5s;

}

.network-node:nth-child(8){

    animation-delay:3s;

}

@keyframes floatingNode{

    0%,100%{

        transform:translate(-50%,-50%) translateY(0);

    }

    50%{

        transform:translate(-50%,-50%) translateY(-8px);

    }

}

/*==================================================
CORE GLOW
==================================================*/

.network-center{

    animation:coreGlow 4s ease-in-out infinite;

}

@keyframes coreGlow{

    0%,100%{

        box-shadow:

            0 0 40px rgba(14,165,233,.25),

            0 0 80px rgba(14,165,233,.15);

    }

    50%{

        box-shadow:

            0 0 65px rgba(14,165,233,.50),

            0 0 120px rgba(14,165,233,.25);

    }

}

.network-node:hover{

    transform:

        translate(-50%,-50%)

        scale(1.08);
		--active:1;

}

.network-node:hover .node-icon img{

    transform:scale(1.12);

}

.node-icon img{

    transition:.4s;

}

/*==================================================
DATA PACKET
==================================================*/

.packet{

    position:absolute;

    width:10px;

    height:10px;

    border-radius:50%;

    background:#38bdf8;

    box-shadow:

        0 0 15px #38bdf8;

    z-index:50;

}

.packet::after{

    content:"";

    position:absolute;

    left:-35px;

    top:3px;

    width:35px;

    height:2px;

    background:

    linear-gradient(

        90deg,

        transparent,

        white

    );

}



/*==================================================
WHY GEMIT
PREMIUM SECTION V1
==================================================*/

.why-gemit{

    position:relative;

    overflow:hidden;

    padding:120px 0;

    background:
        linear-gradient(180deg,#f8fbff 0%,#ffffff 45%,#f7fbff 100%);

}


/*==================================================
BACKGROUND
==================================================*/

.why-bg{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 15% 20%,
        rgba(14,165,233,.08),
        transparent 30%),

        radial-gradient(circle at 90% 80%,
        rgba(37,99,235,.08),
        transparent 35%);
    pointer-events:none;
}

.why-grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(14,165,233,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(14,165,233,.045) 1px,transparent 1px);
    background-size:40px 40px;
    opacity:.65;
    animation:gridBlueprint 14s linear infinite;
	pointer-events:none;
}

@keyframes gridBlueprint{
    from{
        background-position:0 0;
    }
    to{
        background-position:40px 40px;
    }
}

.why-noise{
    position:absolute;
    inset:0;
    opacity:.03;
    pointer-events:none;
    background-image:radial-gradient(#000 1px,transparent 1px);
    background-size:6px 6px;
	pointer-events:none;
}


/*==================================================
LAYOUT
==================================================*/
.why-container{

    position:relative;

    z-index:2;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:58% 42%;

    gap:80px;

    align-items:center;

    padding:0 24px;

}


/*==================================================
LEFT
==================================================*/

.why-visual{

    position:relative;

    height:760px;

    display:flex;

    justify-content:center;

    align-items:center;

}


/*==================================================
BLUEPRINT
==================================================*/

.tech-blueprint{

    position:relative;

    width:700px;

    height:700px;

}


/*==================================================
CORE
==================================================*/

.hub-core{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:230px;

    height:230px;

    border-radius:32px;

    background:rgba(255,255,255,.96);

    border:1px solid rgba(14,165,233,.10);

    backdrop-filter:blur(18px);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    box-shadow:

        0 35px 80px rgba(15,23,42,.12),

        0 0 60px rgba(14,165,233,.08);

}

.core-border{

    position:absolute;

    inset:10px;

    border-radius:24px;

    border:1px dashed rgba(14,165,233,.15);

}

.hub-core img{

    width:82px;

    margin-bottom:16px;

}

.hub-core h3{

    font-size:1.2rem;

    font-weight:700;

    color:#0f172a;

    margin:0;

}

.hub-core span{

    margin-top:6px;

    font-size:.82rem;

    color:#64748b;

}


.packet-a{

    animation:packetTop 6s linear infinite;

}

.packet-b{

    animation:packetRight 8s linear infinite;

}

.packet-c{

    animation:packetLeft 7s linear infinite;

}

@keyframes packetTop{

    0%{

        left:50%;

        top:50%;

    }

    100%{

        left:50%;

        top:13%;

    }

}

@keyframes packetRight{

    0%{

        left:50%;

        top:50%;

    }

    100%{

        left:84%;

        top:33%;

    }

}

@keyframes packetLeft{

    0%{

        left:50%;

        top:50%;

    }

    100%{

        left:18%;

        top:66%;

    }

}

.network-background{

    position:absolute;

    inset:12%;

    border-radius:50%;

    background:

        radial-gradient(

            rgba(14,165,233,.18),

            transparent 70%

        );

    filter:blur(40px);

    animation:bgPulse 8s ease-in-out infinite;

}

/*=========================================
REVEAL
=========================================*/

.network-center,
.network-node{

    opacity:0;

    transition:
        opacity .8s ease,
        transform .8s ease;

}

.network-show{

    opacity:1;

}

/*=========================================
PULSE RING
=========================================*/

.pulse-ring{

    position:absolute;

    inset:-10px;

    border-radius:50%;

    border:2px solid rgba(14,165,233,.35);

    animation:ringPulse 3s infinite;

}

.ring2{

    animation-delay:1.5s;

}

.network-rotate{

    position:absolute;

    inset:8%;

    border-radius:50%;

    border:1px dashed rgba(14,165,233,.20);

    animation:rotateNetwork 30s linear infinite;

}

@keyframes rotateNetwork{

    from{

        transform:rotate(0deg);

    }

    to{

        transform:rotate(360deg);

    }

}

.network-node::after{

    content:"";

    position:absolute;

    inset:-4px;

    border-radius:26px;

    background:linear-gradient(
        135deg,
        rgba(14,165,233,.30),
        transparent,
        rgba(14,165,233,.30)
    );

    opacity:0;

    filter:blur(14px);

    transition:.4s;

    z-index:-1;

}

.network-node:hover::after{

    opacity:1;

}

.network-node{

    animation:
        floatingNode 5s ease-in-out infinite,
        nodeEntrance .9s ease;

}

@keyframes nodeEntrance{

    from{

        opacity:0;

        transform:
            translate(-50%,-50%)
            scale(.6);

    }

    to{

        opacity:1;

        transform:
            translate(-50%,-50%)
            scale(1);

    }

}

@media(max-width:768px){

.enterprise-network{

    --network-size:420px;
    --core-size:130px;
    --node-size:82px;
    --radius:145px;

}

.node-icon{

    width:44px;
    height:44px;

}

.network-node h4{

    font-size:11px;

}

}


/*=========================================
LIGHT RAYS
=========================================*/

.hero-light-rays{

    position:absolute;

    left:50%;
    top:50%;

    width:0;
    height:0;

    transform:translate(-50%,-50%);

    pointer-events:none;

    z-index:9999;

}


.light-ray{

    position:absolute;

    left:0;
    top:0;

    width:120px;
    height:3px;

    transform-origin:left center;

    border-radius:100px;

    background:linear-gradient(
        90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.95) 20%,
        rgba(255,255,255,.45) 60%,
        rgba(255,255,255,0) 100%
    );

    filter:blur(.4px);

    box-shadow:
        0 0 8px rgba(255,255,255,.9),
        0 0 18px rgba(255,255,255,.7),
        0 0 35px rgba(125,211,252,.55);

    animation:lightRay 2.2s ease-out forwards;

}


.light-ray::after{

    content:"";

    position:absolute;

    right:-4px;
    top:50%;

    width:8px;
    height:8px;

    border-radius:50%;

    transform:translateY(-50%);

    background:#fff;

    box-shadow:
        0 0 12px #fff,
        0 0 24px #fff,
        0 0 40px rgba(125,211,252,.9);

}


@keyframes lightRay{

    0%{
        opacity:0;
        transform:
            rotate(var(--angle))
            translateX(0)
            scaleX(.1);
    }

    20%{
        opacity:.95;
    }

    70%{
        opacity:.65;
    }

    100%{
        opacity:0;
        transform:
            rotate(var(--angle))
            translateX(var(--distance))
            scaleX(1);
    }

}

/*==================================================
WHY GEMIT
==================================================*/

.why-gemit-section{

    position:relative;

    overflow:hidden;

    padding:120px 0;

    background:
        radial-gradient(circle at 15% 15%,
            rgba(14,165,233,.05),
            transparent 35%),

        radial-gradient(circle at 85% 80%,
            rgba(37,99,235,.05),
            transparent 35%),

        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 50%,
            #ffffff 100%);
}

/*==================================================
GRID
==================================================*/

.why-bg-grid{
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.45;
    background-image:
        linear-gradient(rgba(15,23,42,.03) 1px,transparent 1px),
        linear-gradient(90deg,rgba(15,23,42,.03) 1px,transparent 1px);
    background-size:42px 42px;
    mask-image:
        linear-gradient(
            to bottom,
            rgba(255,255,255,.9),
            transparent);
    animation:gridMove2 30s linear infinite;
}

@keyframes gridMove2{

    from{

        transform:translateY(0);

    }

    to{

        transform:translateY(42px);

    }

}

/*==================================================
GLOW
==================================================*/

.why-glow{

    position:absolute;

    border-radius:50%;

    filter:blur(120px);

    opacity:.18;

    pointer-events:none;

}

.glow-right{

    width:450px;

    height:450px;

    background:#2563eb;

    right:-150px;

    bottom:-120px;

}

/*==================================================
LAYOUT
==================================================*/

.why-wrapper{

    position:relative;

    z-index:10;

    display:grid;

    grid-template-columns:58% 42%;

    gap:70px;

    align-items:center;

}

.why-network{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:720px;

}

.why-content{

    position:relative;

}

@media(max-width:992px){

.why-wrapper{

    grid-template-columns:1fr;

    gap:60px;

}

.why-network{

    min-height:600px;

}

}
.enterprise-network{

    position:relative;

    width:700px;

    height:700px;

    margin:auto;

}

.network-grid{

    position:absolute;

    inset:40px;

    border-radius:50%;

    background-image:

        linear-gradient(rgba(56,189,248,.05) 1px,transparent 1px),

        linear-gradient(90deg,rgba(56,189,248,.05) 1px,transparent 1px);

    background-size:24px 24px;

    mask-image:radial-gradient(circle,black 70%,transparent);

}

.network-glow{

    position:absolute;

    left:50%;
    top:50%;

    width:420px;
    height:420px;

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:

        radial-gradient(circle,

            rgba(14,165,233,.18),

            transparent 70%);

    filter:blur(80px);

}

.orbit{

    position:absolute;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    border-radius:50%;

    border:1px solid rgba(56,189,248,.12);

}

.orbit-1{

    width:250px;
    height:250px;

    animation:rotateOrbit1 30s linear infinite;

}

.orbit-2{

    width:430px;
    height:430px;

    border-style:dashed;

    animation:rotateOrbit2 40s linear infinite;

}

.orbit-3{

    width:620px;
    height:620px;

    border-color:rgba(56,189,248,.08);

    animation:pulseOrbit 8s ease-in-out infinite;

}

@keyframes rotateOrbit1{

    from{

        transform:
            translate(-50%,-50%)
            rotate(0deg);

    }

    to{

        transform:
            translate(-50%,-50%)
            rotate(360deg);

    }

}

@keyframes rotateOrbit2{

    from{

        transform:
            translate(-50%,-50%)
            rotate(360deg);

    }

    to{

        transform:
            translate(-50%,-50%)
            rotate(0);

    }

}

@keyframes pulseOrbit{

    50%{

        transform:
            translate(-50%,-50%)
            scale(1.03);

    }

}

.network-center{

    position:absolute;

    left:50%;
    top:50%;

    width:180px;
    height:180px;

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:rgba(255,255,255,.96);

    backdrop-filter:blur(24px);

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:50;

    border:1px solid rgba(255,255,255,.6);

    box-shadow:

        0 25px 60px rgba(14,165,233,.20);

}

.core-glow{

    position:absolute;

    inset:-25px;

    border-radius:50%;

    background:

        radial-gradient(circle,

        rgba(125,211,252,.45),

        transparent 70%);

    filter:blur(25px);

    z-index:-1;

}

.network-logo{

    width:95px;

    transition:.45s;

}

.network-center:hover .network-logo{

    transform:scale(1.08);

}

.network-node{

    position:absolute;

    width:120px;

    padding:18px;

    border-radius:22px;

    background:

        rgba(255,255,255,.72);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.8);

    box-shadow:

        0 18px 40px rgba(15,23,42,.08);

    transition:.45s;

}

.network-node:hover{

    transform:

        translateY(-8px)
        scale(1.04);

    box-shadow:

        0 30px 60px rgba(14,165,233,.22);
	--active:1;

}

/*==================================================
POSITION
==================================================*/

.home{

    left:20px;

    top:70px;

}

.office{

    right:20px;

    top:70px;

}

.media{

    right:0;

    top:265px;

}

.videotron{

    right:20px;

    bottom:70px;

}

.rental{

    left:20px;

    bottom:70px;

}

.it{

    left:0;

    top:265px;

}

/*==================================================
CONNECTION
==================================================*/

.hub-line{

    position:absolute;

    height:2px;

    background:

        linear-gradient(90deg,

        transparent,

        #38bdf8,

        transparent);

    opacity:.35;

    transform-origin:left center;

}

/*==================================================
BLUEPRINT CONNECTION
==================================================*/

.hub-line{

    position:absolute;

    height:2px;

    border-radius:10px;

    background:
        linear-gradient(
            90deg,
            rgba(56,189,248,0),
            rgba(56,189,248,.95),
            rgba(56,189,248,0)
        );

    overflow:hidden;

    opacity:.45;

    transform-origin:left center;

}

.hub-line::before{

    content:"";

    position:absolute;

    left:-80px;

    top:50%;

    width:70px;

    height:2px;

    transform:translateY(-50%);

    background:

        linear-gradient(
            90deg,
            transparent,
            #ffffff,
            #7dd3fc,
            transparent
        );

    animation:dataFlow 7s linear infinite;

}

@keyframes dataFlow{

    from{

        left:-80px;

    }

    to{

        left:calc(100% + 80px);

    }

}

.tech-blueprint::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    overflow:hidden;
}

.tech-blueprint::after{

    content:"";

    position:absolute;

    left:0;

    width:100%;

    height:120px;

    background:

        linear-gradient(

            to bottom,

            transparent,

            rgba(125,211,252,.12),

            rgba(255,255,255,.35),

            rgba(125,211,252,.12),

            transparent

        );

    animation:blueprintScan 10s linear infinite;

    pointer-events:none;

}

@keyframes blueprintScan{

    from{

        top:-140px;

    }

    to{

        top:720px;

    }

}

.hub-core::before{

    content:"SYSTEM";

    position:absolute;

    left:18px;

    top:14px;

    font-size:10px;

    letter-spacing:2px;

    color:#38bdf8;

    font-weight:700;

}

.hub-core::after{

    content:"CONNECTED";

    position:absolute;

    right:18px;

    bottom:14px;

    font-size:10px;

    color:#22c55e;

    letter-spacing:1px;

}

.service-card::before{

    content:"";

    position:absolute;

    left:10px;

    top:10px;

    width:18px;

    height:18px;

    border-left:2px solid #38bdf8;

    border-top:2px solid #38bdf8;

    opacity:.35;

}

.service-card::after{

    content:"";

    position:absolute;

    right:10px;

    bottom:10px;

    width:18px;

    height:18px;

    border-right:2px solid #38bdf8;

    border-bottom:2px solid #38bdf8;

    opacity:.35;

}

.service-card span{

    position:relative;

}

.service-card span::before{

    content:"";

    width:7px;

    height:7px;

    border-radius:50%;

    background:#22c55e;

    display:inline-block;

    margin-right:6px;

    box-shadow:0 0 10px #22c55e;

    animation:terminalBlink 1.8s infinite;

}

@keyframes terminalBlink{

    50%{

        opacity:.2;

    }

}

.service-card{
    text-align:center;
    padding:25px;
}

.service-card img{
    width:75px;
    height:75px;
    object-fit:contain;
    margin-bottom:18px;
    filter: drop-shadow(0 8px 15px rgba(14,165,233,.25));
    transition:.45s ease;
}

.service-card:hover img{
    transform:scale(1.08);
}

.service-card:hover{

    transform:
        translateY(-10px)
        scale(1.02);

    border-color:#38bdf8;

    box-shadow:

        0 30px 70px rgba(14,165,233,.20);

}

.service-card:hover img{

    transform:scale(1.08);

}

.service-card img{

    transition:.45s;

}

/*==================================================
HUB CORE POSITION
==================================================*/

.hub-core{

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    z-index:20;

}

.service-card{

    z-index:15;

}

.hub-line{

    z-index:10;

}

/*==================================================
CARD POSITION
==================================================*/

.home{

    left:20px;
    top:80px;

}

.office{

    right:20px;
    top:80px;

}

.it{

    left:0;
    top:280px;

}

.media{

    right:0;
    top:280px;

}

.rental{

    left:20px;
    bottom:80px;

}

.videotron{

    right:20px;
    bottom:80px;

}

.line-home{

    width:185px;

    left:210px;

    top:175px;

    transform:rotate(-33deg);

}

.line-office{

    width:185px;

    right:210px;

    top:175px;

    transform:rotate(33deg);

}

.line-it{

    width:150px;

    left:195px;

    top:350px;

    transform:rotate(180deg);

}

.line-media{

    width:150px;

    right:195px;

    top:350px;

}

.line-rental{

    width:185px;

    left:210px;

    bottom:175px;

    transform:rotate(33deg);

}

.line-videotron{

    width:185px;

    right:210px;

    bottom:175px;

    transform:rotate(-33deg);

}

.hub-line::after{

    content:"";

    position:absolute;

    right:-4px;
    top:50%;

    width:8px;
    height:8px;

    border-radius:50%;

    background:#38bdf8;

    transform:translateY(-50%);

    box-shadow:

        0 0 10px #38bdf8,
        0 0 18px #38bdf8;

}

.hub-core{

    overflow:visible;

}

.core-border::before{

    content:"";

    position:absolute;

    inset:-18px;

    border-radius:36px;

    background:

        radial-gradient(

            circle,

            rgba(56,189,248,.16),

            transparent 70%

        );

    z-index:-1;

    animation:hubAmbient 5s ease-in-out infinite;

}

@keyframes hubAmbient{

    0%,100%{

        transform:scale(.95);

        opacity:.5;

    }

    50%{

        transform:scale(1.08);

        opacity:1;

    }

}

.service-card{

    box-shadow:

        0 15px 30px rgba(15,23,42,.08),

        0 25px 60px rgba(15,23,42,.08);

}

.contact-item{

    display:flex;
    gap:18px;
    align-items:flex-start;

}

.contact-icon{

    width:62px;
    height:62px;

    border-radius:18px;

    background:
        linear-gradient(135deg,#ffffff,#f5fbff);

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:

        0 12px 30px rgba(14,165,233,.12);

    flex-shrink:0;

    transition:.35s;

}

.contact-icon img{

    width:42px;
    height:42px;

    object-fit:contain;

}

.contact-item:hover .contact-icon{

    transform:translateY(-5px);

    box-shadow:

        0 18px 40px rgba(14,165,233,.25);

}

/*=========================================
COMPANY
=========================================*/

.contact-company{

    display:inline-block;

    margin-bottom:10px;

    font-size:.95rem;

    font-weight:800;

    letter-spacing:.08em;

    text-transform:uppercase;

    color:#0f172a;

    position:relative;

}

.contact-company::after{

    content:"";

    display:block;

    width:55px;

    height:3px;

    margin-top:6px;

    border-radius:999px;

    background:linear-gradient(
        90deg,
        #0ea5e9,
        #2563eb
    );

}

/*=========================================
ADDRESS
=========================================*/

.contact-address{

    color:#475569;

    font-size:.95rem;

    line-height:1.9;

    font-weight:500;

}

.contact-address span{

    color:#0ea5e9;

    font-weight:700;

}

.eco-svg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:0;
}

.eco-lines line{
    stroke:#20d6ff;
    stroke-width:2;
    stroke-linecap:round;
    opacity:.7;
    stroke-dasharray:8 8;
    animation:ecoFlow 3s linear infinite;
}

@keyframes ecoFlow{
    from{
        stroke-dashoffset:100;
    }
    to{
        stroke-dashoffset:0;
    }
}

@keyframes lineMove{
    from{
        stroke-dashoffset:100;
    }
    to{
        stroke-dashoffset:0;
    }
}

.eco-node,
.eco-center{
    z-index:2;
}

.eco-center img{
    animation: hubPulse 3s infinite;
}

@keyframes hubPulse{
    0%{
        filter:
        drop-shadow(0 0 0 rgba(14,165,233,.5));
    }
    50%{
        filter:
        drop-shadow(0 0 25px rgba(14,165,233,.8));
    }
    100%{
        filter:
        drop-shadow(0 0 0 rgba(14,165,233,.5));
    }
}

/*==================================================
SMART HOME SUMMARY - FORCE TEXT RENDER
==================================================*/

#smart-home-detail .sh-summary-description{
    display:block !important;

    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;

    background-color:transparent !important;
    background-image:none !important;

    opacity:1 !important;
    visibility:visible !important;

    font-family:inherit !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:1.9 !important;

    position:relative !important;
    z-index:9999 !important;

    width:100% !important;
    height:auto !important;
    min-height:30px !important;

    margin:0 0 28px !important;
    padding:0 !important;

    overflow:visible !important;

    text-shadow:0 1px 3px rgba(0,0,0,.6) !important;

    clip:auto !important;
    clip-path:none !important;

    transform:none !important;
}

/*==================================================
LOGO MODAL - CLOSE BUTTON FIX
==================================================*/

#logoModal{
    position:fixed !important;
    inset:0 !important;
    z-index:99999 !important;
}

#logoModal .logo-wrapper{
    position:relative !important;
    z-index:100000 !important;
}

#logoModal .closeLogo{
    position:absolute !important;

    top:15px !important;
    right:15px !important;

    z-index:100001 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    pointer-events:auto !important;
    cursor:pointer !important;
}

/* ---------- TABLET ---------- */
@media (max-width: 1024px){
    .hero-section{
        min-height: auto;
        padding-top: 110px;
        padding-bottom: 70px;
        overflow:hidden;
    }

    .hero-wrapper{
        display:grid;
        grid-template-columns: 1fr;
        gap:50px;
        width:100%;
    }

    .hero-left{
        width:100%;
        max-width:800px;
        margin:0 auto;
        text-align:center;
    }

    .hero-badge{
        display:inline-flex;
        justify-content:center;
    }

    .hero-title{
        font-size:clamp(42px,6vw,64px);
        line-height:1.05;
    }

    .hero-description{
        max-width:720px;
        margin:20px auto 0;
        font-size:16px;
        line-height:1.7;
    }

    .hero-buttons{
        justify-content:center;
        flex-wrap:wrap;
    }

    .hero-stats{
        justify-content:center;
        flex-wrap:wrap;
        gap:25px;
    }

    .hero-right{
        width:100%;
        min-width:0;
        display:flex;
        justify-content:center;
    }

    .hero-illustration{
        width:700px;
        height:600px;
        max-width:100%;
        margin:0 auto;
        transform:scale(.85);
        transform-origin:top center;
    }
}


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

@media (max-width:767px){
    .hero-section{
        min-height:auto;
        padding-top:95px;
        padding-bottom:55px;
        overflow:hidden;
    }

    .hero-wrapper{
        display:flex;
        flex-direction:column;
        gap:25px;
        width:100%;
    }

    /* LEFT */
    .hero-left{
        width:100%;
        max-width:100%;
        padding:0 18px;
        text-align:center;
        box-sizing:border-box;
    }

    .hero-badge{
        font-size:10px;
        padding:7px 12px;
        letter-spacing:.5px;
        max-width:100%;
    }

    .hero-title{
        font-size:clamp(34px,10vw,46px);
        line-height:1.08;
        margin-top:18px;
    }

    .hero-description{
        width:100%;
        max-width:100%;
        font-size:14px;
        line-height:1.7;
        margin-top:18px;
    }

    /* BUTTON */
    .hero-buttons{
        display:flex;
        flex-direction:column;
        align-items:stretch;
        gap:12px;
        margin-top:25px;
    }

    .hero-buttons a{
        width:100%;
        justify-content:center;
        text-align:center;
        box-sizing:border-box;
    }

    /* STATISTICS */
    .hero-stats{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:12px;
        width:100%;
        margin-top:30px;
    }

    .hero-stat{
        text-align:center;
        padding:12px 5px;
    }

    .hero-stat h3{
        font-size:26px;
        margin-bottom:3px;
    }

    .hero-stat span{
        font-size:11px;
    }

    .hero-right{
        width:100%;
        min-width:0;
        overflow:hidden;
        display:block;
    }

    .hero-illustration{
        width:100%;
        max-width:430px;
        height:430px;
        margin:0 auto;
        transform:scale(.82);
        transform-origin:center center;
    }

    .hero-core{
        transform:scale(.72);
    }

    .floating-card{
        transform:scale(.65);
        transform-origin:center center;
    }
    .card-home{
        left:2%;
        top:5%;
    }

    .card-office{
        right:2%;
        top:5%;
    }

    .card-classroom{
        left:0;
        top:38%;
    }

    .card-media{
        right:0;
        top:38%;
    }

    .card-rental{
        left:4%;
        bottom:5%;
    }

    .card-it{
        right:4%;
        bottom:5%;
    }

    .tech-circle{
        transform:scale(.65);
    }

    .tech-dot{
        transform:scale(.65);
    }

    .tech-line{
        opacity:.45;
    }

    .hero-light-rays{
        opacity:.35;
    }

    .scroll-indicator{
        display:none;
    }
}

/* =========================================================
   DECORATION MOBILE / TABLET
   Pertahankan koordinat masing-masing decoration
========================================================= */
@media (max-width: 1024px){

    .hero-illustration{
        position:relative !important;
        overflow:visible !important;
    }

    /* ===============================
       ORBIT CIRCLE
    =============================== */

    .tech-circle{
        position:absolute !important;
        display:block !important;
        visibility:visible !important;
        opacity:1 !important;
        z-index:2 !important;
        pointer-events:none;

        transform:translate(-50%,-50%) scale(.65) !important;
    }

    /* ===============================
       DOT
    =============================== */

    .tech-dot{
        position:absolute !important;
        display:block !important;
        visibility:visible !important;
        opacity:1 !important;
        z-index:3 !important;
        pointer-events:none;

        transform:translate(-50%,-50%) scale(.65) !important;
    }

    /* ===============================
       CONNECTING LINE
    =============================== */

    .tech-line{
        position:absolute !important;
        display:block !important;
        visibility:visible !important;

        opacity:.55 !important;
        z-index:1 !important;

        transform-origin:0 50% !important;
        pointer-events:none;
    }

    /* ===============================
       LIGHT RAYS
    =============================== */

    .hero-light-rays{
        position:absolute !important;
        display:block !important;
        visibility:visible !important;
        z-index:0 !important;
        pointer-events:none;
    }

    /* ===============================
       CORE HARUS DI DEPAN ORBIT
    =============================== */

    .hero-core{
        position:absolute !important;
        z-index:10 !important;
    }

    .hero-energy{
        z-index:4 !important;
        pointer-events:none;
    }

    /* ===============================
       CARD TETAP DI ATAS DEKORASI
    =============================== */

    .floating-card{
        z-index:20 !important;
    }

}

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

@media (max-width:480px){
    .hero-section{
        padding-top:0px !important;
        padding-bottom:45px;

    }

    .hero-left{
        padding-left:15px;
        padding-right:15px;
    }

    .hero-title{
        font-size:34px;
    }

    .hero-description{
        font-size:13.5px;
        line-height:1.65;
    }

    .hero-stats{
        gap:8px;
    }

    .hero-stat{
        padding:10px 3px;
    }

    .hero-stat h3{
        font-size:23px;
    }

    .hero-stat span{
        font-size:10px;
    }

    .hero-illustration{
        max-width:380px;
        height:380px;
        transform:scale(.70);
        margin-top:-35px;
        margin-bottom:-45px;
    }

    .floating-card{
        transform:scale(.56);
    }

    .hero-core{
        transform:scale(.60);
    }

}

/* =========================================================
   HERO RIGHT - RESPONSIVE FIX
   Jangan sembunyikan HERO RIGHT pada tablet / HP
========================================================= */

/* TABLET */
@media (max-width: 1024px){
    .hero-wrapper{
        display:flex;
        flex-direction:column;
        align-items:center;
        width:100%;
    }

    .hero-left{
        width:100%;
        max-width:760px;
        text-align:center;
    }

    .hero-right{
        display:flex !important;
        visibility:visible !important;
        opacity:1 !important;

        width:100%;
        max-width:760px;
        min-height:620px;

        margin:30px auto 0;
        justify-content:center;
        align-items:center;

        position:relative;
    }

}

/* ==================================================
   STATUS BADGE - MOBILE / TABLET / IPHONE ONLY
================================================== */

@media (max-width: 991.98px){

    .floating-card .status{
        position:absolute !important;

        right:10px !important;
        bottom:10px !important;

        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:max-content !important;
        max-width:calc(100% - 20px) !important;

        padding:4px 8px !important;

        font-size:9px !important;
        line-height:1 !important;

        white-space:nowrap !important;

        box-sizing:border-box !important;

        border-radius:999px !important;

        gap:4px !important;
    }

    .floating-card .status i{
        font-size:5px !important;
        flex-shrink:0 !important;
    }

}


/* =========================================================
   TABLET PORTRAIT
========================================================= */

@media (max-width: 768px){
    .hero-right{
        display:flex !important;
        width:100%;
        min-height:540px;
        margin-top:25px;
    }

    .hero-illustration{
        display:block !important;
        width:600px;
        height:530px;
        transform:scale(.72);
        transform-origin:center center;
    }
}


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

@media (max-width: 576px){
    .hero-wrapper{
        width:100%;
    }

    .hero-right{
        display:flex !important;
        visibility:visible !important;
        opacity:1 !important;
        width:100%;
        min-height:480px;
        margin:20px auto 0;
        overflow:visible;
    }

    .hero-illustration{
        display:block !important;
        visibility:visible !important;
        opacity:1 !important;
        width:560px;
        height:500px;
        margin:0 auto;
        transform:scale(.58);
        transform-origin:center center;
    }
}

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

@media (max-width: 400px){
    .hero-right{
        min-height:420px;
        margin-top:10px;
    }
    .hero-illustration{
        width:520px;
        height:460px;

        transform:scale(.50);
        transform-origin:center center;
    }
}

/* ============================================================
   GEMIT MOBILE — RADIAL ENTERPRISE LAYOUT
   DESKTOP TIDAK DIUBAH
   ============================================================ */
@media screen and (max-width:768px){
    .hero-right{
        width:100% !important;
        padding:0 !important;
        margin:0 !important;
    }

    .hero-illustration{
        position:relative !important;
        width:100% !important;
        max-width:620px !important;
        height:650px !important;
        margin:0 auto !important;
        padding:0 !important;
        display:block !important;
        overflow:visible !important;
    }

    .hero-core{
        position:absolute !important;
        top:50% !important;
        left:50% !important;
        right:auto !important;
        bottom:auto !important;
        margin:0 !important;
        transform:translate(-50%,-50%) scale(.58) !important;
        z-index:50 !important;
    }

    .floating-card{
        position:absolute !important;
        width:155px !important;
        height:175px !important;
        min-height:0 !important;
        margin:0 !important;
        padding:12px 8px !important;
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        justify-content:flex-start !important;
        box-sizing:border-box !important;
        transform:none !important;
        z-index:30 !important;
        border-radius:18px !important;
        overflow:hidden !important;
    }

    .card-home{
        top:-80px !important;
        left:50% !important;
        right:auto !important;
        bottom:auto !important;
        transform:translateX(-50%) !important;
    }

    .card-classroom{
        top:195px !important;
        left:-80px !important;
        right:auto !important;
        bottom:auto !important;
    }

    .card-office{
        top:195px !important;
        right:-80px !important;
        left:auto !important;
        bottom:auto !important;
    }

    .card-rental{
        bottom:100px !important;
        left:-80px !important;
        right:auto !important;
        top:auto !important;
    }

    .card-media{
        bottom:70px !important;
        right:-80px !important;
        left:auto !important;
        top:auto !important;
    }

    .card-it{
		bottom:-200px !important;
		left:50% !important;
		right:auto !important;
		top:auto !important;
		transform:translateX(-50%) !important;
	}

    .center-image{
        position:relative !important;
        width:100% !important;
        height:75px !important;
        margin:0 0 6px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
    }

    .center-image img{
        position:relative !important;
        top:auto !important;
        left:auto !important;
        max-width:105px !important;
        max-height:75px !important;
        width:auto !important;
        height:auto !important;
        transform:none !important;
        object-fit:contain !important;
    }

    .card-classroom img{
        position:relative !important;
        top:auto !important;
        left:auto !important;
        width:75px !important;
        height:75px !important;
        transform:none !important;
    }

    .rental-illustration{
        position:relative !important;
        width:100% !important;
        height:75px !important;
        margin:0 0 6px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
    }

    .rental-illustration img{
        position:absolute !important;
        top:50% !important;
        left:50% !important;
        width:auto !important;
        height:auto !important;
        max-width:55px !important;
        max-height:55px !important;
        object-fit:contain !important;
        transform:translate(-50%,-50%) !important;
    }

    .rental-illustration .img-videotron{
        margin-left:-35px !important;
    }

    .rental-illustration .img-conference{
        margin-left:0 !important;
    }

    .rental-illustration .img-sound{
        margin-left:35px !important;
    }

    .floating-card .card-content{
        width:100% !important;
        text-align:center !important;
        padding:0 3px !important;
    }

    .floating-card .card-content h4{
        margin:3px 0 5px !important;
        font-size:12px !important;
        line-height:1.2 !important;
        white-space:nowrap !important;
    }

    .floating-card .card-content p{
        margin:0 !important;
        min-height:35px !important;
        font-size:8px !important;
        line-height:1.35 !important;
    }

    .floating-card .status{
        position:relative !important;
        top:auto !important;
        left:auto !important;
        right:auto !important;
        bottom:auto !important;
        margin:8px auto 0 !important;
        padding:4px 10px !important;
        font-size:7px !important;
        display:inline-flex !important;
        align-items:center !important;
        border-radius:20px !important;
    }

    #beranda{
        overflow:hidden !important;
        min-height:auto !important;
    }
}

/* ============================================================
   IPHONE
   ============================================================ */
@media screen and (max-width:480px){
    .hero-illustration{
        max-width:420px !important;
        height:590px !important;
    }

    .hero-core{
        transform:translate(-50%,-50%) scale(.48) !important;
    }

    .floating-card{
        width:137px !important;
        height:158px !important;
        border-radius:16px !important;
        padding:10px 6px !important;
    }

    .card-home{
        top:30px !important;
    }

    .card-classroom,
    .card-office{
        top:130px !important;
    }

    .card-rental,
    .card-media{
        bottom:130px !important;
    }

    .card-it{
        bottom:30px !important;
    }

    .center-image{
        height:66px !important;
    }

    .center-image img{
        max-width:88px !important;
        max-height:66px !important;
    }

    .card-classroom img{
        width:65px !important;
        height:65px !important;
    }

    .rental-illustration{
        height:66px !important;
    }

    .rental-illustration img{
        max-width:48px !important;
        max-height:48px !important;
    }

    .floating-card .card-content h4{
        font-size:11px !important;
    }

    .floating-card .card-content p{
        font-size:7.5px !important;
    }

    .floating-card .status{
        font-size:6.5px !important;
        padding:4px 8px !important;
    }
}

/* ============================================================
   DECORATION RESPONSIVE FIX
   HP / TABLET / IPHONE
   CARD TIDAK DIUBAH
   DESKTOP TIDAK DIUBAH
============================================================ */

@media screen and (max-width:1024px){

    .hero-illustration{
        position:relative !important;
        overflow:visible !important;
    }

    /* ========================================================
       ORBIT
       Tetap berada di tengah hero-illustration
    ======================================================== */

    .tech-circle{
        display:block !important;
        visibility:visible !important;
        opacity:1 !important;
        position:absolute !important;

        left:50% !important;
        top:50% !important;

        transform:translate(-50%,-50%) scale(.65) !important;

        pointer-events:none !important;
        z-index:5 !important;
    }


    /* ========================================================
       DOT
    ======================================================== */

    .tech-dot{
        display:block !important;
        visibility:visible !important;
        opacity:1 !important;
        position:absolute !important;

        pointer-events:none !important;
        z-index:6 !important;

        transform:scale(.65) !important;
    }


    /* ========================================================
       CONNECTING LINE
       Tetap keluar dari area tengah/orbit
    ======================================================== */

    .tech-line{
        display:block !important;
        visibility:visible !important;
        opacity:.55 !important;

        position:absolute !important;

        pointer-events:none !important;

        transform-origin:0 50% !important;

        z-index:4 !important;
    }


    /* ========================================================
       ENERGY
    ======================================================== */

    .hero-energy{
        display:block !important;
        visibility:visible !important;
        opacity:1 !important;

        position:absolute !important;

        pointer-events:none !important;

        z-index:7 !important;
    }


    /* ========================================================
       LIGHT RAYS
    ======================================================== */

    .hero-light-rays{
        display:block !important;
        visibility:visible !important;
        opacity:.35 !important;

        position:absolute !important;

        pointer-events:none !important;

        z-index:2 !important;
    }


    /* ========================================================
       CORE DI ATAS DEKORASI
    ======================================================== */

    .hero-core{
        z-index:50 !important;
    }


    /* ========================================================
       CARD TETAP DI ATAS SEMUANYA
       TIDAK MENGUBAH UKURAN / POSISI
    ======================================================== */

    .floating-card{
        z-index:30 !important;
    }
}


/* ============================================================
   IPHONE
============================================================ */

@media screen and (max-width:480px){

    .tech-circle{
        transform:translate(-50%,-50%) scale(.48) !important;
    }

    .tech-dot{
        transform:scale(.48) !important;
    }

    .tech-line{
        opacity:.40 !important;
    }

    .hero-light-rays{
        opacity:.25 !important;
    }

    .hero-energy{
        opacity:.8 !important;
    }
}

/* =========================================================
   HERO BADGE — FINAL RESPONSIVE FIX
   Tidak mengubah struktur/layout hero lainnya
   ========================================================= */

/* ---------------------------------------------------------
   DESKTOP
   --------------------------------------------------------- */
@media (min-width:1025px){

    .hero-left .hero-badge{
        position:relative;
        z-index:50;

        display:inline-flex !important;

        opacity:1;
        visibility:visible;

        color:#ffffff !important;

        align-items:center;
        justify-content:center;

        white-space:nowrap;

        animation:
            heroFade .8s .2s forwards;
    }

}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */
@media (min-width:768px) and (max-width:1024px){

    .hero-left .hero-badge{

        position:relative;
        z-index:50;

        display:inline-flex !important;

        align-items:center;
        justify-content:center;

        opacity:1;
        visibility:visible;

        margin-top:0;
        margin-bottom:20px;

        transform:none;

        color:#ffffff !important;

        white-space:nowrap;

        animation:
            heroFade .8s .2s forwards;
    }

}


/* ---------------------------------------------------------
   HP / IPHONE
   --------------------------------------------------------- */
@media (max-width:767px){

    .hero-left .hero-badge{

        position:relative;
        z-index:50;

        display:inline-flex !important;

        align-items:center;
        justify-content:center;

        width:auto;
        max-width:100%;

        box-sizing:border-box;

        margin-top:0;

        /*
         * Jarak badge ke title diperkecil.
         */
        margin-bottom:8px;

        /*
         * Jangan ikut membawa translate
         * dari .hero-left > *
         */
        transform:none;

        opacity:1;
        visibility:visible;

        color:#ffffff !important;

        font-size:10px;

        line-height:1.2;

        padding:7px 12px;

        gap:7px;

        white-space:nowrap;

        animation:
            heroFade .8s .2s forwards;
    }


    .hero-left .hero-badge i{

        flex:0 0 auto;

        font-size:10px;

        line-height:1;
    }

}


/* ---------------------------------------------------------
   IPHONE KECIL
   --------------------------------------------------------- */
@media (max-width:480px){

    .hero-left .hero-badge{

        margin-bottom:6px;

        padding:6px 10px;

        gap:6px;

        font-size:9px;

        letter-spacing:.45px;
    }

    .hero-left .hero-badge i{

        font-size:9px;
    }

}

/* =========================================================
   HERO BADGE — DESKTOP VISIBILITY FIX
   ========================================================= */

@media (min-width:1025px){

    .hero-left{
        position:relative;
        z-index:100;
        overflow:visible !important;
    }

    .hero-left .hero-badge{

        position:relative;

        z-index:999;

        display:inline-flex !important;

        visibility:visible !important;

        color:#ffffff !important;

        opacity:1 !important;

        transform:none !important;

        animation:none !important;

        margin-top:0;

        margin-bottom:30px;

        isolation:isolate;
    }

}

/* =========================================================
   HERO BADGE
   DESKTOP VISIBILITY / ZOOM FIX
   ========================================================= */

@media (min-width:1025px){

    .hero-left{
        position:relative;
        z-index:100;
        overflow:visible !important;
        min-width:0;
    }

    .hero-left .hero-badge{
        position:relative;
        z-index:999;

        display:inline-flex !important;

        align-items:center;
        justify-content:center;

        width:max-content;
        max-width:100%;

        box-sizing:border-box;

        opacity:1 !important;
        visibility:visible !important;

        transform:none !important;
        animation:none !important;

        color:#ffffff !important;

        margin-top:0;
        margin-bottom:30px;

        white-space:nowrap;
    }

    .hero-left .hero-badge i{
        flex:0 0 auto;
        display:inline-block;
    }

}

/* =========================================================
   HERO BADGE — TABLET
   ========================================================= */

@media (min-width:768px) and (max-width:1024px){

    .hero-left .hero-badge{
        position:relative;
        z-index:50;

        display:inline-flex !important;

        opacity:1 !important;
        visibility:visible !important;

        transform:none;

        margin-top:0;
        margin-bottom:16px;

        white-space:nowrap;
    }

}


/* =========================================================
   HERO BADGE — MOBILE
   ========================================================= */

@media (max-width:767px){

    .hero-left .hero-badge{
        position:relative;
        z-index:50;

        display:inline-flex !important;

        opacity:1 !important;
        visibility:visible !important;

        transform:none;

        margin-top:0;
        margin-bottom:8px;

        padding:7px 12px;

        font-size:10px;
        line-height:1.2;

        gap:7px;

        white-space:nowrap;
    }

}


/* =========================================================
   SMALL IPHONE
   ========================================================= */

@media (max-width:480px){

    .hero-left .hero-badge{
        margin-bottom:6px;

        padding:6px 10px;

        font-size:9px;

        gap:6px;
    }

}

/* =========================================================
   HERO BADGE — RAISE MOBILE / TABLET
   ========================================================= */

@media (max-width:1024px){

    .hero-left .hero-badge{
        position:relative;
        top:-10px;
    }

}


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

@media (max-width:767px){

    .hero-left .hero-badge 
	.hero-title .hero-description{
        top:-18px; /* -16px*/
    }


}


/* =========================================================
   IPHONE SMALL
   ========================================================= */

@media (max-width:480px){

    .hero-left .hero-badge 
	.hero-title .hero-description{
        top:-18px; /* -16px*/
    }

}

.hero-static-text{
    white-space:nowrap !important;
}




/* =========================================
   MODERN MICROCHIP ICON
========================================= */

.hero-chip-icon{
    position:relative;

    width:20px;
    height:20px;

    flex:0 0 20px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1.5px solid #38bdf8;
    border-radius:5px;

    box-sizing:border-box;

    background:rgba(56,189,248,.08);

    box-shadow:
        0 0 12px rgba(56,189,248,.18);
}


/* CHIP CORE */

.chip-core{
    width:8px;
    height:8px;

    border-radius:2px;

    background:#38bdf8;

    box-shadow:
        0 0 8px rgba(56,189,248,.65);
}


/* CHIP PINS */

.hero-chip-icon::before,
.hero-chip-icon::after{
    content:"";

    position:absolute;

    top:50%;

    width:4px;
    height:1.5px;

    background:#38bdf8;

    transform:translateY(-50%);
}

.hero-chip-icon::before{
    left:-5px;

    box-shadow:
        0 -5px 0 #38bdf8,
        0 5px 0 #38bdf8;
}

.hero-chip-icon::after{
    right:-5px;

    box-shadow:
        0 -5px 0 #38bdf8,
        0 5px 0 #38bdf8;
}
/* =========================================================
   GMI CAREER
   Enterprise Navigation Component
   Namespace: gmi-career
   ========================================================= */


/* =========================================================
   DESKTOP TRIGGER
   ========================================================= */

.gmi-career{
    position:relative;
    display:flex;
    align-items:center;
}


.gmi-career-trigger{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:8px;

    padding:8px 2px;

    border:0;
    outline:none;

    background:transparent;

    color:#4b5563;

    font-family:inherit;

    font-size:inherit;

    font-weight:500;

    cursor:pointer;

    transition:
        color .25s ease,
        font-weight .25s ease;

}


.gmi-career-trigger:hover{

    color:#0284c7;

    font-weight:700;

}


.gmi-career-trigger-icon{

    position:relative;

    width:7px;
    height:7px;

    border-right:1.5px solid currentColor;
    border-bottom:1.5px solid currentColor;

    transform:
        rotate(45deg)
        translateY(-2px);

    transition:
        transform .3s ease;

}


.gmi-career.is-open
.gmi-career-trigger-icon{

    transform:
        rotate(225deg)
        translateY(-1px);

}


/* =========================================================
   DROPDOWN
   ========================================================= */

.gmi-career-menu{

    position:absolute;

    top:calc(100% + 18px);

    left:50%;

    width:315px;

    padding:10px;

    transform:
        translate(-50%, -8px)
        scale(.97);

    transform-origin:
        top center;

    opacity:0;

    visibility:hidden;

    pointer-events:none;

    background:
        rgba(255,255,255,.97);

    border:
        1px solid rgba(15,23,42,.08);

    border-radius:18px;

    box-shadow:
        0 25px 60px rgba(15,23,42,.14),
        0 8px 20px rgba(15,23,42,.06);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;

    z-index:9999;

}


.gmi-career.is-open
.gmi-career-menu{

    opacity:1;

    visibility:visible;

    pointer-events:auto;

    transform:
        translate(-50%,0)
        scale(1);

}


/* =========================================================
   DROPDOWN ITEM
   ========================================================= */

.gmi-career-item{

    position:relative;

    display:flex;

    align-items:center;

    gap:13px;

    width:100%;

    padding:13px;

    border-radius:13px;

    text-decoration:none;

    box-sizing:border-box;

    transition:
        background .25s ease,
        transform .25s ease;

}


.gmi-career-item:hover{

    background:#f8fafc;

    transform:translateX(3px);

}


/* =========================================================
   ITEM ICON
   ========================================================= */

.gmi-career-item-icon{

    flex:0 0 42px;

    width:42px;
    height:42px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:12px;

    background:#eff6ff;

    border:1px solid #dbeafe;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;

}


.gmi-career-item:hover
.gmi-career-item-icon{

    transform:scale(1.08);

}


.gmi-career-tech{

    color:#0284c7;

}


.gmi-career-partner{

    color:#2563eb;

}


.gmi-career-icon-symbol{

    width:20px;
    height:20px;

    display:flex;

    align-items:center;
    justify-content:center;

    font-size:20px;

    font-weight:700;

    line-height:1;

}


/* =========================================================
   ITEM CONTENT
   ========================================================= */

.gmi-career-item-body{

    display:flex;

    flex-direction:column;

    min-width:0;

    flex:1;

}


.gmi-career-item-body strong{

    color:#0f172a;

    font-size:14px;

    line-height:1.3;

    font-weight:700;

}


.gmi-career-item-body small{

    margin-top:3px;

    color:#64748b;

    font-size:11px;

    line-height:1.3;

    font-weight:500;

}


/* =========================================================
   MODERN ARROW
   ========================================================= */

.gmi-career-item-arrow{

    flex:0 0 auto;

    color:#94a3b8;

    font-size:18px;

    line-height:1;

    transform:translateX(0);

    transition:
        color .25s ease,
        transform .25s ease;

}


.gmi-career-item:hover
.gmi-career-item-arrow{

    color:#0284c7;

    transform:translateX(5px);

}


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

.gmi-career-mobile{

    width:100%;

}


.gmi-career-mobile-trigger{

    display:flex;

    align-items:center;

    justify-content:space-between;

    width:100%;

    padding:12px 12px;

    border:0;

    background:transparent;

    color:#374151;

    font-family:inherit;

    font-size:16px;

    font-weight:500;

    cursor:pointer;

    border-radius:8px;

}


.gmi-career-mobile-trigger:hover{

    color:#0284c7;

    background:#f8fafc;

}


.gmi-career-mobile-icon{

    width:8px;
    height:8px;

    border-right:1.5px solid currentColor;
    border-bottom:1.5px solid currentColor;

    transform:rotate(45deg);

    transition:.3s ease;

}


.gmi-career-mobile.is-open
.gmi-career-mobile-icon{

    transform:rotate(225deg);

}


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

.gmi-career-mobile-menu{

    display:grid;

    grid-template-rows:0fr;

    overflow:hidden;

    opacity:0;

    transition:
        grid-template-rows .3s ease,
        opacity .25s ease;

}


.gmi-career-mobile.is-open
.gmi-career-mobile-menu{

    grid-template-rows:1fr;

    opacity:1;

}


.gmi-career-mobile-menu::before{

    content:"";

    min-height:0;

}


.gmi-career-mobile-item{

    display:flex;

    align-items:center;

    gap:12px;

    margin:2px 12px;

    padding:11px 12px;

    color:#475569;

    text-decoration:none;

    border-radius:9px;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;

}


.gmi-career-mobile-item:hover{

    color:#0284c7;

    background:#f8fafc;

    transform:translateX(3px);

}


.gmi-career-mobile-item > span:last-child{

    display:flex;

    flex-direction:column;

}


.gmi-career-mobile-item strong{

    font-size:14px;

    font-weight:700;

}


.gmi-career-mobile-item small{

    margin-top:2px;

    color:#94a3b8;

    font-size:10px;

}


.gmi-career-mobile-dot{

    flex:0 0 7px;

    width:7px;
    height:7px;

    border-radius:50%;

    background:#38bdf8;

    box-shadow:
        0 0 0 4px rgba(56,189,248,.10);

}


/* =========================================================
   MOBILE MENU ICON
   Tidak menggunakan Font Awesome
   ========================================================= */

.gmi-mobile-icon{

    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:5px;

    width:25px;
    height:25px;

}


.gmi-mobile-icon span{

    display:block;

    width:22px;
    height:2px;

    border-radius:10px;

    background:currentColor;

    transition:
        transform .3s ease,
        opacity .3s ease;

}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:767px){

    .gmi-career{
        display:none;
    }

}


@media(min-width:768px){

    .gmi-career-mobile{
        display:none;
    }

}

.gmi-career-svg-icon{
    width:40px;
    height:40px;
    display:block;
    object-fit:contain;
    transition:
        transform .3s ease,
        filter .3s ease;
}

.gmi-career-item:hover .gmi-career-svg-icon{
    transform:scale(1.08);
    filter:
        drop-shadow(
            0 6px 12px
            rgba(37,99,235,.25)
        );
}

/*=========================================
GMI SVG ARROW
=========================================*/

.gmi-career-item-arrow{

    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.gmi-arrow-svg{

    width:26px;
    height:26px;

    overflow:visible;

    transition:
        transform .35s ease;
}

/* garis */

.gmi-arrow-line{

    fill:none;

    stroke:#1e293b;

    stroke-width:2.8;

    stroke-linecap:round;

    transition:.35s ease;
}

/* kepala */

.gmi-arrow-head{

    fill:none;

    stroke:#1e293b;

    stroke-width:2.8;

    stroke-linecap:round;
    stroke-linejoin:round;

    transition:.35s ease;
}

/* hover */

.gmi-career-item:hover .gmi-arrow-svg{

    transform:translateX(5px);
}

.gmi-career-item:hover .gmi-arrow-line,
.gmi-career-item:hover .gmi-arrow-head{

    stroke:#0284c7;
}

/* ===========================================================
   GMI MOBILE NAVIGATION ENTERPRISE
=========================================================== */

.gmi-mobile-nav{

    display:none;

}

@media(max-width:768px){
	.gmi-mobile-nav{
		display:none;
		background:#fff;
		border-top:1px solid #eef2f7;
		box-shadow:0 16px 40px rgba(0,0,0,.08);
	}

	.gmi-mobile-nav-card{
		padding:12px;
	}

	.gmi-mobile-link{
		display:flex;
		align-items:center;
		height:54px;
		padding:0 18px;
		border-radius:14px;
		color:#334155;
		font-weight:600;
		text-decoration:none;
		transition:.25s;
	}

	.gmi-mobile-link:hover{
		background:#f8fafc;
		color:#0ea5e9;
	}

	.gmi-mobile-career-btn{
		width:100%;
		height:54px;
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:0 18px;
		border:none;
		background:none;
		border-radius:14px;
		cursor:pointer;
		color:#334155;
		font-weight:600;
	}

	.gmi-mobile-career-btn:hover{
		background:#f8fafc;
	}

	.gmi-mobile-chevron{
		width:18px;
		height:18px;
		transition:.30s;
	}

	.gmi-mobile-career-btn.active .gmi-mobile-chevron{
		transform:rotate(180deg);
	}

	.gmi-mobile-submenu{
		max-height:0;
		overflow:hidden;
		transition:max-height .35s ease;
	}

	.gmi-mobile-submenu.open{
		max-height:220px;
	}

	.gmi-mobile-submenu-item{
		display:flex;
		align-items:center;
		gap:14px;
		height:54px;
		margin-left:14px;
		padding:0 16px;
		border-left:3px solid transparent;
		border-radius:12px;
		color:#475569;
		text-decoration:none;
		transition:.25s;
	}

	.gmi-mobile-submenu-item:hover{
		border-left:3px solid #0ea5e9;
		background:#f8fbff;
	}

	.gmi-mobile-icon{
		width:24px;
		height:24px;
	}

	.gmi-mobile-contact{
		display:flex;
		justify-content:center;
		align-items:center;
		height:52px;
		margin-top:14px;
		border-radius:14px;
		background:linear-gradient(135deg,#0ea5e9,#2563eb);
		color:#fff;
		font-weight:700;
		text-decoration:none;
	}

	.gmi-mobile-nav.open{
		display:block;
		animation:gmiMobileMenu .28s ease;
	}
}

@keyframes gmiMobileMenu{
    from{
        opacity:0;
        transform:translateY(-10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/*====================================================
GMIT LOGIN BUTTON
====================================================*/
.gmit-login-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    height:44px;
    padding:0 26px;
    border-radius:999px;
    border:1px solid rgba(14,165,233,.35);
    background:#fff;
    color:#0f172a;
    font-weight:700;
    text-decoration:none;
    transition:.30s;
}

.gmit-login-btn:hover{
    color:#fff;
    background:linear-gradient(135deg,#0ea5e9,#2563eb);
    box-shadow:0 12px 28px rgba(14,165,233,.30);
    transform:translateY(-2px);
}

/* =========================================================
   GMIT SMART HOME VIDEO
   Unique prefix: gmit-sh-video
   ========================================================= */

.gmit-sh-video {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: #f7f8fa;
	overflow: hidden;
}

.gmit-sh-video__container {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
}

/* ---------- HEADER ---------- */

.gmit-sh-video__header {
	max-width: 760px;
	margin: 0 auto 48px;
	text-align: center;
}

.gmit-sh-video__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.4px;
	color: #6b7280;
}

.gmit-sh-video__eyebrow::before,
.gmit-sh-video__eyebrow::after {
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background: #c9ced6;
}

.gmit-sh-video__title {
	margin: 0;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.08;
	font-weight: 400;
	letter-spacing: -1.8px;
	color: #111827;
}

.gmit-sh-video__title strong {
	display: block;
	font-weight: 700;
}

.gmit-sh-video__description {
	max-width: 620px;
	margin: 20px auto 0;
	font-size: 15px;
	line-height: 1.8;
	color: #6b7280;
}

/* ---------- VIDEO FRAME ---------- */

.gmit-sh-video__media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 7;
	overflow: hidden;
	border-radius: 24px;
	background: #111827;
	box-shadow:
		0 30px 70px rgba(15, 23, 42, 0.14),
		0 8px 24px rgba(15, 23, 42, 0.08);
}

.gmit-sh-video__player {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: #111827;
}

/* ---------- CINEMATIC OVERLAY ---------- */

.gmit-sh-video__overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.38) 0%,
			rgba(0, 0, 0, 0.03) 35%,
			rgba(0, 0, 0, 0.08) 58%,
			rgba(0, 0, 0, 0.68) 100%
		);
}

/* ---------- TOP BAR ---------- */

.gmit-sh-video__topbar {
	position: absolute;
	top: 24px;
	left: 24px;
	right: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
}

.gmit-sh-video__badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: rgba(255, 255, 255, 0.92);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.7px;
}

.gmit-sh-video__status-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #52d273;
	box-shadow: 0 0 0 4px rgba(82, 210, 115, 0.14);
}

/* ---------- SOUND CONTROL ---------- */

.gmit-sh-video__sound {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 5;

	display: inline-flex;
	align-items: center;
	gap: 9px;

	padding: 11px 15px;

	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;

	background: rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);

	color: #fff;
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.3px;

	cursor: pointer;

	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s ease;
}

.gmit-sh-video__sound:hover {
	background: rgba(0, 0, 0, 0.52);
	border-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-1px);
}

.gmit-sh-video__sound:active {
	transform: translateY(0);
}

.gmit-sh-video__sound i {
	font-size: 13px;
	line-height: 1;
}

/* ---------- BOTTOM CAPTION ---------- */

.gmit-sh-video__bottom {
	position: absolute;
	left: 32px;
	right: 32px;
	bottom: 30px;
	z-index: 3;
}

.gmit-sh-video__caption {
	display: flex;
	flex-direction: column;
	gap: 7px;
	color: #fff;
}

.gmit-sh-video__caption span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	opacity: 0.72;
}

.gmit-sh-video__caption strong {
	font-size: clamp(15px, 1.4vw, 20px);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.1px;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {

	.gmit-sh-video {
		padding: 80px 0;
	}

	.gmit-sh-video__media {
		aspect-ratio: 16 / 8;
		border-radius: 20px;
	}

}

@media (max-width: 640px) {

	.gmit-sh-video {
		padding: 64px 0;
	}

	.gmit-sh-video__container {
		width: min(100% - 28px, 1280px);
	}

	.gmit-sh-video__header {
		margin-bottom: 32px;
	}

	.gmit-sh-video__title {
		font-size: 34px;
		letter-spacing: -1.2px;
	}

	.gmit-sh-video__description {
		font-size: 14px;
		line-height: 1.7;
	}

	.gmit-sh-video__media {
		border-radius: 16px;
		aspect-ratio: 9 / 12;
		min-height: 500px;
	}

	.gmit-sh-video__player {
		object-position: center;
	}

	.gmit-sh-video__topbar {
		top: 16px;
		left: 16px;
		right: 16px;
	}

	.gmit-sh-video__badge {
		font-size: 9px;
		padding: 8px 11px;
	}

	.gmit-sh-video__sound {
		top: 62px;
		right: 16px;
		padding: 10px 13px;
	}

	.gmit-sh-video__bottom {
		left: 20px;
		right: 20px;
		bottom: 22px;
	}

	.gmit-sh-video__caption strong {
		font-size: 17px;
	}

}

