/* ==============================
   RENEW SHORTCODES - FRONTEND CSS
   ============================== */

/* ========================================
   FONT POPPINS - @font-face declarations
   ======================================== */

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ========================================
   BASE STYLES - Applica Poppins a tutti gli shortcodes
   ======================================== */

.hero,
.hero *,
.renew-vp,
.renew-vp *,
.renew-manifesto,
.renew-manifesto *,
.renew-partnership,
.renew-partnership *,
.renew-catalog,
.renew-catalog *,
.renew-why,
.renew-why *,
.renew-not,
.renew-not *,
.renew-map,
.renew-map *,
.renew-content-block,
.renew-content-block *,
.renew-cards,
.renew-cards *,
.renew-text-centered,
.renew-text-centered *,
.renew-contact-info,
.renew-contact-info * {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ========================================
   HERO SECTION [hero]
   ======================================== */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(27, 38, 49, 0.6);
  mix-blend-mode: multiply;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 48px));
  text-align: center;
  padding-top: 90px;
  color: rgba(244, 241, 234, 0.96);
}

@media (max-width: 1024px) {
	.hero__content {
		padding-top: 0;	
	}
}

.pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(244, 241, 234, 0.4);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
}

.hero__title {
  margin: 26px 0 40px !important;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(30px, 6.5vw, 60px);
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.hero__title-italic {
  font-style: italic;
  font-weight: 300;
  opacity: 0.92;
}

.hero__lead {
  margin: 0 auto 28px;
  max-width: 760px;
  font-size: clamp(16px, 2.2vw, 24px);
  line-height: 1.6;
  font-weight: 300;
  color: rgba(244, 241, 234, 0.9);
}

.hero__lead strong {
  font-weight: 700;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.hero__actions .btn--primary {
  font-size: 15px;
}

@media (min-width: 640px) {
  .hero__actions {
    flex-direction: row;
    gap: 18px;
  }
}

.hero__scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: rgba(244, 241, 234, 0.55);
  text-decoration: none;
  font-size: 28px;
  animation: bounce 1.6s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}


/* ========================================
   MANIFESTO SECTION [manifesto]
   ======================================== */

@media (max-width: 1024px) {
	.elementor-shortcode .renew-manifesto,
	.elementor-shortcode .renew-partnership {
		padding: 40px 0;
	}
	
	.renew-manifesto .renew-manifesto__container {
		gap: 32px;
	}
	
	.renew-manifesto .renew-manifesto__lead,
	.renew-manifesto .renew-manifesto__text {
		font-size: 18px;
	}
	
	.renew-manifesto .renew-manifesto__split {
		border: 0;
		padding: 0 20px;
	}
}

.renew-manifesto{
  background:#ffffff;
  padding: 96px 24px;
  position: relative;
  overflow: hidden;
}

.renew-manifesto::before{
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(177, 73, 70, 0.15);
  top: -150px;
  right: -200px;
  pointer-events: none;
  z-index: 0;
}

.renew-manifesto::after{
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(233, 228, 221, 0.6);
  bottom: 100px;
  left: -150px;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 768px){
  .renew-manifesto{
    padding: 120px 20px;
  }
  
  .renew-manifesto::before{
    width: 800px;
    height: 800px;
    top: -200px;
    right: -250px;
  }
  
  .renew-manifesto::after{
    width: 500px;
    height: 500px;
    bottom: 50px;
    left: -200px;
  }
}

.renew-manifesto__container{
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  gap: 60px;
}

.renew-manifesto__kicker{
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 18px;
}

.renew-manifesto__kicker--on-dark{
  margin-bottom: 22px;
}

.renew-manifesto__lead{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
  color: #093A5D;
}

@media (min-width: 768px){
  .renew-manifesto__lead{
    font-size: 20px;
  }
}

.renew-manifesto__split{
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 40px 30px 0 30px;
  border-top: 1px solid #f1f1f1;
}

.renew-manifesto__block.renew-manifesto__block--materia {
  padding: 0 30px;
}

@media (min-width: 768px){
  .renew-manifesto__split{
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: center;
  }
  
  .renew-manifesto__split--reverse{
    grid-template-columns: .9fr 1.1fr;
  }
  
  .renew-manifesto__split--reverse .renew-manifesto__images{
    order: -1;
  }
}

.renew-manifesto__text{
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  color: #093A5D;
}

.renew-manifesto__images{
  display: flex;
  gap: 16px;
  align-self: stretch;
  margin: 0;
}

.renew-manifesto__img-wrap{
  flex: 1;
  border-radius: 60px 0 60px 0;
  overflow: hidden;
}

.renew-manifesto__img-wrap:nth-child(2){
  border-radius: 0 60px 0 60px;
}

.renew-manifesto__img-wrap img{
  width: 100%;
  height: 100% !important;
  min-height: 240px;
  object-fit: cover;
  display: block;
}

.renew-manifesto__dark{
  background: #093A5D;
  color: #ffffff;
  padding: 40px 28px;
  border-radius: 2px;
}

@media (min-width: 768px){
  .renew-manifesto__dark{
    padding: 40px 30px;
  }
}

.renew-manifesto__dark-body{
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: white;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
}

.renew-manifesto__dark-body p{
  margin: 0;
}

.renew-manifesto__callout{
  color: #ffffff;
  font-weight: 500;
  font-style: italic;
  border-left: 2px solid #8C3F35;
  padding-left: 18px;
  margin-top: 6px;
}


/* ========================================
   VALUE PHILOSOPHY SECTION [value_philosophy]
   ======================================== */

.renew-vp {
  padding: 96px 24px;
}

.renew-vp__wrap {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.renew-vp__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #cfcec9;
  align-items: start;
}

@media (min-width: 1024px) {
  .renew-vp__top {
    grid-template-columns: 5fr 7fr;
    gap: 96px;
  }
}

.renew-vp__title {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: #1b2631;
  font-size: clamp(44px, 5.5vw, 84px);
}

.renew-vp__title-accent {
  color: #8c3f35;
  font-style: italic;
  font-weight: 400;
}

.renew-vp__rule {
  width: 96px;
  height: 6px;
  border-radius: 999px;
  background: #1b2631;
  margin: 22px 0 22px;
}

.renew-vp__tagline {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #1b2631;
}

.renew-vp__lead-big {
  margin: 0 0 18px;
  color: #546e7a;
  font-weight: 300;
  line-height: 1.65;
  font-size: clamp(18px, 2.0vw, 26px);
}

.renew-vp__lead-big strong {
  color: #1b2631;
  font-weight: 700;
}

.renew-vp__lead-small {
  margin: 0;
  color: #546e7a;
  font-weight: 300;
  line-height: 1.7;
  font-size: 18px;
}

.renew-vp__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .renew-vp__bottom {
    grid-template-columns: 1fr 2fr;
    gap: 48px;
  }
}

.renew-vp__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .renew-vp__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
  }
  .renew-vp__media--1 { grid-row: 1 / 3; }
  .renew-vp__media--2 { grid-row: 1 / 2; }
}

@media (min-width: 1024px) {
  .renew-vp__gallery {
    grid-template-rows: auto auto;
    gap: 18px;
  }
  .renew-vp__media--1 { grid-row: auto; }
  .renew-vp__media--2 { grid-row: auto; }
}

.renew-vp__media {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin: 0;
  min-height: 220px;
  background: #ddd;
}

.renew-vp__media--2 {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1024px) {
  .renew-vp__media--1 { min-height: 320px; }
  .renew-vp__media--2 { min-height: 260px; }
}

.renew-vp__media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s ease;
}

.renew-vp__media:hover .renew-vp__media-img {
  transform: scale(1.10);
}

.renew-vp__media-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  background: rgba(244, 241, 234, 0.9);
  border: 1px solid rgba(207, 206, 201, 0.65);
  backdrop-filter: blur(10px);
  color: #1b2631;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.renew-vp__col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 3rem 0;
}

.renew-vp__col-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 12px;
}

.renew-vp__kicker {
  color: #8c3f35;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.renew-vp__col-title {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  color: #1b2631;
}

.renew-vp__text {
  margin: 0 0 18px;
  color: #546e7a;
  line-height: 1.75;
  font-size: 16px;
}

.renew-vp__text strong {
  color: #1b2631;
  font-weight: 700;
}

.renew-vp__col-foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(207, 206, 201, 0.5);
}

.renew-vp__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1b2631;
  font-weight: 800;
  font-size: 13px;
}

.renew-vp__meta-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 241, 234, 0.7);
  border: 1px solid rgba(207, 206, 201, 0.7);
  color: #8c3f35;
  line-height: 1;
}

.renew-vp__summary {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid #cfcec9;
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 768px) {
  .renew-vp__summary {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.renew-vp__sum-item {
  display: flex;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 14px;
  transition: background 0.2s ease;
}

.renew-vp__sum-item:hover {
  background: #ffffff;
}

.renew-vp__sum-ic {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 241, 234, 0.7);
  border: 1px solid rgba(207, 206, 201, 0.75);
  font-size: 18px;
}

.renew-vp__sum-title {
  margin: 0 0 4px;
  color: #1b2631;
  font-weight: 800;
  font-size: 14px;
}

.renew-vp__sum-text {
  margin: 0;
  color: #546e7a;
  font-size: 13px;
  line-height: 1.55;
}


/* ========================================
   WHY RENEW SECTION [why_renew]
   ======================================== */


@media (max-width: 1024px) {
	.elementor-shortcode .renew-why,
	.elementor-shortcode .renew-not {
		padding: 40px 20px;
		
	}
	
	.renew-why .renew-why__title {
		font-size: 30px;
	}
	
	.renew-why .renew-why__subtitle {
		font-size: 20px;
	}
	
	.renew-why .renew-why__cta {
		width: 100%;
		justify-content: center;
	}
	
	.renew-not .renew-not__cta {
		display: none;
	}
}

.renew-why {
  background: #fff;
  padding: 6rem 1.5rem;
}

@media (min-width: 768px) {
  .renew-why { padding: 120px 20px }
}

.renew-why__container {
  max-width: 1300px;
  margin: 0 auto;
}

.renew-why__head {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cfcec9;
}

.renew-not__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #B24946;
  border: 2px solid #B24946;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .renew-why__head {
    flex-direction: row;
    align-items: flex-end;
  }
}

.renew-why__title {
  margin: 0 0 10px !important;
  color: #093A5D;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
}

.renew-why__subtitle {
  margin: 0;
  color: #B14946;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

.renew-why__tag {
  display: none;
  color: #8c3f35;
  font-style: italic;
  font-size: 1.25rem;
  letter-spacing: .01em;
}

@media (min-width: 768px) {
  .renew-why__tag { display: block; }
}

.renew-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .renew-why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (min-width: 1024px) {
  .renew-why__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.renew-why__card-wrap {
  position: relative;
  padding: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
}

.renew-why__card-shadow {
  position: absolute;
  inset: 0;
  top: 12px;
  right: 12px;
  bottom: 0;
  left: 0;
  background: #B14946;
  border-radius: 60px 0 60px 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.renew-why__card-wrap:hover .renew-why__card-shadow {
  opacity: 1;
}

.renew-why__card {
  position: relative;
  padding: 40px 32px;
  background: #E9E4DD;
  border-radius: 60px 0 60px 0;
  border: 1px solid rgba(9, 58, 93, 0.08);
  box-shadow: 0 4px 24px rgba(9, 58, 93, 0.06);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.renew-why__card-wrap:hover .renew-why__card {
  transform: translate(6px, -6px);
  box-shadow: 0 12px 40px rgba(9, 58, 93, 0.12);
}

.renew-why__number {
  display: block;
  font-size: 50px;
  font-weight: 600;
  color: #093A5D;
  line-height: 1;
  margin-bottom: 16px;
  font-family: inherit;
  letter-spacing: -0.03em;
  transition: color 0.35s ease;
}

.renew-why__card-title {
  margin: 0 0 16px 0 !important;
  color: #B14946;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.renew-why__card-text {
  margin: 0;
  color: #546e7a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.renew-why__card:focus-within {
  outline: 2px solid rgba(120, 157, 74, 0.5);
  outline-offset: 4px;
}

/* Card Immagine */
.renew-why__card--image {
  padding: 0;
  overflow: hidden;
}

.renew-why__card--image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.renew-why__card-wrap--image:hover .renew-why__card--image img {
  transform: scale(1.05);
}

.renew-why__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.renew-why__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #B24946;
  border: 2px solid #B24946;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.renew-why__cta:hover {
  background: transparent;
  color: #B24946;
}

.renew-why__cta svg {
  transition: transform 0.3s ease;
}

.renew-why__cta:hover svg {
  transform: translateX(4px);
}


/* ========================================
   WHAT RENEW IS NOT SECTION [renew_not]
   ======================================== */


@media (max-width: 1024px) {
	.elementor-shortcode .renew-not {
		padding: 40px 20px;
		
	}
	
	.renew-not .renew-not__headline {
		border: 0;
		padding: 0;
	}
	
	.renew-not .renew-not__title {
		font-size: 30px;
	}
	
	.renew-not .renew-not__lead {
		font-size: 20px;
	}
	
	.renew-not .renew-not__panel-title {
		font-size: 30px;
	}
	
	.renew-not .renew-not__panel {
		padding: 20px;
	}
	
	.renew-not .renew-not__panel-text {
		font-size: 17px;
	}
	
	.renew-not .renew-not__extra {
		border: 0;
		margin-top: 32px;
		padding: 0;
	}
	
	.renew-not__extra-content p {
		font-size: 17px !important;
	}
}

.renew-not {
  position: relative;
  overflow: hidden;
  background: #f4f1ea;
  color: #f4f1ea;
  padding: 6rem 1.5rem;
}

@media (min-width: 768px) {
  .renew-not { padding: 120px 20px; }
}

.renew-not__blob {
  position: absolute;
  top: -20%;
  right: -6%;
  width: 250px;
  height: 250px;
  background: #8c3f35;
  border-radius: 9999px;
  opacity: .4;
  pointer-events: none;
}

.renew-not__container {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
}

.renew-not__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 768px) {
  .renew-not__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.renew-not__headline {
  border-left: 4px solid #8c3f35;
  padding-left: 1.5rem;
  margin-bottom: 4rem;
}

.renew-not__title {
  margin: 0;
  font-size: 45px;
  color: #093A5D; /**/
  line-height: 1.1;
  font-weight: 700;
}

.renew-not__lead {
  margin: .5rem 0 0;
  font-style: italic;
  color: #B14946;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

.renew-not__list {
  display: grid;
  gap: 1.5rem;
}

.renew-not__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.renew-not__x {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #B24946;
}

.renew-not__x svg {
  width: 20px;
  height: 20px;
  display: block;
}

.renew-not__item-text {
  display: inline-flex;
  align-items: baseline;
  gap: .5rem;
  flex-wrap: wrap;
}

.renew-not__item-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #1b2631;
  font-size: 18px;
}

.renew-not__item-desc {
  font-size: 20px;
  opacity: .7;
  color: #1b2631;
}

.renew-not__sep {
  opacity: .5;
  display: none;
}

@media (min-width: 768px) {
  .renew-not__sep { display: inline; }
}

.renew-not__panel {
  background: #1b2631;
  padding: 3rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,.05);
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.renew-not__panel-title {
  margin: 0 0 2rem !important;
  font-size: 45px;
  font-weight: 700;
  color: #f4f1ea;
}

.renew-not__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0 0 3rem;
}

.renew-not__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  min-width: 90px;
}

.renew-not__pct {
  font-size: 5.5rem;
  font-weight: 800;
  line-height: 1;
  color: #f4f1ea;
}

.renew-not__pct--brick {
  color: #B24946;
}

.renew-not__label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .14em;
  opacity: .85;
}

.renew-not__divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.20);
}

.renew-not__panel-text {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.7;
  opacity: .7;
}

.renew-not__extra{
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid rgba(27, 38, 49, 0.15);
}

.renew-not__extra-title{
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 600;
  color: #1b2631;
}

@media (min-width: 768px){
  .renew-not__extra-title{
    font-size: 32px;
  }
}

.renew-not__extra-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #1b2631;
  font-size: 18px;
  line-height: 1.75;
}

.renew-not__extra-content p{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #093A5D;
}

@media (min-width: 768px){
  .renew-not__extra-content{
    column-count: 2;
    column-gap: 48px;
  }
  
  .renew-not__extra-content p{
    break-inside: avoid;
    margin-bottom: 20px;
  }
}


/* ========================================
   PARTNERSHIP SECTION [partnership]
   ======================================== */

@media (max-width: 1024px) {
	.elementor-shortcode .renew-partnership {
		padding: 40px 20px;
	}
	
	.renew-partnership .renew-partnership__title {
		font-size: 30px;	
	}
	
	.renew-partnership .renew-partnership__subtitle {
		font-size: 20px;
	}
	
	.renew-partnership .renew-partnership__rule {
		width: 100%;
		margin-bottom: 0;
	}
	
	.renew-partnership .renew-partnership__cta {
		display: none;
		/*width: 100%;
		text-align: center;
		justify-content: center;*/
	}
	
	.renew-partnership .renew-partnership__container {
		gap: 32px;
	}
	
	.renew-partnership .renew-partnership__prose {
		font-size: 17px;
	}
}

.renew-partnership{
  background:#E9E4DD;
  padding: 96px 24px;
  position: relative;
  overflow: visible !important;
}

.renew-partnership__container{
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
  overflow: visible !important;
}

@media (min-width: 1024px){
  .renew-partnership{
    padding: 120px 20px;
  }
  .renew-partnership__container{
    flex-direction: row;
    gap: 96px;
    align-items: start;
  }
}

.renew-partnership__side{
  flex: 0 0 auto;
  overflow: visible !important;
}

@media (min-width: 1024px){
  .renew-partnership__side{
    width: 41.666%;
    position: relative;
    align-self: stretch;
  }
}

.renew-partnership__sticky{
  position: relative;
}

@media (min-width: 1024px){
  .renew-partnership__sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 128px;
  }
}

#azienda,
section.renew-partnership,
.renew-partnership *:not(.renew-partnership__figure) {
  overflow: visible !important;
}

.elementor-widget-shortcode:has(.renew-partnership),
.elementor-widget-container:has(.renew-partnership),
.elementor-element:has(.renew-partnership),
.elementor-section:has(.renew-partnership),
.elementor-section-wrap:has(.renew-partnership),
.elementor-container:has(.renew-partnership),
.elementor-column:has(.renew-partnership),
.elementor-column-wrap:has(.renew-partnership),
.elementor-widget-wrap:has(.renew-partnership),
.e-con:has(.renew-partnership),
.e-con-inner:has(.renew-partnership),
[data-elementor-type]:has(.renew-partnership),
.entry-content:has(.renew-partnership),
.site-content:has(.renew-partnership),
main:has(.renew-partnership),
article:has(.renew-partnership) {
  overflow: visible !important;
}

.renew-partnership__kicker{
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8C3F35;
  display: none;
  margin-bottom: 14px;
}

.renew-partnership__title{
  margin: 0 0 10px 0 !important;
  font-size: 44px;
  line-height: 1.05;
  color: #0C3A5D;
}

@media (min-width: 768px){
  .renew-partnership__title{
    font-size: 45px;
    font-weight: 700;
  }
}

.renew-partnership__subtitle{
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #B24946;
  font-weight: 500;
}

@media (min-width: 768px){
  .renew-partnership__subtitle{
    font-size: 26px;
  }
}

.renew-partnership__rule{
  width: 85%;
  height: 2px;
  background: #cfcec9;
  margin: 28px 0;
  border-radius: 2px;
}

.renew-partnership__cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 14px 22px;
  color: white;
  background: #B24946;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #B24946;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.renew-partnership__cta:hover{
  color: #B24946;
  background-color: transparent;
}

.renew-partnership__cta-icon{
  display: inline-block;
  transform: translateX(0);
  transition: transform .2s ease;
}

.renew-partnership__cta:hover .renew-partnership__cta-icon{
  transform: translateX(4px);
}

.renew-partnership__content{
  flex: 1 1 auto;
}

@media (min-width: 1024px){
  .renew-partnership__content{
    width: 58.333%;
  }
}

.renew-partnership__prose{
  display: flex;
  flex-direction: column;
  gap: 36px;
  color: #0C3A5D;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 500;
}

.renew-partnership__prose p {
  margin: 0;
}

.renew-partnership__figure{
  position: relative;
  margin: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  background: #e9e9e9;
}

.renew-partnership__image{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.renew-partnership__overlay{
  position: absolute;
  inset: 0;
  background: rgba(140, 63, 53, 0.10);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.renew-partnership__quote{
  margin: 0;
  padding: 0;
  border-left: 0;
  color: #0C3A5D;
  font-weight: 500;
  line-height: 1.8;
}


/* ========================================
   CATALOG SECTION [catalog_section]
   ======================================== */

@media (max-width: 1024px) {
	.elementor-shortcode .renew-catalog {
		padding: 40px 20px;
	}
	
	.renew-catalog .renew-catalog__title {
		font-size: 30px;
		margin: 0;
	}
	
	.renew-catalog .renew-catalog__desc {
		display: none;
	}
	
	.renew-catalog .renew-catalog__mockup {
		display: none;
	}
	
	.renew-catalog .renew-catalog__container {
		gap: 20px;
	}
	
	.renew-catalog .renew-catalog__form form p {
		width: 100%;
	}
	
	.renew-catalog .renew-catalog__panel {
		padding: 0;
	}
	
	.renew-catalog  .renew-catalog__panel-intro {
		font-size: 17px;
	}
}

.renew-catalog input[type="checkbox"]:checked::before {
	width: 2rem;
	height: 2rem;
	background: #B14946;
	border-radius: 100vmax;
	margin: 0;
}

.renew-catalog{
  background: #093A5D;
  color: #ffffff;
  padding: 96px 24px;
  position: relative;
  overflow: hidden;
}

.renew-catalog__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.renew-catalog__overlay{
  position: absolute;
  inset: 0;
  background: rgba(9, 58, 93, 0.85);
  z-index: 1;
}

.renew-catalog__container{
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px){
  .renew-catalog{
    padding: 120px 20px;
  }
  .renew-catalog__container{
    grid-template-columns: 4fr 8fr;
    gap: 64px;
  }
}

.renew-catalog__left{
  overflow: visible !important;
}

@media (min-width: 1024px){
  .renew-catalog__left{
    align-self: stretch;
  }
}

.renew-catalog__left-sticky{
  position: relative;
}

.renew-catalog__kicker{
  display: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8C3F35;
  margin-bottom: 10px;
}

.renew-catalog__title{
  margin: 0 0 10px 0 !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.12;
}

@media (min-width: 768px){
  .renew-catalog__title{
    font-size: 45px;
  }
}

.renew-catalog__desc{
  margin: 0 0 24px 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  color: white;
  max-width: 38ch;
}

.renew-catalog__mockup{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #263238;
  border-radius: 0 22px 22px 0;
  border-left: 4px solid #8C3F35;
  box-shadow: 0 28px 60px rgba(0,0,0,.35);
  padding: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.renew-catalog__mockup-img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.renew-catalog__mockup-img::after{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(38, 50, 56, 0.6);
}

.renew-catalog__mockup-texture{
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 55%);
  background-size: 18px 18px, auto;
  z-index: 1;
}

.renew-catalog__mockup-top,
.renew-catalog__mockup-bottom{
  position: relative;
  z-index: 2;
}

.renew-catalog__icon{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #8C3F35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 14px;
}

.renew-catalog__mockup-title{
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
}

.renew-catalog__mockup-title--light{
  font-weight: 300;
}

.renew-catalog__mockup-bar{
  width: 48px;
  height: 4px;
  border-radius: 99px;
  background: rgba(255,255,255,.20);
  margin-bottom: 10px;
}

.renew-catalog__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.renew-catalog__logo img {
    width: 35%;
}

.renew-catalog__mockup-note{
  display: none;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
  opacity: .65;
}

.renew-catalog__swatches{
  display: none !important;
  position: absolute;
  right: -14px;
  bottom: -14px;
  display: flex;
  gap: 10px;
  z-index: 0;
}

.renew-catalog__swatch{
  display: none;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 4px solid #1B2631;
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
}

.renew-catalog__swatch--terra{ background: #5D4037; }
.renew-catalog__swatch--sand{ background: #D7CCC8; }

.renew-catalog__panel{
  /*background: #222d36;*/
  /*border: 1px solid #37474F;*/
  padding: 28px;
  border-radius: 2px;
}

@media (min-width: 768px){
  .renew-catalog__panel{
    padding: 110px 0px 0px;
  }
}

.renew-catalog__panel-intro{
  margin: 0 0 26px 0;
  color: white;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
}

.renew-catalog__form{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.renew-catalog__form form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.renew-catalog__form form br {
  display: none;
}

.renew-catalog__form p:nth-child(2),
.renew-catalog__form p:nth-child(3),
.renew-catalog__form p:nth-child(4),
.renew-catalog__form p:nth-child(5) {
  width: 48%;
  margin: 0;
}

.renew-catalog__form p:nth-child(6),
.renew-catalog__form p:nth-child(7),
.renew-catalog__form p:nth-child(8),
.renew-catalog__form p:nth-child(9){
  width: 100%;
  margin: 0;
}

.renew-catalog__form p input, .renew-catalog__form p textarea {
  width: 100%;
  border-radius: 6px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.702);
  border: 0;
}

.renew-catalog__form p input[type="checkbox"]{
  top: 5px;
  width: 2rem;
  height: 2rem;
  border-radius: 100vmax;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  margin-left: 10px;
}

.wpcf7-acceptance a {
  color: white;
}

.renew-catalog__form p input[type="submit"] {
  width: 100%;
  background-color: #B14946;
}

.renew-catalog__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

@media (min-width: 768px){
  .renew-catalog__grid{
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

.renew-catalog__field{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.renew-catalog__label{
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8C3F35;
}

.renew-catalog__input,
.renew-catalog__textarea{
  background: transparent;
  border: none;
  border-bottom: 1px solid #546E7A;
  padding: 12px 0;
  color: #ffffff;
  outline: none;
  transition: border-color .2s ease;
  font-size: 14px;
}

.renew-catalog__input::placeholder,
.renew-catalog__textarea::placeholder{
  color: rgba(84,110,122,.55);
}

.renew-catalog__input:focus,
.renew-catalog__textarea:focus{
  border-bottom-color: #8C3F35;
}

.renew-catalog__textarea{
  resize: none;
}

.renew-catalog__hint{
  margin: 0;
  font-size: 10px;
  color: #546E7A;
  line-height: 1.5;
  padding-top: 2px;
}

.renew-catalog__consent{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-top: 6px;
  user-select: none;
}

.renew-catalog__checkbox{
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: #8C3F35;
}

.renew-catalog__consent-text{
  font-size: 12px;
  color: #90A4AE;
  line-height: 1.35;
}

.renew-catalog__submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  background: #8C3F35;
  color: #ffffff;
  padding: 16px 28px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  width: 100%;
}

@media (min-width: 768px){
  .renew-catalog__submit{
    width: auto;
  }
}

.renew-catalog__submit:hover{
  background: #ffffff;
  color: #1B2631;
  transform: translateY(-1px);
}

.renew-catalog__submit-icon{
  display: inline-flex;
}

.renew-catalog,
.renew-catalog__container,
.renew-catalog *:not(.renew-catalog__mockup) {
  overflow: visible !important;
}

.elementor-widget-shortcode:has(.renew-catalog),
.elementor-widget-container:has(.renew-catalog),
.elementor-element:has(.renew-catalog),
.elementor-section:has(.renew-catalog),
.elementor-section-wrap:has(.renew-catalog),
.elementor-container:has(.renew-catalog),
.elementor-column:has(.renew-catalog),
.elementor-column-wrap:has(.renew-catalog),
.elementor-widget-wrap:has(.renew-catalog),
.e-con:has(.renew-catalog),
.e-con-inner:has(.renew-catalog),
[data-elementor-type]:has(.renew-catalog),
.entry-content:has(.renew-catalog),
.site-content:has(.renew-catalog),
main:has(.renew-catalog),
article:has(.renew-catalog) {
  overflow: visible !important;
}


/* ========================================
   MAP SECTION [renew_map]
   ======================================== */

@media (max-width: 1024px) {
	.renew-map .renew-map__header {
		padding: 0px 20px 40px 20px;
	}
	
	.renew-map .renew-map__title {
		font-size: 30px;
	}
	
	.renew-map .renew-map__subtitle {
		font-size: 20px;
	}
	
	.elementor-shortcode .renew-map {
		padding: 40px 20px 130px 20px;
	}
}

.renew-map{
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 20px 0 70px 0;
}

.renew-map__header {
  background: #FFFF;
  padding: 60px 40px;
  text-align: center;
}

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

.renew-map__title {
  font-size: 45px;
  font-weight: 700;
  color: #093A5D;
  margin: 0 0 12px !important;
  line-height: 1.2;
}

.renew-map__subtitle {
  font-size: 26px;
  color: #B14946;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
}

.renew-map__wrap {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.renew-map__iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .renew-map__header {
    padding: 48px 24px;
  }
  
  .renew-map__wrap {
    height: 350px;
  }
}


/* ========================================
   CONTENT BLOCK SECTION [content_block]
   ======================================== */

@media (max-width: 1024px) {
	.elementor-shortcode .renew-content-block {
		padding: 40px 20px;
	}
	
	.renew-content-block .renew-content-block__image {
		max-height: 250px;
	}
	
	.renew-content-block__image img {
		height: 100% !important;
	}
	
	.renew-content-block .renew-content-block__title {
		font-size: 30px;
	}
	
	.renew-content-block .renew-content-block__subtitle {
		font-size: 20px
	}
	
	.renew-content-block .renew-content-block__prose p {
		font-size: 17px;
	}
	
	.renew-content-block .renew-content-block__cta {
		width: 100%;
		justify-content: center;
	}
}

.renew-content-block{
  background: #ffffff;
  padding: 96px 24px;
}

@media (min-width: 768px){
  .renew-content-block{
    padding: 120px 20px;
  }
}

.renew-content-block__container{
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: stretch;
}

@media (min-width: 768px){
  .renew-content-block__container{
    grid-template-columns: .9fr 1.1fr;
    gap: 64px;
  }
}

.renew-content-block__image{
  margin: 0;
  border-radius: 60px 0 60px 0;
  overflow: hidden;
  min-height: 300px;
}

.renew-content-block__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.renew-content-block__text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.renew-content-block__kicker{
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8C3F35;
  margin-bottom: 10px;
}

.renew-content-block__title{
  margin: 0 0 12px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  color: #093A5D;
}

@media (min-width: 768px){
  .renew-content-block__title{
    font-size: 45px;
  }
}

.renew-content-block__subtitle{
  margin: 0 0 24px 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #B14946;
}

.renew-content-block__prose{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.renew-content-block__prose p{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  color: #093A5D;
}

.renew-content-block__prose p strong{
  font-weight: 700;
}

.renew-content-block__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 22px;
  background: #B24946;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  width: max-content;
  border-radius: 8px;
  border: 2px solid #B24946;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.renew-content-block__cta:hover {
  background: transparent;
  color: #B24946;
}

/* ========================================
   CARDS SECTION [cards_section]
   Neo-brutalist design
   ======================================== */


@media (max-width: 1024px) {
	.elementor-shortcode .renew-cards {
		padding: 40px 20px;
	}
	
	.renew-cards .renew-cards__title {
		font-size: 30px;
	}
	
	.renew-cards .renew-cards__subtitle {
		font-size: 20px;
	}
	
	.renew-cards .renew-cards__paragraph {
		font-size: 17px;
	}
	
	.renew-cards__grid .p-card__body {
		padding: 20px;
	}
	
	.renew-cards__grid .p-card__client {
		font-size: 20px;
	}
	
	.renew-cards__grid .p-card__desc {
		padding: 0;
		font-size: 17px;
	}
	
	.renew-cards__grid .p-card.has-image {
		min-height: 450px;
	}
	
	.renew-cards__grid .p-card__center {
		border: 2px solid  #B24946;
		border-radius: 43px 0 30px 0;
	}
}


.renew-cards{
  background: #F4F1EA;
  padding: 96px 24px;
}

@media (min-width: 768px){
  .renew-cards{
    padding: 120px 20px;
  }
}

.renew-cards__container{
  max-width: 1300px;
  margin: 0 auto;
}

.renew-cards__header{
  max-width: 800px;
  margin-bottom: 56px;
}

.renew-cards__kicker{
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8C3F35;
  margin-bottom: 10px;
}

.renew-cards__title{
  margin: 0 0 12px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  color: #093A5D;
}

@media (min-width: 768px){
  .renew-cards__title{
    font-size: 45px;
  }
}

.renew-cards__subtitle{
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  color: #B14946;
}

@media (min-width: 768px){
  .renew-cards__subtitle{
    font-size: 26px;
  }
}

.renew-cards__paragraph{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  color: #093A5D;
}

.renew-cards__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px 32px;
}

@media (min-width: 768px){
  .renew-cards__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px){
  .renew-cards__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Card base */
.p-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 60px 0 60px 0;
}

/* Background image */
.p-card__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .5s cubic-bezier(0.23,1,0.32,1);
  z-index: 0;
}

.p-card__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.4) 70%, transparent 100%);
  transition: opacity .3s ease;
  z-index: 1;
}

.p-card__body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px;
}

/* Card with image */
.p-card.has-image{
  min-height: 550px;
}

/* Center content */
.p-card__center{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  border: 4px solid  #B24946;
  border-radius: 30px 0 30px 0;
  padding: 20px;
}

.p-card__logo{
  margin-bottom: 24px;
  color: #fff;
  transition: transform .5s ease;
  transform: scale(1) rotate(0deg);
}

.p-card__logo svg{
  width: 48px;
  height: 48px;
}

.p-card__client{
  margin: 0 0 15px 0 !important;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.p-card__desc{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  padding: 0 16px;
}

/* Hover effect for cards with image */
.p-card.has-image:hover .p-card__bg{
  transform: scale(1.08);
}

/* =========================================
   TEXT CENTERED SECTION
   ========================================= */

@media (max-width: 1024px) {
	.renew-text-centered .renew-text-centered__title {
		font-size: 30px;
	}
	
	.renew-text-centered .renew-text-centered__subtitle {
		font-size: 20px;
	}
	
	.renew-text-centered .renew-text-centered__paragraph {
		font-size: 17px;
	}
}

.renew-text-centered {
  padding: 120px 0;
  background: #B14946;
}

.renew-text-centered__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 100px;
  text-align: center;
}

.renew-text-centered__kicker {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #789D4A;
  margin-bottom: 16px;
}

.renew-text-centered__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 24px;
  color: white;
}

.renew-text-centered__subtitle {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 24px;
  color: white;
}

.renew-text-centered__paragraph {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
  color: white;
}

/* =====================================================
   CONTACT INFO SECTION
   ===================================================== */

@media (max-width: 1024px) {
	
	.renew-contact-info .renew-contact-info__blocks.renew-mobile {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10;
		width: 100%;
		display: flex;
		background: white;
		gap: 25px;
		padding: 15px 0;
	}
	
	.renew-contact-info__blocks.renew-mobile {
		display: grid;
	}
	
	.renew-contact-info .renew-contact-info__block:hover {
		transform: unset;
		box-shadow: unset;
	}
	
	.renew-contact-info .renew-contact-info__label {
		color: #093A5D;
	}
	
	.renew-contact-info__blocks.renew-mobile .renew-contact-info__block {
		padding: 0;
		border: 0;
	}
	
	.renew-contact-info__blocks.renew-desktop .renew-contact-info__block {
		padding: 20px;
	}
	
	.renew-contact-info__blocks.renew-mobile .renew-contact-info__block {
		flex-direction: column;
		gap: 10px;
	}
	
	.renew-contact-info__blocks.renew-mobile .renew-contact-info__value,
	.renew-contact-info .renew-contact-info__header,
	.renew-contact-info .renew-contact-info__blocks.renew-desktop {
		display: none;
	}
	
	.elementor-shortcode .renew-contact-info {
		padding: 0;
	}
	
	.renew-contact-info .renew-contact-info__container {
		padding: 0;
		border: 0;
	}
	
	.renew-contact-info .renew-contact-info__title {
		font-size: 28px;
		margin-bottom: 20px !important;
	}
	
	.renew-contact-info .renew-contact-info__subtitle {
		font-size: 20px;
	}
	
	.renew-contact-info .renew-contact-info__paragraph {
		font-size: 17px;
	}
	
	.renew-contact-info .renew-contact-info__header {
		margin-bottom: 32px;
	}
}

.renew-contact-info__blocks.renew-mobile {
	display: none;
}

.renew-contact-info {
  padding: 100px 0;
  background: #f8f7f5;
}

.renew-contact-info__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.renew-contact-info__header {
  text-align: center;
  margin-bottom: 60px;
}

.renew-contact-info__title {
  font-size: 45px;
  font-weight: 700;
  color: #093A5D;
  margin: 0 0 16px;
  line-height: 1.2;
}

.renew-contact-info__subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #B14946;
  margin: 0 0 20px;
  line-height: 1.4;
}

.renew-contact-info__paragraph {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #093A5D;
  margin: 0 auto;
  max-width: 650px;
}

.renew-contact-info__blocks {
    display: grid;
    grid-template-columns: repeat(3, 0.3fr);
    gap: 24px;
    justify-content: center;
}

.renew-contact-info__block {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 28px;
  background: #fff;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(38, 50, 56, 0.08);
  box-shadow: 0 2px 12px rgba(38, 50, 56, 0.04);
}

.renew-contact-info__block:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(38, 50, 56, 0.12);
}

.renew-contact-info__icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.renew-contact-info__block:hover .renew-contact-info__icon {
  transform: scale(1.1);
}

.renew-contact-info__block--whatsapp .renew-contact-info__icon {
  background: #B14946;
  color: #fff;
}

.renew-contact-info__block--phone .renew-contact-info__icon {
  background: #B14946;
  color: #fff;
}

.renew-contact-info__block--email .renew-contact-info__icon {
  background: #B14946;
  color: #fff;
}

.renew-contact-info__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.renew-contact-info__label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #90a4ae;
}

.renew-contact-info__value {
  font-size: 18px;
  font-weight: 600;
  color: #263238;
  transition: color 0.3s ease;
}

.renew-contact-info__block--phone:hover .renew-contact-info__value {
  color: #8C3F35;
}

.renew-contact-info__block--email:hover .renew-contact-info__value {
  color: #546e7a;
}

/* Responsive */
@media (max-width: 968px) {
  .renew-contact-info__blocks {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .renew-text-centered {
    padding: 80px 0;
  }
  
  .renew-text-centered__container {
    padding: 0 24px;
  }
}

.p-card.has-image:hover .p-card__logo{
  transform: scale(1.10) rotate(3deg);
}
