.hero{position:relative;padding-block:4rem 5rem;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(42,184,230,.14),transparent),radial-gradient(ellipse 60% 50% at 10% 80%,rgba(12,31,61,.06),transparent),linear-gradient(180deg,var(--brand-cyan-50) 0,var(--white) 60%);z-index:-1}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-badge{display:inline-block;padding:.375rem .875rem;background:var(--brand-cyan-100);color:var(--brand-navy-700);font-size:.8125rem;font-weight:600;border-radius:999px;margin-bottom:1.25rem}.hero-title{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;line-height:1.1;color:var(--brand-navy-900);margin-bottom:1.25rem}.hero-highlight{color:var(--brand-cyan-600)}.hero-desc{font-size:1.125rem;color:var(--slate-500);max-width:520px;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.hero-stats{display:flex;gap:2.5rem}.hero-stat{display:flex;flex-direction:column}.hero-stat strong{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--brand-navy-900)}.hero-stat span{font-size:.8125rem;color:var(--slate-500)}.hero-visual{position:relative;min-height:380px}.hero-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);border:1px solid var(--slate-100)}.hero-card-main{padding:1.25rem}.hero-card-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--slate-700);margin-bottom:1rem}.hero-card-dot{width:8px;height:8px;border-radius:50%;background:var(--brand-cyan-500)}.hero-appointments{list-style:none;display:flex;flex-direction:column;gap:.75rem}.hero-appointments li{display:grid;grid-template-columns:3.5rem 1fr auto;align-items:center;gap:.75rem;padding:.625rem .75rem;background:var(--slate-50);border-radius:10px;font-size:.8125rem}.appt-time{font-weight:600;color:var(--brand-navy-700)}.appt-pet{color:var(--slate-700);font-weight:500}.appt-type{color:var(--slate-400);font-size:.75rem}.hero-card-float{position:absolute;display:flex;align-items:flex-start;gap:.75rem;padding:1rem;max-width:240px;font-size:.8125rem}.hero-card-float strong{display:block;color:var(--slate-800);margin-bottom:.25rem}.hero-card-float p{color:var(--slate-500);line-height:1.4}.hero-card-ai{top:-1rem;right:-.5rem;animation:float 4s ease-in-out infinite}.hero-card-pet{bottom:1rem;left:-1.5rem;animation:float 4s ease-in-out 1.5s infinite}.float-icon,.float-paw{font-size:1.25rem;flex-shrink:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:320px;max-width:420px;margin-inline:auto}.hero-card-ai{right:0}.hero-card-pet{left:0}}@media (max-width:480px){.hero-stats{gap:1.5rem}.hero-appointments li{grid-template-columns:3rem 1fr}.appt-type{display:none}}