@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; background: #fff; color: #141414; }

/* Disclaimer */
.disclaimer-bar { background: #f3f4f6; padding: 8px 16px; text-align: center; font-size: 12px; color: #6b7280; }
.disclaimer-bar a { color: #f97316; font-weight: 600; text-decoration: none; }

/* Navbar */
nav.navbar { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.navbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.navbar-brand { font-size: 20px; font-weight: 700; color: #111; text-decoration: none; }
.navbar-brand span { color: #f97316; }
.navbar-links { display: flex; gap: 28px; align-items: center; }
.navbar-links a { font-size: 14px; font-weight: 500; color: #374151; text-decoration: none; }
.navbar-links a:hover { color: #f97316; }
.btn-whatsapp { background: #f97316; color: #fff; font-size: 14px; font-weight: 600; padding: 8px 20px; border-radius: 8px; text-decoration: none; }

/* Hero */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.55); }
.hero-blob-tl { position: absolute; top: 0; left: 0; width: 280px; height: 280px; border-radius: 50%; opacity: 0.7; pointer-events: none; background: radial-gradient(circle, #ff6a00 0%, #ee0979 60%, transparent 75%); transform: translate(-30%, -30%); }
.hero-content { position: relative; z-index: 10; max-width: 1200px; margin: 0 auto; padding: 80px 24px; width: 100%; max-width: 700px; }
.hero-content h1 { font-size: 40px; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 16px; }
.hero-content .tagline { color: #fb923c; font-size: 20px; font-weight: 700; margin-bottom: 12px; letter-spacing: 1px; }
.hero-content p { color: rgba(255,255,255,0.8); font-size: 16px; line-height: 1.7; margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #ff6a00, #ee0979); color: #fff; font-weight: 600; padding: 14px 28px; border-radius: 8px; text-decoration: none; font-size: 15px; font-family: 'Poppins', sans-serif; }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); color: #fff; font-weight: 600; padding: 14px 28px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.3); text-decoration: none; font-size: 15px; font-family: 'Poppins', sans-serif; }

/* About */
.about-section { padding: 80px 24px; background: #fff; }
.section-container { max-width: 1200px; margin: 0 auto; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-grid h2 { font-size: 28px; font-weight: 700; color: #111; margin-bottom: 16px; line-height: 1.3; }
.about-grid > div > p { color: #6b7280; font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feature-item { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: #f9fafb; border-radius: 12px; border: 1px solid #f0f0f0; font-size: 13px; font-weight: 500; color: #1f2937; }
.about-stat { background: linear-gradient(135deg, #ff6a00, #ee0979); border-radius: 20px; padding: 48px 24px; text-align: center; color: #fff; }
.stat-number { font-size: 80px; font-weight: 800; line-height: 1; }
.stat-label { font-size: 18px; font-weight: 500; opacity: 0.9; margin-top: 8px; }
.stat-divider { width: 48px; height: 4px; background: rgba(255,255,255,0.4); border-radius: 2px; margin: 16px auto; }
.stat-sub { font-size: 13px; opacity: 0.7; }

/* Gallery */
.gallery-section { padding: 40px 24px; background: #fff; }
.gallery-wrap { position: relative; border-radius: 20px; overflow: hidden; }
.gallery-wrap img { width: 100%; height: 360px; object-fit: cover; display: block; }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); display: flex; align-items: flex-end; padding: 32px; }
.gallery-overlay h2 { color: #fff; font-size: 22px; font-weight: 700; }

/* Transport */
.transport-section { padding: 64px 24px; background: #fff; }
.transport-section h2 { font-size: 28px; font-weight: 700; color: #111; margin-bottom: 24px; }
.map-wrap { border-radius: 20px; overflow: hidden; border: 1px solid #e5e7eb; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.map-link { margin-top: 12px; font-size: 14px; }
.map-link a { color: #f97316; font-weight: 600; text-decoration: none; }

/* Bottom Section */
.bottom-section { padding: 64px 24px; background: #fff; }
.bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.bottom-grid h2 { font-size: 28px; font-weight: 700; color: #111; margin-bottom: 24px; }
.announcement { border-bottom: 1px solid #f0f0f0; padding-bottom: 20px; }
.announcement p { font-size: 14px; color: #374151; margin-bottom: 6px; }
.announcement span { font-size: 12px; color: #9ca3af; }
.contact-cards { display: flex; flex-direction: column; gap: 14px; }
.wa-card { display: flex; align-items: center; gap: 18px; padding: 22px; border-radius: 20px; background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; text-decoration: none; }
.wa-card strong { font-size: 15px; font-weight: 700; display: block; }
.wa-card p { font-size: 13px; opacity: 0.85; margin-top: 2px; }
.wa-card small { font-size: 11px; opacity: 0.65; }
.contact-card { display: flex; align-items: center; gap: 18px; padding: 22px; border-radius: 20px; border: 1px solid #f0f0f0; background: #fff; text-decoration: none; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.contact-card strong { font-size: 15px; font-weight: 700; color: #111; display: block; }
.contact-card p { font-size: 13px; color: #6b7280; margin-top: 2px; }
.contact-icon-wrap { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #ff6a0020, #ee097920); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 22px; }
.wa-icon { background: rgba(255,255,255,0.2) !important; }
.iban-box { padding: 16px; background: #f9fafb; border-radius: 12px; border: 1px solid #f0f0f0; }
.iban-label { font-size: 12px; color: #6b7280; margin-bottom: 6px; }
.iban-box code { font-size: 12px; font-family: monospace; color: #1f2937; letter-spacing: 0.5px; }
.iban-note { font-size: 11px; color: #9ca3af; margin-top: 4px; }

/* Footer */
footer { background: #111827; color: #fff; padding: 40px 24px; text-align: center; }
footer p { font-size: 13px; }
footer .sub { font-size: 12px; color: #9ca3af; max-width: 600px; margin: 8px auto 0; line-height: 1.6; }

/* WhatsApp Float */
.wa-float { position: fixed; bottom: 20px; right: 20px; z-index: 50; display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; font-weight: 600; padding: 14px 20px; border-radius: 50px; box-shadow: 0 4px 20px rgba(37,211,102,0.4); text-decoration: none; font-size: 14px; font-family: 'Poppins', sans-serif; }

@media (max-width: 768px) {
  .about-grid, .bottom-grid { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 26px; }
  .navbar-links { display: none; }
  .stat-number { font-size: 60px; }
}