/* Vet América — CSS completo de raiz */
/* Cor principal extraída do logo: #4a7ab5 */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:       #4a7ab5;
  --blue-dark:  #2e5d96;
  --blue-deep:  #1a3d6e;
  --blue-navy:  #0f2544;
  --blue-light: #6e99cc;
  --blue-pale:  #dce8f5;
  --blue-ultra: #f0f6fd;
  --dark:       #111827;
  --mid:        #374151;
  --muted:      #6b7280;
  --border:     #dde8f3;
  --bg:         #f8fbff;
  --white:      #ffffff;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--dark); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(248,251,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: 70px;
  transition: box-shadow .3s;
}
.nav.scrolled { box-shadow: 0 2px 20px rgba(74,122,181,.12); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 2rem;
  height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.nav-logo { display: flex; align-items: center; }
.nav-logo-img { height: 54px; width: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: .1rem; list-style: none; }
.nav-links a {
  font-size: .875rem; color: var(--mid);
  padding: .45rem .75rem; border-radius: 8px;
  transition: color .2s, background .2s; white-space: nowrap;
}
.nav-links a:hover { color: var(--blue-dark); background: var(--blue-ultra); }
.nav-cta {
  display: flex !important; align-items: center; gap: .4rem;
  background: var(--blue) !important; color: white !important;
  padding: .5rem 1.1rem !important; border-radius: 100px !important;
  font-weight: 500 !important; transition: background .2s !important;
}
.nav-cta:hover { background: var(--blue-dark) !important; color: white !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all .3s; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--blue); color: white;
  padding: .875rem 1.75rem; border-radius: 100px;
  font-size: .95rem; font-weight: 500; font-family: 'DM Sans', sans-serif;
  border: none; cursor: pointer; transition: background .2s, transform .15s;
}
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); color: white; }
.btn-secondary-blue {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--blue-pale); color: var(--blue-dark);
  padding: .875rem 1.5rem; border-radius: 100px;
  font-size: .95rem; font-weight: 500;
  border: none; cursor: pointer; transition: background .2s;
}
.btn-secondary-blue:hover { background: var(--blue-pale); color: var(--blue-deep); }
.btn-white {
  display: inline-flex; align-items: center; gap: .5rem;
  background: white; color: var(--blue-dark);
  padding: .875rem 1.75rem; border-radius: 100px;
  font-size: .95rem; font-weight: 600;
  border: none; cursor: pointer; transition: background .2s, transform .15s;
}
.btn-white:hover { background: var(--blue-pale); transform: translateY(-2px); color: var(--blue-dark); }
.btn-white.btn-lg { padding: 1rem 2.25rem; font-size: 1.05rem; }
.btn-outline-w {
  display: inline-flex; align-items: center; gap: .5rem;
  background: transparent; color: white;
  border: 2px solid rgba(255,255,255,.5);
  padding: .875rem 1.75rem; border-radius: 100px;
  font-size: .95rem; font-weight: 500;
  transition: background .2s, border-color .2s;
}
.btn-outline-w:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.8); color: white; }

/* ── HERO ── */
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 70px; background: var(--bg); }
.hero-content {
  max-width: 1200px; margin: 0 auto; padding: 4rem 2rem;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--blue-pale); color: var(--blue-dark);
  font-size: .78rem; font-weight: 500;
  padding: .375rem 1rem; border-radius: 100px;
  margin-bottom: 1.75rem; width: fit-content; letter-spacing: .02em;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.hero-text h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 700; line-height: 1.15; letter-spacing: -.03em;
  margin-bottom: 1.5rem; color: var(--dark);
}
.hero-text h1 em { font-style: italic; color: var(--blue); }
.hero-lead { font-size: 1.05rem; color: var(--mid); font-weight: 300; margin-bottom: 2rem; line-height: 1.8; max-width: 480px; }
.hero-ctas { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.hero-hours { display: flex; align-items: center; gap: .4rem; font-size: .8rem; color: var(--muted); }
.hero-hours svg { stroke: var(--muted); flex-shrink: 0; }
.hero-logo-side { display: flex; flex-direction: column; align-items: center; gap: 2rem; }
.hero-logo-wrap {
  background: var(--blue); border-radius: 28px;
  padding: 2.5rem; width: 100%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 48px rgba(74,122,181,.25);
}
.hero-logo-img { width: 100%; max-width: 260px; height: auto; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem; width: 100%; }
.hero-stat {
  background: white; border-radius: 14px;
  padding: 1rem .75rem; text-align: center;
  border: 1px solid var(--border);
  display: flex; flex-direction: column; gap: .2rem;
}
.hero-stat strong { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: var(--blue); line-height: 1; }
.hero-stat span { font-size: .72rem; color: var(--muted); line-height: 1.3; }

/* ── PHONE BAR ── */
.phone-bar { background: var(--blue-deep); padding: 1rem 2rem; }
.phone-bar-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 1.25rem; flex-wrap: wrap; font-size: .875rem; color: rgba(255,255,255,.8);
}
.phone-bar-inner svg { stroke: rgba(255,255,255,.6); flex-shrink: 0; }
.phone-pill {
  background: rgba(255,255,255,.15); color: white;
  padding: .3rem .9rem; border-radius: 100px;
  font-weight: 600; font-size: .875rem;
  border: 1px solid rgba(255,255,255,.25); transition: background .2s;
}
.phone-pill:hover { background: rgba(255,255,255,.25); color: white; }
.phone-sep { color: rgba(255,255,255,.35); font-size: .8rem; }

/* ── SECTIONS ── */
.sec { padding: 6rem 2rem; }
.sec-light { background: var(--blue-ultra); }
.sec-blue { background: var(--blue-deep); }
.wrap { max-width: 1200px; margin: 0 auto; }
.sec-head { margin-bottom: 3.5rem; }
.sec-head p { font-size: .95rem; color: var(--muted); margin-top: .75rem; font-weight: 300; line-height: 1.75; max-width: 560px; }
.sec-tag {
  display: inline-block; font-size: .72rem; font-weight: 600;
  color: var(--blue); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .75rem;
}
.sec-tag-white {
  display: inline-block; font-size: .72rem; font-weight: 600;
  color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .75rem;
}
.sec-head h2, h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700; letter-spacing: -.03em; line-height: 1.2; color: var(--dark);
}
h2 em { font-style: italic; color: var(--blue); }
h2.white { color: white; }
h2.white em { color: var(--blue-light); }

/* ── SERVICES ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.svc-card {
  background: white; border-radius: 18px; padding: 1.75rem;
  border: 1px solid var(--border);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(74,122,181,.12); border-color: var(--blue-pale); }
.svc-icon {
  width: 50px; height: 50px; border-radius: 12px;
  background: var(--blue-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem;
}
.svc-icon svg { width: 24px; height: 24px; stroke: var(--blue); }
.svc-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; margin-bottom: .5rem; color: var(--dark); line-height: 1.3; }
.svc-card p { font-size: .85rem; color: var(--muted); line-height: 1.75; }

/* ── ABOUT ── */
.about-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: center; }
.about-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 2.5rem; }
.about-year-big { font-family: 'Cormorant Garamond', serif; font-size: 5rem; font-weight: 700; color: var(--blue-light); line-height: 1; }
.about-year-sub { font-size: .82rem; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .08em; margin: .25rem 0 1.5rem; }
.about-hr { border: none; border-top: 1px solid rgba(255,255,255,.1); margin-bottom: 1.5rem; }
.about-checks { list-style: none; display: flex; flex-direction: column; gap: .85rem; }
.about-checks li { display: flex; align-items: flex-start; gap: .7rem; font-size: .875rem; color: rgba(255,255,255,.75); line-height: 1.5; }
.about-checks svg { flex-shrink: 0; stroke: var(--blue-light); margin-top: 2px; }
.about-text p { font-size: .95rem; color: rgba(255,255,255,.65); font-weight: 300; line-height: 1.85; margin-bottom: 1rem; }

/* ── TEAM ── */
.team-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.team-card {
  background: var(--bg); border-radius: 20px; padding: 2rem;
  border: 1px solid var(--border); display: flex; align-items: flex-start; gap: 1.25rem;
  transition: transform .2s;
}
.team-card:hover { transform: translateY(-3px); }
.team-av {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--blue-pale); display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 700; color: var(--blue-dark);
  flex-shrink: 0; border: 2px solid white; box-shadow: 0 2px 10px rgba(74,122,181,.15);
}
.team-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; margin-bottom: .2rem; color: var(--dark); }
.team-role { font-size: .72rem; color: var(--blue); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; display: block; margin-bottom: .6rem; }
.team-card p { font-size: .85rem; color: var(--muted); line-height: 1.7; }

/* ── TESTIMONIALS ── */
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.testi { background: white; border-radius: 20px; padding: 2rem; border: 1px solid var(--border); }
.testi-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 2px; margin-bottom: 1rem; }
.testi p { font-size: .93rem; color: var(--mid); line-height: 1.8; font-style: italic; margin-bottom: 1.25rem; }
.testi-who { display: flex; align-items: center; gap: .75rem; }
.testi-av { width: 36px; height: 36px; border-radius: 50%; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 700; color: var(--blue-dark); flex-shrink: 0; }
.testi-who strong { display: block; font-size: .875rem; font-weight: 600; color: var(--dark); }
.testi-who span { font-size: .78rem; color: var(--muted); }

/* ── CTA SECTION ── */
.cta-big { background: var(--blue); padding: 6rem 2rem; text-align: center; }
.cta-big-inner { max-width: 680px; margin: 0 auto; }
.cta-big h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem,3vw,2.6rem); font-weight: 700; color: white; line-height: 1.25; letter-spacing: -.03em; margin-bottom: 1rem; }
.cta-big h2 em { font-style: italic; color: rgba(255,255,255,.75); }
.cta-big > div > p { color: rgba(255,255,255,.7); font-size: .95rem; font-weight: 300; margin-bottom: 2rem; }
.cta-big-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.25rem; }
.cta-email-line { font-size: .85rem; color: rgba(255,255,255,.45); }
.cta-email-line a { color: rgba(255,255,255,.75); transition: color .2s; }
.cta-email-line a:hover { color: white; }

/* ── CONTACT ── */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-list { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 1.5rem; }
.ci { display: flex; gap: 1rem; align-items: flex-start; }
.ci-icon { width: 42px; height: 42px; border-radius: 10px; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon svg { width: 18px; height: 18px; stroke: var(--blue); }
.ci span { font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; display: block; margin-bottom: .2rem; }
.ci p { font-size: .93rem; color: var(--dark); line-height: 1.6; }
.ci a { color: var(--blue); transition: opacity .2s; }
.ci a:hover { opacity: .75; }
.contact-map { border-radius: 20px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 4px 24px rgba(74,122,181,.08); }

/* ── FOOTER ── */
.footer { background: var(--blue-navy); padding: 4rem 2rem 2rem; }
.footer-top { max-width: 1200px; margin: 0 auto 3rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand { }
.footer-logo { height: 90px; width: auto; margin-bottom: 1rem; }
.footer-brand > p { font-size: .85rem; color: rgba(255,255,255,.35); font-style: italic; line-height: 1.6; margin-bottom: 1.25rem; }
.footer-socials { display: flex; gap: .75rem; }
.footer-socials a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.45); transition: background .2s, color .2s; }
.footer-socials a:hover { background: var(--blue); color: white; }
.footer-col h4 { font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col li { font-size: .875rem; color: rgba(255,255,255,.4); margin-bottom: .6rem; line-height: 1.55; }
.footer-col li.closed { color: rgba(255,255,255,.2); }
.footer-col b { color: rgba(255,255,255,.6); }
.footer-col a { color: rgba(255,255,255,.4); transition: color .2s; }
.footer-col a:hover { color: var(--blue-light); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; }
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.25); }
.footer-bottom a { font-size: .75rem; color: rgba(255,255,255,.3); border: 1px solid rgba(255,255,255,.1); padding: .3rem .75rem; border-radius: 6px; transition: color .2s, border-color .2s; }
.footer-bottom a:hover { color: rgba(255,255,255,.6); border-color: rgba(255,255,255,.3); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; gap: 3rem; padding: 3rem 2rem; }
  .hero-logo-side { max-width: 440px; margin: 0 auto; width: 100%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); padding: 1rem; gap: .25rem; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .hero-stats { grid-template-columns: 1fr 1fr 1fr; }
  .services-grid, .team-grid, .testi-grid, .contact-wrap { grid-template-columns: 1fr; }
  .phone-bar-inner { justify-content: center; text-align: center; }
  .sec { padding: 4rem 1.5rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cta-big-btns, .hero-ctas { flex-direction: column; align-items: center; }
  .hero-logo-wrap { padding: 1.75rem; }
}
@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr; }
  .hero-logo-img { max-width: 200px; }
}
