@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap');:root {--font-heading:'EB Garamond', serif;--font-body:'Inter', sans-serif;--primary-dark:#0f172a;--primary-blue:#2563eb;--primary-blue-deep:#1d4ed8;--primary-blue-dark:#1e3a8a;--bs-primary:#2563eb;--bs-primary-rgb:37, 99, 235;--section-padding:5rem 0;}html, body {background-color:#f8fafc;overflow-x:hidden;width:100%;position:relative;font-family:var(--font-body);color:#334155;scroll-behavior:smooth;}h1, h2, h3, h4, h5, h6,.font-heading {font-family:var(--font-heading);color:var(--primary-dark);}.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6,.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6,footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,.psb-cta-card h1, .psb-cta-card h2, .psb-cta-card h3,[class*="text-white"] h1, [class*="text-white"] h2, [class*="text-white"] h3,[class*="text-white"] h4, [class*="text-white"] h5, [class*="text-white"] h6 {color:#ffffff !important;}section {padding:var(--section-padding);}@media (min-width:992px) {.navbar-nav .dropdown:hover > .dropdown-menu {display:block;margin-top:0;animation:bouncyFadeIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;}.navbar-nav .dropdown-menu {border:none;box-shadow:0 8px 24px rgba(0,0,0,0.12);border-radius:10px;padding:0.5rem 0;}.navbar-nav .dropdown-item {padding:0.5rem 1.25rem;font-size:0.9rem;transition:background 0.15s, color 0.15s;}.navbar-nav .dropdown-item:hover {background:#f0f6ff;color:#0d6efd;}}@keyframes bouncyFadeIn {0% { opacity:0; transform:translateY(-10px) scale(0.95); }70% { opacity:1; transform:translateY(2px) scale(1.02); }100% { opacity:1; transform:translateY(0) scale(1); }}.navbar-toggler {border:none !important;box-shadow:none !important;outline:none !important;}.navbar-toggler:hover,.navbar-toggler:focus,.navbar-toggler:active {border:none !important;box-shadow:none !important;outline:none !important;}@media (max-width:991.98px) {.navbar-toggler {margin-right:0;}}.navbar-brand span {font-family:var(--font-heading);font-size:1.25rem;}.navbar-brand img {height:50px !important;max-height:50px !important;width:auto !important;max-width:100% !important;}@media (min-width:992px) {.navbar-brand img {height:60px !important;max-height:60px !important;}}.navbar {position:sticky;top:0;z-index:1030;background-color:#ffffff !important;}.navbar.scrolled {box-shadow:0 2px 20px rgba(0,0,0,0.1) !important;}.navbar-nav .nav-link {font-weight:500;transition:color 0.2s ease;position:relative;}@media (min-width:992px) {.navbar-nav .nav-link::before {content:'';position:absolute;width:0;height:2.5px;bottom:-2px;left:50%;background:#2563eb;border-radius:4px;transition:width 0.25s ease;transform:translateX(-50%);}.navbar-nav .nav-link:hover::before,.navbar-nav .nav-link.active::before {width:80%;}}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active {color:#2563eb !important;}footer a {transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);display:inline-block;}footer a:hover {color:#ffffff !important;transform:translateX(4px);}footer .d-flex a:hover {transform:translateY(-4px);}.footer-4col {background:#0f172a;color:#f8fafc;border-top:1px solid rgba(255, 255, 255, 0.08);position:relative;}.footer-logo {width:40px;height:40px;object-fit:cover;}.footer-heading {font-family:var(--font-heading, 'Plus Jakarta Sans', sans-serif);font-weight:600;font-size:1rem;color:#ffffff;margin-bottom:1.25rem;letter-spacing:-0.01em;}.footer-links, .footer-contact-list {list-style:none;padding:0;margin:0;}.footer-links li {margin-bottom:0.75rem;}.footer-links a {color:rgba(255, 255, 255, 0.65);font-size:0.88rem;text-decoration:none;transition:color 0.2s ease, transform 0.2s ease;display:inline-flex;align-items:center;}.footer-links a:hover {color:#60a5fa;transform:translateX(3px);}.footer-contact-list li {margin-bottom:0.85rem;font-size:0.86rem;color:rgba(255, 255, 255, 0.65);}.footer-contact-list a {color:rgba(255, 255, 255, 0.65);text-decoration:none;display:flex;align-items:center;gap:0.5rem;transition:color 0.2s ease;}.footer-contact-list a:hover {color:#60a5fa;}.footer-address {line-height:1.5;color:rgba(255, 255, 255, 0.65);}.footer-social-btn {width:38px;height:38px;border-radius:10px;background:rgba(255, 255, 255, 0.06);border:1px solid rgba(255, 255, 255, 0.1);color:rgba(255, 255, 255, 0.8);display:flex;align-items:center;justify-content:center;font-size:1.05rem;text-decoration:none;transition:all 0.25s ease;}.footer-social-btn:hover {background:#2563eb;border-color:#2563eb;color:#ffffff;transform:translateY(-3px);box-shadow:0 6px 16px rgba(37, 99, 235, 0.35);}.pulse-indicator {position:relative;display:inline-flex;width:8px;height:8px;margin-left:0.35rem;}.pulse-ring {position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:#22c55e;opacity:0.75;animation:pingAnimation 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;}.pulse-dot {position:relative;display:inline-flex;width:8px;height:8px;border-radius:50%;background-color:#22c55e;}@keyframes pingAnimation {75%, 100% {transform:scale(2.3);opacity:0;}}.footer-bottom {border-top:1px solid rgba(255, 255, 255, 0.08);}main {position:relative;z-index:2;background:#f8fafc;box-shadow:0 20px 60px rgba(0, 0, 0, 0.3);border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;}.footer-curtain-wrapper {position:relative;width:100%;z-index:1;}.cinematic-footer-wrapper {position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(175deg, #0f172a 0%, #0c1222 40%, #070d1a 100%);color:#e2e8f0;font-family:'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;overflow:hidden;-webkit-font-smoothing:antialiased;}.footer-aurora-wrap {position:absolute;left:50%;top:50%;width:70vw;height:55vh;transform:translate(-50%, -50%) scale(1);border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(37, 99, 235, 0.14) 0%,rgba(16, 185, 129, 0.06) 40%,transparent 70%);filter:blur(80px);pointer-events:none;z-index:0;animation:footerBreathe 8s ease-in-out infinite alternate;}.footer-aurora-orb { display:none; }@keyframes footerBreathe {0% { transform:translate(-50%, -50%) scale(1); opacity:0.6; }100% { transform:translate(-50%, -50%) scale(1.12); opacity:1; }}.footer-bg-grid {display:block;position:absolute;inset:0;background-size:60px 60px;background-image:linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px),linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px);mask-image:linear-gradient(to bottom, transparent, black 30%, black 70%, transparent);-webkit-mask-image:linear-gradient(to bottom, transparent, black 30%, black 70%, transparent);pointer-events:none;z-index:0;}.footer-eyebrow-badge {display:inline-flex;align-items:center;gap:0.5rem;background:rgba(37, 99, 235, 0.1);border:1px solid rgba(96, 165, 250, 0.18);color:#93c5fd;padding:0.4rem 1.2rem;border-radius:6px;font-size:0.7rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;}.footer-beacon-dot { display:none; }.footer-title-display {font-family:'Plus Jakarta Sans', sans-serif;font-size:clamp(1.6rem, 4.5vw, 3.5rem);font-weight:900;letter-spacing:-0.04em;line-height:1.05;background:linear-gradient(180deg, #ffffff 0%, rgba(148, 163, 184, 0.65) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 25px rgba(255, 255, 255, 0.1));}.footer-marquee-strip {position:absolute;top:2.5rem;left:-5%;width:110%;overflow:hidden;border-top:1px solid rgba(255, 255, 255, 0.05);border-bottom:1px solid rgba(255, 255, 255, 0.05);background:rgba(7, 13, 26, 0.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:0.65rem 0;transform:rotate(-1.5deg) scale(1.05);z-index:10;}.footer-marquee-track {display:flex;width:max-content;animation:footerMarqueeScroll 40s linear infinite;}.footer-marquee-item {display:flex;align-items:center;gap:2rem;padding:0 1.25rem;font-size:0.72rem;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255, 255, 255, 0.3);}@keyframes footerMarqueeScroll {from { transform:translateX(0); }to { transform:translateX(-50%); }}.form-select, .form-control {font-size:0.95rem;padding:0.6rem 1rem;}.form-label {font-size:0.95rem;margin-bottom:0.35rem;}.form-select option {font-size:0.95rem;}.form-select option:first-child,.form-select:invalid {color:#64748b;font-style:italic;}.footer-giant-wrapper {position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;display:flex;justify-content:center;align-items:center;z-index:0;pointer-events:none;}.footer-giant-bg-text {font-family:'Plus Jakarta Sans', sans-serif;font-size:clamp(5rem, 22vw, 26vw);line-height:0.75;font-weight:900;letter-spacing:-0.05em;color:transparent;-webkit-text-stroke:1px rgba(255, 255, 255, 0.04);background:linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 60%);-webkit-background-clip:text;background-clip:text;white-space:nowrap;user-select:none;cursor:pointer;pointer-events:auto;transition:all 0.6s cubic-bezier(0.16, 1, 0.3, 1);}.footer-giant-bg-text:hover,.footer-giant-bg-text.active-hover {-webkit-text-stroke:1.2px rgba(148, 163, 184, 0.25);background:linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, transparent 60%);-webkit-background-clip:text;filter:drop-shadow(0 0 40px rgba(37, 99, 235, 0.1));transform:scale(1.01);}.footer-laser-line { display:none; }.footer-main-content {flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:5rem;}@media (max-width:767px) { .footer-giant-wrapper { bottom:4vh; } }.accordion-button {font-family:var(--font-body);font-size:0.95rem;font-weight:600 !important;letter-spacing:0.01em;color:var(--primary-dark);}.btn {transition:transform 0.2s ease, box-shadow 0.2s ease;will-change:transform;}.btn:hover {transform:translateY(-3px);box-shadow:0 6px 16px rgba(13, 110, 253, 0.25);}.btn:active {transform:translateY(0) scale(0.97);}.pill-badge-primary {display:inline-flex;align-items:center;gap:0.45rem;background:#ffffff;color:#2563eb !important;font-size:0.75rem;font-weight:700;letter-spacing:0.4px;padding:0.35rem 1.25rem;border-radius:9999px;border:1px solid rgba(255, 255, 255, 0.8);box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);white-space:nowrap;}.btn-outline-white {background:transparent;color:#ffffff !important;border:2px solid rgba(255, 255, 255, 0.85);font-weight:600;transition:all 0.25s ease;}.btn-outline-white:hover {background:#ffffff !important;color:#1e3a8a !important;border-color:#ffffff !important;box-shadow:0 8px 20px rgba(0, 0, 0, 0.15);}.btn-cta-wa {background:rgba(255, 255, 255, 0.15) !important;color:#ffffff !important;border:2px solid rgba(255, 255, 255, 0.9) !important;font-weight:700 !important;transition:all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;}.btn-cta-wa:hover,.btn-cta-wa:focus,.btn-cta-wa:active {background:#22c55e !important;border-color:#22c55e !important;color:#ffffff !important;box-shadow:0 8px 24px rgba(34, 197, 94, 0.45) !important;transform:translateY(-2px);}.accordion-section-badge {display:inline-flex;align-items:center;gap:0.35rem;font-size:0.72rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:6px;margin-left:auto;flex-shrink:0;transition:all 0.3s ease;}.accordion-section-badge.badge-empty {background:#f1f5f9;color:#94a3b8;}.accordion-section-badge.badge-partial {background:#fef3c7;color:#b45309;}.accordion-section-badge.badge-complete {background:#d1fae5;color:#059669;}.accordion-button {display:flex;align-items:center;gap:0.5rem;}.psb-submit-btn {border-radius:14px;padding:0.95rem 2rem;font-size:1rem;font-weight:700;letter-spacing:-0.01em;border:none;background:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);color:#ffffff;transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1);box-shadow:0 4px 14px rgba(37, 99, 235, 0.25);position:relative;overflow:hidden;}.psb-submit-btn:hover {transform:translateY(-2px);box-shadow:0 8px 24px rgba(37, 99, 235, 0.35);background:linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);color:#ffffff;}.psb-submit-btn:active {transform:translateY(0) scale(0.98);box-shadow:0 2px 8px rgba(37, 99, 235, 0.2);}.psb-submit-btn:disabled {opacity:0.7;cursor:not-allowed;transform:none;box-shadow:none;}.footer-glass-pill {position:relative;display:inline-flex;align-items:center;gap:0.75rem;padding:1rem 2rem;border-radius:9999px;background:linear-gradient(145deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);box-shadow:0 10px 30px -10px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.1), inset 0 -1px 2px rgba(0,0,0,0.6);border:1px solid rgba(255,255,255,0.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#e2e8f0;font-weight:600;font-size:0.95rem;text-decoration:none;cursor:pointer;will-change:transform;transition:all 0.4s cubic-bezier(0.16, 1, 0.3, 1);}.footer-glass-pill:hover {background:linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);border-color:rgba(255,255,255,0.2);transform:translateY(-2px);box-shadow:0 20px 40px -10px rgba(0,0,0,0.7), inset 0 1px 1px rgba(255,255,255,0.2);color:#ffffff;}.footer-glass-pill .icon-transition {transition:color 0.3s ease;}.footer-glass-pill:hover .icon-transition {color:#ffffff !important;}.footer-sub-pill {display:inline-block;padding:0.45rem 1.15rem;border-radius:8px;background:transparent;border:1px solid rgba(255, 255, 255, 0.08);color:rgba(255, 255, 255, 0.5);font-size:0.8rem;font-weight:500;text-decoration:none;transition:all 0.25s ease;}.footer-sub-pill:hover {background:rgba(255, 255, 255, 0.06);color:rgba(255, 255, 255, 0.85);border-color:rgba(255, 255, 255, 0.18);}.animate-footer-heartbeat {display:inline-block;animation:footerHeartbeat 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;}@keyframes footerHeartbeat {0%, 100% { transform:scale(1); filter:drop-shadow(0 0 4px rgba(239, 68, 68, 0.4)); }15%, 45% { transform:scale(1.25); filter:drop-shadow(0 0 8px rgba(239, 68, 68, 0.8)); }30% { transform:scale(1); }}.footer-scroll-top-btn {width:42px;height:42px;border-radius:10px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;}.footer-trust-grid {position:relative;z-index:5;}.footer-trust-card {display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1rem;border-radius:10px;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.06);text-align:start;transition:all 0.3s ease;}.footer-trust-card:hover {background:rgba(255, 255, 255, 0.06);border-color:rgba(255, 255, 255, 0.12);}.footer-trust-card i {font-size:1.3rem;flex-shrink:0;}.footer-trust-card .trust-title {display:block;font-size:0.82rem;font-weight:700;color:#e2e8f0;line-height:1.25;}.footer-trust-card .trust-sub {display:block;font-size:0.7rem;color:rgba(255, 255, 255, 0.4);font-weight:500;line-height:1.2;}@media (max-width:767px) {.cinematic-footer-wrapper {min-height:100svh;}.footer-main-content {padding-top:4rem;}.footer-glass-pill {padding:0.8rem 1.4rem;font-size:0.85rem;}.footer-btn-circle {width:28px;height:28px;font-size:0.75rem;}.footer-trust-card {padding:0.6rem 0.8rem;gap:0.6rem;}.footer-trust-card i {font-size:1.1rem;}.footer-trust-card .trust-title {font-size:0.75rem;}.footer-trust-card .trust-sub {font-size:0.65rem;}.footer-giant-bg-text {font-size:clamp(3rem, 18vw, 20vw);}}.hero-banner-img {width:100%;aspect-ratio:16 / 9;object-fit:cover;object-position:center;display:block;}@media (min-width:992px) {.hero-banner-img {height:100vh;aspect-ratio:auto;}}.hero-slide {width:100%;aspect-ratio:16 / 9;max-height:580px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;}#heroCarousel .carousel-control-prev,#heroCarousel .carousel-control-next {width:5%;opacity:0.7;transition:opacity 0.2s ease;}#heroCarousel .carousel-control-prev:hover,#heroCarousel .carousel-control-next:hover {opacity:1;}#heroCarousel .carousel-indicators [data-bs-target] {width:10px;height:10px;border-radius:50%;margin:0 4px;background-color:rgba(255, 255, 255, 0.85);border:1px solid rgba(0, 0, 0, 0.2);transition:all 0.25s ease;}#heroCarousel .carousel-indicators .active {background-color:#2563eb;width:24px;border-radius:999px;}.page-header {background-image:linear-gradient(rgba(15, 23, 42, 0.3), rgba(30, 58, 138, 0.4)), url('https://images.unsplash.com/photo-1541339907198-e08756dedf3f?q=80&w=2070&auto=format&fit=crop');background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-color:#1e3a8a; min-height:50vh;display:flex;align-items:center;padding:8rem 0 4rem;position:relative;}.alumni-carousel-section {background:linear-gradient(135deg, #f0f5ff 0%, #ffffff 60%, #eef2ff 100%);position:relative;overflow:hidden;}.alumni-carousel-section::before {content:'';position:absolute;top:-80px;left:-80px;width:320px;height:320px;background:radial-gradient(circle, rgba(37,99,235,0.07) 0%, transparent 70%);pointer-events:none;}.alumni-carousel-section::after {content:'';position:absolute;bottom:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle, rgba(37,99,235,0.06) 0%, transparent 70%);pointer-events:none;}.alumni-carousel-viewport {overflow:hidden;position:relative;width:100%;}.alumni-carousel-track {display:flex;transition:transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);will-change:transform;align-items:stretch;}.alumni-carousel-slide {flex:0 0 calc(100% / 3);padding:0 12px;box-sizing:border-box;}@media (max-width:991.98px) {.alumni-carousel-slide {flex:0 0 100%;}}.alumni-card {background:#ffffff;border-radius:20px;padding:2rem 1.75rem 1.75rem;box-shadow:0 4px 24px rgba(37,99,235,0.08);border:1px solid rgba(37,99,235,0.08);display:flex;flex-direction:column;gap:1rem;height:100%;transition:transform 0.3s ease, box-shadow 0.3s ease;}.alumni-card:hover {transform:translateY(-6px);box-shadow:0 12px 36px rgba(37,99,235,0.15);}.alumni-avatar {width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'EB Garamond', serif;font-size:1.6rem;font-weight:700;color:#ffffff;flex-shrink:0;box-shadow:0 4px 14px rgba(0,0,0,0.15);letter-spacing:-0.5px;}.alumni-avatar-1 { background:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); }.alumni-avatar-2 { background:linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); }.alumni-avatar-3 { background:linear-gradient(135deg, #0891b2 0%, #0e7490 100%); }.alumni-avatar-4 { background:linear-gradient(135deg, #059669 0%, #047857 100%); }.alumni-avatar-5 { background:linear-gradient(135deg, #d97706 0%, #b45309 100%); }.alumni-avatar-6 { background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%); }.alumni-quote-icon {color:rgba(37,99,235,0.2);font-size:2.5rem;line-height:1;font-family:Georgia, serif;margin-bottom:-0.5rem;}.alumni-testimoni {color:#475569;font-size:0.95rem;line-height:1.75;flex:1;font-style:italic;}.alumni-name {font-family:'EB Garamond', serif;font-size:1.15rem;font-weight:700;color:#1e3a8a;margin:0;}.alumni-angkatan {font-size:0.78rem;color:#2563eb;font-weight:600;letter-spacing:0.5px;text-transform:uppercase;}.alumni-univ {font-size:0.82rem;color:#64748b;}.alumni-card-divider {border:none;border-top:1px solid rgba(37,99,235,0.1);margin:0;}.alumni-nav-btn {width:48px;height:48px;border-radius:50%;border:2px solid rgba(37,99,235,0.25);background:#ffffff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:all 0.25s ease;flex-shrink:0;box-shadow:0 2px 10px rgba(37,99,235,0.1);}.alumni-nav-btn:hover {background:#2563eb;color:#ffffff;border-color:#2563eb;box-shadow:0 4px 16px rgba(37,99,235,0.3);}.alumni-dots {display:flex;gap:8px;justify-content:center;flex-wrap:wrap;}.alumni-dot {width:8px;height:8px;border-radius:50%;background:rgba(37,99,235,0.25);cursor:pointer;transition:all 0.3s ease;border:none;padding:0;}.alumni-dot.active {background:#2563eb;width:24px;border-radius:4px;}.no-transition,.no-transition * {transition:none !important;}@media (max-width:991.98px) {.modern-hero {padding:2.5rem 0 1.5rem 0;}.modern-hero .display-4 {font-size:2.1rem;line-height:1.22;}}@media (max-width:767.98px) {.modern-hero .display-4 {font-size:clamp(1.45rem, 5.2vw, 1.85rem) !important;line-height:1.25 !important;}.psb-section-title {font-size:1.35rem !important;line-height:1.3 !important;}.psb-section-eyebrow {font-size:0.72rem !important;padding:0.25rem 0.75rem !important;}.btn-lg {padding:0.68rem 1.25rem !important;font-size:0.92rem !important;min-height:46px;}.btn-hero-group,.btn-cta-group {display:flex !important;flex-direction:column !important;gap:0.85rem !important;width:100% !important;}.btn-hero-group .btn,.btn-cta-group .btn {width:100% !important;margin:0 !important;}.psb-req-card {padding:1.25rem 1.15rem !important;border-radius:16px !important;margin-bottom:0.75rem;}.psb-req-card .req-icon-wrap {width:42px !important;height:42px !important;min-width:42px !important;border-radius:12px !important;font-size:1.2rem !important;}.psb-req-card .req-title {font-size:1.05rem !important;line-height:1.3 !important;}.psb-req-card small.text-muted {font-size:0.76rem !important;}.req-group-title {font-size:0.75rem !important;margin-bottom:0.6rem !important;}.psb-req-list li {padding:0.65rem 0 !important;gap:0.65rem !important;}.req-item-content {gap:0.75rem !important;}.psb-req-list .req-check {width:26px !important;height:26px !important;min-width:26px !important;border-radius:8px !important;font-size:0.82rem !important;margin-top:1px !important;}.req-item-text {font-size:0.85rem !important;line-height:1.45 !important;}.req-status-badge {font-size:0.65rem !important;padding:0.2rem 0.5rem !important;border-radius:5px !important;margin-top:2px !important;}.hero-cutout-img {max-height:260px !important;}.hero-floating-stat {position:relative !important;left:auto !important;bottom:auto !important;margin:0.75rem auto 0 auto !important;padding:0.6rem 0.9rem !important;width:100% !important;max-width:290px !important;border-radius:12px !important;}.vertical-timeline {padding-left:2.25rem !important;}.vertical-timeline::before {left:14px !important;}.timeline-marker-vertical {left:-2.25rem !important;width:30px !important;height:30px !important;font-size:0.78rem !important;}.timeline-card-vertical {padding:0.85rem 1rem !important;border-radius:14px !important;}.timeline-card-vertical h3 {font-size:0.95rem !important;}.timeline-card-vertical .badge {font-size:0.7rem !important;padding:0.22rem 0.55rem !important;align-self:flex-start;}.timeline-card-vertical p {font-size:0.82rem !important;line-height:1.5 !important;}.psb-cta-card {padding:1.75rem 1.15rem !important;border-radius:18px !important;}.psb-cta-card h2 {font-size:1.32rem !important;line-height:1.3 !important;}.psb-cta-card p {font-size:0.86rem !important;line-height:1.55 !important;margin-bottom:1.25rem !important;}.pill-badge-primary {font-size:0.72rem !important;padding:0.25rem 0.85rem !important;}.location-contact-box {padding:1.35rem 1.15rem !important;border-radius:16px !important;}.location-map-wrap {min-height:260px !important;border-radius:16px !important;}.spmb-contact-item {font-size:0.85rem !important;gap:0.75rem !important;}.psb-progress-bar-sticky {top:60px !important;padding:0.65rem 0.9rem !important;border-radius:12px !important;margin-bottom:1.25rem !important;}.psb-progress-bar-sticky #progressText {font-size:0.7rem !important;padding:0.2rem 0.6rem !important;}.psb-form-card {padding:1.15rem 0.95rem !important;border-radius:16px !important;margin-bottom:1.25rem !important;}.psb-card-header {padding-bottom:0.85rem !important;margin-bottom:1rem !important;}.psb-card-title {font-size:1rem !important;gap:0.5rem !important;}.psb-card-number {width:28px !important;height:28px !important;font-size:0.85rem !important;border-radius:8px !important;}.psb-form-card .form-control,.psb-form-card .form-select {padding:0.58rem 0.85rem !important;font-size:0.88rem !important;border-radius:10px !important;}.unit-select-card {padding:0.85rem 1rem !important;border-radius:12px !important;}.unit-select-card h3 {font-size:0.92rem !important;}.unit-select-card .text-muted {font-size:0.76rem !important;}.back-to-top {bottom:1.25rem !important;right:1.25rem !important;width:42px !important;height:42px !important;}.floating-widgets-bar {bottom:4.85rem !important;right:1.25rem !important;gap:0.65rem !important;}.fab-item {width:44px !important;height:44px !important;font-size:1.2rem !important;}}.fade-in-up,.slide-in-left,.slide-in-right {will-change:transform, opacity;transform:translateZ(0); backface-visibility:hidden;perspective:1000px;}.bento-arrow {position:absolute;top:1.5rem;right:1.5rem;font-size:1.2rem;opacity:0.7;transition:all 0.3s ease;z-index:10;display:inline-block;}.bento-hero-card:hover .bento-arrow,.bento-dark-card:hover .bento-arrow,.bento-split-card:hover .bento-arrow {opacity:1;transform:translate(3px, -3px);}.bento-dark-card .bento-arrow, .bento-hero-card .bento-arrow {color:rgba(255, 255, 255, 0.9);}.bento-split-card .bento-arrow {color:#64748b;}.identitas-ledger-card {background:#ffffff;border:1px solid #e2e8f0;border-radius:28px;overflow:hidden;box-shadow:0 10px 40px -10px rgba(15, 23, 42, 0.05);}.identitas-hero-pane {background:linear-gradient(145deg, #0f172a 0%, #1e293b 100%);color:#ffffff;padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative;}.identitas-hero-pane::before {content:'';position:absolute;top:0;right:0;width:250px;height:250px;background:radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);pointer-events:none;}.identitas-brand-badge {display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.15);border-radius:9999px;padding:0.35rem 0.85rem;font-size:0.75rem;font-weight:700;color:#93c5fd;letter-spacing:0.5px;margin-bottom:1.5rem;width:fit-content;}.identitas-matrix-pane {padding:2.5rem;background:#ffffff;}.identitas-cell {background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.15rem 1.25rem;height:100%;transition:all 0.25s cubic-bezier(0.16, 1, 0.3, 1);display:flex;align-items:flex-start;gap:1rem;}.identitas-cell:hover {background:#ffffff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 18px rgba(15, 23, 42, 0.05);}.identitas-cell-icon {width:40px;height:40px;border-radius:10px;background:#ffffff;border:1px solid #e2e8f0;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0;box-shadow:0 2px 6px rgba(15, 23, 42, 0.03);}.identitas-cell-label {font-size:0.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:0.2rem;}.identitas-cell-value {font-size:0.92rem;font-weight:700;color:#0f172a;margin-bottom:0;line-height:1.4;}.btn-nested-island {display:inline-flex;align-items:center;gap:0.75rem;background:#ffffff;color:#0f172a;font-weight:700;font-size:0.9rem;padding:0.5rem 0.6rem 0.5rem 1.25rem;border-radius:9999px;border:none;text-decoration:none;transition:all 0.25s ease;box-shadow:0 4px 14px rgba(0, 0, 0, 0.12);}.btn-nested-island:hover {background:#f8fafc;color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0, 0, 0, 0.16);}.btn-nested-icon {width:32px;height:32px;border-radius:50%;background:#0f172a;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:0.85rem;transition:transform 0.25s ease;}.btn-nested-island:hover .btn-nested-icon {transform:translateX(2px) translateY(-1px);background:#2563eb;}.modern-hero {background-color:#ffffff;background-image:radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.035) 0%, transparent 45%),radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.035) 0%, transparent 45%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%232563eb' stroke-width='0.75' stroke-opacity='0.05'%3E%3Cpath d='M0 40 L40 0 L80 40 L40 80 Z'/%3E%3Cpath d='M40 0 L40 80'/%3E%3Cpath d='M0 40 L80 40'/%3E%3Cpolygon points='40,15 65,40 40,65 15,40'/%3E%3Ccircle cx='40' cy='40' r='18'/%3E%3Ccircle cx='40' cy='40' r='8'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3Ccircle cx='80' cy='0' r='10'/%3E%3Ccircle cx='0' cy='80' r='10'/%3E%3Ccircle cx='80' cy='80' r='10'/%3E%3C/g%3E%3C/svg%3E");padding:4.5rem 0 4rem;position:relative;overflow:hidden;border-bottom:1px solid #f1f5f9;}.islamic-shape {position:absolute;pointer-events:none;z-index:1;opacity:0.16;transition:transform 0.5s ease;}.islamic-shape-1 {top:10%;left:2%;width:100px;height:100px;animation:float-islamic 9s ease-in-out infinite;}.islamic-shape-2 {top:12%;right:3%;width:120px;height:120px;animation:float-islamic 11s ease-in-out infinite reverse;}.islamic-shape-3 {bottom:8%;left:45%;width:80px;height:80px;animation:float-islamic 13s ease-in-out infinite 2s;}@keyframes float-islamic {0%, 100% {transform:translateY(0) rotate(0deg);}50% {transform:translateY(-12px) rotate(4deg);}}.hero-radial-blob {position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, rgba(16, 185, 129, 0.09) 45%, transparent 70%);filter:blur(40px);z-index:1;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none;}.hero-poster-frame {position:relative;display:inline-block;z-index:2;max-width:420px;width:100%;}.hero-poster-inner {position:relative;border-radius:28px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(15, 23, 42, 0.2);border:4px solid #ffffff;background:#0f172a;}.hero-poster-img {width:100%;height:480px;object-fit:cover;display:block;transition:transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);}.hero-poster-frame:hover .hero-poster-img {transform:scale(1.03);}.hero-poster-gradient {position:absolute;bottom:0;left:0;right:0;height:45%;background:linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 50%, transparent 100%);pointer-events:none;}.hero-poster-caption {position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;color:#ffffff;text-align:left;z-index:3;}.hero-poster-tag {display:inline-block;background:rgba(37, 99, 235, 0.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ffffff;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:0.25rem 0.75rem;border-radius:9999px;margin-bottom:0.4rem;border:1px solid rgba(255, 255, 255, 0.25);}.hero-poster-title {font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:#ffffff;margin-bottom:0.2rem;line-height:1.3;}.hero-poster-sub {font-size:0.8rem;color:rgba(255, 255, 255, 0.8);margin-bottom:0;}.hero-poster-badge-top {position:absolute;top:1.25rem;right:1.25rem;background:rgba(255, 255, 255, 0.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:0.45rem 0.85rem;border-radius:14px;box-shadow:0 8px 20px rgba(0, 0, 0, 0.15);z-index:3;display:flex;align-items:center;gap:0.4rem;border:1px solid rgba(255, 255, 255, 0.8);}.hero-cutout-wrap {position:relative;display:inline-block;z-index:2;text-align:center;}.hero-cutout-img {max-height:480px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 15px 35px rgba(15, 23, 42, 0.15));}.hero-floating-stat {position:absolute;bottom:1rem;left:-1rem;background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:0.85rem 1.25rem;box-shadow:0 12px 28px rgba(15, 23, 42, 0.08);display:flex;align-items:center;gap:0.75rem;z-index:3;}@media (max-width:767.98px) {.hero-floating-stat {left:0;bottom:0;position:relative;margin-top:1rem;display:inline-flex;}}.vertical-timeline {position:relative;padding-left:2.75rem;}.vertical-timeline::before {content:'';position:absolute;left:18px;top:12px;bottom:12px;width:2px;background:#e2e8f0;}.timeline-item-vertical {position:relative;margin-bottom:1.75rem;}.timeline-item-vertical:last-child {margin-bottom:0;}.timeline-marker-vertical {position:absolute;left:-2.75rem;top:2px;width:38px;height:38px;border-radius:50%;background:#ffffff;border:2px solid #2563eb;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:0.88rem;z-index:2;box-shadow:0 0 0 4px rgba(37, 99, 235, 0.1);transition:all 0.25s ease;}.timeline-item-vertical:hover .timeline-marker-vertical {background:#2563eb;color:#ffffff;box-shadow:0 0 0 6px rgba(37, 99, 235, 0.15);}.timeline-card-vertical {background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem 1.5rem;transition:all 0.25s ease;}.timeline-card-vertical:hover {background:#ffffff;border-color:#cbd5e1;box-shadow:0 8px 24px rgba(15, 23, 42, 0.06);transform:translateX(4px);}.floating-widgets-bar {position:fixed;bottom:5.5rem;right:2rem;display:flex;flex-direction:column;gap:0.85rem;z-index:1040;}.fab-item {width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#ffffff;text-decoration:none;box-shadow:0 8px 24px rgba(0, 0, 0, 0.18);transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1);position:relative;}.fab-item:hover {transform:translateY(-4px) scale(1.08);color:#ffffff;}.fab-whatsapp {background:#25d366;box-shadow:0 8px 24px rgba(37, 211, 102, 0.35);}.fab-magz {background:#2563eb;box-shadow:0 8px 24px rgba(37, 99, 235, 0.35);}.fab-tooltip {position:absolute;right:calc(100% + 12px);background:#0f172a;color:#ffffff;padding:0.35rem 0.75rem;border-radius:8px;font-size:0.78rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transform:translateX(8px);transition:all 0.2s ease;box-shadow:0 4px 12px rgba(0,0,0,0.15);}.fab-item:hover .fab-tooltip {opacity:1;transform:translateX(0);}@media (max-width:767.98px) {.floating-widgets-bar {bottom:5rem;right:1.25rem;}}.location-contact-box {background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:2.25rem;height:100%;}.location-map-wrap {border-radius:20px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgba(15, 23, 42, 0.05);height:100%;min-height:340px;}.card-container-clean {background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;}.card {transition:transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;background:#ffffff;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);overflow:hidden;border-radius:12px;transform:translateZ(0); }.card:hover {transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05) !important;border-color:#d1d5db;}.card-premium {background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 4px rgba(0, 0, 0, 0.02), 0 4px 12px rgba(0, 0, 0, 0.03);transition:transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;overflow:hidden;position:relative;}.card-premium:hover {transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);border-color:#d1d5db;}.card-premium > * {position:relative;z-index:1;}.psb-req-card {background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;padding:1.75rem;height:100%;transition:border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;}.psb-req-card:hover {border-color:#cbd5e1;box-shadow:0 12px 30px rgba(15, 23, 42, 0.07);}.psb-req-card .req-icon-wrap {width:48px;height:48px;min-width:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0 !important;}.psb-req-card .req-icon-smp {background:#eff6ff;color:#2563eb;border:1px solid #dbeafe;}.psb-req-card .req-icon-sma {background:#ecfdf5;color:#059669;border:1px solid #d1fae5;}.psb-req-card .req-title {font-family:var(--font-heading);font-weight:700;font-size:1.15rem;color:#0f172a;}.req-group-title {font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;color:#64748b;margin-bottom:0.85rem;display:flex;align-items:center;}.psb-req-list {list-style:none;padding:0;margin:0;}.psb-req-list li {display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:0.75rem 0;border-bottom:1px dashed #e2e8f0;}.psb-req-list li:last-child {border-bottom:none;padding-bottom:0;}.req-item-content {display:flex;align-items:flex-start;gap:0.85rem;flex:1 1 auto;min-width:0;}.psb-req-list .req-check {width:28px;height:28px;min-width:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:0.85rem;flex-shrink:0 !important;margin-top:1px;}.psb-req-list .req-check-smp {background:#eff6ff;color:#2563eb;border:1px solid #dbeafe;}.psb-req-list .req-check-sma {background:#ecfdf5;color:#059669;border:1px solid #d1fae5;}.req-item-text {line-height:1.5;font-weight:500;color:#334155;font-size:0.9rem;flex:1 1 auto;}.req-status-badge {font-size:0.68rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:6px;letter-spacing:0.3px;white-space:nowrap;flex-shrink:0 !important;text-transform:uppercase;margin-top:2px;}.badge-wajib {background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca;}.badge-opsional {background-color:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;}.psb-progress-card {top:80px;z-index:1020;background:rgba(255, 255, 255, 0.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #e2e8f0;}.feature-icon {width:64px;height:64px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform 0.3s ease, background-color 0.3s ease;}.card:hover .feature-icon {transform:scale(1.05);}.card-img-top {transition:transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);}.card:hover .card-img-top {transform:scale(1.08);}#berita .card:hover .card-img-top {transform:none !important;}.psb-jadwal-grid {display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:1.25rem;}.psb-jadwal-card {background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;position:relative;overflow:hidden;transition:border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;}.psb-jadwal-card::before {content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#2563eb;border-radius:4px 0 0 4px;opacity:0.6;transition:opacity 0.25s ease;}.psb-jadwal-card:hover {border-color:#cbd5e1;box-shadow:0 6px 20px rgba(15, 23, 42, 0.06);transform:translateY(-2px);}.psb-jadwal-card:hover::before {opacity:1;}.psb-jadwal-num {width:36px;height:36px;border-radius:10px;background:rgba(37, 99, 235, 0.08);color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:0.9rem;font-family:var(--font-heading);margin-bottom:0.85rem;}.psb-jadwal-title {font-family:var(--font-heading);font-weight:700;font-size:1.05rem;color:#0f172a;margin-bottom:0.35rem;}.psb-jadwal-date {font-size:0.88rem;color:#64748b;display:flex;align-items:center;gap:0.4rem;}.manifesto-panel {background:#ffffff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px rgba(15, 23, 42, 0.04);}.manifesto-vision-box {background:linear-gradient(145deg, #0f172a 0%, #1e293b 100%);color:#ffffff;padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;}.manifesto-vision-quote {font-family:var(--font-heading, 'EB Garamond', serif);font-size:1.45rem;line-height:1.6;font-style:italic;color:#f8fafc;margin-bottom:1.5rem;position:relative;z-index:2;}.manifesto-mission-box {padding:3rem 2.5rem;background:#ffffff;}.mission-step-list {list-style:none;padding:0;margin:0;}.mission-step-item {display:flex;gap:1.25rem;padding:1rem 0;border-bottom:1px solid #f1f5f9;}.mission-step-item:last-child {border-bottom:none;padding-bottom:0;}.mission-step-num {font-family:var(--font-heading, 'Plus Jakarta Sans', sans-serif);font-weight:800;font-size:1.1rem;color:#2563eb;background:rgba(37, 99, 235, 0.08);width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.pesantren-value-card {background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;padding:1.75rem;height:100%;transition:border-color 0.2s ease, box-shadow 0.2s ease;box-shadow:0 2px 8px rgba(15, 23, 42, 0.03);}.pesantren-value-card:hover {border-color:#cbd5e1;box-shadow:0 6px 18px rgba(15, 23, 42, 0.06);}.pesantren-value-arabic {font-family:var(--font-heading, 'EB Garamond', serif);font-size:1.6rem;color:#059669;font-weight:700;margin-bottom:0.25rem;}.curriculum-hero-card {border-radius:22px;border:1px solid #e2e8f0;background:#ffffff;padding:2.25rem;height:100%;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(15, 23, 42, 0.04);}.curriculum-chip-grid {display:grid;grid-template-columns:repeat(2, 1fr);gap:0.65rem;margin-top:1.5rem;}.curriculum-chip {background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:0.6rem 0.85rem;font-size:0.82rem;font-weight:600;color:#334155;display:flex;align-items:center;gap:0.5rem;}.schedule-block-card {background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;padding:1.75rem;height:100%;box-shadow:0 2px 10px rgba(15, 23, 42, 0.03);}.schedule-slot-item {display:flex;align-items:flex-start;gap:1rem;padding:0.85rem 0;border-bottom:1px solid #f1f5f9;}.schedule-slot-item:last-child {border-bottom:none;padding-bottom:0;}.schedule-time-tag {font-family:var(--font-body, monospace);font-size:0.82rem;font-weight:700;background:#f1f5f9;color:#0f172a;padding:0.25rem 0.6rem;border-radius:6px;flex-shrink:0;min-width:58px;text-align:center;}.teacher-profile-card {background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;padding:1.75rem 1.5rem;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px rgba(15, 23, 42, 0.03);transition:border-color 0.2s ease, box-shadow 0.2s ease;}.teacher-profile-card:hover {border-color:#cbd5e1;box-shadow:0 6px 20px rgba(15, 23, 42, 0.06);}.teacher-avatar-wrap {width:90px;height:90px;border-radius:50%;margin-bottom:1.25rem;overflow:hidden;border:3px solid #f1f5f9;box-shadow:0 4px 12px rgba(15, 23, 42, 0.08);flex-shrink:0;}.teacher-avatar-img {width:100%;height:100%;object-fit:cover;}.teacher-initial-box {width:100%;height:100%;background:linear-gradient(135deg, #1e293b 0%, #334155 100%);color:#ffffff;font-weight:700;font-size:1.75rem;display:flex;align-items:center;justify-content:center;}.teacher-name {font-family:var(--font-heading, 'Plus Jakarta Sans', sans-serif);font-weight:700;font-size:1.05rem;color:#0f172a;margin-bottom:0.25rem;}.teacher-role {font-size:0.82rem;font-weight:600;color:#2563eb;margin-bottom:0.75rem;}.honor-showcase-grid {display:grid;grid-template-columns:1fr;gap:1.25rem;}@media (min-width:768px) {.honor-showcase-grid {grid-template-columns:repeat(2, 1fr);}}@media (min-width:992px) {.honor-showcase-grid {grid-template-columns:repeat(3, 1fr);}}.honor-item-card {background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 8px rgba(15, 23, 42, 0.03);}.honor-medal-icon {width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:1rem;}.medal-gold {background:#fffbeb;color:#d97706;border:1px solid #fde68a;}.medal-silver {background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;}.medal-bronze {background:#fff1f2;color:#e11d48;border:1px solid #fecdd3;}@media (prefers-reduced-motion:reduce) {.overlap-section,.card,.card-premium,.gallery-item img,.gallery-overlay,.back-to-top,.btn {transition:none !important;animation:none !important;}}.bento-grid-editorial {display:grid;grid-template-columns:repeat(12, 1fr);gap:1.5rem;}.bento-grid-editorial > * {grid-column:span 12;}@media (min-width:992px) {.bento-col-4 { grid-column:span 4; }.bento-col-6 { grid-column:span 6; }.bento-col-8 { grid-column:span 8; }.bento-col-12 { grid-column:span 12; }.bento-row-2 { grid-row:span 2; }}.bento-hero-card {position:relative;border-radius:16px;overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(0, 0, 0, 0.06);box-shadow:0 2px 8px rgba(15, 23, 42, 0.04);}.bento-hero-img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;}.bento-hero-overlay {position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.6) 60%, rgba(15, 23, 42, 0.9) 100%);z-index:2;}.bento-hero-content {position:relative;z-index:3;padding:1.5rem;color:#ffffff;}.bento-dark-card {background:#0f172a;color:#ffffff;border:1px solid #1e293b;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 8px rgba(15, 23, 42, 0.06);}.bento-spec-list {list-style:none;padding:0;margin:1rem 0 0;}.bento-spec-item {display:flex;align-items:center;gap:0.75rem;font-size:0.85rem;color:#cbd5e1;padding:0.4rem 0;border-bottom:1px solid rgba(255, 255, 255, 0.05);}.bento-spec-item:last-child {border-bottom:none;}.bento-split-card {background:#ffffff;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(15, 23, 42, 0.03);}.bento-split-img-wrap {width:100%;height:140px;position:relative;overflow:hidden;background:#f1f5f9;}.bento-split-img {width:100%;height:100%;object-fit:cover;}.bento-split-body {padding:1.25rem 1.5rem;display:flex;flex-direction:column;flex-grow:1;}.bento-card-title {font-family:var(--font-heading, 'Plus Jakarta Sans', sans-serif);font-weight:700;font-size:1.05rem;color:#0f172a;margin-bottom:0.4rem;letter-spacing:-0.01em;}.bento-card-text {font-size:0.85rem;line-height:1.5;color:#64748b;margin-bottom:0.75rem;flex-grow:1;}.bento-meta-badge {display:inline-flex;align-items:center;gap:0.3rem;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;padding:0.3rem 0.6rem;border-radius:6px;margin-bottom:0.6rem;width:fit-content;}.bento-hero-card,.bento-dark-card,.bento-split-card {transition:transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;will-change:transform, box-shadow;}.bento-hero-card:hover,.bento-dark-card:hover,.bento-split-card:hover {transform:translateY(-2px);box-shadow:0 8px 20px rgba(15, 23, 42, 0.06);}.section-header-editorial {text-align:center;margin-bottom:2.5rem;}.section-eyebrow-tag {display:inline-block;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#2563eb;margin-bottom:0.6rem;}.section-title-editorial {font-family:var(--font-heading, 'Plus Jakarta Sans', sans-serif);font-weight:800;font-size:clamp(1.4rem, 2.5vw, 1.75rem);letter-spacing:-0.015em;color:#0f172a;line-height:1.3;margin-bottom:0.6rem;}.section-lead-editorial {color:#64748b;font-size:0.9rem;line-height:1.6;max-width:580px;margin-left:auto;margin-right:auto;margin-bottom:0;}@keyframes galleryEnter {0% {opacity:0;transform:scale(0.95) translateY(15px);}100% {opacity:1;transform:scale(1) translateY(0);}}.gallery-item {overflow:hidden;cursor:pointer;position:relative;animation:galleryEnter 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;}.gallery-item img {transition:transform 0.3s ease;}.gallery-item:hover img {transform:scale(1.05);}.gallery-overlay {position:absolute;inset:0;background:rgba(15,23,42,0.5);opacity:0;transition:opacity 0.3s ease;display:flex;align-items:center;justify-content:center;}.gallery-item:hover .gallery-overlay {opacity:1;}.unit-option {border:1.5px solid #e2e8f0;background:#fafbfc;transition:all 0.25s cubic-bezier(0.16, 1, 0.3, 1);}.unit-option:hover {border-color:#93b4f4;background:#f0f4ff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(37, 99, 235, 0.08);}.unit-option.selected {border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37, 99, 235, 0.12), 0 4px 12px rgba(37, 99, 235, 0.08);}.unit-option.selected::before {content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#2563eb;border-radius:3px 3px 0 0;}.psb-consent-wrap {background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.5rem;transition:border-color 0.2s ease;}.psb-consent-wrap:has(.form-check-input:checked) {border-color:#34d399;background:#f0fdf4;}.timeline-step {position:relative;padding-left:3rem;}.timeline-step::before {content:'';position:absolute;left:15px;top:40px;bottom:-20px;width:2px;background:#dee2e6;}.timeline-step:last-child::before {display:none;}.step-number {position:absolute;left:0;top:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.875rem;}.psb-stepper {display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:0;list-style:none;margin:0;counter-reset:step;}.psb-stepper-item {flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 0.5rem;}.psb-stepper-item:not(:last-child)::after {content:'';position:absolute;top:22px;left:calc(50% + 24px);width:calc(100% - 48px);height:2px;background:#e2e8f0;}.psb-stepper-circle {width:44px;height:44px;border-radius:50%;background:#f1f5f9;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#64748b;margin-bottom:0.85rem;position:relative;z-index:2;transition:all 0.3s ease;}.psb-stepper-item.active .psb-stepper-circle {background:#2563eb;border-color:#2563eb;color:#ffffff;box-shadow:0 4px 14px rgba(37, 99, 235, 0.3);}.psb-stepper-title {font-family:var(--font-heading);font-weight:700;font-size:0.95rem;color:#0f172a;margin-bottom:0.2rem;}.psb-stepper-desc {font-size:0.82rem;color:#64748b;line-height:1.4;}@media (max-width:767.98px) {.psb-stepper {flex-direction:column;gap:0;}.psb-stepper-item {flex-direction:row;text-align:left;align-items:flex-start;padding:0 0 1.5rem 0;}.psb-stepper-item:not(:last-child)::after {top:44px;left:21px;width:2px;height:calc(100% - 44px);}.psb-stepper-circle {margin-bottom:0;margin-right:1rem;flex-shrink:0;}}.psb-form .form-control,.psb-form .form-select {border:1.5px solid #e2e8f0;border-radius:10px;padding:0.65rem 1rem;font-size:0.92rem;transition:border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;background-color:#fafbfc;}.psb-form .form-control:hover,.psb-form .form-select:hover {border-color:#cbd5e1;background-color:#ffffff;}.psb-form .form-control:focus,.psb-form .form-select:focus {border-color:#93b4f4;box-shadow:0 0 0 3px rgba(37, 99, 235, 0.1);background-color:#ffffff;outline:none;}.psb-form .form-control.is-invalid,.psb-form .form-select.is-invalid {border-color:#f87171;box-shadow:0 0 0 3px rgba(239, 68, 68, 0.08);}.psb-form .form-control.is-valid,.psb-form .form-select.is-valid {border-color:#34d399;box-shadow:0 0 0 3px rgba(16, 185, 129, 0.08);}.psb-upload-zone {border:2px dashed #d1d5db;border-radius:14px;padding:1.5rem;text-align:center;background:#fafbfc;transition:all 0.25s ease;cursor:pointer;position:relative;}.psb-upload-zone:hover {border-color:#93b4f4;background:#f0f4ff;}.psb-upload-zone.drag-over {border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37, 99, 235, 0.1);}.psb-upload-zone.has-file {border-color:#34d399;border-style:solid;background:#f0fdf4;}.psb-upload-icon {font-size:1.75rem;color:#94a3b8;margin-bottom:0.5rem;transition:color 0.2s ease;}.psb-upload-zone:hover .psb-upload-icon {color:#2563eb;}.psb-upload-label {font-size:0.88rem;color:#475569;font-weight:500;margin-bottom:0.25rem;}.psb-upload-hint {font-size:0.78rem;color:#94a3b8;}.psb-upload-preview {display:flex;align-items:center;gap:0.75rem;background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;padding:0.65rem 0.85rem;margin-top:0.75rem;text-align:left;}.psb-upload-preview img {width:40px;height:40px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0;}.psb-upload-preview .file-name {font-size:0.82rem;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px;}.psb-upload-preview .file-size {font-size:0.72rem;color:#64748b;}.psb-upload-preview .file-remove {margin-left:auto;background:none;border:none;color:#ef4444;font-size:1rem;cursor:pointer;padding:0.25rem;border-radius:6px;transition:background 0.15s ease;}.psb-upload-preview .file-remove:hover {background:#fef2f2;}.psb-error-toast {position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(100px);background:#1e293b;color:#ffffff;padding:0.85rem 1.5rem;border-radius:12px;font-size:0.9rem;font-weight:500;box-shadow:0 10px 30px rgba(0, 0, 0, 0.25);z-index:9999;display:flex;align-items:center;gap:0.65rem;opacity:0;transition:all 0.35s cubic-bezier(0.16, 1, 0.3, 1);pointer-events:none;max-width:90vw;}.psb-error-toast.visible {opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto;}.psb-error-toast .toast-icon {color:#f87171;font-size:1.15rem;flex-shrink:0;}.psb-section-title {font-family:var(--font-heading);font-weight:800;font-size:clamp(1.5rem, 3vw, 2rem);letter-spacing:-0.02em;color:#0f172a;text-wrap:balance;}.psb-section-eyebrow {font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#2563eb;}#global-preloader {position:fixed;inset:0;z-index:999999;background:#ffffff;display:flex;align-items:center;justify-content:center;transition:opacity 0.8s cubic-bezier(0.32, 0.72, 0, 1), transform 0.8s cubic-bezier(0.32, 0.72, 0, 1);}#global-preloader.loaded {opacity:0;pointer-events:none;transform:translateY(-20px) scale(1.02);}.preloader-brand {display:flex;flex-direction:column;align-items:center;gap:2rem;}.preloader-logo {height:90px;width:auto;object-fit:contain;animation:float-logo 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;}.preloader-spinner {width:48px;height:48px;border:2px solid rgba(0, 0, 0, 0.04);border-top-color:#2563eb;border-radius:50%;animation:spin-cubic 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;}body.no-scroll {overflow:hidden;height:100vh;}@keyframes float-logo {0%, 100% { transform:translateY(0) scale(1); opacity:1; }50% { transform:translateY(-8px) scale(0.98); opacity:0.8; }}@keyframes spin-cubic {0% { transform:rotate(0deg); }100% { transform:rotate(360deg); }}@media (max-width:768px) {.page-header {background-attachment:scroll;background-size:cover;background-position:center center;min-height:0;aspect-ratio:16 / 9;padding:4rem 0 2rem;}}#mainHeader {transition:all 0.4s cubic-bezier(0.16, 1, 0.3, 1);}#mainHeader.transparent-header {background:linear-gradient(to bottom, rgba(13, 110, 253, 0.85) 0%, rgba(13, 110, 253, 0) 100%) !important;border-bottom:none !important;}#mainHeader.transparent-header .top-header {background:transparent !important;backdrop-filter:none !important;border-bottom:1px solid rgba(255,255,255,0.15);}#mainHeader.transparent-header .navbar {background:transparent !important;backdrop-filter:none !important;box-shadow:none !important;border-bottom:none !important;}#mainHeader.transparent-header .nav-link {color:rgba(255,255,255,0.95) !important;text-shadow:0 1px 3px rgba(0,0,0,0.8);}#mainHeader.transparent-header .navbar-brand img {filter:drop-shadow(0 2px 4px rgba(0,0,0,0.5));}#mainHeader.transparent-header .navbar-toggler {filter:invert(1) drop-shadow(0 0 2px rgba(0,0,0,0.5));}#mainHeader.solid-header {background:transparent !important;}#mainHeader.solid-header .top-header {background:var(--bs-primary) !important;}#mainHeader.solid-header .navbar {background:rgba(255, 255, 255, 0.95) !important;backdrop-filter:blur(12px) !important;-webkit-backdrop-filter:blur(12px) !important;box-shadow:0 4px 15px rgba(0,0,0,0.05) !important;}#mainHeader.solid-header .nav-link {color:var(--bs-dark) !important;}#mainHeader.solid-header + main > .modern-hero,#mainHeader.solid-header + .form-header-banner {padding-top:7.25rem;}@media (min-width:992px) {#mainHeader.solid-header + main > .modern-hero {padding-top:calc(8.5rem + 70px);}#mainHeader.solid-header + .form-header-banner {padding-top:calc(8.5rem + 70px);}}.psb-cek-search-card,.psb-cek-result-card {background:#fff;}.psb-cek-result-header {background:linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);}.psb-cek-dl dt {color:#64748b;font-size:0.875rem;font-weight:500;margin-bottom:0.35rem;}.psb-cek-dl dd {color:#0f172a;margin-bottom:0.85rem;}.psb-cek-photo-wrap {width:120px;height:150px;border-radius:0.5rem;overflow:hidden;border:2px solid #e2e8f0;background:#f8fafc;}.psb-cek-photo {width:100%;height:100%;object-fit:cover;}.psb-cek-info-box {background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem 1.35rem;}.psb-cek-form .form-control {border-color:#cbd5e1;}.psb-cek-form .form-control:focus {border-color:#2563eb;box-shadow:0 0 0 0.2rem rgba(37, 99, 235, 0.15);}.carousel-blur .carousel-item {transition:opacity 0.6s ease-in-out, filter 0.6s ease-in-out !important;filter:blur(8px) brightness(0.85);}.carousel-blur .carousel-item.active {filter:blur(0) brightness(1);}.carousel-blur .active.carousel-item-start,.carousel-blur .active.carousel-item-end {transition:opacity 0.6s ease-in-out, filter 0.6s ease-in-out !important;filter:blur(8px) brightness(0.85);}.stagger-1 { transition-delay:0.1s !important; }.stagger-2 { transition-delay:0.2s !important; }.stagger-3 { transition-delay:0.3s !important; }.stagger-4 { transition-delay:0.4s !important; }.no-transition {transition:none !important;}.santri-motion-stage {background:#090d16;border:1px solid rgba(255, 255, 255, 0.08);border-radius:28px;padding:3rem 2rem;position:relative;overflow:hidden;box-shadow:0 25px 60px -15px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);}.santri-motion-stage::before {content:'';position:absolute;top:-150px;left:50%;transform:translateX(-50%);width:600px;height:350px;background:radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, rgba(16, 185, 129, 0.08) 45%, transparent 70%);pointer-events:none;z-index:0;}.santri-stage-content {position:relative;z-index:2;}.santri-marquee-wrap {position:relative;width:100%;overflow:hidden;padding:1.25rem 0;mask-image:linear-gradient(to right, transparent, black 8%, black 92%, transparent);-webkit-mask-image:linear-gradient(to right, transparent, black 8%, black 92%, transparent);}.santri-marquee-track {display:flex;gap:1.25rem;width:max-content;will-change:transform;animation:ticker24h 45s linear infinite;}.santri-marquee-wrap:hover .santri-marquee-track {animation-play-state:paused;}@keyframes ticker24h {0% {transform:translateX(0);}100% {transform:translateX(calc(-50% - 0.625rem));}}.santri-stream-card {background:rgba(255, 255, 255, 0.035);border:1px solid rgba(255, 255, 255, 0.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:18px;padding:1.15rem 1.35rem;min-width:230px;max-width:250px;flex-shrink:0;transition:all 0.35s cubic-bezier(0.16, 1, 0.3, 1);cursor:pointer;position:relative;overflow:hidden;}.santri-stream-card::after {content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.6), transparent);opacity:0;transition:opacity 0.3s ease;}.santri-stream-card:hover {background:rgba(255, 255, 255, 0.075);border-color:rgba(96, 165, 250, 0.35);transform:translateY(-4px) scale(1.02);box-shadow:0 12px 30px rgba(0, 0, 0, 0.4), 0 0 15px rgba(37, 99, 235, 0.2);}.santri-stream-card:hover::after {opacity:1;}.stream-card-time {font-family:var(--font-body, monospace);font-size:0.8rem;font-weight:700;color:#60a5fa;background:rgba(37, 99, 235, 0.15);border:1px solid rgba(96, 165, 250, 0.25);padding:0.2rem 0.55rem;border-radius:6px;display:inline-flex;align-items:center;gap:0.35rem;}.stream-card-title {color:#ffffff;font-family:var(--font-heading, 'Plus Jakarta Sans', sans-serif);font-weight:700;font-size:0.95rem;margin-top:0.75rem;margin-bottom:0.2rem;}.stream-card-sub {color:rgba(255, 255, 255, 0.55);font-size:0.78rem;line-height:1.4;margin-bottom:0;}.phase-control-nav {display:flex;justify-content:center;gap:0.5rem;flex-wrap:wrap;margin-top:2rem;margin-bottom:2rem;}.phase-btn {background:rgba(255, 255, 255, 0.05);border:1px solid rgba(255, 255, 255, 0.1);color:rgba(255, 255, 255, 0.75);padding:0.65rem 1.25rem;border-radius:9999px;font-size:0.86rem;font-weight:600;display:inline-flex;align-items:center;gap:0.5rem;cursor:pointer;transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1);}.phase-btn:hover {background:rgba(255, 255, 255, 0.09);color:#ffffff;border-color:rgba(255, 255, 255, 0.2);transform:translateY(-2px);}.phase-btn.active {background:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);color:#ffffff;border-color:#3b82f6;box-shadow:0 4px 18px rgba(37, 99, 235, 0.45);}.phase-deck-pane {display:none;animation:fadeInPhase 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;}.phase-deck-pane.active {display:block;}@keyframes fadeInPhase {0% {opacity:0;transform:translateY(12px) scale(0.98);}100% {opacity:1;transform:translateY(0) scale(1);}}.phase-deck-grid {display:grid;grid-template-columns:1fr;gap:1rem;}@media (min-width:768px) {.phase-deck-grid {grid-template-columns:repeat(2, 1fr);}}@media (min-width:992px) {.phase-deck-grid {grid-template-columns:repeat(4, 1fr);}}.phase-slot-card {background:rgba(255, 255, 255, 0.04);border:1px solid rgba(255, 255, 255, 0.08);border-radius:18px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1);position:relative;}.phase-slot-card:hover {background:rgba(255, 255, 255, 0.07);border-color:rgba(255, 255, 255, 0.18);transform:translateY(-3px);}.phase-slot-time {font-family:var(--font-body, monospace);font-size:0.85rem;font-weight:700;color:#38bdf8;margin-bottom:0.75rem;display:flex;align-items:center;gap:0.4rem;}.phase-slot-title {color:#ffffff;font-family:var(--font-heading, 'Plus Jakarta Sans', sans-serif);font-weight:700;font-size:1.05rem;margin-bottom:0.35rem;}.phase-slot-desc {color:rgba(255, 255, 255, 0.6);font-size:0.82rem;line-height:1.55;margin-bottom:0;}.unit-showcase-panel {background:#ffffff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 8px 30px -8px rgba(15, 23, 42, 0.04);transition:border-color 0.3s ease, box-shadow 0.3s ease;}.unit-showcase-panel:hover {border-color:#cbd5e1;box-shadow:0 14px 40px -10px rgba(15, 23, 42, 0.08);}.unit-img-frame {position:relative;width:100%;height:100%;min-height:380px;background:#0f172a;overflow:hidden;}.unit-img-cover {width:100%;height:100%;object-fit:cover;object-position:center;display:block;}.unit-tag-overlay {position:absolute;top:1.25rem;left:1.25rem;background:rgba(255, 255, 255, 0.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#ffffff;padding:0.4rem 0.9rem;border-radius:9999px;font-size:0.78rem;font-weight:600;border:1px solid rgba(255, 255, 255, 0.3);box-shadow:0 4px 15px rgba(0, 0, 0, 0.15);display:inline-flex;align-items:center;gap:0.4rem;}.unit-body-pane {padding:3rem 2.5rem;}@media (max-width:768px) {.unit-body-pane {padding:2rem 1.5rem;}}.unit-level-label {font-size:0.75rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#2563eb;margin-bottom:0.5rem;}.unit-card-title {font-family:var(--font-heading, 'Plus Jakarta Sans', sans-serif);font-weight:800;font-size:1.85rem;letter-spacing:-0.02em;color:#0f172a;margin-bottom:1rem;}.unit-card-desc {color:#475569;font-size:0.95rem;line-height:1.7;margin-bottom:1.75rem;}.unit-spec-grid {display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:1rem;margin-bottom:2rem;padding-bottom:1.75rem;border-bottom:1px solid #f1f5f9;}.unit-spec-box {background:#f8f9fa;border:none;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);border-radius:12px;padding:0.85rem 1rem;display:flex;align-items:center;gap:0.75rem;transition:transform 0.3s ease, box-shadow 0.3s ease;}.unit-spec-box:hover {transform:translateY(-4px);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.1);}.unit-spec-icon {font-size:1.25rem;color:var(--bs-primary);background:rgba(13, 110, 253, 0.1);width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.unit-spec-name {font-size:0.82rem;font-weight:700;color:#0f172a;margin-bottom:0.1rem;line-height:1.2;}.unit-spec-sub {font-size:0.72rem;color:#64748b;margin-bottom:0;line-height:1.2;}.btn-unit-explore {display:inline-flex;align-items:center;gap:0.6rem;padding:0.8rem 1.8rem;border-radius:9999px;font-weight:600;font-size:0.95rem;text-decoration:none;background-color:#0f172a;color:#ffffff;transition:all 0.3s ease;border:none;}.btn-unit-explore i {transition:transform 0.3s ease;}.btn-unit-explore:hover {background-color:#1e293b;color:#ffffff;}.btn-unit-explore:hover i {transform:translate(3px, -3px);}.btn-unit-primary {}.btn-unit-primary:hover {}.btn-unit-secondary {background:#ffffff;color:#0f172a;border:1px solid #cbd5e1;}.btn-unit-secondary:hover {background:#f8fafc;color:#2563eb;border-color:#94a3b8;transform:translateY(-2px);}.stat-number {font-size:2.5rem;font-weight:700;font-family:var(--font-heading);}.back-to-top {position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:1050;cursor:pointer;}.back-to-top.visible {opacity:1;visibility:visible;}.img-cover {object-fit:cover;width:100%;}.secret-admin-link {color:inherit;text-decoration:none;transition:all 0.3s ease;background-image:linear-gradient(90deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3, #ff0000);background-size:200% auto;color:transparent;-webkit-background-clip:text;background-clip:text;}.secret-admin-link:not(:hover) {background:none;color:inherit;-webkit-background-clip:border-box;background-clip:border-box;}.secret-admin-link:hover {animation:rainbow 2s linear infinite;cursor:default; }@keyframes rainbow {0% { background-position:0% 50%; }100% { background-position:200% 50%; }}