← back to Animals
public/sites/bluepearl-specialty-emergency-pet-hospital-ny-ny-4603/index.html
51 lines
<!doctype html><html lang="en"><head><meta charset=utf-8><meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB%2BGaramond:wght@400;700;900&family=Karla:wght@400;500;600;700&display=swap">
<style>
:root{
--ink:#0f172a; --paper:#f0f9ff; --accent:#0284c7;
--accent2:#facc15; --muted:#475569; --rule:#bae6fd;
--h-font:'EB Garamond', serif; --b-font:'Karla', system-ui, sans-serif;
--btn-r:12px; --card-r:14px; --card-shadow:0 16px 40px rgba(0,0,0,.12);
--divider:solid 1px var(--rule);
}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--paper);color:var(--ink);font-family:var(--b-font);font-size:16px;line-height:1.55}
h1,h2,h3,h4{font-family:var(--h-font);margin:0 0 .4em;letter-spacing:-.01em}
a{color:var(--accent);text-decoration:none}
.btn{display:inline-block;background:var(--accent);color:var(--paper);padding:.85em 1.6em;border-radius:var(--btn-r);font-weight:700;text-decoration:none}
.btn-2{display:inline-block;background:var(--accent2);color:#fff;padding:.85em 1.6em;border-radius:var(--btn-r);font-weight:700;text-decoration:none}
.btn-ghost{display:inline-block;border:1.5px solid var(--ink);color:var(--ink);padding:.8em 1.5em;border-radius:var(--btn-r);font-weight:600;text-decoration:none}
.card{background:#fff;border-radius:var(--card-r);box-shadow:var(--card-shadow);padding:1.5em}
.divider{border:0;border-top:var(--divider);margin:2em 0}
.muted{color:var(--muted)}
.com-hero{padding:5em 3em;text-align:center;background:radial-gradient(circle at 30% 30%,#bae6fd 0%,#f0f9ff 60%)}
.com-hero small{text-transform:uppercase;letter-spacing:.15em;color:var(--accent2);font-weight:700;font-size:.85em}
.com-hero h1{font-size:3em;margin:.3em 0 .5em;font-weight:800}
.com-hero p{color:var(--muted);max-width:600px;margin:0 auto 2em}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5em;padding:3em;max-width:1200px;margin:0 auto}
.quote{background:#fff;padding:2em;border-radius:var(--card-r);box-shadow:var(--card-shadow);position:relative}
.quote:before{content:'"';position:absolute;top:.1em;left:.5em;font-size:5em;color:var(--accent);opacity:.15;font-family:Georgia,serif}
.quote p{font-style:italic;margin:0 0 1em;color:var(--ink);line-height:1.5}
.quote .by{color:var(--muted);font-size:.85em}
.strip{background:var(--accent);color:var(--paper);padding:2em 3em;text-align:center}
.strip h2{margin:0 0 .5em;font-size:2em;color:var(--paper)}
.strip a{color:var(--paper);background:var(--accent2);padding:.7em 1.5em;border-radius:var(--btn-r);font-weight:700;display:inline-block;margin-top:.5em}
</style></head><body>
<section class=com-hero>
<small>vet clinic · NY</small>
<h1>BluePearl Specialty + Emergency Pet Hospital</h1>
<p>Caring for this neighborhood's pets since 2008. We see the same families generation after generation — that's the kind of clinic we want to be.</p>
<a class=btn href=#book>Book a visit</a>
</section>
<section class=testimonials>
<div class=quote><p>They saved my dog's life. There's no other way to put it.</p><div class=by>— Maria G., local resident</div></div>
<div class=quote><p>The first vet office where my cat doesn't shake. They actually understand cats.</p><div class=by>— Aaron P.</div></div>
<div class=quote><p>Honest about prices, kind to my anxious puppy, and they remember us by name.</p><div class=by>— Devon R.</div></div>
</section>
<section class=strip>
<h2>Same-day sick visits, every weekday</h2>
<a href=#>Check today's openings →</a>
</section>
<footer style="padding:2em 3em;color:var(--muted);text-align:center">107-28 71st Road, NY · +1-718-263-0099</footer></body></html>