/* =====================================================
   Circle of Life At Home — Static Site Stylesheet
   Matched to FL (UltraWeb) version exactly
   Fonts: Averia Serif Libre (headings) + Inter (body)
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #595266;
  background-color: #fff;
}

h1, h2, h3, h4 {
  font-family: 'Averia Serif Libre', Georgia, serif;
  color: #322258;
  font-weight: 700;
  line-height: 1.25;
}

a { color: #616FE2; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 30px; }

/* =====================================================
   HEADER / NAV
   ===================================================== */
.site-header {
  background: #fff;
  padding: 8px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

.site-logo img { height: 76px; width: auto; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
}

.site-nav a {
  color: #616FE2;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-nav a:hover { opacity: 0.75; text-decoration: none; }
.site-nav a.active { font-weight: 700; }

.nav-home-icon { font-size: 1.1rem; }

.nav-phone {
  background: #616FE2;
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 700 !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
  font-size: 0.92rem !important;
}
.nav-phone:hover { background: #4e5cd0 !important; color: #fff !important; text-decoration: none !important; }

/* =====================================================
   BUTTONS
   ===================================================== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #616FE2;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: #4e5cd0; color: #fff; text-decoration: none; }

/* =====================================================
   HOME PAGE — HERO
   ===================================================== */
.hero {
  background: #fff;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

.hero-text { flex: 1; z-index: 1; }
.hero-text h1 { font-size: 2.6rem; color: #322258; margin-bottom: 18px; }
.hero-text p { font-size: 0.97rem; color: #595266; margin-bottom: 30px; max-width: 480px; line-height: 1.75; }

.hero-image { flex: 1; display: flex; justify-content: flex-end; }
.hero-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
  object-fit: cover;
  height: 460px;
}

/* Paw watermarks on hero */
.hero::before {
  content: '';
  position: absolute;
  width: 220px; height: 220px;
  background: url('../images/dog-cat.png') no-repeat center/contain;
  opacity: 0.04;
  left: -30px; top: 40px;
  pointer-events: none;
}

/* =====================================================
   FEATURE CARDS (3-column strip)
   ===================================================== */
.feature-cards { padding: 30px 0 50px; background: #fff; }

.cards-wrapper {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 28px rgba(0,0,0,0.09);
  display: flex;
  overflow: hidden;
  max-width: 880px;
  margin: 0 auto;
}

.feature-card {
  flex: 1;
  padding: 32px 24px;
  text-align: center;
  border-right: 1px solid #f0ede8;
}
.feature-card:last-child { border-right: none; }

.feature-card img {
  height: 58px; width: auto; margin: 0 auto 14px; object-fit: contain;
}

.feature-card h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.feature-card h3 a { color: #322258; text-decoration: underline; }
.feature-card h3 a:hover { color: #616FE2; }
.feature-card p { font-size: 0.88rem; color: #595266; }

/* =====================================================
   ABOUT SECTION ("Best mobile pet euthanasia company")
   ===================================================== */
.about-section {
  background: #EFF5FC;
  padding: 70px 0;
}

.about-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-image { flex: 1; }
.about-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 50% 40% 50% 40%;
  object-fit: cover;
  height: 360px;
}

.about-text { flex: 1; }
.about-text h2 { font-size: 1.9rem; color: #322258; margin-bottom: 28px; }

.service-item { display: flex; gap: 18px; margin-bottom: 26px; }

.service-icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #F0A32C;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.service-icon img { width: 26px; height: 26px; object-fit: contain; }

.service-item-text h3 { font-size: 1.05rem; color: #322258; margin-bottom: 4px; }
.service-item-text p { font-size: 0.9rem; color: #595266; }

/* =====================================================
   TESTIMONIAL SECTION
   ===================================================== */
.testimonial-section { background: #fff; padding: 70px 0; }

.testimonial-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

.testimonial-card {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
.testimonial-card p { font-size: 0.97rem; color: #595266; line-height: 1.8; margin-bottom: 20px; }
.testimonial-author strong { display: block; color: #322258; font-weight: 700; }
.testimonial-author span { font-size: 0.83rem; color: #F0A32C; }

.testimonial-image { flex: 1; display: flex; justify-content: center; }
.testimonial-image-wrap { position: relative; display: inline-block; }
.testimonial-image-wrap::before {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  background: #F0A32C;
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.testimonial-image-wrap img {
  position: relative; z-index: 1;
  width: 320px; height: 360px;
  object-fit: cover; border-radius: 14px;
}

/* =====================================================
   CTA BANNER
   ===================================================== */
.cta-banner { display: flex; min-height: 200px; }

.cta-left {
  flex: 1;
  background: #3A2E90;
  padding: 44px 40px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cta-right {
  flex: 1;
  background: #F0A32C;
  padding: 44px 40px;
  display: flex;
  align-items: center;
}

.cta-cat-img {
  position: absolute; right: 0; bottom: 0;
  height: 190px; width: auto; z-index: 1; object-fit: contain;
}

.cta-content { position: relative; z-index: 2; }
.cta-content h3 { color: #fff; font-size: 1.45rem; margin-bottom: 10px; }
.cta-content p { color: rgba(255,255,255,0.85); font-size: 0.93rem; margin-bottom: 16px; }

.cta-link {
  color: #fff; font-weight: 700; font-size: 0.93rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
}
.cta-link:hover { text-decoration: underline; color: #fff; }

.cta-right .cta-content h3 { color: #322258; }
.cta-right .cta-content p { color: rgba(50,34,88,0.75); }
.cta-right .cta-link { color: #322258; }

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  background: #fff;
  padding: 50px 0 24px;
  border-top: 1px solid #eee;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px 32px;
}

.footer-logo img { height: 80px; width: auto; margin-bottom: 8px; }

.footer-nav h4, .footer-contact h4 {
  font-family: 'Inter', sans-serif;
  color: #322258; font-size: 1rem; margin-bottom: 16px; font-weight: 700;
}

.footer-nav ul { list-style: none; }
.footer-nav ul li { margin-bottom: 8px; }
.footer-nav ul li a { color: #595266; font-size: 0.9rem; text-decoration: none; }
.footer-nav ul li a:hover { color: #616FE2; }

.footer-contact p {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem; color: #595266; margin-bottom: 10px;
}
.footer-contact a { color: #595266; text-decoration: none; }
.footer-contact a:hover { color: #616FE2; }

.footer-bottom {
  text-align: center; font-size: 0.8rem; color: #999;
  padding-top: 20px; border-top: 1px solid #eee;
}

/* =====================================================
   INNER PAGE HEADER (Services, Pricing, When, Schedule)
   ===================================================== */
.page-hero {
  background: url('../images/bg-inner-page-v4.png') center/cover no-repeat, #FDF8F2;
  padding: 60px 0 50px;
  text-align: center;
}

.page-hero h1 {
  font-size: 2.4rem;
  color: #322258;
}

/* =====================================================
   SERVICES PAGE
   ===================================================== */
.services-content { padding: 60px 0 40px; }

/* Row layout: 2 columns */
.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 60px;
}

.service-row.reverse { direction: rtl; }
.service-row.reverse > * { direction: ltr; }

.service-block-text h2 {
  font-size: 1.75rem; color: #322258;
  margin-bottom: 16px;
}
.service-block-text p {
  color: #595266; font-size: 0.95rem;
  margin-bottom: 12px; line-height: 1.75;
}

.service-block-image img {
  width: 100%; border-radius: 16px;
  object-fit: cover; height: 300px;
}

/* Two text columns side by side */
.service-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}
.service-col h2 { font-size: 1.75rem; color: #322258; margin-bottom: 16px; }
.service-col p { color: #595266; font-size: 0.95rem; margin-bottom: 12px; line-height: 1.75; }

/* =====================================================
   PRICING PAGE
   ===================================================== */
.pricing-section { padding: 50px 0 60px; }
.pricing-section .container { max-width: 820px; }

.pricing-item { border-bottom: 1px solid #E5E5E5; }

.pricing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 8px;
  cursor: pointer;
  user-select: none;
}

.pricing-header h3 {
  font-family: 'Inter', sans-serif;
  color: #322258;
  font-size: 0.97rem;
  font-weight: 600;
  text-decoration: underline;
}

.pricing-chevron { color: #F0A32C; font-size: 1.2rem; transition: transform 0.3s; }
.pricing-item.open .pricing-chevron { transform: rotate(180deg); }

.pricing-body {
  display: none;
  padding: 4px 8px 22px;
  color: #595266; font-size: 0.93rem; line-height: 1.75;
}
.pricing-item.open .pricing-body { display: block; }

.pricing-body p { margin-bottom: 8px; }
.pricing-body em { font-size: 0.88rem; color: #888; }

.pricing-body ul { list-style: none; margin-top: 10px; }
.pricing-body ul li {
  padding: 5px 0;
  border-bottom: 1px dotted #E5E5E5;
  font-size: 0.93rem;
}

.pricing-body table {
  width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 0.9rem;
}
.pricing-body table th, .pricing-body table td {
  padding: 8px 12px; border: 1px solid #E5E5E5; text-align: center;
}
.pricing-body table th { background: #EFF5FC; color: #322258; font-weight: 700; }

/* "Still have questions?" strip */
.pricing-cta {
  background: #FDF8F2;
  border-radius: 10px;
  padding: 24px 28px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-cta p { font-size: 0.97rem; color: #595266; }
.pricing-cta p strong { color: #322258; }
.pricing-cta a {
  color: #616FE2; font-weight: 700; font-size: 0.93rem;
  text-decoration: none; white-space: nowrap;
  display: flex; align-items: center; gap: 6px;
}
.pricing-cta a:hover { text-decoration: underline; }

/* =====================================================
   WHEN IS IT TIME PAGE
   ===================================================== */
.wiit-section { padding: 50px 0 60px; }
.wiit-inner { max-width: 820px; margin: 0 auto; padding: 0 30px; }

.wiit-intro {
  font-size: 1rem; color: #595266;
  text-align: center; margin-bottom: 30px; line-height: 1.75;
}

.wiit-hero-img {
  margin: 0 auto 36px;
  max-width: 540px;
}
.wiit-hero-img img {
  width: 100%; border-radius: 12px;
  object-fit: cover;
}

.wiit-quote-block {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 600px;
}
.wiit-quote-icon {
  width: 52px; height: 52px;
  background: #F0A32C;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.4rem; color: #fff; font-weight: 900;
}
.wiit-quote-text {
  font-family: 'Averia Serif Libre', serif;
  font-size: 1.3rem; color: #322258;
  line-height: 1.5; font-weight: 700;
}

.wiit-divider { border: none; border-top: 1px solid #e5e5e5; margin: 36px 0; }

.wiit-subheading {
  font-size: 1.15rem; font-weight: 700;
  color: #322258; text-align: center;
  margin-bottom: 28px; line-height: 1.4;
}

.wiit-category { margin-bottom: 24px; }
.wiit-category h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem; color: #322258;
  font-weight: 700; margin-bottom: 10px;
}
.wiit-category h3 span {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 24px; height: 24px;
  background: #F0A32C;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
  margin-right: 10px;
  font-weight: 700;
  flex-shrink: 0;
}

.wiit-category ul { list-style: none; padding-left: 8px; }
.wiit-category ul li {
  padding: 5px 0; color: #595266;
  font-size: 0.95rem; padding-left: 16px; position: relative;
}
.wiit-category ul li::before { content: '•'; position: absolute; left: 0; color: #F0A32C; }

.wiit-closing {
  margin-top: 30px; font-size: 0.95rem;
  color: #595266; line-height: 1.75;
}
.wiit-closing p { margin-bottom: 12px; }

/* =====================================================
   ZIP CODE CHECKER
   ===================================================== */
.zip-checker-section {
  background: #F7F4FF;
  padding: 44px 0;
  border-bottom: 1px solid #ece8f5;
}
.zip-checker-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.zip-checker-text h2 { font-size: 1.65rem; color: #322258; margin-bottom: 6px; }
.zip-checker-text p { color: #595266; font-size: 0.95rem; }
.zip-checker-form { flex-shrink: 0; }
.zip-input-wrap { display: flex; gap: 10px; align-items: center; }
.zip-input-wrap input {
  padding: 12px 16px; border: 1.5px solid #d0c8e8; border-radius: 8px;
  font-size: 1rem; font-family: 'Inter', sans-serif; color: #322258;
  width: 160px; text-align: center; letter-spacing: 2px; transition: border-color 0.2s;
}
.zip-input-wrap input:focus { outline: none; border-color: #616FE2; }
.zip-input-wrap input::placeholder { letter-spacing: 0; color: #bbb; }
.btn-zip-check {
  background: #616FE2; color: #fff; border: none;
  padding: 12px 28px; border-radius: 8px; font-size: 0.97rem;
  font-weight: 700; font-family: 'Inter', sans-serif; cursor: pointer;
  transition: background 0.2s; white-space: nowrap;
}
.btn-zip-check:hover { background: #4e5cd0; }
.zip-result { margin-top: 12px; font-size: 0.93rem; font-family: 'Inter', sans-serif; min-height: 22px; }
.zip-yes { color: #1a7f4b; font-weight: 600; }
.zip-no  { color: #595266; }
.zip-invalid { color: #b94a48; }

/* =====================================================
   SCHEDULE / CONTACT PAGE
   ===================================================== */
.contact-section { padding: 50px 0 60px; }

.contact-inner {
  display: flex; gap: 60px; align-items: flex-start;
  max-width: 1160px; margin: 0 auto; padding: 0 30px;
}

.contact-form-area { flex: 1.1; }
.contact-form-area h2 { color: #322258; margin-bottom: 8px; font-size: 2rem; }
.contact-subtitle { color: #595266; margin-bottom: 28px; font-size: 0.95rem; }

.contact-info-top {
  display: flex; gap: 48px; margin-bottom: 28px;
}
.contact-info-item h4 {
  font-family: 'Inter', sans-serif;
  color: #322258; font-size: 0.95rem; font-weight: 700; margin-bottom: 4px;
}
.contact-info-item a { color: #616FE2; font-size: 0.93rem; }

.contact-right-col {
  flex: 0.9;
  display: flex;
  flex-direction: column;
}

.contact-blob {
  width: 100%; max-width: 400px;
  height: 400px;
  background: #F0A32C;
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.contact-blob img { width: 100%; height: 100%; object-fit: cover; }

.form-row { display: flex; gap: 18px; margin-bottom: 0; }
.form-group { flex: 1; display: flex; flex-direction: column; margin-bottom: 16px; }

.form-group label {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem; color: #322258; font-weight: 600; margin-bottom: 6px;
}

.form-group input, .form-group textarea {
  padding: 11px 14px;
  border: 1.5px solid #E5E5E5;
  border-radius: 8px;
  font-size: 0.93rem; color: #595266;
  background: #fff;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #bbb; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #616FE2; }
.form-group textarea { min-height: 120px; resize: vertical; }

.btn-submit {
  background: #616FE2; color: #fff;
  padding: 13px 40px; border: none; border-radius: 6px;
  font-size: 0.97rem; font-weight: 700; cursor: pointer;
  font-family: 'Inter', sans-serif; transition: background 0.2s; width: 100%;
}
.btn-submit:hover { background: #4e5cd0; }

/* Contact page testimonial section (below form) */
.contact-testimonial-section {
  background: #fff;
  padding: 60px 0 40px;
  border-top: 1px solid #f0ede8;
}

/* Form success */
.form-success {
  display: none;
  background: #d4edda; border: 1px solid #c3e6cb;
  color: #155724; padding: 16px 20px; border-radius: 8px;
  margin-top: 16px; font-weight: 600;
}

/* =====================================================
   MEET YOUR VET MODAL
   ===================================================== */
.vet-modal-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(50, 34, 88, 0.55);
  z-index: 1000;
  align-items: center; justify-content: center;
  padding: 24px;
}
.vet-modal-overlay.active { display: flex; }

.vet-modal-card {
  background: #fff;
  border-radius: 20px;
  padding: 44px 40px 36px;
  max-width: 740px; width: 100%;
  position: relative;
  box-shadow: 0 20px 60px rgba(50,34,88,0.18);
  text-align: center;
  max-height: 90vh; overflow-y: auto;
}

.vet-modal-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; font-size: 1.7rem;
  color: #9992a8; cursor: pointer; line-height: 1;
  transition: color 0.2s;
}
.vet-modal-close:hover { color: #322258; }

.vet-modal-eyebrow {
  color: #1a7f4b; font-weight: 700; font-size: 0.88rem;
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 6px; font-family: 'Inter', sans-serif;
}

.vet-modal-title {
  font-size: 2rem; color: #322258; margin-bottom: 28px;
}

.vet-cards-wrap {
  display: flex; gap: 32px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 28px;
}

.vet-card { flex: 1; min-width: 200px; max-width: 280px; }

.vet-photo-wrap {
  width: 130px; height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
  background: #F0A32C;
  display: flex; align-items: center; justify-content: center;
  border: 4px solid #ece8f5;
}
.vet-photo-wrap img { width: 100%; height: 100%; object-fit: cover; }

.vet-photo-placeholder {
  font-family: 'Averia Serif Libre', serif;
  font-size: 3rem; color: #fff; font-weight: 700;
}

.vet-name {
  font-size: 1.4rem; color: #322258; margin-bottom: 10px;
}

.vet-bio {
  font-size: 0.9rem; color: #595266; line-height: 1.65;
  font-family: 'Inter', sans-serif;
}

.vet-modal-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #616FE2; color: #fff;
  padding: 13px 36px; border-radius: 8px;
  font-size: 0.97rem; font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-decoration: none; transition: background 0.2s;
  margin-top: 4px;
}
.vet-modal-cta:hover { background: #4e5cd0; text-decoration: none; color: #fff; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 900px) {
  .hero-inner, .about-inner, .testimonial-inner,
  .service-row, .service-row.reverse,
  .service-row-2col, .contact-inner { flex-direction: column; }

  .service-row.reverse { direction: ltr; }

  .hero-image img { max-width: 100%; height: 300px; }
  .about-image img { max-width: 100%; height: 240px; }
  .testimonial-image-wrap img { width: 260px; height: 290px; }
  .testimonial-image-wrap::before { width: 300px; height: 300px; }
  .cta-banner { flex-direction: column; }
  .cta-left, .cta-right { padding: 36px 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .cards-wrapper { flex-direction: column; }
  .feature-card { border-right: none; border-bottom: 1px solid #F0EDE8; }
  .form-row { flex-direction: column; }
  .contact-blob { max-width: 100%; height: 260px; }
  .pricing-cta { flex-direction: column; gap: 16px; }
  .service-row, .service-row-2col { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-nav .hide-mobile { display: none; }
  .hero-text h1 { font-size: 2rem; }
  .page-hero h1 { font-size: 1.8rem; }
}
