@charset "UTF-8";

/* Variables */
:root {
  --primary: #0A5C36;
  --primary-light: #12824C;
  --primary-dark: #053b21;
  --accent: #F59E0B;
  --bg-color: #F8FAFC;
  --bg-alt: #FFFFFF;
  --text-main: #0F172A;
  --text-muted: #64748B;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --radius-xl: 1.5rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; font-family: var(--font-body); color: var(--text-main); }
body { background-color: var(--bg-color); line-height: 1.6; overflow-x: hidden; }

/* Utilities */
.container { width: 90%; max-width: 1200px; margin: 0 auto; }
.section-padding { padding: 5rem 0; }
.text-center { text-align: center; }
.bg-alt { background-color: var(--bg-alt); }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 700; color: var(--text-main); line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }

/* Section Titles */
.section-title { margin-bottom: 3rem; }
.section-title .subtitle { display: inline-block; padding: 0.5rem 1rem; background: rgba(10, 92, 54, 0.1); color: var(--primary); border-radius: 2rem; font-weight: 600; font-size: 0.875rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; }
.section-title h2 { font-size: 2.5rem; position: relative; }
.section-title p { color: var(--text-muted); font-size: 1.1rem; margin-top: 0.5rem; }

/* Navbar */
.navbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); padding: 1rem 0; background: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.navbar.scrolled { padding: 0.8rem 0; box-shadow: 0 4px 20px rgba(0,0,0,0.08); background: rgba(255, 255, 255, 0.98); }
.nav-container { width: 90%; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.navbar .logo { font-size: 1.5rem; font-weight: 800; font-family: var(--font-heading); color: var(--primary); display: flex; align-items: center; }
.navbar .logo img { height: 45px; margin-right: 12px; width: auto; object-fit: contain; }
.navbar .logo span { color: var(--accent); }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { color: var(--text-main); font-weight: 600; font-family: var(--font-heading); position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--accent); transition: var(--transition); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: var(--primary); }

/* Dropdown */
.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: 100%; left: 0; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 0.75rem; padding: 0.5rem 0; min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); margin-top: 15px; }
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu li { margin: 0; display: block; }
.dropdown-menu li a { display: block; padding: 0.75rem 1.5rem; color: var(--text-main) !important; font-size: 0.95rem; font-weight: 500; }
.dropdown-menu li a::after { display: none !important; }
.dropdown-menu li a:hover { background: rgba(10,92,54,0.05); color: var(--primary) !important; padding-left: 2rem; }

.hamburger { display: none; color: var(--text-main); font-size: 1.5rem; cursor: pointer; }

/* Common Page Header */
.page-header { position: relative; padding: 12rem 0 7rem; text-align: center; color: #fff; overflow: hidden; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); margin-bottom: 0; }
.page-header h1 { font-size: 3.5rem; margin-bottom: 1rem; color: #fff; }
.page-header p { font-size: 1.25rem; opacity: 0.9; max-width: 600px; margin: 0 auto; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.875rem 2rem; font-weight: 600; font-family: var(--font-heading); border-radius: 3rem; transition: var(--transition); gap: 0.5rem; cursor: pointer; border: none; font-size: 1rem; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 4px 14px 0 rgba(10, 92, 54, 0.39); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(10, 92, 54, 0.23); background: var(--primary-light); color: #fff; }
.btn-outline { background: rgba(255,255,255,0.1); backdrop-filter: blur(5px); color: #fff; border: 1px solid rgba(255,255,255,0.5); }
.btn-outline:hover { background: #fff; color: var(--primary); border-color: #fff; transform: translateY(-3px); }

/* Hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: 5rem; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('https://s3.ap-southeast-1.wasabisys.com/unicloud/utama/uploads/2026/02/uninusnow.png') center/cover no-repeat; z-index: -2; transform: scale(1.05); animation: slowZoom 20s infinite alternate; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(5, 59, 33, 0.95) 0%, rgba(10, 92, 54, 0.8) 100%); z-index: -1; }
@keyframes slowZoom { from { transform: scale(1); } to { transform: scale(1.1); } }
.hero-content { width: 90%; max-width: 1000px; margin: 0 auto; color: #fff; text-align: center; }
.hero-content .badge { display: inline-block; padding: 0.5rem 1.25rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 2rem; font-size: 0.875rem; font-weight: 600; margin-bottom: 1.5rem; backdrop-filter: blur(5px); background: rgba(255,255,255,0.1); letter-spacing: 1px; text-transform: uppercase; }
.hero-content h1 { font-size: 4.5rem; margin-bottom: 1.5rem; color: #fff; line-height: 1.1; }
.hero-content h1 span { color: var(--accent); position: relative; }
.hero-content p { font-size: 1.25rem; font-weight: 300; margin-bottom: 2.5rem; opacity: 0.95; max-width: 800px; margin-inline: auto; line-height: 1.8; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-text .lead { font-size: 1.25rem; font-weight: 500; color: var(--primary); margin-bottom: 1rem; line-height: 1.6; }
.about-text p { margin-bottom: 1.5rem; color: var(--text-muted); font-size: 1.05rem; }
.feature-list { margin-top: 2rem; }
.feature-list li { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; font-weight: 500; font-family: var(--font-heading); color: var(--text-main); font-size: 1.1rem; }
.feature-list li i { color: var(--accent); font-size: 1.25rem; }
.about-vision-cards { display: flex; flex-direction: column; gap: 1.5rem; }
.vision-card { padding: 2.5rem; border-radius: var(--radius-xl); background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); transition: var(--transition); }
.vision-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.vision-card.glass { background: rgba(255,255,255,0.8); backdrop-filter: blur(10px); }
.vision-card.primary-glass { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); color: #fff; border: none; }
.vision-card.primary-glass h3, .vision-card.primary-glass p, .vision-card.primary-glass ul { color: #fff; }
.vision-card h3 { margin-bottom: 1rem; font-size: 1.5rem; }
.vision-card p, .vision-card ul { color: var(--text-muted); font-size: 1rem; line-height: 1.6; }
.vision-card ul li { margin-bottom: 0.75rem; position: relative; padding-left: 1.5rem; }
.vision-card ul li::before { content: '•'; position: absolute; left: 0; color: var(--accent); font-weight: bold; font-size: 1.2rem; line-height: 1; top: 2px; }
.vision-card .icon-wrapper { width: 60px; height: 60px; background: rgba(10,92,54,0.1); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.75rem; margin-bottom: 1.5rem; transition: var(--transition); }
.vision-card.primary-glass .icon-wrapper { background: rgba(255,255,255,0.2); color: #fff; }
.vision-card:hover .icon-wrapper { transform: scale(1.1) rotate(5deg); }

/* Facilities */
.facilities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.facility-card { background: var(--bg-color); padding: 3rem 2rem; border-radius: var(--radius-xl); text-align: center; transition: var(--transition); border: 1px solid rgba(0,0,0,0.03); position: relative; z-index: 1; }
.facility-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); background: #fff; }
.fc-icon { width: 80px; height: 80px; margin: 0 auto 1.5rem; border-radius: 50%; background: linear-gradient(135deg, rgba(10,92,54,0.1) 0%, rgba(10,92,54,0.05) 100%); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--primary); transition: var(--transition); }
.facility-card:hover .fc-icon { background: var(--primary); color: #fff; box-shadow: 0 10px 20px rgba(10,92,54,0.2); transform: scale(1.1); }
.facility-card h3 { margin-bottom: 1rem; font-size: 1.35rem; }
.facility-card p { color: var(--text-muted); font-size: 1rem; }
.highlight-card { grid-column: span 2; display: flex; align-items: center; text-align: left; gap: 2.5rem; background: linear-gradient(to right, #fff, var(--bg-color)); }
.highlight-card .fc-icon { margin: 0; min-width: 90px; height: 90px; font-size: 3rem; }
@media(max-width: 992px) { .highlight-card { grid-column: span 1; flex-direction: column; text-align: center; } .highlight-card .fc-icon { margin: 0 auto 1.5rem; } }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.service-card { display: flex; background: #fff; border-radius: var(--radius-xl); padding: 2.5rem; gap: 1.5rem; transition: var(--transition); border: 1px solid rgba(0,0,0,0.03); box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); border-color: rgba(10,92,54,0.1); }
.sc-img { width: 70px; height: 70px; flex-shrink: 0; background: rgba(10,92,54,0.08); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--primary); transition: var(--transition); }
.service-card:hover .sc-img { background: var(--primary); color: #fff; }
.sc-content h3 { margin-bottom: 0.75rem; font-size: 1.4rem; transition: var(--transition); }
.service-card:hover .sc-content h3 { color: var(--primary); }
.sc-content p { color: var(--text-muted); font-size: 1rem; line-height: 1.6; }

/* Footer */
.footer { background: var(--primary-dark); color: #fff; padding-top: 5rem; }
.footer-top { width: 90%; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 3rem; }
.footer-logo { font-size: 1.75rem; font-family: var(--font-heading); font-weight: 800; display: flex; align-items: center; margin-bottom: 1rem; display: inline-flex; }
.footer-logo span { color: var(--accent); }
.footer-brand p { color: rgba(255,255,255,0.7); margin-bottom: 1.5rem; max-width: 350px; line-height: 1.7; }
.social-links { display: flex; gap: 1rem; }
.social-links a { width: 45px; height: 45px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: var(--transition); font-size: 1.2rem; }
.social-links a:hover { background: var(--accent); color: #fff; transform: translateY(-5px); }
.footer-links h3, .footer-contact h3 { font-size: 1.35rem; margin-bottom: 1.5rem; font-family: var(--font-heading); color: #fff; }
.footer-links ul li { margin-bottom: 0.85rem; }
.footer-links ul li a { color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 0.5rem; transition: var(--transition); }
.footer-links ul li a i { font-size: 0.8rem; color: var(--accent); opacity: 0; transform: translateX(-10px); transition: var(--transition); }
.footer-links ul li a:hover { color: var(--accent); transform: translateX(5px); }
.footer-links ul li a:hover i { opacity: 1; transform: translateX(0); }
.footer-contact ul li { display: flex; gap: 1rem; color: rgba(255,255,255,0.7); margin-bottom: 1.2rem; line-height: 1.5; }
.footer-contact ul li i { margin-top: 4px; color: var(--accent); font-size: 1.2rem; }
.footer-bottom { text-align: center; padding: 2rem 0; color: rgba(255,255,255,0.5); font-size: 0.95rem; }

/* Animations & Responsive */
.reveal { opacity: 0; transform: translateY(40px); transition: all 1s cubic-bezier(0.5, 0, 0, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

@media (max-width: 992px) {
  .about-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .hero-content h1 { font-size: 3.5rem; }
  .page-header { padding: 10rem 0 5rem; }
  .page-header h1 { font-size: 2.75rem; }
}

@media (max-width: 768px) {
  .hero-content h1 { font-size: 2.5rem; }
  .hero-buttons { flex-direction: column; }
  .page-header { padding: 9rem 0 4rem; }
  .page-header h1 { font-size: 2.25rem; }
  .nav-links { position: fixed; top: 0; right: -100%; height: 100vh; width: 75%; background: #fff; flex-direction: column; padding: 6rem 2rem; transition: var(--transition); box-shadow: -10px 0 30px rgba(0,0,0,0.1); }
  .nav-links.active { right: 0; }
  .nav-links a { color: var(--text-main); font-size: 1.25rem; }
  .nav-links a::after { display: none; }
  .nav-links a.active, .nav-links a:hover { color: var(--primary); font-weight: 700; }
  .navbar .hamburger { display: block; z-index: 1001; }
  .navbar.scrolled .hamburger, .nav-active .hamburger { color: var(--text-main); }
  .nav-active .logo { color: var(--primary); position: relative; z-index: 1001; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
}
