*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#ebe6ff;--text-dark:#1e1b4b;--text-muted:#5b21b6;--pink:#fda4af;--fuchsia:#a21caf;--violet:#7c3aed;--lavender:#4c1d95;--white:#faf5ff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:system-ui,Segoe UI,Roboto,sans-serif}html,body{background:var(--bg);color:var(--text-dark);min-height:100%}a{text-decoration:none}.geo-canvas{z-index:0;pointer-events:none;width:100vw;height:100vh;position:fixed;inset:0}.hero-wrapper{z-index:1;justify-content:center;align-items:center;width:100%;min-height:100svh;display:flex;position:relative}.hero-content{text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:700px;padding:48px 24px;display:flex}.role{letter-spacing:.12em;text-transform:uppercase;color:#3b0764;font-size:13px;font-weight:700}h1{letter-spacing:-.02em;font-size:clamp(48px,9vw,96px);font-weight:700;line-height:1.15}.name-gradient{background:linear-gradient(90deg,#fda4af,#f472b6,#e879f9,#a78bfa);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700}.description{color:var(--text-muted);max-width:460px;font-size:clamp(15px,2vw,17px);line-height:1.65}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:190px;padding:11px 26px;font-size:15px;font-weight:600;transition:opacity .2s,transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 24px #e479f940}.btn-primary{color:#fff;background:linear-gradient(135deg,#f472b6,#a855f7);border:none;padding:12.5px 27.5px}.btn-secondary{color:var(--text-dark);background:0 0;border:1.5px solid #7c3aed66}.btn-arrow{font-size:17px;line-height:1}.btn-icon{flex-shrink:0}.projects-wrapper{z-index:1;justify-content:center;width:100%;min-height:100svh;display:flex;position:relative}.projects-content{z-index:1;flex-direction:column;gap:40px;width:100%;max-width:900px;padding:48px 24px 80px;display:flex;position:relative}.back-link{color:var(--violet);align-items:center;gap:6px;width:fit-content;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.back-link:hover{opacity:.7}.projects-header{flex-direction:column;gap:12px;display:flex}.projects-header h1{letter-spacing:-.02em;font-size:clamp(36px,6vw,64px);font-weight:700;line-height:1.15}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:24px;width:100%;display:grid}.project-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffa6;border:1px solid #a78bfa40;border-radius:16px;flex-direction:column;gap:20px;padding:28px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 24px #7c3aed14}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #7c3aed24}.project-card-body{flex-direction:column;flex:1;gap:12px;display:flex}.project-title{color:var(--text-dark);letter-spacing:-.01em;font-size:22px;font-weight:700}.project-description{color:var(--text-muted);font-size:15px;line-height:1.6}.project-tags{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.tag{color:var(--violet);letter-spacing:.02em;background:#a78bfa26;border-radius:99px;padding:4px 10px;font-size:12px;font-weight:600}.project-card-actions{flex-direction:column;gap:10px;display:flex}.project-btn{width:100%;min-width:unset}
