
:root {
  --bg: #f6fbff;
  --surface: #ffffff;
  --surface-2: #eef8ff;
  --surface-3: #fff9d9;
  --text: #213348;
  --muted: #65758a;
  --line: #d8e8f5;
  --primary: #4aa3df;
  --primary-2: #79c7f2;
  --accent: #f5c84c;
  --accent-2: #fff2a8;
  --sage: #83cbb5;
  --cream: #fffdf2;
  --shadow: 0 18px 44px rgba(33, 65, 96, .10);
  --shadow-soft: 0 8px 24px rgba(33, 65, 96, .08);
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  line-height: 1.55;
  background:
    radial-gradient(circle at top left, rgba(191, 231, 255, .72), transparent 28%),
    radial-gradient(circle at 100% 4%, rgba(255, 232, 128, .48), transparent 25%),
    linear-gradient(180deg, #fbfdff 0%, #f6fbff 48%, #fffdf1 100%);
}
.container { width: min(100% - 32px, var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: auto; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.skip-link:focus { left: 16px; top: 16px; background: var(--text); color: #fff; padding: 10px 14px; z-index: 99; }
.site-header { position: sticky; top: 0; z-index: 3000; background: rgba(251, 253, 255, .90); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(74, 163, 223, .16); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 18px; background: linear-gradient(135deg, #d7efff, #fff1a6); box-shadow: var(--shadow-soft); }
.brand-paw { font-size: 22px; transform: rotate(-10deg); }
.brand strong { display: block; font-size: 20px; letter-spacing: -.04em; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: -2px; }
.site-nav { margin-left: auto; display: flex; gap: 6px; align-items: center; }
.nav-link { display: inline-flex; align-items: center; padding: 10px 13px; border-radius: 999px; text-decoration: none; color: #33465d; font-weight: 800; font-size: 14px; }
.nav-link:hover, .nav-link.active { background: #e8f6ff; color: #2279b6; }
.nav-dropdown { position: relative; }
.nav-drop-panel { position: absolute; top: 44px; left: 0; min-width: 170px; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: #ffffff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s ease; }
.nav-dropdown:hover .nav-drop-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-drop-panel a { display: block; padding: 9px 10px; border-radius: 12px; color: var(--text); text-decoration: none; font-weight: 800; font-size: 14px; }
.nav-drop-panel a:hover { background: #fff7c7; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 11px 17px; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; color: var(--text); }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; box-shadow: 0 16px 28px rgba(74, 163, 223, .25); }
.btn-soft { background: #fff8c9; color: #6f5b0f; border: 1px solid #f8e58b; }
.btn-ghost { background: transparent; border: 1px solid var(--line); }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 10px 12px; font-weight: 800; color: var(--text); }
.hero { padding: 50px 0 38px; position: relative; overflow: hidden; }
.hero-v4::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; top: -250px; right: -120px; background: radial-gradient(circle, rgba(255, 232, 128, .42), transparent 62%); z-index: -1; }
.hero-v3-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 34px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 950; color: #2d86bf; margin: 0 0 12px; }
h1 { font-size: clamp(32px, 4vw, 50px); line-height: 1.04; letter-spacing: -.05em; margin: 0 0 16px; max-width: 700px; }
h2 { font-size: clamp(24px, 2.7vw, 34px); line-height: 1.1; letter-spacing: -.04em; margin: 0 0 10px; }
h3 { font-size: 20px; letter-spacing: -.03em; line-height: 1.16; margin: 8px 0; }
.lead { font-size: clamp(16px, 1.3vw, 18px); color: var(--muted); max-width: 610px; margin: 0 0 22px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }

.hero-emergency-actions {
  gap: 12px;
  align-items: center;
}

.hero-emergency-actions .btn {
  min-height: 48px;
  padding: 13px 20px;
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 28px rgba(33, 65, 96, .16);
}

.btn-found {
  background: linear-gradient(135deg, #2fb65d, #5fd47d);
}

.btn-lost {
  background: linear-gradient(135deg, #ff3f4d, #ff6b73);
}

.btn-adoption {
  background: linear-gradient(135deg, #2f86d8, #6bb7f0);
}

.btn-found:hover,
.btn-lost:hover,
.btn-adoption:hover {
  color: #fff;
  box-shadow: 0 18px 34px rgba(33, 65, 96, .20);
}

.pet-type-row { display: flex; gap: 10px; flex-wrap: wrap; }
.pet-type-row a { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: rgba(255,255,255,.78); color: #33465d; text-decoration: none; font-weight: 900; padding: 9px 13px; border-radius: 999px; box-shadow: var(--shadow-soft); }
.section { padding: 46px 0; }
.section-soft { background: rgba(255,255,255,.52); border-top: 1px solid rgba(216,232,245,.75); border-bottom: 1px solid rgba(216,232,245,.75); }
.section-head { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-bottom: 22px; }
.section-head p { max-width: 620px; color: var(--muted); margin: 0; }
.slim-head h2 { max-width: 620px; }
.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.card { background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; }
.card-body { padding: 20px; }
.card img { width: 100%; height: auto; display: block; background: #eaf6ff; }
.pill, .badge { display: inline-flex; border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 950; }
.pill { background: #e8f6ff; color: #2279b6; }
.badge { background: #fff5b8; color: #78600c; }
.muted { color: var(--muted); }
.text-link { font-weight: 950; color: #2279b6; text-decoration: none; }
.page-hero { padding: 36px 0 26px; }
.page-hero-soft { position: relative; }
.page-hero-soft::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(232,246,255,.76), rgba(232,246,255,0)); }
.page-hero.compact h1 { font-size: clamp(30px, 3.7vw, 44px); }
.page-hero-grid { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.page-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 22px; }
.input, .select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; font: inherit; background: #fff; color: var(--text); }
.filter-control { min-width: 180px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.form-panel { max-width: 900px; }
.full { grid-column: 1 / -1; }
.alert { border-radius: 18px; padding: 14px 16px; background: #fff9d9; border: 1px solid #f2dc7c; color: #6f5b0f; }
.site-footer { background: linear-gradient(180deg, #213348 0%, #172638 100%); color: #f6fbff; padding: 46px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 28px; }
.footer-grid a { display: block; color: #d9f0ff; text-decoration: none; margin: 8px 0; }
.footer-grid p, .footer-bottom { color: #b7c9dc; }
.footer-brand .brand-mark { background: rgba(255,255,255,.12); box-shadow: none; }
.footer-grid h2 { font-size: 18px; margin: 0 0 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; margin-top: 24px; }
@media (max-width: 980px) { .hero-v3-grid { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .site-nav, .header-cta { display: none; } .nav-toggle { display: inline-flex; } .site-nav.open { position: absolute; z-index: 3100; left: 16px; right: 16px; top: 74px; display: grid; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 14px; box-shadow: var(--shadow); } .site-nav.open .nav-link { min-height: 42px; justify-content: flex-start; padding: 10px 12px; } .nav-drop-panel { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; margin: 4px 0 8px; background: #eaf6ff; } .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); } .footer-grid { grid-template-columns: 1fr; } .page-hero-grid { align-items: flex-start; flex-direction: column; } .form-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .container { width: min(100% - 22px, var(--max)); }
  .hero { padding-top: 34px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero-actions .btn, .page-hero-actions .btn { width: 100%; }
  .hero-emergency-actions .btn { justify-content: center; }
  .card-body { padding: 17px; }
  .header-inner { min-height: 66px; }
  h1 { font-size: 32px; } 
  h2 { font-size: 26px; }
  .section { padding: 34px 0; }
  .filter-control { width: 100%; }
} 
