body,html{margin:0;padding:0;height:100%;background-color:#121212;color:#e0e0e0;font-family:FKGroteskNeue,Geist,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#27ae60;text-decoration:none}a:hover{text-decoration:underline}.section-title{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:600;color:#27ae60;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid #27AE60;padding-bottom:8px}.project-image{position:relative;height:220px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-container:hover .project-image{transform:scale(1.05)}.project-content{padding:32px}.project-content h3{font-size:24px;margin-bottom:16px;color:#e0e0e0}.project-content p{color:#b0b0b0;line-height:1.6;margin-bottom:20px}.contact-link{color:inherit;text-decoration:none;transition:color .2s ease-in-out}.contact-link:hover{color:#27ae60;text-decoration:underline}.contact-item{display:flex;align-items:center;margin-bottom:12px;font-size:18px;transition:transform .15s ease-out}.contact-item:hover{transform:translate(5px)}.contact-item i{width:20px;margin-right:12px;color:#27ae60;font-size:18px}.btn-outline{border:2px solid #27AE60;color:#27ae60;background:transparent}.btn-outline:hover{background:#27ae60;color:#fff;transform:translateY(-2px)}.btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:12px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;box-shadow:0 8px 32px #27ae604d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #27ae6066}.btn-ghost{background:#ffffff0d;color:#e0e0e0;border:1px solid rgba(255,255,255,.1)}.btn-ghost:hover{background:#ffffff1a;transform:translateY(-2px)}.home-container{background:#121212;color:#e0e0e0;overflow-x:hidden}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:120px 32px 80px;position:relative}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#27ae601a;border:1px solid rgba(39,174,96,.3);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;color:#27ae60;margin-bottom:24px}.status-dot{width:8px;height:8px;background:#27ae60;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{margin-bottom:32px}.greeting{display:block;font-size:24px;color:#27ae60;font-weight:500;margin-bottom:8px}.name{display:block;font-size:56px;font-weight:700;background:linear-gradient(135deg,#27ae60,#2ecc71,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:16px;line-height:1.1}.typed-text{display:block;font-size:32px;color:#e0e0e0;font-weight:600}.cursor{animation:blink 1s infinite;color:#27ae60}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{font-size:20px;line-height:1.7;color:#b0b0b0;margin-bottom:48px;max-width:600px}.hero-actions{display:flex;gap:16px;margin-bottom:48px;flex-wrap:wrap}.social-links{display:flex;gap:16px}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff0d;border-radius:12px;color:#b0b0b0;text-decoration:none;transition:all .3s ease;font-size:20px}.social-link:hover{background:#27ae60;color:#fff;transform:translateY(-2px)}.profile-card{background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);overflow:hidden}.card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#0003;border-bottom:1px solid rgba(255,255,255,.1)}.card-dots{display:flex;gap:8px}.dot{width:12px;height:12px;border-radius:50%}.red{background:#ff5f57}.yellow{background:#ffbd2e}.green{background:#28ca42}.card-title{font-size:14px;color:#b0b0b0;font-weight:500}.card-content{padding:32px;text-align:center}.code-snippet{text-align:left;background:#0000004d;border-radius:8px;padding:16px;font-family:Fira Code,monospace;font-size:14px}.code-line{margin-bottom:4px}.keyword{color:#c792ea}.string{color:#c3e88d}.number{color:#f78c6c}.stats-section{margin-top:80px}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.stat-item{text-align:center;padding:32px 20px;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.stat-item i{font-size:32px;color:#27ae60;margin-bottom:16px}.stat-number{display:block;font-size:48px;font-weight:700;color:#e0e0e0;margin-bottom:8px}.stat-label{font-size:16px;color:#b0b0b0}.section-container{max-width:1200px;margin:0 auto;padding:100px 32px}.section-header{text-align:center;margin-bottom:80px}.section-subtitle{font-size:20px;color:#b0b0b0;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.service-card{padding:40px;background:#ffffff08;border-radius:20px;border:1px solid rgba(255,255,255,.1);text-align:center;transition:all .3s ease}.service-card:hover{transform:translateY(-8px);border-color:#27ae604d}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#27ae60,#2ecc71);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:32px;color:#fff}.service-card h3{font-size:24px;margin-bottom:16px;color:#e0e0e0}.service-card p{color:#b0b0b0;line-height:1.6;margin-bottom:24px}.service-features{list-style:none;text-align:left}.service-features li{display:flex;align-items:center;gap:12px;margin-bottom:8px;color:#e0e0e0}.service-features i{color:#27ae60;font-size:14px}
