:root{
  --g:#22c55e;
  --bg:#050d08;
  --bg2:#080f0b;
  --text:#ffffff;
  --muted:rgba(255,255,255,.66);
  --card:rgba(10,18,13,.78);
  --line:rgba(255,255,255,.1);
  --f:'Plus Jakarta Sans',-apple-system,'Segoe UI',sans-serif;
  --site-max:1360px;
  --nav-bar-h:72px;
  --page-mascot-w:clamp(122px,18vw,250px);
  --page-mascot-max-h:clamp(110px,20vw,250px);
  --page-mascot-scale:1;
  --page-mascot-x:0px;
  --page-mascot-y:0px;
  --page-mascot-opacity:1;
  --page-mascot-mobile-w:clamp(102px,34vw,148px);
  --page-mascot-mobile-max-h:clamp(96px,32vw,142px);
  --page-mascot-mobile-scale:1;
  --page-mascot-mobile-x:0px;
  --page-mascot-mobile-y:0px;
  --page-mascot-mobile-opacity:.32;
}
.seo-breadcrumb{
  display:none!important;
  visibility:hidden!important;
  position:absolute!important;
  width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  pointer-events:none!important;
}
html,body{
  -ms-overflow-style:none;
  scrollbar-width:none;
}
html{
  overflow-x:clip;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width:0;
  height:0;
  display:none;
}
body{margin:0;font-family:var(--f);background:linear-gradient(160deg,#071008 0%,#050d07 50%,#03080a 100%);color:var(--text);padding-top:var(--nav-bar-h, 72px);overflow-x:clip}
.nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  max-width:100%;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:18px;
  padding-bottom:18px;
  padding-left:max(clamp(20px,4vw,64px), calc(50vw - var(--site-max) / 2));
  padding-right:max(clamp(20px,4vw,64px), calc(50vw - var(--site-max) / 2));
  min-height:var(--nav-bar-h, 72px);
  box-sizing:border-box;
  background:rgba(5,13,8,.55);
  backdrop-filter:blur(12px);
  transition:background .4s,backdrop-filter .4s;
}
#mainNav{
  left:0;
  right:0;
  width:100%;
  transform:none !important;
}
.nav.scrolled{
  background:rgba(5,13,8,.95);
  backdrop-filter:blur(24px);
  padding-top:12px;
  padding-bottom:12px;
}
.nav a{text-decoration:none}
.nav-brand{font-size:17px;font-weight:800;letter-spacing:-.02em;color:#fff;text-decoration:none;display:block;line-height:0}
.nav-brand span{color:var(--g)}
.nav-links{display:flex;gap:28px;align-items:center}
.nav-link{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.48)!important;text-decoration:none;transition:color .2s;font-weight:600}
.nav-link:hover{color:#fff}
.nav-phone{
  font-size:12px;
  font-weight:700;
  color:var(--g)!important;
  letter-spacing:.04em;
  text-decoration:none;
}
.nav-phone:hover{
  font-weight:700;
}
.hero{padding:clamp(42px,8vw,88px) 22px 28px;max-width:1020px;margin:0 auto}
.hero.has-mascot:not(.info-hero):not(.about-hero){position:relative;padding-right:clamp(110px,18vw,220px)}
.hero.has-mascot > *{position:relative;z-index:1}
.page-mascot{
  position:absolute;
  right:clamp(6px,2vw,22px);
  top:clamp(8px,2vw,18px);
  width:var(--page-mascot-w);
  max-height:var(--page-mascot-max-h);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 12px 20px rgba(0,0,0,.28));
  transform:translate(var(--page-mascot-x),var(--page-mascot-y)) scale(var(--page-mascot-scale));
  opacity:var(--page-mascot-opacity);
  pointer-events:none;
  z-index:0;
}
/* Disclosure + complaints — title + mascot hero */
.hero.has-mascot.info-hero{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:clamp(20px,4vw,44px);
  min-height:clamp(220px,30vh,340px);
  max-width:min(960px,100%);
  margin:0 auto;
  padding:clamp(44px,7vw,80px) clamp(20px,4vw,64px);
  border-bottom:1px solid var(--line);
  --info-hero-mascot-w:clamp(150px,20vw,280px);
  --info-hero-mascot-max-h:clamp(140px,24vh,280px);
  --info-hero-mascot-scale:1.15;
  --info-hero-mascot-x:0px;
  --info-hero-mascot-y:0px;
  --info-hero-mobile-mascot-w:clamp(108px,30vw,150px);
  --info-hero-mobile-mascot-max-h:clamp(104px,32vw,156px);
  --info-hero-mobile-mascot-scale:1;
}
.info-hero-copy{
  flex:0 1 auto;
  max-width:min(520px,52%);
  text-align:left;
}
.hero.has-mascot.info-hero .ey{display:block;margin-bottom:14px}
.hero.has-mascot.info-hero h1{
  margin:0;
  font-size:clamp(34px,6vw,68px);
  line-height:.98;
  letter-spacing:-.035em;
}
.hero.has-mascot.info-hero .page-mascot{
  position:relative!important;
  inset:auto!important;
  right:auto!important;
  left:auto!important;
  top:auto!important;
  bottom:auto!important;
  flex:0 0 auto;
  width:var(--info-hero-mascot-w);
  max-height:var(--info-hero-mascot-max-h);
  transform:translate(var(--info-hero-mascot-x),var(--info-hero-mascot-y)) scale(var(--info-hero-mascot-scale));
  filter:drop-shadow(0 16px 28px rgba(0,0,0,.32));
  opacity:1;
}
/* Service pages — mascot feet sit on the hero border line */
.hero.has-mascot.info-hero.service-hero{
  align-items:flex-end;
  padding-bottom:0;
  --service-hero-copy-pad:clamp(32px,5.5vw,56px);
  --info-hero-mascot-w:clamp(180px,24vw,340px);
  --info-hero-mascot-max-h:clamp(172px,28vh,340px);
  --info-hero-mascot-scale:1.32;
  --info-hero-mobile-mascot-w:clamp(124px,34vw,172px);
  --info-hero-mobile-mascot-max-h:clamp(118px,36vw,180px);
  --info-hero-mobile-mascot-scale:1.14;
}
.hero.has-mascot.info-hero.service-hero .info-hero-copy{
  align-self:center;
  padding-bottom:var(--service-hero-copy-pad);
}
.hero.has-mascot.info-hero.service-hero .page-mascot{
  align-self:flex-end;
  display:block;
  margin:0;
  line-height:0;
  object-fit:contain;
  object-position:bottom center;
  max-height:none;
  height:var(--info-hero-mascot-max-h);
  transform:translate(var(--info-hero-mascot-x),var(--info-hero-mascot-y)) scale(var(--info-hero-mascot-scale));
  transform-origin:bottom center;
}
.ey{font-size:10px;letter-spacing:.26em;text-transform:uppercase;color:var(--g);font-weight:700}
h1{font-size:clamp(34px,6.6vw,68px);line-height:1.02;letter-spacing:-.03em;margin:12px 0 14px}
.lead{color:var(--muted);max-width:64ch;line-height:1.75}
.cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.btn{display:inline-flex;padding:11px 18px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.05em}
.btn.primary{background:var(--g);color:#061109}
.btn.secondary{border:1px solid var(--line);color:#fff;background:rgba(255,255,255,.06)}
.btn.ghost{border:1px dashed var(--line);color:var(--muted);background:transparent;padding:13.5px 24px;font-size:16.5px}
.btn.ghost:hover{border-color:var(--g);color:var(--text)}
.section{max-width:1020px;margin:0 auto;padding:10px 22px 60px}
.section h2{font-size:clamp(24px,3.8vw,40px);line-height:1.03;letter-spacing:-.025em;margin:6px 0 12px}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:16px}
.card h3{margin:0 0 8px;font-size:18px}
.card p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}
.list{margin:0;padding-left:18px;line-height:1.8;color:var(--muted)}
.single{max-width:760px}
.container-large{max-width:1360px;margin:0 auto}
.padding-global{padding-left:clamp(20px,4vw,64px);padding-right:clamp(20px,4vw,64px)}
.padding-section-large{padding-top:clamp(72px,10vw,128px);padding-bottom:clamp(72px,10vw,128px)}

/* About page: Webflow-inspired testimonials */
.about-testimonials{
  max-width:1360px;
  margin:0 auto;
  padding-top:clamp(70px,10vw,120px);
  padding-bottom:clamp(70px,10vw,120px);
  border-top:1px solid var(--line);
}
.testimonials_component{
  position:relative;
  min-height:620px;
}
.testimonials_content{
  position:relative;
  min-height:inherit;
}
.testimonials_title-wrapper{
  position:sticky;
  top:110px;
  z-index:1;
}
.testimonials_heading{
  margin:0;
  font-size:clamp(54px,12vw,170px);
  line-height:.82;
  letter-spacing:-.07em;
  text-transform:lowercase;
  color:rgba(255,255,255,.08);
  font-weight:900;
}
.testimonials_list{
  position:relative;
  min-height:500px;
  margin-top:-80px;
}
.testimonials_card{
  position:absolute;
  width:min(420px,44vw);
  min-height:230px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(220,255,232,.94));
  color:#061109;
  box-shadow:0 24px 70px rgba(0,0,0,.35);
}
.testimonials_card:nth-child(1){left:4%;top:80px}
.testimonials_card:nth-child(2){right:7%;top:130px}
.testimonials_card:nth-child(3){left:23%;top:310px}
.testimonials_card:nth-child(4){right:19%;top:390px}
.tilt-left{transform:rotate(-2.2deg)}
.tilt-right{transform:rotate(3.5deg)}
.tilt-soft{transform:rotate(2deg)}
.tilt-tiny{transform:rotate(.7deg)}
.testimonials_card-content{
  padding:clamp(22px,3vw,34px);
  display:flex;
  flex-direction:column;
  gap:20px;
}
.testimonials_client-image-wrapper{
  width:54px;
  height:54px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#061109;
  color:var(--g);
  font-weight:900;
  letter-spacing:-.04em;
}
.testimonials_text p{
  margin:0;
  color:#102015;
  font-size:clamp(17px,2vw,24px);
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:700;
}
.testimonials_button-wrapper{
  position:relative;
  z-index:2;
  margin-top:24px;
  text-align:center;
}

/* About page: Webflow-inspired team feature */
.team-feature_section{
  max-width:1360px;
  margin:0 auto;
  border-top:1px solid var(--line);
}
.team-feature_component.is-grid{
  display:grid;
  grid-template-columns:minmax(260px,.8fr) minmax(0,1.5fr);
  gap:clamp(28px,5vw,76px);
  align-items:start;
}
.team-feature_sticky-wrapper{
  position:sticky;
  top:110px;
}
.team-feature_heading{
  margin:0 0 28px;
  font-size:clamp(56px,9vw,150px);
  line-height:.82;
  letter-spacing:-.07em;
  text-transform:lowercase;
  font-weight:900;
  color:#fff;
}
.text-size-large{
  margin:0;
  color:var(--muted);
  font-size:clamp(17px,1.7vw,22px);
  line-height:1.55;
  letter-spacing:-.015em;
}
.team-feature_team-list-wrapper{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.team-feature_member-item{
  display:grid;
  grid-template-columns:minmax(140px,220px) minmax(190px,.75fr) minmax(220px,1fr);
  gap:clamp(18px,3vw,34px);
  align-items:stretch;
  min-height:260px;
  padding:clamp(18px,2.5vw,28px);
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px;
  background:rgba(10,18,13,.78);
  box-shadow:0 18px 60px rgba(0,0,0,.28);
  overflow:hidden;
}
.team-feature_member-image-wrapper{
  border-radius:22px;
  overflow:hidden;
  min-height:220px;
  background:
    radial-gradient(circle at 30% 20%,rgba(34,197,94,.35),transparent 42%),
    linear-gradient(145deg,rgba(34,197,94,.16),rgba(255,255,255,.04));
  border:1px solid rgba(34,197,94,.22);
  display:flex;
  align-items:center;
  justify-content:center;
}
.team-feature_member-image{
  width:100%;
  height:100%;
  min-height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.92);
  font-size:clamp(46px,7vw,92px);
  font-weight:900;
  letter-spacing:-.08em;
}
.team-feature_member-details-wrapper{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.team-feature_member-details-wrapper h3{
  margin:0 0 10px;
  font-size:clamp(24px,3vw,42px);
  line-height:.95;
  letter-spacing:-.045em;
}
.team-feature_member-details-wrapper p{
  margin:0;
  color:rgba(255,255,255,.58);
  line-height:1.5;
  font-size:15px;
}
.button_group{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}
.button.is-link{
  color:var(--g);
  text-decoration:none;
  font-weight:800;
  letter-spacing:.02em;
}
.team-feature_paragraph-wrapper{
  display:flex;
  align-items:center;
  color:var(--muted);
  line-height:1.75;
  font-size:15px;
}
.team-feature_paragraph-wrapper p{margin:0}
.logos{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.logo{
  width:100%;
  min-height:94px;
  border-radius:14px;
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.08);
  padding:10px 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:none;
  transition:border-color .25s ease, background .25s ease;
  overflow:hidden;
}
.logo:hover{
  background:rgba(255,255,255,.05);
  border-color:rgba(34,197,94,.35);
}
.logo img{
  width:auto;
  height:auto;
  max-width:var(--img-w,128px);
  max-height:var(--img-h,80px);
  object-fit:contain;
  filter:saturate(1.05);
  transform:scale(var(--img-scale,1));
  transform-origin:center center;
}
.logo img.logo-white{
  filter:brightness(0) saturate(100%) invert(63%) sepia(67%) saturate(522%) hue-rotate(90deg) brightness(93%) contrast(93%);
}
.logo.logo-neutral{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.35);
}
.logo img.no-tint{filter:none!important}
.logo.logo-rect{
  min-height:94px;
  border-radius:14px;
  padding:10px 14px;
}
.btn-g{background:var(--g);color:#050d08;box-shadow:0 4px 22px rgba(34,197,94,.32)}
.btn-w{background:rgba(255,255,255,.07);color:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.16)}
.btn-w:hover{background:rgba(255,255,255,.12)}
.btn{display:inline-flex;align-items:center;gap:6px;padding:12px 22px;border-radius:100px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-decoration:none}
.section,.hero{max-width:1360px}
.hero,.section{padding-left:clamp(20px,4vw,64px);padding-right:clamp(20px,4vw,64px)}
.hero{padding-top:clamp(42px,8vw,88px)}
.section{padding-top:10px;padding-bottom:60px}
.logos{margin:0}

/* Info pages — disclosure, complaints */
.info-page .info-main{
  max-width:760px;
  margin:0 auto;
  padding:clamp(28px,4vw,48px) clamp(20px,4vw,64px) clamp(40px,6vw,64px);
}
.info-page .info-block{
  margin-bottom:clamp(36px,5vh,52px);
}
.info-page .info-block:last-child{
  margin-bottom:0;
}
.info-page .info-block h2{
  margin:0 0 14px;
}
.info-page .info-block .lead{
  margin:0 0 18px;
}
.info-page .info-block .lead:last-child{
  margin-bottom:0;
}
.info-page .list-links{
  list-style:none;
  margin:0;
  padding:0;
}
.info-page .list-links li{
  padding:14px 0;
  border-bottom:1px solid var(--line);
  line-height:1.5;
}
.info-page .list-links li:first-child{
  padding-top:0;
}
.info-page .list-links li:last-child{
  border-bottom:none;
  padding-bottom:0;
}
.info-page .list-contact li{
  margin-bottom:4px;
}
.info-page .page-link{
  color:#9de4b6;
  text-decoration:none;
  font-weight:700;
  transition:color .2s ease;
}
.info-page .page-link:hover{
  color:var(--g);
}
.info-page .info-block--footer{
  padding-top:clamp(28px,4vh,40px);
  border-top:1px solid var(--line);
}
.info-page .svc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}
.info-page .svc-list li{padding-left:22px;position:relative;line-height:1.7;color:var(--muted)}
.info-page .svc-list li::before{content:'';position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--g)}
.info-page .svc-list li strong{color:var(--text);font-weight:700}
.info-page .svc-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px;counter-reset:step}
.info-page .svc-steps li{display:flex;gap:16px;align-items:flex-start}
.info-page .svc-step-num{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:rgba(34,197,94,.14);border:1px solid rgba(34,197,94,.35);color:var(--g);font-weight:800;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;margin-top:2px}
.info-page .svc-steps p{margin:0;line-height:1.7;color:var(--muted)}
.info-page .svc-steps strong{color:var(--text)}
.info-page .svc-cta-block{text-align:left}
.info-page .svc-cta-block .cta-row{margin-top:20px}
@media (max-width:900px){
  :root{--nav-bar-h:68px}
  html,body{
    -ms-overflow-style:none;
    scrollbar-width:none;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar{
    width:0;
    height:0;
    display:none;
  }
  body{padding-top:var(--nav-bar-h)}
  .hero.has-mascot:not(.info-hero):not(.about-hero){
    padding-right:clamp(106px,30vw,170px);
    padding-top:clamp(54px,10vw,86px);
  }
  .hero.has-mascot.info-hero{
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:clamp(12px,3.5vw,22px);
    min-height:auto;
    max-width:100%;
    padding:clamp(36px,8vw,56px) clamp(16px,4vw,24px);
    text-align:left;
  }
  .info-hero-copy{
    flex:1 1 auto;
    min-width:0;
    max-width:58%;
    text-align:left;
  }
  .hero.has-mascot.info-hero h1{
    font-size:clamp(24px,6.8vw,36px);
    line-height:1;
  }
  .hero.has-mascot.info-hero .ey{
    margin-bottom:10px;
    font-size:9px;
  }
  .hero.has-mascot.info-hero .page-mascot{
    flex:0 0 auto;
    width:var(--info-hero-mobile-mascot-w);
    max-height:var(--info-hero-mobile-mascot-max-h);
    transform:translate(0,0) scale(var(--info-hero-mobile-mascot-scale));
    opacity:1;
  }
  .hero.has-mascot.info-hero.service-hero{
    padding-bottom:0;
    align-items:flex-end;
  }
  .hero.has-mascot.info-hero.service-hero .info-hero-copy{
    padding-bottom:clamp(24px,6vw,40px);
  }
  .hero.has-mascot.info-hero.service-hero .page-mascot{
    width:var(--info-hero-mobile-mascot-w);
    height:var(--info-hero-mobile-mascot-max-h);
    max-height:none;
    transform:translate(var(--info-hero-mascot-x),var(--info-hero-mascot-y)) scale(var(--info-hero-mobile-mascot-scale));
    transform-origin:bottom center;
  }
  .page-mascot{
    left:auto!important;
    right:clamp(8px,3vw,18px)!important;
    top:clamp(18px,5vw,34px);
    width:var(--page-mascot-mobile-w);
    max-height:var(--page-mascot-mobile-max-h);
    transform:translate(var(--page-mascot-mobile-x),var(--page-mascot-mobile-y)) scale(var(--page-mascot-mobile-scale));
    opacity:var(--page-mascot-mobile-opacity);
  }
  .grid{grid-template-columns:1fr 1fr}
  .testimonials_title-wrapper,.team-feature_sticky-wrapper{position:relative;top:auto}
  .testimonials_list{min-height:auto;margin-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .testimonials_card{position:relative;left:auto!important;right:auto!important;top:auto!important;width:auto;min-height:0}
  .team-feature_component.is-grid{grid-template-columns:1fr}
  .team-feature_member-item{grid-template-columns:150px 1fr;min-height:0}
  .team-feature_paragraph-wrapper{grid-column:1 / -1}
  .logos{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
  }
  .logo{min-height:82px;padding:8px 10px}
  .logo img{max-width:var(--img-w,100px);max-height:var(--img-h,62px)}
}
@media (max-width:620px){
  .hero.has-mascot.info-hero{
    gap:10px;
    padding:clamp(32px,7vw,48px) clamp(14px,4vw,20px);
  }
  .hero.has-mascot.info-hero h1{
    font-size:clamp(21px,6.2vw,30px);
  }
  .hero.has-mascot.info-hero .page-mascot{
    width:clamp(96px,28vw,128px);
    max-height:clamp(92px,30vw,132px);
  }
  .hero.has-mascot.info-hero.service-hero .page-mascot{
    width:clamp(112px,32vw,148px);
    height:clamp(108px,34vw,156px);
    max-height:none;
  }
  .page-mascot{
    left:auto!important;
    right:8px!important;
    top:clamp(20px,6vw,34px);
    width:var(--page-mascot-mobile-w);
    max-height:var(--page-mascot-mobile-max-h);
    transform:translate(var(--page-mascot-mobile-x),var(--page-mascot-mobile-y)) scale(var(--page-mascot-mobile-scale));
    opacity:var(--page-mascot-mobile-opacity);
  }
  .grid{grid-template-columns:1fr}
  .testimonials_list{grid-template-columns:1fr}
  .testimonials_heading,.team-feature_heading{font-size:clamp(52px,18vw,90px)}
  .team-feature_member-item{grid-template-columns:1fr}
  .team-feature_member-image-wrapper,.team-feature_member-image{min-height:170px}
  .nav-links{gap:12px}
  .nav-link,.nav-phone{font-size:11px}
  .nav,.nav.scrolled{
    padding-top:12px;
    padding-bottom:12px;
    padding-left:max(clamp(20px,4vw,64px), calc(50vw - var(--site-max) / 2));
    padding-right:max(clamp(20px,4vw,64px), calc(50vw - var(--site-max) / 2));
    min-height:var(--nav-bar-h, 68px);
  }
  .logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .logo{min-height:74px}
  .logo img{max-width:var(--img-w,84px);max-height:var(--img-h,52px)}
}

/* Landing pages — testimonial quote cards, FAQ list, related-page links (Phase 1 SEO landing pages) */
.info-page .quote-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px 22px;margin-bottom:14px}
.info-page .quote-card:last-child{margin-bottom:0}
.info-page .quote-card p{margin:0 0 10px;color:var(--text);line-height:1.7;font-size:15px}
.info-page .quote-card p:last-of-type{margin-bottom:0}
.info-page .quote-cite{display:block;margin-top:12px;color:var(--g);font-weight:700;font-size:13px;letter-spacing:.02em}
.info-page .quote-stars{letter-spacing:.15em;margin-left:6px}
.info-page .faq-list{display:flex;flex-direction:column}
.info-page .faq-item{border-top:1px solid var(--line);padding:18px 0}
.info-page .faq-item:first-child{border-top:none;padding-top:0}
.info-page .faq-item:last-child{padding-bottom:0}
.info-page .faq-item h3{margin:0 0 8px;font-size:17px;letter-spacing:-.01em;font-weight:700}
.info-page .faq-item p{margin:0;color:var(--muted);line-height:1.7}
.info-page .related-links{display:flex;flex-wrap:wrap;gap:10px 22px;margin:14px 0 0;padding:0;list-style:none}
.info-page .related-links a{color:#9de4b6;text-decoration:none;font-weight:700;font-size:14px}
.info-page .related-links a:hover{color:var(--g)}
