/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./src/app/Home.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.Home_homeLayout__ddZ26, .Home_homeLayout__ddZ26 *, .Home_homeLayout__ddZ26 *::before, .Home_homeLayout__ddZ26 *::after {
  box-sizing: border-box;
}

.Home_homeLayout__ddZ26 {
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #f4f5f7;
  min-height: 100vh;
  color: #0f172a;
}

/* ==================== HERO SECTION ==================== */
.Home_hero__HkdeB {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  background-image: url(/_next/static/media/banner_foto.f7455fc3.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Home_heroOverlay__7ChaB {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.9));
}

.Home_heroContent__5yUTO {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.Home_heroContent__5yUTO h1 {
  font-size: 3.5rem;
  font-weight: 900;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.Home_heroContent__5yUTO p {
  font-size: 1.2rem;
  color: #cbd5e1;
  margin: 0 0 40px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ==================== QUICK SEARCH ==================== */
.Home_searchWrapper__A_d6y {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.Home_quickSearch__xiqWt {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 15px;
  width: 100%;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  align-items: center;
}

.Home_searchField__mPJHp {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.Home_searchField__mPJHp label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.Home_searchField__mPJHp select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  color: #0f172a;
  outline: none;
  background: #f8fafc;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.Home_searchField__mPJHp select:focus { border-color: #D61C22; }
.Home_searchField__mPJHp select:disabled { opacity: 0.6; cursor: not-allowed; }

.Home_btnSearch__n9jOg {
  background: #D61C22;
  color: #fff;
  border: none;
  padding: 0 35px;
  height: 55px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: flex-end;
}

.Home_btnSearch__n9jOg:hover {
  background: #b5151c;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(214, 28, 34, 0.3);
}

.Home_btnViewAllSecondary___a1SE {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.Home_btnViewAllSecondary___a1SE:hover {
  background: #ffffff;
  color: #0f172a;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}

/* ==================== SECTIONS ==================== */
.Home_section__y2JKn { padding: 80px 20px; max-width: 1400px; margin: 0 auto; }
.Home_sectionHeader__5oWgI { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.Home_sectionTitle__NU4Sm { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin: 0 0 10px 0; }
.Home_sectionSubtitle__IuNZD { color: #64748b; font-size: 1.1rem; margin: 0; }

.Home_viewAllLink___VpqU {
  color: #D61C22; font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 5px; transition: color 0.2s;
}
.Home_viewAllLink___VpqU:hover { color: #b5151c; }

/* ==================== BODY STYLES ==================== */
.Home_bodyStyleGrid__nnRs9 { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 20px; gap: 20px; }
.Home_bodyStyleCard__p7wtM {
  background: #fff; border-radius: 16px; padding: 30px 20px; text-align: center; text-decoration: none; color: #0f172a; font-weight: 700;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; gap: 15px;
}
.Home_bodyStyleCard__p7wtM:hover { transform: translateY(-5px); border-color: #D61C22; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); }
.Home_bodyStyleIcon__v1T14 { color: #64748b; transition: color 0.3s; }
.Home_bodyStyleCard__p7wtM:hover .Home_bodyStyleIcon__v1T14 { color: #D61C22; }

/* ==================== CARDS GRID ==================== */
.Home_carsGrid__PkdGw { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 25px; gap: 25px; }
.Home_carCard__KF8bH {
  background: #ffffff; border-radius: 12px; overflow: hidden; display: flex;
  flex-direction: column; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); transition: box-shadow 0.3s ease, transform 0.3s ease; cursor: pointer; text-decoration: none; color: inherit; border: 1px solid #e2e8f0;
}
.Home_carCard__KF8bH:hover { transform: translateY(-4px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); }
.Home_carImage__DWt_7 { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-bottom: 3px solid #D61C22; }
.Home_carInfo__7NSzI { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.Home_carInfo__7NSzI h3 { font-size: 1.15rem; margin: 0 0 15px 0; color: #0f172a; font-weight: 800; line-height: 1.3; }
.Home_carSpecs__8lWfw { font-size: 0.85rem; color: #64748b; margin-bottom: 15px; flex-grow: 1; }
.Home_carPrice__VLp8F { font-size: 1.5rem; font-weight: 900; color: #D61C22; }

/* ==================== LOCATION SECTION ==================== */
.Home_locationContainer__28FQq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
  border: 1px solid #e2e8f0;
  margin-top: 20px;
}
.Home_locationInfo___hzTI {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Home_locationInfo___hzTI h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 15px 0;
}
.Home_locationInfo___hzTI p {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 30px 0;
}
.Home_contactDetails__Qk7B_ {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.Home_contactItem__uNdTQ {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.Home_contactIcon__l1aqL {
  width: 45px;
  height: 45px;
  background: #f8fafc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D61C22;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
}
.Home_contactText__JRrB7 strong {
  display: block;
  color: #0f172a;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.Home_contactText__JRrB7 span {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.4;
  white-space: pre-line; /* Permite quebrar a linha nas horas */
}
.Home_locationMap__s5IFM {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.Home_locationMap__s5IFM iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ==================== FEATURES BANNER ==================== */
.Home_featuresBanner__PVqYf { background: #0f172a; color: #fff; padding: 80px 20px; margin-top: 40px; }
.Home_featuresBannerInner__jEhfn { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; gap: 40px; text-align: center; }
.Home_featureBox__cTH__ i { font-size: 2.5rem; color: #D61C22; margin-bottom: 20px; display: block; }
.Home_featureBox__cTH__ h3 { font-size: 1.2rem; font-weight: 800; margin: 0 0 10px 0; }
.Home_featureBox__cTH__ p { color: #94a3b8; font-size: 0.95rem; line-height: 1.6; margin: 0; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .Home_bodyStyleGrid__nnRs9 { grid-template-columns: repeat(3, 1fr); }
  .Home_carsGrid__PkdGw { grid-template-columns: repeat(2, 1fr); }
  .Home_featuresBannerInner__jEhfn { grid-template-columns: repeat(2, 1fr); }
  .Home_quickSearch__xiqWt { flex-direction: column; align-items: stretch; }
  .Home_btnSearch__n9jOg { align-self: stretch; justify-content: center; }
  .Home_locationContainer__28FQq { grid-template-columns: 1fr; }
  .Home_locationMap__s5IFM { min-height: 350px; }
}

@media (max-width: 600px) {
  .Home_heroContent__5yUTO h1 { font-size: 2.2rem; }
  .Home_sectionHeader__5oWgI { flex-direction: column; align-items: flex-start; gap: 15px; }
  .Home_bodyStyleGrid__nnRs9 { grid-template-columns: repeat(2, 1fr); }
  .Home_carsGrid__PkdGw { grid-template-columns: 1fr; }
  .Home_featuresBannerInner__jEhfn { grid-template-columns: 1fr; gap: 30px; }
  .Home_locationInfo___hzTI { padding: 30px 20px; }
}
