@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Serif+Display:ital@0;1&display=swap);:root{--navy:#0c2461;--navy-dark:#071a47;--navy-light:#1e3a8a;--accent:#e84545;--accent-hover:#c93838;--gold:#f59e0b;--surface:#f0f4ff;--white:#ffffff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-900:#111827;--font-sans:'Outfit', system-ui, sans-serif;--font-serif:'DM Serif Display', Georgia, serif;--radius-sm:0.75rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2rem}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fff0}::-webkit-scrollbar-thumb{background:var(--navy);border-radius:3px}.font-serif{font-family:var(--font-serif)}.font-sans{font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{line-height:1.2}.container{max-width:1280px;margin:0 auto;padding:0 1.25rem}.section{padding:6rem 1.25rem}.section-sm{padding:3rem 1.25rem}#site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:all 0.3s ease;padding:1.25rem 0}#site-header.scrolled{background:var(--white);box-shadow:0 2px 20px rgb(0 0 0 / .08);padding:.75rem 0}#site-header.page-header{background:var(--white);box-shadow:0 2px 20px rgb(0 0 0 / .08);padding:.75rem 0}.header-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between}.site-logo{display:flex;align-items:center;gap:.75rem}.logo-mark{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,#0c2461,#1e3a8a);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}.logo-text{transition:color 0.3s}.logo-name{font-weight:700;font-size:.875rem;line-height:1.2}.logo-tagline{font-size:.7rem;opacity:.7;font-weight:300}#site-header:not(.scrolled):not(.page-header) .logo-text{color:#fff}#site-header.scrolled .logo-text,#site-header.page-header .logo-text{color:var(--gray-900)}#primary-nav{display:flex;align-items:center;gap:1.75rem}#primary-nav ul{display:flex;align-items:center;gap:1.75rem}#primary-nav ul li a{font-size:.875rem;font-weight:500;transition:color 0.2s;position:relative;padding-bottom:2px}#primary-nav ul li a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--accent);transition:width 0.25s ease}#primary-nav ul li a:hover::after,#primary-nav ul li a.current-menu-item::after{width:100%}#site-header:not(.scrolled):not(.page-header) #primary-nav ul li a{color:rgb(255 255 255 / .9)}#site-header:not(.scrolled):not(.page-header) #primary-nav ul li a:hover{color:#fff}#site-header.scrolled #primary-nav ul li a,#site-header.page-header #primary-nav ul li a{color:var(--gray-700)}#site-header.scrolled #primary-nav ul li a:hover,#site-header.page-header #primary-nav ul li a:hover{color:var(--navy)}.nav-cta{padding:.5rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:600;color:white!important;background:var(--accent);transition:opacity 0.2s,transform 0.2s}.nav-cta:hover{opacity:.9;transform:scale(1.03)}.nav-cta::after{display:none!important}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;transition:all 0.3s}#site-header:not(.scrolled):not(.page-header) .menu-toggle span{background:#fff}#site-header.scrolled .menu-toggle span,#site-header.page-header .menu-toggle span{background:var(--gray-900)}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}#mobile-menu{display:none;background:#fff;border-top:1px solid var(--gray-100);box-shadow:0 8px 24px rgb(0 0 0 / .08)}#mobile-menu.open{display:block}#mobile-menu ul{max-width:1280px;margin:0 auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.25rem}#mobile-menu ul li a{display:block;padding:.625rem 0;font-weight:500;color:var(--gray-700);border-bottom:1px solid var(--gray-50)}#mobile-menu .mobile-cta{margin:.75rem 1.25rem 1rem}#mobile-menu .nav-cta{display:block;text-align:center;width:100%}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:var(--gray-900)}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.3}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgb(7 26 71 / .93) 0%,rgb(12 36 97 / .53) 60%,rgb(30 58 138 / .27) 100%)}.hero-content{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:6rem 1.25rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;background:rgb(232 69 69 / .2);border:1px solid rgb(232 69 69 / .4);color:#fca5a5}.hero-title{font-family:var(--font-serif);font-size:clamp(2.5rem, 5vw, 3.75rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem}.hero-title span{color:#fca5a5}.hero-tagline{font-family:var(--font-serif);font-style:italic;font-size:1.125rem;color:rgb(219 234 254 / .8);margin-bottom:.5rem}.hero-desc{font-size:1rem;color:rgb(219 234 254 / .7);line-height:1.7;max-width:32rem;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{padding:.75rem 1.75rem;border-radius:999px;font-weight:600;color:#fff;background:var(--accent);transition:opacity 0.2s,transform 0.2s;display:inline-block;font-size:.9375rem}.btn-primary:hover{opacity:.9;transform:scale(1.03)}.btn-outline-white{padding:.75rem 1.75rem;border-radius:999px;font-weight:600;color:#fff;border:1px solid rgb(255 255 255 / .3);transition:background 0.2s;display:inline-block;font-size:.9375rem}.btn-outline-white:hover{background:rgb(255 255 255 / .1)}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-card{border-radius:var(--radius-lg);padding:1.5rem;color:#fff;background:rgb(255 255 255 / .08);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .12)}.stat-value{font-size:1.875rem;font-weight:700;line-height:1.1;margin-bottom:.25rem;font-variant-numeric:tabular-nums}.stat-label{font-size:.875rem;color:rgb(219 234 254 / .7)}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:rgb(255 255 255 / .4);display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.75rem;z-index:2}.scroll-line{width:1px;height:2rem;background:rgb(255 255 255 / .2);animation:pulse 1.5s ease infinite}@keyframes pulse{0%,100%{opacity:.4}50%{opacity:1}}.section-eyebrow{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#2563eb;margin-bottom:.75rem}.section-title{font-family:var(--font-serif);font-size:clamp(1.75rem, 3.5vw, 2.5rem);font-weight:700;color:var(--navy);line-height:1.2}.section-desc{margin-top:1rem;color:var(--gray-500);max-width:36rem;line-height:1.7}.profil-section{padding:6rem 1.25rem;background:var(--surface)}.profil-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.profil-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.tag{padding:.375rem 1rem;border-radius:999px;font-size:.875rem;font-weight:500;color:#1e40af;background:#dbeafe}.profil-img-wrap{position:relative}.profil-img{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3;background:#bfdbfe}.profil-img img{width:100%;height:100%;object-fit:cover}.profil-badge{position:absolute;border-radius:var(--radius-md);padding:1.25rem;color:#fff;box-shadow:0 8px 24px rgb(0 0 0 / .15)}.profil-badge-akred{bottom:-1.25rem;left:-1.25rem;background:var(--navy)}.profil-badge-stat{top:-1.25rem;right:-1.25rem;background:var(--accent)}.profil-badge .badge-val{font-size:1.5rem;font-weight:700;line-height:1}.profil-badge .badge-label{font-size:.7rem;opacity:.8;margin-top:.125rem}.program-section{padding:6rem 1.25rem;background:var(--white)}.program-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.program-card{border-radius:var(--radius-lg);overflow:hidden;color:#fff;transition:transform 0.2s ease,box-shadow 0.2s ease;cursor:default}.program-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgb(12 36 97 / .15)}.program-card-body{padding:1.75rem}.program-icon{font-size:2.5rem;margin-bottom:1rem}.program-code{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.7;margin-bottom:.5rem}.program-name{font-weight:700;font-size:1.125rem;line-height:1.3;margin-bottom:.75rem}.program-desc{font-size:.875rem;opacity:.8;line-height:1.6}.program-card-footer{padding:1rem 1.75rem;border-top:1px solid rgb(255 255 255 / .2);font-size:.75rem;font-weight:500;opacity:.7}.grad-tkp{background:linear-gradient(135deg,#1e3a8a,#1d4ed8)}.grad-dpib{background:linear-gradient(135deg,#312e81,#4338ca)}.grad-tjkt{background:linear-gradient(135deg,#1e40af,#0891b2)}.grad-dkv{background:linear-gradient(135deg,#b91c1c,#d97706)}.berita-agenda-section{padding:6rem 1.25rem;background:var(--surface)}.berita-agenda-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:3rem}.section-header-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.link-all{font-size:.875rem;font-weight:600;color:#1d4ed8;transition:color 0.2s}.link-all:hover{color:var(--accent)}.news-list{display:flex;flex-direction:column;gap:1.25rem}.news-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;display:flex;transition:transform 0.2s;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.news-card:hover{transform:translateY(-2px)}.news-thumb{width:10rem;flex-shrink:0;background:#bfdbfe}.news-thumb img{width:100%;height:100%;object-fit:cover}.news-body{padding:1.25rem;display:flex;flex-direction:column;justify-content:center}.news-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.badge-cat{padding:.125rem .625rem;border-radius:999px;font-size:.7rem;font-weight:700;background:#fee2e2;color:#991b1b}.news-date{font-size:.75rem;color:var(--gray-400)}.news-title{font-weight:600;line-height:1.35;color:var(--gray-900);margin-bottom:.375rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-excerpt{font-size:.875rem;color:var(--gray-500);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.agenda-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.agenda-card{background:var(--white);border-radius:var(--radius-lg);padding:1.25rem;display:flex;gap:1rem;align-items:center;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.agenda-date{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.agenda-day{font-size:1.25rem;line-height:1}.agenda-month{font-size:.625rem;opacity:.85}.agenda-title{font-weight:600;font-size:.875rem;color:var(--gray-900);margin-bottom:.25rem}.agenda-loc{font-size:.75rem;color:var(--gray-400);display:flex;align-items:center;gap:.25rem}.sim-box{background:var(--white);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.sim-title{font-weight:600;font-size:.875rem;color:var(--gray-700);margin-bottom:1rem}.sim-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.sim-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;border-radius:.75rem;background:#eff6ff;transition:background 0.2s;text-align:center}.sim-btn:hover{background:#dbeafe}.sim-icon{font-size:1.375rem}.sim-label{font-size:.7rem;font-weight:600;color:#1e3a8a;line-height:1.3}.ekstra-section{padding:6rem 1.25rem;background:var(--white)}.ekstra-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.ekstra-card{border-radius:var(--radius-lg);padding:1.25rem;text-align:center;border:1px solid var(--gray-100);transition:all 0.2s ease;cursor:default}.ekstra-card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .08);border-color:#bfdbfe;transform:translateY(-4px)}.ekstra-icon{font-size:2rem;margin-bottom:.75rem}.ekstra-name{font-weight:600;font-size:.875rem;color:var(--gray-900);margin-bottom:.25rem}.ekstra-desc{font-size:.75rem;color:var(--gray-400);line-height:1.4}.fasilitas-section{position:relative;padding:5rem 1.25rem;overflow:hidden;background:var(--navy)}.fasilitas-bg{position:absolute;inset:0;opacity:.1}.fasilitas-bg img{width:100%;height:100%;object-fit:cover}.fasilitas-content{position:relative;z-index:1;max-width:1280px;margin:0 auto;text-align:center;color:#fff}.fasilitas-content .section-eyebrow{color:#93c5fd}.fasilitas-content .section-title{color:#fff}.fasilitas-content .section-desc{color:rgb(191 219 254 / .8);margin:1rem auto 2.5rem;max-width:42rem}.fasilitas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:48rem;margin:0 auto}.fasilitas-item{border-radius:var(--radius-md);padding:1rem;background:rgb(255 255 255 / .1)}.fasilitas-icon{font-size:1.75rem;margin-bottom:.5rem}.fasilitas-label{font-size:.875rem;font-weight:500}.mitra-section{padding:3rem 1.25rem;border-bottom:1px solid var(--gray-100)}.mitra-inner{max-width:1280px;margin:0 auto}.mitra-label{text-align:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--gray-400);margin-bottom:1.5rem}.mitra-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;opacity:.5;filter:grayscale(1);transition:opacity 0.3s}.mitra-list:hover{opacity:.7}.mitra-item{font-size:.875rem;font-weight:700;color:var(--gray-600);padding:.5rem 1rem;border:1px solid var(--gray-200);border-radius:.5rem}.kontak-section{padding:6rem 1.25rem;background:var(--surface)}.kontak-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.kontak-info-list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.kontak-info-item{display:flex;align-items:flex-start;gap:1rem;background:var(--white);border-radius:var(--radius-md);padding:1rem;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.kontak-icon{font-size:1.375rem;flex-shrink:0}.kontak-info-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:.25rem}.kontak-info-val{font-size:.875rem;color:var(--gray-700)}.kontak-social{display:flex;gap:.75rem;margin-top:.25rem}.kontak-social a{font-size:.875rem;font-weight:600;color:#1d4ed8;transition:color 0.2s}.kontak-social a:hover{color:var(--accent)}.contact-form-box{background:var(--white);border-radius:var(--radius-xl);padding:2rem;box-shadow:0 1px 4px rgb(0 0 0 / .06)}.contact-form-box h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.375rem}.contact-form-box p{font-size:.875rem;color:var(--gray-500);margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-600);margin-bottom:.375rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--gray-200);font-family:var(--font-sans);font-size:.875rem;color:var(--gray-700);background:#fff;transition:border-color 0.2s,box-shadow 0.2s;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .12)}.form-textarea{resize:vertical;min-height:7rem}.btn-submit{width:100%;padding:.875rem;border-radius:.75rem;font-weight:700;font-size:.875rem;color:#fff;background:var(--accent);transition:opacity 0.2s,transform 0.2s;margin-top:.5rem;font-family:var(--font-sans)}.btn-submit:hover{opacity:.9;transform:scale(1.01)}#site-footer{background:var(--navy-dark);color:#fff;padding:3rem 1.25rem}.footer-inner{max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgb(255 255 255 / .08)}.footer-about-text{font-size:.875rem;color:rgb(191 219 254 / .6);line-height:1.7;max-width:20rem;margin-top:1rem}.footer-col-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#93c5fd;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a,.footer-contact-item{font-size:.875rem;color:rgb(191 219 254 / .6);transition:color 0.2s;line-height:1.5}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;gap:1rem;flex-wrap:wrap}.footer-copy,.footer-addr{font-size:.75rem;color:rgb(191 219 254 / .4)}.page-hero{padding:6rem 1.25rem 2.5rem;background:var(--navy)}.page-hero-inner{max-width:1280px;margin:0 auto}.page-hero .section-eyebrow{color:#93c5fd}.page-hero-title{font-family:var(--font-serif);font-size:clamp(2rem, 4vw, 3rem);font-weight:700;color:#fff;margin-bottom:.75rem}.page-hero-desc{font-size:1rem;color:rgb(191 219 254 / .7);max-width:36rem}.berita-filter-bar{position:sticky;top:60px;z-index:40;background:#fff;border-bottom:1px solid var(--gray-100);box-shadow:0 1px 4px rgb(0 0 0 / .06)}.berita-filter-inner{max-width:1280px;margin:0 auto;padding:.75rem 1.25rem;display:flex;gap:.5rem;overflow-x:auto}.filter-btn{flex-shrink:0;padding:.5rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:500;background:var(--gray-100);color:var(--gray-600);transition:all 0.2s;font-family:var(--font-sans)}.filter-btn:hover{background:var(--gray-200)}.filter-btn.active{background:var(--navy);color:#fff}.berita-main{padding:3.5rem 1.25rem;background:#fff;min-height:40vh}.berita-main-inner{max-width:1280px;margin:0 auto}.featured-post{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 1px 4px rgb(0 0 0 / .07);border:1px solid var(--gray-100);margin-bottom:2.5rem;cursor:pointer;background:var(--gray-50)}.featured-post-img{height:100%;min-height:18rem;background:#bfdbfe;overflow:hidden}.featured-post-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}.featured-post:hover .featured-post-img img{transform:scale(1.03)}.featured-post-body{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.featured-post-body .section-title{font-size:1.625rem;margin-bottom:.75rem}.featured-post-body .section-title:hover{color:var(--navy-light)}.featured-post-body p{color:var(--gray-500);line-height:1.7;margin-bottom:1.5rem}.link-read{font-size:.875rem;font-weight:700;color:#1d4ed8;transition:color 0.2s}.link-read:hover{color:var(--accent)}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-100);background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .05);display:flex;flex-direction:column;cursor:pointer;transition:transform 0.2s}.post-card:hover{transform:translateY(-3px)}.post-card-img{height:12rem;background:#bfdbfe;overflow:hidden}.post-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}.post-card:hover .post-card-img img{transform:scale(1.04)}.post-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.post-card-title{font-weight:600;line-height:1.35;color:var(--gray-900);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.2s}.post-card:hover .post-card-title{color:var(--navy)}.post-card-excerpt{font-size:.875rem;color:var(--gray-500);flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6}.post-card-footer{margin-top:1rem;font-size:.75rem;font-weight:700;color:#1d4ed8;transition:color 0.2s}.post-card:hover .post-card-footer{color:var(--accent)}.elementor-section,.elementor-container,.elementor-row,.elementor-widget-wrap{width:100%}.elementor-section.elementor-section-full_width .elementor-container{max-width:100%}.elementor-section .elementor-container{padding:0}.fade-in{animation:fadeIn 0.6s ease forwards}@keyframes fadeIn{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.program-grid{grid-template-columns:repeat(2,1fr)}.ekstra-grid{grid-template-columns:repeat(3,1fr)}.fasilitas-grid{grid-template-columns:repeat(2,1fr)}.post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){#primary-nav{display:none}.menu-toggle{display:flex}.hero-content{grid-template-columns:1fr}.hero-stats{margin-top:1rem}.profil-grid{grid-template-columns:1fr}.profil-img-wrap{order:-1}.berita-agenda-grid{grid-template-columns:1fr}.program-grid{grid-template-columns:1fr 1fr}.ekstra-grid{grid-template-columns:repeat(2,1fr)}.kontak-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.featured-post{grid-template-columns:1fr}.post-grid{grid-template-columns:1fr}.fasilitas-grid{grid-template-columns:repeat(2,1fr)}.news-thumb{width:7rem}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:480px){.program-grid{grid-template-columns:1fr}.ekstra-grid{grid-template-columns:repeat(2,1fr)}.hero-actions{flex-direction:column}.hero-stats{grid-template-columns:1fr 1fr}}