.hero-section{padding:6rem 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));text-align:center;color:#fff;background-color:#0000;background-image:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:relative}.hero-content{z-index:10;max-width:64rem;margin:0 auto;position:relative}.hero-title{letter-spacing:-.025em;color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#ffffffe6;max-width:42rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-cta .btn{text-decoration:none}.hero-cta .btn-primary{color:#000;background-color:#fff;border:none}.hero-cta .btn-primary:hover{background-color:#f0f0f0}.services-section{background-color:var(--background);padding:4rem 1rem}.services-intro{text-align:center;max-width:48rem;color:var(--muted-foreground);margin:0 auto 3rem;font-size:1.125rem;line-height:1.6}.features-grid{grid-template-columns:1fr;gap:2rem;max-width:80rem;margin:0 auto;display:grid}.feature-card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:2rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.feature-icon{margin-bottom:1.5rem;font-size:2.5rem;display:inline-block}.feature-title{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.feature-description{color:var(--muted-foreground);line-height:1.6}.about-section{background-color:var(--muted);padding:4rem 1rem}.about-container{grid-template-columns:1fr;align-items:center;gap:3rem;max-width:80rem;margin:0 auto;display:grid}.about-image img{border-radius:var(--radius);width:100%;box-shadow:0 4px 6px -1px #0000001a}.about-content h2{letter-spacing:-.025em;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.about-content p{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.contact-section{background-color:var(--background);text-align:center;padding:4rem 1rem}.contact-container{max-width:40rem;margin:0 auto}.contact-form{text-align:left;flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-size:.875rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--input);padding:.75rem;font-size:1rem}.form-group textarea{resize:vertical;min-height:150px}@media (min-width:768px){.hero-section{padding:8rem 2rem}.hero-title{font-size:4rem}.features-grid{grid-template-columns:repeat(3,1fr)}.about-container{grid-template-columns:1fr 1fr}.about-content{order:-1}}