/* =========================
   HOMINA — GLOBAL STYLES
========================= */

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: #FDF9F5;
  color: #1F3B47;
  line-height: 1.5;
}

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

.site-header {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  background: #FDF9F5;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO (link reset) */
a.logo,
a.logo:link,
a.logo:visited,
a.logo:hover,
a.logo:active {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.logo img {
  height: 48px;
  width: auto;
}

/* Nome da marca */
.logo-text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #375B6E;
  white-space: nowrap;
  line-height: 1.2;
}

/* Idiomas */
.lang-nav a {
  text-decoration: none;
  color: #375B6E;
  font-weight: 500;
  margin: 0 6px;
}

.lang-nav .active {
  font-weight: 700;
}

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

.hero {
  text-align: center;
}

.hero img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.hero-text {
  max-width: 720px;
  margin: 30px auto;
  padding: 0 20px;
}

.hero-text h1 {
  font-size: 30px;
  color: #375B6E;
  margin-bottom: 14px;
}

.hero-text p {
  font-size: 16px;
}

/* =========================
   SECTIONS (INTRO / CTA)
========================= */

.intro,
.cta {
  max-width: 720px;
  margin: 30px auto;
  padding: 0 20px;
  text-align: center;
}

.intro h2 {
  font-size: 22px;
  color: #375B6E;
  margin-bottom: 12px;
}

.cta {
  margin-top: 40px;
}

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

main,
.offers-page {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.subtitle {
  text-align: center;
  margin-bottom: 40px;
}

/* =========================
   CARDS GRID
========================= */

.cards,
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.card {
  background: #E7EFF2;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid #dbe5e8;
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 14px;
}

.card h3 {
  margin: 10px 0;
  font-size: 18px;
  color: #1F3B47;
}

.card p {
  font-size: 14.5px;
  line-height: 1.5;
  flex-grow: 1;
}

.price {
  font-weight: 700;
  color: #375B6E;
  margin: 14px 0;
}

/* =========================
   BUTTONS
========================= */

.btn,
.btn-primary,
.btn-secondary {
  display: block;
  text-align: center;
  background: #375B6E;
  color: #fff;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  max-width: 200px;
  margin: 0 auto;
  transition: background 0.2s ease;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover {
  background: #3E848C;
}

/* =========================
   HELPERS
========================= */

.center {
  text-align: center;
  margin-top: 30px;
}

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

.site-footer {
  margin-top: 60px;
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
  color: #375B6E;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.site-footer a {
  color: #375B6E;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Redes sociais */
.social-links {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-links a {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #375B6E;
}

.social-links svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

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

@media (max-width: 600px) {
  .header-inner {
    flex-direction: column;
    gap: 10px;
  }

  .logo-text {
    font-size: 16px;
    margin-left: 14px;
  }

  .hero-text h1 {
    font-size: 24px;
  }

  .intro h2 {
    font-size: 20px;
  }
}
/* === FIX CONTEXTUAL DO LOGO === */

header.site-header a.logo {
  text-decoration: none;
  color: inherit;
}

header.site-header a.logo * {
  text-decoration: none;
}

header.site-header .logo-text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #375B6E;
  white-space: nowrap;
}

/* === FIX CONTEXTUAL DOS SVG === */

footer.site-footer .social-links a {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer.site-footer .social-links svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

/* =========================
   SOCIAL ICONS — BRAND COLORS (FINAL)
========================= */

footer.site-footer .social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

footer.site-footer .social-links a.social {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Instagram */
footer.site-footer .social-links a.instagram svg path {
  fill: #E4405F !important;
}

/* Facebook */
footer.site-footer .social-links a.facebook svg path {
  fill: #1877F2 !important;
}

/* Hover subtil */
footer.site-footer .social-links a.social:hover {
  opacity: 0.8;
}

/* =========================
   PRIVACY POLICY
========================= */

.privacy-policy {
  max-width: 720px;
  margin: 40px auto;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

.privacy-policy h1,
.privacy-policy h2 {
  color: #375B6E;
  margin-top: 32px;
}

.privacy-policy p {
  margin: 14px 0;
}


