/* Unified CarraroSpray + tractor-brand homepage treatment. */
.doudoudis-home .doudoudis-home-carraro__shell{
  border-color:#294676;
  background:linear-gradient(135deg,#10264f 0%,#0b1b3d 100%);
}

.doudoudis-home .doudoudis-home-tractors{
  padding:0 0 clamp(30px,4vw,58px);
  background:#fff;
}

.doudoudis-home .doudoudis-home-tractors__shell{
  display:grid;
  grid-template-columns:minmax(320px,1.4fr) minmax(0,4.6fr);
  gap:0;
  overflow:hidden;
  min-height:264px;
  padding:0;
  border:1px solid #d5dfed;
  border-radius:18px;
  background:linear-gradient(135deg,#f7faff 0%,#edf3fa 100%);
  box-shadow:0 18px 38px rgba(20,33,66,.10);
}

.doudoudis-home .doudoudis-home-tractors__intro{
  position:relative;
  display:flex;
  justify-content:center;
  flex-direction:column;
  overflow:hidden;
  min-width:0;
  padding:28px 30px;
  isolation:isolate;
}

.doudoudis-home .doudoudis-home-tractors__intro::before{
  position:absolute;
  top:-90px;
  left:-90px;
  z-index:-2;
  width:250px;
  height:250px;
  border:42px solid rgba(20,33,66,.035);
  border-radius:50%;
  content:"";
}

.doudoudis-home .doudoudis-home-tractors__intro>span:first-child{
  position:relative;
  z-index:2;
  color:#142142;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  line-height:1;
}

.doudoudis-home .doudoudis-home-tractors__intro h2{
  position:relative;
  z-index:2;
  max-width:330px;
  margin:12px 0 11px;
  color:#142142;
  font-size:clamp(23px,2vw,31px);
  font-weight:900;
  letter-spacing:-.035em;
  line-height:1.16;
}

.doudoudis-home .doudoudis-home-tractors__intro p{
  position:relative;
  z-index:2;
  max-width:300px;
  margin:0 0 22px;
  color:#5e6d85;
  font-size:13px;
  font-weight:500;
  line-height:1.55;
}

.doudoudis-home .doudoudis-home-tractors__intro>a{
  position:relative;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-width:220px;
  min-height:45px;
  padding:0 20px;
  border:1px solid #142142;
  border-radius:7px;
  background:#142142;
  color:#fff;
  font-size:9.5px;
  font-weight:900;
  letter-spacing:.055em;
  line-height:1;
  text-decoration:none;
  box-shadow:0 12px 24px rgba(20,33,66,.16);
  transition:transform 160ms ease,background-color 160ms ease,box-shadow 160ms ease;
}

.doudoudis-home .doudoudis-home-tractors__intro>a:hover,
.doudoudis-home .doudoudis-home-tractors__intro>a:focus-visible{
  background:#0b1530;
  color:#fff;
  text-decoration:none;
  box-shadow:0 15px 28px rgba(20,33,66,.22);
  transform:translateY(-1px);
}

.doudoudis-home .doudoudis-home-tractors__watermark{
  position:absolute;
  right:-28px;
  bottom:-18px;
  z-index:-1;
  display:block;
  width:230px;
  height:150px;
  opacity:.075;
  filter:grayscale(1) contrast(1.05);
  pointer-events:none;
}

.doudoudis-home .doudoudis-home-tractors__watermark img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.doudoudis-home .doudoudis-home-tractor-brands{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:stretch;
  gap:12px;
  min-width:0;
  padding:16px;
}

.doudoudis-home .doudoudis-home-tractor-brand{
  display:flex;
  align-items:stretch;
  justify-content:flex-start;
  flex-direction:column;
  overflow:hidden;
  min-width:0;
  min-height:232px;
  padding:0;
  border:1px solid #dbe3ee;
  border-radius:15px;
  background:#fff;
  color:#142142;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(20,33,66,.045);
  transition:transform 160ms ease,border-color 160ms ease,box-shadow 160ms ease;
}

.doudoudis-home .doudoudis-home-tractor-brand:hover,
.doudoudis-home .doudoudis-home-tractor-brand:focus-visible{
  border-color:#b9c7d9;
  color:#142142;
  text-decoration:none;
  box-shadow:0 14px 28px rgba(20,33,66,.10);
  transform:translateY(-2px);
}

.doudoudis-home .doudoudis-home-tractor-brand__media{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1 1 auto;
  min-height:166px;
  padding:28px 22px 18px;
  background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
}

.doudoudis-home .doudoudis-home-tractor-brand__media img{
  display:block;
  width:auto;
  max-width:118px;
  height:auto;
  max-height:108px;
  object-fit:contain;
}

.doudoudis-home .doudoudis-home-tractor-brand__fallback{
  color:#142142;
  font-size:18px;
  font-weight:900;
}

.doudoudis-home .doudoudis-home-tractor-brand>strong{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 58px;
  min-height:58px;
  padding:11px 10px;
  border-top:1px solid #edf1f6;
  color:#142142;
  font-size:11px;
  font-weight:900;
  letter-spacing:.035em;
  line-height:1.2;
  text-align:center;
}

.doudoudis-home .doudoudis-home-tractor-brand.is-all{
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:24px 18px;
  background:linear-gradient(145deg,#f6f9fd 0%,#edf3fa 100%);
}

.doudoudis-home .doudoudis-home-tractor-brand.is-all>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border:1px solid #cad5e4;
  border-radius:50%;
  background:#fff;
  color:#142142;
  font-size:28px;
  line-height:1;
}

.doudoudis-home .doudoudis-home-tractor-brand.is-all>strong{
  flex:0 0 auto;
  min-height:0;
  padding:0;
  border:0;
  font-size:10px;
  letter-spacing:.045em;
}

@media (max-width:1380px){
  .doudoudis-home .doudoudis-home-tractors__shell{
    grid-template-columns:minmax(300px,1.35fr) minmax(0,4.65fr);
  }
  .doudoudis-home .doudoudis-home-tractor-brands{gap:10px;padding:14px}
  .doudoudis-home .doudoudis-home-tractor-brand{min-height:222px}
  .doudoudis-home .doudoudis-home-tractor-brand__media{min-height:156px;padding-inline:18px}
  .doudoudis-home .doudoudis-home-tractor-brand__media img{max-width:104px;max-height:98px}
}

@media (max-width:1180px){
  .doudoudis-home .doudoudis-home-tractors__shell{grid-template-columns:1fr}
  .doudoudis-home .doudoudis-home-tractors__intro{min-height:225px;padding:27px 28px}
  .doudoudis-home .doudoudis-home-tractors__intro h2{max-width:520px}
  .doudoudis-home .doudoudis-home-tractors__intro p{max-width:440px}
  .doudoudis-home .doudoudis-home-tractor-brand{min-height:210px}
  .doudoudis-home .doudoudis-home-tractor-brand__media{min-height:148px}
}

@media (max-width:960px){
  .doudoudis-home .doudoudis-home-tractor-brands{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:767px){
  .doudoudis-home .doudoudis-home-tractors__shell{border-radius:16px}
  .doudoudis-home .doudoudis-home-tractors__intro{min-height:0;padding:24px 20px 22px}
  .doudoudis-home .doudoudis-home-tractors__intro h2{font-size:24px}
  .doudoudis-home .doudoudis-home-tractors__intro p{margin-bottom:18px;font-size:13px}
  .doudoudis-home .doudoudis-home-tractors__intro>a{width:100%;min-width:0;min-height:46px;font-size:10px}
  .doudoudis-home .doudoudis-home-tractors__watermark{right:-18px;bottom:-9px;width:175px;height:115px}
  .doudoudis-home .doudoudis-home-tractor-brands{
    display:flex !important;
    overflow-x:auto;
    grid-template-columns:none !important;
    gap:10px !important;
    padding:12px 12px 14px;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
  }
  .doudoudis-home .doudoudis-home-tractor-brands::-webkit-scrollbar{display:none}
  .doudoudis-home .doudoudis-home-tractor-brand{
    flex:0 0 68%;
    min-height:214px;
    scroll-snap-align:start;
  }
  .doudoudis-home .doudoudis-home-tractor-brand__media{min-height:150px;padding:23px 18px 15px}
  .doudoudis-home .doudoudis-home-tractor-brand__media img{max-width:112px;max-height:102px}
  .doudoudis-home .doudoudis-home-tractor-brand>strong{flex-basis:60px;min-height:60px;font-size:11px}
  .doudoudis-home .doudoudis-home-tractor-brand.is-all{justify-content:center}
}

@media (max-width:390px){
  .doudoudis-home .doudoudis-home-tractor-brand{flex-basis:76%}
}

@media (prefers-reduced-motion:reduce){
  .doudoudis-home .doudoudis-home-tractor-brand,
  .doudoudis-home .doudoudis-home-tractors__intro>a{transition:none}
}
