.home{flex-direction:column;flex:1;padding:0;display:flex}.intro{text-align:center;padding:1rem 1rem 2rem}.intro h1{letter-spacing:-.02em;color:var(--foreground);margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.15}.intro h1 span{color:var(--primary)}.intro-description{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.25rem}.intro-description p{color:var(--text-secondary);margin:0 auto;font-size:.95rem;line-height:1.7}.intro-description p+p{margin-top:.75rem}.home-content{flex-direction:column;gap:2.5rem;display:flex}.services h2{text-align:center;color:var(--foreground);margin-bottom:1.25rem;font-size:1.2rem;font-weight:700}.service-list{flex-direction:column;gap:1rem;display:flex}.service-item{background:var(--card-bg);border-radius:var(--radius-md);border:1px solid var(--border);border-left:3px solid var(--primary);box-shadow:var(--shadow-sm);padding:1.25rem 1.25rem 1.25rem 1.5rem;transition:transform .2s,box-shadow .2s}.service-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.service-item h3{color:var(--foreground);margin-bottom:.4rem;font-size:1rem;font-weight:600}.service-item p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.65}@media (min-width:320px){.intro{padding:1rem 1.25rem 2rem}.intro h1{font-size:2.1rem}}@media (min-width:768px){.intro{padding:1rem 2rem 2.5rem}.intro h1{margin-bottom:1.5rem;font-size:3rem}.intro-description{padding:1.75rem 2rem}.intro-description p{max-width:720px;margin:0 auto;font-size:1.05rem}.home-content{gap:3.5rem}.services h2{text-align:left;margin-bottom:1.5rem;font-size:1.5rem}.service-list{flex-flow:wrap;gap:1.25rem}.service-item{border-left:3px solid var(--primary);flex:calc(50% - .625rem);min-width:260px;padding:1.5rem 1.75rem}.service-item h3{font-size:1.05rem}.service-item p{font-size:.9rem}}@media (min-width:1024px){.intro{padding:1rem 3rem 3rem}.intro h1{font-size:3.5rem}.intro-description p{font-size:1.1rem}.services h2{font-size:1.75rem}.service-item{flex:calc(50% - .625rem)}.service-item h3{font-size:1.1rem}.service-item p{font-size:.925rem}}
