*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Poppins,sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:linear-gradient(180deg,#fff7ed 0%,#f8fafc 38%,#eef2ff 100%);
color:#162033;
line-height:1.7;
}

body::selection{
background:#ff8a00;
color:#fff;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
position:relative;
z-index:2;
width:100%;
padding:22px clamp(20px,5vw,76px);
background:transparent;
}

.logo{
font-size:1.5rem;
font-weight:800;
color:#fff;
letter-spacing:.02em;
text-shadow:0 8px 24px rgba(0,0,0,.28);
}

.nav-btn{
display:inline-flex;
align-items:center;
justify-content:center;
text-decoration:none;
font-weight:700;
color:#fff;
padding:10px 20px;
border:1px solid rgba(255,255,255,.58);
border-radius:999px;
background:rgba(255,255,255,.14);
box-shadow:0 12px 30px rgba(0,0,0,.18);
backdrop-filter:blur(10px);
transition:transform .25s ease,background .25s ease,border-color .25s ease;
}

.nav-btn:hover{
transform:translateY(-2px);
background:rgba(255,255,255,.24);
border-color:rgba(255,255,255,.95);
}

.hero{
position:relative;
width:100%;
min-height:85vh;
display:flex;
flex-direction:column;
overflow:hidden;
isolation:isolate;
background-image:linear-gradient(135deg,rgba(236,72,153,.34),rgba(249,115,22,.24) 38%,rgba(37,211,102,.18)),linear-gradient(rgba(0,0,0,0.45),rgba(0,0,0,0.45)),url("https://images.pexels.com/photos/996329/pexels-photo-996329.jpeg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

.hero::before{
content:"";
position:absolute;
inset:0;
z-index:-1;
background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.22),transparent 28%),radial-gradient(circle at 80% 72%,rgba(37,211,102,.24),transparent 32%);
animation:softGlow 8s ease-in-out infinite alternate;
}

.hero::after{
content:"";
position:absolute;
inset:auto 8% 8% auto;
z-index:-1;
width:220px;
height:220px;
border-radius:50%;
background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.03));
filter:blur(2px);
animation:floatShape 7s ease-in-out infinite;
}

.hero-content{
position:relative;
z-index:2;
flex:1;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
max-width:1040px;
width:100%;
margin:0 auto;
padding:92px 22px 124px;
color:#fff;
animation:heroFadeUp .8s ease both;
}

.eyebrow{
display:inline-flex;
align-items:center;
gap:8px;
margin-bottom:18px;
padding:9px 18px;
border:1px solid rgba(255,255,255,.36);
border-radius:999px;
background:rgba(255,255,255,.14);
box-shadow:0 16px 40px rgba(0,0,0,.2);
backdrop-filter:blur(12px);
font-size:.82rem;
font-weight:700;
letter-spacing:.16em;
text-transform:uppercase;
}

.eyebrow::before{
content:"✦";
color:#ffd166;
}

.hero h1{
font-size:clamp(2.45rem,6vw,5rem);
line-height:1.06;
margin-bottom:22px;
font-weight:800;
letter-spacing:-.055em;
text-shadow:0 10px 34px rgba(0,0,0,.38);
}

.hero-subtitle{
font-size:clamp(1.08rem,2.2vw,1.5rem);
line-height:1.8;
margin-bottom:34px;
font-weight:500;
color:rgba(255,255,255,.96);
text-shadow:0 8px 24px rgba(0,0,0,.38);
}

.btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
background:linear-gradient(135deg,#25D366,#16a34a);
color:#fff;
padding:14px 28px;
border-radius:999px;
text-decoration:none;
font-weight:800;
letter-spacing:.01em;
box-shadow:0 16px 34px rgba(37,211,102,.28);
transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;
}

.btn::before{
content:"💬";
}

.btn:hover{
transform:translateY(-3px);
box-shadow:0 22px 44px rgba(37,211,102,.38);
filter:saturate(1.12);
}

section{
position:relative;
padding:92px 22px;
max-width:1200px;
margin:auto;
}

section + section{
padding-top:72px;
}

h2{
text-align:center;
margin-bottom:14px;
font-size:clamp(1.85rem,3vw,2.65rem);
line-height:1.15;
font-weight:800;
letter-spacing:-.035em;
color:#111827;
}

h2::after{
content:"";
display:block;
width:72px;
height:4px;
margin:16px auto 0;
border-radius:999px;
background:linear-gradient(90deg,#ff8a00,#ec4899,#25D366);
}

.tagline{
text-align:center;
max-width:680px;
margin:0 auto 34px;
color:#64748b;
font-weight:500;
}

.about{
max-width:980px;
}

.about p{
max-width:850px;
margin:28px auto 0;
padding:34px;
text-align:center;
background:rgba(255,255,255,.86);
border:1px solid rgba(255,255,255,.74);
border-radius:28px;
box-shadow:0 18px 50px rgba(15,23,42,.08);
backdrop-filter:blur(8px);
}

.products{
max-width:1240px;
}

.single-image,
.grid img,
.features div,
.contact{
transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.single-image{
overflow:hidden;
border-radius:28px;
background:#fff;
padding:12px;
box-shadow:0 22px 60px rgba(15,23,42,.11);
}

.single-image:hover{
transform:translateY(-6px);
box-shadow:0 30px 70px rgba(15,23,42,.16);
}

.single-image img{
width:100%;
height:auto;
object-fit:contain;
display:block;
border-radius:20px;
}

.grid img{
width:100%;
height:100%;
object-fit:cover;
border-radius:18px;
}


.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:22px;
}

.grid img{
width:100%;
height:100%;
min-height:240px;
object-fit:cover;
border:8px solid #fff;
border-radius:18px;
box-shadow:0 18px 44px rgba(15,23,42,.12);
background:#fff;
}

.grid img:hover{
transform:translateY(-6px) scale(1.015);
box-shadow:0 28px 60px rgba(15,23,42,.18);
}

.why{
max-width:1240px;
}

.features{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-top:34px;
}

.features div{
background:linear-gradient(180deg,#fff,#fff7ed);
padding:28px 20px;
border:1px solid rgba(249,115,22,.12);
border-radius:24px;
text-align:center;
font-weight:700;
box-shadow:0 10px 24px rgba(15,23,42,.08);
transition:.3s ease;
}

.features div:hover{
transform:translateY(-6px);
border-color:rgba(249,115,22,.32);
box-shadow:0 12px 28px rgba(0,0,0,.12);
}

.contact{
max-width:760px;
margin-bottom:86px;
text-align:center;
background:linear-gradient(135deg,#111827,#312e81 52%,#0f766e);
color:#fff;
border-radius:32px;
box-shadow:0 28px 80px rgba(17,24,39,.22);
}

.contact h2{
color:#fff;
}

.contact p{
margin:12px auto;
font-weight:500;
color:rgba(255,255,255,.9);
}

.contact .btn{
margin-top:20px;
}

footer{
background:#0b1120;
color:#fff;
text-align:center;
padding:28px 18px;
font-weight:500;
}

footer a{
display:inline-block;
margin-top:8px;
color:#25D366;
text-decoration:none;
font-weight:700;
}

footer a:hover{
color:#86efac;
}

.whatsapp-float{
position:fixed;
right:20px;
bottom:20px;
z-index:10;
display:flex;
align-items:center;
justify-content:center;
width:58px;
height:58px;
background:linear-gradient(135deg,#25D366,#16a34a);
color:#fff;
font-size:28px;
border-radius:50%;
text-decoration:none;
box-shadow:0 16px 34px rgba(22,163,74,.35);
animation:pulseWhatsapp 2.2s ease-in-out infinite;
}

.whatsapp-float:hover{
transform:translateY(-3px) scale(1.04);
}

@keyframes heroFadeUp{
from{
opacity:0;
transform:translateY(24px);
}

to{
opacity:1;
transform:translateY(0);
}
}

@keyframes softGlow{
from{
opacity:.65;
transform:scale(1);
}

to{
opacity:1;
transform:scale(1.04);
}
}

@keyframes floatShape{
0%,100%{
transform:translate3d(0,0,0);
}

50%{
transform:translate3d(-18px,-22px,0);
}
}

@keyframes pulseWhatsapp{
0%,100%{
box-shadow:0 16px 34px rgba(22,163,74,.35);
}

50%{
box-shadow:0 16px 42px rgba(22,163,74,.55),0 0 0 10px rgba(37,211,102,.12);
}
}

@media(max-width:768px){

.navbar{
padding:18px 20px;
}

.logo{
font-size:1.25rem;
}

.nav-btn{
padding:9px 14px;
font-size:.9rem;
}

.hero{
min-height:85vh;
background-position:center;
}

.hero-content{
padding:70px 18px 96px;
}

.eyebrow{
font-size:.72rem;
letter-spacing:.11em;
}

section{
padding:68px 18px;
}

.about p{
padding:26px 22px;
border-radius:22px;
}

.grid{
grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
gap:16px;
}

.grid img{
min-height:180px;
border-width:6px;
border-radius:20px;
}

.contact{
margin:0 18px 68px;
border-radius:26px;
}

}

@media(max-width:480px){

.hero-content{
padding:60px 16px 86px;
}

.hero-subtitle{
line-height:1.55;
}

.btn{
width:100%;
max-width:310px;
padding:13px 20px;
}

.features{
grid-template-columns:1fr;
}

.whatsapp-float{
right:16px;
bottom:16px;
width:54px;
height:54px;
font-size:26px;
}

}
