/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.slide-estate {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.95);
}
.bci-tariffario {
  --verde: #7dbd3b;
  --verde-scuro: #416b24;
  --verde-profondo: #294617;
  --verde-chiaro: #eaf5dc;
  --verde-pallido: #f5faee;
  --antracite: #30332f;
  --grigio: #62685f;
  --bianco: #ffffff;
  --bordo: #d9e8c8;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, rgba(125, 189, 59, 0.24), transparent 360px), radial-gradient(circle at bottom right, rgba(125, 189, 59, 0.18), transparent 420px), #f4f8ef;
  color: var(--antracite);
  font-family: inherit;
  line-height: 1.65;
}
.bci-tariffario *, .bci-tariffario *::before, .bci-tariffario *::after {
  box-sizing: border-box;
}
.bci-tariffario__hero {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
  padding: 55px;
  margin-bottom: 26px;
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(41, 70, 23, 0.98), rgba(65, 107, 36, 0.97) 55%, rgba(125, 189, 59, 0.94));
  box-shadow: 0 20px 45px rgba(41, 70, 23, 0.25);
}
.bci-tariffario__hero::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -110px;
  width: 480px;
  height: 480px;
  border: 70px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.bci-tariffario__hero::after {
  content: "";
  position: absolute;
  right: 70px;
  bottom: -100px;
  width: 230px;
  height: 330px;
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-radius: 100% 0 100% 0;
  transform: rotate(28deg);
}
.bci-tariffario__hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.bci-tariffario__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--bianco);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bci-tariffario__badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bianco);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.16);
}
.bci-tariffario__hero h1 {
  margin: 0 0 18px !important;
  color: var(--bianco) !important;
  font-size: clamp(38px, 6vw, 62px);
  font-weight: 700;
  line-height: 1.06;
}
.bci-tariffario__hero p {
  max-width: 700px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 19px;
}
.bci-tariffario__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}
.bci-tariffario__summary-card {
  position: relative;
  overflow: hidden;
  min-height: 155px;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(41, 70, 23, 0.12);
}
.bci-tariffario__summary-card::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 125px;
  height: 125px;
  border: 22px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.bci-tariffario__summary-card:nth-child(1) {
  background: var(--antracite);
  color: var(--bianco);
}
.bci-tariffario__summary-card:nth-child(2) {
  background: var(--verde);
  color: var(--bianco);
}
.bci-tariffario__summary-card:nth-child(3) {
  border: 2px solid var(--verde);
  background: var(--bianco);
  color: var(--antracite);
}
.bci-tariffario__summary-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 20px;
  font-weight: 700;
}
.bci-tariffario__summary-card:nth-child(3) .bci-tariffario__summary-icon {
  background: var(--verde-chiaro);
  color: var(--verde-scuro);
}
.bci-tariffario__summary-label {
  display: block;
  margin-bottom: 4px;
  color: inherit;
  font-size: 14px;
  opacity: 0.86;
}
.bci-tariffario__summary-value {
  display: block;
  color: inherit;
  font-size: 26px;
  font-weight: 700;
}
.bci-tariffario__intro {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 23px;
  align-items: center;
  padding: 29px 30px;
  margin-bottom: 25px;
  border-left: 6px solid var(--verde);
  border-radius: 16px;
  background: var(--bianco);
  box-shadow: 0 10px 30px rgba(41, 70, 23, 0.08);
}
.bci-tariffario__intro-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--verde-chiaro), #d7ecb9);
  color: var(--verde-scuro);
}
.bci-tariffario__intro-icon svg {
  width: 40px;
  height: 40px;
}
.bci-tariffario__intro h2 {
  margin: 0 0 7px !important;
  color: var(--antracite) !important;
  font-size: 29px;
  font-weight: 700;
}
.bci-tariffario__intro p {
  margin: 0 !important;
  color: var(--grigio) !important;
  font-size: 17px;
}
.bci-tariffario__table-box {
  overflow: hidden;
  margin-bottom: 32px;
  border: 1px solid var(--bordo);
  border-radius: 19px;
  background: var(--bianco);
  box-shadow: 0 16px 38px rgba(41, 70, 23, 0.12);
}
.bci-tariffario__table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 28px;
  background: linear-gradient(90deg, var(--verde-chiaro), #f9fcef);
  border-bottom: 1px solid var(--bordo);
}
.bci-tariffario__table-title h2 {
  margin: 0 !important;
  color: var(--verde-profondo) !important;
  font-size: 26px;
  font-weight: 700;
}
.bci-tariffario__iva {
  padding: 7px 14px;
  border-radius: 50px;
  background: var(--verde);
  color: var(--bianco);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.bci-tariffario__table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse;
  background: var(--bianco);
}
.bci-tariffario__table thead {
  background: var(--antracite);
}
.bci-tariffario__table th {
  padding: 20px 25px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--bianco) !important;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.bci-tariffario__table td {
  padding: 19px 25px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bordo) !important;
  background: transparent !important;
  color: var(--antracite) !important;
  font-size: 16px;
  vertical-align: middle;
}
.bci-tariffario__table tbody tr:nth-child(even) {
  background: var(--verde-pallido);
}
.bci-tariffario__table tbody tr:nth-child(odd) {
  background: var(--bianco);
}
.bci-tariffario__table tbody tr:hover {
  background: #e3f1ce;
}
.bci-tariffario__table tbody tr:last-child td {
  border-bottom: 0 !important;
}
.bci-tariffario__range {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--verde-profondo);
  font-weight: 700;
}
.bci-tariffario__range::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 3px solid var(--verde);
  border-radius: 50%;
  background: var(--bianco);
}
.bci-tariffario__price {
  display: inline-block;
  min-width: 96px;
  padding: 7px 13px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.bci-tariffario__price--annual {
  background: var(--verde);
  color: var(--bianco);
}
.bci-tariffario__price--inspection {
  background: var(--antracite);
  color: var(--bianco);
}
.bci-tariffario__status {
  display: inline-block;
  padding: 7px 13px;
  border: 1px solid var(--verde);
  border-radius: 50px;
  background: var(--verde-chiaro);
  color: var(--verde-profondo);
  font-size: 14px;
  font-weight: 700;
}
.bci-tariffario__notes-title {
  margin: 0 0 18px !important;
  color: var(--antracite) !important;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.bci-tariffario__notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 35px;
}
.bci-tariffario__note {
  position: relative;
  overflow: hidden;
  min-height: 215px;
  padding: 27px 24px;
  border-radius: 17px;
  box-shadow: 0 11px 30px rgba(41, 70, 23, 0.11);
}
.bci-tariffario__note:nth-child(1) {
  background: var(--verde);
  color: var(--bianco);
}
.bci-tariffario__note:nth-child(2) {
  background: var(--antracite);
  color: var(--bianco);
}
.bci-tariffario__note:nth-child(3) {
  border: 2px solid var(--verde);
  background: var(--bianco);
  color: var(--antracite);
}
.bci-tariffario__note::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -38px;
  width: 115px;
  height: 115px;
  border: 20px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}
.bci-tariffario__note:nth-child(3)::after {
  border-color: rgba(125, 189, 59, 0.1);
}
.bci-tariffario__note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: inherit;
  font-size: 20px;
  font-weight: 700;
}
.bci-tariffario__note:nth-child(3) .bci-tariffario__note-icon {
  background: var(--verde-chiaro);
  color: var(--verde-scuro);
}
.bci-tariffario__note h3 {
  margin: 0 0 9px !important;
  color: inherit !important;
  font-size: 21px;
  font-weight: 700;
}
.bci-tariffario__note p {
  margin: 0 !important;
  color: inherit !important;
}
.bci-tariffario__cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 39px 40px;
  border-radius: 19px;
  background: linear-gradient(120deg, var(--antracite), #41483c);
  color: var(--bianco);
  box-shadow: 0 18px 42px rgba(48, 51, 47, 0.22);
}
.bci-tariffario__cta::after {
  content: "";
  position: absolute;
  top: -130px;
  right: 170px;
  width: 260px;
  height: 260px;
  border: 45px solid rgba(125, 189, 59, 0.1);
  border-radius: 50%;
}
.bci-tariffario__cta-content {
  position: relative;
  z-index: 1;
}
.bci-tariffario__cta h2 {
  margin: 0 0 8px !important;
  color: var(--bianco) !important;
  font-size: 29px;
  font-weight: 700;
}
.bci-tariffario__cta p {
  max-width: 620px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px;
}
.bci-tariffario__buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.bci-tariffario__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 21px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.2s ease;
}
.bci-tariffario__button:hover {
  transform: translateY(-2px);
}
.bci-tariffario__button--primary {
  border: 2px solid var(--verde);
  background: var(--verde);
  color: var(--bianco) !important;
}
.bci-tariffario__button--primary:hover {
  background: #91cf4f;
  border-color: #91cf4f;
}
.bci-tariffario__button--secondary {
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
  color: var(--bianco) !important;
}
.bci-tariffario__button--secondary:hover {
  background: var(--bianco);
  color: var(--antracite) !important;
}
@media (max-width: 900px) {
  .bci-tariffario__summary, .bci-tariffario__notes {
    grid-template-columns: 1fr;
  }
  .bci-tariffario__note {
    min-height: auto;
  }
  .bci-tariffario__cta {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .bci-tariffario {
    padding: 12px;
    border-radius: 14px;
  }
  .bci-tariffario__hero {
    min-height: auto;
    padding: 40px 25px;
    border-radius: 16px;
  }
  .bci-tariffario__hero p {
    font-size: 16px;
  }
  .bci-tariffario__intro {
    grid-template-columns: 1fr;
    padding: 24px 21px;
  }
  .bci-tariffario__table-title {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 19px;
  }
  .bci-tariffario__table-box {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .bci-tariffario__table, .bci-tariffario__table tbody, .bci-tariffario__table tr, .bci-tariffario__table td {
    display: block;
    width: 100%;
  }
  .bci-tariffario__table thead {
    display: none;
  }
  .bci-tariffario__table tr {
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid var(--bordo);
    border-radius: 14px;
    background: var(--bianco);
    box-shadow: 0 8px 23px rgba(41, 70, 23, 0.1);
  }
  .bci-tariffario__table td {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 17px !important;
    text-align: right;
  }
  .bci-tariffario__table td::before {
    content: attr(data-label);
    color: var(--grigio);
    font-size: 13px;
    font-weight: 600;
    text-align: left;
  }
  .bci-tariffario__table td:first-child {
    background: var(--verde-scuro) !important;
    color: var(--bianco) !important;
  }
  .bci-tariffario__table td:first-child::before {
    color: rgba(255, 255, 255, 0.75);
  }
  .bci-tariffario__table td:first-child .bci-tariffario__range {
    color: var(--bianco);
  }
  .bci-tariffario__cta {
    padding: 30px 22px;
  }
  .bci-tariffario__buttons, .bci-tariffario__button {
    width: 100%;
  }
}
/* =========================================================
   BIOCERTITALIA
   PAGINA DI PRESENTAZIONE AZIENDALE
   ========================================================= */
.bci-company {
  --bci-green: #7dbd3b;
  --bci-green-bright: #91cf4f;
  --bci-green-dark: #416b24;
  --bci-green-deep: #294617;
  --bci-green-soft: #eaf5dc;
  --bci-green-pale: #f5faee;
  --bci-cream: #faf8f1;
  --bci-charcoal: #30332f;
  --bci-gray: #62685f;
  --bci-border: #d9e8c8;
  --bci-white: #ffffff;
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 18px 72px;
  color: var(--bci-charcoal);
  font-family: inherit;
  line-height: 1.7;
}
.bci-company *, .bci-company *::before, .bci-company *::after {
  box-sizing: border-box;
}
.bci-company img {
  display: block;
  max-width: 100%;
}
.bci-company p {
  margin-top: 0;
}
.bci-company a {
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
/* =========================================================
   TITOLI
   ========================================================= */
.bci-company__heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}
.bci-company__heading--left {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}
.bci-company__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--bci-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bci-company__kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--bci-green);
}
.bci-company__heading h2 {
  margin: 12px 0 14px !important;
  color: var(--bci-green-deep) !important;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.025em;
}
.bci-company__heading p {
  max-width: 740px;
  margin: 0 auto !important;
  color: var(--bci-gray) !important;
  font-size: 17px;
}
.bci-company__heading--left p {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
/* =========================================================
   PULSANTI
   ========================================================= */
.bci-company__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 23px;
  border: 2px solid transparent;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}
.bci-company__button:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
.bci-company__button--primary {
  border-color: var(--bci-green);
  background: var(--bci-green);
  color: var(--bci-white) !important;
  box-shadow: 0 10px 24px rgba(125, 189, 59, 0.25);
}
.bci-company__button--primary:hover {
  border-color: var(--bci-green-bright);
  background: var(--bci-green-bright);
}
.bci-company__button--outline {
  border-color: var(--bci-green-dark);
  background: transparent;
  color: var(--bci-green-dark) !important;
}
.bci-company__button--outline:hover {
  background: var(--bci-green-dark);
  color: var(--bci-white) !important;
}
.bci-company__button--light {
  border-color: var(--bci-white);
  background: var(--bci-white);
  color: var(--bci-green-deep) !important;
}
.bci-company__button--light:hover {
  border-color: var(--bci-green-soft);
  background: var(--bci-green-soft);
}
/* =========================================================
   HERO
   ========================================================= */
.bci-company__hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: 660px;
  margin-bottom: 32px;
  border-radius: 28px;
  background: radial-gradient(circle at 8% 8%, rgba(145, 207, 79, 0.25), transparent 340px), linear-gradient(135deg, var(--bci-green-pale) 0%, var(--bci-white) 53%, #edf6e5 100%);
  box-shadow: 0 22px 60px rgba(41, 70, 23, 0.16);
}
.bci-company__hero::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(125, 189, 59, 0.08);
  border-radius: 50%;
}
.bci-company__hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 58px;
}
.bci-company__hero-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 19px;
  padding: 8px 14px;
  border: 1px solid var(--bci-border);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--bci-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.bci-company__hero-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bci-green);
  box-shadow: 0 0 0 5px rgba(125, 189, 59, 0.13);
}
.bci-company__hero h1 {
  max-width: 690px;
  margin: 0 0 21px !important;
  color: var(--bci-green-deep) !important;
  font-size: clamp(41px, 5.3vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.bci-company__hero-lead {
  max-width: 680px;
  margin-bottom: 28px !important;
  color: var(--bci-gray) !important;
  font-size: 19px;
  line-height: 1.72;
}
.bci-company__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 31px;
}
.bci-company__hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: var(--bci-green-deep);
  font-size: 13px;
  font-weight: 700;
}
.bci-company__hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bci-company__hero-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid var(--bci-green);
  border-radius: 50%;
}
.bci-company__hero-image {
  position: relative;
  min-height: 660px;
}
.bci-company__hero-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bci-company__hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 250, 238, 0.55) 0%, rgba(245, 250, 238, 0) 27%);
  pointer-events: none;
}
.bci-company__hero-card {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  max-width: 260px;
  padding: 19px 21px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 15px;
  background: rgba(41, 70, 23, 0.9);
  color: var(--bci-white);
  backdrop-filter: blur(8px);
  box-shadow: 0 13px 32px rgba(21, 37, 11, 0.24);
}
.bci-company__hero-card strong, .bci-company__hero-card span {
  display: block;
}
.bci-company__hero-card strong {
  margin-bottom: 4px;
  font-size: 19px;
}
.bci-company__hero-card span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
}
/* =========================================================
   DATI IN EVIDENZA
   ========================================================= */
.bci-company__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}
.bci-company__highlight {
  position: relative;
  overflow: hidden;
  min-height: 165px;
  padding: 27px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(41, 70, 23, 0.11);
}
.bci-company__highlight:nth-child(1) {
  background: var(--bci-charcoal);
  color: var(--bci-white);
}
.bci-company__highlight:nth-child(2) {
  background: var(--bci-green);
  color: var(--bci-white);
}
.bci-company__highlight:nth-child(3) {
  border: 2px solid var(--bci-green);
  background: var(--bci-white);
  color: var(--bci-charcoal);
}
.bci-company__highlight::after {
  content: "";
  position: absolute;
  right: -37px;
  bottom: -48px;
  width: 135px;
  height: 135px;
  border: 24px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.bci-company__highlight:nth-child(3)::after {
  border-color: rgba(125, 189, 59, 0.1);
}
.bci-company__highlight strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 9px;
  color: inherit !important;
  font-size: 31px;
  line-height: 1;
}
.bci-company__highlight span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 280px;
  color: inherit;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.92;
}
/* =========================================================
   CHI SIAMO
   ========================================================= */
.bci-company__about {
  padding: 72px 56px;
  margin-bottom: 32px;
  border: 1px solid var(--bci-border);
  border-radius: 24px;
  background: radial-gradient(circle at 100% 0, rgba(125, 189, 59, 0.11), transparent 330px), var(--bci-white);
  box-shadow: 0 15px 42px rgba(41, 70, 23, 0.08);
}
.bci-company__about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
  gap: 50px;
  align-items: start;
}
.bci-company__about-copy p {
  color: var(--bci-gray) !important;
  font-size: 17px;
}
.bci-company__about-copy p:last-child {
  margin-bottom: 0 !important;
}
.bci-company__about-copy p:first-child::first-letter {
  float: left;
  margin: 6px 10px 0 0;
  color: var(--bci-green);
  font-size: 58px;
  font-weight: 700;
  line-height: 0.82;
}
.bci-company__identity {
  position: sticky;
  top: 25px;
  overflow: hidden;
  padding: 29px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--bci-green-deep), var(--bci-green-dark));
  color: var(--bci-white);
  box-shadow: 0 15px 36px rgba(41, 70, 23, 0.23);
}
.bci-company__identity::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -55px;
  width: 155px;
  height: 155px;
  border: 27px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.bci-company__identity-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}
.bci-company__identity-icon svg {
  width: 31px;
  height: 31px;
}
.bci-company__identity h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 20px !important;
  color: var(--bci-white) !important;
  font-size: 25px;
}
.bci-company__identity dl {
  position: relative;
  z-index: 1;
  margin: 0;
}
.bci-company__identity dl > div {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.bci-company__identity dt {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.bci-company__identity dd {
  margin: 0;
  color: var(--bci-white);
  font-size: 15px;
}
.bci-company__identity a {
  color: var(--bci-white) !important;
  text-decoration: underline;
}
/* =========================================================
   STORIA
   ========================================================= */
.bci-company__history {
  display: grid;
  grid-template-columns: minmax(350px, 0.86fr) minmax(0, 1.14fr);
  gap: 54px;
  align-items: start;
  padding: 72px 56px;
  margin-bottom: 32px;
  border-radius: 24px;
  background: var(--bci-cream);
}
.bci-company__history-visual {
  position: sticky;
  top: 25px;
}
.bci-company__history-image {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 17px 42px rgba(41, 70, 23, 0.17);
}
.bci-company__history-image img {
  width: 100%;
  min-height: 570px;
  object-fit: cover;
}
.bci-company__history-quote {
  position: relative;
  z-index: 2;
  max-width: 88%;
  margin: -75px auto 0;
  padding: 25px 27px;
  border-radius: 15px;
  background: var(--bci-white);
  box-shadow: 0 15px 35px rgba(41, 70, 23, 0.15);
}
.bci-company__history-quote span {
  display: block;
  margin-bottom: 6px;
  color: var(--bci-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bci-company__history-quote strong {
  display: block;
  color: var(--bci-green-deep);
  font-size: 19px;
  line-height: 1.45;
}
.bci-company__history-copy > p {
  color: var(--bci-gray) !important;
  font-size: 17px;
}
.bci-company__timeline {
  position: relative;
  margin-top: 32px;
}
.bci-company__timeline::before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 16px;
  left: 58px;
  width: 2px;
  background: var(--bci-border);
}
.bci-company__timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  padding-bottom: 29px;
}
.bci-company__timeline article:last-child {
  padding-bottom: 0;
}
.bci-company__timeline-year {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  min-height: 40px;
  border-radius: 50px;
  background: var(--bci-green);
  color: var(--bci-white);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(125, 189, 59, 0.22);
}
.bci-company__timeline h3 {
  margin: 3px 0 6px !important;
  color: var(--bci-green-deep) !important;
  font-size: 21px;
}
.bci-company__timeline p {
  margin: 0 !important;
  color: var(--bci-gray) !important;
  font-size: 15px;
}
/* =========================================================
   VISIONE E MISSIONE
   ========================================================= */
.bci-company__vision {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.bci-company__vision article {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 38px;
  border-radius: 20px;
  box-shadow: 0 13px 35px rgba(41, 70, 23, 0.11);
}
.bci-company__vision article:first-child {
  background: linear-gradient(135deg, var(--bci-green-deep), var(--bci-green-dark));
  color: var(--bci-white);
}
.bci-company__vision article:last-child {
  border: 2px solid var(--bci-green);
  background: radial-gradient(circle at 100% 0, rgba(125, 189, 59, 0.18), transparent 250px), var(--bci-white);
  color: var(--bci-charcoal);
}
.bci-company__vision article::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -55px;
  width: 170px;
  height: 170px;
  border: 30px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.bci-company__vision article:last-child::after {
  border-color: rgba(125, 189, 59, 0.09);
}
.bci-company__vision-number {
  display: block;
  margin-bottom: 30px;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  opacity: 0.75;
}
.bci-company__vision h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 13px !important;
  color: inherit !important;
  font-size: 31px;
}
.bci-company__vision p {
  position: relative;
  z-index: 1;
  max-width: 530px;
  margin: 0 !important;
  color: inherit !important;
  font-size: 17px;
  opacity: 0.92;
}
/* =========================================================
   CERTIFICAZIONI PRINCIPALI
   ========================================================= */
.bci-company__certifications {
  padding: 75px 42px;
  margin-bottom: 32px;
  border-radius: 24px;
  background: radial-gradient(circle at 0 100%, rgba(125, 189, 59, 0.14), transparent 340px), var(--bci-green-pale);
}
.bci-company__cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.bci-company__cert-card {
  overflow: hidden;
  border: 1px solid var(--bci-border);
  border-radius: 19px;
  background: var(--bci-white);
  box-shadow: 0 14px 38px rgba(41, 70, 23, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bci-company__cert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(41, 70, 23, 0.16);
}
.bci-company__cert-image {
  position: relative;
  height: 240px;
}
.bci-company__cert-image > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bci-company__cert-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(41, 70, 23, 0) 40%, rgba(41, 70, 23, 0.32) 100%);
}
.bci-company__cert-logo {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: -32px;
  width: 76px;
  height: 76px;
  padding: 2px;
  border: 3px solid var(--bci-white);
  border-radius: 50%;
  background: var(--bci-white);
  object-fit: contain;
  box-shadow: 0 7px 18px rgba(41, 70, 23, 0.16);
}
.bci-company__cert-content {
  padding: 32px 27px 29px;
}
.bci-company__cert-number {
  display: block;
  margin-bottom: 7px;
  color: var(--bci-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.bci-company__cert-content h3 {
  margin: 0 0 12px !important;
  color: var(--bci-green-deep) !important;
  font-size: 27px;
}
.bci-company__cert-content p {
  color: var(--bci-gray) !important;
  font-size: 15px;
}
.bci-company__cert-content ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.bci-company__cert-content li {
  position: relative;
  padding-left: 22px;
  color: var(--bci-charcoal);
  font-size: 14px;
  font-weight: 600;
}
.bci-company__cert-content li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bci-green);
  font-weight: 900;
}
/* =========================================================
   VALORI
   ========================================================= */
.bci-company__values {
  padding: 74px 52px;
  margin-bottom: 32px;
  border-radius: 24px;
  background: var(--bci-white);
  box-shadow: 0 14px 40px rgba(41, 70, 23, 0.08);
}
.bci-company__values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
.bci-company__value {
  padding: 27px 23px;
  border: 1px solid var(--bci-border);
  border-radius: 16px;
  background: linear-gradient(150deg, var(--bci-white), var(--bci-green-pale));
}
.bci-company__value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--bci-green-soft);
  color: var(--bci-green-dark);
  font-size: 20px;
  font-weight: 800;
}
.bci-company__value h3 {
  margin: 0 0 8px !important;
  color: var(--bci-green-deep) !important;
  font-size: 21px;
}
.bci-company__value p {
  margin: 0 !important;
  color: var(--bci-gray) !important;
  font-size: 14px;
}
/* =========================================================
   IMPORTANZA DEL BIOLOGICO
   ========================================================= */
.bci-company__bio {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
  gap: 45px;
  align-items: stretch;
  padding: 72px 55px;
  margin-bottom: 32px;
  border-radius: 24px;
  background: var(--bci-cream);
}
.bci-company__bio-copy > p {
  color: var(--bci-gray) !important;
  font-size: 17px;
}
.bci-company__bio-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.bci-company__bio-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 19px;
  border: 1px solid var(--bci-border);
  border-radius: 14px;
  background: var(--bci-white);
}
.bci-company__bio-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--bci-green-soft);
  color: var(--bci-green-dark);
  font-size: 13px;
  font-weight: 800;
}
.bci-company__bio-list h3 {
  margin: 0 0 4px !important;
  color: var(--bci-green-deep) !important;
  font-size: 18px;
}
.bci-company__bio-list p {
  margin: 0 !important;
  color: var(--bci-gray) !important;
  font-size: 13px;
}
.bci-company__quality {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 39px;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--bci-green-deep), var(--bci-green-dark));
  color: var(--bci-white);
  box-shadow: 0 16px 39px rgba(41, 70, 23, 0.22);
}
.bci-company__quality::after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -95px;
  width: 260px;
  height: 260px;
  border: 45px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}
.bci-company__quality-small {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.bci-company__quality strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 18px;
  color: var(--bci-white);
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.18;
}
.bci-company__quality p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 16px;
}
.bci-company__quality-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 10px;
}
.bci-company__quality-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--bci-white);
  font-size: 12px;
  font-weight: 700;
}
/* =========================================================
   MARCHI
   ========================================================= */
.bci-company__marks {
  padding: 74px 45px;
  margin-bottom: 32px;
  border: 1px solid var(--bci-border);
  border-radius: 24px;
  background: radial-gradient(circle at 50% 100%, rgba(125, 189, 59, 0.13), transparent 400px), var(--bci-white);
}
.bci-company__marks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
.bci-company__mark {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 23px;
  border: 1px solid var(--bci-border);
  border-radius: 16px;
  background: var(--bci-white);
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.bci-company__mark:hover {
  transform: translateY(-4px);
  box-shadow: 0 13px 30px rgba(41, 70, 23, 0.12);
}
.bci-company__mark img {
  width: 125px;
  height: 125px;
  margin-bottom: 12px;
  object-fit: contain;
}
.bci-company__mark figcaption {
  color: var(--bci-green-deep);
  font-size: 14px;
  font-weight: 700;
}
/* =========================================================
   PROCESSO
   ========================================================= */
.bci-company__process {
  padding: 74px 50px;
  margin-bottom: 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--bci-green-pale), var(--bci-white));
}
.bci-company__process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.bci-company__process-grid::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: var(--bci-border);
}
.bci-company__process-card {
  position: relative;
  z-index: 1;
  padding: 0 18px 24px;
  text-align: center;
}
.bci-company__process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 19px;
  border: 8px solid var(--bci-green-pale);
  border-radius: 50%;
  background: var(--bci-green);
  color: var(--bci-white);
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 8px 21px rgba(125, 189, 59, 0.22);
}
.bci-company__process-card h3 {
  margin: 0 0 7px !important;
  color: var(--bci-green-deep) !important;
  font-size: 20px;
}
.bci-company__process-card p {
  margin: 0 !important;
  color: var(--bci-gray) !important;
  font-size: 14px;
}
/* =========================================================
   CONTATTI FINALI
   ========================================================= */
.bci-company__contact {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 35px;
  align-items: center;
  padding: 47px 50px;
  border-radius: 23px;
  background: linear-gradient(120deg, var(--bci-green-deep), var(--bci-green-dark));
  color: var(--bci-white);
  box-shadow: 0 18px 45px rgba(41, 70, 23, 0.23);
}
.bci-company__contact::before {
  content: "";
  position: absolute;
  top: -170px;
  right: 170px;
  width: 350px;
  height: 350px;
  border: 60px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.bci-company__contact-copy, .bci-company__contact-action {
  position: relative;
  z-index: 1;
}
.bci-company__contact-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.bci-company__contact h2 {
  margin: 0 0 8px !important;
  color: var(--bci-white) !important;
  font-size: clamp(29px, 4vw, 43px);
}
.bci-company__contact p {
  max-width: 690px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px;
}
/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1050px) {
  .bci-company__hero {
    grid-template-columns: 1fr 0.85fr;
  }
  .bci-company__hero-copy {
    padding: 55px 42px;
  }
  .bci-company__about-grid, .bci-company__bio {
    grid-template-columns: 1fr;
  }
  .bci-company__identity {
    position: relative;
    top: auto;
  }
  .bci-company__cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bci-company__cert-card:last-child {
    grid-column: 1 / -1;
    max-width: 570px;
    margin: 0 auto;
  }
  .bci-company__values-grid, .bci-company__marks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .bci-company {
    padding-right: 12px;
    padding-left: 12px;
  }
  .bci-company__hero {
    grid-template-columns: 1fr;
  }
  .bci-company__hero-image {
    min-height: 470px;
  }
  .bci-company__hero-image::after {
    background: linear-gradient(180deg, rgba(245, 250, 238, 0.42) 0%, rgba(245, 250, 238, 0) 30%);
  }
  .bci-company__highlights, .bci-company__vision {
    grid-template-columns: 1fr;
  }
  .bci-company__history {
    grid-template-columns: 1fr;
  }
  .bci-company__history-visual {
    position: relative;
    top: auto;
  }
  .bci-company__history-image img {
    min-height: 430px;
  }
  .bci-company__process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bci-company__process-grid::before {
    display: none;
  }
  .bci-company__contact {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .bci-company {
    padding-top: 10px;
  }
  .bci-company__hero {
    border-radius: 18px;
  }
  .bci-company__hero-copy {
    padding: 40px 24px;
  }
  .bci-company__hero h1 {
    font-size: 39px;
  }
  .bci-company__hero-lead {
    font-size: 16px;
  }
  .bci-company__hero-actions, .bci-company__button {
    width: 100%;
  }
  .bci-company__hero-image {
    min-height: 380px;
  }
  .bci-company__hero-card {
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: none;
  }
  .bci-company__about, .bci-company__history, .bci-company__certifications, .bci-company__values, .bci-company__bio, .bci-company__marks, .bci-company__process {
    padding: 48px 21px;
    border-radius: 18px;
  }
  .bci-company__about-grid {
    gap: 30px;
  }
  .bci-company__history {
    gap: 38px;
  }
  .bci-company__history-image img {
    min-height: 340px;
  }
  .bci-company__history-quote {
    max-width: 94%;
    margin-top: -45px;
    padding: 20px;
  }
  .bci-company__timeline::before {
    left: 39px;
  }
  .bci-company__timeline article {
    grid-template-columns: 68px 1fr;
    gap: 15px;
  }
  .bci-company__timeline-year {
    width: 58px;
    min-height: 36px;
    font-size: 12px;
  }
  .bci-company__cert-grid, .bci-company__values-grid, .bci-company__marks-grid, .bci-company__bio-list, .bci-company__process-grid {
    grid-template-columns: 1fr;
  }
  .bci-company__cert-card:last-child {
    grid-column: auto;
    max-width: none;
  }
  .bci-company__cert-image {
    height: 220px;
  }
  .bci-company__marks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bci-company__mark {
    min-height: 185px;
    padding: 16px;
  }
  .bci-company__mark img {
    width: 105px;
    height: 105px;
  }
  .bci-company__quality {
    padding: 31px 25px;
  }
  .bci-company__contact {
    padding: 37px 24px;
    border-radius: 18px;
  }
  .bci-company__contact-action, .bci-company__contact-action .bci-company__button {
    width: 100%;
  }
}
/* =========================================================
   BIOCERTITALIA
   PAGINA SERVIZI
   ========================================================= */
.bci-services {
  --bci-green: #7dbd3b;
  --bci-green-bright: #91cf4f;
  --bci-green-dark: #416b24;
  --bci-green-deep: #294617;
  --bci-green-soft: #eaf5dc;
  --bci-green-pale: #f5faee;
  --bci-cream: #faf8f1;
  --bci-charcoal: #30332f;
  --bci-gray: #62685f;
  --bci-border: #d9e8c8;
  --bci-white: #ffffff;
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 18px 72px;
  color: var(--bci-charcoal);
  font-family: inherit;
  line-height: 1.7;
}
.bci-services *, .bci-services *::before, .bci-services *::after {
  box-sizing: border-box;
}
.bci-services img {
  display: block;
  max-width: 100%;
}
.bci-services p {
  margin-top: 0;
}
.bci-services a {
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
/* =========================================================
   HERO
   ========================================================= */
.bci-services__hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 70px 62px;
  margin-bottom: 30px;
  border-radius: 28px;
  background: linear-gradient(110deg, rgba(41, 70, 23, 0.98) 0%, rgba(65, 107, 36, 0.96) 52%, rgba(125, 189, 59, 0.88) 100%), url('../../../../images/biocertitalia/biocertitalia_hero_natura.jpg') center / cover no-repeat;
  box-shadow: 0 22px 58px rgba(41, 70, 23, 0.22);
}
.bci-services__hero::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -95px;
  width: 480px;
  height: 480px;
  border: 72px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.bci-services__hero::after {
  content: "";
  position: absolute;
  right: 90px;
  bottom: -145px;
  width: 270px;
  height: 390px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 100% 0 100% 0;
  transform: rotate(30deg);
}
.bci-services__hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.bci-services__hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--bci-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bci-services__hero-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bci-white);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
}
.bci-services__hero h1 {
  margin: 0 0 20px !important;
  color: var(--bci-white) !important;
  font-size: clamp(42px, 6vw, 70px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.bci-services__hero p {
  max-width: 700px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.91) !important;
  font-size: 19px;
  line-height: 1.7;
}
/* =========================================================
   INTRODUZIONE
   ========================================================= */
.bci-services__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 44px;
  align-items: center;
  padding: 55px;
  margin-bottom: 30px;
  border: 1px solid var(--bci-border);
  border-radius: 23px;
  background: radial-gradient(circle at 100% 0, rgba(125, 189, 59, 0.14), transparent 320px), var(--bci-white);
  box-shadow: 0 14px 40px rgba(41, 70, 23, 0.08);
}
.bci-services__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--bci-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bci-services__kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--bci-green);
}
.bci-services__intro h2, .bci-services__heading h2 {
  margin: 12px 0 14px !important;
  color: var(--bci-green-deep) !important;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.025em;
}
.bci-services__intro p {
  margin-bottom: 14px !important;
  color: var(--bci-gray) !important;
  font-size: 17px;
}
.bci-services__intro p:last-child {
  margin-bottom: 0 !important;
}
.bci-services__intro-panel {
  position: relative;
  overflow: hidden;
  padding: 31px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--bci-green-deep), var(--bci-green-dark));
  color: var(--bci-white);
  box-shadow: 0 15px 36px rgba(41, 70, 23, 0.21);
}
.bci-services__intro-panel::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 170px;
  height: 170px;
  border: 30px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.bci-services__intro-panel strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 14px;
  color: var(--bci-white);
  font-size: 27px;
  line-height: 1.3;
}
.bci-services__intro-panel p {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 15px;
}
/* =========================================================
   TITOLI DELLE SEZIONI
   ========================================================= */
.bci-services__heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}
.bci-services__heading .bci-services__kicker {
  margin-right: auto;
  margin-left: auto;
}
.bci-services__heading p {
  max-width: 730px;
  margin: 0 auto !important;
  color: var(--bci-gray) !important;
  font-size: 17px;
}
/* =========================================================
   ELENCO SERVIZI
   ========================================================= */
.bci-services__list {
  padding: 72px 42px;
  margin-bottom: 30px;
  border-radius: 24px;
  background: radial-gradient(circle at 0 100%, rgba(125, 189, 59, 0.15), transparent 360px), var(--bci-green-pale);
}
.bci-services__cards {
  display: grid;
  gap: 28px;
}
.bci-services__card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
  border: 1px solid var(--bci-border);
  border-radius: 22px;
  background: var(--bci-white);
  box-shadow: 0 15px 42px rgba(41, 70, 23, 0.11);
}
.bci-services__card:nth-child(even) {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
}
.bci-services__card:nth-child(even) .bci-services__card-visual {
  order: 2;
}
.bci-services__card-visual {
  position: relative;
  min-height: 520px;
}
.bci-services__card-visual > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bci-services__card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(41, 70, 23, 0) 40%, rgba(41, 70, 23, 0.43) 100%);
}
.bci-services__card-logo {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 25px;
  width: 125px;
  height: 125px;
  padding: 6px;
  border: 2px solid var(--bci-white);
  border-radius: 50%;
  background: var(--bci-white);
  object-fit: contain;
  box-shadow: 0 13px 32px rgba(41, 70, 23, 0.24);
}
.bci-services__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
}
.bci-services__card-number {
  display: block;
  margin-bottom: 8px;
  color: var(--bci-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bci-services__card h3 {
  margin: 0 0 15px !important;
  color: var(--bci-green-deep) !important;
  font-size: clamp(30px, 4vw, 43px);
  font-weight: 700;
  line-height: 1.15;
}
.bci-services__card-description {
  margin-bottom: 22px !important;
  color: var(--bci-gray) !important;
  font-size: 16px;
}
.bci-services__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 18px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.bci-services__features li {
  position: relative;
  padding-left: 23px;
  color: var(--bci-charcoal);
  font-size: 14px;
  font-weight: 600;
}
.bci-services__features li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bci-green);
  font-weight: 900;
}
/* =========================================================
   AZIONI DEL SERVIZIO
   ========================================================= */
.bci-services__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-top: auto;
}
.bci-services__action {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 115px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 21px;
  border-radius: 14px;
  text-decoration: none !important;
}
.bci-services__action::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 16px;
  font-size: 20px;
  font-weight: 800;
}
.bci-services__action strong, .bci-services__action span {
  display: block;
  max-width: 80%;
}
.bci-services__action strong {
  margin-bottom: 3px;
  font-size: 17px;
}
.bci-services__action span {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}
.bci-services__action--tariff {
  border: 2px solid var(--bci-green);
  background: var(--bci-green);
  color: var(--bci-white) !important;
  box-shadow: 0 9px 23px rgba(125, 189, 59, 0.2);
}
.bci-services__action--tariff:hover {
  border-color: var(--bci-green-bright);
  background: var(--bci-green-bright);
  color: var(--bci-white) !important;
  transform: translateY(-3px);
}
.bci-services__action--disabled {
  border: 2px dashed var(--bci-border);
  background: var(--bci-green-pale);
  color: var(--bci-gray);
  cursor: default;
}
.bci-services__action--disabled::after {
  content: "–";
  color: var(--bci-green-dark);
}
.bci-services__action--disabled strong {
  color: var(--bci-green-deep);
}
/* =========================================================
   PERCORSO
   ========================================================= */
.bci-services__process {
  padding: 72px 48px;
  margin-bottom: 30px;
  border: 1px solid var(--bci-border);
  border-radius: 24px;
  background: var(--bci-white);
  box-shadow: 0 14px 40px rgba(41, 70, 23, 0.08);
}
.bci-services__process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.bci-services__process-grid::before {
  content: "";
  position: absolute;
  top: 38px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: var(--bci-border);
}
.bci-services__process-card {
  position: relative;
  z-index: 1;
  padding: 0 17px 20px;
  text-align: center;
}
.bci-services__process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 20px;
  border: 8px solid var(--bci-white);
  border-radius: 50%;
  background: var(--bci-green);
  color: var(--bci-white);
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(125, 189, 59, 0.22);
}
.bci-services__process-card h3 {
  margin: 0 0 8px !important;
  color: var(--bci-green-deep) !important;
  font-size: 20px;
}
.bci-services__process-card p {
  margin: 0 !important;
  color: var(--bci-gray) !important;
  font-size: 14px;
}
/* =========================================================
   CONTATTI FINALI
   ========================================================= */
.bci-services__contact {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 48px 51px;
  border-radius: 23px;
  background: linear-gradient(120deg, var(--bci-green-deep), var(--bci-green-dark));
  color: var(--bci-white);
  box-shadow: 0 18px 45px rgba(41, 70, 23, 0.23);
}
.bci-services__contact::before {
  content: "";
  position: absolute;
  top: -175px;
  right: 160px;
  width: 360px;
  height: 360px;
  border: 62px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.bci-services__contact-copy, .bci-services__contact-action {
  position: relative;
  z-index: 1;
}
.bci-services__contact-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bci-services__contact h2 {
  margin: 0 0 8px !important;
  color: var(--bci-white) !important;
  font-size: clamp(30px, 4vw, 44px);
}
.bci-services__contact p {
  max-width: 700px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px;
}
.bci-services__contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 23px;
  border: 2px solid var(--bci-white);
  border-radius: 9px;
  background: var(--bci-white);
  color: var(--bci-green-deep) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
}
.bci-services__contact-button:hover {
  border-color: var(--bci-green-soft);
  background: var(--bci-green-soft);
  color: var(--bci-green-deep) !important;
  transform: translateY(-2px);
}
/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .bci-services__intro {
    grid-template-columns: 1fr;
  }
  .bci-services__card, .bci-services__card:nth-child(even) {
    grid-template-columns: minmax(300px, 0.8fr) 1.2fr;
  }
  .bci-services__card:nth-child(even) .bci-services__card-visual {
    order: 0;
  }
  .bci-services__card-content {
    padding: 36px;
  }
  .bci-services__process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bci-services__process-grid::before {
    display: none;
  }
}
@media (max-width: 780px) {
  .bci-services {
    padding-right: 12px;
    padding-left: 12px;
  }
  .bci-services__hero {
    min-height: 440px;
    padding: 48px 30px;
  }
  .bci-services__intro, .bci-services__list, .bci-services__process {
    padding: 48px 25px;
  }
  .bci-services__card, .bci-services__card:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .bci-services__card-visual {
    min-height: 390px;
  }
  .bci-services__contact {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 580px) {
  .bci-services__hero {
    min-height: 410px;
    padding: 39px 23px;
    border-radius: 18px;
  }
  .bci-services__hero h1 {
    font-size: 41px;
  }
  .bci-services__hero p {
    font-size: 16px;
  }
  .bci-services__intro, .bci-services__list, .bci-services__process {
    padding: 42px 19px;
    border-radius: 18px;
  }
  .bci-services__card {
    border-radius: 17px;
  }
  .bci-services__card-visual {
    min-height: 310px;
  }
  .bci-services__card-logo {
    right: 18px;
    bottom: 18px;
    width: 105px;
    height: 105px;
  }
  .bci-services__card-content {
    padding: 31px 22px;
  }
  .bci-services__features, .bci-services__actions, .bci-services__process-grid {
    grid-template-columns: 1fr;
  }
  .bci-services__action {
    min-height: 100px;
  }
  .bci-services__contact {
    padding: 38px 24px;
    border-radius: 18px;
  }
  .bci-services__contact-action, .bci-services__contact-button {
    width: 100%;
  }
}
/* =========================================================
   BIOCERTITALIA
   PAGINE AZIENDE CERTIFICATE
   ========================================================= */
.bci-company-profile {
  --bci-green: #7dbd3b;
  --bci-green-dark: #416b24;
  --bci-green-deep: #294617;
  --bci-green-soft: #eaf5dc;
  --bci-green-pale: #f6faef;
  --bci-charcoal: #30332f;
  --bci-gray: #62685f;
  --bci-border: #d9e8c8;
  --bci-white: #ffffff;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 70px;
  color: var(--bci-charcoal);
  font-family: inherit;
  line-height: 1.65;
}
.bci-company-profile *, .bci-company-profile *::before, .bci-company-profile *::after {
  box-sizing: border-box;
}
.bci-company-profile a {
  color: var(--bci-green-dark);
  font-weight: 700;
  text-decoration: none;
}
.bci-company-profile a:hover {
  color: var(--bci-green-deep);
  text-decoration: underline;
}
/* =========================================================
   TESTATA AZIENDA
   ========================================================= */
.bci-company-profile__hero {
  position: relative;
  overflow: hidden;
  padding: 48px 46px;
  margin-bottom: 26px;
  border-radius: 22px;
  background: radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.11), transparent 260px), linear-gradient(125deg, var(--bci-green-deep), var(--bci-green-dark) 58%, var(--bci-green));
  color: var(--bci-white);
  box-shadow: 0 18px 45px rgba(41, 70, 23, 0.21);
}
.bci-company-profile__hero::after {
  content: "";
  position: absolute;
  right: -75px;
  bottom: -115px;
  width: 280px;
  height: 280px;
  border: 48px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.bci-company-profile__hero-content {
  position: relative;
  z-index: 1;
}
.bci-company-profile__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.11);
  color: var(--bci-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.bci-company-profile__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bci-white);
}
.bci-company-profile__hero h1 {
  margin: 0 0 10px !important;
  color: var(--bci-white) !important;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
}
.bci-company-profile__operator-code {
  display: inline-block;
  margin-top: 9px;
  padding: 8px 13px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--bci-white);
  font-size: 14px;
  font-weight: 700;
}
/* =========================================================
   INFORMAZIONI AZIENDA
   ========================================================= */
.bci-company-profile__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}
.bci-company-profile__info-card {
  padding: 25px;
  border: 1px solid var(--bci-border);
  border-radius: 17px;
  background: var(--bci-white);
  box-shadow: 0 10px 28px rgba(41, 70, 23, 0.08);
}
.bci-company-profile__info-label {
  display: block;
  margin-bottom: 8px;
  color: var(--bci-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bci-company-profile__info-value {
  margin: 0;
  color: var(--bci-charcoal);
  font-size: 16px;
  line-height: 1.65;
}
.bci-company-profile__info-value strong {
  color: var(--bci-green-deep);
}
/* =========================================================
   TITOLO PRODOTTI
   ========================================================= */
.bci-company-profile__section-heading {
  margin-bottom: 18px;
}
.bci-company-profile__section-heading h2 {
  margin: 0 0 7px !important;
  color: var(--bci-green-deep) !important;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
}
.bci-company-profile__section-heading p {
  margin: 0 !important;
  color: var(--bci-gray) !important;
  font-size: 16px;
}
/* =========================================================
   TABELLA PRODOTTI
   ========================================================= */
.bci-company-profile__table-wrapper {
  overflow-x: auto;
  border: 1px solid var(--bci-border);
  border-radius: 18px;
  background: var(--bci-white);
  box-shadow: 0 14px 36px rgba(41, 70, 23, 0.1);
}
.bci-company-profile__table {
  width: 100%;
  min-width: 760px;
  margin: 0 !important;
  border-collapse: collapse;
  background: var(--bci-white);
}
.bci-company-profile__table th, .bci-company-profile__table td {
  border: 0 !important;
}
.bci-company-profile__table thead {
  background: var(--bci-green-deep);
}
.bci-company-profile__table th {
  padding: 17px 20px !important;
  color: var(--bci-white) !important;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
}
.bci-company-profile__table td {
  padding: 19px 20px !important;
  border-bottom: 1px solid var(--bci-border) !important;
  color: var(--bci-charcoal) !important;
  font-size: 14px;
  line-height: 1.65;
  vertical-align: top;
}
.bci-company-profile__table tbody tr:nth-child(even) {
  background: var(--bci-green-pale);
}
.bci-company-profile__table tbody tr:hover {
  background: var(--bci-green-soft);
}
.bci-company-profile__table tbody tr:last-child td {
  border-bottom: 0 !important;
}
.bci-company-profile__product {
  min-width: 245px;
}
.bci-company-profile__product-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  margin-bottom: 9px;
  padding: 5px 9px;
  border-radius: 7px;
  background: var(--bci-green);
  color: var(--bci-white);
  font-size: 12px;
  font-weight: 800;
}
.bci-company-profile__product-name {
  display: block;
  color: var(--bci-green-deep);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}
.bci-company-profile__product-line {
  display: block;
  margin-top: 7px;
  color: var(--bci-gray);
  font-size: 13px;
}
.bci-company-profile__ingredients {
  min-width: 480px;
  color: var(--bci-charcoal);
  overflow-wrap: anywhere;
}
.bci-company-profile__organic-note {
  display: block;
  margin-top: 10px;
  color: var(--bci-green-dark);
  font-size: 13px;
  font-weight: 800;
}
/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 760px) {
  .bci-company-profile {
    padding-right: 12px;
    padding-left: 12px;
  }
  .bci-company-profile__hero {
    padding: 36px 24px;
    border-radius: 17px;
  }
  .bci-company-profile__hero h1 {
    font-size: 37px;
  }
  .bci-company-profile__info {
    grid-template-columns: 1fr;
  }
  .bci-company-profile__table-wrapper {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .bci-company-profile__table {
    display: block;
    min-width: 0;
  }
  .bci-company-profile__table thead {
    display: none;
  }
  .bci-company-profile__table tbody, .bci-company-profile__table tr, .bci-company-profile__table td {
    display: block;
    width: 100%;
  }
  .bci-company-profile__table tr {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid var(--bci-border);
    border-radius: 15px;
    background: var(--bci-white) !important;
    box-shadow: 0 9px 25px rgba(41, 70, 23, 0.09);
  }
  .bci-company-profile__table td {
    padding: 18px !important;
  }
  .bci-company-profile__table td:first-child {
    border-bottom: 1px solid var(--bci-border) !important;
    background: var(--bci-green-pale);
  }
  .bci-company-profile__product, .bci-company-profile__ingredients {
    min-width: 0;
  }
}
/* =========================================================
   PAGINE AZIENDE CERTIFICATE
   ========================================================= */
.bci-company-profile {
  --bci-green: #78b93f;
  --bci-green-dark: #456f28;
  --bci-green-deep: #2d4a1d;
  --bci-green-soft: #edf6e5;
  --bci-green-pale: #f8fbf5;
  --bci-red: #b42318;
  --bci-red-soft: #fff1f0;
  --bci-red-border: #f2b8b3;
  --bci-text: #2f332e;
  --bci-muted: #687066;
  --bci-border: #dce8d2;
  --bci-white: #ffffff;
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 18px 70px;
  color: var(--bci-text);
  line-height: 1.65;
}
.bci-company-profile *, .bci-company-profile *::before, .bci-company-profile *::after {
  box-sizing: border-box;
}
.bci-company-profile a {
  color: var(--bci-green-dark);
  font-weight: 700;
  text-decoration: none;
}
.bci-company-profile a:hover {
  color: var(--bci-green-deep);
  text-decoration: underline;
}
/* Testata */
.bci-company-profile__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 50px 46px;
  border-radius: 24px;
  background: radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.12), transparent 270px), linear-gradient(125deg, var(--bci-green-deep), var(--bci-green-dark) 58%, var(--bci-green));
  color: var(--bci-white);
  box-shadow: 0 18px 44px rgba(45, 74, 29, 0.2);
}
.bci-company-profile__hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -125px;
  width: 300px;
  height: 300px;
  border: 52px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.bci-company-profile__hero-content {
  position: relative;
  z-index: 1;
}
.bci-company-profile__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: var(--bci-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bci-company-profile__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bci-white);
}
.bci-company-profile__hero h1 {
  margin: 0 0 12px !important;
  color: var(--bci-white) !important;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.bci-company-profile__operator-code {
  display: inline-block;
  padding: 8px 13px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--bci-white);
  font-size: 14px;
  font-weight: 700;
}
/* Informazioni azienda */
.bci-company-profile__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}
.bci-company-profile__info-card {
  padding: 24px;
  border: 1px solid var(--bci-border);
  border-radius: 18px;
  background: var(--bci-white);
  box-shadow: 0 10px 28px rgba(45, 74, 29, 0.08);
}
.bci-company-profile__info-label {
  display: block;
  margin-bottom: 9px;
  color: var(--bci-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bci-company-profile__info-value {
  margin: 0 !important;
  color: var(--bci-text) !important;
  font-size: 16px;
}
.bci-company-profile__description {
  margin-bottom: 30px;
  padding: 22px 24px;
  border-left: 4px solid var(--bci-green);
  border-radius: 0 14px 14px 0;
  background: var(--bci-green-pale);
}
/* Titolo prodotti */
.bci-company-profile__section-heading {
  margin-bottom: 18px;
}
.bci-company-profile__section-heading h2 {
  margin: 0 0 7px !important;
  color: var(--bci-green-deep) !important;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
}
.bci-company-profile__section-heading p {
  margin: 0 !important;
  color: var(--bci-muted) !important;
  font-size: 16px;
}
/* Tabella */
.bci-company-profile__table-wrapper {
  overflow-x: auto;
  border: 1px solid var(--bci-border);
  border-radius: 18px;
  background: var(--bci-white);
  box-shadow: 0 14px 36px rgba(45, 74, 29, 0.1);
}
.bci-company-profile__table {
  width: 100%;
  min-width: 780px;
  margin: 0 !important;
  border-collapse: collapse;
  background: var(--bci-white);
}
.bci-company-profile__table th, .bci-company-profile__table td {
  border: 0 !important;
}
.bci-company-profile__table thead {
  background: var(--bci-green-deep);
}
.bci-company-profile__table th {
  padding: 17px 20px !important;
  color: var(--bci-white) !important;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
}
.bci-company-profile__table td {
  padding: 20px !important;
  border-bottom: 1px solid var(--bci-border) !important;
  color: var(--bci-text) !important;
  font-size: 14px;
  line-height: 1.65;
  vertical-align: top;
}
.bci-company-profile__table tbody tr:nth-child(even) {
  background: var(--bci-green-pale);
}
.bci-company-profile__table tbody tr:hover {
  background: var(--bci-green-soft);
}
.bci-company-profile__table tbody tr:last-child td {
  border-bottom: 0 !important;
}
.bci-company-profile__product {
  width: 34%;
  min-width: 260px;
}
.bci-company-profile__ingredients {
  width: 66%;
  min-width: 470px;
  overflow-wrap: anywhere;
}
.bci-company-profile__product-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 7px;
  background: var(--bci-green);
  color: var(--bci-white);
  font-size: 12px;
  font-weight: 800;
}
.bci-company-profile__product-name {
  display: block;
  color: var(--bci-green-deep);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}
.bci-company-profile__product-identifiers {
  font-weight: 700;
}
.bci-company-profile__product-line {
  display: block;
  margin-top: 7px;
  color: var(--bci-muted);
  font-size: 13px;
}
.bci-company-profile__discontinued-note {
  display: inline-block;
  margin-top: 11px;
  padding: 5px 9px;
  border: 1px solid var(--bci-red-border);
  border-radius: 999px;
  background: var(--bci-red-soft);
  color: var(--bci-red);
  font-size: 12px;
  font-weight: 800;
}
/* Fuori produzione */
.bci-company-profile__table tr.is-discontinued {
  background: var(--bci-red-soft) !important;
}
.bci-company-profile__table tr.is-discontinued td {
  border-bottom-color: var(--bci-red-border) !important;
  color: var(--bci-red) !important;
}
.bci-company-profile__table tr.is-discontinued .bci-company-profile__product-code {
  background: var(--bci-red);
  color: var(--bci-white);
}
.bci-company-profile__table tr.is-discontinued .bci-company-profile__product-name, .bci-company-profile__table tr.is-discontinued .bci-company-profile__product-identifiers, .bci-company-profile__table tr.is-discontinued .bci-company-profile__product-line, .bci-company-profile__table tr.is-discontinued .bci-company-profile__ingredients {
  color: var(--bci-red) !important;
}
.bci-company-profile__empty {
  padding: 22px;
  border: 1px solid var(--bci-border);
  border-radius: 14px;
  background: var(--bci-green-pale);
  color: var(--bci-muted);
}
.bci-company-profile__tags, .bci-company-profile__edit {
  margin-top: 24px;
}
/* Mobile */
@media (max-width: 760px) {
  .bci-company-profile {
    padding-right: 12px;
    padding-left: 12px;
  }
  .bci-company-profile__hero {
    padding: 36px 24px;
    border-radius: 18px;
  }
  .bci-company-profile__hero h1 {
    font-size: 38px;
  }
  .bci-company-profile__info {
    grid-template-columns: 1fr;
  }
  .bci-company-profile__table-wrapper {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .bci-company-profile__table {
    display: block;
    min-width: 0;
  }
  .bci-company-profile__table thead {
    display: none;
  }
  .bci-company-profile__table tbody, .bci-company-profile__table tr, .bci-company-profile__table td {
    display: block;
    width: 100%;
  }
  .bci-company-profile__table tr {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid var(--bci-border);
    border-radius: 15px;
    background: var(--bci-white) !important;
    box-shadow: 0 9px 25px rgba(45, 74, 29, 0.09);
  }
  .bci-company-profile__table td {
    min-width: 0;
    padding: 18px !important;
  }
  .bci-company-profile__table td:first-child {
    border-bottom: 1px solid var(--bci-border) !important;
    background: var(--bci-green-pale);
  }
  .bci-company-profile__table tr.is-discontinued {
    border-color: var(--bci-red-border);
    background: var(--bci-red-soft) !important;
  }
  .bci-company-profile__table tr.is-discontinued td:first-child {
    border-bottom-color: var(--bci-red-border) !important;
    background: var(--bci-red-soft);
  }
}
#g-main {
  padding-top: 15px;
}
#g-main .g-container {
  padding-top: 0;
}
.breadcrumb {
  margin-bottom: 15px;
}
/* Homepage */
/* =========================================================
   BIOCERTITALIA - HOMEPAGE
   ========================================================= */
.bci-home {
  --bci-home-green: #78be32;
  --bci-home-green-dark: #214b1f;
  --bci-home-green-deep: #153917;
  --bci-home-green-soft: #eef7e8;
  --bci-home-green-pale: #f7fbf4;
  --bci-home-cream: #fbf8ef;
  --bci-home-text: #263326;
  --bci-home-muted: #647064;
  --bci-home-white: #ffffff;
  --bci-home-border: #dce8d5;
  --bci-home-shadow: 0 24px 60px rgba(32, 64, 28, 0.12);
  width: min(100%, 1440px);
  margin: 0 auto;
  color: var(--bci-home-text);
  font-family: inherit;
}
.bci-home *, .bci-home *::before, .bci-home *::after {
  box-sizing: border-box;
}
.bci-home img {
  display: block;
  max-width: 100%;
}
.bci-home h1, .bci-home h2, .bci-home h3, .bci-home p {
  margin-top: 0;
}
/* HERO */
.bci-home__hero {
  position: relative;
  min-height: clamp(620px, 82vh, 860px);
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  isolation: isolate;
}
.bci-home__hero-media, .bci-home__hero-overlay {
  position: absolute;
  inset: 0;
}
.bci-home__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: bci-home-hero-zoom 16s ease-in-out infinite alternate;
}
.bci-home__hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(17, 47, 21, 0.9) 0%, rgba(17, 47, 21, 0.72) 42%, rgba(17, 47, 21, 0.18) 78%), linear-gradient(0deg, rgba(10, 25, 11, 0.42), transparent 45%);
}
.bci-home__hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 7vw, 100px);
}
.bci-home__hero-copy {
  width: min(720px, 100%);
  color: var(--bci-home-white);
  animation: bci-home-rise 900ms ease both;
}
.bci-home__eyebrow, .bci-home__kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--bci-home-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.bci-home__hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--bci-home-white);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.bci-home__hero-lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
}
.bci-home__hero-actions, .bci-home__contact {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
/* PULSANTI */
.bci-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.bci-home__button:hover, .bci-home__button:focus-visible {
  transform: translateY(-3px);
}
.bci-home__button--primary {
  background: var(--bci-home-green);
  color: #16320f !important;
  box-shadow: 0 14px 30px rgba(120, 190, 50, 0.28);
}
.bci-home__button--primary:hover, .bci-home__button--primary:focus-visible {
  background: #8dce4b;
}
.bci-home__button--ghost {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--bci-home-white) !important;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
.bci-home__button--ghost:hover, .bci-home__button--ghost:focus-visible {
  background: var(--bci-home-white);
  color: var(--bci-home-green-dark) !important;
}
.bci-home__button--dark {
  background: var(--bci-home-green-dark);
  color: var(--bci-home-white) !important;
}
.bci-home__button--light {
  background: var(--bci-home-white);
  color: var(--bci-home-green-dark) !important;
}
/* PUNTI HERO */
.bci-home__hero-points {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}
.bci-home__hero-points span {
  position: relative;
  padding-left: 16px;
}
.bci-home__hero-points span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bci-home-green);
}
/* INDICATORE SCORRIMENTO */
.bci-home__scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  width: 32px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  transform: translateX(-50%);
}
.bci-home__scroll span {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 5px;
  height: 9px;
  border-radius: 999px;
  background: var(--bci-home-white);
  transform: translateX(-50%);
  animation: bci-home-scroll 1.7s ease infinite;
}
/* SPAZIATURE GENERALI */
.bci-home__intro, .bci-home__certifications, .bci-home__company, .bci-home__contact {
  margin-top: clamp(56px, 8vw, 110px);
}
.bci-home__intro, .bci-home__certifications {
  padding: 0 clamp(20px, 5vw, 72px);
}
.bci-home__section-heading {
  width: min(760px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}
.bci-home__section-heading h2, .bci-home__company-copy h2, .bci-home__certified h2, .bci-home__contact h2 {
  color: var(--bci-home-green-deep);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.bci-home__section-heading p, .bci-home__company-copy p, .bci-home__certified p, .bci-home__contact p {
  color: var(--bci-home-muted);
  font-size: 17px;
  line-height: 1.75;
}
/* FASI */
.bci-home__intro-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.bci-home__intro-card {
  position: relative;
  min-height: 210px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--bci-home-border);
  border-radius: 24px;
  background: var(--bci-home-white);
  box-shadow: 0 12px 36px rgba(40, 75, 35, 0.07);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.bci-home__intro-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--bci-home-shadow);
}
.bci-home__intro-number, .bci-home__cert-number {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--bci-home-green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.bci-home__intro-card h3 {
  margin-bottom: 10px;
  color: var(--bci-home-green-deep);
  font-size: 24px;
}
.bci-home__intro-card p {
  margin-bottom: 0;
  color: var(--bci-home-muted);
  line-height: 1.65;
}
/* CERTIFICAZIONI */
.bci-home__certifications {
  padding-top: clamp(56px, 7vw, 90px);
  padding-bottom: clamp(56px, 7vw, 90px);
  border-radius: 34px;
  background: var(--bci-home-green-pale);
}
.bci-home__cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.bci-home__cert-card {
  overflow: hidden;
  border: 1px solid var(--bci-home-border);
  border-radius: 26px;
  background: var(--bci-home-white);
  box-shadow: 0 15px 40px rgba(35, 68, 30, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.bci-home__cert-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--bci-home-shadow);
}
.bci-home__cert-visual {
  position: relative;
  height: 270px;
  overflow: hidden;
}
.bci-home__cert-visual > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}
.bci-home__cert-card:hover .bci-home__cert-visual > img:first-child {
  transform: scale(1.045);
}
.bci-home__cert-logo {
  position: absolute;
  right: 20px;
  bottom: -38px;
  width: 84px;
  height: 84px;
  padding: 3px;
  border: 4px solid var(--bci-home-white);
  border-radius: 50%;
  background: var(--bci-home-white);
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(30, 65, 27, 0.18);
}
.bci-home__cert-content {
  padding: 42px 28px 30px;
}
.bci-home__cert-content h3 {
  margin-bottom: 14px;
  color: var(--bci-home-green-deep);
  font-size: 30px;
}
.bci-home__cert-content p, .bci-home__cert-content li {
  color: var(--bci-home-muted);
  line-height: 1.65;
}
.bci-home__cert-content ul {
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}
.bci-home__cert-content li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 22px;
}
.bci-home__cert-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--bci-home-green);
  font-weight: 900;
}
.bci-home__text-link {
  color: var(--bci-home-green-dark) !important;
  font-weight: 900;
  text-decoration: none !important;
}
.bci-home__text-link::after {
  content: " →";
}
/* SEZIONE AZIENDA */
.bci-home__company {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
  border-radius: 34px;
  background: var(--bci-home-cream);
}
.bci-home__company-image {
  min-height: 520px;
}
.bci-home__company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bci-home__company-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 6vw, 84px);
}
.bci-home__company-copy .bci-home__button {
  margin-top: 12px;
}
/* AZIENDE CERTIFICATE */
.bci-home__certified {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(56px, 8vw, 110px);
  padding: clamp(38px, 5vw, 68px);
  border-radius: 30px;
  background: var(--bci-home-green-dark);
}
.bci-home__certified-copy {
  width: min(720px, 100%);
}
.bci-home__certified h2, .bci-home__certified p {
  color: var(--bci-home-white);
}
.bci-home__certified .bci-home__kicker {
  color: #a8db76;
}
/* CONTATTI */
.bci-home__contact {
  justify-content: space-between;
  padding: clamp(38px, 5vw, 70px);
  border: 1px solid var(--bci-home-border);
  border-radius: 30px;
  background: var(--bci-home-white);
  box-shadow: var(--bci-home-shadow);
}
.bci-home__contact > div {
  width: min(720px, 100%);
}
/* ANIMAZIONI */
@keyframes bci-home-hero-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
@keyframes bci-home-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bci-home-scroll {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
}
/* TABLET E SCHERMI MEDI */
@media (max-width: 1100px) {
  .bci-home__intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bci-home__cert-grid {
    grid-template-columns: 1fr;
  }
  .bci-home__cert-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) 1.12fr;
  }
  .bci-home__cert-visual {
    height: 100%;
    min-height: 360px;
  }
  .bci-home__cert-logo {
    right: -38px;
    bottom: 24px;
  }
  .bci-home__cert-content {
    padding: 44px 38px;
  }
}
/* TABLET VERTICALE E TELEFONI GRANDI */
@media (max-width: 820px) {
  .bci-home {
    width: 100%;
  }
  .bci-home__hero {
    min-height: 720px;
    border-radius: 0 0 24px 24px;
  }
  .bci-home__hero-overlay {
    background: linear-gradient(0deg, rgba(15, 45, 19, 0.95) 0%, rgba(15, 45, 19, 0.76) 60%, rgba(15, 45, 19, 0.34) 100%);
  }
  .bci-home__hero-inner {
    align-items: flex-end;
    padding: 100px 22px 92px;
  }
  .bci-home__hero h1 {
    font-size: clamp(40px, 12vw, 62px);
  }
  .bci-home__hero-actions, .bci-home__contact, .bci-home__certified {
    align-items: stretch;
    flex-direction: column;
  }
  .bci-home__hero-actions .bci-home__button, .bci-home__contact .bci-home__button, .bci-home__certified .bci-home__button {
    width: 100%;
  }
  .bci-home__company {
    grid-template-columns: 1fr;
  }
  .bci-home__company-image {
    min-height: 360px;
  }
  .bci-home__cert-card {
    display: block;
  }
  .bci-home__cert-visual {
    min-height: 0;
    height: 280px;
  }
  .bci-home__cert-logo {
    right: 20px;
    bottom: -38px;
  }
  .bci-home__cert-content {
    padding: 44px 26px 28px;
  }
  .bci-home__certified {
    margin-left: 16px;
    margin-right: 16px;
  }
  .bci-home__contact {
    margin-left: 16px;
    margin-right: 16px;
  }
}
/* TELEFONI */
@media (max-width: 560px) {
  .bci-home__hero {
    min-height: 680px;
  }
  .bci-home__hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bci-home__hero h1 {
    font-size: 42px;
    line-height: 1.06;
  }
  .bci-home__hero-lead {
    font-size: 17px;
    line-height: 1.58;
  }
  .bci-home__hero-points {
    display: grid;
    gap: 10px;
  }
  .bci-home__intro, .bci-home__certifications {
    padding-left: 14px;
    padding-right: 14px;
  }
  .bci-home__intro-grid {
    grid-template-columns: 1fr;
  }
  .bci-home__intro-card {
    min-height: auto;
    padding: 24px;
  }
  .bci-home__certifications {
    border-radius: 22px;
  }
  .bci-home__cert-visual {
    height: 230px;
  }
  .bci-home__cert-logo {
    width: 72px;
    height: 72px;
    right: 16px;
    bottom: -32px;
  }
  .bci-home__cert-content h3 {
    font-size: 26px;
  }
  .bci-home__company {
    border-radius: 22px;
  }
  .bci-home__company-image {
    min-height: 280px;
  }
  .bci-home__company-copy {
    padding: 34px 22px;
  }
  .bci-home__certified, .bci-home__contact {
    padding: 32px 22px;
    border-radius: 22px;
  }
  .bci-home__scroll {
    display: none;
  }
}
/* ACCESSIBILITÀ: RIDUZIONE DELLE ANIMAZIONI */
@media (prefers-reduced-motion: reduce) {
  .bci-home *, .bci-home *::before, .bci-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* Scritte home responsive */
/* =========================================================
   SLIDER HOME RESPONSIVE
   ========================================================= */
#g-slideshow {
  overflow: hidden;
}
/* Contenitore del testo */
#g-slideshow .jl-slideshow-content, #g-slideshow .uk-overlay, #g-slideshow .uk-position-center, #g-slideshow .uk-position-center-left {
  width: min(760px, calc(100% - 48px)) !important;
  max-width: 760px !important;
  padding: 24px !important;
}
/* Titolo principale */
#g-slideshow h1, #g-slideshow h2, #g-slideshow .jl-slideshow-title {
  margin-bottom: 16px !important;
  font-size: clamp(34px, 5vw, 68px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  overflow-wrap: anywhere;
}
/* Sottotitolo e testo */
#g-slideshow h3, #g-slideshow .jl-slideshow-meta, #g-slideshow .jl-slideshow-content p {
  margin-bottom: 20px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  line-height: 1.5 !important;
}
/* Pulsante */
#g-slideshow .uk-button, #g-slideshow .button, #g-slideshow a[class*="button"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  white-space: normal;
  text-align: center;
}
/* Tablet */
@media (max-width: 820px) {
  #g-slideshow .jl-slideshow-content, #g-slideshow .uk-overlay, #g-slideshow .uk-position-center, #g-slideshow .uk-position-center-left {
    top: auto !important;
    bottom: 30px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    padding: 28px 24px !important;
    transform: none !important;
    text-align: left !important;
  }
  #g-slideshow h1, #g-slideshow h2, #g-slideshow .jl-slideshow-title {
    font-size: clamp(32px, 8vw, 48px) !important;
    line-height: 1.08 !important;
  }
  #g-slideshow h3, #g-slideshow .jl-slideshow-meta, #g-slideshow .jl-slideshow-content p {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }
}
/* Telefoni */
@media (max-width: 560px) {
  #g-slideshow .jl-slideshow-content, #g-slideshow .uk-overlay, #g-slideshow .uk-position-center, #g-slideshow .uk-position-center-left {
    bottom: 18px !important;
    padding: 22px 18px !important;
  }
  #g-slideshow h1, #g-slideshow h2, #g-slideshow .jl-slideshow-title {
    margin-bottom: 12px !important;
    font-size: 36px !important;
    line-height: 1.08 !important;
  }
  #g-slideshow h3, #g-slideshow .jl-slideshow-meta, #g-slideshow .jl-slideshow-content p {
    margin-bottom: 16px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
  #g-slideshow .uk-button, #g-slideshow .button, #g-slideshow a[class*="button"] {
    width: 100% !important;
    padding: 13px 18px !important;
    font-size: 16px !important;
  }
}
/* Slider homepage: contorno nero sui testi */
#g-slideshow .tm-meta, #g-slideshow .tm-title, #g-slideshow .tm-content, #g-slideshow .tm-content p {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 2px 4px rgba(0, 0, 0, 0.65) !important;
}
/* Dimensioni testi solo su telefonino */
@media (max-width: 640px) {
  /* Prima riga */
  /* Terza riga */
  #g-slideshow .tm-meta {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
  #g-slideshow .tm-content, #g-slideshow .tm-content p {
    font-size: 24px !important;
    line-height: 1.35 !important;
  }
}
/* Sposta il menu principale verso destra solo su desktop */
@media (min-width: 961px) {
  nav .jl-navbar-center {
    left: 57% !important;
  }
}
/* BIOCERTITALIA - PAGINA CONTATTI */
.bci-contact-page {
  max-width: 1180px;
  margin: 0 auto;
}
.bci-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.35fr);
  gap: 40px;
  align-items: start;
  margin-top: 30px;
}
.bci-contact-details, .bci-contact-form-column {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.bci-contact-details h2, .bci-contact-form-column h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.bci-contact-intro {
  margin-bottom: 26px;
  line-height: 1.65;
}
.bci-contact-page .com-contact__info dl {
  margin: 0;
}
.bci-contact-page .com-contact__info dt, .bci-contact-page .com-contact__info dd {
  margin-bottom: 12px;
}
.bci-contact-page .contact-form .well {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.bci-contact-page .contact-form fieldset {
  padding: 0;
  border: 0;
}
.bci-contact-page .contact-form legend {
  display: none;
}
.bci-contact-page .contact-form .control-group {
  margin-bottom: 18px;
}
.bci-contact-page .contact-form .control-label {
  margin-bottom: 6px;
}
.bci-contact-page .contact-form input, .bci-contact-page .contact-form select, .bci-contact-page .contact-form textarea {
  width: 100%;
  max-width: none;
  min-height: 46px;
  box-sizing: border-box;
}
.bci-contact-page .contact-form textarea {
  min-height: 170px;
  resize: vertical;
}
.bci-contact-page .contact-form .btn-primary {
  min-height: 46px;
  padding: 10px 24px;
}
@media (max-width: 767px) {
  .bci-contact-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .bci-contact-details, .bci-contact-form-column {
    padding: 22px 18px;
  }
}
@media (min-width: 768px) {
  .g-main-nav .menu-consigliato-largo > a {
    white-space: nowrap;
    min-width: 260px;
  }
  .g-main-nav .menu-consigliato-largo {
    min-width: 260px;
  }
}
/*# sourceMappingURL=custom_38.css.map */