
/* ======================================================
   NEW DEAL GROUP v2.3 - COMPARATORE AGENTI
   ====================================================== */

.ndca-page em{font-style:normal;color:var(--nd-red)}

.ndca-hero{
  padding:68px 0 38px;
  background:
    radial-gradient(circle at 82% 14%,rgba(6,47,69,.035),transparent 27%),
    linear-gradient(135deg,#fff 0%,#fbfcfd 100%);
}

.ndca-hero-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:54px;
  align-items:center;
}

.ndca-hero-copy h1{
  margin:0 0 24px;
  color:var(--nd-blue);
  font-size:clamp(46px,5.1vw,72px);
  line-height:.94;
  letter-spacing:-.045em;
}

.ndca-hero-copy p{
  max-width:580px;
  margin:0 0 25px;
  color:var(--nd-muted);
  font-size:17px;
}

.ndca-checks{
  display:grid;
  gap:9px;
  margin-bottom:27px;
  color:var(--nd-blue);
  font-size:14px;
}

.ndca-checks>div{
  display:flex;
  align-items:center;
  gap:9px;
}

.ndca-checks>div>span{
  width:21px;
  height:21px;
  flex:0 0 21px;
  border:1.5px solid var(--nd-red);
  color:var(--nd-red);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:900;
}

.ndca-screen-wrap{min-width:0}

.ndca-laptop{
  position:relative;
  max-width:760px;
  margin:auto;
}

.ndca-screen{
  border:10px solid #171a1e;
  border-bottom-width:16px;
  border-radius:16px 16px 8px 8px;
  background:#f8fafb;
  padding:20px;
  box-shadow:0 24px 55px rgba(6,47,69,.16);
}

.ndca-laptop-base{
  height:18px;
  width:108%;
  margin-left:-4%;
  border-radius:0 0 60% 60%;
  background:linear-gradient(#cfd4d7,#8d9499);
  box-shadow:0 10px 18px rgba(6,47,69,.12);
}

.ndca-screen-title{
  text-align:center;
  color:var(--nd-blue);
  font-size:19px;
  font-weight:900;
  margin-bottom:16px;
}

.ndca-app-grid{
  display:grid;
  grid-template-columns:135px 1fr;
  gap:14px;
}

.ndca-sidebar{
  background:#fff;
  border:1px solid var(--nd-border);
  border-radius:8px;
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:3px;
}

.ndca-sidebar strong{color:var(--nd-blue);margin-bottom:6px}
.ndca-sidebar small{font-size:9px;color:var(--nd-muted);margin-top:7px}
.ndca-sidebar b{font-size:11px;color:var(--nd-blue)}

.ndca-sidebar button{
  border:1px solid #bfcdd5;
  background:#fff;
  color:var(--nd-blue);
  border-radius:4px;
  padding:7px 5px;
  font-size:9px;
  font-weight:800;
  margin-top:12px;
}

.ndca-results{
  background:#fff;
  border:1px solid var(--nd-border);
  border-radius:8px;
  padding:13px;
}

.ndca-tabs{
  display:flex;
  gap:8px;
  font-size:9px;
  margin-bottom:12px;
}

.ndca-tabs span{
  padding:6px 10px;
  border-radius:4px;
  color:var(--nd-blue);
  background:#f3f6f8;
}

.ndca-tabs .is-active{
  background:var(--nd-blue);
  color:#fff;
}

.ndca-result-head,
.ndca-result-row,
.ndca-offer-head,
.ndca-offer{
  display:grid;
  grid-template-columns:46px 1.65fr .8fr 1fr 1fr;
  align-items:center;
}

.ndca-result-head{
  color:#6a7b86;
  font-size:8px;
  font-weight:900;
  padding:4px 3px 7px;
}

.ndca-result-row{
  min-height:37px;
  border-top:1px solid #edf1f3;
  color:var(--nd-blue);
  font-size:10px;
}

.ndca-result-row>span:first-child,
.ndca-offer>span:first-child{
  width:23px;
  height:23px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #aebec8;
  border-radius:50%;
  font-weight:900;
}

.ndca-result-row:first-of-type>span:first-child,
.ndca-offer:first-of-type>span:first-child{
  border-color:var(--nd-red);
  color:var(--nd-red);
}

.ndca-result-row em,
.ndca-offer em{
  color:#148b33;
  font-style:normal;
  font-weight:900;
  text-align:right;
}

.ndca-note{
  text-align:right;
  color:#7a8992;
  font-size:8px;
  margin-top:8px;
}

.ndca-features{
  padding:34px 0;
  border-top:1px solid var(--nd-border);
  border-bottom:1px solid var(--nd-border);
  background:#fff;
}

.ndca-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.ndca-feature-grid article{
  display:flex;
  align-items:center;
  gap:18px;
  padding:12px 28px;
  border-right:1px solid var(--nd-border);
}

.ndca-feature-grid article:last-child{border-right:0}

.ndca-feature-icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--nd-blue);
  background:#f5f7fa;
  border:1px solid #e5ecef;
  font-size:28px;
  font-weight:900;
}

.ndca-feature-grid h2{
  margin:0 0 7px;
  color:var(--nd-blue);
  font-size:17px;
}

.ndca-feature-grid p{
  margin:0;
  color:var(--nd-muted);
  font-size:13px;
}

.ndca-top5{padding-top:72px;padding-bottom:72px}

.ndca-top5-grid{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:58px;
  align-items:center;
}

.ndca-top5-copy .nd-title{
  font-size:clamp(34px,3.2vw,49px);
}

.ndca-trust{
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:26px;
  padding:15px 18px;
  max-width:350px;
  border:1px solid var(--nd-border);
  border-radius:8px;
  color:var(--nd-blue);
  background:#fbfcfd;
  font-size:14px;
}

.ndca-trust span{
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--nd-blue);
  color:#fff;
  flex:0 0 30px;
}

.ndca-offers-table{
  background:#fff;
  border:1px solid var(--nd-border);
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(6,47,69,.05);
}

.ndca-offer-head{
  padding:14px 16px;
  color:#6c7c86;
  font-size:10px;
  font-weight:900;
}

.ndca-offer{
  padding:14px 16px;
  min-height:53px;
  border-top:1px solid var(--nd-border);
  color:var(--nd-blue);
  font-size:13px;
}

.ndca-flow{
  padding:54px 0 50px;
  background:linear-gradient(135deg,#052d45,#073e5d);
  color:#fff;
}

.ndca-flow-head{
  text-align:center;
  margin-bottom:35px;
}

.ndca-flow-head .nd-eyebrow{
  color:#ff3c40;
}

.ndca-flow-head h2{
  margin:0;
  color:#fff;
  font-size:29px;
  letter-spacing:-.025em;
}

.ndca-flow-grid{
  display:grid;
  grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items:start;
  gap:6px;
}

.ndca-flow-grid article{
  text-align:center;
}

.ndca-step-icon{
  width:74px;
  height:74px;
  margin:0 auto 14px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:22px;
  color:#fff;
}

.ndca-flow-grid article strong{
  display:block;
  margin-bottom:7px;
  font-size:13px;
}

.ndca-flow-grid article p{
  margin:0 auto;
  max-width:160px;
  color:#d9e5ea;
  font-size:12px;
}

.ndca-arrow{
  text-align:center;
  padding-top:25px;
  font-size:24px;
  font-weight:900;
  color:#fff;
}

.ndca-flow-note{
  margin:25px 0 0;
  text-align:center;
  color:#c9d7dd;
  font-size:11px;
}

.ndca-consent{
  padding:28px 0;
  background:#fff;
}

.ndca-consent-box{
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:20px;
  align-items:center;
  border:2px solid var(--nd-red);
  border-radius:14px;
  padding:18px 26px;
}

.ndca-consent-icon{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--nd-red);
  color:#fff;
  font-size:24px;
  font-weight:900;
}

.ndca-consent-copy h2{
  margin:0 0 4px;
  color:var(--nd-red);
  font-size:19px;
  text-transform:uppercase;
}

.ndca-consent-copy p{
  margin:0;
  color:var(--nd-blue);
  font-size:14px;
}

.ndca-consent .nd-btn-outline{
  border-color:var(--nd-red);
  color:var(--nd-red);
}

.ndca-final{
  padding:15px 0 36px;
  text-align:center;
}

.ndca-final h2{
  color:var(--nd-blue);
  font-size:25px;
  margin:0 0 15px;
}

@media(max-width:1000px){
  .ndca-hero-grid,
  .ndca-top5-grid{
    grid-template-columns:1fr;
  }

  .ndca-hero-copy{max-width:720px}
  .ndca-screen-wrap{max-width:780px;margin:auto}
  .ndca-feature-grid{grid-template-columns:1fr}
  .ndca-feature-grid article{border-right:0;border-bottom:1px solid var(--nd-border)}
  .ndca-feature-grid article:last-child{border-bottom:0}

  .ndca-flow-grid{
    grid-template-columns:1fr 1fr;
    gap:24px;
  }

  .ndca-arrow{display:none}
}

@media(max-width:700px){
  .ndca-hero{padding-top:46px}
  .ndca-hero-copy h1{font-size:44px}
  .ndca-screen{padding:10px;border-width:7px;border-bottom-width:11px}
  .ndca-app-grid{grid-template-columns:1fr}
  .ndca-sidebar{display:none}
  .ndca-result-head,
  .ndca-result-row{
    grid-template-columns:35px 1.4fr .8fr .9fr;
  }
  .ndca-result-head span:nth-child(5),
  .ndca-result-row>*:nth-child(5){display:none}

  .ndca-top5-grid{gap:30px}

  .ndca-offer-head,
  .ndca-offer{
    grid-template-columns:38px 1.4fr .8fr .9fr;
  }
  .ndca-offer-head span:nth-child(5),
  .ndca-offer>*:nth-child(5){display:none}

  .ndca-flow-grid{grid-template-columns:1fr}
  .ndca-flow-grid article{padding:8px 0}
  .ndca-flow-grid article p{max-width:280px}

  .ndca-consent-box{
    grid-template-columns:58px 1fr;
  }
  .ndca-consent-box .nd-btn{
    grid-column:1 / -1;
  }
}
