.services-hero{position:relative;width:100vw;min-height:100svh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--base-500) 0,var(--base-450) 100%);color:var(--base-100);overflow:hidden}.services-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(128,119,108,.1) 0,transparent 50%);pointer-events:none}.services-hero-content{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;padding:4rem 0;max-width:1200px;margin:0 auto}.services-hero-callout{color:var(--base-300)}.services-hero-header{width:85%}.services-hero-tagline{width:65%;color:var(--base-250)}@media (max-width:1000px){.services-hero-header,.services-hero-tagline{width:100%}}.services-section{position:relative;width:100vw;padding:8rem 0;background-color:var(--base-500);color:var(--base-100)}.services-section-header{margin-bottom:4rem;color:var(--base-100)}.services-section-header h2{color:var(--base-100)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));grid-gap:2rem;gap:2rem;width:100%}.service-card{position:relative;display:flex;flex-direction:column;background-color:rgba(242,237,230,.03);border:1px solid var(--base-400);border-radius:1rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:hover{background-color:rgba(242,237,230,.05);border-color:var(--base-350);transform:translateY(-8px)}.service-card-img{position:relative;width:100%;height:300px;overflow:hidden;background-color:var(--base-450)}.service-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.service-card:hover .service-card-img img{transform:scale(1.05)}.service-card-content{display:flex;flex-direction:column;gap:1rem;padding:2rem}.service-card-content h3{color:var(--base-100);font-size:2rem;font-weight:500;letter-spacing:-.05rem}.service-card-content p{color:var(--base-300);line-height:1.6}.services-specialized{background:linear-gradient(180deg,var(--base-500) 0,var(--base-450) 100%)}.specialized-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.specialized-card{flex-direction:row;align-items:center;padding:2rem;gap:1.5rem;background-color:rgba(242,237,230,.05);min-height:180px}.specialized-card:hover{background-color:rgba(242,237,230,.08)}.service-card-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--base-400) 0,var(--base-350) 100%);border-radius:1rem;color:var(--base-100);font-size:2.5rem}.specialized-card .service-card-content{padding:0;flex:1 1}.specialized-card .service-card-content h3{font-size:1.5rem;margin-bottom:.5rem}.specialized-card .service-card-content p{font-size:.95rem;color:var(--base-300)}@media (max-width:1000px){.services-section{padding:4rem 0}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card-img{height:250px}.specialized-grid{grid-template-columns:1fr}.specialized-card{flex-direction:column;text-align:center;min-height:auto}.service-card-icon{width:70px;height:70px;font-size:2rem}}@media (max-width:600px){.services-section-header{margin-bottom:2rem}.service-card-content{padding:1.5rem}.service-card-content h3{font-size:1.5rem}}