body{padding-top:70px;font-family:"SourceHanSansCN-Regular","Source Han Sans CN","SourceHanSansTW-Regular","Source Han Sans TW","Noto Sans SC","Noto Sans TC",-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",sans-serif}
.product-card{margin-bottom:24px}
.lang-switch{margin-left:auto}
.bg-light{background-color:#f8f9fa!important}
.hero{padding:4rem 0}
.hero h1{font-weight:700}
.navbar{background:#fff;border-bottom:1px solid #eee}
.navbar.bg-light{background:#fff!important;border-bottom:1px solid #eee}
.navbar .navbar-brand img{height:48px}
.navbar .nav-link{font-size:18px;font-family:Arial,Helvetica,sans-serif;font-weight:700;color:#000!important;text-transform:uppercase}
@media (max-width:991px){
  .navbar .nav-link{font-size:16px}
}
@media (min-width:992px){
  .navbar .navbar-nav{margin-left:96px}
}
.navbar .lang-link{line-height:1}
.navbar .lang-flag{height:28px;width:28px;display:inline-block;object-fit:cover}
.hero-carousel{margin-top:24px;background:#fff}
.hero-carousel .carousel-item{display:flex;justify-content:center;align-items:center;background:#fff;padding:16px 0}
.hero-carousel .carousel-item img{width:100%;max-width:92vw;max-height:calc(100vh - 170px);height:auto;object-fit:contain;background:#fff}
.hero-carousel .carousel-indicators{display:none}
.hero-caption{bottom:25%;right:auto;left:58%;transform:translateX(-50%);text-shadow:0 2px 8px rgba(0,0,0,.15)}
.hero-caption h5{font-size:clamp(0.85rem, 0.7vw + 0.4rem, 1.1rem);line-height:1.2;font-weight:700;color:#222;font-family:"SourceHanSerifCN-Regular","SourceHanSerifTW-Regular","Noto Serif SC","Noto Serif TC",serif;max-width:300px;text-align:center}
@media (min-width:1400px){
  .hero-carousel .carousel-item img{max-height:calc(100vh - 190px)}
  .hero-caption{left:58%;bottom:28%}
  .hero-caption h5{font-size:clamp(0.95rem, 0.6vw + 0.5rem, 1.2rem);max-width:350px}
}
@media (max-width:1366px){
  .hero-caption{bottom:22%;left:58%;transform:translateX(-50%)}
  .hero-caption h5{font-size:0.95rem;max-width:260px}
}
@media (max-width:991px){
  .hero-carousel .carousel-item img{width:100%;max-width:100%;max-height:60vh;height:auto;object-fit:contain}
  .hero-caption{bottom:5%;left:50%;transform:translateX(-50%)}
  .hero-caption h5{font-size:1.05rem;max-width:320px}
}
/* Reduce clickable area of carousel controls */
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next{
  width:48px;
  height:48px;
  top:50%;
  transform:translateY(-50%);
  opacity:.85;
  background:rgba(255,255,255,.6);
  border-radius:24px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-carousel .carousel-control-prev{left:16px}
.hero-carousel .carousel-control-next{right:16px}
/* About Section */
.about-section {
  position: relative;
  padding: 80px 0;
  margin-top: 40px;
}
.about-img-container {
  position: relative;
  z-index: 1;
}
.about-img-container img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}
.about-text-card {
  background-color: #f0f6ff; /* Azul claro conforme referência */
  padding: 40px;
  position: relative;
  z-index: 2;
  margin-top: -100px; /* Sobreposição mobile default */
}
@media (min-width: 992px) {
  .about-text-card {
    margin-top: 60px; /* Ajuste vertical para alinhar com imagem */
    margin-left: -100px; /* Sobreposição à esquerda sobre a imagem */
    min-height: 400px;
  }
}
.about-text-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}
.about-text-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  text-align: justify;
}
.btn-red {
  background-color: #d32f2f;
  color: #fff;
  border: none;
  padding: 10px 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
}
.btn-red:hover {
  background-color: #b71c1c;
  color: #fff;
}
/* Footer Section */
.footer-tagline {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px dashed #ddd;
}
.footer-main {
  padding: 40px 0;
  background-color: #fff;
}
.footer-col-title {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.footer-products-list {
  list-style: none;
  padding: 0;
}
.footer-products-list li {
  margin-bottom: 8px;
}
.footer-products-list a {
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}
.footer-products-list a:hover {
  color: #d32f2f;
}
.footer-contact-info p {
  margin-bottom: 5px;
  font-size: 0.95rem;
  color: #333;
}
.footer-contact-info strong {
  font-weight: 700;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.is-invalid{border-color:#dc3545!important}
.invalid-feedback{color:#dc3545}
.phone-flag{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:20px;pointer-events:none}
