

 

.hhll-fb-hero{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.hhll-fb-kicker{
  display:inline-flex;
  margin-bottom:12px;
  color:#9b7b61;
  font-family:"Playfair Display",serif;
  font-size:18px;
  font-style:italic;
}

.hhll-fb-hero h1{
  margin:0 0 16px;
  color:#1E4D63;
  font-size:42px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.hhll-fb-hero p{
  margin:0;
  color:#4b4b4b;
  font-size:16px;
  line-height:1.8;
}

.hhll-fb-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:850px;
  margin:0 auto 42px;
}

.hhll-fb-stats div{
  background:rgba(255,255,255,.74);
  border:1px solid rgba(30,77,99,.12);
  border-radius:22px;
  padding:20px 16px;
  text-align:center;
  box-shadow:0 14px 34px rgba(30,77,99,.06);
}

.hhll-fb-stats strong{
  display:block;
  margin-bottom:8px;
  color:#1E4D63;
  font-size:28px;
  line-height:1;
}

.hhll-fb-stats span{
  color:#6f625b;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.hhll-fb-seo{
  max-width:880px;
  margin:0 auto 38px;
  text-align:center;
}

.hhll-fb-seo h2{
  margin:0 0 14px;
  color:#1E4D63;
  font-size:26px;
  font-weight:800;
  line-height:1.3;
}

.hhll-fb-seo p{
  margin:0 0 12px;
  color:#3f3f3f;
  font-size:15px;
  line-height:1.8;
}

.hhll-fb-seo strong{
  color:#1E4D63;
  font-weight:800;
}

.hhll-fb-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.hhll-fb-card{
  background:#fff;
  border:1px solid rgba(30,77,99,.14);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 16px 36px rgba(30,77,99,.07);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}

.hhll-fb-card:hover{
  transform:translateY(-8px);
  border-color:rgba(30,77,99,.28);
  box-shadow:0 24px 46px rgba(30,77,99,.13);
}

.hhll-fb-img{
  position:relative;
  aspect-ratio:4/3.08;
  overflow:hidden;
  background:#eee6de;
}

.hhll-fb-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(30,77,99,0) 45%,rgba(30,77,99,.13) 100%);
  opacity:0;
  transition:opacity .35s ease;
}

.hhll-fb-card:hover .hhll-fb-img::after{
  opacity:1;
}

.hhll-fb-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .75s ease,filter .75s ease;
}

.hhll-fb-card:hover .hhll-fb-img img{
  transform:scale(1.055);
  filter:brightness(.96);
}

.hhll-fb-body{
  padding:18px 18px 20px;
}

.hhll-stars{
  margin-bottom:8px;
  color:#f3b23c;
  font-size:14px;
  letter-spacing:2px;
}

.hhll-fb-body h3{
  margin:0 0 10px;
  color:#1E4D63;
  font-size:18px;
  line-height:1.35;
  font-weight:800;
}

.hhll-fb-body p{
  margin:0 0 14px;
  color:#3c3c3c;
  font-size:14px;
  line-height:1.65;
}

.hhll-fb-body span{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(30,77,99,.08);
  color:#1E4D63;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.8px;
}

.hhll-fb-cta{
  max-width:880px;
  margin:52px auto 0;
  padding:34px 28px;
  text-align:center;
  background:#fff;
  border:1px solid rgba(30,77,99,.14);
  border-radius:28px;
  box-shadow:0 18px 44px rgba(30,77,99,.08);
}

.hhll-fb-cta h2{
  margin:0 0 10px;
  color:#1E4D63;
  font-size:28px;
  font-weight:800;
}

.hhll-fb-cta p{
  margin:0 0 24px;
  color:#555;
  font-size:15px;
  line-height:1.7;
}

.hhll-fb-cta div{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.hhll-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:160px;
  height:46px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
  text-decoration:none!important;
  transition:all .28s ease;
}

.hhll-btn-main{
  background:#1E4D63;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(30,77,99,.18);
}

.hhll-btn-outline{
  border:1px solid #1E4D63;
  color:#1E4D63!important;
  background:#fff;
}

.hhll-btn:hover{
  transform:translateY(-3px);
}

.reveal-up{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .75s ease,transform .75s ease;
}

.reveal-up.is-visible{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:1024px){
  .hhll-feedback-page{padding:58px 0 68px}
  .hhll-fb-hero h1{font-size:34px}
  .hhll-fb-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:640px){
  .hhll-feedback-page{padding:44px 0 54px}
  .hhll-fb-container{width:min(100% - 24px,1180px)}
  .hhll-fb-hero{text-align:left;margin-bottom:26px}
  .hhll-fb-hero h1{font-size:27px}
  .hhll-fb-hero p{font-size:14px}
  .hhll-fb-seo{text-align:left;margin-bottom:28px}
  .hhll-fb-seo h2{font-size:21px}
  .hhll-fb-seo p{font-size:14px}
  .hhll-fb-stats{grid-template-columns:1fr;gap:10px;margin-bottom:28px}
  .hhll-fb-grid{grid-template-columns:1fr;gap:16px}
  .hhll-fb-card{border-radius:18px}
  .hhll-fb-body{padding:16px}
  .hhll-fb-body h3{font-size:17px}
  .hhll-fb-cta{margin-top:34px;padding:26px 18px;border-radius:22px}
  .hhll-fb-cta h2{font-size:22px}
  .hhll-btn{width:100%;height:44px}
}