@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--color-bg: #0a0a0a;--color-surface: #141414;--color-border: #2a2a2a;--color-text: #f0f0f0;--color-text-muted: #888888;--color-accent: #c084fc;--color-accent-hover: #a855f7;--color-accent-glow: rgba(192, 132, 252, .15);--font-display: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--color-accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent-hover)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;padding:6rem 2rem 4rem}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at center,var(--color-accent-glow) 0%,transparent 50%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.hero-content{position:relative;z-index:1}.hero h1{font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);font-weight:900;letter-spacing:-.02em;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-text) 0%,var(--color-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--color-text-muted);max-width:600px;margin:0 auto;font-weight:300}.hero-divider{width:60px;height:3px;background:var(--color-accent);margin:2rem auto 0;border-radius:2px;opacity:.6}.geo-grid{position:absolute;inset:0;overflow:hidden;pointer-events:none}.geo-grid .shape{position:absolute;border:1px solid var(--color-border);opacity:.4}.geo-grid .shape-1{width:300px;height:300px;top:10%;right:5%;transform:rotate(45deg);border-radius:2px}.geo-grid .shape-2{width:150px;height:150px;bottom:20%;left:8%;border-radius:50%}.geo-grid .shape-3{width:200px;height:200px;top:60%;right:15%;transform:rotate(15deg);border-radius:2px}.geo-grid .shape-4{width:80px;height:80px;top:20%;left:15%;transform:rotate(60deg);border-radius:2px}section{padding:5rem 0}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:3rem;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.service-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2.5rem 2rem;text-align:center}.service-icon{width:48px;height:48px;margin:0 auto 1rem;display:block;color:var(--color-text)}.service-icon-emoji{font-size:2.5rem;width:auto;height:auto;line-height:1}.service-icon-img{object-fit:contain;border-radius:6px;width:56px;height:56px}.service-card h3{font-family:var(--font-display);font-size:1.3rem;margin-bottom:.75rem;font-weight:600}.service-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.about-content{max-width:700px;margin:0 auto;text-align:center}.about-content p{font-size:1.1rem;color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.8}.about-content p:first-of-type{font-size:1.25rem;color:var(--color-text)}.contact-section{text-align:center;padding-bottom:8rem}.contact-email{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-size:1.3rem;padding:1rem 2.5rem;border:1px solid var(--color-border);border-radius:60px;transition:border-color .3s ease,background-color .3s ease}.contact-email:hover{border-color:var(--color-accent);background-color:var(--color-accent-glow)}footer{border-top:1px solid var(--color-border);padding:2rem 0;text-align:center;color:var(--color-text-muted);font-size:.85rem}.logo-placeholder{font-family:var(--font-display);font-size:1.2rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text);position:fixed;top:2rem;left:2rem;z-index:100}@media(max-width:768px){.geo-grid .shape{opacity:.2}.services-grid{grid-template-columns:1fr}section{padding:4rem 0}}
