*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Inter',sans-serif;
background:#ffffff;
overflow-x:hidden;
color:var(--text);
}

/* =========================
BACKGROUND
========================= */

body::before{
content:'';
position:fixed;
inset:0;
background:#fdfeff;
z-index:-3;
}

body::after{
content:'';
position:fixed;
inset:0;
background-image:
linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
background-size:60px 60px;
z-index:-2;
}

.container{
width:min(1320px,92%);
margin:auto;
}

/* =========================
HERO
========================= */

.hero{
padding:120px 0 80px;
overflow:hidden;
position:relative;
}

.hero-layout{
display:grid;
grid-template-columns:48% 52%;
gap:40px;
align-items:center;
}

/* =========================
LEFT CONTENT
========================= */

.hero-content{
position:relative;
z-index:5;
}

.hero-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:12px 22px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
border-radius:999px;
backdrop-filter:blur(12px);
margin-bottom:28px;
font-size:14px;
}

.hero-badge::before{
content:'';
width:10px;
height:10px;
background:#ee1212;;
border-radius:50%;
display:block;
}

.hero-content h1{
font-size:82px;
line-height:.95;
font-weight:900;
letter-spacing:-4px;
margin-bottom:28px;
max-width:700px;
color: #790404;
}

.hero-content h1 span{
color:#ee1212;
}

.hero-content p{
font-size:18px;
line-height:2;
color:#8d96a3;
max-width:620px;
}

/* =========================
RIGHT VISUAL
========================= */

.hero-visual{
position:relative;
height:720px;
display:flex;
align-items:center;
justify-content:center;
}

/* MAIN IMAGE */

.main-card{
position:relative;
width:100%;
height:620px;
border-radius:38px;
overflow:hidden;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(16px);
box-shadow:0 40px 120px rgba(0,0,0,.45);
animation:float 5s ease-in-out infinite;
}

.main-card img{
width:100%;
height:100%;
object-fit:cover;
}

/* FLOATING INSIGHT BOXES */

.info-box{
position:absolute;
padding:22px;
border-radius:24px;
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(18px);
box-shadow:0 20px 60px rgba(0,0,0,.4);
animation:float 4s ease-in-out infinite;
}

.box1{
top:40px;
left:-30px;
width:240px;
}

.box2{
bottom:60px;
right:-20px;
width:260px;
animation-delay:1s;
}

.info-box h4{
font-size:17px;
margin-bottom:10px;
}

.info-box p{
font-size:14px;
line-height:1.8;
color:#fcfdff;
}

/* =========================
WHY SECTION
========================= */

.why-section{
padding:100px 0;
}

.section-head{
text-align:center;
margin-bottom:70px;
}

.section-head h2{
font-size:64px;
line-height:1;
letter-spacing:-3px;
margin-bottom:20px;
}

.section-head p{
max-width:820px;
margin:auto;
font-size:18px;
line-height:2;
color:#8d96a3;
}

/* CARDS */

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.why-card{
position:relative;
padding:34px;
border-radius:30px;
overflow:hidden;
background:#ffe5e5;
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(12px);
transition:.45s ease;
}

.why-card:hover{
transform:translateY(-12px);
box-shadow:0 30px 80px;
border-color:red;
background:#ffffff;
}

.why-card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:20px;
margin-bottom:24px;
transition:.5s ease;
}

.why-card:hover img{
transform:scale(1.06);
}

.why-card h3{
font-size:24px;
margin-bottom:16px;
}

.why-card p{
font-size:16px;
line-height:1.9;
color:#8d96a3;
}

/* =========================
STRATEGY SECTION
========================= */

.strategy{
padding:110px 0;
position:relative;
}

.strategy-layout{
display:grid;
grid-template-columns:40% 60%;
gap:50px;
align-items:center;
}

/* LEFT IMAGE */

.strategy-image{
position:relative;
height:620px;
overflow:hidden;
border-radius:40px;
}

.strategy-image img{
width:100%;
height:100%;
object-fit:cover;
transition:1s ease;
}

.strategy-image:hover img{
transform:scale(1.05);
}

/* RIGHT CONTENT */

.strategy-content{
display:grid;
gap:22px;
}

.strategy-card{
padding:30px;
border-radius:28px;
background:#f5f5f5;
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(12px);
transition:.4s ease;
}

.strategy-card:hover{
transform:translateX(10px);
border-color:rgba(255,255,255,.18);
}

.strategy-card h4{
font-size:26px;
margin-bottom:14px;
}

.strategy-card p{
font-size:16px;
line-height:1.9;
color:#8d96a3;
}

/* =========================
CTA
========================= */

.cta{
padding:110px 0;
}

.cta-box{
position:relative;
overflow:hidden;
padding:85px;
border-radius:42px;
background:#f55d5d;
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(18px);
}

.cta-box::before{
content:'';
position:absolute;
width:500px;
height:500px;
background:rgba(255,255,255,.05);
border-radius:50%;
top:-220px;
right:-140px;
filter:blur(40px);
}

.cta-content{
position:relative;
z-index:2;
max-width:950px;
}

.cta-content h2{
font-size:68px;
line-height:1;
letter-spacing:-3px;
margin-bottom:28px;
}

.cta-content p{
font-size:20px;
line-height:2;
color:#dbe4ff;
margin-bottom:36px;
}

/* BUTTON */

.cta-btn{
padding:18px 36px;
border:none;
cursor:pointer;
font-size:16px;
font-weight:700;
border-radius:18px;
background:white;
color:#07111f;
transition:.45s ease;
position:relative;
overflow:hidden;
}

.cta-btn::before{
content:'';
position:absolute;
top:0;
left:-120%;
width:100%;
height:100%;
background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);
transition:.8s;
}

.cta-btn:hover::before{
left:120%;
}

.cta-btn:hover{
transform:translateY(-6px);
box-shadow:0 25px 60px rgba(255,255,255,.18);
}

/* =========================
ANIMATION
========================= */

@keyframes float{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-18px);
}

100%{
transform:translateY(0px);
}

}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

.hero-layout,
.strategy-layout,
.why-grid{
grid-template-columns:1fr;
}

.hero-content{
text-align:center;
}

.hero-content p{
margin:auto;
}

.hero-content h1{
font-size:58px;
}

.section-head h2,
.cta-content h2{
font-size:46px;
}

}

@media(max-width:768px){

.hero{
padding:90px 0 70px;
}

.hero-content h1{
font-size:40px;
letter-spacing:-2px;
}

.hero-content p,
.section-head p,
.why-card p,
.strategy-card p,
.cta-content p{
font-size:16px;
line-height:1.8;
}

.hero-visual{
height:420px;
}

.main-card{
height:340px;
border-radius:24px;
}

.info-box{
display:none;
}

.strategy-image{
height:320px;
border-radius:28px;
}

.section-head h2,
.cta-content h2{
font-size:34px;
}

.cta-box{
padding:42px 24px;
border-radius:28px;
}

.cta-btn{
width:100%;
}

.why-card{
padding:24px;
}

.why-card img{
height:180px;
}
.cta-btn{
    margin-bottom: 10px;
}
}
.Banner {
        margin-bottom: 0px;
        position: relative;
        background: linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.85)), url('imgs/banner.avif') no-repeat center center/cover;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 20px;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
    }

    .hero-content h1 {
        font-size: 42px;
        font-weight: 800;
        letter-spacing: 1px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: white;
    }

    .hero-content h2{
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0px;
        color: #cbd5e1;
        font-style: italic;
    }
