/* Sendly FAQ full redesign */
.faq-pro-page{background:#F6FAF4;color:#111827;overflow-x:hidden;}
.faq-pro-page .public-nav{background:rgba(246,250,244,.93);}

.faq-pro-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(76px,7.5vw,118px) 0 clamp(44px,4.6vw,68px);
  background:radial-gradient(circle at 54% 0%,rgba(183,255,26,.40),transparent 30%),linear-gradient(180deg,#F8FCF6 0%,#F2F8EF 100%);
  border-bottom:1px solid rgba(11,61,46,.08);
}
.faq-pro-hero::before{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(13,67,49,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(13,67,49,.045) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(180deg,#000,transparent 90%);
  pointer-events:none;
}
.faq-pro-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,480px);gap:clamp(28px,5vw,70px);align-items:center;}
.faq-pro-hero-copy h1{font-size:clamp(42px,6.35vw,92px);line-height:.9;letter-spacing:-.075em;margin:0 0 18px;font-weight:950;max-width:830px;}
.faq-pro-hero-copy p:not(.snp-kicker){font-size:clamp(15px,1.25vw,18px);line-height:1.75;color:#617083;max-width:680px;margin:0;}
.faq-pro-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;align-items:center;}

.faq-pro-panel{position:relative;overflow:hidden;border-radius:32px;padding:24px;background:radial-gradient(circle at 95% 90%,rgba(183,255,26,.22),transparent 34%),linear-gradient(135deg,#061610,#0B3D2E);box-shadow:0 34px 80px rgba(6,33,22,.22);border:1px solid rgba(255,255,255,.12);}
.faq-pro-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;}
.faq-pro-panel-head img{height:30px;width:auto;object-fit:contain;}
.faq-pro-panel-head span{display:inline-flex;align-items:center;border-radius:999px;background:#ECFBE6;color:#04783e;font-size:11px;font-weight:950;padding:8px 12px;}
.faq-pro-panel-list{display:grid;gap:12px;}
.faq-pro-panel-list article{display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:center;padding:16px;border-radius:20px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.08);}
.faq-pro-panel-list span{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:#B7FF1A;color:#06311F;}
.faq-pro-panel-list svg{width:21px;height:21px;}
.faq-pro-panel-list b{display:block;color:#fff;font-size:16px;line-height:1.1;}
.faq-pro-panel-list small{display:block;color:rgba(255,255,255,.68);font-weight:750;line-height:1.45;margin-top:5px;}

.faq-pro-section{padding:clamp(34px,4.4vw,58px) 0;background:#F6FAF4;}
.faq-pro-topics-section{padding-top:clamp(30px,3.4vw,44px);padding-bottom:clamp(24px,3vw,36px);}
.faq-pro-topics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.faq-pro-topics a{min-height:118px;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;text-decoration:none;color:#111827;background:rgba(255,255,255,.86);border:1px solid rgba(11,61,46,.08);border-radius:24px;padding:18px;box-shadow:0 22px 46px rgba(17,24,39,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.faq-pro-topics a:hover{transform:translateY(-2px);box-shadow:0 26px 54px rgba(17,24,39,.075);border-color:rgba(15,143,77,.22);}
.faq-pro-topics span{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#ECFBE6;color:#0F8F4D;}
.faq-pro-topics b{display:block;font-size:17px;letter-spacing:-.035em;line-height:1.1;}
.faq-pro-topics small{display:block;margin-top:5px;color:#617083;font-weight:780;line-height:1.35;}

.faq-pro-main-section{padding-top:clamp(18px,2.5vw,32px);}
.faq-pro-main-grid{display:grid;grid-template-columns:330px minmax(0,1fr);gap:20px;align-items:start;}
.faq-pro-side{position:sticky;top:104px;overflow:hidden;border-radius:30px;padding:26px;background:radial-gradient(circle at 100% 100%,rgba(183,255,26,.20),transparent 42%),linear-gradient(135deg,#061610,#0B3D2E);color:#fff;box-shadow:0 26px 64px rgba(6,33,22,.18);}
.faq-pro-side h2{font-size:clamp(26px,2.5vw,38px);line-height:.98;letter-spacing:-.055em;margin:0 0 12px;}
.faq-pro-side p:not(.snp-kicker){margin:0;color:rgba(255,255,255,.70);line-height:1.7;font-weight:650;}
.faq-pro-side-points{display:grid;gap:10px;margin-top:22px;}
.faq-pro-side-points span{display:inline-flex;align-items:center;gap:10px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10);padding:10px 12px;color:#fff;font-weight:900;font-size:13px;}
.faq-pro-side-points svg{width:17px;height:17px;color:#B7FF1A;}

.faq-pro-accordion{display:grid;gap:16px;}
.faq-pro-group{border-radius:28px;background:rgba(255,255,255,.88);border:1px solid rgba(11,61,46,.08);box-shadow:0 22px 52px rgba(17,24,39,.05);padding:22px;scroll-margin-top:110px;}
.faq-pro-group-title{display:flex;align-items:center;gap:14px;margin-bottom:12px;}
.faq-pro-group-title>span{width:50px;height:50px;border-radius:17px;display:grid;place-items:center;background:#ECFBE6;color:#0F8F4D;flex:0 0 auto;}
.faq-pro-group-title svg{width:21px;height:21px;}
.faq-pro-group-title small{display:block;color:#04783e;text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:950;margin-bottom:4px;}
.faq-pro-group-title h2{margin:0;font-size:clamp(26px,2.7vw,42px);line-height:1;letter-spacing:-.055em;font-weight:950;}
.faq-pro-group details{border-top:1px solid rgba(11,61,46,.09);padding:15px 0;}
.faq-pro-group details:first-of-type{border-top:0;}
.faq-pro-group summary{cursor:pointer;list-style:none;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;font-size:17px;font-weight:950;letter-spacing:-.025em;line-height:1.35;color:#111827;}
.faq-pro-group summary::-webkit-details-marker{display:none;}
.faq-pro-group summary::after{content:"+";display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#ECFBE6;color:#0F8F4D;font-size:20px;line-height:1;flex:0 0 30px;margin-top:-3px;}
.faq-pro-group details[open] summary::after{content:"−";background:#0F8F4D;color:#fff;}
.faq-pro-group p{color:#617083;line-height:1.72;font-size:15px;font-weight:650;margin:10px 42px 0 0;max-width:850px;}

.faq-pro-commitment{padding-top:clamp(24px,3.3vw,42px);}
.faq-pro-commit-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:26px;align-items:center;border-radius:32px;padding:clamp(26px,3.5vw,40px);background:rgba(255,255,255,.84);border:1px solid rgba(11,61,46,.08);box-shadow:0 28px 70px rgba(17,24,39,.055);}
.faq-pro-commit-card h2{font-size:clamp(30px,4vw,58px);line-height:.96;letter-spacing:-.065em;margin:0 0 12px;font-weight:950;max-width:680px;}
.faq-pro-commit-card p:not(.snp-kicker){margin:0;color:#617083;line-height:1.7;font-weight:650;max-width:660px;}
.faq-pro-commit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.faq-pro-commit-grid article{display:flex;align-items:center;gap:12px;padding:16px;border-radius:20px;background:#fff;border:1px solid rgba(11,61,46,.08);}
.faq-pro-commit-grid span{width:42px;height:42px;border-radius:14px;background:#ECFBE6;color:#0F8F4D;display:grid;place-items:center;flex:0 0 auto;}
.faq-pro-commit-grid svg{width:19px;height:19px;}
.faq-pro-commit-grid b{font-size:15px;line-height:1.2;}

.faq-pro-final{padding:clamp(34px,4.4vw,58px) 0;background:#EEF6EC;}
.faq-pro-final .snp-cta-card{border-radius:30px;padding:clamp(24px,3.4vw,40px);}
.faq-pro-final .snp-cta-card img{height:30px;margin-bottom:18px;}
.faq-pro-final .snp-cta-card h2{font-size:clamp(30px,4.2vw,58px);max-width:760px;}

@media (max-width:1120px){
  .faq-pro-hero-grid{grid-template-columns:1fr;gap:28px;}
  .faq-pro-panel{max-width:640px;width:100%;}
  .faq-pro-topics{grid-template-columns:repeat(2,1fr);}
  .faq-pro-main-grid{grid-template-columns:1fr;}
  .faq-pro-side{position:relative;top:auto;}
  .faq-pro-commit-card{grid-template-columns:1fr;}
}

@media (max-width:760px){
  .faq-pro-hero{padding:70px 0 34px;}
  .faq-pro-hero-copy h1{font-size:clamp(38px,13vw,62px);margin-bottom:14px;}
  .faq-pro-hero-copy p:not(.snp-kicker){font-size:15px;line-height:1.62;}
  .faq-pro-actions{margin-top:22px;gap:10px;}
  .faq-pro-actions .btn{width:100%;justify-content:center;}
  .faq-pro-panel{padding:18px;border-radius:24px;}
  .faq-pro-panel-head img{height:24px;}
  .faq-pro-panel-list article{grid-template-columns:42px 1fr;padding:13px;border-radius:17px;}
  .faq-pro-panel-list span{width:42px;height:42px;border-radius:14px;}
  .faq-pro-section{padding:30px 0;}
  .faq-pro-topics-section{padding-top:26px;padding-bottom:18px;}
  .faq-pro-topics{grid-template-columns:1fr;gap:10px;}
  .faq-pro-topics a{min-height:auto;padding:14px;border-radius:18px;grid-template-columns:42px 1fr;}
  .faq-pro-topics span{width:42px;height:42px;border-radius:14px;}
  .faq-pro-main-section{padding-top:12px;}
  .faq-pro-side{border-radius:24px;padding:22px;}
  .faq-pro-side h2{font-size:30px;}
  .faq-pro-accordion{gap:12px;}
  .faq-pro-group{padding:16px;border-radius:22px;}
  .faq-pro-group-title{gap:12px;margin-bottom:8px;}
  .faq-pro-group-title>span{width:42px;height:42px;border-radius:14px;}
  .faq-pro-group-title h2{font-size:26px;}
  .faq-pro-group details{padding:12px 0;}
  .faq-pro-group summary{font-size:15px;gap:12px;}
  .faq-pro-group summary::after{width:25px;height:25px;flex-basis:25px;font-size:18px;}
  .faq-pro-group p{font-size:14px;line-height:1.65;margin-right:0;}
  .faq-pro-commit-card{padding:22px;border-radius:24px;gap:20px;}
  .faq-pro-commit-card h2{font-size:34px;}
  .faq-pro-commit-grid{grid-template-columns:1fr;gap:10px;}
  .faq-pro-final{padding:28px 0 34px;}
  .faq-pro-final .snp-cta-card{border-radius:24px;padding:22px;}
}

@media (max-width:430px){
  .faq-pro-hero-copy h1{font-size:36px;}
  .faq-pro-topics b{font-size:16px;}
  .faq-pro-side h2,.faq-pro-commit-card h2{font-size:30px;}
  .faq-pro-panel-list b{font-size:15px;}
}


/* Final FAQ polish: compact topics, cleaner hierarchy, sticky guide */
.faq-pro-page .faq-pro-hero{
  padding:clamp(70px,7vw,112px) 0 clamp(34px,3.7vw,50px);
}
.faq-pro-page .faq-pro-hero-grid{
  grid-template-columns:minmax(0,1.04fr) minmax(340px,450px);
  gap:clamp(24px,4.2vw,56px);
}
.faq-pro-page .faq-pro-hero-copy h1{
  font-size:clamp(42px,5.9vw,84px);
  max-width:780px;
  margin-bottom:16px;
}
.faq-pro-page .faq-pro-panel{
  border-radius:28px;
  padding:22px;
}
.faq-pro-page .faq-pro-panel-list article{
  grid-template-columns:46px 1fr;
  gap:12px;
  padding:14px;
  border-radius:18px;
}
.faq-pro-page .faq-pro-panel-list span{width:46px;height:46px;border-radius:15px;}

.faq-pro-page .faq-pro-section{padding:clamp(28px,3.7vw,46px) 0;}
.faq-pro-page .faq-pro-topics-section{
  padding-top:clamp(24px,2.8vw,36px);
  padding-bottom:clamp(18px,2.4vw,28px);
}
.faq-pro-page .faq-pro-topics{
  gap:12px;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.faq-pro-page .faq-pro-topics a{
  min-height:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:16px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78));
  box-shadow:0 18px 38px rgba(17,24,39,.045);
}
.faq-pro-page .faq-pro-topics a:nth-child(2){border-color:rgba(15,143,77,.18);background:linear-gradient(180deg,#fff,#F6FEEC);}
.faq-pro-page .faq-pro-topics span{
  width:54px;
  height:54px;
  border-radius:17px;
  flex:0 0 auto;
}
.faq-pro-page .faq-pro-topics b{
  font-size:clamp(18px,1.55vw,23px);
  line-height:1.05;
  letter-spacing:-.045em;
  max-width:100%;
}
.faq-pro-page .faq-pro-topics small{
  display:block;
  font-size:14px;
  line-height:1.35;
  color:#617083;
  max-width:13ch;
}

.faq-pro-page .faq-pro-main-section{padding-top:18px;}
.faq-pro-page .faq-pro-main-grid{
  grid-template-columns:minmax(260px,310px) minmax(0,1fr);
  gap:22px;
  align-items:start;
}
.faq-pro-page .faq-pro-side{
  position:sticky;
  top:96px;
  align-self:start;
  border-radius:28px;
  padding:24px;
  min-height:auto;
  max-height:calc(100vh - 122px);
  box-shadow:0 24px 58px rgba(6,33,22,.18);
}
.faq-pro-page .faq-pro-side .snp-kicker{margin-bottom:14px!important;}
.faq-pro-page .faq-pro-side h2{
  font-size:clamp(28px,2.25vw,34px);
  line-height:1;
  letter-spacing:-.055em;
  margin-bottom:12px;
}
.faq-pro-page .faq-pro-side p:not(.snp-kicker){font-size:14px;line-height:1.62;}
.faq-pro-page .faq-pro-side-points{gap:8px;margin-top:18px;}
.faq-pro-page .faq-pro-side-points span{
  padding:9px 11px;
  font-size:12px;
  border-radius:16px;
}

.faq-pro-page .faq-pro-accordion{gap:14px;}
.faq-pro-page .faq-pro-group{
  padding:22px 24px;
  border-radius:26px;
  box-shadow:0 20px 44px rgba(17,24,39,.045);
  scroll-margin-top:116px;
}
.faq-pro-page .faq-pro-group-title{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:15px;
  align-items:center;
  margin-bottom:10px;
}
.faq-pro-page .faq-pro-group-title>span{
  width:52px;
  height:52px;
  border-radius:17px;
}
.faq-pro-page .faq-pro-group-title h2{
  font-size:clamp(28px,2.6vw,42px);
  line-height:.98;
}
.faq-pro-page .faq-pro-group details{padding:13px 0;}
.faq-pro-page .faq-pro-group summary{font-size:17px;line-height:1.36;align-items:center;}
.faq-pro-page .faq-pro-group summary::after{margin-top:0;}
.faq-pro-page .faq-pro-group p{
  max-width:820px;
  margin:9px 46px 0 0;
  font-size:14.8px;
  line-height:1.68;
}

.faq-pro-page .faq-pro-commitment{padding-top:28px;}
.faq-pro-page .faq-pro-commit-card{border-radius:28px;padding:30px;gap:24px;}
.faq-pro-page .faq-pro-final{padding:34px 0 46px;}

@media (max-width:1120px){
  .faq-pro-page .faq-pro-hero-grid{grid-template-columns:1fr;}
  .faq-pro-page .faq-pro-topics{grid-template-columns:repeat(2,minmax(0,1fr));}
  .faq-pro-page .faq-pro-main-grid{grid-template-columns:1fr;}
  .faq-pro-page .faq-pro-side{
    position:relative;
    top:auto;
    max-height:none;
    display:grid;
    grid-template-columns:1fr auto;
    gap:18px 24px;
    align-items:start;
  }
  .faq-pro-page .faq-pro-side p:not(.snp-kicker){max-width:640px;}
  .faq-pro-page .faq-pro-side-points{margin-top:0;align-content:start;}
}

@media (max-width:760px){
  .faq-pro-page .faq-pro-hero{padding:64px 0 30px;}
  .faq-pro-page .faq-pro-hero-copy h1{font-size:clamp(38px,13vw,58px);}
  .faq-pro-page .faq-pro-actions .btn{width:100%;justify-content:center;}
  .faq-pro-page .faq-pro-topics{grid-template-columns:1fr;gap:10px;}
  .faq-pro-page .faq-pro-topics a{
    flex-direction:row;
    align-items:center;
    gap:14px;
    padding:14px;
    border-radius:18px;
  }
  .faq-pro-page .faq-pro-topics span{width:44px;height:44px;border-radius:14px;}
  .faq-pro-page .faq-pro-topics b{font-size:18px;}
  .faq-pro-page .faq-pro-topics small{font-size:12.5px;max-width:none;margin-top:3px;}
  .faq-pro-page .faq-pro-main-section{padding-top:10px;}
  .faq-pro-page .faq-pro-side{
    display:block;
    padding:20px;
    border-radius:22px;
  }
  .faq-pro-page .faq-pro-side h2{font-size:29px;}
  .faq-pro-page .faq-pro-side-points{margin-top:16px;}
  .faq-pro-page .faq-pro-group{padding:16px;border-radius:22px;}
  .faq-pro-page .faq-pro-group-title{grid-template-columns:42px 1fr;gap:12px;margin-bottom:8px;}
  .faq-pro-page .faq-pro-group-title>span{width:42px;height:42px;border-radius:14px;}
  .faq-pro-page .faq-pro-group-title h2{font-size:26px;}
  .faq-pro-page .faq-pro-group details{padding:12px 0;}
  .faq-pro-page .faq-pro-group summary{font-size:15px;align-items:flex-start;}
  .faq-pro-page .faq-pro-group summary::after{width:25px;height:25px;flex-basis:25px;margin-top:-2px;}
  .faq-pro-page .faq-pro-group p{font-size:14px;margin-right:0;}
  .faq-pro-page .faq-pro-commit-card{padding:22px;border-radius:24px;}
  .faq-pro-page .faq-pro-final{padding:28px 0 34px;}
}

@media (max-width:430px){
  .faq-pro-page .faq-pro-hero-copy h1{font-size:35px;}
  .faq-pro-page .faq-pro-topics a{padding:13px;}
  .faq-pro-page .faq-pro-side h2{font-size:27px;}
}


/* FAQ left guide card: keep it still/static, not sticky */
.faq-pro-page .faq-pro-main-grid{
  align-items:start;
}
.faq-pro-page .faq-pro-side,
.faq-pro-page .faq-pro-side:hover{
  position:relative !important;
  top:auto !important;
  align-self:start;
  max-height:none !important;
  transform:none !important;
}
.faq-pro-page .faq-pro-side{
  min-height:0;
  padding:clamp(22px,2.2vw,28px);
  border-radius:28px;
  box-shadow:0 24px 58px rgba(6,33,22,.16);
}
.faq-pro-page .faq-pro-side h2{
  max-width:100%;
}
.faq-pro-page .faq-pro-side-points span{
  width:100%;
  justify-content:flex-start;
}
@media (max-width:1120px){
  .faq-pro-page .faq-pro-side{
    position:relative !important;
    top:auto !important;
    max-height:none !important;
  }
}
