/* =========================================================
   RESET / BASE
   ========================================================= */

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  background-color: #f8f8f8;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* =========================================================
   CONTAINER
   ========================================================= */

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

/* =========================================================
   LINKS
   ========================================================= */

a {
  color: #0b7285;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

/* Link especial (voltar / ver mais) */
.link-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #0b5d5a;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.link-more:hover {
  color: #084845;
  border-bottom-color: #084845;
}

/* =========================================================
   HEADER / MENU
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #0e5f63;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.site-header::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a24d, #f0d58a, #c9a24d);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}

/* Logo */
.logo-area {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.logo-extra img {
  height: 40px;
}

/* Menu desktop */
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #f0d58a;
  transition: width 0.25s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

/* Botão menu mobile */
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 1.3rem;
  cursor: pointer;
}

/* =========================================================
   MENU MOBILE
   ========================================================= */

.mobile-nav {
  display: none;
  background: #ffffff;
  border-top: 1px solid #eee;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.mobile-nav.open {
  display: block;
}

.mobile-nav ul {
  list-style: none;
  padding: 16px;
  margin: 0;
}

.mobile-nav li + li {
  margin-top: 8px;
}

.mobile-nav a {
  display: block;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 500;
  color: #0e5f63;
  transition: background 0.25s ease, padding 0.25s ease;
}

.mobile-nav a:hover {
  background: rgba(14, 95, 99, 0.08);
  padding-left: 22px;
}

/* CTA mobile */
.mobile-nav li:last-child a {
  background: linear-gradient(135deg, #c9a24d, #9e7c2f);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-top: 12px;
}

.mobile-nav li:last-child a:hover {
  background: linear-gradient(135deg, #b8943f, #8b6a22);
}

/* =========================================================
   HERO
   ========================================================= */

.hero-section {
  background: linear-gradient(
    120deg,
    #e7f5ff 0%,
    #f8f9fa 55%,
    #ffffff 100%
  );
  padding: 80px 0 64px;
}

.hero-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* WhatsApp premium button style (official color direction + icon) */
.whatsapp-premium {
  --wa-green: #25d366;
  --wa-green-dark: #128c7e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--wa-green), var(--wa-green-dark));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 24px rgba(18, 140, 126, 0.34);
}

.whatsapp-premium::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.11 17.21c-.27-.14-1.6-.79-1.85-.88-.25-.09-.43-.14-.61.14-.18.27-.7.88-.86 1.05-.16.18-.32.2-.59.07-.27-.14-1.13-.42-2.16-1.35-.8-.71-1.33-1.59-1.49-1.86-.16-.27-.02-.41.12-.54.13-.13.27-.32.41-.48.14-.16.18-.27.27-.45.09-.18.05-.34-.02-.48-.07-.14-.61-1.47-.84-2.02-.22-.52-.44-.45-.61-.46-.16-.01-.34-.01-.52-.01-.18 0-.48.07-.73.34-.25.27-.95.93-.95 2.27 0 1.34.98 2.64 1.12 2.82.14.18 1.92 2.93 4.65 4.11.65.28 1.16.45 1.56.58.66.21 1.26.18 1.73.11.53-.08 1.6-.65 1.83-1.28.23-.63.23-1.17.16-1.28-.07-.11-.25-.18-.52-.32zM16 3.2C8.94 3.2 3.2 8.94 3.2 16c0 2.49.72 4.9 2.08 6.96L3 29l6.2-2.24A12.75 12.75 0 0 0 16 28.8c7.06 0 12.8-5.74 12.8-12.8S23.06 3.2 16 3.2zm0 23.28c-2.11 0-4.18-.57-5.99-1.65l-.43-.26-3.68 1.33 1.35-3.59-.28-.46A10.28 10.28 0 0 1 5.72 16c0-5.67 4.61-10.28 10.28-10.28 2.75 0 5.33 1.07 7.27 3.01A10.2 10.2 0 0 1 26.28 16c0 5.67-4.61 10.28-10.28 10.28z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.whatsapp-premium:hover {
  text-decoration: none;
  filter: brightness(1.04);
}

/* =========================================================
   HERO FOTO / IMAGEM
   ========================================================= */

.hero-photo-frame {
  width: 260px;
  height: 410px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   CARDS / ARTIGOS
   ========================================================= */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.card h2,
.card h3 {
  margin-top: 0;
}

.card ul {
  padding-left: 18px;
}

.card-image {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}

.card-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  background-color: #212529;
  color: #dee2e6;
  padding: 28px 0;
  font-size: 0.85rem;
  text-align: center;
}

.site-footer p {
  margin: 6px 0;
}

/* =========================================================
   BOTÕES FLUTUANTES
   ========================================================= */

/* WhatsApp */
.whatsapp-floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background-color: #22c55e;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 200;
  transition: transform 0.15s ease;
}

.whatsapp-floating.whatsapp-premium {
  padding: 12px 18px;
}

.whatsapp-floating:hover {
  transform: translateY(-2px);
}

/* Instagram */
.instagram-floating {
  position: fixed;
  right: 18px;
  bottom: 90px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(
    circle at 30% 110%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 200;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.instagram-floating:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

/* =========================================================
   RESPONSIVIDADE
   ========================================================= */

@media (max-width: 960px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-photo-frame {
    margin: 0 auto;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

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

@media (max-width: 480px) {
  .instagram-floating {
    right: 14px;
    bottom: 84px;
    width: 50px;
    height: 50px;
  }
}
