/* ==========================================================
   PAGINE PROGETTI
   Regole condivise per /progetti/ristruttura-con-noi/ e /progetti/diventa-partner/
   ========================================================== */

.project-page{
  background:#ffffff;
  color:#0f172a;
  overflow:hidden;
}

.project-section{
  padding:74px 0;
}

.project-section--soft{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9fc 100%);
}

.project-section__head{
  max-width:720px;
  margin:2rem auto;
  text-align:center;
}

.project-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  color:#0b6fb8;
  font-size:13px;
  line-height:1;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.project-section__title{
  margin:0;
  color:#0f172a;
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.045em;
}

.project-section__text{
  max-width:620px;
  margin:16px auto 0;
  color:#64748b;
  font-size:16px;
  line-height:1.65;
}

.project-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 24px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,#0b6fb8,#095a94);
  color:#ffffff;
  font-size:15px;
  font-weight:850;
  text-decoration:none;
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}

.project-btn svg{
  width:18px;
  height:18px;
  transition:transform .22s ease;
}

.project-btn:hover{
  color:#ffffff;
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(11,111,184,.26);
}

.project-btn:hover svg{
  transform:translateX(4px);
}

.project-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:#eaf4fd;
  color:#0b6fb8;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 56px;
}

.project-icon svg{
  width:32px;
  height:32px;
  display:block;
}

.project-form__row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.project-form__field{
  width:100%;
  min-width:0;
}

.project-form__input,
.project-form__select,
.project-form__textarea{
  width:100%;
  display:block;
  border:1px solid #dbe3ed;
  border-radius:8px;
  background:#ffffff;
  color:#0f172a;
  font-family:inherit;
  font-size:14px;
  line-height:1.35;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}

.project-form__input,
.project-form__select{
  height:46px;
  padding:0 14px;
}

.project-form__textarea{
  min-height:124px;
  padding:14px;
  resize:vertical;
}

.project-form__input::placeholder,
.project-form__textarea::placeholder{
  color:#7b8797;
}

.project-form__input:focus,
.project-form__select:focus,
.project-form__textarea:focus{
  border-color:#0b6fb8;
  box-shadow:0 0 0 4px rgba(11,111,184,.12);
}

.project-form__privacy{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:16px 0 18px;
  color:#334155;
  font-size:13.5px;
  line-height:1.45;
}

.project-form__privacy input{
  width:17px;
  height:17px;
  margin-top:1px;
  accent-color:#0b6fb8;
  flex:0 0 auto;
}

.project-form__privacy a{
  color:#0b6fb8;
  font-weight:750;
  text-decoration:none;
}

.project-form__privacy a:hover{
  text-decoration:underline;
}

.project-form__hp{
  position:absolute!important;
  left:-9999px!important;
  top:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}

.project-form__msg{
  margin-top:14px;
  padding:14px 16px;
  border-radius:12px;
  font-size:14px;
  line-height:1.45;
  font-weight:750;
}

.project-form__msg.is-success{
  background:#edf9f0;
  border:1px solid #bfe4c7;
  color:#1f6b33;
}

.project-form__msg.is-error{
  background:#fff1f1;
  border:1px solid #f0c2c2;
  color:#a12b2b;
}

/* ==========================================================
   PAGINA DIVENTA PARTNER
   ========================================================== */

.partner-page{
  background:#ffffff;
}

.partner-hero{
  position:relative;
  overflow:hidden;
  min-height:500px;
  display:flex;
  align-items:center;
  background:linear-gradient(90deg,#ffffff 0%,#f8fbff 48%,#edf5fc 100%);
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.08);
}

.partner-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 46% 42%,rgba(11,111,184,.16) 0%,rgba(11,111,184,.07) 18%,transparent 43%);
  pointer-events:none;
}

.partner-hero__inner{
  position:relative;
  z-index:1;
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,620px) minmax(360px,1fr);
  align-items:center;
  gap:48px;
}

.partner-hero__content{
  max-width:620px;
  padding:76px 0 70px;
}

.partner-hero__eyebrow{
  display:block;
  margin-bottom:18px;
  color:#0b6fb8;
  font-size:14px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.partner-hero__title{
  margin:0;
  color:#0f172a;
  font-size:clamp(42px,5vw,68px);
  line-height:1.04;
  font-weight:900;
  letter-spacing:-.055em;
}

.partner-hero__text{
  max-width:500px;
  margin:22px 0 0;
  color:#334155;
  font-size:18px;
  line-height:1.65;
  font-weight:500;
}

.partner-hero__points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
  max-width:610px;
  margin:34px 0 0;
}

.partner-hero-point{
  display:flex;
  align-items:center;
  gap:12px;
  color:#334155;
  font-size:13.5px;
  line-height:1.35;
  font-weight:750;
}

.partner-hero-point__icon{
  width:40px;
  height:40px;
  color:#0b6fb8;
  flex:0 0 40px;
}

.partner-hero-point__icon svg{
  width:100%;
  height:100%;
  display:block;
}

.partner-hero__media{
  position:relative;
  height:430px;
  min-height:430px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 26px 70px rgba(15,23,42,.16);
}

.partner-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.24) 34%,rgba(255,255,255,0) 62%);
  pointer-events:none;
}

.partner-hero__image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.partner-roles{
  padding-top:62px;
}

.partner-roles__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.partner-role-card{
  min-height:292px;
  padding:36px 30px 28px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:12px;
  background:#ffffff;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-decoration:none;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}

.partner-role-card:hover{
  transform:translateY(-5px);
  border-color:rgba(11,111,184,.28);
  box-shadow:0 22px 48px rgba(11,111,184,.14);
}

.partner-role-card__icon{
  margin-bottom:24px;
}

.partner-role-card__title{
  margin:0 0 14px;
  color:#0f172a;
  font-size:22px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.035em;
}

.partner-role-card__text{
  margin:0;
  color:#334155;
  font-size:15px;
  line-height:1.65;
  font-weight:550;
}

.partner-role-card__arrow{
  width:46px;
  height:46px;
  margin-top:auto;
  border:2px solid #0b6fb8;
  border-radius:50%;
  color:#0b6fb8;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}

.partner-role-card__arrow svg{
  width:21px;
  height:21px;
}

.partner-role-card:hover .partner-role-card__arrow{
  background:#0b6fb8;
  color:#ffffff;
  transform:translateX(3px);
}

.partner-benefits{
  padding-top:0;
}

.partner-benefits__list{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  margin-top:32px;
}

.partner-benefit{
  min-height:120px;
  padding:0 24px;
  text-align:center;
  border-right:1px solid #dfe7f0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}

.partner-benefit:last-child{
  border-right:0;
}

.partner-benefit__icon{
  width:46px;
  height:46px;
  color:#0b6fb8;
  margin-bottom:18px;
}

.partner-benefit__icon svg{
  width:100%;
  height:100%;
  display:block;
}

.partner-benefit__text{
  margin:0;
  color:#0f172a;
  font-size:14px;
  line-height:1.45;
  font-weight:800;
}

.partner-application{
  padding:70px 0 34px;
  background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%);
}

.partner-application__box{
  display:grid;
  grid-template-columns:minmax(410px,.95fr) minmax(520px,1.05fr);
  gap:48px;
  align-items:stretch;
  padding:54px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 22px 60px rgba(15,23,42,.08);
  overflow:hidden;
}

.partner-application__left{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.partner-application__title{
  max-width:460px;
  margin:0;
  color:#0f172a;
  font-size:clamp(28px,2.15vw,34px);
  line-height:1.13;
  font-weight:900;
  letter-spacing:-.035em;
}

.partner-application__text{
  max-width:390px;
  margin:22px 0 0;
  color:#334155;
  font-size:16px;
  line-height:1.75;
  font-weight:500;
}

.partner-application__visual{
  position:relative;
  margin-top:auto;
  padding-top:34px;
  min-height:270px;
  border-radius:18px;
  overflow:hidden;
}

.partner-application__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.08) 55%,rgba(255,255,255,.48) 100%);
  pointer-events:none;
}

.partner-application__image{
  width:100%;
  height:100%;
  min-height:270px;
  display:block;
  object-fit:cover;
  object-position:left center;
  border-radius:18px;
}

.partner-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  align-content:start;
}

.partner-form__full{
  grid-column:1 / -1;
}

.project-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  grid-column:1 / -1;
}

.project-form__field{
  min-width:0;
}

.project-form__input,
.project-form__select,
.project-form__textarea{
  width:100%;
  display:block;
  border:1px solid rgba(15,23,42,.12);
  background:#ffffff;
  color:#0f172a;
  border-radius:8px;
  font-size:14px;
  font-weight:500;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}

.project-form__input,
.project-form__select{
  height:48px;
  padding:0 16px;
}

.project-form__textarea{
  min-height:132px;
  resize:vertical;
  padding:15px 16px;
  line-height:1.55;
}

.project-form__input::placeholder,
.project-form__textarea::placeholder{
  color:#64748b;
}

.project-form__input:focus,
.project-form__select:focus,
.project-form__textarea:focus{
  border-color:rgba(11,111,184,.58);
  box-shadow:0 0 0 4px rgba(11,111,184,.10);
}

.project-form__privacy{
  grid-column:1 / -1;
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:2px;
  color:#334155;
  font-size:13.5px;
  line-height:1.45;
  font-weight:500;
}

.project-form__privacy input{
  width:18px;
  height:18px;
  margin-top:1px;
  flex:0 0 18px;
  accent-color:#0b6fb8;
}

.project-form__privacy a{
  color:#0b6fb8;
  font-weight:800;
  text-decoration:none;
}

.project-form__privacy a:hover{
  text-decoration:underline;
}

.project-btn{
  grid-column:1 / -1;
  width:100%;
  height:54px;
  border:0;
  border-radius:8px;
  background:linear-gradient(135deg,#0b6fb8,#095a94);
  color:#ffffff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:15px;
  font-weight:850;
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}

.project-btn svg{
  width:18px;
  height:18px;
}

.project-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(11,111,184,.24);
}

.project-form__hp{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}

.project-form__msg{
  grid-column:1 / -1;
  margin-top:4px;
  padding:12px 14px;
  border-radius:8px;
  font-size:14px;
  font-weight:650;
}

.d_none{
  display:none;
}

/* ==========================================================
   BANNER CONTATTI PARTNER
   ========================================================== */

.partner-contact-strip{
  padding:0 0 72px;
  background:#f6f9fd;
}

.partner-contact-strip__box{
  display:grid;
  grid-template-columns:minmax(300px,1fr) minmax(460px,1.45fr);
  gap:34px;
  align-items:center;
  padding:30px 36px;
  border-radius:22px;
  background:linear-gradient(135deg,#eef6ff 0%,#ffffff 52%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.07);
  box-shadow:0 20px 55px rgba(15,23,42,.08);
}

.partner-contact-main{
  display:flex;
  align-items:center;
  gap:20px;
  min-width:0;
}

.partner-contact-main__icon{
  width:72px;
  height:72px;
  flex:0 0 72px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  color:#0b6fb8;
  box-shadow:0 14px 32px rgba(11,111,184,.13);
}

.partner-contact-main__icon svg{
  width:34px;
  height:34px;
  display:block;
}

.partner-contact-main__title{
  margin:0;
  color:#0b6fb8;
  font-size:24px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.035em;
}

.partner-contact-main__text{
  margin:6px 0 0;
  color:#334155;
  font-size:15px;
  line-height:1.45;
  font-weight:500;
}

.partner-contact-strip__items{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:center;
}

.partner-contact-item{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,23,42,.06);
}

.partner-contact-item__icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eaf4fd;
  color:#0b6fb8;
}

.partner-contact-item__icon svg{
  width:24px;
  height:24px;
  display:block;
}

.partner-contact-item > div{
  min-width:0;
  flex:1 1 auto;
}

.partner-contact-item__label{
  margin:0;
  color:#0f172a;
  font-size:14px;
  line-height:1.3;
  font-weight:850;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.partner-contact-item__text{
  margin:4px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.35;
  font-weight:500;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width:1200px){
  .partner-application__box{
    grid-template-columns:minmax(360px,.95fr) minmax(480px,1.05fr);
  }
}

@media (max-width:980px){
  .partner-hero{
    min-height:0;
    padding:58px 0 64px;
  }

  .partner-hero__inner{
    grid-template-columns:1fr;
    gap:30px;
  }

  .partner-hero__content{
    max-width:none;
    padding:0;
  }

  .partner-hero__media{
    height:320px;
    min-height:320px;
    border-radius:22px;
  }

  .partner-hero__media::before{
    background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 55%);
  }

  .partner-roles__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .partner-benefits__list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
  }

  .partner-benefit{
    padding:28px 20px;
    border-right:1px solid #dfe7f0;
    border-bottom:1px solid #dfe7f0;
  }

  .partner-benefit:nth-child(2n){
    border-right:0;
  }

  .partner-benefit:last-child{
    grid-column:1 / -1;
    border-right:0;
    border-bottom:0;
  }

  .partner-application{
    padding:58px 0 30px;
  }

  .partner-application__box{
    grid-template-columns:1fr;
    gap:34px;
    padding:34px;
  }

  .partner-application__title{
    max-width:520px;
    font-size:32px;
  }

  .partner-application__text{
    max-width:none;
  }

  .partner-application__visual{
    margin-top:26px;
    padding-top:0;
    min-height:260px;
  }

  .partner-application__image{
    min-height:260px;
  }

  .partner-contact-strip__box{
    grid-template-columns:minmax(300px,.9fr) minmax(560px,1.5fr);
  }

  .partner-contact-strip__items{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .project-section{
    padding:56px 0;
  }

  .project-form__row{
    grid-template-columns:1fr;
    gap:12px;
  }

  .partner-hero__title{
    font-size:clamp(36px,9vw,48px);
  }

  .partner-hero__text{
    font-size:16px;
  }

  .partner-hero__points{
    grid-template-columns:1fr;
    gap:16px;
  }

  .partner-hero__media{
    height:260px;
    min-height:260px;
  }

  .partner-roles__grid{
    grid-template-columns:1fr;
  }

  .partner-role-card{
    min-height:245px;
    padding:28px 24px;
  }

  .partner-benefits__list{
    grid-template-columns:1fr;
  }

  .partner-benefit,
  .partner-benefit:nth-child(2n),
  .partner-benefit:last-child{
    grid-column:auto;
    min-height:0;
    padding:24px 0;
    border-right:0;
    border-bottom:1px solid #dfe7f0;
  }

  .partner-benefit:last-child{
    border-bottom:0;
  }

  .partner-application__box{
    padding:30px 22px;
  }

  .partner-contact-main,
  .partner-contact-item{
    align-items:flex-start;
  }
}

@media (max-width:640px){
  .partner-application__box{
    padding:24px;
    border-radius:18px;
  }

  .partner-application__title{
    max-width:none;
    font-size:28px;
    line-height:1.16;
  }

  .partner-form,
  .project-form__row{
    grid-template-columns:1fr;
  }

  .partner-application__visual{
    min-height:210px;
  }

  .partner-application__image{
    min-height:210px;
  }

  .partner-contact-strip{
    padding:0 0 56px;
  }

  .partner-contact-strip__box{
    padding:22px;
    border-radius:18px;
  }

  .partner-contact-main{
    display:grid;
    grid-template-columns:58px 1fr;
    gap:14px;
  }

  .partner-contact-main__icon{
    width:58px;
    height:58px;
    flex-basis:58px;
  }

  .partner-contact-main__icon svg{
    width:28px;
    height:28px;
  }

  .partner-contact-main__title{
    font-size:21px;
  }

  .partner-contact-item{
    padding:13px 14px;
  }

  .partner-contact-item__icon{
    width:42px;
    height:42px;
    flex-basis:42px;
  }

  .partner-contact-item__icon svg{
    width:22px;
    height:22px;
  }
}

@media (max-width:520px){
  .partner-hero{
    padding:48px 0 54px;
  }

  .partner-hero__media{
    height:220px;
    min-height:220px;
  }

  .partner-application__visual{
    min-height:190px;
  }

  .partner-application__image{
    min-height:190px;
  }
}

/* ==========================================================
   PAGINA RISTRUTTURA CON NOI - LAYOUT PREVIEW
   ========================================================== */

.renovate-page{
  background:#ffffff;
}

.renovate-preview-hero{
  background:linear-gradient(90deg,#f3f8ff 0%,#ffffff 44%,#ffffff 100%);
  border-bottom:1px solid rgba(15,23,42,.06);
}

.renovate-preview-hero__inner{
  display:grid;
  grid-template-columns:minmax(360px,.92fr) minmax(520px,1.08fr);
  min-height:500px;
  align-items:stretch;
}

.renovate-preview-hero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:58px 40px 58px 8px;
  position:relative;
  z-index:2;
}

.renovate-preview-hero__content h1{
  margin:0;
  color:#0f172a;
  font-size:clamp(48px,5vw,72px);
  line-height:.98;
  font-weight:950;
  letter-spacing:-.06em;
}

.renovate-preview-hero__content h2{
  max-width:520px;
  margin:20px 0 0;
  color:#0f172a;
  font-size:clamp(26px,2.6vw,36px);
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.045em;
}

.renovate-preview-hero__content p{
  max-width:520px;
  margin:24px 0 0;
  color:#1f2f46;
  font-size:17px;
  line-height:1.75;
  font-weight:500;
}

.renovate-preview-hero__actions{
  display:grid;
  gap:18px;
  max-width:430px;
  margin-top:30px;
}

.renovate-preview-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:0 28px;
  border:0;
  border-radius:10px;
  background:linear-gradient(135deg,#075ee8,#0057cf);
  color:#ffffff;
  font-size:15px;
  line-height:1.15;
  font-weight:900;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 14px 32px rgba(0,87,207,.22);
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}

.renovate-preview-btn svg{
  width:24px;
  height:24px;
  flex:0 0 22px;
}

.renovate-preview-btn:hover{
  color:#ffffff;
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(0,87,207,.30);
}

.renovate-preview-btn--light{
  background:#ffffff;
  color:#075ee8;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 28px rgba(15,23,42,.10);
}

.renovate-preview-btn--light:hover{
  color:#075ee8;
  background:#f5f9ff;
  box-shadow:0 16px 34px rgba(15,23,42,.12);
}

.renovate-preview-hero__image{
  position:relative;
  min-height:500px;
  overflow:hidden;
}

.renovate-preview-hero__image::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.76) 12%,rgba(255,255,255,0) 34%);
  pointer-events:none;
}

.renovate-preview-hero__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.renovate-human-strip{
  padding:1rem 0 2rem;
  background:linear-gradient(180deg,#ffffff 0%,#eff7ff 100%);
}

.renovate-human-strip__box{
  display:grid;
  grid-template-columns:130px 1fr;
  align-items:center;
  gap:34px;
  min-height:150px;
  padding:30px 42px;
  border-radius:14px;
  background:linear-gradient(90deg,#f8fbff 0%,#eaf5ff 100%);
  border:1px solid rgba(11,111,184,.10);
  box-shadow:0 16px 42px rgba(15,23,42,.08);
  transform:translateY(-1px);
}

.renovate-human-strip__icon{
  width:90px;
  height:90px;
  color:#075ee8;
  display:flex;
  align-items:center;
  justify-content:center;
}

.renovate-human-strip__icon svg{
  width:100%;
  height:100%;
  display:block;
}

.renovate-eyebrow{
  display:block;
  margin-bottom:9px;
  color:#075ee8;
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.renovate-human-strip h2{
  margin:0;
  color:#0f172a;
  font-size:28px;
  line-height:1.12;
  font-weight:950;
  letter-spacing:-.04em;
}

.renovate-human-strip p{
  max-width:880px;
  margin:10px 0 0;
  color:#0f172a;
  font-size:15px;
  line-height:1.6;
  font-weight:500;
}

.renovate-trust-grid-section{
  padding:30px 0 24px;
  background:#ffffff;
}

.renovate-trust-grid,
.renovate-why-grid,
.renovate-legal-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
}

.renovate-trust-card,
.renovate-why-card,
.renovate-legal-card{
  min-height:205px;
  padding:34px 28px 28px;
  text-align:center;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 34px rgba(15,23,42,.06);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}

.renovate-trust-card:first-child,
.renovate-why-card:first-child,
.renovate-legal-card:first-child{
  border-radius:12px 0 0 12px;
}

.renovate-trust-card:last-child,
.renovate-why-card:last-child,
.renovate-legal-card:last-child{
  border-radius:0 12px 12px 0;
}

.renovate-card-icon{
  width:62px;
  height:62px;
  color:#075ee8;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
}

.renovate-card-icon svg{
  width:100%;
  height:100%;
  display:block;
}

.renovate-card-icon--circle{
  width:74px;
  height:74px;
  padding:15px;
  border-radius:50%;
  background:#f0f6ff;
  margin-bottom:18px;
}

.renovate-trust-card h3,
.renovate-why-card h3,
.renovate-legal-card h3{
  margin:0;
  color:#0f172a;
  font-size:18px;
  line-height:1.18;
  font-weight:950;
  letter-spacing:-.035em;
}

.renovate-trust-card p,
.renovate-why-card p,
.renovate-legal-card p{
  margin:14px 0 0;
  color:#1f2f46;
  font-size:14px;
  line-height:1.55;
  font-weight:500;
}

.renovate-why-section,
.renovate-process-section{
  padding:24px 0 34px;
  background:#ffffff;
}

.renovate-section-title{
  margin:0 0 34px;
  color:#0f172a;
  text-align:center;
  font-size:clamp(32px,3.7vw,44px);
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.045em;
}

.renovate-why-card{
  min-height:280px;
  border-radius:12px!important;
  margin:0 8px;
  padding:30px 26px;
}

.renovate-process{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px;
  margin-top:22px;
}

.renovate-process::before{
  content:"";
  position:absolute;
  top:20px;
  left:10%;
  right:10%;
  border-top:2px dashed rgba(7,94,232,.55);
}

.renovate-process-step{
  position:relative;
  z-index:1;
  text-align:center;
  padding-top:0;
}

.renovate-process-step__num{
  width:42px;
  height:42px;
  margin:0 auto 24px;
  border-radius:50%;
  background:#075ee8;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:950;
  box-shadow:0 10px 24px rgba(7,94,232,.25);
}

.renovate-process-step__icon{
  width:58px;
  height:58px;
  margin:0 auto 18px;
  color:#075ee8;
  display:flex;
  align-items:center;
  justify-content:center;
}

.renovate-process-step__icon svg{
  width:100%;
  height:100%;
  display:block;
}

.renovate-process-step h3{
  max-width:220px;
  margin:0 auto;
  color:#0f172a;
  font-size:17px;
  line-height:1.22;
  font-weight:950;
  letter-spacing:-.03em;
}

.renovate-process-step p{
  max-width:250px;
  margin:12px auto 0;
  color:#1f2f46;
  font-size:13.5px;
  line-height:1.5;
  font-weight:500;
}

.renovate-legal-section{
  padding:48px 0 0;
  background:linear-gradient(90deg,#f2f8ff 0%,#ffffff 50%,#ffffff 100%);
}

.renovate-legal__inner{
  display:grid;
  grid-template-columns:minmax(360px,.95fr) minmax(520px,1.05fr);
  align-items:stretch;
  min-height:355px;
}

.renovate-legal__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:42px 50px 42px 20px;
}

.renovate-legal__content h2{
  margin:0;
  color:#0f172a;
  font-size:clamp(30px,3.4vw,42px);
  line-height:1.12;
  font-weight:950;
  letter-spacing:-.045em;
}

.renovate-legal__content p{
  max-width:620px;
  margin:22px 0 0;
  color:#1f2f46;
  font-size:16px;
  line-height:1.75;
  font-weight:500;
}

.renovate-legal__image{
  position:relative;
  overflow:hidden;
}

.renovate-legal__image::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.75) 10%,rgba(255,255,255,0) 34%);
  pointer-events:none;
}

.renovate-legal__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.renovate-legal-cards-section{
  padding:0 0 42px;
  background:#ffffff;
}

.renovate-legal-grid{
  transform:translateY(-20px);
}

.renovate-legal-card{
  min-height:250px;
  border-radius:12px!important;
  margin:0 8px;
}

.renovate-request-section{
  padding:0 0 28px;
  background:#ffffff;
}

.renovate-request-layout{
  display:grid;
  grid-template-columns:minmax(520px,1fr) 330px;
  gap:28px;
  align-items:stretch;
}

.renovate-request-form-box,
.renovate-call-card{
  border-radius:14px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 16px 44px rgba(15,23,42,.07);
}

.renovate-request-form-box{
  padding:28px 34px 30px;
}

.renovate-request-form-box h2{
  margin:0 0 22px;
  color:#0f172a;
  font-size:32px;
  line-height:1.12;
  font-weight:950;
  letter-spacing:-.04em;
}

.renovate-request-form{
  display:grid;
  gap:14px;
}

.renovate-request-form .project-form__field label{
  display:block;
  margin:0 0 7px;
  color:#0f172a;
  font-size:12.5px;
  line-height:1.1;
  font-weight:850;
}

.renovate-request-form .project-form__input,
.renovate-request-form .project-form__select{
  height:42px;
  border-radius:6px;
  font-size:13.5px;
}

.renovate-request-form .project-form__textarea{
  min-height:106px;
  border-radius:6px;
  font-size:13.5px;
}

.renovate-request-form__full{
  grid-column:1 / -1;
}

.renovate-request-form .project-form__privacy{
  margin:0;
  font-size:12.5px;
}

.renovate-request-form__submit{
  width:100%;
  min-height:48px;
  margin-top:0;
  border-radius:6px;
}

.renovate-call-card{
  padding:32px 26px;
  background:linear-gradient(180deg,#eef7ff 0%,#ffffff 64%);
  text-align:center;
}

.renovate-call-card__icon{
  width:82px;
  height:82px;
  margin:0 auto 18px;
  border-radius:50%;
  background:#ffffff;
  color:#075ee8;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 14px 34px rgba(7,94,232,.14);
}

.renovate-call-card__icon svg{
  width:44px;
  height:44px;
  display:block;
}

.renovate-call-card h2{
  margin:0;
  color:#0f172a;
  font-size:26px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.04em;
}

.renovate-call-card p{
  margin:14px 0 22px;
  color:#1f2f46;
  font-size:14px;
  line-height:1.5;
  font-weight:500;
}

.renovate-call-card .renovate-preview-btn{
  width:100%;
  min-height:60px;
  padding:0 16px;
  border-radius:8px;
  font-size:14px;
}

.renovate-call-card ul{
  margin:20px 0 0;
  padding:18px 18px;
  list-style:none;
  border-radius:12px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.07);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  text-align:left;
}

.renovate-call-card li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:11px;
  color:#0f172a;
  font-size:13.5px;
  line-height:1.35;
  font-weight:750;
}

.renovate-call-card li:last-child{
  margin-bottom:0;
}

.renovate-call-card li span{
  width:24px;
  height:24px;
  flex:0 0 24px;
  border-radius:50%;
  background:#075ee8;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.renovate-call-card li svg{
  width:14px;
  height:14px;
  display:block;
}

.renovate-faq-section{
  margin-top: 2rem;
  padding:0 0 60px;
  background:#ffffff;
}

.renovate-faq-section .renovate-section-title{
  margin-bottom:18px;
  font-size:30px;
}

.renovate-faq-list{
  border-radius:10px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 12px 34px rgba(15,23,42,.05);
  overflow:hidden;
}

.renovate-faq-item{
  border-bottom:1px solid rgba(15,23,42,.08);
}

.renovate-faq-item:last-child{
  border-bottom:0;
}

.renovate-faq-item summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:15px 20px;
  color:#0f172a;
  font-size:15px;
  line-height:1.3;
  font-weight:900;
}

.renovate-faq-item summary::-webkit-details-marker{
  display:none;
}

.renovate-faq-item summary::before{
  content:"✥";
  color:#075ee8;
  font-size:20px;
  line-height:1;
}

.renovate-faq-item summary::after{
  content:"+";
  margin-left:auto;
  color:#0f172a;
  font-size:22px;
  font-weight:900;
  line-height:1;
}

.renovate-faq-item[open] summary::after{
  content:"–";
}

.renovate-faq-answer{
  padding:0 20px 16px 51px;
}

.renovate-faq-answer p{
  margin:0;
  color:#334155;
  font-size:14px;
  line-height:1.55;
}

@media (max-width:1100px){
  .renovate-preview-hero__inner,
  .renovate-legal__inner,
  .renovate-request-layout{
    grid-template-columns:1fr;
  }

  .renovate-preview-hero__content{
    padding:54px 0 34px;
  }

  .renovate-preview-hero__image{
    min-height:360px;
    border-radius:18px 18px 0 0;
  }

  .renovate-legal__content{
    padding:42px 0 30px;
  }

  .renovate-legal__image{
    min-height:330px;
    border-radius:18px 18px 0 0;
  }

  .renovate-call-card{
    max-width:none;
  }
}

@media (max-width:980px){
  .renovate-human-strip__box{
    grid-template-columns:90px 1fr;
    padding:28px;
  }

  .renovate-human-strip__icon{
    width:74px;
    height:74px;
  }

  .renovate-trust-grid,
  .renovate-why-grid,
  .renovate-legal-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .renovate-trust-card,
  .renovate-why-card,
  .renovate-legal-card{
    border-radius:12px!important;
    margin:0;
  }

  .renovate-process{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .renovate-process::before{
    display:none;
  }
}

@media (max-width:720px){
  .renovate-preview-hero__inner{
    display:block;
    min-height:0;
  }

  .renovate-preview-hero__content h1{
    font-size:42px;
  }

  .renovate-preview-hero__content h2{
    font-size:24px;
  }

  .renovate-preview-hero__content p{
    font-size:15.5px;
  }

  .renovate-preview-hero__image{
    min-height:260px;
  }

  .renovate-human-strip__box{
    grid-template-columns:1fr;
    gap:14px;
  }

  .renovate-human-strip h2{
    font-size:24px;
  }

  .renovate-trust-grid,
  .renovate-why-grid,
  .renovate-legal-grid,
  .renovate-process{
    grid-template-columns:1fr;
  }

  .renovate-why-card,
  .renovate-legal-card{
    min-height:0;
  }

  .renovate-legal-grid{
    transform:none;
  }

  .renovate-request-form-box{
    padding:24px 20px;
  }

  .renovate-request-form-box h2{
    font-size:27px;
  }

  .renovate-request-form .project-form__row{
    grid-template-columns:1fr;
  }
}

@media (max-width:520px){
  .renovate-preview-hero__actions{
    max-width:none;
  }

  .renovate-preview-btn{
    width:100%;
    min-height:54px;
    padding:0 18px;
    font-size:14px;
  }

  .renovate-section-title{
    font-size:29px;
  }

  .renovate-call-card{
    padding:26px 20px;
  }
}