*{margin:0;padding:0;box-sizing:border-box}

:root{
--p1:#ff6a00;
--p2:#ff0066;
--dark:#071a54;
--muted:#64748b;
--header-desktop:98px;
--header-mobile:102px;
}

html{scroll-behavior:smooth}

body{
font-family:Poppins,Arial,sans-serif;
background:#f8fafc;
color:#111827;
overflow-x:hidden;
}

.visa-shell{
width:min(1360px,95%);
margin:auto;
padding:18px 0 55px;
}

.section{
padding:14px 0;
}

/* HERO SMALL PREMIUM */
.hero{
background:linear-gradient(135deg,#04164d,#0d2571,#234fdd);
border-radius:28px;
padding:26px;
color:#fff;
box-shadow:0 18px 45px rgba(0,0,0,.10);
overflow:hidden;
}

.hero-grid{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:28px;
align-items:center;
min-height:420px;
}

.badges{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-bottom:14px;
}

.badge{
padding:8px 14px;
border-radius:999px;
font-size:12px;
font-weight:700;
background:rgba(255,255,255,.10);
}

.hero-content{
display:flex;
flex-direction:column;
justify-content:center;
height:100%;
}

.hero h1{
font-size:54px;
line-height:1.05;
font-weight:800;
margin-bottom:14px;
}

.hero p{
font-size:17px;
line-height:1.8;
color:#dbeafe;
max-width:680px;
margin-bottom:18px;
}

.actions{
display:flex;
gap:12px;
flex-wrap:wrap;
margin-bottom:18px;
}

.btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:14px 24px;
border:none;
border-radius:14px;
font-weight:700;
text-decoration:none;
cursor:pointer;
transition:.25s;
}

.btn-primary{
background:linear-gradient(135deg,var(--p1),var(--p2));
color:#fff;
}

.btn-light{
background:#fff;
color:#111827;
}

.btn:hover{
transform:translateY(-2px);
}

.stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
max-width:760px;
}

.stat{
background:rgba(255,255,255,.09);
padding:14px;
border-radius:16px;
text-align:center;
}

.stat small{
display:block;
font-size:12px;
color:#dbeafe;
margin-bottom:4px;
}

.stat strong{
font-size:20px;
display:block;
}

.hero-image-box{
background:rgba(255,255,255,.08);
padding:12px;
border-radius:24px;
display:flex;
align-items:center;
justify-content:center;
}

.hero-image-box img{
width:100%;
height:380px;
object-fit:cover;
object-position:center;
border-radius:18px;
display:block;
}

/* MAIN */
.grid-2{
display:grid;
grid-template-columns:1.35fr .65fr;
gap:24px;
align-items:start;
}

.card{
background:#fff;
border-radius:24px;
padding:24px;
box-shadow:0 10px 28px rgba(0,0,0,.05);
border:1px solid #edf2f7;
margin-bottom:22px;
}

.card h2{
font-size:28px;
margin-bottom:14px;
}

.muted{
color:var(--muted);
line-height:1.9;
}

.muted h2,
.muted h3,
.muted h4{
font-size:28px;
margin:18px 0 10px;
color:#111827;
font-weight:800;
}

.muted p{
margin-bottom:14px;
line-height:1.9;
}

.muted ul{
padding-left:22px;
margin:10px 0;
}

.muted li{
margin-bottom:8px;
}

.muted strong{
font-weight:700;
color:#111827;
}

.list-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
}

.pill{
padding:12px;
border-radius:14px;
background:#f8fafc;
border:1px solid #e2e8f0;
}

input,textarea{
width:100%;
padding:14px;
border:1px solid #dbe2ea;
border-radius:14px;
font-size:14px;
margin-bottom:12px;
outline:none;
font-family:inherit;
}

textarea{
min-height:110px;
resize:vertical;
}

#sendOtpBtn,
#leadverifyOtpBtn{

width:100%;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

min-height:54px;

margin-top:14px;

}

.sticky{
position:sticky;
top:110px;
}

/* RELATED */
.related-wrap{
overflow:hidden;
}

.related{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.related a{
text-decoration:none;
color:inherit;
}

.related-card{
background:#fff;
border-radius:22px;
overflow:hidden;
box-shadow:0 12px 35px rgba(0,0,0,.06);
display:flex;
flex-direction:column;
height:100%;
transition:.25s;
}

.related-card:hover{
transform:translateY(-4px);
}

.related-card img{
width:100%;
height:300px;
object-fit:cover;
}

.related-content{
padding:16px;
display:flex;
flex-direction:column;
gap:10px;
flex:1;
text-align:center;
}

.related-content h3{
font-size:20px;
font-weight:800;
}

.related-content p{
font-size:13px;
line-height:1.6;
color:#64748b;
}

.mini-btn{
display:inline-flex;
justify-content:center;
align-items:center;
padding:10px 18px;
border-radius:12px;
background:linear-gradient(135deg,var(--p1),var(--p2));
color:#fff;
font-size:14px;
font-weight:700;
margin:auto;
margin-top:auto;
}

body.popup-open{
overflow:hidden;
}

@media(max-width:768px){

.sticky{

position:relative;

top:auto;

}

}

@media(max-width:768px){

.hero h1{

font-size:34px;

line-height:1.15;

}

}

@media(max-width:992px){

.grid-2{

grid-template-columns:1fr;

}

}

.lead-popup-buttons{
display:flex;
gap:12px;
flex-wrap:wrap;
justify-content:center;
margin-top:18px;
}

.lead-popup-buttons a,
.lead-popup-buttons button{
flex:1 1 220px;
}

#leadotpInput{
margin-top:14px;
}

#leadverifyOtpBtn{
margin-top:16px;
}