*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#0b0b0b;font-family:Inter,system-ui,sans-serif}main{min-height:calc(100vh - 72px)}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0b0b0bf7;border-bottom:1px solid #1e1e1e;justify-content:space-between;align-items:center;height:72px;padding:0 8%;display:flex;position:sticky;top:0}.logo{align-items:center;text-decoration:none;display:flex}.nav-logo{border-radius:8px;width:auto;height:94px}.footer-logo{border-radius:10px;width:auto;height:220px;margin-bottom:12px}.nav-links{gap:32px;display:flex}.nav-links a{color:#aaa;padding-bottom:4px;font-size:.95rem;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links a.active{border-bottom:2px solid #42d36b}.nav-actions{align-items:center;gap:16px;display:flex}.nav-icon{color:#aaa;align-items:center;text-decoration:none;transition:color .2s;display:flex}.nav-icon:hover{color:#fff}.nav-cta{text-decoration:none;color:#fff!important;background:0 0!important;border:1px solid #444!important;padding:9px 20px!important;font-size:.875rem!important}.nav-cta:hover{border-color:#fff!important;transform:none!important}.btn-primary{color:#000;cursor:pointer;background:#42d36b;border:none;border-radius:8px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-outline{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:8px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .2s,transform .2s;display:inline-flex}.btn-outline:hover{border-color:#42d36b;transform:translateY(-1px)}.hero{border-bottom:1px solid #1e1e1e;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:40px;padding:80px 8%;display:grid}.hero-headline{letter-spacing:-.02em;font-size:3.2rem;font-weight:900;line-height:1.1}.hero-headline span{color:#42d36b}.hero-sub{color:#aaa;margin-top:20px;font-size:1rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.hero-center{justify-content:center;align-items:center;display:flex}.hero-img{object-fit:cover;border-radius:20px;width:100%;max-width:420px}.intro-label{color:#42d36b;letter-spacing:.08em;margin-bottom:8px;font-size:.85rem;font-weight:700}.hero-name{font-size:2.4rem;font-weight:800}.hero-title{color:#42d36b;margin-bottom:16px;font-weight:600}.hero-bio{color:#aaa;margin-bottom:28px;font-size:.95rem;line-height:1.7}.hero-traits{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.trait{flex-direction:column;gap:4px;display:flex}.trait-icon{align-items:center;margin-bottom:4px;font-size:1.3rem;display:flex}.trait strong{color:#fff;font-size:.85rem}.trait p{color:#777;font-size:.78rem;line-height:1.5}.section{padding:80px 8%}.section-label{color:#42d36b;letter-spacing:.1em;margin-bottom:10px;font-size:.8rem;font-weight:700}.section-header-row{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.section-desc{color:#aaa;max-width:500px;margin-top:8px;line-height:1.6}.section-header h2{font-size:2.4rem;font-weight:800}.page-container{max-width:1280px;margin:0 auto;padding:60px 8% 100px}.page-header{margin-bottom:60px}.page-header h1{margin-bottom:16px;font-size:3rem;font-weight:800}.page-desc{color:#aaa;max-width:600px;line-height:1.7}.projects-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.project-card{background:#111;border:1px solid #1e1e1e;border-radius:16px;flex-direction:column;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.project-card:hover{border-color:#333;transform:translateY(-4px)}.projects-grid--4{grid-template-columns:repeat(4,1fr)}.project-image{background:#0f1a0f;border-bottom:1px solid #1e1e1e;justify-content:center;align-items:center;height:180px;display:flex;overflow:hidden}.project-image img{object-fit:cover;object-position:top;width:100%;height:100%}.project-placeholder{color:#42d36b;opacity:.3;font-size:4rem;font-weight:900}.project-placeholder.large{font-size:8rem}.project-card-body{flex-direction:column;flex:1;padding:24px;display:flex}.project-card-top{align-items:center;gap:12px;margin-bottom:8px;display:flex}.project-card-top h3{font-size:1.2rem;font-weight:700}.badge{color:#42d36b;white-space:nowrap;background:#1a2a1a;border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600}.project-tagline{color:#42d36b;margin-bottom:8px;font-size:.85rem}.project-card p{color:#aaa;margin-bottom:16px;font-size:.9rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.tech-tag{color:#aaa;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;padding:4px 10px;font-size:.75rem}.project-card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.link-green{color:#42d36b;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s}.link-green:hover{opacity:.8}.about-grid{grid-template-columns:1fr 380px;align-items:start;gap:40px;display:grid}.about-card{background:#111;border:1px solid #1e1e1e;border-radius:16px;margin-bottom:24px;padding:40px;line-height:1.9}.about-card p{color:#ccc;margin-bottom:18px}.about-card p:last-child{margin-bottom:0}.roles-grid{flex-wrap:wrap;gap:10px;display:flex}.role-tag{color:#ccc;background:#111;border:1px solid #2a2a2a;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:500}.credentials-col{flex-direction:column;gap:20px;display:flex}.credential-card{background:#111;border:1px solid #1e1e1e;border-radius:16px;padding:28px}.credential-card h3{color:#42d36b;letter-spacing:.06em;margin-bottom:16px;font-size:.85rem;font-weight:700}.credential-card ul{flex-direction:column;gap:10px;list-style:none;display:flex}.credential-card li{color:#ccc;border-left:2px solid #42d36b;padding-left:12px;font-size:.9rem}.about-section-label{color:#42d36b;letter-spacing:.1em;margin:32px 0 16px;font-size:.75rem;font-weight:700}.timeline{flex-direction:column;gap:24px;display:flex}.timeline-item{background:#111;border:1px solid #1e1e1e;border-radius:16px;padding:28px}.timeline-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.timeline-role{color:#fff;font-size:1rem;font-weight:700}.timeline-company{color:#42d36b;margin-top:2px;font-size:.875rem}.timeline-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.timeline-period{color:#aaa;font-size:.8rem;font-weight:600}.timeline-location{color:#666;font-size:.78rem}.timeline-bullets{flex-direction:column;gap:8px;list-style:none;display:flex}.timeline-bullets li{color:#bbb;padding-left:14px;font-size:.875rem;line-height:1.6;position:relative}.timeline-bullets li:before{content:"•";color:#42d36b;position:absolute;left:0}.edu-list{flex-direction:column;gap:18px;display:flex}.edu-item{border-left:2px solid #42d36b;padding-left:12px}.edu-school{color:#eee;font-size:.875rem;font-weight:600}.edu-degree{color:#999;margin-top:2px;font-size:.82rem}.edu-year{color:#555;margin-top:3px;font-size:.75rem;display:block}.cert-item{color:#ccc;border-left:2px solid #42d36b;flex-direction:column;gap:4px;padding-left:12px;font-size:.875rem;display:flex}.cert-badge{color:#c8a84b;background:#1a1a0a;border:1px solid #3a3010;border-radius:10px;width:fit-content;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.skills-inline{flex-direction:column;gap:6px;display:flex}.skills-cat{color:#42d36b;letter-spacing:.05em;margin-top:8px;font-size:.75rem;font-weight:700}.skills-cat:first-child{margin-top:0}.skills-list{color:#999;font-size:.82rem;line-height:1.5}.skills-groups{flex-direction:column;gap:48px;display:flex}.skill-group h3{color:#42d36b;letter-spacing:.08em;margin-bottom:16px;font-size:.85rem;font-weight:700}.skills-grid{flex-wrap:wrap;gap:12px;display:flex}.skill-card{background:#111;border:1px solid #1e1e1e;border-radius:10px;padding:14px 22px;font-size:.9rem;font-weight:600;transition:border-color .2s}.skill-card:hover{border-color:#42d36b}.back-link{color:#aaa;margin-bottom:40px;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:#fff}.case-hero{grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin-bottom:60px;display:grid}.case-image{background:linear-gradient(135deg,#1a2a1a,#111);border:1px solid #1e1e1e;border-radius:16px;justify-content:center;align-items:center;height:320px;display:flex}.case-intro h1{margin:12px 0 8px;font-size:2.8rem}.case-tagline{color:#42d36b;margin-bottom:28px}.case-actions{gap:14px;display:flex}.case-body{flex-direction:column;gap:48px;display:flex}.case-section h2{color:#eee;margin-bottom:16px;font-size:1.4rem}.case-section p{color:#aaa;line-height:1.8}.feature-list{flex-direction:column;gap:10px;list-style:none;display:flex}.feature-list li{color:#ccc;border-left:2px solid #42d36b;padding-left:16px;font-size:.95rem}.contact-grid{grid-template-columns:1fr 2fr;gap:48px;display:grid}.contact-info{flex-direction:column;gap:28px;display:flex}.contact-item{flex-direction:column;gap:6px;display:flex}.contact-item strong{color:#42d36b;letter-spacing:.08em;font-size:.8rem;font-weight:700}.contact-item a{color:#ccc;font-size:.95rem;text-decoration:none;transition:color .2s}.contact-item a:hover{color:#fff}.contact-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#ccc;font-size:.85rem;font-weight:600}.form-group input,.form-group textarea{color:#fff;resize:vertical;background:#111;border:1px solid #2a2a2a;border-radius:8px;outline:none;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#42d36b}.form-group input::placeholder,.form-group textarea::placeholder{color:#555}.footer{border-top:1px solid #1e1e1e;padding:60px 8%}.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:40px;display:grid}.footer-brand h3{font-size:1.1rem;font-weight:900;line-height:1.3}.footer-brand h3 span{color:#42d36b}.footer-brand p{color:#555;margin-top:12px;font-size:.8rem}.footer-heading{color:#42d36b;letter-spacing:.1em;margin-bottom:14px;font-size:.75rem;font-weight:700}.footer-body{color:#777;margin-bottom:16px;font-size:.875rem;line-height:1.7}.footer-cta{padding:10px 18px;font-size:.85rem}.footer-tech{flex-wrap:wrap;gap:8px;display:flex}.footer-tech span{color:#888;background:#111;border:1px solid #2a2a2a;border-radius:6px;padding:4px 10px;font-size:.75rem}.footer-social{gap:16px;margin-top:8px;display:flex}.footer-social a{color:#666;align-items:center;text-decoration:none;transition:color .2s;display:flex}.footer-social a:hover{color:#fff}@media (width<=1200px){.projects-grid--4{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.hero{grid-template-columns:1fr 1fr}.hero-center{display:none}.footer-grid{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr}}@media (width<=768px){.hero{grid-template-columns:1fr;padding:50px 6%}.projects-grid,.contact-grid,.case-hero{grid-template-columns:1fr}.hero-headline{font-size:2.4rem}.page-header h1{font-size:2.2rem}.nav-links,.nav-actions .nav-icon{display:none}.footer-grid{grid-template-columns:1fr}.section-header-row{flex-direction:column;align-items:flex-start;gap:16px}}
