*{box-sizing:border-box}
body{
margin:0;
font-family:Segoe UI,Arial,sans-serif;
background:#070707;
color:#ffffff;
line-height:1.8;
overflow-x:hidden
}

a{text-decoration:none;color:#ff2f92}

/* HEADER */
header{
position:sticky;
top:0;
z-index:999;
background:rgba(0,0,0,.92);
padding:16px 28px;
display:flex;
justify-content:space-between;
align-items:center;
backdrop-filter:blur(6px)
}
.logo{
font-size:26px;
font-weight:700;
color:#ff2f92;
letter-spacing:.5px
}
nav a{
color:#fff;
margin:0 12px;
font-size:14px
}

/* HERO WITH MOTION */
.hero{
position:relative;
min-height:90vh;
display:flex;
align-items:center;
padding:80px 28px;
background:linear-gradient(120deg,#0a0a0a,#141414,#0a0a0a);
overflow:hidden
}
.hero::before{
content:"";
position:absolute;
inset:0;
background:
radial-gradient(circle at 25% 30%,rgba(255,47,146,.18),transparent 40%),
radial-gradient(circle at 80% 70%,rgba(0,180,255,.15),transparent 45%);
animation:floatBG 15s ease-in-out infinite alternate
}
@keyframes floatBG{
0%{transform:translate(0,0)}
100%{transform:translate(-70px,50px)}
}
.hero-content{
position:relative;
max-width:760px
}
.hero h1{
font-size:46px;
margin-bottom:18px
}
.hero p{
color:#dddddd
}

/* CTA */
.cta{
display:inline-block;
margin-top:28px;
background:#ff2f92;
color:#fff;
padding:15px 34px;
border-radius:5px;
font-weight:600
}

/* SECTIONS */
.section{
padding:90px 28px;
max-width:1200px;
margin:auto
}
.section h2{
font-size:34px;
margin-bottom:24px
}
.section p{
color:#dddddd
}
.dark{
background:#111
}

/* TRUST */
.trust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:26px;
margin-top:40px
}
.trust-box{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
padding:28px;
border-radius:10px
}
.trust-box h3{
color:#ff2f92;
margin-bottom:10px
}

/* LISTS */
.features{
margin-top:30px
}
.features li{
margin:10px 0
}

/* CITY LINKS */
.cities{
display:flex;
flex-wrap:wrap;
gap:18px;
margin-top:30px
}
.cities a{
font-size:14px;
white-space:nowrap
}

/* FOOTER */
footer{
background:#000;
text-align:center;
padding:36px;
font-size:14px;
color:#aaaaaa
}

/* FLOATING WHATSAPP */
.whatsapp-float{
position:fixed;
bottom:22px;
right:22px;
width:58px;
height:58px;
background:#25d366;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
z-index:999;
box-shadow:0 8px 20px rgba(0,0,0,.4)
}

@media(max-width:768px){
.hero h1{font-size:34px}
}
/* ================= PROFILE SECTION ================= */

.profile-section{
padding:90px 28px;
max-width:1300px;
margin:auto;
}

.profile-section h2{
font-size:34px;
margin-bottom:30px;
text-align:center;
}

.profile-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
}

.profile-card{
background:#141414;
border-radius:12px;
overflow:hidden;
border:1px solid rgba(255,255,255,.08);
}

.profile-name{
padding:14px;
font-size:18px;
font-weight:600;
text-align:center;
color:#ff2f92;
}

.profile-gallery{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:6px;
padding:10px;
}

.profile-gallery img{
width:100%;
height:140px;
object-fit:cover;
border-radius:6px;
}

.profile-action{
padding:16px;
text-align:center;
}

.profile-action a{
display:inline-block;
background:#25d366;
color:#fff;
padding:12px 22px;
border-radius:6px;
font-weight:600;
font-size:15px;
}
/* ================= GIRL PROFILE GRID ================= */

.profile-section{
padding:90px 28px;
max-width:1300px;
margin:auto;
}

.profile-section h2{
font-size:34px;
margin-bottom:40px;
text-align:center;
}

.profile-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:35px;
}

/* CARD */
.profile-card{
background:#111;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.6);
transition:transform .3s ease;
}

.profile-card:hover{
transform:translateY(-6px);
}

/* IMAGE */
.profile-card img{
width:100%;
height:420px;
object-fit:cover;
display:block;
}

/* NAME BAR */
.profile-name{
background:#ff008c;
color:#fff;
font-size:20px;
font-weight:700;
text-align:center;
padding:14px 10px;
}

/* ACTION */
.profile-action{
padding:18px;
text-align:center;
}

.profile-action a{
display:inline-block;
background:#25d366;
color:#fff;
padding:12px 26px;
border-radius:30px;
font-size:15px;
font-weight:600;
}
/* ================= PROFILE GLOW SECTION ================= */

.profile-section{
padding:90px 28px;
max-width:1400px;
margin:auto;
}

.profile-section h2{
font-size:34px;
margin-bottom:45px;
text-align:center;
color:#fff;
}

/* GRID */
.profile-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:40px;
}

/* CARD */
.profile-card{
background:#0f0f0f;
border-radius:22px;
overflow:hidden;
position:relative;
box-shadow:0 0 0 rgba(255,0,140,0);
transition:all .35s ease;
}

.profile-card::before{
content:"";
position:absolute;
inset:0;
border-radius:22px;
background:linear-gradient(135deg,#ff008c,#ff4ecd,#ff008c);
opacity:0;
filter:blur(25px);
z-index:-1;
transition:.35s;
}

.profile-card:hover::before{
opacity:.7;
}

.profile-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(255,0,140,.35);
}

/* IMAGE */
.profile-card img{
width:100%;
height:420px;
object-fit:cover;
display:block;
}

/* NAME BAR */
.profile-name{
background:#ff008c;
color:#fff;
font-size:20px;
font-weight:700;
text-align:center;
padding:16px;
letter-spacing:.4px;
}

/* ACTION */
.profile-action{
padding:22px;
text-align:center;
}

.profile-action a{
display:inline-block;
background:#25d366;
color:#fff;
padding:14px 32px;
border-radius:30px;
font-size:15px;
font-weight:600;
transition:.25s;
}

.profile-action a:hover{
background:#1ebe5d;
transform:scale(1.05);
}

/* RESPONSIVE */
@media(max-width:768px){
.profile-card img{height:360px}
}
