/* Urban Web small-business positioning refresh — July 2026 */
:root{--uw-warm:#fffaf2;--uw-soft:#f3f7f4;--uw-ink:#16302b;--uw-accent:#ed7d31}
body{background:linear-gradient(180deg,#fff 0%,#fffdf9 100%)}
.hero p,.section-intro,.lead{max-width:760px}
.service-card,.pricing-card,.project-card,.faq-item{border-radius:18px;box-shadow:0 12px 34px rgba(25,55,48,.08)}
.service-card:hover,.pricing-card:hover,.project-card:hover{transform:translateY(-3px)}
.service-card h3,.pricing-card h3{letter-spacing:-.02em}
.eyebrow,.kicker{font-weight:700}
.btn-primary,.button-primary{border-radius:999px}
@media(max-width:760px){
  .hero h1{font-size:clamp(2.25rem,11vw,4rem);line-height:1.02}
  .hero p{font-size:1.05rem;line-height:1.65}
  .service-card,.pricing-card,.project-card{border-radius:15px}
}
