/* Auto-generated from the original style.css during code reorganization.
   Grouped by component so each concern can be found and debugged independently. */

/* Hero section + glass stat cards + hero-right floating cards */
/* ==========================================================
HERO
========================================================== */

.hero{

position:relative;

min-height:100vh;

    padding:140px 0 140px;

display:flex;

align-items:center;

overflow:hidden;

background:

linear-gradient(
135deg,
#052A3A 0%,
#0B7285 45%,
#16A8A8 100%);

}
.hero::before{

content:"";

position:absolute;

width:900px;

height:900px;

right:-280px;

top:-250px;

border-radius:50%;

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

filter:blur(40px);

}

.hero::after{

content:"";

position:absolute;

width:500px;

height:500px;

left:-200px;

bottom:-180px;

border-radius:50%;

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

filter:blur(30px);

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at right,
    rgba(255,255,255,.12),
    transparent 55%);

}

.hero-grid{

position:relative;

z-index:5;

display:grid;

grid-template-columns:54% 46%;

align-items:center;

gap:55px;

padding-top:120px;

}

.hero-left{

    color:white;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:14px 24px;

    border-radius:999px;

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

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

    backdrop-filter:blur(22px);

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

    box-shadow:

        inset 0 1px 0 rgba(255,255,255,.12),

        0 15px 35px rgba(0,0,0,.10);

    margin-bottom:34px;

    font-size:14px;

    font-weight:600;

    letter-spacing:.4px;

}

.hero-badge i{

    color:#A7FFF6;

}

.hero-badge i{

    color:#9BF4EC;

}

.hero h1{

    font-size:72px;

    font-weight:900;

    line-height:1.04;

    letter-spacing:-2.6px;

    margin-bottom:28px;

    max-width:650px;

    color:#fff;

    text-wrap:balance;

}

.hero p{

font-size:20px;

line-height:1.8;

max-width:600px;

color:rgba(255,255,255,.90);

margin-bottom:45px;

}
.hero-services{

display:flex;

flex-wrap:wrap;

gap:12px;

margin-bottom:40px;

}

.hero-services li{

    padding:11px 20px;

    border-radius:50px;

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

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

    color:#fff;

    font-size:14px;

    font-weight:600;

    backdrop-filter:blur(12px);

    transition:

        transform .35s ease,

        border-color .35s ease,

        background .35s ease,

        box-shadow .35s ease;

}

.hero-services li:hover{

    transform:translateY(-3px);

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

    border-color:rgba(255,255,255,.28);

    box-shadow:

        0 12px 28px rgba(0,0,0,.12);

}

.hero-buttons{

display:flex;

gap:18px;

margin:40px 0 38px;

flex-wrap:wrap;

}

.btn-primary{

display:inline-flex;

align-items:center;

justify-content:center;

padding:20px 42px;

background:var(--secondary);

color:white;

border-radius:60px;

font-weight:700;

font-size:17px;

box-shadow:0 18px 40px rgba(0,194,181,.35);

transition:.35s;

}

.btn-primary:hover{

transform:translateY(-6px);

box-shadow:0 25px 55px rgba(0,194,181,.40);

}

.btn-secondary{

display:inline-flex;

align-items:center;

justify-content:center;

padding:20px 42px;

border:2px solid rgba(255,255,255,.85);

color:white;

border-radius:60px;

font-weight:700;

font-size:17px;

transition:.35s;

}

.btn-secondary:hover{

background:white;

color:#0B7285;

}


/* ==========================================================
GLASS STATS
========================================================== */

.hero-stats{

display:flex;

gap:24px;

margin-top:55px;

margin-bottom:20px;

}

.glass-card{

    position:relative;

    overflow:hidden;

    width:190px;

    min-height:205px;

    padding:28px 26px;

    border-radius:26px;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

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

    backdrop-filter:blur(20px);

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

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

    box-shadow:
        0 22px 48px rgba(0,0,0,.12);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;

}

.glass-card:hover{

    transform:translateY(-8px);

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

    box-shadow:
        0 32px 65px rgba(0,0,0,.18);

}

.glass-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:linear-gradient(
        90deg,
        var(--secondary),
        var(--primary)
    );

}

.glass-card h2{

    font-size:35px;

    font-weight:800;

    line-height:1;

    letter-spacing:-1px;

    color:#8CF6EF;

    margin:18px 0 14px;

}

.glass-card p{

    margin:0;

    font-size:17px;

    font-weight:600;

    line-height:1.45;

    color:rgba(255,255,255,.95);

}

/* ==========================================================
RIGHT SIDE
========================================================== */

.hero-right{

position:relative;

margin-top:-18px;

}

.hero-image{

    position:relative;

    width:100%;

    overflow:hidden;

    border-radius:28px;

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

    box-shadow:

        0 35px 80px rgba(0,0,0,.22),

        0 0 0 1px rgba(255,255,255,.06);

    transition:

        transform .45s ease,

        box-shadow .45s ease;

}

.hero-image::before{

    content:"";

    position:absolute;

    inset:0;

    background:

        linear-gradient(

            rgba(255,255,255,.04),

            transparent 30%

        );

    pointer-events:none;

    z-index:2;

}

.hero-image img{

    display:block;

    width:100%;

    height:auto;

    transition:transform 8s ease;

}

.hero-image:hover{

    transform:translateY(-4px);

    box-shadow:

        0 42px 95px rgba(0,0,0,.26),

        0 0 30px rgba(0,194,181,.10);

}

.hero-image:hover img{

    transform:scale(1.04);

}

.btn-primary:focus-visible,
.btn-secondary:focus-visible{
    outline:3px solid #ffffff;
    outline-offset:4px;
}

.stat-icon{

    font-size:28px;

    color:#9EF8F1;

    margin-bottom:12px;

    opacity:.95;

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

}

.glass-card:hover .stat-icon{

    transform:scale(1.12);

    color:#fff;

}

