*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
scroll-behavior:smooth;
}

body{
background:#f8faf7;
color:#222;
line-height:1.6;
overflow-x:hidden;
}

.container{
width:90%;
max-width:1400px;
margin:auto;
}

/* HEADER */

header{
position:fixed;
top:0;
left:0;
width:100%;
background:#fff;
z-index:999;
box-shadow:0 2px 15px rgba(0,0,0,.08);
}

.nav-wrapper{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
display:flex;
align-items:center;
gap:12px;
}

.logo-icon{
font-size:40px;
}

.logo h2{
color:#227a2d;
font-size:32px;
font-weight:800;
line-height:1;
}

.logo span{
font-size:13px;
color:#666;
}

nav{
display:flex;
gap:35px;
}

nav a{
text-decoration:none;
font-weight:600;
color:#222;
transition:.3s;
}

nav a:hover{
color:#3ca738;
}

.wa-btn{
background:#2f9e44;
color:#fff;
padding:14px 24px;
border-radius:12px;
text-decoration:none;
font-weight:600;
}

.wa-btn:hover{
background:#227a2d;
}

/* HERO */

.hero{
height:100vh;
background:
    linear-gradient(rgba(0,0,0,.45),
    rgba(0,0,0,.45)),
    url('assets/greenhouse.jpg');
background-size:cover;
background-position:center;
position:relative;
display:flex;
align-items:center;
margin-top:85px;
}

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.45);
}

.hero-content{
position:relative;
z-index:5;
display:flex;
justify-content:space-between;
align-items:center;
color:#fff;
}

.hero-left{
max-width:700px;
}
.hero-title{
width:450px;
max-width:100%;
display:block;
margin-bottom:20px;
}
.hero-title{
width:450px;
max-width:100%;
display:block;
margin-bottom:20px;

animation:
floatLogo 5s ease-in-out infinite,
logoGlow 3s ease-in-out infinite;
}

@keyframes floatLogo{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-15px);
}

100%{
transform:translateY(0px);
}

}

@keyframes logoGlow{

0%{
filter:drop-shadow(0 0 5px rgba(155,234,65,.2));
}

50%{
filter:drop-shadow(0 0 25px rgba(155,234,65,.6));
}

100%{
filter:drop-shadow(0 0 5px rgba(155,234,65,.2));
}

}

.welcome{
display:inline-block;
background:rgba(255,255,255,.15);
padding:12px 20px;
border-radius:50px;
margin-bottom:20px;
backdrop-filter:blur(8px);
}

.hero h1{
font-family:'Baloo 2', cursive;
font-size:120px;
font-weight:800;
line-height:0.8;
margin-bottom:20px;
letter-spacing:-2px;
}

.hero h1 .melwi{
display:block;
color:#fff;

text-shadow:
3px 3px 0 #d9d9d9,
6px 6px 0 rgba(0,0,0,.15),
0 8px 25px rgba(0,0,0,.35);

transform:rotate(-2deg);
}

.hero h1 .farm{
display:block;
color:#9BEA41;

text-shadow:
0 0 10px #9BEA41,
0 0 20px #9BEA41,
0 0 40px #9BEA41,
0 0 80px #9BEA41,
0 0 120px #9BEA41;

animation:farmGlow 2s infinite alternate;
}

.hero h3{
font-size:60px;
font-weight:800;
line-height:1.1;
margin-bottom:20px;
}

.hero p{
font-size:20px;
max-width:650px;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
gap:15px;
}

.btn-green{
background:#42b649;
color:#fff;
padding:16px 30px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

.btn-white{
background:#fff;
color:#222;
padding:16px 30px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

.floating-card{
background:linear-gradient(
135deg,
#d8ff8a,
#9BEA41,
#6dbb2d
);

color:white;
padding:30px;
border-radius:20px;
font-size:28px;
font-weight:700;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.3);

animation:floating 4s ease-in-out infinite;
}

/* FITUR */

.features{
margin-top:-30px;
position:relative;
z-index:10;
overflow:hidden;
}

.feature-box{
background:#fff;
padding:40px;
border-radius:30px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
display:grid;
grid-template-columns:repeat(5,1fr);
gap:25px;
}

.feature-item{
text-align:center;
}

.feature-item i{
font-size:42px;
color:#2f9e44;
margin-bottom:15px;
}

.feature-item h4{
margin-bottom:10px;
}

.feature-item p{
font-size:14px;
color:#666;
}

/* SECTION */

.section-header{
text-align:center;
margin-bottom:50px;
}

.section-header span{
color:#2f9e44;
font-weight:700;
}

.section-header h2{
font-size:50px;
margin-top:10px;
margin-bottom:15px;
color:#1d6b28;
}

/* PAKET */

.package-section{
padding:120px 0;
}

.package-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.package-card{
background:#fff;
border-radius:25px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.package-card:hover{
transform:translateY(-8px);
}

.card-image{
height:220px;
background-size:cover;
background-position:center;
}

.family{
background-image:url('assets/kel.jpg');
}

.school{
background-image:url('assets/tk.jpg');
}

.group{
background-image:url('assets/pkk.jpg');
}

.regular{
background-image:url('assets/regu.jpg');
}

.card-body{
padding:25px;
}

.card-body h3{
margin-bottom:10px;
}

.price{
margin-top:15px;
font-size:28px;
font-weight:800;
color:#2f9e44;
}

/* AKTIVITAS */

.activity-section{
padding:80px 0;
background:#fff;
}

.activity-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.activity-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.activity-image{
height:180px;
background-size:cover;
background-position:center;
}

.act1{
background-image:url('assets/tour.jpg');
}

.act2{
background-image:url('assets/tani.jpg');
}

.act3{
background-image:url('assets/petik.jpg');
}

.act4{
background-image:url('assets/bermain.jpg');
}

.act5{
background-image:url('assets/spot.jpg');
}

.activity-card h3{
padding:15px 20px 0;
}

.activity-card p{
padding:10px 20px 20px;
font-size:14px;
color:#666;
}

/* WHY */

.why-section{
padding:120px 0;
background:#eef8ec;
}

.why-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:50px;
}

.why-left h2{
font-size:50px;
color:#1d6b28;
margin-bottom:30px;
}

.why-left ul{
list-style:none;
}

.why-left li{
margin-bottom:18px;
font-size:20px;
}

.melon-box{
height:350px;
background:#42b649;
border-radius:30px;
display:flex;
align-items:center;
justify-content:center;
font-size:140px;
}

/* GALERI */

.gallery-section{
padding:120px 0;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.gallery-grid img{
width:100%;
height:300px;
object-fit:cover;
border-radius:20px;
transition:.3s;
}

.gallery-grid img:hover{
transform:scale(1.04);
}

/* INFO */
<section class="greenhouse-section">

<div class="container">

<div class="section-header">
<span>Greenhouse</span>
<h2>Informasi Greenhouse</h2>
</div>

<div class="info-grid">

<div class="info-card">
🍈 Melon Premium
</div>

<div class="info-card">
🌱 Budidaya Modern
</div>

<div class="info-card">
💧 Sistem Irigasi
</div>

<div class="info-card">
📸 Spot Foto Menarik
</div>

</div>

</div>

</section>

.info-section{
padding:100px 0;
background:#f3f7f1;
}

.info-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

@media (max-width:768px){

.info-grid{
grid-template-columns:1fr;
}

}

.info-card{
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
}

/* KONTAK */

.contact-section{
padding:120px 0;
text-align:center;
}

.contact-section h2{
font-size:50px;
margin-bottom:15px;
color:#1d6b28;
}

.contact-btn{
display:inline-block;
margin-top:25px;
background:#2f9e44;
color:#fff;
padding:18px 35px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

/* FOOTER */

footer{
background:#17621f;
color:#fff;
padding-top:60px;
}

.footer-content{
display:flex;
justify-content:space-between;
padding-bottom:40px;
}

.copyright{
text-align:center;
padding:25px;
border-top:1px solid rgba(255,255,255,.15);
}

/* MOBILE */

@media(max-width:1100px){

nav{
display:none;
}

.hero-content{
flex-direction:column;
text-align:center;
}

.hero h1{
font-size:60px;
}

.hero h3{
font-size:32px;
}

.feature-box{
grid-template-columns:repeat(2,1fr);
}

.package-grid{
grid-template-columns:repeat(2,1fr);
}

.activity-grid{
grid-template-columns:repeat(2,1fr);
}

.gallery-grid{
grid-template-columns:repeat(2,1fr);
}

.info-grid{
grid-template-columns:1fr;
}

.why-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.hero h1{
font-size:45px;
}

.hero h3{
font-size:26px;
}

.package-grid,
.activity-grid,
.gallery-grid{
grid-template-columns:1fr;
}

.feature-box{
grid-template-columns:1fr;
}

.logo h2{
font-size:24px;
}

.wa-btn{
display:none;
}

}
.testimonial-section{
padding:100px 0;
background:#f7fbf5;
}

.testimonial-grid{
display:flex;
flex-wrap:wrap;
gap:20px;
justify-content:center;
margin-top:40px;
}

.testimonial-card{
flex:1 1 250px;
max-width:350px;
background:white;
padding:30px;
border-radius:20px;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.testimonial-card{
background:white;
padding:30px;
border-radius:20px;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.social-links{
margin-top:20px;
}

.social-links a{
color:white;
text-decoration:none;
margin:0 10px;
}
@keyframes floating{

0%{
transform:translateY(0px) rotate(-2deg);
}

50%{
transform:translateY(-15px) rotate(2deg);
}

100%{
transform:translateY(0px) rotate(-2deg);
}

@keyframes titleFloat{
0%{
transform:translateY(0px);
}

50%{
transform:translateY(-10px);
}

100%{
transform:translateY(0px);
}

}
@keyframes bgZoom{
from{
background-size:100%;
}
to{
background-size:110%;
}
}
/* =========================
   MOBILE FIX MELWI FARM
========================= */

@media screen and (max-width:768px){

html,
body{
    width:100%;
    overflow-x:hidden !important;
}

/* CONTAINER */
.container{
    width:100% !important;
    max-width:100% !important;
    padding:0 15px !important;
}

/* HEADER */
.nav-wrapper{
    flex-direction:column;
    gap:15px;
}

/* HERO */
.hero{
    padding:120px 0 60px;
}

.hero-content{
    display:block !important;
    text-align:center;
}

.hero-left{
    max-width:100% !important;
}

.hero h1{
    font-size:50px !important;
    line-height:1;
}

.hero h3{
    font-size:24px !important;
}

.hero p{
    font-size:16px !important;
}

.hero-buttons{
    justify-content:center;
    flex-wrap:wrap;
}

/* HILANGKAN KOTAK HIJAU */
.floating-card{
    display:none !important;
}

/* FITUR */
.feature-box{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:20px;
}

/* PAKET */
.package-grid{
    display:grid;
    grid-template-columns:1fr !important;
}

/* AKTIVITAS */
.activity-grid{
    display:grid;
    grid-template-columns:1fr !important;
}

/* GALERI */
.gallery-grid{
    display:grid;
    grid-template-columns:1fr !important;
}

/* INFORMASI */
.info-grid{
    display:grid;
    grid-template-columns:1fr !important;
}

/* TESTIMONI */
.testimonial-grid{
    display:flex !important;
    flex-direction:column !important;
    gap:20px;
}

.testimonial-card{
    width:100% !important;
    max-width:100% !important;
}

/* FOOTER */
.footer-grid{
    display:grid;
    grid-template-columns:1fr !important;
}

}
@keyframes farmGlow{
from{
text-shadow:
0 0 10px #9BEA41,
0 0 20px #9BEA41,
0 0 40px #9BEA41,
0 0 80px #9BEA41;
}

to{
text-shadow:
0 0 20px #9BEA41,
0 0 40px #9BEA41,
0 0 80px #9BEA41,
0 0 120px #9BEA41,
0 0 180px #9BEA41;
}
}
.hero-title{
width:600px;
max-width:100%;
display:block;
margin-bottom:20px;
}
/* ==========================
   PACKAGE MODAL
========================== */

.package-modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.85);
z-index:99999;
overflow-y:auto;
padding:40px 15px;
}

.package-modal-content{
background:white;
max-width:1000px;
margin:auto;
border-radius:25px;
overflow:hidden;
animation:zoomIn .3s ease;
}

.close-modal{
position:absolute;
right:25px;
top:15px;
font-size:40px;
cursor:pointer;
color:#333;
font-weight:bold;
}

.package-hero{
height:350px;
background-size:cover;
background-position:center;
}

.package-body{
padding:40px;
}

.package-body h2{
font-size:42px;
color:#2f7d32;
margin-bottom:15px;
}

.package-body p{
line-height:1.8;
margin-bottom:20px;
}

.package-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin:30px 0;
}

.package-list div{
background:#f6f6f6;
padding:15px;
border-radius:12px;
}

.package-btn{
display:inline-block;
background:#34a853;
color:white;
padding:15px 30px;
border-radius:12px;
text-decoration:none;
font-weight:700;
margin-top:20px;
}

@keyframes zoomIn{
from{
opacity:0;
transform:scale(.9);
}
to{
opacity:1;
transform:scale(1);
}
}

@media(max-width:768px){

.package-list{
grid-template-columns:1fr;
}

.package-body{
padding:25px;
}

.package-body h2{
font-size:30px;
}

.package-hero{
height:220px;
}

}
.package-modal{
display:none;
position:fixed;
z-index:9999;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.7);
overflow:auto;
}

.package-modal-content{
background:#fff;
width:90%;
max-width:800px;
margin:50px auto;
border-radius:20px;
overflow:hidden;
animation:zoomIn .3s ease;
}

.package-hero{
height:300px;
background-size:cover;
background-position:center;
}

.package-body{
padding:30px;
}

.package-body h2{
font-size:32px;
margin-bottom:15px;
color:#2c7a2c;
}

.package-body p{
line-height:1.8;
margin-bottom:20px;
}

.package-list div{
padding:10px 0;
border-bottom:1px solid #eee;
}

.package-btn{
display:inline-block;
margin-top:20px;
background:#35a944;
color:#fff;
padding:14px 25px;
border-radius:10px;
text-decoration:none;
font-weight:700;
}

.close-modal{
position:absolute;
right:25px;
top:15px;
font-size:40px;
cursor:pointer;
color:white;
}

@keyframes zoomIn{
from{
transform:scale(.8);
opacity:0;
}
to{
transform:scale(1);
opacity:1;
}
}