@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;800&display=swap";:root{--primary-blue:#2196f3;--dark-blue:#0a192f;--light-blue:#e3f2fd;--accent-blue:#64ffda;--text-dark:#1e293b;--text-light:#f8fafc;--text-muted:#8892b0;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--glass-shadow:0 8px 32px 0 #0000004d}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-light);-webkit-font-smoothing:antialiased;background:#0a192f;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:800}a{color:inherit;text-decoration:none}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px}.text-gradient{background:linear-gradient(135deg,#64b5f6,#2196f3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-accent{background:linear-gradient(135deg,#64ffda,#81d4fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.fade-in-up{opacity:0;animation:.8s ease-out forwards fadeInUp;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.navbar{z-index:10;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex;position:relative}.logo{letter-spacing:-.5px;font-size:1.5rem}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--accent-blue)}.btn-primary{background:linear-gradient(135deg, var(--primary-blue), #1976d2);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2196f366}.btn-outline{color:var(--accent-blue);border:1px solid var(--accent-blue);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background .3s,color .3s}.btn-outline:hover{background:#64ffda1a}.hero{align-items:center;min-height:85vh;display:flex;position:relative}.hero-content{z-index:2;max-width:800px}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-buttons{gap:1rem;display:flex}.bg-glow{filter:blur(100px);z-index:0;pointer-events:none;border-radius:50%;position:absolute}.glow-1{background:#2196f326;width:500px;height:500px;top:-10%;right:-5%}.glow-2{background:#64ffda1a;width:400px;height:400px;bottom:-10%;left:-10%}.section{z-index:2;padding:5rem 0;position:relative}.section-title{text-align:center;margin-bottom:4rem;font-size:2.5rem}.portfolio-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:5rem;display:grid}.portfolio-card{flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex}.portfolio-card:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 12px 40px #0006}.card-icon{background:#ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:2rem;display:flex}.berendit-icon{color:var(--primary-blue);background:linear-gradient(135deg,#2196f333,#0d47a133)}.layang-icon{color:var(--accent-blue);background:linear-gradient(135deg,#64ffda33,#00968833)}.card-title{margin-bottom:1rem;font-size:1.75rem}.card-desc{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;line-height:1.6}.card-link{color:var(--text-light);align-items:center;gap:.5rem;font-weight:600;transition:color .2s;display:inline-flex}.card-link:hover{color:var(--primary-blue)}.about-content{align-items:center;gap:4rem;display:flex}.about-text{flex:1}.about-text h3{margin-bottom:1.5rem;font-size:2rem}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.about-image{flex:1;justify-content:center;align-items:center;min-height:400px;display:flex}.pulse-circle{background:linear-gradient(135deg, var(--primary-blue), var(--dark-blue));border-radius:50%;width:200px;height:200px;animation:3s infinite pulse;box-shadow:0 0 40px #2196f366}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #2196f366}70%{transform:scale(1);box-shadow:0 0 0 40px #2196f300}to{transform:scale(.95);box-shadow:0 0 #2196f300}}.footer{border-top:1px solid var(--glass-border);margin-top:5rem;padding:3rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-logo{font-size:1.25rem}.footer-links{color:var(--text-muted);gap:1.5rem;font-size:.9rem;display:flex}@media (width<=768px){.hero-title{font-size:3rem}.about-content{flex-direction:column}.nav-links{display:none}.footer-content{text-align:center;flex-direction:column;gap:1rem}}.policy-page{min-height:70vh;padding-top:2rem}.prose{text-align:left;max-width:800px;margin:0 auto;padding:3rem}.prose h2{color:var(--text-light);margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem}.prose p{color:var(--text-muted);margin-bottom:1.25rem;line-height:1.7}.prose ul{color:var(--text-muted);margin-bottom:1.25rem;padding-left:1.5rem;line-height:1.7}.prose li{margin-bottom:.5rem}
