/*============================

WHY US

============================*/

.why-us{

padding:180px 6%;

position:relative;

overflow:hidden;

}

/*============================*/

.mesh{

position:absolute;

inset:0;

background:

radial-gradient(circle at 20% 20%,#48d6ff22,transparent 35%),

radial-gradient(circle at 80% 70%,#006eff33,transparent 40%),

radial-gradient(circle at center,#ffffff08,transparent 60%);

filter:blur(40px);

}

/*============================*/

.why-header{

max-width:850px;

margin:auto;

text-align:center;

margin-bottom:120px;

position:relative;

z-index:2;

}

.glass-chip{

display:inline-flex;

padding:14px 26px;

border-radius:999px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(30px);

border:1px solid rgba(255,255,255,.18);

color:#8de8ff;

margin-bottom:30px;

}

.why-header h2{

font-size:clamp(3rem,8vw,5.5rem);

line-height:1;

color:white;

font-weight:800;

letter-spacing:-3px;

margin-bottom:25px;

}

.why-header span{

background:linear-gradient(90deg,#ffffff,#7ce7ff);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.why-header p{

max-width:650px;

margin:auto;

color:#b6d8ef;

line-height:1.9;

font-size:1.1rem;

}

/*============================*/

.experience{

position:relative;

max-width:1200px;

margin:auto;

height:720px;

}

/*============================*/

.glass-center{

position:absolute;

left:50%;

top:50%;

transform:translate(-50%,-50%);

width:430px;

height:540px;

border-radius:45px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(35px);

border:1px solid rgba(255,255,255,.18);

display:flex;

align-items:flex-end;

justify-content:center;

overflow:hidden;

box-shadow:

0 40px 120px rgba(0,0,0,.35);

}

.glass-light{

position:absolute;

width:700px;

height:200px;

background:linear-gradient(

90deg,

transparent,

rgba(255,255,255,.18),

transparent

);

top:-120px;

left:-250px;

transform:rotate(-20deg);

animation:shine 8s linear infinite;

}

@keyframes shine{

100%{

left:150%;

}

}

.glass-center img{

width:95%;

object-fit:contain;

animation:float 6s ease-in-out infinite;

}

@keyframes float{

50%{

transform:translateY(-12px);

}

}

/*============================*/

.floating-card{

position:absolute;

width:220px;

padding:24px;

border-radius:28px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(28px);

border:1px solid rgba(255,255,255,.15);

color:white;

box-shadow:

0 20px 70px rgba(0,0,0,.2);

transition:.45s;

cursor:default;

}

.floating-card:hover{

transform:translateY(-10px) scale(1.03);

box-shadow:

0 30px 90px rgba(0,180,255,.25);

}

.floating-card strong{

display:block;

font-size:1.35rem;

margin:12px 0;

}

.floating-card small{

color:#a9dff9;

}

/*============================

POSICIONES

============================*/

.rating{

top:20px;

left:180px;

}

.speed{

top:140px;

right:120px;

}

.guarantee{

bottom:170px;

left:110px;

}

.transparent{

bottom:30px;

right:180px;

}

.service{

bottom:250px;

right:-10px;

}

/*============================*/

@media(max-width:992px){

.experience{

height:auto;

display:flex;

flex-direction:column;

align-items:center;

gap:25px;

}

.glass-center{

position:relative;

left:auto;

top:auto;

transform:none;

width:100%;

max-width:420px;

height:520px;

order:1;

}

.floating-card{

position:relative;

width:100%;

max-width:420px;

left:auto;

right:auto;

top:auto;

bottom:auto;

order:2;

}

}