﻿/* Font base: system stack */
html, body {

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;

  font-size: 17px;

}


/* Reset base */
* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}


/* Barra superiore fissa, trasparente */

.top-bar {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 80px;
  

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 40px;
  background: rgba(7, 7, 7, 0.493); /* leggermente trasparente, modifica a piacere */

  backdrop-filter: blur(6px);      /* effetto vetro, opzionale */

  z-index: 1000;

}


/* Logo + scritta a sinistra */

.brand {

  display: flex;

  align-items: center;

  gap: 0px;

}


.wordmark {

  height: 150px;
  width: 200px;
  top:50%;
  left: 50%;

}


/* Menu a destra */

.main-menu {

  display:flex;
  

  gap: 32px;

  font-size: 15px;

  text-transform: uppercase;
  letter-spacing: 0.08em;

}


.main-menu a {

  color: #f5f5f5;

  text-decoration: none;

  position: relative;

  padding-bottom: 4px;

  transition: color 0.2s ease;

}


/* Effetto hover con underline metallico */

.main-menu a::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 2px;

  background: linear-gradient(90deg, #c18a4a, #8495a8);

  transition: width 0.25s ease;

}

/* Small desktop: keep logo left and menu readable */
@media (max-width: 1280px) and (min-width: 1025px) {
  .top-bar {
    height: 72px;
    padding: 0 24px;
  }

  .wordmark {
    position: static;
    transform: none;
    height: 70px;
    width: auto;
  }

  .main-menu {
    gap: 18px;
    font-size: 13px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  /* Hero video: no extra zoom on small desktops */
  .hero-slider video.hero-img {
    transform: none;
  }

  /* About Us: smaller text + image fit on small desktops */
  .about-us-section {
    padding: 24px 28px !important;
  }

  .about-us-container {
    gap: 28px !important;
    margin-left: 0 !important;
  }

  .about-right h2 {
    font-size: 20px !important;
    margin-bottom: 14px !important;
  }

  .about-right p,
  .about-slide {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .about-left img {
    height: auto !important;
    max-height: 520px !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  /* Services grid typography on small desktops */
  .services-grid .card-body h3 {
    font-size: 20px !important;
  }

  .services-grid .card-body p {
    font-size: 14px !important;
  }

  /* Forniture Laser: show all category pills without horizontal scroll */
  .forniture-laser-page .product-categories-nav {
    padding: 12px 0 !important;
  }

  .forniture-laser-page .product-categories-nav > div > div {
    overflow-x: visible !important;
  }

  .forniture-laser-page .product-categories-nav ul {
    flex-wrap: nowrap !important;
    white-space: normal !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .forniture-laser-page .product-categories-nav a {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
}

/* Services grid: keep 3 cards in one row on very narrow desktops */
@media (max-width: 1042px) and (min-width: 1025px) {
  .services-section {
    padding: 16px 18px 40px 18px !important;
  }

  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    max-width: 1100px !important;
  }

  .service-card {
    padding: 20px 16px !important;
    min-height: 0 !important;
  }

  .card-number {
    font-size: 42px !important;
    margin-bottom: 16px !important;
  }

  .services-grid .card-body h3 {
    font-size: 18px !important;
  }

  .services-grid .card-body p,
  .services-grid .card-body li {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}

.main-menu a:hover {

  color: #d0e0ff;

}


.main-menu a:hover::after {

  width: 100%;

}

/* About Us image: avoid cropping on desktop */
.about-left img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}
/* Mobile menu elements hidden by default (enabled in responsive.css) */

.menu-checkbox,

.menu-toggle,

.mobile-menu {

  display: none;

}


/* Spazio per il contenuto sotto la barra fissa */


/* Sezioni di esempio */

section {

  min-height: 60vh;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  padding-top: 40px;

}


section h1 {

  font-size: 32px;

  margin-bottom: 16px;

}


/* --- FORNITURE LASER: LAMIERA GRID --- */

.lamiera-grid-section {

  padding: 60px 40px;

  background-color: #ffffff;

}


.lamiera-grid {

  max-width: 1200px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 40px;

  align-items: start;

}


.lamiera-card {

  display: flex;

  flex-direction: column;

  gap: 18px;

}


.lamiera-card__media {

  display: flex;

  align-items: center;

  justify-content: center;

  

  height: 250px;

  background: #ffffff;

  border-radius: 8px;

  box-shadow: 0 10px 25px rgba(0,0,0,0.08);

  padding: 16px;

  transition: transform 0.3s ease;

}


.lamiera-card__media:hover {

  transform: translateY(-2px);

}


.lamiera-card__img {

  width: 100%;

  height: 100%;

  object-fit: contain;

}


/* Uniforma la dimensione delle immagini nella sezione fogli_tubi */

#fogli_tubi .lamiera-card__media {

  height: 250px;

  padding: 0;

  overflow: hidden;

}


#fogli_tubi .lamiera-card__img {

  object-fit: cover;

}


.lamiera-card__body {

  display: flex;

  flex-direction: column;

  gap: 10px;

}


.lamiera-card__title {

  font-size: 20px;

  font-weight: 700;

  color: #1e293b;

  line-height: 1.3;

}


.lamiera-card__text {

  font-size: 18px;

  color: #64748b;

  line-height: 1.7;

}


.lamiera-card__cta {

  display: inline-block;

  margin-top: 6px;

  padding: 10px 18px;

  background-color: #e11d48;

  color: #fff;

  text-decoration: none;

  font-weight: 600;

  border-radius: 4px;

  transition: background-color 0.3s;

  align-self: flex-start;

}

#pulizia .cleaning-card {
  height: 100%;
}

#pulizia .cleaning-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  height: 320px;
  padding: 18px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

#pulizia .cleaning-media a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pulizia .cleaning-img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain !important;
  object-position: center !important;
}





@media (max-width: 900px) {

  .lamiera-grid {

    grid-template-columns: 1fr;

  }

}


/* (CSS for centered-sub-image and centered-image-content removed) */


#home {

  padding-top: 0;

  /* Background rimosso per usare la sequenza di immagini */

  /* background-image: url('assets/images/sfondo.png'); */

  position: relative;

  /* aspect-ratio 16/9 fa sì che il contenitore segua sempre le proporzioni del video */
  height: auto;

  aspect-ratio: 16 / 9;

  width: 100%;

  margin-left: calc(50% - 50vw);

  margin-right: calc(50% - 50vw);

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  overflow: hidden;

}


/* Sequenza Intro -> Slider */

.hero-slider {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 0;

}


.slide {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  visibility: hidden;

  transition: transform 1s ease-in-out;

  z-index: 1;

}


.slide.prev-slide {
  visibility: visible;
  transform: translateX(-100%);
  z-index: 2;
}


.slide.next-slide {
  visibility: visible;
  transform: translateX(100%);
  z-index: 2;
}


.slide.slide-left {
  visibility: visible;
  transform: translateX(-100%);
}


.slide.slide-right {
  visibility: visible;
  transform: translateX(100%);
}


.slide.active {

  visibility: visible;

  z-index: 2;

  transform: translateY(0);

}


.hero-slider .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.5);
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}


.hero-slider .slider-nav:hover {
  background: rgba(15, 23, 42, 0.72);
}


.hero-slider .slider-nav:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}


.hero-slider .prev-btn {
  left: 16px;
}


.hero-slider .next-btn {
  right: 16px;
}


.hero-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}


/* --- NUOVA GRIGLIA CATEGORIE --- */

.category-grid-container {

  max-width: 1500px;

  margin: 0 auto;

  padding: 5px 16px;
}

.category-grid {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));  

  gap: clamp(24px, 4vw, 75px);

}



/* Su schermi medi, 2 colonne */

@media (max-width: 1100px) {

  .category-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}


/* Su schermi piccoli, 1 colonna */

@media (max-width: 767px) {

  .category-grid {

    grid-template-columns: 1fr;

  }

}


.cat-link {

  text-decoration: none;

  display: block;

  height: 100%;

}

.cat-card {

  background-color: #f8fafc;

  padding: clamp(20px, 2.5vw, 28px);

  min-height: clamp(290px, 32vw, 360px);

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease;

  position: relative;

  height: 100%;

  box-sizing: border-box;

  overflow: hidden;

}


.cat-card:hover {

  box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 0 0 1px rgba(225,29,72,0.18), 0 4px 20px rgba(225,29,72,0.10);

  transform: translateY(-4px);

  background-color: #ffffff;

}


.cat-header {

  display: flex;

  align-items: flex-start;

  gap: 8px;

  margin-bottom: clamp(16px, 2vw, 24px);

}


.red-pipe {

  font-size: 18px;

  margin-right: 8px;

  color: #e11d48;

  text-shadow: 0 0 8px rgba(225,29,72,0.5);

}


.cat-header h3 {

  font-size: clamp(15px, 1.1vw, 18px);

  font-weight: 700;

  text-transform: uppercase;

  color: #334155;

  letter-spacing: 0.05em;

  margin: 0;

  line-height: 1.35;

}


.cat-image-wrapper {

  flex: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  min-height: 0;

  padding-top: 8px;

}


.cat-image-wrapper img {

  width: 100%;

  height: clamp(180px, 18vw, 230px);

  object-fit: contain;

  object-position: center;

  transition: transform 0.3s ease;

}


.cat-card:hover .cat-image-wrapper img {

  transform: scale(1.05);

}


/* Immagine "Altri" pi� grande */

.alri-card .cat-image-wrapper img {

  height: clamp(210px, 20vw, 280px);

}


/* Stile per la card "Altri" */

.alri-card {

  background-color: #f3f4f6; /* Leggermente diverso magari */

  justify-content: center;

  align-items: center;

  text-align: center;

  cursor: pointer;

}


.cat-content-center h3 {

  font-size: clamp(28px, 3vw, 36px);

  font-weight: 600;

  color: #881337; /* Rosso scuro per "Altri" come da immagine o nero */

  color: #000000; /* Nero richiesto */

  margin-bottom: 8px;

}


.cat-content-center p {

  color: #64748b;

  font-size: 16px;

}

@media (max-width: 1100px) {

  .cat-card {

    min-height: 320px;

  }

  .cat-image-wrapper img {

    height: 210px;

  }

}

@media (max-width: 767px) {

  .category-grid-container {

    padding: 5px 12px;

  }

  .cat-card {

    min-height: unset;

  }

  .cat-header {

    margin-bottom: 16px;

  }

  .cat-image-wrapper img,
  .alri-card .cat-image-wrapper img {

    height: clamp(180px, 52vw, 240px);

  }

  .cat-content-center p {

    font-size: 15px;

  }

}


.arrow {

  font-size: 24px;

  vertical-align: middle;

}


/* --- SEZIONE PRODOTTI / MACCHINE --- */


.services-section {

  padding: 20px 40px 80px 40px; /* Ridotto padding superiore per avvicinare immagine */

  background-color: #ffffff; /* Fondo bianco principale */

  color: #1e293b;

}


/* About Us: controlli visibili solo su mobile/tablet */

.about-controls {

  display: none;

}


.services-header {

  max-width: 100%;

  margin: 0 auto 60px auto;

}


.header-row {

  display: flex;

  justify-content: center;

  align-items: flex-end;

  margin-bottom: 32px;

  flex-wrap: wrap;

  gap: 24px;

}


.header-row h2 {

  font-size: 48px;

  line-height: 1.1;

  font-weight: 700;

  color: #0f172a;

  max-width: 600px;

}


.header-controls {

  display: flex;

  gap: 12px;

}


.nav-btn {

  width: 48px;

  height: 48px;

  border-radius: 50%;

  border: 1px solid #e2e8f0;

  background: transparent;

  color: #000000;

  font-size: 24px;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.2s ease;

}


.nav-btn:hover {

  background: #000000;

  color: #fff;

  border-color: #000000;

}


.header-desc {

  max-width: 1500px;

  color: #475569;

  font-size: 16px;

  line-height: 1.6;

  

}


.header-desc p {

  margin-bottom: 16px;

}


.services-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

  gap: 24px;

  max-width: 1800px;

  margin: 0 auto;

}


.service-card {

  background: #f1f5f9; /* Fondo grigio chiaro card */

  padding: 40px 32px;

  display: flex;

  flex-direction: column;

  position: relative;

  transition: transform 0.3s ease;

  min-height: 500px;

}


.service-card:hover {

  transform: translateY(-5px);

}


.card-number {

  font-size: 64px;

  font-weight: 700;

  line-height: 1;

  margin-bottom: 32px;

  font-family: sans-serif; /* Per numeri puliti */

}


/* Numero (stesso stile per filled/outline) */
.card-number.filled,
.card-number.outline {
  color: transparent;
  -webkit-text-stroke: 1px #e11d48;
  text-shadow: 0 0 18px rgba(225,29,72,0.22);
}


.card-body h3 {

  font-size: 24px;

  font-weight: 600;

  margin-bottom: 16px;

  color: #1e293b;

}


.card-body p {

  font-size: 16px;

  line-height: 1.6;

  color: #475569;

  margin-bottom: 16px;

}


.card-body ul {

  list-style-type: disc;

  padding-left: 20px;

  color: #475569;

  margin-top: 16px;

}


.card-body ul li {

  margin-bottom: 8px;

  line-height: 1.5;

}


.card-footer-line {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 8px;

  background: #000000;

  transform: scaleX(0);

  transform-origin: left;

  transition: transform 0.3s ease;

}


.service-card:hover .card-footer-line {

  transform: scaleX(1);

}


/* Responsive adjustments */

@media (max-width: 768px) {

  .header-row h2 {

    font-size: 32px;

  }

  

  .services-section {

    padding: 60px 20px;

  }

}


/* --- FOOTER --- */

.site-footer {

  

  background-color: #111111;

  color: #666;

  padding: 80px 0; /* Aumentato padding verticale */

  font-size: 13px;

  line-height: 1.6;

}


.footer-content {

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 40px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  gap: 40px; /* Aumentato gap */

}


.footer-info p {

  margin-bottom: 8px; /* Aumentato margine */

}


.footer-info strong {

  color: #fff;

}


.footer-info a {

  color: #fff;

  text-decoration: none;

  transition: color 0.2s ease;

}


.footer-info a:hover {

  color: #000000;

}


.footer-social {

  display: flex;

  gap: 24px; /* Aumentato spazio tra icone */

  align-items: center;

  margin-left: auto; /* Spinge a destra se c'� spazio */

}


.social-icon {

  color: #fff;

  font-size: 20px; /* Icone leggermente pi� grandi */

  font-weight: 700;

  text-decoration: none;

  transition: color 0.2s ease;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px; /* Area cliccabile definita */

  height: 40px;

}


.social-icon:hover {

  color: #000000;

}


.social-icon svg {

  display: block;

  width: 18px;

  height: 18px;

}


/* --- SEZIONE CONTATTI / FORM --- */

.contact-section {

  padding: 80px 40px;

  background-color: #fffbfb;

}


.contact-container {

  max-width: 1200px;

  margin: 0 auto;

  

}


.contact-container h2 {

  font-size: 35px;

  font-weight: 700;

  color: #000000; /* Nero MYTO */

  margin-bottom: 16px;

}


.contact-intro {

  font-size: 22px;

  color: #574d4d;

  margin-bottom: 40px;

}


.contact-form {

  display: flex;

  flex-direction: column;

  gap: 24px;

}


.form-row {

  display: flex;

  gap: 24px;

}


.form-row .form-group {

  flex: 1;

}


.form-group {

  display: flex;

  flex-direction: column;

}


.form-group label {

  font-size: 20px;

  font-weight: 700;

  color: #333;

  margin-bottom: 8px;

}


.form-group input,

.form-group select,

.form-group textarea {

  background-color: #f5f5f5;

  border: 1px solid transparent;

  padding: 12px 16px;

  font-size: 18px;

  border-radius: 4px;

  outline: none;

  transition: border-color 0.2s ease, background-color 0.2s ease;

  font-family: inherit;

  width: 100%;

}


.form-group input:focus,

.form-group select:focus,

.form-group textarea:focus {

  background-color: #ffffff;

  border-color: #cbd5e1;

}


.help-text {

  font-size: 13px;

  color: #666;

  margin-bottom: 8px;

  margin-top: -4px;

}


.form-footer {

  display: flex;

  justify-content: center;

  margin-top: 20px;

}


.submit-btn {

  background-color: #000000;

  color: #fff;

  border: none;

  padding: 14px 48px;

  font-size: 20px;

  font-weight: 700;

  border-radius: 4px;

  cursor: pointer;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  transition: background-color 0.2s ease, transform 0.1s ease;

}


.submit-btn:hover {

  background-color: #333333;

}


.submit-btn:active {

  transform: translateY(1px);

}


/* Responsive form */

@media (max-width: 768px) {

  .form-row {

    flex-direction: column;

    gap: 24px;

  }

}


.product-detail-section {

  padding: 40px 40px !important;

}


.product-info p {

  font-size: 20px !important;

}


.advantages-section {

  padding: 28px 40px;

  background-color: #ffffff;

  margin-top: 5%;

}

.adv-container {

  max-width: 1200px;

  margin: 0 auto;

  color: #1e293b;

}

.adv-title {

  font-size: 22px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.03em;

  margin-bottom: 8px;

  color: #1e293b;

}

.adv-sep {

  height: 1px;

  background-color: #e2e8f0;

  margin-bottom: 18px;

}

.adv-list {

  padding-left: 20px;

  color: #475569;

  font-size: 22px;

  line-height: 1.9;

   

}

.adv-list > li {

  margin-bottom: 12px;

  

}

.adv-sublist {

  list-style: none;

  padding-left: 24px;

  margin-top: 8px;

  counter-reset: subitem;

}

.adv-sublist li {

  position: relative;

  margin-bottom: 8px;

  line-height: 1.8;

}

.adv-sublist li::before {

  position: absolute;

  left: -24px;

  counter-increment: subitem;

  content: counter(subitem) ")";

  color: #475569;

  font-weight: 600;

}

.adv-note {

  margin-top: 6px;

  color: #64748b;

  font-size: 17px;

}


.platform-section {

  padding: 36px 40px;

  background-color: #f3f4f6;

}

.platform-container {

  max-width: 1200px;

  margin: 0 auto;

}

.platform-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 40px;

  align-items: center;

}

.platform-text .feature-block {

  margin-bottom: 26px;

}

.feature-title {

  font-size: 25px;

  font-weight: 700;

  color: #e11d48;

  margin-bottom: 8px;

}

.feature-list{

  font-size: 22px;;

}

.feature-text {

  color: #475569;

  font-size: 23px;

  line-height: 1.9;

}

.platform-media {

  display: flex;

  align-items: center;

  justify-content: center;

}

.platform-img {

  width: 100%;

  height: auto;

  object-fit: cover;

  border-radius: 6px;

  border: 1px solid #e2e8f0;

  box-shadow: 0 8px 20px rgba(0,0,0,0.08);

}

@media (max-width: 900px) {

  .platform-grid {

    grid-template-columns: 1fr;

  }

}

.head-section {

  padding: 60px 40px;

  background-color: #ffffff;

  border-top: 1px solid #e5e7eb;

}

.head-container { max-width: 1200px; margin: 0 auto; }

.head-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 40px;

  align-items: start;

}

.head-title {

  font-size: 22px;

  font-weight: 700;

  color: #1e293b;

  margin-bottom: 14px;

}

.head-item { margin-bottom: 18px; }

.head-media { display: flex; align-items: flex-start; justify-content: center; }

.head-img {

  width: 100%;

  height: auto;

  object-fit: cover;

  border-radius: 6px;

  border: 1px solid #e2e8f0;

  box-shadow: 0 8px 20px rgba(0,0,0,0.08);

}

@media (max-width: 900px) { .head-grid { grid-template-columns: 1fr; } }

.beam-section {

  padding: 40px 40px;

  background-color: #f3f4f6;

  border-top: 1px solid #e5e7eb;

}

.beam-container { max-width: 1200px; margin: 0 auto; }

.beam-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 40px;

  align-items: center;

}

.beam-media { display: flex; align-items: center; justify-content: center; }

.beam-img {

  width: 100%;

  height: auto;

  object-fit: cover;

  border-radius: 6px;

  border: 1px solid #e2e8f0;

  box-shadow: 0 8px 20px rgba(0,0,0,0.08);

}

.beam-title {

  font-size: 25px;

  font-weight: 700;

  color: #0f0707;

  margin-bottom: 12px;

}

.beam-list {

  list-style: none;

  padding-left: 26px;

  counter-reset: beam;

  color: #475569;

  font-size: 23px;

  line-height: 1.9;

}

.beam-list li {

  position: relative;

  margin-bottom: 12px;

}

.beam-list li::before {

  position: absolute;

  left: -26px;

  counter-increment: beam;

  content: counter(beam) ") ";

  color: #475569;

  font-weight: 600;

}

@media (max-width: 900px) { .beam-grid { grid-template-columns: 1fr; } }

.specs-section {

  padding: 60px 40px;

  background-color: #ffffff;

}

.specs-container { max-width: 1600px; margin: 0 auto; }

.specs-header {

  display: grid;

  grid-template-columns: 1fr auto 1fr;

  align-items: center;

  gap: 16px;

  margin-bottom: 24px;

}

.specs-line { height: 1px; background-color: #e2e8f0; }

.specs-title {

  font-size: 22px;

  font-weight: 700;

  letter-spacing: 0.05em;

  text-transform: uppercase;

  color: #1e293b;

}

.specs-table-wrap { overflow-x: auto; }

.specs-table {

  width: 100%;

  border-collapse: collapse;

  color: #475569;

  font-size: 20px;

}

.specs-table thead th {

  text-align: left;

  color: #1e293b;

  font-weight: 700;

  padding: 12px 16px;

  border-bottom: 1px solid #e2e8f0;

}

.specs-table tbody td {

  padding: 12px 16px;

  border-bottom: 1px solid #e2e8f0;

}

.specs-table tbody tr:last-child td { border-bottom: 0; }

.specs-table tbody td:first-child { color: #334155; }

.blade-table-section { padding: 40px 40px; background-color: #f3f4f6; border-top: 1px solid #e5e7eb; }

.blade-container { max-width: 1200px; margin: 0 auto; }

.blade-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }

.blade-media { display: flex; align-items: center; justify-content: center; }

.blade-img { width: 100%; height: auto; object-fit: cover; border-radius: 6px; border: 1px solid #e2e8f0; box-shadow: 0 8px 20px rgba(0,0,0,0.08); }

.blade-title { font-size: 25px; font-weight: 700; color: #1e293b; margin-bottom: 12px; }

.blade-desc { color: #475569; font-size: 22px; line-height: 1.9; }

@media (max-width: 900px) { .blade-grid { grid-template-columns: 1fr; } }


/* =========================================================

   SUPPLIER "PAGER" (mostra 5 loghi, poi altri 5)

   ========================================================= */

:root{
  --supplier-bar-bg: #977f7f1f;
  --supplier-bar-height: 400px;
  --supplier-logo-height: 150px;
  

  --supplier-gap: 16px;
  --supplier-padding-x: 28px;

  --supplier-page-duration: 5s;  /* quanto resta visibile ogni pagina */
  --supplier-transition: 0.5s;   /* durata fade/slide */
  --supplier-pages: 7;
}

/* Barra */
.supplier-bar{
  height: var(--supplier-bar-height);
  background: var(--supplier-bar-bg);
  display: flex;
  align-items: center;
  width: 100%;
}

/* Contenitore pagine (una sopra l�altra) */
.supplier-pager{
  position: relative;
  width: 100%;
  height: var(--supplier-bar-height);
  padding: 0 var(--supplier-padding-x);
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* Singola pagina */
.supplier-page{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--supplier-gap);
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--supplier-transition) ease, transform var(--supplier-transition) ease;
  pointer-events: none;
  animation: supplierPage calc(var(--supplier-page-duration) * var(--supplier-pages)) infinite;
}

.supplier-page li{
  flex: 0 0 calc((100% - (var(--supplier-gap) * 4)) / 5);
  display:flex;
  justify-content: center;
}

.supplier-page img{
  height: var(--supplier-logo-height);
  width: 90%;
  max-width: 250px;
  object-fit: contain;

}

/* Home: keep suppliers static (no transition/rotation) */
.home-page .supplier-page {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  position: center !important;
}

/* Animazione alternanza pagine */
.page-1{ animation-delay: calc(var(--supplier-page-duration) * 0); }
.page-2{ animation-delay: calc(var(--supplier-page-duration) * 1); }
.page-3{ animation-delay: calc(var(--supplier-page-duration) * 2); }
.page-4{ animation-delay: calc(var(--supplier-page-duration) * 3); }
.page-5{ animation-delay: calc(var(--supplier-page-duration) * 4); }
.page-6{ animation-delay: calc(var(--supplier-page-duration) * 5); }
.page-7{ animation-delay: calc(var(--supplier-page-duration) * 6); }

@keyframes supplierPage{
  0%   { opacity: 0; transform: translateY(6px); pointer-events: none; }
  5%   { opacity: 1; transform: translateY(0); pointer-events: auto; }
  12%  { opacity: 1; transform: translateY(0); pointer-events: auto; }
  14%  { opacity: 0; transform: translateY(-6px); pointer-events: none; }
  100% { opacity: 0; transform: translateY(-6px); pointer-events: none; }
}

/* Accessibilit� */
@media (prefers-reduced-motion: reduce){
  .supplier-page{
    animation: none;
    opacity: 1;
    transform: none;
    position: static;
  }
  .supplier-pager{
    justify-content: center;
  }
}


/* Responsive overrides for tablet & smartphone */

@media (max-width: 1024px) {
html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  #home {
    aspect-ratio: auto;
    height: 576px;
    overflow: hidden;
  }
  :root {
    --topbar-height: 70px;
    --topbar-padding-x: 20px;
  }

  .top-bar {
    padding: 0 var(--topbar-padding-x) !important;
    height: var(--topbar-height) !important;
    min-height: var(--topbar-height) !important;
  }

  .wordmark {
    position: static;
    transform: none;
    height: var(--topbar-height) !important;
    width: auto;
  }

  .main-menu {
    display: none;
  }

  .menu-checkbox {
    display: none;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    z-index: 2101;
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: #ffffff;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 70vw;
    max-width: 420px;
    height: 100vh;
    background: #ffffff;
    border-radius: 0;
    padding: 56px 0 20px;
    z-index: 2000;
    overflow-y: auto;
    box-shadow: -14px 0 30px rgba(15, 23, 42, 0.22);
  }

  .mobile-menu-close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 24px;
    line-height: 1;
    color: #0f172a;
    background: #f8fafc;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
  }

  .mobile-menu-close:hover {
    background: #e2e8f0;
  }

  .mobile-menu a {
    display: block;
    padding: 12px 16px;
    color: #0f172a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 14px;
  }

  .mobile-menu a:hover {
    background: #f1f5f9;
  }

  .mobile-menu-group {
    display: block;
  }

  .mobile-submenu-toggle {
    display: none;
  }

  .mobile-menu-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    border: 0;
  }

  .mobile-menu-parent::after {
    content: ">";
    font-size: 12px;
    color: #64748b;
    transition: transform 0.2s ease;
  }

  .mobile-menu-parent:hover {
    background: #f1f5f9;
  }

  .mobile-submenu {
    display: none;
    margin-bottom: 8px;
  }

  .mobile-submenu-toggle:checked + .mobile-menu-parent::after {
    transform: rotate(90deg);
  }

  .mobile-submenu-toggle:checked + .mobile-menu-parent + .mobile-submenu {
    display: block;
  }

  .mobile-submenu a {
    padding: 8px 16px 8px 28px;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #334155;
  }

  .mobile-submenu a:hover {
    background: #f1f5f9;
  }

  .menu-checkbox:checked ~ .mobile-menu {
    display: block;
  }

  .mobile-menu-social {
    display: flex;
    gap: 10px;
    padding: 12px 16px 16px;
    border-top: 1px solid #e2e8f0;
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .mobile-menu-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.02em;
  }

  .forniture-page .supplier-bar{
    margin-top: 70px;
  }



  /* About Us mobile/tablet layout */
  .about-us-section {
    
    margin-top: 0 !important;
  }

  .about-us-container {
    flex-direction: column !important;
    gap: 20px !important;
    margin-left: 0 !important;
    align-items: center !important;
  }

  .about-left {
    order: 2;
    border-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    
  }

  .about-left img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    max-width: 100% !important;
    border-radius: 8px !important;
    margin: 0 auto !important;
  }

  .about-right {
    order: 1;
    padding-left: 0 !important;
    text-align: center;
    align-items: center;
  }

  .about-right h2 {
    font-size: 28px !important;
  }

  .about-right p {
    font-size: 16px !important;
  }

  .about-right p {
    background: #f8fafc;
    padding: 16px 18px;
    margin-bottom: 16px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
    text-align: left;
    text-justify: auto;
    word-spacing: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .about-slider .about-slide {
    display: none;
  }

  .about-slider .about-slide.is-active {
    display: block;
  }

  .about-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
  }

  .about-btn {
    background: #0f172a;
    color: #ffffff;
    border: 0;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    cursor: pointer;
  }

  .about-btn:hover {
    background: #1f2937;
  }

  /* Hero text readability on tablet */
  .hero-text {
    width: 90% !important;
    max-width: 680px;
    padding: 12px 16px !important;
  }

  .hero-text h1,
  .hero-text h2 {
    font-size: 30px !important;
    line-height: 1.2;
  }

  .hero-text img {
    width: 240px !important;
    height: auto !important;
  }

  .hero-text p,
  .hero-lead {
    font-size: 20px !important;
    line-height: 1.5;
  }

  /* Services grid: keep 3 cards on one row */
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    padding: 24px 18px;
    min-height: 320px;
  }

  .card-number {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .card-body h3,
  .card-body h2 {
    font-size: 20px;
  }

  .card-body h4 {
    font-size: 14px;
  }

  .card-body p,
  .card-body ul,
  .card-body li {
    font-size: 14px;
  }

  .product-categories-nav {
    padding: 10px 0 !important;
  }

  .product-categories-nav a {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }

  .product-categories-nav > div > div {
    overflow-x: visible !important;
  }

  .product-categories-nav ul {
    flex-wrap: nowrap !important;
    white-space: normal !important;
    justify-content: center;
    gap: 8px !important;
  }

  /* Product sections: one item per row (image above, text below) */
  #saldatrici > div,
  .product-feature-section > .product-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  #saldatrici article {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 20px !important;
  }

  #saldatrici article > a,
  #saldatrici article > div,
  .product-feature-section .product-image,
  .product-feature-section .product-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Machine pages: image first, text below (until technical params) */
  .product-detail-section .product-container {
    flex-direction: column !important;
    gap: 24px !important;
  }

  .product-detail-section .product-gallery {
    order: 1;
  }

  .product-detail-section .product-info {
    order: 2;
  }

  .product-detail-section {
    padding: 32px 16px !important;
  }

  .product-detail-section .product-container {
    max-width: 100% !important;
  }

  .advantages-section {
    padding: 22px 16px;
  }

  .platform-section {
    padding: 26px 16px;
  }

  .product-gallery .main-image-container {
    padding: 8px !important;
  }

  .product-gallery .thumbnails {
    gap: 8px !important;
  }

  .product-gallery .thumbnails img {
    width: 64px !important;
    height: 64px !important;
  }

  /* Forniture Laser: mobile layout stacked */
  .forniture-laser-page .product-categories-nav {
    display: none !important;
  }

  .forniture-laser-page #saldatrici article,
  .forniture-laser-page #tubi_metallico article,
  .forniture-laser-page #pulizia article {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .forniture-laser-page #saldatrici article > a,
  .forniture-laser-page #tubi_metallico article > a,
  .forniture-laser-page #pulizia article .product-image,
  .forniture-laser-page #pulizia article > a {
    width: 100% !important;
    max-width: 100% !important;
  }

  .forniture-laser-page #saldatrici article > div,
  .forniture-laser-page #tubi_metallico article > div,
  .forniture-laser-page #pulizia article > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .forniture-laser-page #saldatrici article p,
  .forniture-laser-page #tubi_metallico article p,
  .forniture-laser-page #tubi_metallico article ul,
  .forniture-laser-page #pulizia article p,
  .forniture-laser-page .lamiera-card__text {
    display: none !important;
  }

  .forniture-laser-page #tubi_metallico > div,
  .forniture-laser-page #pulizia .product-container {
    grid-template-columns: 1fr !important;
  }

  .forniture-laser-page #pulizia .cleaning-media {
    min-height: 260px !important;
    height: 260px !important;
    padding: 14px !important;
  }

  .forniture-laser-page #pulizia .cleaning-img {
    height: 100% !important;
  }

  .forniture-laser-page .lamiera-card__body {
    align-items: center;
    text-align: center;
  }

  .forniture-laser-page .lamiera-card__cta {
    align-self: center;
  }


  .forniture-laser-page .lamiera-card__media {
    height: auto !important;
    min-height: 0 !important;
  }

  .forniture-laser-page .lamiera-card__img {
    height: auto !important;;
    max-height: 500px;
    object-fit: contain !important;
  }

  .forniture-laser-page #fogli_tubi .lamiera-card__media {
    height: auto !important;
    padding: 12px !important;
    overflow: visible !important;
  }

  .forniture-laser-page #fogli_tubi .lamiera-card__img {
    object-fit: contain !important;
  }

  .forniture-laser-page #tubi_metallico img {
    height: auto !important;
    max-height: 240px;
    object-fit: contain !important;
  }
}

/* Tablet landscape: hero text centered + smaller */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-text {
    left: 50% !important;
    top: 40% !important;
    transform: translate(-50%, -50%) !important;
    text-align:center !important;
  }

  .hero-text h1,
  .hero-text h2 {
    font-size: 28px !important;
  }

  .hero-text p,
  .hero-lead {
    font-size: 18px !important;
  }

  .hero-text a {
    font-size: 14px !important;
    padding: 10px 18px !important;
  }
}

/* Tablet: About Us smaller text + image */
@media (min-width: 769px) and (max-width: 1024px) {
  .about-right h2 {
    font-size: 24px !important;
  }

  .about-right p,
  .about-slide {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .about-left img {
    max-height: 360px !important;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
/* Forniture Laser: tablet, 2 prodotti affiancati con immagine/titolo/CTA */
  .forniture-laser-page #saldatrici > div,
  .forniture-laser-page #tubi_metallico > div,
  .forniture-laser-page #pulizia .product-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .forniture-laser-page #saldatrici article,
  .forniture-laser-page #tubi_metallico article,
  .forniture-laser-page #pulizia article,
  .forniture-laser-page .lamiera-card {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .forniture-laser-page #saldatrici article > div,
  .forniture-laser-page #tubi_metallico article > div,
  .forniture-laser-page #pulizia article > div,
  .forniture-laser-page .lamiera-card__body {
    align-items: center !important;
    text-align: center !important;
  }

  .forniture-laser-page #saldatrici article p,
  .forniture-laser-page #tubi_metallico article p,
  .forniture-laser-page #tubi_metallico article ul,
  .forniture-laser-page #pulizia article p,
  .forniture-laser-page .lamiera-card__text {
    display: none !important;
  }

  .forniture-laser-page #saldatrici img,
  .forniture-laser-page #tubi_metallico img,
  .forniture-laser-page #pulizia img,
  .forniture-laser-page .lamiera-card__img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
  }

  .forniture-laser-page .lamiera-card__media {
    height: 240px !important;
  }

  .forniture-laser-page #pulizia .cleaning-media {
    min-height: 240px !important;
    height: 240px !important;
    padding: 12px !important;
  }

  .forniture-laser-page #pulizia .cleaning-img {
    height: 100% !important;
  }

  .forniture-laser-page .lamiera-card__cta {
    align-self: center;
  }
}

@media (max-width: 768px) {
#home {
    aspect-ratio: auto;
    height: 400px;
    padding-bottom: 0;
    overflow: hidden;
    margin-top: calc(var(--topbar-height) * -1);
    padding-top: 0;
  }

  .hero-slider {
    position: relative;
    height: 400px;
  }

  .hero-slider .slider-nav {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .hero-slider .prev-btn {
    left: 10px;
  }

  .hero-slider .next-btn {
    right: 10px;
  }

  .slide,
  .hero-img {
    height: 400px;
  }

  div[style*="garanzia.png"] {
    height: 400px !important;
  }

  img[src*="serv.png"] + div + div h2 {
    font-size: 24px !important;
  }

  img[src*="serv.png"] + div + div p {
    font-size: 14px !important;
  }

  div[style*="garanzia.png"] h1 {
    font-size: 22px !important;
    
  }

  div[style*="garanzia.png"] p {
    font-size: 14px !important;
  }

  .about-us-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .about-right h2 {
    font-size: 26px !important;

  }

  .about-right p {
    font-size: 15px !important;
  }

  .about-right p {
    padding: 14px 16px;
    margin-bottom: 14px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    text-align: justify;
  }

  .hero-text h1,
  .hero-text h2 {
    font-size: 26px !important;
  }

  .hero-text p,
  .hero-lead {
    font-size: 18px !important;
  }
}

@media (max-width: 600px) {
:root {
    --supplier-bar-height: 180px;
    --supplier-logo-height: 40px;
    --supplier-gap: 12px;
    --supplier-padding-x: 16px;
    --supplier-page-duration: 5s;
  }

  .supplier-bar {
    padding-top: 32px !important;

  }

  .supplier-title {
    font-size: 22px !important;
    line-height: 1.2;
    width: 100%;
  }

  .supplier-page img {
    max-width: 100%;
    height: auto;
  }

 /* Servizi hero image (garanzia.png) + text on tablet/smartphone */
  div[style*="garanzia.png"] {
    height: 360px !important;
  }

  div[style*="garanzia.png"] > div {
    left: 0px !important;
    right: auto !important;
    transform: translateY(-50%) !important;
    text-align: left !important;
    max-width: calc(90% - 40px) !important;
  }

  div[style*="garanzia.png"] h1 {
    font-size: 22px !important;
    text-align: left !important;
  }

  div[style*="garanzia.png"] p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }



  /* Index only: center garanzia.png text */
  .home-page div[style*="garanzia.png"] > div {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    max-width: calc(100% - 32px) !important;
  }

  .home-page div[style*="garanzia.png"] h1 {
    text-align: center !important;
  }

  .home-page div[style*="garanzia.png"] p {
    text-align: center !important;
  }
/* Servizi image (serviziozz.png) readability on tablet/smartphone */
  .post-sales-header {
    padding: 0 !important;
    margin: 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
  }
  img[src*="serviziozz.png"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .post-sales-header picture {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .post-sales-header picture img,
  .post-sales-header picture source {
    width: 100%;
  }
  .post-sales-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
  }

  .post-sales-section + .header-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .post-sales-section picture,
  .post-sales-section img {
    margin-bottom: 0 !important;
  }

  .post-sales-section + .header-row + .header-desc {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Servizi: Garanzia e Supporto Tecnico + Supporto tecnico Myto */
  .post-sales-section ~ .header-row h2 {
    font-size: 24px !important;
    text-align: center !important;
    width: 100%;
  }

  .post-sales-section ~ .header-row h3 {
    font-size: 22px !important;
    text-align: center !important;
    width: 100%;
  }

  .post-sales-section ~ .header-desc h3 {
    font-size: 18px !important;
  }

  .post-sales-section ~ .header-desc p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* Servizi page: global text scale down on tablet/smartphone */
  .services-section h1,
  .services-section h2 {
    font-size: 26px !important;
  }

  .services-section h3,
  .services-section h4 {
    font-size: 18px !important;
  }

  .services-section p,
  .services-section li {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* Servizi e assistenza + services-grid: stessa scala testi */
  .services-section .services-header h2,
  .services-section .services-header p {
    font-size: 19px !important;
    line-height: 1.6 !important;
  }

  .services-grid .card-body h1,
  .services-grid .card-body h2,
  .services-grid .card-body h3 {
    font-size: 26px !important;
  }

  .services-grid .card-body h4 {
    font-size: 18px !important;
  }

  .services-grid .card-body p,
  .services-grid .card-body li {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .feature-title {
    font-size: 20px !important;
  }

  .feature-list {
    padding-left: 18px !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .feature-list li {
    margin-bottom: 8px !important;
  }

  .platform-grid {
    display: flex !important;
    flex-direction: column !important;
  }

  .platform-media-after-text {
    order: 2;
  }

  .platform-media-after-text + .platform-text {
    order: 1;
  }

  .laser-head-section > div {
    flex-direction: column !important;
  }

  .laser-head-section .media-after-text {
    order: 2;
  }

  .laser-head-section .media-after-text + div {
    order: 1;
  }

  .technical-params-section div[style*="grid-template-columns"] {
    display: block !important;
  }

  .technical-params-section div[style*="grid-template-columns"] > div {
    display: block;
    width: 100%;
    padding: 6px 0 !important;
    text-align: left !important;
  }

  .head-grid,
  .blade-grid {
    display: flex !important;
    flex-direction: column !important;
  }

  .head-media.platform-media-after-text,
  .blade-media.platform-media-after-text {
    order: 2;
  }

  .head-media.platform-media-after-text + .head-text,
  .blade-media.platform-media-after-text + .blade-text {
    order: 1;
  }

  .features-container {
    display: flex !important;
    flex-direction: column !important;
  }

  .features-image.platform-media-after-text {
    order: 2;
  }

  .features-image.platform-media-after-text + .features-text {
    order: 1;
  }

  /* Servizi page: remove gap between hero image and services section */
  .servizi-page {
    padding-top: 5% !important;
  }

  .servizi-page .services-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Servizi page: justify all text on tablet/smartphone */
  .servizi-page p,
  .servizi-page li,
  .servizi-page h1,
  .servizi-page h2,
  .servizi-page h3,
  .servizi-page h4 {
    text-align: left !important;
  }

  /* Payment logos: stay side-by-side */
  .payment-logos {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }

  .payment-logos a {
    flex: 0 1 45%;
  }

  .payment-logos img {
    max-width: 45% !important;
    height: auto !important;
  }

  /* Contact text: full width */
  .contact-container {
    max-width: 100% !important;
  }

  /* Parametri tecnici: impila le tabelle su mobile */
  .specs-table-wrap {
    overflow: visible !important;
  }

  .specs-table {
    display: block;
    width: 100% !important;
  }

  .specs-table thead,
  .specs-table tbody,
  .specs-table tr {
    display: block;
    width: 100%;
  }

  .specs-table tr {
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .specs-table th,
  .specs-table td {
    display: block;
    width: 100%;
    padding: 6px 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word;
  }

  .specs-table td:first-child {
    font-weight: 700;
    color: #0f172a;
  }

  .specs-table td:not(:first-child) {
    color: #475569;
  }

  .tech-params-section div[style*="overflow-x: auto"] {
    overflow: visible !important;
  }

  .tech-params-table {
    width: 100% !important;
    min-width: 0 !important;
  }

  .tech-params-table thead,
  .tech-params-table tbody,
  .tech-params-table tr,
  .tech-params-table th,
  .tech-params-table td {
    display: block;
    width: 100%;
  }

  .tech-params-table tr {
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0;
  }

  .tech-params-table th,
  .tech-params-table td {
    padding: 6px 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word;
  }

  .tech-params-table td:first-child,
  .tech-params-table th:first-child {
    font-weight: 700;
    color: #0f172a;
  }
#home {
    aspect-ratio: auto;
    height: 400px;
    padding-bottom: 0;
    overflow: hidden;

  }

  .hero-slider {
    position: relative;
    height: 400px;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    z-index: 2000;
  }

  .top-bar {
    z-index: 2102;
  }

  .slide,
  .hero-img {
    height: 400px;
  }


  div[style*="garanzia.png"] {
    height: 400px !important;
  }

  .about-us-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .about-us-container {
    margin-top: 0 !important;
  }

  /* Supplier bar: keep single-line sliding row on mobile */
  .supplier-bar {
    height: auto;
    min-height: 140px;
    
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .supplier-pager {
    height: auto;
    min-height: 140px;
    padding: 12px 12px;
    overflow: hidden;
  }

  .supplier-page {
    position: absolute;
    opacity: 0;
    transform: translateY(6px);
    
    animation-timing-function: ease-in-out;
    will-change: opacity, transform;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 16px;
    align-items: center;
  }

  .supplier-page li {
    min-height: 56px;
  }

    .supplier-page.page-1 {
    opacity: 1;
    visibility: visible;
  }

  .supplier-page.page-1 {
    animation-delay: calc(var(--supplier-page-duration) * -0.2);
  }

  .supplier-page img {
    height: 40px;
    width: 100%;
    max-width: 140px;
  }

  .contact-section {
    padding: 48px 20px;
  }

  .contact-container {
    max-width: 100% !important;
  }

  .contact-container h2 {
    font-size: 28px;
  }

  .contact-intro {
    font-size: 18px;
  }

  .supplier-intro-title {
    font-size: 24px !important;
  }

  .supplier-intro-text {
    font-size: 18px !important;
  }

  /* Specs tables: stack rows to avoid horizontal scrolling on mobile */
  .specs-table-wrap {
    overflow: visible !important;
  }

  .specs-table {
    display: block;
    width: 100% !important;
  }

  .specs-table thead,
  .specs-table tbody,
  .specs-table tr {
    display: block;
    width: 100%;
  }

  .specs-table tr {
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .specs-table th,
  .specs-table td {
    display: block;
    width: 100%;
    padding: 6px 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word;
  }

  .specs-table td:first-child {
    font-weight: 700;
    color: #0f172a;
  }

  .specs-table td:not(:first-child) {
    color: #475569;
  }

  /* Flexible solutions: keep heading on one line on smartphones */
  .flexible-solutions-section h2 {
    font-size: clamp(16px, 4.2vw, 22px) !important;
    line-height: 1.1 !important;
    white-space: nowrap;
    text-align: center !important;
    width: 100%;
  }
}

@media (max-width: 480px) {
#home {
    aspect-ratio: auto;
    height: 500px;
    padding-bottom: 0;
    overflow: hidden;

  }

  .hero-slider {
    position: relative;
    height: 500px;
    margin-bottom: 0;
  }

  .hero-slider .slider-nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .slide,
  .hero-img {
    height: 500px;
  }

  div[style*="garanzia.png"] {
    height: 500px !important;
  }

  .about-us-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .about-us-container {
    margin-top: 0 !important;
  }

  .about-right h2 {
    font-size: 24px !important;
  }

  .about-right p {
    font-size: 14px !important;
  }

  .about-right p {
    padding: 12px 14px;
    margin-bottom: 12px;
  }

  .hero-text h1,
  .hero-text h2 {
    font-size: 24px !important;
  }

  .hero-text img {
    width: 210px !important;
  }

  .hero-text p,
  .hero-lead {
    font-size: 17px !important;
  }

  .payment-logos {
    gap: 18px !important;
  }

  /* Supplier bar: 5 logos per row on very small phones */
  .supplier-bar {
    height: auto;
    min-height: 200px;
  }

  .supplier-pager {
    height: auto;
    min-height: 120px;
    padding: 12px 10px;
  }

  .supplier-page {
    gap: 12px;
  }

  .supplier-page img {
    height: 34px;
    max-width: 120px;
  }

  /* Servizi image (serviziozz.png) full image on small phones */
  .post-sales-header {
    padding: 0 !important;
    margin: 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
  }

  img[src*="serviziozz.png"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .post-sales-header picture {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .post-sales-header picture img,
  .post-sales-header picture source {
    width: 100%;
  }

  .post-sales-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
  }

  .post-sales-section + .header-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .post-sales-section picture,
  .post-sales-section img {
    margin-bottom: 0 !important;
  }

  .post-sales-section + .header-row + .header-desc {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
/* Ensure small phones show 5 logos without clipping */
  .supplier-bar {
    min-height: 150px;
    
  }

  .supplier-pager {
    min-height: 120px;
    padding: 12px 10px;
  }

  .supplier-page {
    gap: 12px;
  }

  .supplier-page img {
    height: 34px;
    max-width: 120px;
  }

  .hero-text {
    width: 92% !important;
  }

  .hero-text h1,
  .hero-text h2 {
    font-size: 22px !important;
  }

  .hero-text img {
    width: 190px !important;
  }

  .hero-text p,
  .hero-lead {
    font-size: 16px !important;
  }

  .payment-logos {
    gap: 16px !important;
  }

  .payment-logos img {
    max-width: 48% !important;
  }

  .contact-section {
    padding: 48px 20px;
  }

  .contact-container h2 {
    font-size: 26px;
    
    
  }

  .contact-intro {
    font-size: 18px;
  }

  .supplier-intro-title {
    font-size: 24px !important;
    text-align: center !important;
  }

  .supplier-intro-text {
    font-size: 16px !important;
    text-align: center !important;
  }

  .post-sales-section ~ .header-row h2 {
    font-size: 24px !important;
  }

  .post-sales-section ~ .header-row h3 {
    font-size: 22px !important;
    
  }

  .post-sales-section ~ .header-desc h3 {
    font-size: 20px !important;
  }
  .post-sales-section ~ .header-desc p {
    font-size: 16px !important;
  }
 .flexible-solutions-section h2 {
    font-size: 14px !important;
    line-height: 1.1 !important;
    white-space: nowrap;
    text-align: center !important;
    width: 100%;
  }
    .application-section h2 {
    font-size: 20px !important;
  }

  .application-section p {
    font-size: 16px !important;
  }


}
 
@media (max-width: 601px) {
  .forniture-laser-page .laser-hero-banner {
    height: 360px !important;
    width: 110% !important;
  }

  .forniture-laser-page .laser-hero-image {
    height: 300px!important;
    width: 100% !important;
    object-fit: flex;
    
  }

  .application-section h2 {
    font-size: 20px !important;
  }

  .application-section p {
    font-size: 16px !important;
  }
}


/* Sezione statistiche MYTO */
.myto-stats {
  background: radial-gradient(circle at top left, #ff5a5a 0%, #b20000 40%, #660000 100%);
  color: #ffffff;
  padding: 44px 20px 28px;
  min-height: 0 !important;
  height: auto !important;
  max-width: 1200px;
  margin: 0 auto;
  
  
}

.myto-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.myto-stats-title {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.myto-stats-title span {
  color: #ffdede;
}

.myto-stats-subtitle {
  max-width: 620px;
  margin: 0 auto 28px auto;
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Griglia card */
.myto-stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Card singola */
.myto-stat-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 22px 18px;
  width: 160px;
  min-height: 180px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Elemento grafico diagonale */
.myto-stat-card::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
  top: -40px;
  left: -20%;
  transform: rotate(8deg);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Hover card */
.myto-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.32);
}

.myto-stat-card:hover::before {
  opacity: 1;
  transform: translateY(18px) rotate(8deg);
}

/* Icona circolare */
.myto-stat-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.myto-stat-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

/* Valore e label */
.myto-stat-value {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.myto-stat-label {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.9;
  margin-bottom: 6px;
}

/* Testo descrittivo */
.myto-stat-text {
  font-size: 0.8rem;
  line-height: 1.5;
  opacity: 0.85;
}

/* Responsive */
@media (min-width: 835px) and (max-width: 1014px) {
  .myto-stats-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
  }

  .myto-stat-card {
    grid-column: span 2;
    width: 100%;
  }

  .myto-stat-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .myto-stat-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 768px) {
  .myto-stats {
    padding: 32px 16px 22px;
    min-height: 0 !important;
    height: auto !important;
  }

  .myto-stats-title {
    font-size: 1.8rem;
  }

  .myto-stat-card {
    width: 47%;
  }
}

@media (max-width: 480px) {
  .myto-stat-card {
    width: 100%;
  }
}


/* ===================================================
   UX/UI — Agente 3 (2026-04-30)
   =================================================== */

/* Smooth scroll su tutta la pagina */
html {
  scroll-behavior: smooth;
}

/* Focus visibili (WCAG 2.1 AA) — tastiera e screen reader */
:focus-visible {
  outline: 3px solid #e11d48;
  outline-offset: 3px;
  border-radius: 2px;
}

/* Rimuovi outline di default solo se focus-visible è supportato */
:focus:not(:focus-visible) {
  outline: none;
}

/* Pulsanti CTA — stato attivo esplicito su mobile */
.submit-btn,
.lamiera-card__cta,
.cta-button {
  -webkit-tap-highlight-color: rgba(225, 29, 72, 0.2);
}

.submit-btn:active,
.lamiera-card__cta:active,
.cta-button:active {
  opacity: 0.85;
  transform: scale(0.98);
}

/* CTA sticky mobile su pagine prodotto singolo */
.mobile-sticky-cta {
  display: none;
}

@media (max-width: 768px) {
  .mobile-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: #1e293b;
    padding: 12px 16px;
    gap: 10px;
    align-items: center;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.25);
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .mobile-sticky-cta a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: opacity 0.2s;
  }

  .mobile-sticky-cta .cta-preventivo {
    background: #e11d48;
    color: #fff;
  }

  .mobile-sticky-cta .cta-whatsapp {
    background: #25d366;
    color: #fff;
  }

  .mobile-sticky-cta a:active {
    opacity: 0.85;
  }

  /* Spazio inferiore per non coprire il contenuto con la sticky bar */
  body.product-page {
    padding-bottom: 72px;
  }
}

/* Riduzione movimento per slider e animazioni */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .slide {
    transition: none !important;
  }

  .hero-slider .slide {
    animation: none !important;
  }

  .myto-stat-card {
    transition: none !important;
  }
}

/* Form contact: miglioramento focus */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #e11d48;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.12);
  outline: none;
}

/* ── Agente 7: Web Designer — pagine prodotto ─────────────────── */

/* Breadcrumb visivo */
.product-breadcrumb {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 12px 40px;
}
.product-breadcrumb ol {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1200px;
  font-size: 13px;
}
.product-breadcrumb li {
  display: flex;
  align-items: center;
  color: #64748b;
}
.product-breadcrumb li + li::before {
  content: "›";
  margin-right: 8px;
  color: #cbd5e1;
}
.product-breadcrumb a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.15s;
}
.product-breadcrumb a:hover {
  color: #e11d48;
}

/* Trust badges (garanzia, partner DXTECH, assistenza, CE) */
.product-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 20px 0 24px;
  padding: 14px 16px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  white-space: nowrap;
}
.trust-badge svg {
  color: #e11d48;
  flex-shrink: 0;
}

/* Tabella parametri tecnici: zebra + first-col highlight */
.tech-params-table tr:nth-child(even) td {
  background-color: #f8fafc;
}
.tech-params-table tr td:first-child {
  font-weight: 600;
  color: #1e293b;
  background-color: #f1f5f9 !important;
}
.tech-params-table tr:hover td {
  background-color: #fef2f5;
}
.tech-params-table tr:hover td:first-child {
  background-color: #fde8ed !important;
}

@media (max-width: 768px) {
  .product-breadcrumb {
    padding: 10px 16px;
  }
  .product-trust-badges {
    gap: 8px 14px;
  }
  .trust-badge {
    font-size: 12px;
  }
}

/* ── Agente 8: Graphic Designer — laser visual theme ────────────── */

/* Animazione laser pulse per separatori decorativi */
@keyframes laser-pulse {
  0%   { opacity: 1; box-shadow: 0 0 4px 1px rgba(225,29,72,0.6); }
  50%  { opacity: 0.7; box-shadow: 0 0 12px 3px rgba(225,29,72,0.9); }
  100% { opacity: 1; box-shadow: 0 0 4px 1px rgba(225,29,72,0.6); }
}

/* Separatore decorativo animato (div rosso 50x3px usato nelle pagine prodotto) */
[style*="width: 50px"][style*="height: 3px"][style*="background-color: #e11d48"],
[style*="width:50px"][style*="height:3px"][style*="background-color:#e11d48"] {
  animation: laser-pulse 2.4s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  [style*="width: 50px"][style*="height: 3px"][style*="background-color: #e11d48"],
  [style*="width:50px"][style*="height:3px"][style*="background-color:#e11d48"] {
    animation: none;
  }
}

/* Lamiera-card media hover: bordo laser */
.lamiera-card__media:hover {
  outline: 2px solid rgba(225,29,72,0.35);
  outline-offset: -2px;
}

/* Trust badge hover: glow sull'icona SVG */
.trust-badge:hover svg {
  filter: drop-shadow(0 0 5px rgba(225,29,72,0.55));
  transition: filter 0.2s ease;
}
.trust-badge svg {
  transition: filter 0.2s ease;
}

/* Card-number e red-pipe aggiornati direttamente nelle rispettive regole originali */

/* ===================================================
   RESPONSIVE FIX — Sito completo (2026-05-11)
   Correzioni padding, font-size e layout per tablet
   e smartphone su tutte le pagine prodotto e servizi.
   =================================================== */

@media (max-width: 768px) {

  /* Hero slider: scala testi grandi inline (index.html) */
  .hero-text-panel h2 {
    font-size: clamp(20px, 5vw, 32px) !important;
    line-height: 1.25 !important;
  }

  .hero-text-panel p {
    font-size: clamp(14px, 3.5vw, 20px) !important;
    line-height: 1.45 !important;
  }

  .hero-text-panel a {
    font-size: 13px !important;
    padding: 9px 14px !important;
  }

  .hero-text-panel div {
    font-size: clamp(18px, 4.5vw, 28px) !important;
    line-height: 1.3 !important;
  }

  .hero-text-panel img {
    width: clamp(160px, 50vw, 280px) !important;
    height: auto !important;
  }

  /* Sezioni prodotto: riduzione padding laterale e verticale */
  .technical-params-section {
    padding: 28px 16px !important;
  }

  .application-section {
    padding: 32px 16px !important;
  }

  .head-section {
    padding: 32px 16px !important;
  }

  .beam-section {
    padding: 28px 16px !important;
  }

  .specs-section {
    padding: 32px 16px !important;
  }

  .blade-table-section {
    padding: 28px 16px !important;
  }

  /* Sezione pagamenti flessibili (index.html) */
  .flexible-solutions-section {
    padding: 36px 16px !important;
  }

  /* Sezione leasing (Servizi.html) */
  #leasing {
    padding: 36px 16px !important;
  }

  #leasing h2 {
    font-size: clamp(22px, 5vw, 32px) !important;
  }

  #leasing h3 {
    font-size: clamp(18px, 4vw, 24px) !important;
  }

  /* Partner card leasing: evita overflow su schermi stretti */
  #leasing div[style*="border-radius: 16px"] {
    min-width: min(280px, 100%) !important;
    padding: clamp(16px, 4vw, 32px) !important;
  }

  /* Colonne testo leasing (Perché scegliere / Vantaggi) */
  #leasing div[style*="min-width: 280px"]:not([style*="border-radius"]) {
    min-width: min(280px, 100%) !important;
  }

  /* Font-size: testi grandi nelle sezioni prodotto */
  .adv-list {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .adv-title {
    font-size: 18px !important;
  }

  .adv-note {
    font-size: 14px !important;
  }

  .beam-list {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .beam-title {
    font-size: 20px !important;
  }

  .feature-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .blade-desc {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .blade-title {
    font-size: 20px !important;
  }

  .specs-table {
    font-size: 15px !important;
  }

  .specs-table thead th,
  .specs-table tbody td {
    padding: 8px 12px !important;
  }

  /* Technical-params-section: font-size nel blocco parametri */
  .technical-params-section div[style*="grid-template-columns"] > div {
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {

  /* Hero slider: ulteriore riduzione su telefoni piccoli */
  .hero-text-panel p {
    font-size: 13px !important;
  }

  .hero-text-panel a {
    font-size: 12px !important;
    padding: 8px 12px !important;
  }

  /* Padding ancora ridotto su schermi molto piccoli */
  .application-section {
    padding: 24px 12px !important;
  }

  .head-section {
    padding: 24px 12px !important;
  }

  .beam-section {
    padding: 20px 12px !important;
  }

  .specs-section {
    padding: 24px 12px !important;
  }

  .blade-table-section {
    padding: 20px 12px !important;
  }

  .flexible-solutions-section {
    padding: 24px 12px !important;
  }

  #leasing {
    padding: 28px 12px !important;
  }

  /* Partner card: impila verticalmente su schermi < 480px */
  #leasing div[style*="gap: 32px"] {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  #leasing div[style*="border-radius: 16px"] {
    min-width: unset !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 16px !important;
  }

  /* Font-size: ulteriore riduzione su smartphone piccoli */
  .adv-list {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .beam-list {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .feature-text {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .blade-desc {
    font-size: 15px !important;
  }

  .technical-params-section {
    padding: 20px 10px !important;
  }

  .technical-params-section div[style*="grid-template-columns"] > div {
    font-size: 14px !important;
  }
}

/* ===== FAQ SECTION (SEO/AEO) ===== */
.faq-section {
  padding: 60px 40px;
  background-color: #f8fafc;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  font-size: 26px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  text-align: center;
}

.faq-subtitle {
  text-align: center;
  color: #64748b;
  margin-bottom: 32px;
  font-size: 15px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.faq-item[open] {
  border-color: #e11d48;
}

.faq-question {
  padding: 18px 48px 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  list-style: none;
  position: relative;
  line-height: 1.4;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #e11d48;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.faq-item[open] .faq-question::after {
  content: '−';
}

.faq-answer {
  padding: 0 20px 18px;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
}

.faq-answer p {
  margin: 14px 0 0;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 40px 16px;
  }

  .faq-title {
    font-size: 22px;
  }

  .faq-question {
    font-size: 15px;
    padding-right: 44px;
  }
}
