.hero-container{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:40px 20px}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);opacity:.15;animation:gradient-shift 15s ease infinite;z-index:0}@keyframes gradient-shift{0%,to{background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%)}50%{background:linear-gradient(135deg,#f093fb 0%,#667eea 50%,#764ba2 100%)}}.hero-content{position:relative;z-index:1;max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:60px}.hero-text{flex:1;max-width:600px}.hero-title{font-size:48px;font-weight:700;margin-bottom:20px;color:#1a1a1a;line-height:1.2}.hero-name{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:24px;color:#4a4a4a;margin-bottom:16px;font-weight:500}.hero-description{font-size:18px;color:#666;line-height:1.6;margin-bottom:32px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;transition:all .3s ease;cursor:pointer;text-decoration:none;display:inline-block}.cta-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;box-shadow:0 4px 15px #667eea4d}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.cta-secondary{background:white;color:#667eea;border:2px solid #667eea}.cta-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.hero-image-container{flex-shrink:0}.hero-image{width:300px;height:300px;border-radius:50%;object-fit:cover;border:6px solid white;box-shadow:0 10px 40px #00000026;transition:transform .3s ease}.hero-image:hover{transform:scale(1.05)}@media only screen and (max-width: 900px){.hero-content{flex-direction:column-reverse;text-align:center;gap:40px}.hero-text{max-width:100%}.hero-title{font-size:36px}.hero-subtitle{font-size:20px}.hero-description{font-size:16px}.hero-buttons{justify-content:center}.hero-image{width:200px;height:200px}}@media only screen and (max-width: 600px){.hero-title{font-size:28px}.hero-subtitle{font-size:18px}.cta-primary,.cta-secondary{width:100%;text-align:center}}.about-section{padding:80px 20px;background:linear-gradient(to bottom,#ffffff 0%,#f8f9fa 100%)}.about-container{max-width:800px;margin:0 auto}.section-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:40px;color:#1a1a1a;position:relative;display:inline-block;width:100%}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:2px}.about-content{display:flex;flex-direction:column;gap:20px}.about-text{font-size:18px;line-height:1.8;color:#4a4a4a;text-align:left}@media only screen and (max-width: 730px){.about-section{padding:60px 20px}.section-title{font-size:28px}.about-text{font-size:16px}}.homeContainer{max-width:1200px;margin:0 auto;padding:60px 20px}.titleText{font-size:42px;font-weight:700;text-align:center;margin-bottom:50px;color:#1a1a1a}.filterContainer{display:flex;justify-content:center;gap:12px;margin-bottom:40px}.filterButton{background:transparent;border:2px solid #e2e8f0;border-radius:24px;padding:8px 20px;font-size:15px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.filterButton:hover{border-color:#cbd5e1;color:#475569}.filterButton.active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.projectGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}.projectCard{text-decoration:none;color:inherit;display:block;transition:transform .3s ease,box-shadow .3s ease}.projectCard:hover{transform:translateY(-8px)}.projectCardContent{background:white;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:280px;transition:box-shadow .3s ease;position:relative}.cardHeader{width:100%;display:flex;justify-content:space-between;margin-bottom:20px;font-size:13px;font-weight:600}.projectYear{color:#94a3b8}.projectCategory{color:#6366f1;background:#e0e7ff;padding:4px 10px;border-radius:12px}.projectCard:hover .projectCardContent{box-shadow:0 8px 30px #667eea33}.projectLogo{width:100px;height:100px;border-radius:22px;margin-bottom:20px;object-fit:contain;padding:8px;background:#f8f9fa;box-shadow:0 4px 12px #0000001a}.projectTitle{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.projectTagline{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0}@media only screen and (max-width: 730px){.homeContainer{padding:40px 16px}.titleText{font-size:32px;margin-bottom:32px}.projectGrid{grid-template-columns:1fr;gap:24px}.projectCardContent{padding:32px 24px;min-height:240px}.projectLogo{width:80px;height:80px}.projectTitle{font-size:20px}.projectTagline{font-size:14px}}.skills-section{padding:80px 20px;background:white}.skills-container{max-width:1000px;margin:0 auto}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:40px}.skill-badge{background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);border:2px solid #e9ecef;border-radius:12px;padding:20px;text-align:center;transition:all .3s ease;cursor:default;position:relative;overflow:hidden}.skill-badge:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);opacity:0;transition:opacity .3s ease;z-index:0}.skill-badge:hover{transform:translateY(-5px);box-shadow:0 8px 20px #667eea33;border-color:#667eea}.skill-badge:hover:before{opacity:.1}.skill-name{display:block;font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:8px;position:relative;z-index:1}.skill-category{display:inline-block;font-size:12px;color:#667eea;background:rgba(102,126,234,.1);padding:4px 12px;border-radius:12px;font-weight:500;position:relative;z-index:1}@media only screen and (max-width: 730px){.skills-section{padding:60px 20px}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.skill-badge{padding:16px}.skill-name{font-size:16px}}.contact-section{padding:80px 20px 100px;background:linear-gradient(to bottom,#f8f9fa 0%,#ffffff 100%)}.contact-container{max-width:800px;margin:0 auto;text-align:center}.contact-intro{font-size:18px;color:#4a4a4a;margin-bottom:40px;line-height:1.6}.contact-links{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.contact-link{display:flex;flex-direction:column;align-items:center;gap:12px;padding:30px 40px;background:white;border:2px solid #e9ecef;border-radius:16px;text-decoration:none;color:#1a1a1a;transition:all .3s ease;min-width:140px}.contact-link:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 8px 20px #667eea33;background:linear-gradient(135deg,rgba(102,126,234,.05) 0%,rgba(118,75,162,.05) 100%)}.contact-icon{font-size:40px;transition:transform .3s ease}.contact-link:hover .contact-icon{transform:scale(1.1)}.contact-link span{font-size:16px;font-weight:600;color:#1a1a1a}@media only screen and (max-width: 730px){.contact-section{padding:60px 20px 80px}.contact-intro{font-size:16px}.contact-links{flex-direction:column;align-items:stretch}.contact-link{flex-direction:row;justify-content:center;padding:20px}.contact-icon{font-size:32px}}
