:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#0f172a;background-color:#eef2f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#eef2f6}#root{min-height:100vh}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}p{margin:0}h1,h2,h3{margin:0;font-weight:700;color:#0f172a}h1{font-size:clamp(2.4rem,3vw + 1rem,3.6rem);line-height:1.1}h2{font-size:clamp(1.6rem,2vw + 1rem,2.4rem);line-height:1.2}h3{font-size:1.2rem}.page{display:flex;flex-direction:column;gap:4rem;max-width:1100px;margin:0 auto;padding:3.5rem 4vw 3rem}.hero{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem;align-items:center}main{display:flex;flex-direction:column;gap:3.5rem}.hero__content{display:flex;flex-direction:column;gap:1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600;color:#64748b}.hero__text{font-size:1.05rem;max-width:34rem;color:#475569}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.6rem;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.button.primary{background:#0f172a;color:#f8fafc;box-shadow:0 10px 20px #0f172a33}.button.primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0f172a40}.button.ghost{border:1px solid #cbd5f5;color:#0f172a;background:#fff}.button.ghost:hover{border-color:#0f172a}.section{display:flex;flex-direction:column;gap:1.75rem}.section__header{max-width:40rem;display:grid;gap:.65rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.project-card{background:#fff;border-radius:20px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 16px 40px #0f172a0f;display:flex;flex-direction:column;gap:1rem}.project-card__head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.project-card__link{font-size:.9rem;font-weight:600;color:#2563eb}.project-card__link:hover{color:#1d4ed8}.project-card__description{color:#475569}.tech-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.tech-pill{padding:.35rem .75rem;background:#eef2ff;color:#4338ca;border-radius:999px;font-size:.8rem;font-weight:600}.contact{background:#f8fafc;border-radius:24px;padding:2rem;border:1px solid #e2e8f0}.contact__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.contact-card{display:flex;align-items:center;justify-content:center;padding:1.1rem;border-radius:16px;background:#fff;border:1px solid #e2e8f0;font-weight:600;color:#0f172a;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.contact-card:hover{transform:translateY(-1px);border-color:#94a3b8;box-shadow:0 12px 24px #0f172a14}.footer{text-align:center;color:#94a3b8;font-size:.9rem}@media(max-width:900px){.hero{grid-template-columns:1fr}}@media(max-width:600px){.page{padding:2.5rem 6vw 2rem;gap:3rem}.project-card__head{flex-direction:column;align-items:flex-start}}
