/* Sito creato con ❤ custom da MarTe Graphics | autore e sito web: www.martegraphics.it | All Rights Reserved. */
.tao-hero{
  position:relative;
  min-height:100vh;
  display:flex;flex-direction:column;justify-content:center;
  padding:80px var(--tao-pad-x) 60px;
  
  background:linear-gradient(160deg,#3D4F42 0%,#4A5A6F 60%,#5A8B7A 100%);
  background-size:cover;background-position:center;
  overflow:hidden;
}
.tao-hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:#3D4F42;opacity:0.45;
  pointer-events:none;
}
.tao-hero.has-image .tao-hero-overlay{opacity:0.5}

@media (max-width: 980px){
  .tao-hero{min-height:70vh;padding:64px var(--tao-pad-x) 48px}
}

.tao-about{
  background:var(--tao-cream);
  padding:120px 0;
}
.tao-about-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;
}
.tao-about-media .tao-imgslot{margin:0}
.tao-about-media-placeholder{
  aspect-ratio:5/6;border-radius:6px;
  background:linear-gradient(160deg,#E8DCC0,#FAFAF7);
  box-shadow:0 30px 60px -30px rgba(61,79,66,0.25);
}

.tao-about-grid.img-right .tao-about-media{order:2}
.tao-about-grid.img-right .tao-about-text{order:1}
@media (max-width: 980px){
  .tao-about{padding:72px 0}
  .tao-about-grid{grid-template-columns:1fr;gap:40px}
  .tao-about-media,
  .tao-about-grid.img-right .tao-about-media{order:-1}
}

.tao-services{
  background:var(--tao-beige);
  padding:120px 0;
}

.tao-services-grid.cols-2{grid-template-columns:repeat(2,1fr)}
@media (max-width: 980px){
  .tao-services{padding:72px 0}
  .tao-services-grid.cols-2{grid-template-columns:1fr}
}

.tao-testimonials{
  background:var(--tao-cream);
  padding:120px 0;
}
@media (max-width: 980px){
  .tao-testimonials{padding:72px 0}
}

.tao-cta{
  position:relative;
  padding:140px 0;
  text-align:center;
  background:radial-gradient(circle at center,#5A8B7A 0%,#4A5A6F 70%);
}
@media (max-width: 980px){
  .tao-cta{padding:90px 0}
}
