*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #af4978;--color-primary-dark: #8e3a61;--color-accent: #20a561;--color-bg: #ffffff;--color-bg-alt: #f8f7f5;--color-text: #1a1a1a;--color-text-muted: #5a5a5a;--color-border: #e5e5e5;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--max-width: 1100px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3{line-height:1.2;letter-spacing:-.02em}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-label{font-family:var(--font-mono);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:1rem}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:1.25rem}.section-subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:600px}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffe6;backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}nav .container{display:flex;align-items:center;justify-content:space-between;height:4rem}.nav-logo{font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.nav-logo-img{width:28px;height:28px}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{font-size:.9rem;color:var(--color-text-muted);transition:color .2s}.nav-links a:hover{color:var(--color-text)}.nav-cta{background:var(--color-primary);color:#fff!important;padding:.5rem 1.25rem;border-radius:6px;font-weight:500;transition:background .2s}.nav-cta:hover{background:var(--color-primary-dark)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:20px;height:2px;background:var(--color-text);margin:5px 0;transition:.3s}.hero{padding:9rem 0 5rem;text-align:center}.hero h1{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.hero h1 .highlight{color:var(--color-primary)}.hero p{font-size:1.2rem;color:var(--color-text-muted);max-width:580px;margin:0 auto 2.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-primary);color:#fff;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:background .2s,transform .15s;border:none;cursor:pointer}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--color-text);padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;border:1.5px solid var(--color-border);transition:border-color .2s,transform .15s;cursor:pointer}.btn-secondary:hover{border-color:var(--color-primary);transform:translateY(-1px)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.service-card{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:12px;padding:2rem;transition:border-color .2s,box-shadow .2s}.service-card:hover{border-color:var(--color-primary);box-shadow:0 4px 24px #af497814}.service-icon{width:44px;height:44px;background:var(--color-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#fff;font-size:1.25rem}.service-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.75rem}.service-card p{font-size:.95rem;color:var(--color-text-muted);line-height:1.6}.projects{background:var(--color-bg-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.project-card{display:flex;align-items:center;gap:3rem;margin-top:3rem;padding:2.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px}.project-info{flex:1}.project-info h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.project-info p{color:var(--color-text-muted);margin-bottom:1.25rem;line-height:1.7}.badge{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.8rem;font-weight:600;color:var(--color-accent);background:#20a5611a;padding:.35rem .85rem;border-radius:999px}.badge:before{content:"";width:6px;height:6px;background:var(--color-accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.project-visual{flex-shrink:0;width:280px;height:180px;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-mono);font-size:1rem;font-weight:600;letter-spacing:.02em}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info p{color:var(--color-text-muted);margin-bottom:2rem;line-height:1.7;max-width:420px}.contact-detail{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem}.contact-detail-icon{width:36px;height:36px;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form label{font-size:.85rem;font-weight:600;margin-bottom:.35rem;display:block}.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--color-border);border-radius:8px;font-family:var(--font-sans);font-size:.95rem;transition:border-color .2s;background:var(--color-bg)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--color-primary)}.contact-form textarea{resize:vertical;min-height:120px}.contact-form button{align-self:flex-start}footer{border-top:1px solid var(--color-border);padding:2rem 0}footer .container{display:flex;align-items:center;justify-content:space-between}footer p{font-size:.85rem;color:var(--color-text-muted)}footer a{color:var(--color-primary);transition:opacity .2s}footer a:hover{opacity:.8}@media(max-width:768px){.nav-links{display:none;position:absolute;top:4rem;left:0;right:0;background:#fffffffa;backdrop-filter:blur(12px);flex-direction:column;padding:1.5rem;gap:1rem;border-bottom:1px solid var(--color-border)}.nav-links.open{display:flex}.nav-toggle{display:block}.services-grid{grid-template-columns:1fr}.project-card{flex-direction:column;text-align:center}.project-visual{width:100%;height:140px}.contact-wrapper{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}.section-title{font-size:1.75rem}footer .container{flex-direction:column;gap:.75rem;text-align:center}}
