/* ===== CAROUSEL CONTROLS ===== */
.u-block-pro23-5 {
  position: absolute;
  inset: auto auto 21.25px calc(50% - 26.5px);
}
.u-block-pro23-3 {
  position: absolute;
  left: 0;
}
.u-block-pro23-6 {
  position: absolute;
  width: 65px;
  height: 65px;
  left: auto;
  right: 0;
}

/* ===== HERO ===== */
.u-section-1-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.18), rgba(0,0,0,0.18)),
                    url('images/sedanini-pro23-banner.png');
  background-size: cover;
  background-position: 50% 50%;
}
.u-section-1-1 .u-sheet-1 {
  min-height: 700px;
}
.u-section-1-1 .u-group-1 {
  width: 860px;
  min-height: 260px;
  height: auto;
  background-image: none;
  margin: 290px auto 60px;
}
.u-section-1-1 .u-container-layout-1 {
  padding-left: 0;
  padding-right: 0;
}
.u-section-1-1 .u-text-1 {
  font-size: 3.75rem;
  font-family: "Alex Brush";
  text-transform: none;
  margin: 0 auto 0;
  text-align: center;
  color: #fff;
}

@media (max-width: 1399px) {
  .u-section-1-1 .u-sheet-1 { min-height: 580px; }
  .u-section-1-1 .u-group-1 { margin-top: 230px; }
}
@media (max-width: 991px) {
  .u-section-1-1 .u-sheet-1 { min-height: 460px; }
  .u-section-1-1 .u-group-1 { width: 90%; margin-top: 190px; }
}
@media (max-width: 575px) {
  .u-section-1-1 .u-sheet-1 { min-height: 340px; }
  .u-section-1-1 .u-text-1 { font-size: 2.5rem; }
  .u-section-1-1 .u-group-1 { margin-top: 130px; }
}

/* ===== PRODUCTS SECTION ===== */
.u-section-2 {
  background-image: url("images/fondo.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.u-section-2 .u-sheet-1 {
  min-height: 860px;
  padding: 0 20px 80px;
}
.u-section-2 .u-image-1 {
  width: 152px;
  height: 152px;
  margin: -76px auto 24px;
  display: block;
}
.u-section-2 .u-text-1 {
  font-family: "Alex Brush";
  text-transform: none;
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 0;
  text-align: center;
  color: #555;
}

/* ===== PRODUCT CARDS ===== */
.pro23-desc-block {
  max-width: 800px;
  margin: 24px auto 40px;
  padding: 0 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}
.pro23-desc-block p { margin: 0 0 14px; }

.pro23-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 1100px;
}
.pro23-card {
  flex: 1 1 280px;
  max-width: 340px;
  min-height: 440px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 24px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(0,0,0,0.22);
  text-decoration: none;
}
.pro23-card-ceci {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.58) 100%),
                    url('images/sedanini-ceci.png');
  background-size: cover;
  background-position: center center;
}
.pro23-card-piselli {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.58) 100%),
                    url('images/sedanini-piselli.png');
  background-size: cover;
  background-position: center center;
}
.pro23-card-lenticchie {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.58) 100%),
                    url('images/sedanini-lenticchie.png');
  background-size: cover;
  background-position: center center;
}
.pro23-badge {
  background: rgba(255,255,255,0.18);
  border: 2px solid rgba(255,255,255,0.65);
  color: #fff;
  border-radius: 30px;
  padding: 6px 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pro23-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
  line-height: 1.4;
}
.pro23-card-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.85);
  text-align: center;
  margin-bottom: 18px;
}
.suma-cta-pro23 {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  color: #fff;
  padding: 12px 24px;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s;
}
.suma-cta-pro23:hover { background: rgba(255,255,255,0.32); color: #fff; }

/* ===== LIGHTBOX ===== */
.lb-wrapper {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.8);
  display: flex; justify-content: center; align-items: center;
  padding: 20px;
}
.lb-modal {
  position: relative;
  width: min(92vw, 860px);
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  text-align: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.lb-close {
  position: absolute; top: 12px; right: 12px;
  width: 36px; height: 36px;
  border: none; border-radius: 50%;
  background: #7a5c3d; color: #fff;
  font-size: 20px; font-weight: 700; cursor: pointer;
}
.suma-table {
  width: 100%; max-width: 440px;
  border-collapse: collapse;
  font-size: 0.95rem;
  font-family: Montserrat, sans-serif;
  color: #333;
  margin: 0 0 22px;
}
.suma-table td {
  padding: 7px 10px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}
.suma-table tr:last-child td { border-bottom: none; }
.lb-btn {
  background: #7a5c3d; color: #fff;
  padding: 12px 28px; border: none; border-radius: 8px;
  font-weight: 700; font-family: Montserrat, sans-serif;
  cursor: pointer; font-size: 1rem;
}

@media (max-width: 767px) {
  .pro23-grid { gap: 16px; }
  .pro23-card { min-height: 360px; max-width: 100%; flex: 1 1 100%; }
}

body, html {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}
