*{
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:url('https://images.unsplash.com/photo-1464226184884-fa280b87c399?auto=format&fit=crop&w=2000&q=80');
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;
}

.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-size:90px;
line-height:1;
font-weight:800;
margin-bottom:10px;
}

.hero h1 span{
color:#9be041;
}

.hero h3{
font-size:48px;
margin-bottom:20px;
font-weight:700;
}

.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:#8b5e3c;
padding:30px;
border-radius:20px;
font-size:28px;
font-weight:700;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.3);
}

/* FITUR */

.features{
margin-top:-70px;
position:relative;
z-index:10;
}

.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('https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?auto=format&fit=crop&w=1200&q=80');
}

.school{
background-image:url('https://images.unsplash.com/photo-1509062522246-3755977927d7?auto=format&fit=crop&w=1200&q=80');
}

.group{
background-image:url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1200&q=80');
}

.regular{
background-image:url('https://images.unsplash.com/photo-1464226184884-fa280b87c399?auto=format&fit=crop&w=1200&q=80');
}

.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('https://images.unsplash.com/photo-1416879595882-3373a0480b5b');
}

.act2{
background-image:url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6');
}

.act3{
background-image:url('https://images.unsplash.com/photo-1464226184884-fa280b87c399');
}

.act4{
background-image:url('https://images.unsplash.com/photo-1517486808906-6ca8b3f04846');
}

.act5{
background-image:url('https://images.unsplash.com/photo-1457530378978-8bac673b8062');
}

.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;
}

.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:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:40px;
}

.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;
}