/* ============================================================
   Compliance.ai 2026 — homepage sections (front-page.php)
   Scoped under .cai-lp. Shell (nav/ticker/footer) lives in cai-shell.css
   ============================================================ */

/* HERO */
.cai-lp .cai-hero { padding: 4.5rem 2rem 4rem; max-width: 780px; margin: 0 auto; text-align: center; }
.cai-lp .cai-hero-eyebrow { font-size: 12px; font-weight: 600; color: #185FA5; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }
.cai-lp .cai-hero h1 { font-size: 35px; font-weight: 600; color: #1a1a1a; line-height: 1.22; margin-bottom: 1.1rem; }
.cai-lp .cai-hero h1 em { font-style: normal; color: #185FA5; }
.cai-lp .cai-hero-sub { font-size: 16px; color: #555; line-height: 1.7; margin-bottom: 0.5rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.cai-lp .cai-hero-stats { display: flex; justify-content: center; gap: 0; margin: 2rem 0; flex-wrap: wrap; border: 1px solid #e5e5e5; border-radius: 12px; overflow: hidden; }
.cai-lp .cai-hero-stat { flex: 1; min-width: 140px; text-align: center; padding: 1.25rem 1rem; border-right: 1px solid #e5e5e5; }
.cai-lp .cai-hero-stat:last-child { border-right: none; }
.cai-lp .cai-hero-stat .cai-num { font-size: 25px; font-weight: 600; color: #1a1a1a; }
.cai-lp .cai-hero-stat .cai-lbl { font-size: 12px; color: #777; margin-top: 3px; line-height: 1.4; }
.cai-lp .cai-hero-ctas { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cai-lp .cai-btn-hero-primary { font-size: 15px; color: #fff; background: #185FA5; border: none; border-radius: 8px; padding: 11px 24px; cursor: pointer; font-weight: 500; display: inline-block; }
.cai-lp .cai-btn-hero-primary:hover { background: #0d4a87; color: #fff; }
.cai-lp .cai-btn-hero-ghost { font-size: 15px; color: #1a1a1a; background: none; border: 1px solid #c0c0c0; border-radius: 8px; padding: 11px 24px; cursor: pointer; display: inline-block; }
.cai-lp .cai-btn-hero-ghost:hover { border-color: #888; }

/* SECTIONS */
.cai-lp .cai-section { padding: 3rem 2rem; border-top: 1px solid #e5e5e5; }
.cai-lp .cai-section.cai-bg-light { background: #f9f9f7; }
.cai-lp .cai-section-inner { max-width: 880px; margin: 0 auto; }
.cai-lp .cai-section-label { font-size: 12px; font-weight: 600; color: #185FA5; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.cai-lp .cai-section-title { font-size: 23px; font-weight: 600; color: #1a1a1a; margin-bottom: 0.75rem; }
.cai-lp .cai-section-body { font-size: 15px; color: #555; line-height: 1.75; max-width: 660px; }

/* FEATURE CARDS + DIFFERENTIATOR */
.cai-lp .cai-feature-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; margin-top: 1.75rem; }
.cai-lp .cai-feature-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 12px; padding: 1.25rem; }
.cai-lp .cai-feature-card .cai-fc-icon { font-size: 23px; color: #185FA5; margin-bottom: 10px; }
.cai-lp .cai-feature-card h3 { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; }
.cai-lp .cai-feature-card p { font-size: 14px; color: #666; line-height: 1.6; }
.cai-lp .cai-differentiator-callout { margin-top: 2rem; padding: 1.25rem 1.75rem; background: #0a3877; border-radius: 8px; text-align: center; }
.cai-lp .cai-differentiator-callout p { color: #fff; font-size: 1.05rem; font-weight: 600; margin: 0; line-height: 1.5; }

/* HIGHLIGHT CARDS */
.cai-lp .cai-highlight-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 1.75rem; }
.cai-lp .cai-highlight-card { border-radius: 12px; padding: 1.75rem; }
.cai-lp .cai-highlight-card.cai-primary { background: #EBF4FD; border: 2px solid #185FA5; }
.cai-lp .cai-highlight-card.cai-secondary { background: #f9f9f7; border: 1px solid #e0e0e0; }
.cai-lp .cai-highlight-card .cai-hc-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.cai-lp .cai-highlight-card.cai-primary .cai-hc-label { color: #185FA5; }
.cai-lp .cai-highlight-card.cai-secondary .cai-hc-label { color: #888; }
.cai-lp .cai-highlight-card h3 { font-size: 18px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; }
.cai-lp .cai-highlight-card p { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 14px; }
.cai-lp .cai-highlight-card a { font-size: 14px; color: #185FA5; font-weight: 500; display: inline-flex; align-items: center; gap: 5px; }
.cai-lp .cai-highlight-card a:hover { text-decoration: underline; }

/* REPORTS */
.cai-lp .cai-reports-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-top: 1.75rem; }
.cai-lp .cai-report-card { background: #fff; border-radius: 12px; padding: 1.25rem; border: 1px solid #e5e5e5; }
.cai-lp .cai-report-card .cai-rc-icon { font-size: 21px; color: #185FA5; margin-bottom: 10px; }
.cai-lp .cai-report-card h3 { font-size: 14px; font-weight: 600; color: #1a1a1a; margin-bottom: 5px; }
.cai-lp .cai-report-card p { font-size: 13px; color: #777; line-height: 1.55; margin-bottom: 12px; }
.cai-lp .cai-report-card a { font-size: 13px; color: #185FA5; font-weight: 500; }
.cai-lp .cai-report-card a:hover { text-decoration: underline; }

/* AWARDS */
.cai-lp .cai-awards-bar { padding: 2.5rem 2rem; border-top: 1px solid #e5e5e5; background: #f9f9f7; }
.cai-lp .cai-awards-inner { max-width: 880px; margin: 0 auto; }
.cai-lp .cai-awards-label { font-size: 12px; font-weight: 600; color: #aaa; text-transform: uppercase; letter-spacing: 0.1em; text-align: center; margin-bottom: 1.5rem; }
.cai-lp .cai-awards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cai-lp .cai-award-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 12px; padding: 1.25rem; text-align: center; }
.cai-lp .cai-award-card .cai-aw-year { font-size: 12px; color: #185FA5; font-weight: 600; margin-bottom: 5px; }
.cai-lp .cai-award-card .cai-aw-title { font-size: 16px; font-weight: 600; color: #1a1a1a; margin-bottom: 4px; }
.cai-lp .cai-award-card .cai-aw-sub { font-size: 13px; color: #777; }

/* TESTIMONIAL */
.cai-lp .cai-testimonial { padding: 3rem 2rem; border-top: 1px solid #e5e5e5; }
.cai-lp .cai-testimonial-inner { max-width: 660px; margin: 0 auto; text-align: center; }
.cai-lp .cai-testimonial blockquote { font-size: 18px; color: #1a1a1a; line-height: 1.75; font-style: italic; margin: 0 0 1.25rem; border: none; padding: 0; }
.cai-lp .cai-testimonial blockquote::before { content: '\201C'; color: #185FA5; font-size: 2.5rem; line-height: 0; vertical-align: -0.6rem; margin-right: 3px; }
.cai-lp .cai-testimonial blockquote::after { content: '\201D'; color: #185FA5; font-size: 2.5rem; line-height: 0; vertical-align: -0.6rem; margin-left: 3px; }
.cai-lp .cai-testimonial cite { font-size: 14px; color: #777; font-style: normal; }

/* WALKTHROUGH */
.cai-lp .cai-walkthrough { padding: 3rem 2rem; border-top: 1px solid #e5e5e5; }
.cai-lp .cai-walkthrough-inner { max-width: 880px; margin: 0 auto; }
.cai-lp .cai-walkthrough-items { display: flex; flex-direction: column; gap: 2.5rem; margin-top: 2rem; }
.cai-lp .cai-walkthrough-item { display: grid; grid-template-columns: 1fr 1.6fr; gap: 2.5rem; align-items: center; }
.cai-lp .cai-walkthrough-item.cai-reverse { grid-template-columns: 1.6fr 1fr; }
.cai-lp .cai-wt-text h3 { font-size: 17px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; }
.cai-lp .cai-wt-text p { font-size: 14px; color: #666; line-height: 1.7; }
.cai-lp .cai-wt-img { background: #f0f0ee; border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; min-height: 130px; display: flex; align-items: center; justify-content: center; }
.cai-lp .cai-wt-img img { display: block; width: 100%; height: auto; }

/* CTA FOOTER */
.cai-lp .cai-cta-footer { padding: 3.5rem 2rem; border-top: 1px solid #e5e5e5; background: #EBF4FD; text-align: center; }
.cai-lp .cai-cta-footer h2 { font-size: 25px; font-weight: 600; color: #0C447C; margin-bottom: 0.5rem; }
.cai-lp .cai-cta-footer p { font-size: 15px; color: #185FA5; margin-bottom: 1.75rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.cai-lp .cai-cta-footer-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cai-lp .cai-btn-cta-primary { font-size: 15px; color: #fff; background: #185FA5; border: none; border-radius: 8px; padding: 11px 24px; cursor: pointer; font-weight: 500; display: inline-block; }
.cai-lp .cai-btn-cta-primary:hover { background: #0d4a87; color: #fff; }
.cai-lp .cai-btn-cta-ghost { font-size: 15px; color: #185FA5; background: #fff; border: 1px solid #185FA5; border-radius: 8px; padding: 11px 24px; cursor: pointer; display: inline-block; }
.cai-lp .cai-btn-cta-ghost:hover { background: #daeaf8; }

/* RESPONSIVE */
@media (max-width: 780px) {
	.cai-lp .cai-hero h1 { font-size: 29px; }
	.cai-lp .cai-highlight-cards { grid-template-columns: 1fr; }
	.cai-lp .cai-walkthrough-item, .cai-lp .cai-walkthrough-item.cai-reverse { grid-template-columns: 1fr; }
	.cai-lp .cai-walkthrough-item.cai-reverse .cai-wt-img { order: -1; }
}
@media (max-width: 580px) {
	.cai-lp .cai-awards-grid { grid-template-columns: 1fr; }
	.cai-lp .cai-section, .cai-lp .cai-hero { padding-left: 1.25rem; padding-right: 1.25rem; }
}

/* ROTATOR (multiple testimonials, auto-fade) */
.cai-lp .cai-testimonial-rotator { position: relative; min-height: 160px; }
.cai-lp .cai-testimonial-slide { display: none; opacity: 0; animation: cai-fade-in .5s ease forwards; }
.cai-lp .cai-testimonial-slide.is-active { display: block; }
@keyframes cai-fade-in { from { opacity: 0; } to { opacity: 1; } }
.cai-lp .cai-testimonial-dots { display: flex; justify-content: center; gap: 8px; margin-top: 1.5rem; }
.cai-lp .cai-testimonial-dot { width: 8px; height: 8px; border-radius: 50%; border: none; background: #d5d5d5; cursor: pointer; padding: 0; transition: background .2s ease; }
.cai-lp .cai-testimonial-dot.is-active { background: #185FA5; }
.cai-lp .cai-testimonial-dot:hover { background: #999; }
