/* BASE */
body {
  font-family: 'Roboto', sans-serif;
  padding-top: 100px;
}

/* HEADER */
.milca-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(255, 250, 250, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(200, 180, 190, 0.25);
}

/* NAVBAR */
.milca-header .navbar {
  height: 100px;
}

/* CONTAINER */
.milca-header .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
}

/* LOGO */
.milca-logo-area img {
  max-height: 48px;
  width: auto;
  display: block;
  padding-left: clamp(42px, 10vw, 200px);
}

/* MENU */
.milca-menu-area {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.milca-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}


/* MOBILE */
.mobile-menu {
  list-style: none;
  padding: 20px;
  text-align: center;
}

.milca-menu a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8a7f85;
  transition: color .3s ease;
}

.milca-menu a:hover {
  color: #B0325C;
}

.milca-menu li {
  position: relative;
}


.milca-cta {
  position: absolute;
  right: clamp(24px, 6vw, 96px);
}

/* HERO */
.milca-hero {
  background: linear-gradient(135deg, #FFF7F9 0%, #FDECEF 100%);
  padding: 140px 0 100px;
  border-bottom: none;
}

.milca-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.milca-header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* TEXTO */
.milca-hero-text {
  max-width: 520px;
}

.milca-eyebrow {
  color: #B0325C;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 500;
}

.milca-hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  line-height: 1.1;
  margin: 20px 0;
  color: #1F1F1F;
}

.milca-hero-text h1 span {
  color: #B0325C;
  font-style: italic;
}

.milca-hero-text p {
  font-size: 17px;
  color: #6f6f6f;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* BOTÕES */
.milca-hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-primary {
  background: #B0325C;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  transition: .3s;
}

.btn-primary:hover {
  background: #912346;
}

.btn-secondary {
  border: 1px solid #E3B6C4;
  color: #1F1F1F;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  transition: .3s;
}

.btn-secondary:hover {
  background: #FDECEF;
}

.produto-extra {
  display: none;
}


/* IMAGEM */
.milca-hero-image img {
  max-width: 500px;
  border-radius: 12px;
}


.btn-custom {
  background: #B0325C;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  border: none;
}

.btn-header {
  border: 2px solid #B0325C;
  color: #B0325C;
  padding: 8px 20px;
  border-radius: 7.4px;
  text-decoration: none;
  font-size: 16px;
  transition: .3s;
}

.btn-custom:hover {
  background: #912346;
}

/* SEÇÕES */
.section {
  padding: 100px 0;
}

/* PRODUTOS */
.produto-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
}

.produto-card img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  display: block;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.produto-info {
  padding: 25px;
}

/* footer */
.milca-footer {
  background: #1F1F1F;
  color: #FFF;
  padding: 70px 0 40px;
  font-size: 15px;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footer-text {
  color: #cfcfcf;
  line-height: 1.7;
}

.footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #cfcfcf;
  text-decoration: none;
  transition: .3s;
}

.footer-links a:hover {
  color: #FFF;
}

.footer-contact span {
  font-weight: 500;
  color: #FFF;
}

.footer-social a {
  color: #FFF;
  margin-right: 12px;
  font-size: 20px;
  transition: .3s;
}

.footer-social a:hover {
  opacity: .7;
}

.footer-bottom p {
  color: #bfbfbf;
  margin: 0;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 15px;
  margin-top: 25px;
}

.milca-sobre img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
}

.milca-sobre .highlight {
  color: #B0325C;
  font-style: italic;
}

.metrics h4 {
  font-weight: 700;
  color: #B0325C;
  margin-bottom: 4px;
}

.metrics small {
  display: block;
  color: #6f6f6f;
  font-size: 14px;
}

.milca-sobre p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b4b4b;
}

/* CONTATO */
.milca-contato h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  margin-bottom: 12px;
}

.milca-contato p {
  color: #6f6f6f;
  font-size: 16px;
}

/* CARDS DE CONTATO */
.contato-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  background: #fff;
  border-radius: 16px;
  text-decoration: none;
  color: #1F1F1F;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all .3s ease;
  height: 100%;
}

.contato-card i {
  font-size: 36px;
  color: #B0325C;
  margin-bottom: 12px;
}

.contato-card h6 {
  font-weight: 500;
  margin-bottom: 4px;
}

.contato-card span {
  font-size: 14px;
  color: #6f6f6f;
}

.contato-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(176, 50, 92, 0.2);
}

/* valores */
.valores-section {
  background: #faf7f8;
}

.valores-subtitle {
  letter-spacing: 3px;
  color: #b80f3a;
  font-size: 13px;
  font-weight: 500;
}

.valores-title {
  font-size: 40px;
  font-weight: 600;
  color: #1d1d1d;
}

.valores-title span {
  color: #b80f3a;
  font-style: italic;
}

.valor-card {
  background: #fff;
  border-radius: 14px;
  padding: 35px 20px;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.valor-card:hover {
  transform: translateY(-6px);
}

.valor-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f7d8df;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.valor-icon i {
  font-size: 24px;
  color: #b80f3a;
}

.valor-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1c1c1c;
}

.valor-card p {
  font-size: 14px;
  color: #4c4c4c;
}

/* RESPONSIVO */

img {
  max-width: 100%;
  height: auto;
}

/* HERO RESPONSIVO */
@media (max-width: 992px) {
  .milca-hero-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .milca-hero-text {
    max-width: 100%;
    padding: 0 20px;
  }

  .milca-hero-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .milca-hero-image img {
    width: 90%;
  }
}

/* SOBRE */
@media (max-width: 768px) {
  .metrics h4 {
    font-size: 1.5rem;
  }
}

/* PRODUTOS */
@media (max-width: 992px) {
  .produto-card {
    margin-bottom: 20px;
  }
}

/* VALORES */
@media (max-width: 992px) {
  .valor-card {
    margin-bottom: 20px;
  }
}

/* FOOTER */
@media (max-width: 768px) {
  .milca-footer {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }
}

/* MENU MOBILE */
@media (max-width: 992px) {
  .milca-menu-area {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .milca-logo-area {
    margin-right: auto;
  }
  .milca-logo-area img {
    margin-left: -15px;
  }
}