/* TRPLAST — Materiali barriera per Doypack */
.elementor-page .trp-section,
.elementor-editor-active .trp-section {
  --trp-navy: #071b35;
  --trp-green: #009a4e;
  --trp-green-dark: #00783d;
  --trp-slate: #253746;
  --trp-line: #dfe5e9;
  --trp-soft: #f5f7f8;
  color: var(--trp-navy);
  font-family: "Inter", Arial, sans-serif;
}

.trp-section .elementor-widget-heading .elementor-heading-title,
.trp-section .elementor-widget-text-editor,
.trp-section .elementor-button,
.trp-section .elementor-icon-box-title,
.trp-section .elementor-icon-box-description,
.trp-section input,
.trp-section select,
.trp-section textarea,
.trp-section button {
  font-family: "Inter", Arial, sans-serif;
}

.trp-section p { margin: 0; }
.trp-section .elementor-widget:not(:last-child) { margin-bottom: 0; }

.trp-header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(7, 27, 53, .09);
  position: relative;
  z-index: 20;
}

.trp-header > .elementor-container {
  align-items: center;
  min-height: 68px;
  padding: 0 34px;
}

.trp-logo img,
.trp-footer-logo img {
  display: block;
  height: auto;
  width: 168px;
}

.trp-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 1.7vw, 30px);
  justify-content: center;
  white-space: nowrap;
}

.trp-nav a,
.trp-footer-nav a {
  color: var(--trp-navy);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.trp-nav a:hover,
.trp-nav a.active,
.trp-footer-nav a:hover { color: var(--trp-green); }

.trp-header-actions > .elementor-widget-wrap {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.trp-lang { font-size: 12px; font-weight: 700; white-space: nowrap; }
.trp-lang span { padding-left: 4px; }

.trp-btn .elementor-button {
  background: var(--trp-green);
  border: 1px solid var(--trp-green);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  min-height: 45px;
  padding: 13px 20px;
  white-space: nowrap;
}

.trp-btn .elementor-button:hover {
  background: var(--trp-green-dark);
  border-color: var(--trp-green-dark);
}

.trp-btn-header .elementor-button { min-width: 230px; }
.trp-btn-small .elementor-button { min-height: 42px; padding: 11px 18px; }

.trp-hero {
  background-color: #f5f8fa;
  min-height: 440px;
  position: relative;
}

.trp-hero::before {
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.98) 37%, rgba(255,255,255,.78) 48%, rgba(255,255,255,0) 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.trp-hero > .elementor-container {
  max-width: 1440px !important;
  min-height: 440px;
  padding: 42px 56px;
  position: relative;
}

.trp-hero-copy > .elementor-widget-wrap {
  align-content: center;
  padding-right: 8%;
}

.trp-hero-title .elementor-heading-title {
  color: var(--trp-navy);
  font-size: clamp(42px, 4.1vw, 62px);
  font-weight: 800;
  letter-spacing: -2.2px;
  line-height: .98;
}

.trp-hero-subtitle { margin-top: 15px !important; }
.trp-hero-subtitle .elementor-heading-title {
  color: var(--trp-navy);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.18;
}

.trp-hero-text {
  color: #263a4c;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 18px !important;
  max-width: 520px;
}

.trp-button-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 25px; }
.trp-button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  text-decoration: none !important;
}
.trp-button span { font-size: 18px; margin-left: 14px; }
.trp-button-primary { background: var(--trp-green); border: 1px solid var(--trp-green); color: #fff; }
.trp-button-primary:hover { background: var(--trp-green-dark); color: #fff; }
.trp-button-outline { background: rgba(255,255,255,.93); border: 1px solid var(--trp-green); color: var(--trp-navy); }
.trp-button-outline:hover { background: var(--trp-green); color: #fff; }

.trp-benefits { background: #fff; border-bottom: 1px solid var(--trp-line); }
.trp-benefits > .elementor-container { max-width: 1440px !important; padding: 20px 42px; }
.trp-benefits .elementor-column { border-right: 1px solid var(--trp-line); }
.trp-benefits .elementor-column:last-child { border-right: 0; }
.trp-benefits .elementor-widget-wrap { padding: 0 18px; }
.trp-benefit .elementor-icon-box-wrapper { align-items: center; display: flex; gap: 13px; }
.trp-benefit .elementor-icon-box-icon { margin: 0 !important; }
.trp-benefit .elementor-icon { color: var(--trp-navy); font-size: 28px; }
.trp-benefit .elementor-icon-box-content { text-align: left; }
.trp-benefit .elementor-icon-box-title { color: var(--trp-navy); font-size: 13px; font-weight: 800; margin: 0 0 2px; }
.trp-benefit .elementor-icon-box-description { color: #425364; font-size: 11px; line-height: 1.3; }

.trp-barriers > .elementor-container,
.trp-structure > .elementor-container,
.trp-materials > .elementor-container,
.trp-sectors > .elementor-container,
.trp-value > .elementor-container {
  max-width: 1440px !important;
  padding: 30px 42px;
}

.trp-title .elementor-heading-title {
  color: var(--trp-navy);
  font-size: clamp(27px, 2.7vw, 38px);
  font-weight: 800;
  letter-spacing: -1.1px;
  line-height: 1.05;
}

.trp-body {
  color: #33475a;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 17px !important;
}

.trp-intro-line {
  color: #34495d;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 5px !important;
}

.trp-barrier-intro > .elementor-widget-wrap { align-content: center; padding-right: 24px; }
.trp-barrier-intro .trp-btn { margin-top: 18px !important; }
.trp-barrier-grid > .elementor-container { align-items: stretch; }
.trp-barrier-card {
  background: linear-gradient(145deg, #102535 0%, #334551 100%);
  border: 1px solid #40525d;
  border-radius: 5px;
  color: #fff;
  min-height: 258px;
  overflow: hidden;
}
.trp-barrier-card > .elementor-widget-wrap { align-content: stretch; padding: 0; }
.trp-barrier-box { min-height: 258px; padding: 24px 17px 18px; text-align: center; }
.trp-barrier-symbol { color: #fff; font-size: 43px; font-weight: 500; line-height: 1; }
.trp-barrier-box h3 { color: #fff; font: 700 17px/1.2 "Inter", sans-serif; margin: 10px 0 13px; }
.trp-barrier-box p { color: #f1f5f7; font-size: 12px; line-height: 1.45; }
.trp-barrier-box span { background: #00c765; display: block; height: 3px; margin: 20px auto 0; width: 40px; }

.trp-structure { background: #fff; border-top: 1px solid #edf0f2; }
.trp-structure > .elementor-container { align-items: stretch; }
.trp-structure-copy > .elementor-widget-wrap { align-content: center; padding-right: 26px; }
.trp-structure-copy .trp-btn { margin-top: 18px !important; }
.trp-structure-visual { min-height: 280px; }
.trp-structure-callout { background: linear-gradient(135deg, #f7f9fa 0%, #eef3f5 100%); border-radius: 7px; }
.trp-structure-callout > .elementor-widget-wrap { align-content: center; padding: 23px; }
.trp-callout-icon .elementor-icon-box-wrapper { text-align: left; }
.trp-callout-icon .elementor-icon { color: var(--trp-green); font-size: 42px; }
.trp-callout-icon .elementor-icon-box-title { color: var(--trp-navy); font-size: 17px; font-weight: 800; margin: 9px 0 13px; }
.trp-callout-icon .elementor-icon-box-description { color: #304556; font-size: 13px; line-height: 1.8; }

.trp-materials { border-top: 1px solid #edf0f2; }
.trp-materials .trp-intro-line { margin-bottom: 16px !important; }
.trp-material-grid > .elementor-container { align-items: stretch; }
.trp-material-card {
  background-color: #fff;
  border: 1px solid #dfe5e9;
  border-radius: 5px;
  min-height: 388px;
  overflow: hidden;
}
.trp-material-card > .elementor-widget-wrap { align-content: flex-end; padding: 0; }
.trp-material-content { background: #fff; min-height: 233px; padding: 16px 17px 15px; }
.trp-material-content h3 { color: var(--trp-navy); font: 800 17px/1.2 "Inter", sans-serif; margin: 0 0 6px; }
.trp-material-content p { color: #405164; font-size: 12px; line-height: 1.42; min-height: 50px; }
.trp-material-content ul { list-style: none; margin: 12px 0; padding: 0; }
.trp-material-content li { color: #31485a; font-size: 11.5px; margin: 7px 0; padding-left: 17px; position: relative; }
.trp-material-content li::before { color: var(--trp-green); content: "✓"; font-weight: 800; left: 0; position: absolute; }
.trp-material-content a { border: 1px solid var(--trp-green); border-radius: 4px; color: var(--trp-green-dark); display: inline-block; font-size: 12px; font-weight: 700; padding: 9px 14px; text-decoration: none; }
.trp-material-content a:hover { background: var(--trp-green); color: #fff; }
.trp-material-content a span { margin-left: 10px; }

.trp-quality { color: #fff; min-height: 300px; position: relative; }
.trp-quality::before {
  background: linear-gradient(90deg, rgba(4,24,39,.99) 0%, rgba(4,24,39,.97) 44%, rgba(4,24,39,.67) 60%, rgba(4,24,39,.05) 82%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.trp-quality > .elementor-container { max-width: 1440px !important; min-height: 300px; padding: 28px 42px; position: relative; }
.trp-quality-copy > .elementor-widget-wrap { align-content: center; padding-right: 17%; }
.trp-quality-title .elementor-heading-title { color: #fff; font-size: clamp(29px, 3vw, 41px); font-weight: 800; letter-spacing: -1px; line-height: 1.05; }
.trp-quality-text { color: #f2f6f8; font-size: 14px; line-height: 1.5; margin-top: 12px !important; max-width: 480px; }
.trp-quality-list { display: grid; gap: 10px 20px; grid-template-columns: repeat(2, 1fr); margin-top: 16px; max-width: 520px; }
.trp-quality-list > div { align-items: center; display: flex; gap: 11px; }
.trp-quality-list b { color: #fff; font-size: 26px; min-width: 30px; }
.trp-quality-list span { color: #fff; font-size: 12px; font-weight: 600; }
.trp-quality-list small { color: #cbd6dd; display: block; font-size: 10px; font-weight: 400; margin-top: 1px; }
.trp-quality-copy .trp-btn { margin-top: 17px !important; }

.trp-sectors .trp-intro-line { margin-bottom: 15px !important; }
.trp-sector-grid > .elementor-container { align-items: stretch; }
.trp-sector-card { background-color: #f6f8f9; border: 1px solid #e4e8eb; border-radius: 5px; min-height: 135px; overflow: hidden; }
.trp-sector-card > .elementor-widget-wrap { align-content: center; padding: 0; }
.trp-sector-copy { margin-left: 43%; padding: 14px 13px 12px; }
.trp-sector-copy h3 { color: var(--trp-navy); font: 800 14px/1.2 "Inter", sans-serif; margin: 0 0 8px; }
.trp-sector-copy p { color: #425465; font-size: 10.5px; line-height: 1.35; min-height: 42px; }
.trp-sector-copy a { color: var(--trp-green-dark); display: inline-block; font-size: 10px; font-weight: 800; margin-top: 8px; text-decoration: none; }

.trp-value { background: #fff; border-top: 1px solid #e7ebee; }
.trp-value > .elementor-container { min-height: 210px; padding-bottom: 20px; padding-top: 20px; }
.trp-shelf-copy > .elementor-widget-wrap,
.trp-compliance-copy > .elementor-widget-wrap { align-content: center; }
.trp-value-title .elementor-heading-title { color: var(--trp-navy); font-size: 21px; font-weight: 800; line-height: 1.15; }
.trp-value-text { color: #405264; font-size: 12px; line-height: 1.45; margin-top: 5px !important; }
.trp-shelf-image { min-height: 190px; }
.trp-value-icons,
.trp-compliance-icons { display: flex; gap: 15px; margin-top: 18px; }
.trp-value-icons > div,
.trp-compliance-icons > div { align-items: center; display: flex; flex: 1; gap: 8px; }
.trp-value-icons b,
.trp-compliance-icons b { align-items: center; border: 2px solid var(--trp-green); border-radius: 50%; color: var(--trp-green); display: flex; font-size: 18px; height: 38px; justify-content: center; min-width: 38px; }
.trp-value-icons span,
.trp-compliance-icons span { color: var(--trp-navy); font-size: 10px; font-weight: 800; }
.trp-value-icons small,
.trp-compliance-icons small { color: #526576; display: block; font-size: 8px; font-weight: 400; margin-top: 2px; }
.trp-compliance-copy > .elementor-widget-wrap { padding-left: 22px; }
.trp-compliance-icons { gap: 10px; }

.trp-cta { color: #fff; min-height: 280px; position: relative; }
.trp-cta::before { background: rgba(0, 34, 26, .75); content: ""; inset: 0; position: absolute; }
.trp-cta > .elementor-container { max-width: 1440px !important; min-height: 280px; padding: 28px 42px; position: relative; }
.trp-cta-copy > .elementor-widget-wrap { align-content: center; padding-right: 30px; }
.trp-cta-title .elementor-heading-title { color: #fff; font-size: clamp(27px, 2.6vw, 38px); font-weight: 800; letter-spacing: -.7px; line-height: 1.08; }
.trp-cta-title::after { background: #16d273; content: ""; display: block; height: 3px; margin-top: 18px; width: 38px; }
.trp-cta-text { color: #f0f7f3; font-size: 13px; line-height: 1.5; margin-top: 15px !important; max-width: 410px; }
.trp-cta-form-col > .elementor-widget-wrap { align-content: center; padding: 0 16px; }
.trp-form-grid { display: grid; gap: 6px; grid-template-columns: 1fr 1fr; }
.trp-form input,
.trp-form select,
.trp-form textarea { background: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; color: #15273a; font-size: 11px; min-height: 35px; padding: 8px 10px; width: 100%; }
.trp-form textarea { grid-column: 1 / -1; min-height: 45px; resize: vertical; }
.trp-form > label { align-items: center; color: #fff; display: inline-flex; font-size: 9px; gap: 6px; margin-top: 9px; }
.trp-form > label input { min-height: auto; width: auto; }
.trp-form button { background: var(--trp-green); border: 0; border-radius: 3px; color: #fff; cursor: pointer; float: right; font-size: 12px; font-weight: 800; margin-top: 8px; min-height: 38px; padding: 9px 20px; }
.trp-form button:hover { background: var(--trp-green-dark); }
.trp-form button span { margin-left: 14px; }
.trp-cta-slogan-col > .elementor-widget-wrap { align-content: center; padding-left: 22px; }
.trp-cta-slogan .elementor-heading-title { color: #fff; font-size: 20px; font-weight: 500; line-height: 1.3; }
.trp-cta-slogan::after { background: #16d273; content: ""; display: block; height: 3px; margin-top: 18px; width: 38px; }

.trp-footer { background: #fff; }
.trp-footer > .elementor-container { align-items: center; min-height: 105px; padding: 20px 42px; }
.trp-footer .elementor-column { border-right: 1px solid #dce3e7; }
.trp-footer .elementor-column:last-child { border-right: 0; }
.trp-footer .elementor-widget-wrap { align-content: center; padding: 0 17px; }
.trp-footer-text { color: #425365; font-size: 10px; line-height: 1.55; }
.trp-footer-text strong { color: var(--trp-navy); font-weight: 800; }
.trp-green { color: var(--trp-green); font-weight: 800; margin-right: 5px; }
.trp-footer-nav { display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: center; }
.trp-footer-nav a { font-size: 10px; }
.trp-footer-social > .elementor-widget-wrap { align-items: center; display: flex; gap: 16px; }
.trp-linkedin .elementor-icon { color: var(--trp-navy); font-size: 25px; }
.trp-copyright { color: #536576; font-size: 8px; line-height: 1.5; }
.trp-footer-bar { background: #f3f5f6; border-top: 1px solid #e5e9ec; }
.trp-footer-bar > .elementor-container { max-width: 1440px !important; min-height: 51px; padding: 0 42px; }
.trp-footer-tagline { color: #46596b; font-size: 10px; }
.trp-footer-tagline span { background: var(--trp-green); display: inline-block; height: 2px; margin-left: 15px; vertical-align: middle; width: 40px; }
.trp-footer-tagline-right { text-align: right; }

@media (max-width: 1180px) {
  .trp-header > .elementor-container { padding: 0 20px; }
  .trp-nav { gap: 12px; }
  .trp-nav a { font-size: 10px; }
  .trp-btn-header .elementor-button { min-width: 190px; }
  .trp-hero > .elementor-container { padding-left: 36px; padding-right: 36px; }
  .trp-benefits > .elementor-container,
  .trp-barriers > .elementor-container,
  .trp-structure > .elementor-container,
  .trp-materials > .elementor-container,
  .trp-sectors > .elementor-container,
  .trp-value > .elementor-container,
  .trp-quality > .elementor-container,
  .trp-cta > .elementor-container,
  .trp-footer > .elementor-container { padding-left: 26px; padding-right: 26px; }
  .trp-value-icons, .trp-compliance-icons { flex-wrap: wrap; }
}

@media (max-width: 1024px) {
  .trp-header-nav-col, .trp-nav-widget { display: none; }
  .trp-header .elementor-column:first-child { width: 40% !important; }
  .trp-header-actions { width: 60% !important; }
  .trp-hero { background-position: 62% center !important; }
  .trp-hero-copy { width: 62% !important; }
  .trp-hero-visual { width: 38% !important; }
  .trp-benefits .elementor-container { flex-wrap: wrap; }
  .trp-benefits .elementor-column { border-bottom: 1px solid var(--trp-line); width: 33.333% !important; }
  .trp-benefits .elementor-column:nth-child(3) { border-right: 0; }
  .trp-barrier-intro, .trp-barrier-cards { width: 100% !important; }
  .trp-barrier-intro { margin-bottom: 24px; }
  .trp-structure-copy { width: 40% !important; }
  .trp-structure-visual { width: 60% !important; }
  .trp-structure-callout { margin-top: 22px; width: 100% !important; }
  .trp-material-card { width: 50% !important; }
  .trp-sector-card { width: 50% !important; }
  .trp-shelf-copy, .trp-compliance-copy { width: 42% !important; }
  .trp-shelf-image { width: 16% !important; }
  .trp-cta-copy { width: 38% !important; }
  .trp-cta-form-col { width: 62% !important; }
  .trp-cta-slogan-col { display: none; }
}

@media (max-width: 767px) {
  .trp-header > .elementor-container { min-height: 62px; padding: 8px 16px; }
  .trp-logo img { width: 142px; }
  .trp-lang-widget { display: none; }
  .trp-btn-header .elementor-button { font-size: 11px; min-height: 39px; min-width: 0; padding: 10px 13px; }
  .trp-hero { background-position: 69% center !important; min-height: 555px; }
  .trp-hero::before { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 60%, rgba(255,255,255,.30) 100%); }
  .trp-hero > .elementor-container { min-height: 555px; padding: 38px 21px 150px; }
  .trp-hero-copy { width: 100% !important; }
  .trp-hero-visual { display: none; }
  .trp-hero-title .elementor-heading-title { font-size: 40px; }
  .trp-hero-subtitle .elementor-heading-title { font-size: 21px; }
  .trp-button-row { align-items: stretch; flex-direction: column; }
  .trp-button { width: 100%; }
  .trp-benefits > .elementor-container { padding: 12px 18px; }
  .trp-benefits .elementor-column { border-right: 0; width: 100% !important; }
  .trp-benefits .elementor-widget-wrap { padding: 11px 6px; }
  .trp-barriers > .elementor-container,
  .trp-structure > .elementor-container,
  .trp-materials > .elementor-container,
  .trp-sectors > .elementor-container,
  .trp-value > .elementor-container,
  .trp-quality > .elementor-container,
  .trp-cta > .elementor-container,
  .trp-footer > .elementor-container { padding: 28px 20px; }
  .trp-title .elementor-heading-title { font-size: 29px; }
  .trp-barrier-card { margin-bottom: 10px; width: 50% !important; }
  .trp-structure-copy, .trp-structure-visual, .trp-structure-callout { width: 100% !important; }
  .trp-structure-visual { background-position: center center !important; min-height: 270px; }
  .trp-material-card { margin-bottom: 12px; width: 100% !important; }
  .trp-quality { background-position: 64% center !important; }
  .trp-quality::before { background: rgba(4,24,39,.86); }
  .trp-quality-copy { width: 100% !important; }
  .trp-quality-visual { display: none; }
  .trp-quality-copy > .elementor-widget-wrap { padding-right: 0; }
  .trp-quality-list { grid-template-columns: 1fr; }
  .trp-sector-card { margin-bottom: 10px; width: 100% !important; }
  .trp-shelf-copy, .trp-shelf-image, .trp-compliance-copy { width: 100% !important; }
  .trp-shelf-image { min-height: 240px; }
  .trp-compliance-copy > .elementor-widget-wrap { padding-left: 0; }
  .trp-value-icons, .trp-compliance-icons { gap: 12px; }
  .trp-value-icons > div, .trp-compliance-icons > div { flex-basis: 45%; }
  .trp-cta-copy, .trp-cta-form-col { width: 100% !important; }
  .trp-cta-form-col > .elementor-widget-wrap { padding: 24px 0 0; }
  .trp-form-grid { grid-template-columns: 1fr; }
  .trp-form textarea { grid-column: auto; }
  .trp-form button { float: none; width: 100%; }
  .trp-footer .elementor-column { border-bottom: 1px solid #e1e6e9; border-right: 0; padding: 16px 0; width: 100% !important; }
  .trp-footer .elementor-widget-wrap { padding: 0; }
  .trp-footer-nav { justify-content: flex-start; }
  .trp-footer-tagline-right { text-align: left; }
}

@media (max-width: 460px) {
  .trp-barrier-card { width: 100% !important; }
  .trp-barrier-box { min-height: 220px; }
  .trp-header-actions .trp-btn-header .elementor-button-text { font-size: 0; }
  .trp-header-actions .trp-btn-header .elementor-button-text::after { content: "Preventivo"; font-size: 11px; }
}
