.hero{background-image:linear-gradient(rgba(3,0,59,.635),rgba(3,0,59,.446)),var(--hero-image);height:calc(100vh - 4rem);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 1rem}.hero-content h1{font-family:sintony,sans-serif;font-size:2.9rem;max-width:90%;margin:0 auto 1rem}.hero-content p{font-size:1.3rem;max-width:90%;margin:0 auto}.cta-button{margin-top:1.5rem;padding:1rem 2rem}.content-wrapper{max-width:1200px;margin:2rem auto;padding:0 .4rem}.content-wrapper h1{text-align:center;margin:0 auto;max-width:75%;margin-bottom:1.6rem}.content-wrapper h2{max-width:800px;margin:0 auto .5rem;line-height:2.2rem}.content-wrapper p+h2{margin-top:2rem}.content-wrapper p{max-width:800px;margin:0 auto 1rem}.services{padding:4rem 0;max-width:90%;margin:0 auto}.services p{max-width:100%}@media(max-width:915px){.services{max-width:99%}}h2.section-title{text-align:center;margin-bottom:3rem}.services-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);max-width:calc(2 * (400px + 2rem));margin:0 auto}.services-grid a.service-card{display:block;text-decoration:none;color:inherit}@media(max-width:600px){.services-grid{grid-template-columns:1fr;max-width:none}}.service-card{width:100%;max-width:400px;margin:0 auto;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card h3{margin:1rem 0}.service-card:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.15)}@media(max-width:768px){.hero-content h1{font-size:2rem;max-width:95%}.content-wrapper h1{font-size:2rem;max-width:100%}}@media(prefers-color-scheme:dark){.hero{background-image:linear-gradient(rgba(2,0,41,.635),rgba(2,0,50,.446)),var(--hero-image);color:#e2e2e2}.service-card{background:#262626;box-shadow:0 4px 6px rgba(255,255,255,.158)}.service-card:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(255,255,255,.15)}}