:root{
  --viwi-aesthetic-bg-1:#fffaf6;
  --viwi-aesthetic-bg-2:#f7f9fc;
  --viwi-aesthetic-ink:#111827;
  --viwi-aesthetic-muted:#4b5563;
  --viwi-aesthetic-line:#e7ecf2;
  --viwi-aesthetic-card:#ffffff;
  --viwi-aesthetic-shadow:0 14px 30px rgba(17,24,39,.06);
  --viwi-aesthetic-shadow-soft:0 10px 24px rgba(17,24,39,.05);
  --viwi-tone-restaurant:#f97316;
  --viwi-tone-store:#0f766e;
  --viwi-tone-pharmacy:#16a34a;
  --viwi-tone-flowers:#db2777;
  --viwi-tone-pets:#7c3aed;
  --viwi-tone-services:#2563eb;
  --viwi-tone-parcel:#ea580c;
  --viwi-tone-fashion:#9333ea;
}

body.viwi-aesthetic-ready{
  background:
    radial-gradient(circle at top left, rgba(249,115,22,.07), transparent 18%),
    radial-gradient(circle at top right, rgba(15,118,110,.05), transparent 16%),
    linear-gradient(180deg, var(--viwi-aesthetic-bg-1), var(--viwi-aesthetic-bg-2) 48%, #f3f6fb);
  color:var(--viwi-aesthetic-ink);
}

body.viwi-aesthetic-ready h1{
  font-size:clamp(2rem,3.8vw,3rem) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  font-weight:800 !important;
}

body.viwi-aesthetic-ready h2{
  font-size:clamp(1.35rem,2vw,1.9rem) !important;
  line-height:1.1 !important;
  letter-spacing:-.03em !important;
  font-weight:800 !important;
}

body.viwi-aesthetic-ready h3{
  font-size:clamp(1rem,1.4vw,1.2rem) !important;
  line-height:1.18 !important;
  letter-spacing:-.02em !important;
  font-weight:700 !important;
}

body.viwi-aesthetic-ready p,
body.viwi-aesthetic-ready li,
body.viwi-aesthetic-ready label,
body.viwi-aesthetic-ready small,
body.viwi-aesthetic-ready span{
  line-height:1.65 !important;
}

body.viwi-aesthetic-ready p{
  color:var(--viwi-aesthetic-muted) !important;
}

body.viwi-aesthetic-ready .viwi-home-visible-wrap,
body.viwi-aesthetic-ready .viwi-foundation-wrap,
body.viwi-aesthetic-ready .viwi-city-state-wrap{
  display:grid;
  gap:20px;
}

body.viwi-aesthetic-ready .viwi-home-section,
body.viwi-aesthetic-ready .viwi-city-state-panel,
body.viwi-aesthetic-ready .viwi-ecosystem-panel,
body.viwi-aesthetic-ready .viwi-business-panel,
body.viwi-aesthetic-ready .viwi-plans-panel,
body.viwi-aesthetic-ready .viwi-sponsored-panel,
body.viwi-aesthetic-ready .viwi-trust-strip{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(10px);
  border:1px solid var(--viwi-aesthetic-line);
  border-radius:24px;
  box-shadow:var(--viwi-aesthetic-shadow-soft);
}

body.viwi-aesthetic-ready .viwi-vcard,
body.viwi-aesthetic-ready .viwi-city-card,
body.viwi-aesthetic-ready .viwi-card,
body.viwi-aesthetic-ready .viwi-trust-item{
  background:var(--viwi-aesthetic-card);
  border:1px solid #edf2f7;
  border-radius:20px;
  box-shadow:var(--viwi-aesthetic-shadow-soft);
  position:relative;
  overflow:hidden;
}

body.viwi-aesthetic-ready .viwi-vcard::before,
body.viwi-aesthetic-ready .viwi-city-card::before,
body.viwi-aesthetic-ready .viwi-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg, rgba(17,24,39,.12), rgba(17,24,39,.04));
  opacity:.75;
}

body.viwi-aesthetic-ready .viwi-badge,
body.viwi-aesthetic-ready .viwi-card-badge,
body.viwi-aesthetic-ready .viwi-city-badge,
body.viwi-aesthetic-ready .viwi-trust-kicker{
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  border:1px solid transparent;
}

body.viwi-aesthetic-ready .viwi-actions,
body.viwi-aesthetic-ready .viwi-card-actions,
body.viwi-aesthetic-ready .viwi-city-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

body.viwi-aesthetic-ready .viwi-btn,
body.viwi-aesthetic-ready .viwi-mini-btn,
body.viwi-aesthetic-ready .viwi-city-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.viwi-aesthetic-ready .viwi-btn.primary,
body.viwi-aesthetic-ready .viwi-mini-btn.primary,
body.viwi-aesthetic-ready .viwi-city-btn.primary{
  background:linear-gradient(180deg,#f97316,#ea580c);
  color:#fff;
  border-color:transparent;
  box-shadow:0 10px 20px rgba(249,115,22,.18);
}

body.viwi-aesthetic-ready .viwi-btn:hover,
body.viwi-aesthetic-ready .viwi-mini-btn:hover,
body.viwi-aesthetic-ready .viwi-city-btn:hover{
  transform:translateY(-1px);
  box-shadow:var(--viwi-aesthetic-shadow-soft);
}

body.viwi-aesthetic-ready .viwi-chip,
body.viwi-aesthetic-ready .city-pill,
body.viwi-aesthetic-ready .vertical-pill,
body.viwi-aesthetic-ready .viwi-seo-link{
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  font-size:12px;
  font-weight:700;
}

body.viwi-aesthetic-ready .viwi-home-head,
body.viwi-aesthetic-ready .viwi-panel-head,
body.viwi-aesthetic-ready .viwi-city-state-head{
  padding:24px 24px 0 !important;
}

body.viwi-aesthetic-ready .viwi-grid,
body.viwi-aesthetic-ready .viwi-city-state-grid,
body.viwi-aesthetic-ready .viwi-trust-row{
  padding:18px 24px 24px !important;
}

body.viwi-aesthetic-ready .viwi-mini-note,
body.viwi-aesthetic-ready .viwi-city-note,
body.viwi-aesthetic-ready .viwi-info-note{
  padding:0 24px 24px !important;
  color:#6b7280 !important;
  font-size:13px !important;
}

body.viwi-aesthetic-ready .viwi-reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .55s ease, transform .55s ease;
}

body.viwi-aesthetic-ready .viwi-reveal.viwi-in{
  opacity:1;
  transform:translateY(0);
}

body.viwi-aesthetic-ready .viwi-tone-restaurant::before{background:linear-gradient(180deg,var(--viwi-tone-restaurant),rgba(249,115,22,.2))}
body.viwi-aesthetic-ready .viwi-tone-store::before{background:linear-gradient(180deg,var(--viwi-tone-store),rgba(15,118,110,.2))}
body.viwi-aesthetic-ready .viwi-tone-pharmacy::before{background:linear-gradient(180deg,var(--viwi-tone-pharmacy),rgba(22,163,74,.2))}
body.viwi-aesthetic-ready .viwi-tone-flowers::before{background:linear-gradient(180deg,var(--viwi-tone-flowers),rgba(219,39,119,.2))}
body.viwi-aesthetic-ready .viwi-tone-pets::before{background:linear-gradient(180deg,var(--viwi-tone-pets),rgba(124,58,237,.2))}
body.viwi-aesthetic-ready .viwi-tone-services::before{background:linear-gradient(180deg,var(--viwi-tone-services),rgba(37,99,235,.2))}
body.viwi-aesthetic-ready .viwi-tone-parcel::before{background:linear-gradient(180deg,var(--viwi-tone-parcel),rgba(234,88,12,.2))}
body.viwi-aesthetic-ready .viwi-tone-fashion::before{background:linear-gradient(180deg,var(--viwi-tone-fashion),rgba(147,51,234,.2))}

body.viwi-aesthetic-ready .viwi-tone-restaurant .viwi-badge,
body.viwi-aesthetic-ready .viwi-tone-restaurant .viwi-card-badge,
body.viwi-aesthetic-ready .viwi-tone-restaurant .viwi-city-badge{background:rgba(249,115,22,.1);color:#c2410c;border-color:rgba(249,115,22,.22)}
body.viwi-aesthetic-ready .viwi-tone-store .viwi-badge,
body.viwi-aesthetic-ready .viwi-tone-store .viwi-card-badge,
body.viwi-aesthetic-ready .viwi-tone-store .viwi-city-badge{background:rgba(15,118,110,.09);color:#0f766e;border-color:rgba(15,118,110,.18)}
body.viwi-aesthetic-ready .viwi-tone-pharmacy .viwi-badge,
body.viwi-aesthetic-ready .viwi-tone-pharmacy .viwi-card-badge,
body.viwi-aesthetic-ready .viwi-tone-pharmacy .viwi-city-badge{background:rgba(22,163,74,.09);color:#15803d;border-color:rgba(22,163,74,.18)}
body.viwi-aesthetic-ready .viwi-tone-flowers .viwi-badge,
body.viwi-aesthetic-ready .viwi-tone-flowers .viwi-card-badge,
body.viwi-aesthetic-ready .viwi-tone-flowers .viwi-city-badge{background:rgba(219,39,119,.08);color:#be185d;border-color:rgba(219,39,119,.18)}
body.viwi-aesthetic-ready .viwi-tone-pets .viwi-badge,
body.viwi-aesthetic-ready .viwi-tone-pets .viwi-card-badge,
body.viwi-aesthetic-ready .viwi-tone-pets .viwi-city-badge{background:rgba(124,58,237,.08);color:#6d28d9;border-color:rgba(124,58,237,.18)}
body.viwi-aesthetic-ready .viwi-tone-services .viwi-badge,
body.viwi-aesthetic-ready .viwi-tone-services .viwi-card-badge,
body.viwi-aesthetic-ready .viwi-tone-services .viwi-city-badge{background:rgba(37,99,235,.08);color:#1d4ed8;border-color:rgba(37,99,235,.18)}
body.viwi-aesthetic-ready .viwi-tone-parcel .viwi-badge,
body.viwi-aesthetic-ready .viwi-tone-parcel .viwi-card-badge,
body.viwi-aesthetic-ready .viwi-tone-parcel .viwi-city-badge{background:rgba(234,88,12,.08);color:#c2410c;border-color:rgba(234,88,12,.18)}
body.viwi-aesthetic-ready .viwi-tone-fashion .viwi-badge,
body.viwi-aesthetic-ready .viwi-tone-fashion .viwi-card-badge,
body.viwi-aesthetic-ready .viwi-tone-fashion .viwi-city-badge{background:rgba(147,51,234,.08);color:#7e22ce;border-color:rgba(147,51,234,.18)}

body.viwi-aesthetic-ready .hero img,
body.viwi-aesthetic-ready .hero video,
body.viwi-aesthetic-ready [class*="hero"] img,
body.viwi-aesthetic-ready [class*="hero"] video{
  border-radius:24px;
  box-shadow:var(--viwi-aesthetic-shadow);
  object-fit:cover;
}

body.viwi-aesthetic-ready footer{
  margin-top:28px;
}

@media (max-width:720px){
  body.viwi-aesthetic-ready .viwi-home-head,
  body.viwi-aesthetic-ready .viwi-panel-head,
  body.viwi-aesthetic-ready .viwi-city-state-head{
    padding:20px 18px 0 !important;
  }
  body.viwi-aesthetic-ready .viwi-grid,
  body.viwi-aesthetic-ready .viwi-city-state-grid,
  body.viwi-aesthetic-ready .viwi-trust-row{
    padding:16px 18px 18px !important;
  }
}
