:root {
  --primary: #0f5e8a;
  --primary-dark: #083f5d;
  --accent: #87bbd6;
  --light: #f5f9fc;
  --white: #ffffff;
  --text: #243746;
  --muted: #5e7281;
  --shadow: 0 18px 45px rgba(15, 94, 138, 0.12);
  --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15,94,138,0.08);
}
.navbar {
  max-width: 1240px; margin: 0 auto; padding: 12px clamp(28px, 4vw, 70px);
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
}
.brand-logo { width: 118px; height: auto; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { font-weight: 600; color: var(--muted); }
.nav-links a:hover { color: var(--primary); }
.language-switcher { display: flex; gap: 8px; }
.lang-btn {
  border: 1px solid rgba(15,94,138,0.2);
  background: var(--white); color: var(--primary-dark);
  padding: 8px 12px; border-radius: 999px; cursor: pointer; font-weight: 700;
}
.lang-btn.active { background: var(--primary); color: var(--white); }
.menu-toggle { display: none; background: none; border: 0; font-size: 28px; cursor: pointer; }
main { overflow: hidden; }
.hero {
  max-width: 1240px; margin: 0 auto; padding: 76px clamp(34px, 5vw, 82px) 54px;
  display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 64px; align-items: center;
}
.hero-content { padding-left: clamp(8px, 2vw, 28px); }
.hero-logo { width: 190px; margin-bottom: 24px; }
.eyebrow {
  text-transform: uppercase; letter-spacing: 1.6px; font-size: 12px;
  font-weight: 800; color: var(--primary);
}
.hero h1, .section-heading h2, .image-feature h2, .pets h2 {
  margin: 12px 0 16px; line-height: 1.12; font-size: clamp(30px, 3.6vw, 48px);
}
.hero h1 { max-width: 640px; }
.hero-text, .two-col p, .image-feature-text p, .pets p, .section-heading p, .contact-card p, .contact-details span, li {
  color: var(--muted); line-height: 1.75;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 14px 22px; font-weight: 700;
  border: 2px solid transparent; transition: 0.2s ease;
}
.btn.primary { background: var(--primary); color: var(--white); box-shadow: var(--shadow); }
.btn.primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn.secondary { background: transparent; border-color: rgba(15,94,138,0.2); color: var(--primary-dark); }
.hero-card {
  position: relative; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow);
  min-height: 500px; background: #ddeaf3;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.floating-note {
  position: absolute; left: 20px; right: 20px; bottom: 20px;
  background: rgba(255,255,255,0.92); border-radius: 18px; padding: 16px 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.floating-note strong { display: block; color: var(--primary-dark); margin-bottom: 6px; }
.section { max-width: 1240px; margin: 0 auto; padding: 52px clamp(34px, 5vw, 82px); }
.section-heading { max-width: 760px; }
.section-heading.center { max-width: 760px; margin: 0 auto 24px; text-align: center; }
.two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.service-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 30px;
}
.service-card, .price-card, .contact-card, .pets-content, .pets-image, .image-feature-img, .image-feature-text {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
}
.service-card {
  padding: 24px; border: 1px solid rgba(15,94,138,0.06);
}
.service-card span { font-size: 30px; }
.service-card h3, .price-card h3 { margin: 14px 0 10px; font-size: 22px; }
.image-feature {
  max-width: 1240px; margin: 18px auto 0; padding: 52px clamp(34px, 5vw, 82px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: stretch;
}
.image-feature-img img, .pets-image img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.image-feature-text { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.pets {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch;
}
.pets-content { padding: 32px; }
.pets-content ul { padding-left: 18px; }
.pets-image { overflow: hidden; }
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px;
}
.price-card { padding: 28px; text-align: center; }
.price-card.highlighted { background: linear-gradient(180deg, #0f5e8a 0%, #0b4464 100%); color: white; }
.price-card.highlighted p { color: rgba(255,255,255,0.88); }
.price { font-size: 28px; font-weight: 800; color: var(--primary-dark); margin: 6px 0 10px; }
.price-card.highlighted .price { color: white; }
.pricing-note { text-align: center; margin-top: 18px; }
.contact-card {
  padding: 34px; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 28px;
}
.contact-details { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; font-weight: 600; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 8px; font-weight: 700; color: var(--primary-dark); }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(15,94,138,0.14);
  font: inherit; color: var(--text); background: #fbfdfe;
}
.site-footer {
  text-align: center; color: var(--muted); padding: 28px 20px 36px;
}
@media (max-width: 980px) {
  .hero, .two-col, .image-feature, .pets, .contact-card { grid-template-columns: 1fr; }
  .service-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-card { min-height: 420px; }
}
@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute; left: 20px; right: 20px; top: 72px; background: white; border-radius: 18px;
    box-shadow: var(--shadow); padding: 18px; display: none; flex-direction: column; align-items: flex-start;
  }
  .nav-links.open { display: flex; }
  .navbar { flex-wrap: wrap; }
  .brand-logo { width: 112px; }
  .hero-logo { width: 160px; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; }
  .contact-card, .service-card, .price-card, .image-feature-text, .pets-content { padding: 22px; }
}
