@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url('../fonts/Inter-Light.woff2') format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/Inter-Regular.woff2') format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/Inter-Medium.woff2') format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/Inter-SemiBold.woff2') format('woff2')}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased;background-color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem}main{text-align:center;max-width:48rem}.logo{height:3rem;width:auto;margin:0 auto 1.5rem}.logo-dark{display:none}@media(min-width:768px){.logo{height:3.5rem}}.tagline{color:#737373;font-size:1rem;letter-spacing:.05em;margin-bottom:5rem}.services{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:5rem}@media(min-width:768px){.services{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.service{text-align:center}.service h2{color:#171717;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.service p{color:#a3a3a3;font-size:.75rem;line-height:1.5}.contact-text{color:#a3a3a3;font-size:.875rem;margin-bottom:1rem}.phone{color:#171717;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.phone:hover{color:#737373}.links{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.links a{color:#a3a3a3;font-size:.75rem;text-decoration:none;transition:color .15s}.links a:hover{color:#525252}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .8s ease-out forwards;opacity:0}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.5s}.delay-4{animation-delay:.7s}@media(prefers-color-scheme:dark){body{background-color:#0a0a0a}.logo-light{display:none}.logo-dark{display:block}.service h2{color:#fafafa}.phone{color:#fafafa}.phone:hover{color:#a3a3a3}.links a:hover{color:#d4d4d4}}