:root {
  --blue-900: #0c2f5e;
  --blue-700: #154c96;
  --blue-600: #1a5cb0;
  --blue-100: #e8f0fb;
  --logo-blue: #005AAB;
  --silver: #aab4bf;
  --ink: #1c2530;
  --ink-soft: #4a5568;
  --bg: #ffffff;
  --bg-alt: #f6f8fb;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(12, 47, 94, 0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--blue-900);
  line-height: 1.2;
  margin: 0 0 16px;
  text-wrap: balance;
}

h1 { font-size: clamp(2.4rem, 4.5vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 3.2vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.5rem; font-weight: 600; }

p { margin: 0 0 16px; color: var(--ink-soft); font-size: 1.05rem; }

a { color: var(--blue-700); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--blue-600);
  margin-bottom: 10px;
}

.center { text-align: center; }
.center.eyebrow { margin-bottom: 8px; }
h2.center { margin-bottom: 40px; }

.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  transition: all 0.2s ease;
  text-decoration: none;
  border: 2px solid transparent;
}
.btn:hover { text-decoration: none; }

.btn-primary {
  background: linear-gradient(135deg, var(--logo-blue), #1a6fc4);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 90, 171, 0.32);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--blue-900), var(--logo-blue));
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 90, 171, 0.4);
}

.btn-ghost {
  background: transparent;
  color: var(--blue-700);
  border-color: var(--blue-700);
}
.btn-ghost:hover { background: var(--blue-100); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--logo-blue);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 20px;
}

.logo-img { height: 40px; display: block; }

.main-nav {
  display: flex;
  gap: 28px;
  flex: 1;
  justify-content: center;
}

.main-nav a {
  color: #fff;
  font-weight: 500;
  font-size: 1.05rem;
}
.main-nav a:hover { color: var(--blue-100); text-decoration: none; }

.nav-cta {
  padding: 10px 22px;
  font-size: 1rem;
  white-space: nowrap;
  background: #fff;
  color: var(--logo-blue);
  box-shadow: none;
}
.nav-cta:hover { background: var(--blue-100); color: var(--logo-blue); transform: translateY(-1px); }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: #fff;
}

/* Hero */
.hero {
  position: relative;
  background:
    radial-gradient(ellipse 600px 400px at 85% 20%, rgba(0, 90, 171, 0.10), transparent 65%),
    radial-gradient(ellipse 500px 350px at 10% 90%, rgba(77, 163, 232, 0.10), transparent 65%),
    linear-gradient(180deg, var(--blue-100) 0%, #ffffff 100%);
  padding: 64px 0 40px;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.hero-lead { font-size: 1.2rem; max-width: 52ch; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }

.hero-rating { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; color: var(--ink-soft); flex-wrap: wrap; }

.stars { color: #f2a83c; letter-spacing: 2px; }
.stars.small { font-size: 0.85rem; letter-spacing: 1px; }

.hero-photo { position: relative; }
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--logo-blue), #4da3e8);
  opacity: 0.14;
  z-index: 0;
}
.hero-photo::after {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px dashed rgba(0, 90, 171, 0.28);
  z-index: 0;
}
.hero-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(12, 47, 94, 0.18);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 4px solid #fff;
}

/* Highlights */
.highlights { padding: 20px 0 50px; }
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.highlight-card {
  background: var(--bg-alt);
  border: 1px solid #eef2f8;
  border-radius: var(--radius);
  padding: 24px 16px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.highlight-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.highlight-num {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--blue-700);
  margin-bottom: 6px;
}
.highlight-card p { margin: 0; font-size: 1rem; color: var(--ink-soft); }

/* About */
.about { padding: 60px 0; background: var(--bg-alt); }
.about-inner { max-width: 780px; margin: 0 auto; }
.about-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.about-list li {
  padding-left: 28px;
  position: relative;
  color: var(--ink-soft);
}
.about-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue-600);
  font-weight: 700;
}

/* Services */
.services { padding: 70px 0; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  position: relative;
  border: 1px solid #e7ecf3;
  border-radius: var(--radius);
  padding: 28px 22px 26px;
  background: #fff;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--logo-blue), #4da3e8);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.service-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
  border-color: #cfe0f5;
}
.service-card:hover::before { opacity: 1; }
.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--blue-100), #d8e8fa);
  color: var(--logo-blue);
  margin-bottom: 16px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.service-icon svg { width: 28px; height: 28px; }
.service-card:hover .service-icon {
  background: linear-gradient(135deg, var(--logo-blue), #2f7ecc);
  color: #fff;
  transform: scale(1.06);
}
.service-card h3 { margin-bottom: 8px; font-size: 1.45rem; }
.service-card p { font-size: 1rem; margin: 0; }

/* Specialties */
.specialties { padding: 70px 0; background: var(--blue-900); color: #fff; }
.specialties-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.specialties h2, .specialties .eyebrow { color: #fff; }
.specialties p { color: #c7d4e8; }
.specialty-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.specialty-list li {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 14px 16px 14px 42px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.specialty-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4da3e8;
  box-shadow: 0 0 0 4px rgba(77, 163, 232, 0.25);
}
.specialty-list li:hover {
  background: rgba(255,255,255,0.15);
  transform: translateX(4px);
}

/* Antes e Depois */
.results { padding: 70px 0; }
.ba-card {
  flex: 0 0 calc((100% - 44px) / 3);
  scroll-snap-align: start;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
}
.ba-card:hover { transform: translateY(-4px); }
.ba-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* Reviews */
.reviews { padding: 70px 0; background: var(--bg-alt); }
.reviews-sub { color: var(--ink-soft); margin-bottom: 40px; }
.reviews-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.reviews-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 4px 22px;
  flex: 1;
  scrollbar-width: none;
}
.reviews-track::-webkit-scrollbar { display: none; }
.reviews-track .review-card {
  flex: 0 0 calc((100% - 44px) / 3);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
.reviews-track .review-card p { flex: 1; }
.carousel-btn {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #d7e2f0;
  background: #fff;
  color: var(--logo-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(12, 47, 94, 0.10);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.carousel-btn svg { width: 22px; height: 22px; }
.carousel-btn:hover {
  background: var(--logo-blue);
  color: #fff;
  transform: scale(1.05);
}
.carousel-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 4px;
}
.carousel-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #c3d4ea;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.carousel-dots .dot.active {
  background: var(--logo-blue);
  transform: scale(1.25);
}
.review-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  padding: 34px 26px 26px;
  margin: 0;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
}
.review-card:hover { transform: translateY(-4px); }
.review-card::before {
  content: "\201C";
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  color: var(--logo-blue);
  opacity: 0.18;
}
.review-card p {
  font-style: italic;
  color: var(--ink);
  margin-bottom: 14px;
}
.review-card footer {
  font-weight: 600;
  color: var(--blue-700);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}
.reviews-more { margin-top: 36px; color: var(--ink-soft); }

/* Location */
.location { padding: 70px 0; }
.location-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: stretch;
}
.location-address { font-size: 1.05rem; color: var(--ink); }
.location-map {
  min-height: 340px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

/* Footer */
.site-footer {
  background: var(--logo-blue);
  color: #c7d4e8;
  padding: 48px 0 32px;
}
.footer-inner { text-align: center; }
.footer-inner p { color: #d7e3f5; }
.footer-logo { height: 34px; margin-bottom: 18px; border-radius: 6px; }
.footer-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 18px 0;
}
.footer-links a { color: #fff; font-weight: 500; }
.footer-copy { font-size: 0.95rem; color: #a8c0e5; margin: 0; }

/* WhatsApp float */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25D366;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  z-index: 200;
}
.whatsapp-float:hover { transform: scale(1.06); }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-photo { order: -1; max-width: 420px; margin: 0 auto; }
  .highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .specialties-inner { grid-template-columns: 1fr; }
  .location-inner { grid-template-columns: 1fr; }
  .reviews-track .review-card { flex: 0 0 100%; }
  .ba-card { flex: 0 0 100%; }
  .carousel-btn { display: none; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--logo-blue);
    flex-direction: column;
    padding: 20px 24px;
    display: none;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    gap: 16px;
  }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
}

@media (max-width: 560px) {
  .highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .specialty-list { grid-template-columns: 1fr; }
}

/* Scroll reveal */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: none;
  }
  .reveal:nth-child(2) { transition-delay: 0.07s; }
  .reveal:nth-child(3) { transition-delay: 0.14s; }
  .reveal:nth-child(4) { transition-delay: 0.21s; }
}
