.custom-page-preview-bar{position:sticky;top:0;z-index:10000;background:#1f2937;color:#fff;text-align:center;padding:10px 16px;font-weight:700}
.custom-page-main{background:#fff}
.custom-page-hero .hero-content.custom-hero-align-center{grid-template-columns:1fr;text-align:center;justify-items:center}
.custom-page-hero .hero-content.custom-hero-align-center .hero-text{max-width:850px}
.custom-page-hero .hero-content.custom-hero-align-right .hero-text{text-align:right;margin-left:auto}
.custom-content-section{position:relative}
.custom-section-container{max-width:1180px;margin:0 auto;padding:0 24px}
.custom-section-full .custom-section-container{max-width:none}
.custom-width-narrow{max-width:860px}
.custom-width-wide{max-width:1360px}
.custom-heading-left{text-align:left}
.custom-heading-center{text-align:center}
.custom-heading-right{text-align:right}
.custom-rich-body{font-size:1.05rem;line-height:1.85;color:var(--gray-700)}
.custom-rich-body h2,.custom-rich-body h3,.custom-rich-body h4,.custom-rich-body h5{color:var(--gray-900);margin:1.4em 0 .55em}
.custom-rich-body table{width:100%;border-collapse:collapse;margin:22px 0;background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm)}
.custom-rich-body th,.custom-rich-body td{border:1px solid rgba(0,0,0,.08);padding:12px 14px;text-align:left}
.custom-rich-body th{background:rgba(22,163,74,.08);color:var(--green-700)}
.custom-rich-body blockquote{border-left:4px solid var(--green-600);margin:20px 0;padding:12px 18px;background:rgba(22,163,74,.06);border-radius:0 12px 12px 0}
.custom-rich-body img{max-width:100%;height:auto;border-radius:18px;box-shadow:var(--shadow-md)}
.custom-image-text-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.custom-image-text.content-left .custom-image-text-media{order:2}
.custom-image-text-media img{width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);object-fit:cover}
.custom-cta-section{border-radius:0;background-size:cover;background-position:center;color:#fff}
.custom-cta-card{max-width:980px;margin:0 auto;text-align:center;padding:64px 24px}
.custom-cta-card .section-title,.custom-cta-card p{color:#fff}
.custom-cta-desc{font-size:1.1rem;line-height:1.75;margin:16px auto 26px;max-width:760px;color:rgba(255,255,255,.92)}
.custom-faq-list{display:grid;gap:14px}
.custom-faq-item{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:0;box-shadow:var(--shadow-sm);overflow:hidden}
.custom-faq-item summary{cursor:pointer;font-weight:800;color:var(--gray-900);padding:18px 22px}
.custom-faq-item div{padding:0 22px 18px;color:var(--gray-700);line-height:1.75}
.custom-form-message{min-height:24px;margin-top:12px;color:var(--green-700);font-weight:700}
@media(max-width:900px){
  .custom-image-text-grid{grid-template-columns:1fr}
  .custom-image-text.content-left .custom-image-text-media{order:0}
  .custom-page-hero .hero-content.custom-hero-align-right .hero-text{text-align:center}
}
