*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.App,.hero{min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:100px 20px;text-align:center}.name{color:gold;font-weight:700}.subtitle{font-size:1.3em;margin:20px 0;opacity:.9}.hero-buttons{margin-top:40px}.btn{border-radius:50px;display:inline-block;font-weight:600;margin:10px;padding:15px 30px;text-decoration:none;transition:all .3s}.primary{background:gold;color:#333}.primary:hover{box-shadow:0 10px 20px #ffd7004d;transform:translateY(-3px)}.secondary{background:#0000;border:2px solid #fff;color:#fff}.secondary:hover{background:#fff;color:#667eea}section{margin:0 auto;max-width:1200px;padding:80px 20px}h2{color:#667eea;font-size:2.5em;margin-bottom:50px;text-align:center}.project-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px;transition:transform .3s}.project-card:hover{transform:translateY(-10px)}.project-card h3{color:#667eea;font-size:1.8em;margin-bottom:20px}.project-link{border-bottom:2px solid #0000;color:#667eea;font-weight:600;text-decoration:none;transition:border .3s}.project-link:hover{border-color:#667eea}.contact{background:#f8f9fa;text-align:center}.contact-links{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.contact-links a{border:2px solid #667eea;border-radius:50px;color:#667eea;font-size:1.2em;font-weight:600;padding:15px 25px;text-decoration:none;transition:all .3s}.contact-links a:hover{background:#667eea;color:#fff}@media (max-width:768px){.hero{padding:60px 20px}.contact-links,.hero-buttons{align-items:center;flex-direction:column}}
/*# sourceMappingURL=main.db619cd1.css.map*/