/* Sendly Sample Report page final layout refinement */
.snp-report-page .snp-hero{
  padding:clamp(70px,7.2vw,112px) 0 clamp(24px,3.2vw,40px);
}
.snp-report-page .snp-hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(360px,500px);
  gap:clamp(22px,4vw,50px);
  align-items:center;
}
.snp-report-page .snp-hero-copy h1{
  font-size:clamp(42px,6.25vw,90px);
  max-width:680px;
  margin-bottom:16px;
}
.snp-report-page .snp-hero-copy p{
  max-width:620px;
  font-size:16px;
  line-height:1.64;
}
.snp-report-page .snp-actions{margin-top:24px;}
.snp-report-page .snp-report-mock{
  border-radius:30px;
  padding:22px;
  box-shadow:0 28px 60px rgba(17,24,39,.10);
}
.snp-report-page .snp-report-head{margin-bottom:16px;}
.snp-report-page .snp-report-head img{height:27px;}
.snp-report-page .snp-report-head span{padding:8px 12px;font-size:11px;}
.snp-report-page .snp-report-stats{gap:10px;margin-bottom:14px;}
.snp-report-page .snp-report-stats article{padding:14px 15px;border-radius:16px;min-height:90px;}
.snp-report-page .snp-report-stats b{font-size:25px;margin-top:7px;}
.snp-report-page .snp-funnel-mini{padding:16px;border-radius:18px;gap:10px;}
.snp-report-page .snp-funnel-mini div{grid-template-columns:74px 1fr;gap:10px;}

.snp-report-page .snp-section{padding:clamp(34px,4.1vw,56px) 0;}
.snp-report-page .snp-hero + .snp-section{padding-top:clamp(28px,3.2vw,42px);}
.snp-report-page .snp-section.compact{padding:clamp(30px,3.6vw,48px) 0;}
.snp-report-page .snp-section.tight{padding:clamp(26px,3vw,40px) 0;}
.snp-report-page .snp-section-head{max-width:860px;margin:0 auto 24px;}
.snp-report-page .snp-section-head h2{font-size:clamp(32px,4.25vw,62px);}
.snp-report-page .snp-section-head p:not(.snp-kicker){max-width:700px;margin:10px auto 0;line-height:1.62;}

.snp-report-page .snp-card-grid.four{gap:14px;}
.snp-report-page .snp-card{
  min-height:205px;
  padding:21px;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(17,24,39,.05);
}
.snp-report-page .snp-card>span{width:46px;height:46px;border-radius:15px;margin-bottom:22px;}
.snp-report-page .snp-card h3{font-size:clamp(19px,1.7vw,25px);margin-bottom:9px;}
.snp-report-page .snp-card p{font-size:14px;line-height:1.58;}

.snp-report-page .snp-report-layout{
  grid-template-columns:.86fr 1.14fr;
  gap:26px;
  padding:28px;
  border-radius:30px;
}
.snp-report-page .snp-report-sheet{padding:10px;border-radius:22px;}
.snp-report-page .sheet-row{padding:12px 10px;font-size:14px;}
.snp-report-page .sheet-row.head{font-size:10px;}
.snp-report-page .snp-report-copy h2{font-size:clamp(32px,4vw,58px);max-width:580px;}
.snp-report-page .snp-report-copy p{max-width:560px;margin-top:10px;line-height:1.62;}
.snp-report-page .snp-mini-list{gap:8px;margin-top:15px;}
.snp-report-page .snp-mini-list span{padding:9px 12px;font-size:13px;}

.snp-report-page .snp-split-card.reverse{
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:24px;
  padding:28px;
  border-radius:30px;
  align-items:center;
}
.snp-report-page .snp-split-card.reverse h2{
  max-width:520px;
  font-size:clamp(34px,4.25vw,64px);
}
.snp-report-page .snp-split-card.reverse > div:first-child p:last-child{
  max-width:560px;
  margin-top:12px;
  line-height:1.62;
}
.snp-report-page .snp-check-grid{
  gap:12px;
  align-items:stretch;
}
.snp-report-page .snp-check-grid article{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:14px;
  row-gap:12px;
  align-items:center;
  min-height:132px;
  padding:16px;
  border-radius:18px;
}
.snp-report-page .snp-check-grid span{
  width:42px;
  height:42px;
  border-radius:14px;
  grid-column:1;
  grid-row:1;
}
.snp-report-page .snp-check-grid b{
  grid-column:2;
  grid-row:1;
  font-size:16px;
  line-height:1.12;
  align-self:center;
  min-width:0;
}
.snp-report-page .snp-check-grid small{
  grid-column:1 / -1;
  grid-row:2;
  font-size:13.5px;
  line-height:1.52;
  max-width:100%;
  color:#617083;
}

.snp-report-page .snp-final-cta{padding:clamp(30px,4.2vw,56px) 0;background:#EEF6EC;}
.snp-report-page .snp-cta-card{padding:clamp(24px,3.3vw,38px);border-radius:30px;}
.snp-report-page .snp-cta-card img{height:30px;margin-bottom:18px;}
.snp-report-page .snp-cta-card h2{font-size:clamp(28px,3.9vw,54px);max-width:700px;}

@media (max-width:1100px){
  .snp-report-page .snp-hero-grid{grid-template-columns:1fr;gap:26px;}
  .snp-report-page .snp-report-mock{max-width:620px;}
  .snp-report-page .snp-report-layout,
  .snp-report-page .snp-split-card.reverse{grid-template-columns:1fr;}
  .snp-report-page .snp-check-grid{grid-template-columns:1fr 1fr;}
}

@media (max-width:760px){
  .snp-report-page .snp-hero{padding:68px 0 30px;}
  .snp-report-page .snp-hero-copy h1{font-size:clamp(40px,13.5vw,62px);margin-bottom:14px;}
  .snp-report-page .snp-hero-copy p{font-size:15px;line-height:1.6;}
  .snp-report-page .snp-actions{margin-top:20px;}
  .snp-report-page .snp-report-mock{padding:18px;border-radius:24px;}
  .snp-report-page .snp-report-head img{height:24px;}
  .snp-report-page .snp-report-head span{font-size:10px;padding:7px 10px;}
  .snp-report-page .snp-section{padding:30px 0;}
  .snp-report-page .snp-hero + .snp-section{padding-top:28px;}
  .snp-report-page .snp-section.compact{padding:28px 0;}
  .snp-report-page .snp-section.tight{padding:24px 0;}
  .snp-report-page .snp-section-head{margin-bottom:18px;text-align:left;}
  .snp-report-page .snp-section-head p:not(.snp-kicker){margin-left:0;margin-right:0;}
  .snp-report-page .snp-card-grid.four{gap:12px;}
  .snp-report-page .snp-card{padding:18px;border-radius:22px;min-height:auto;}
  .snp-report-page .snp-card>span{margin-bottom:18px;width:44px;height:44px;}
  .snp-report-page .snp-card h3{font-size:22px;}
  .snp-report-page .snp-report-layout,
  .snp-report-page .snp-split-card.reverse{padding:20px;border-radius:24px;gap:18px;}
  .snp-report-page .snp-check-grid{grid-template-columns:1fr;gap:10px;}
  .snp-report-page .snp-check-grid article{
    min-height:auto;
    padding:14px;
    grid-template-columns:38px minmax(0,1fr);
    row-gap:10px;
  }
  .snp-report-page .snp-check-grid span{width:38px;height:38px;border-radius:12px;}
  .snp-report-page .snp-check-grid b{font-size:15px;}
  .snp-report-page .snp-check-grid small{font-size:13px;line-height:1.5;}
  .snp-report-page .sheet-row{padding:12px;}
  .snp-report-page .snp-mini-list span{font-size:12px;}
  .snp-report-page .snp-cta-card{padding:22px;border-radius:24px;}
}

@media (max-width:430px){
  .snp-report-page .snp-hero-copy h1{font-size:38px;}
  .snp-report-page .snp-card h3{font-size:20px;}
  .snp-report-page .snp-report-stats b{font-size:22px;}
  .snp-report-page .snp-funnel-mini div{grid-template-columns:64px 1fr;}
}
