.faq-page{background:#fff;color:#172033}
.faq-hero{padding:28px 0 18px}
.faq-hero-shell{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);gap:22px;align-items:stretch;padding:30px;border:1px solid #e2ece6;border-radius:28px;background:linear-gradient(135deg,#f1fbf5 0%,#fff 58%,#f4f9ff 100%);box-shadow:0 14px 40px rgba(15,23,42,.055)}
.faq-hero-copy{max-width:760px}
.faq-hero-copy h1{margin:8px 0 10px;font-size:clamp(28px,3vw,42px);line-height:1.35;letter-spacing:-.6px}
.faq-hero-copy p{margin:0;color:#64748b;font-size:12px;line-height:2}
.faq-search-wrap{margin-top:20px;display:flex;align-items:center;gap:9px;max-width:610px;height:48px;padding:0 13px;border:1px solid #dce7e0;border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.035)}
.faq-search-wrap svg{width:19px;height:19px;fill:none;stroke:#15803d;stroke-width:1.8}
.faq-search-wrap input{width:100%;border:0;outline:0;background:transparent;color:#172033;font:inherit;font-size:11px}
.faq-search-wrap input::placeholder{color:#94a3b8}
.faq-hero-card{display:flex;flex-direction:column;justify-content:center;gap:10px;padding:20px;border-radius:21px;background:#fff;border:1px solid #e5ece8}
.faq-stat{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid #edf2ef}
.faq-stat strong{font-size:22px;color:#15803d}.faq-stat span{font-size:12px;color:#64748b;font-weight:800}
.faq-hero-card .btn{margin-top:4px;justify-content:center}
.faq-section{padding:24px 0 34px}
.faq-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.faq-toolbar h2{margin:4px 0 0;font-size:22px}
.faq-chips{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.faq-chip{height:33px;padding:0 11px;border:1px solid #dfe7e2;border-radius:999px;background:#fff;color:#526174;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.faq-chip.is-active{background:#15803d;border-color:#15803d;color:#fff}
.faq-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:start}
.faq-side{position:sticky;top:92px}
.faq-side-card{padding:18px;border:1px solid #e3ebe6;border-radius:18px;background:#fbfdfc}
.faq-side-card strong{display:block;font-size:13px;margin-bottom:6px}.faq-side-card p{margin:0 0 12px;color:#64748b;font-size:12px;line-height:1.9}
.faq-side-link{display:flex;align-items:center;justify-content:space-between;min-height:36px;padding:0 9px;margin-top:6px;border-radius:9px;background:#fff;border:1px solid #e4ebe7;color:#334155;font-size:12px;font-weight:800;text-decoration:none}
.faq-side-link::after{content:"←";color:#15803d}
.faq-list{display:flex;flex-direction:column;gap:9px}
.faq-item{border:1px solid #e4ebe7;border-radius:15px;background:#fff;overflow:hidden;transition:.2s}
.faq-item:hover{border-color:#cbded2;box-shadow:0 8px 22px rgba(15,23,42,.035)}
.faq-question{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border:0;background:#fff;color:#172033;font:inherit;font-size:11px;font-weight:900;text-align:right;cursor:pointer}
.faq-question i{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border-radius:9px;background:#eff8f2;color:#15803d;font-style:normal;font-size:17px;transition:.2s}
.faq-question[aria-expanded="true"] i{transform:rotate(45deg);background:#15803d;color:#fff}
.faq-answer{padding:0 15px 14px;border-top:1px solid #edf2ef;background:#fcfefd}
.faq-answer p{margin:12px 0 0;color:#526174;font-size:12px;line-height:2}
.faq-empty{padding:32px;text-align:center;border:1px dashed #cfdad3;border-radius:16px;background:#fafcfb}
.faq-empty strong{display:block;margin-bottom:6px}.faq-empty p{color:#64748b;font-size:12px}.faq-empty a{color:#15803d;font-weight:850;font-size:12px}
.faq-contact-banner{margin-bottom:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 26px;border-radius:22px;background:linear-gradient(135deg,#0f6f45,#15803d);color:#fff}
.faq-contact-banner .eyebrow{color:#d1fae5}.faq-contact-banner h2{margin:5px 0;font-size:20px}.faq-contact-banner p{margin:0;color:#dcfce7;font-size:12px;line-height:1.8}
.faq-contact-banner .btn{background:#fff!important;color:#116b3b!important;border-color:#fff!important}
@media(max-width:900px){.faq-hero-shell{grid-template-columns:1fr}.faq-hero-card{display:grid;grid-template-columns:1fr 1fr auto;align-items:center}.faq-layout{grid-template-columns:1fr}.faq-side{position:static}.faq-side-card{display:none}.faq-toolbar{align-items:flex-start;flex-direction:column}.faq-chips{justify-content:flex-start}}
@media(max-width:620px){.faq-hero{padding-top:14px}.faq-hero-shell{padding:20px 16px;border-radius:20px}.faq-hero-copy h1{font-size:26px}.faq-hero-card{grid-template-columns:1fr 1fr}.faq-hero-card .btn{grid-column:1/-1}.faq-section{padding-top:16px}.faq-question{font-size:12px;padding:12px;min-height:54px}.faq-answer{padding:0 12px 12px}.faq-contact-banner{align-items:flex-start;flex-direction:column;padding:20px}.faq-chips{overflow-x:auto;flex-wrap:nowrap;width:100%;padding-bottom:3px}.faq-chip{flex:0 0 auto}}

/* FAQ support banner — aligned with the light visual language of the page */
.faq-contact-banner{
  background:
    linear-gradient(135deg,#f1faf5 0%,#f7fbff 56%,#ffffff 100%)!important;
  color:#172033!important;
  border:1px solid #dce9e2!important;
  box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
}
.faq-contact-banner .eyebrow{
  color:#15803d!important;
}
.faq-contact-banner h2{
  color:#172033!important;
}
.faq-contact-banner p{
  color:#64748b!important;
}
.faq-contact-banner .btn{
  background:#15803d!important;
  color:#fff!important;
  border-color:#15803d!important;
  box-shadow:0 8px 18px rgba(21,128,61,.15)!important;
}
.faq-contact-banner .btn:hover{
  background:#116b3b!important;
  border-color:#116b3b!important;
}

/* FAQ readability */
.faq-page .eyebrow{font-size:11px!important;font-weight:900!important}
.faq-hero-copy h1{font-size:clamp(31px,3.2vw,45px)!important;line-height:1.34!important}
.faq-hero-copy p{font-size:13px!important;line-height:2.05!important;color:#526174!important}
.faq-search-wrap input{font-size:12px!important;font-weight:650!important}
.faq-stat span{font-size:11px!important}
.faq-toolbar h2{font-size:24px!important}
.faq-chip{font-size:12px!important;font-weight:900!important}
.faq-side-card strong{font-size:14px!important}
.faq-side-card p{font-size:12px!important}
.faq-side-link{font-size:12px!important}
.faq-question{font-size:12.5px!important;line-height:1.75!important;font-weight:900!important;min-height:62px!important}
.faq-answer p{font-size:11.5px!important;line-height:2.1!important;color:#475569!important}
.faq-contact-banner h2{font-size:22px!important}
.faq-contact-banner p{font-size:11px!important;line-height:1.9!important}

/* Visually connect support banner to footer */
.faq-contact-banner{
  margin-bottom:0!important;
  border-radius:22px 22px 0 0!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
.faq-page + footer,
.faq-page ~ footer,
body > footer{
  margin-top:0!important;
}
.faq-contact-banner + footer{margin-top:0!important}
@media(max-width:620px){
  .faq-question{font-size:11.5px!important}
  .faq-answer p{font-size:10.8px!important}
}

.guide-page{background:#fff;color:#172033}
.guide-hero{padding:28px 0 18px}
.guide-hero-shell{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px;border:1px solid #e2ece6;border-radius:27px;background:linear-gradient(135deg,#f2fbf6 0%,#fff 62%,#f5f9ff 100%);box-shadow:0 14px 38px rgba(15,23,42,.045)}
.guide-hero-shell h1{margin:7px 0 9px;font-size:clamp(29px,3vw,42px);line-height:1.35}
.guide-hero-shell p{max-width:760px;margin:0;color:#526174;font-size:12.5px;line-height:2}
.guide-hero-actions{display:flex;gap:8px;flex:0 0 auto}
.guide-content{padding:18px 0 30px}
.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.guide-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:19px;border:1px solid #e4ebe7;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.025)}
.guide-num{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#eff8f2;color:#15803d;font-size:12px;font-weight:950}
.guide-card h2{margin:2px 0 7px;font-size:15px;line-height:1.6}
.guide-card p{margin:0;color:#526174;font-size:11px;line-height:2}
.guide-card ul{margin:10px 0 0;padding:0 18px 0 0;color:#475569;font-size:12px;line-height:2}
.guide-support{margin-bottom:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 25px;border:1px solid #dce9e2;border-bottom:0;border-radius:21px 21px 0 0;background:linear-gradient(135deg,#f1faf5,#f7fbff 60%,#fff)}
.guide-support h2{margin:5px 0;font-size:20px}.guide-support p{margin:0;color:#64748b;font-size:12px;line-height:1.9}
@media(max-width:780px){.guide-hero-shell{align-items:flex-start;flex-direction:column}.guide-grid{grid-template-columns:1fr}.guide-support{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.guide-hero{padding-top:14px}.guide-hero-shell{padding:20px 16px;border-radius:20px}.guide-hero-actions{width:100%}.guide-hero-actions .btn{flex:1;justify-content:center}.guide-card{padding:15px;grid-template-columns:36px 1fr}.guide-num{width:32px;height:32px}.guide-card h2{font-size:14px}}
