:root {
  --primary: #005485;
  --secondary: #6c757d;
  --success: #30b442;
  --danger: #dc3545;
  --warning: #ffc107;
  --info: #17a2b8;
  --light: #f8f9fa;
  --dark: #343a40;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

/* Header & Navigation */
.navbar {
  padding: 1rem 0;
}

.site-navbar {
  background-color: #f0f9ff;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}

.site-navbar .nav-link {
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
}

.site-navbar .nav-link:hover {
  color: #30b442;
}

.site-navbar .navbar-toggler {
  border: none;
  font-size: 1.5rem;
  color: var(--primary);
  padding: 0.25rem 0.5rem;
}

.site-navbar .navbar-toggler:focus {
  box-shadow: none;
}

/* Hero Section */
.hero-section {
  overflow: hidden;
}

.hero-text-col {
  background-color: var(--primary);
  min-height: 600px;
  padding: 40px 0;
}

.hero-text-inner {
  max-width: 620px;
  margin-left: max(24px, calc((100vw - 1320px) / 2));
  margin-right: 0;
  padding: 0 60px 0 0;
}

@media (max-width: 991px) {
  .hero-text-inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
  }
}

.hero-image-col {
  background-image: url('/images/fundo_header.webp');
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.hero-section h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-section .lead {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  color: #fff;
}

@media (max-width: 991px) {
  .hero-image-col {
    min-height: 300px;
  }
}

/* WhatsApp Button (matches original site) */
.btn-whatsapp {
  background-color: #30b442;
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-whatsapp:hover {
  background-color: #279938;
  color: #fff;
  transform: translateY(-2px);
}

.sobre-nos-img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
}

.sobre-nos-text {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* Teleatendimento */
.teleatendimento-list {
  list-style: disc;
  padding-left: 40px;
}

.teleatendimento-list li {
  margin-bottom: 0.5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.teleatendimento-list li strong {
  font-weight: 700;
}

.teleatendimento-img {
  max-width: 320px;
}

/* Symptom Icons */
.symptoms-section {
  background-color: #def2ff;
}

.symptom-card {
  border: none;
  box-shadow: none;
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem 0.5rem;
}

.symptom-icon {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.symptom-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #555;
}

/* Testimonials */
.testimonials-section {
  background-color: var(--primary);
  padding-top: 95px;
  padding-bottom: 95px;
}

.testimonial-card-inner {
  max-width: 920px;
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.testimonial-photo {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-content {
  text-align: left;
}

.testimonial-text {
  font-size: 18px;
  color: #000;
  margin-bottom: 0.75rem;
}

.testimonial-name {
  color: var(--primary);
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-arrow {
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 25px;
  opacity: 1;
  background: none;
  border: none;
}

@media (max-width: 767px) {
  .testimonial-card-inner {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-content {
    text-align: center;
  }
}

/* Street View + Como Chegar */
.streetview-wrapper iframe {
  border-radius: 12px;
  display: block;
}

.btn-como-chegar {
  background-color: #07b5ff;
  color: #fff;
  border-radius: 10px;
  padding: 20px 60px;
  font-size: 22px;
  font-weight: 500;
  border: none;
}

.btn-como-chegar:hover {
  background-color: #0596d1;
  color: #fff;
}

/* Professional Team (circular photos, no card box) */
.team-section {
  background-color: #f0f9ff;
}

.professional-item {
  padding: 0 1rem;
}

.professional-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.professional-link:hover .professional-name {
  color: #30b442;
}

.professional-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.25rem;
  display: block;
}

.placeholder-photo {
  background: #e9ecef;
}

.professional-name {
  color: var(--primary);
  font-size: 25px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.5rem;
}

.professional-credentials {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
}

/* Buttons */
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus,
.form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-success {
  background-color: #30b442;
  border-color: #30b442;
}

.btn-success:hover {
  background-color: #279938;
  border-color: #279938;
}

section h2 {
  color: var(--primary);
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 2rem;
}

section h3 {
  color: var(--primary);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 1.5rem;
}

/* Services Grid */
.card {
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Testimonials */
.carousel-item .card {
  border: none;
  box-shadow: none;
  background: transparent;
}

.carousel-item .card-body {
  padding: 2rem;
}

.carousel-item .card-text {
  font-size: 18px;
  font-style: normal;
  color: #000;
  margin-bottom: 1rem;
}

.carousel-item .blockquote-footer {
  color: var(--primary);
  font-weight: 600;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--primary);
  border-radius: 50%;
}

/* Contact */
.contact-section {
  background-color: var(--primary);
}

.contact-heading {
  color: #fff;
  text-align: left;
  font-size: 30px;
}

/* Form */
.form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.form-control {
  border-radius: 3px;
  padding: 8px 16px;
  border: 1px solid #69727d;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 133, 0.25);
}

.btn-contact-submit {
  background-color: #07b5ff;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 20px 40px;
  font-weight: 500;
}

.btn-contact-submit:hover {
  background-color: #0596d1;
  color: #fff;
}

/* Footer */
.site-footer {
  background-color: #f0f9ff;
  margin-top: auto;
}

.site-footer hr {
  border-color: rgba(0, 0, 0, 0.1);
}

/* Professional Profile Page */
.profile-section {
  background-color: #f0f9ff;
}

.profile-photo {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-name {
  color: var(--primary);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.profile-credentials {
  color: #555;
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.profile-bio-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.profile-bio-list li {
  color: #333;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.footer-heading {
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
}

.footer-text {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-text i {
  font-size: 23px;
  color: #000;
}

a.footer-text:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #30b442;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(48, 180, 66, 0.4);
  transition: all 0.3s ease;
  z-index: 1000;
}

.whatsapp-float:hover {
  background-color: #279938;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(48, 180, 66, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    min-height: 400px;
    padding: 0;
  }

  .hero-text-col {
    min-height: 300px;
    padding: 20px 0;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  section h2 {
    font-size: 2rem;
  }

  section h3 {
    font-size: 1.5rem;
  }

  .professional-card img {
    height: 200px;
  }
}

/* Utility Classes */
.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.fw-bold {
  font-weight: 700;
}

.gap-4 {
  gap: 1.5rem !important;
}