* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: #2f2218;
  font-family: "Inter", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(1248px, calc(100% - 58px));
  margin: 0 auto;
}

/* CABEÇALHO */
.site-header {
  position: relative;
  z-index: 20;
  background: #f8f4ee;
  border-bottom: 1px solid rgba(223, 147, 5, 0.08);
}

.header-inner {
  min-height: 112px;
  display: grid;
  grid-template-columns: 340px 1fr auto;
  align-items: center;
  gap: 26px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 104px;
  flex: 0 0 104px;
}

.brand-name span {
  display: block;
  color: #8a735d;
  font-size: 12px;
  letter-spacing: 2.2px;
  margin-bottom: 6px;
  font-weight: 500;
}

.brand-name strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 27px;
  line-height: 0.97;
  color: #4a3b30;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.brand-name i {
  display: block;
  width: 78px;
  height: 2px;
  background: #df9305;
  margin-top: 9px;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  font-size: 15px;
  font-weight: 500;
}

.main-nav a {
  position: relative;
  padding: 18px 0;
}

.main-nav a.active,
.main-nav a:hover {
  color: #2f2218;
  font-weight: 700;
}

.main-nav a.active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 3px;
  border-radius: 999px;
  background: #df9305;
}

.header-button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #eca81a, #df9305);
  box-shadow: 0 15px 30px rgba(223, 147, 5, 0.22);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.calendar-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.menu-toggle,
.menu-button {
  display: none;
}

/* HERO COM BANNER DESKTOP + MOBILE */
.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f8f4ee;
}

.hero-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-click {
  position: absolute;
  z-index: 5;
  display: block;
  border-radius: 999px;
}

/* Botão do banner desktop */
.hero-click--desktop {
  left: 7.8%;
  bottom: 5.7%;
  width: 18.3%;
  height: 8.2%;
}

/* hotspot mobile escondido no desktop */
.hero-click--mobile {
  display: none;
}

.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -9999px;
  overflow: hidden;
}

/* SERVIÇOS */
.services {
  background: #fff;
  padding: 34px 0 44px;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.section-title span {
  width: 92px;
  height: 2px;
  background: #df9305;
}

.section-title h2 {
  margin: 0;
  color: #c58200;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
}

.services-grid {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.service-card {
  position: relative;
  text-align: center;
  padding: 0 4px;
}

.service-card img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(68, 45, 22, 0.06);
}

.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  margin: -28px auto 14px;
  border-radius: 50%;
  color: #df9305;
  background: #fff;
  border: 4px solid #fff6e8;
  box-shadow: 0 16px 34px rgba(96, 70, 35, 0.10);
  font-size: 25px;
}

.service-card h3 {
  min-height: 34px;
  margin: 0 0 10px;
  text-align: center;
  color: #3b2e21;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0.7px;
}

.service-card p {
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
  color: #41372e;
  font-size: 15px;
  line-height: 1.48;
}

/* BLOCO INFERIOR */
.bottom-info {
  background: #fff;
  padding: 18px 0 0;
}

.bottom-grid {
  display: grid;
  grid-template-columns: 260px 471px 270px 247px;
  align-items: stretch;
}

.benefits-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #df9305, #dc9206);
  color: #fff;
  padding: 34px 34px 32px;
}

.benefits-panel::before,
.cta-panel::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50% 0 50% 0;
}

.benefits-panel::before {
  left: -36px;
  bottom: -36px;
  border: 2px solid rgba(255,255,255,.12);
}

.benefits-panel h2,
.cta-panel h2 {
  margin: 0 0 28px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .8px;
}

.benefits-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.benefits-panel li {
  position: relative;
  padding-left: 30px;
  font-size: 14.4px;
  line-height: 1.25;
}

.benefits-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(255,255,255,.86);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
}

.food-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-panel {
  background: #fbf5eb;
  padding: 18px 26px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-mark {
  color: #df9305;
  font-family: "Playfair Display", serif;
  font-size: 84px;
  line-height: .75;
  margin-bottom: 4px;
}

.quote-panel p {
  margin: 0 0 16px;
  color: #36291d;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.45;
}

.quote-panel strong {
  color: #d18d10;
  font-family: "Allura", cursive;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
}

.quote-panel span {
  margin-top: 6px;
  color: #4a3a2a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  background: #f8efe2;
  padding: 28px 26px;
}

.cta-panel::after {
  right: -32px;
  bottom: -26px;
  border: 2px solid rgba(209,142,20,.12);
}

.cta-panel p {
  margin: 0 0 24px;
  color: #4f4336;
  font-size: 15px;
  line-height: 1.55;
}

.btn {
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #eca81a, #df9305);
  box-shadow: 0 15px 30px rgba(223,147,5,.22);
  font-weight: 800;
  white-space: nowrap;
  flex-wrap: nowrap;
  width: auto;
}

.cta-panel small {
  display: block;
  margin-top: 18px;
  color: #4f4336;
  font-size: 14px;
}

/* CTA FINAL */
.final-cta {
  padding: 70px 0;
  text-align: center;
  background: #fbf5eb;
}

.final-cta h2 {
  margin: 0 auto 12px;
  max-width: 820px;
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  color: #2f2218;
}

.final-cta p {
  margin: 0 auto 28px;
  color: #4f4336;
  font-size: 18px;
}

/* FOOTER PROFISSIONAL */
.footer {
  background: linear-gradient(180deg, #2f2218 0%, #1f1712 100%);
  color: #fff;
  padding: 56px 0 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 1fr 1fr;
  gap: 42px;
  align-items: start;
  padding-bottom: 42px;
}

.footer-brand {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.footer-brand img {
  width: 88px;
  min-width: 88px;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.footer-brand span {
  display: block;
  color: #e9a619;
  font-size: 12px;
  letter-spacing: 2.2px;
  font-weight: 800;
  margin-bottom: 7px;
}

.footer-brand strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1;
  color: #fff7e8;
  margin-bottom: 12px;
}

.footer-brand p {
  margin: 0;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
  font-size: 15px;
}

.footer h3 {
  margin: 0 0 18px;
  color: #fff7e8;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.footer-links,
.footer-contact,
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.45;
  transition: 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #e9a619;
  transform: translateX(3px);
}

.social-buttons {
  display: grid;
  gap: 12px;
}

.social-buttons a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-weight: 800;
  transition: 0.2s ease;
}

.social-buttons a:hover {
  background: linear-gradient(180deg, #eca81a, #df9305);
  border-color: transparent;
  transform: translateY(-2px);
}

.social-buttons svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom {
  min-height: 66px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}


/* RESPONSIVO */
@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 96px;
    padding: 12px 0;
  }

  .brand-logo {
    width: 82px;
    flex-basis: 82px;
  }

  .brand-name span {
    font-size: 10px;
    letter-spacing: 1.4px;
  }

  .brand-name strong {
    font-size: 21px;
    font-weight: 600;
    line-height: 0.98;
  }

  .brand-name i {
    width: 62px;
    margin-top: 7px;
  }

  .header-button {
    display: none;
  }

  .menu-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .menu-button span {
    width: 30px;
    height: 3px;
    background: #2f2218;
    border-radius: 999px;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #f8f4ee;
    border-top: 1px solid rgba(223, 147, 5, 0.12);
    border-bottom: 1px solid rgba(223, 147, 5, 0.12);
    padding: 18px 29px 22px;
  }

  .menu-toggle:checked ~ .main-nav {
    display: flex;
  }

  .main-nav a {
    padding: 8px 0;
  }

  .main-nav a::after {
    display: none !important;
  }

  .services-grid {
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 26px;
  }

  .bottom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .food-panel {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 26px, 1248px);
  }

  .hero-click--desktop {
    display: none;
  }

  .hero-click--mobile {
    display: block;
    left: 17%;
    bottom: 2.35%;
    width: 66%;
    height: 4.2%;
  }

  .services {
    padding: 30px 0 38px;
  }

  .services-grid {
    max-width: 420px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-title span {
    width: 44px;
  }

  .section-title h2 {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
  }

  .service-card p {
    max-width: 300px;
    text-align: center;
  }

  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .benefits-panel,
  .quote-panel,
  .cta-panel {
    padding: 32px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 15px 0;
    text-align: center;
  }

  .footer-grid span:last-child {
    text-align: center;
  }
}

.cta-panel .btn { white-space: nowrap; }


/* SEÇÕES COMPLETAS */
.section-kicker {
  display: inline-block;
  color: #c58200;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.4px;
  margin-bottom: 14px;
}

.about-section {
  background: linear-gradient(180deg, #fff, #fbf5eb);
  padding: 78px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  align-items: center;
}

.about-content h2,
.plans-header h2,
.differentials-title h2 {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  color: #2f2218;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}

.about-content p,
.plans-header p {
  margin: 0 0 26px;
  max-width: 680px;
  color: #4f4336;
  font-size: 17px;
  line-height: 1.7;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-points div {
  background: #fff;
  border: 1px solid #f0e1cb;
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 14px 30px rgba(96, 70, 35, 0.06);
}

.about-points strong {
  display: block;
  color: #df9305;
  font-size: 22px;
  margin-bottom: 8px;
}

.about-points span {
  color: #3b2e21;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.about-card {
  background: #f8efe2;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 40px rgba(96, 70, 35, 0.08);
}

.about-card h3 {
  margin: 0 0 20px;
  color: #2f2218;
  font-size: 24px;
  line-height: 1.2;
}

.about-card ul,
.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 12px;
}

.about-card li,
.plan-card li {
  position: relative;
  padding-left: 28px;
  color: #4f4336;
  line-height: 1.45;
}

.about-card li::before,
.plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #df9305;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.care-section {
  padding: 70px 0;
  background: #fff;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.care-grid article {
  background: #fffaf4;
  border: 1px solid #f0e1cb;
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 16px 34px rgba(96, 70, 35, 0.06);
}

.care-number {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #eca81a, #df9305);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.care-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #2f2218;
}

.care-grid p {
  margin: 0;
  color: #4f4336;
  line-height: 1.6;
}

.plans-section {
  background: #fbf5eb;
  padding: 78px 0;
}

.plans-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.plan-card {
  background: #fff;
  border-radius: 26px;
  padding: 32px;
  border: 1px solid #f0e1cb;
  box-shadow: 0 16px 34px rgba(96, 70, 35, 0.07);
}

.plan-card.featured {
  background: linear-gradient(180deg, #fff7ec, #fff);
  border: 2px solid rgba(223, 147, 5, 0.35);
  transform: translateY(-10px);
}

.plan-tag {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f8efe2;
  color: #c58200;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.plan-card h3 {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  color: #2f2218;
  font-size: 30px;
  line-height: 1.08;
}

.plan-card p {
  color: #4f4336;
  line-height: 1.6;
  margin: 0 0 22px;
}

.plan-btn {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.differentials-section {
  background: #fff;
  padding: 74px 0;
}

.differentials-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.differentials-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.differentials-list div {
  background: #fffaf4;
  border-left: 4px solid #df9305;
  border-radius: 18px;
  padding: 24px;
}

.differentials-list strong {
  display: block;
  color: #2f2218;
  font-size: 18px;
  margin-bottom: 8px;
}

.differentials-list p {
  color: #4f4336;
  line-height: 1.55;
  margin: 0;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.contact-actions span {
  color: #4f4336;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .about-grid,
  .differentials-grid {
    grid-template-columns: 1fr;
  }

  .plans-grid,
  .care-grid {
    grid-template-columns: 1fr;
  }

  .plan-card.featured {
    transform: none;
  }
}

@media (max-width: 768px) {
  .about-section,
  .care-section,
  .plans-section,
  .differentials-section {
    padding: 54px 0;
  }

  .about-points,
  .differentials-list {
    grid-template-columns: 1fr;
  }

  .about-card,
  .plan-card,
  .care-grid article {
    padding: 26px;
  }

  .plan-btn {
    white-space: normal;
  }
}


/* ÂNCORAS DO MENU */
#inicio,
#sobre,
#atendimento,
#planos,
#contato {
  scroll-margin-top: 120px;
}


/* MENU CORRIGIDO */
.main-nav a {
  cursor: pointer;
}


@media (max-width: 1120px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 42px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 34px;
  }

  .footer-brand {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand p {
    margin: 0 auto;
  }

  .footer-links,
  .footer-contact,
  .footer-social {
    align-items: center;
    text-align: center;
  }

  .social-buttons {
    width: min(100%, 320px);
  }

  .social-buttons a {
    justify-content: center;
  }

  .footer-bottom {
    min-height: auto;
    padding: 18px 0;
    flex-direction: column;
    text-align: center;
  }
}
