/* AI Crash Grouping landing page — /ai-crash-grouping
   Loaded by application/views/ai-crash-grouping.php (marketing site).
   Layout only; behaviour in assets/js/pages/ai-crash-grouping.js. */

/* --- Hero (reuses the site .alts1 hero; trim its graphic-sized padding and
       centre the intro, like the other 2.0 landing pages) --- */
.acg-hero { padding: 130px 0 55px !important; }
.acg-hero h1 { font-size: 44px; line-height: 1.2; }
.acg-hero .ctext { max-width: 900px; margin: 0 auto; padding-left: 0; padding-right: 0; }
.acg-hero .ctext p { max-width: none; font-size: 18px; }
.acg-hero .rowbtns { margin-top: 26px; }

/* --- Content — clear the legacy .ctextinfo float (floats p/headings left, which
       overlaps following blocks) and re-establish reading rhythm --- */
.acg-content { padding-top: 30px !important; }
.acg-content .ctextinfo h2,
.acg-content .ctextinfo h3,
.acg-content .ctextinfo p { float: none !important; width: auto; }
.acg-content .ctextinfo h2 { margin: 42px 0 14px !important; font-size: 26px; line-height: 1.3; }
.acg-content .ctextinfo h2:first-child { margin-top: 0 !important; }
.acg-content .ctextinfo p { margin: 0 0 14px !important; line-height: 1.65; }
.acg-content .ctextinfo a { color: #12a5b4; }

/* --- Code snippets --- */
.acg-code { margin: 16px 0 4px; }
.acg-code .acg-code-label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #12a5b4; margin-bottom: 6px; }
.acg-code pre { background: #0f2c33; border-radius: 10px; padding: 16px 18px; overflow-x: auto; margin: 0; }
.acg-code pre code { font-family: "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.5px; line-height: 1.65; white-space: pre; color: #e6f7fa; background: none; padding: 0; }
.acg-caption { font-size: 14px; color: #5b6b73; font-style: italic; margin-top: 16px; }

/* --- Product screenshots --- */
.acg-shot { margin: 22px 0; }
.acg-shot img { display: block; width: 100%; max-width: 920px; height: auto; border: 1px solid #e2e9ec; border-radius: 12px; box-shadow: 0 14px 34px -16px rgba(16, 42, 67, .3); cursor: zoom-in; }
.acg-shot figcaption { margin-top: 8px; font-size: 13px; color: #7b8890; }

/* --- Related pages --- */
.acg-related { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.acg-related a { display: inline-block; padding: 8px 14px; border: 1px solid #cfe0e4; border-radius: 8px; font-size: 14px; color: #12a5b4; text-decoration: none; }
.acg-related a:hover { background: #f0fbfc; border-color: #1dd3e3; }

/* --- FAQ accordion (self-contained; class-based toggle, no slide/easing) --- */
.acg-faq-sec { padding: 20px 0 70px; }
.acg-faq-sec .contitle { text-align: center; margin-bottom: 26px; }
.acg-faqs { max-width: 900px; margin: 0 auto; }
.acg-faqs .faqbox { border-bottom: 1px solid #e6ecef; }
.acg-faqs .question { position: relative; cursor: pointer; padding: 18px 44px 18px 0; }
.acg-faqs .question h3 { margin: 0; font-size: 17px; font-weight: 700; color: #14232e; }
.acg-faqs .question::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-size: 24px; line-height: 1; color: #1dd3e3; }
.acg-faqs .faqbox.is-open .question::after { content: "\2212"; }
.acg-faqs .answer { display: none; padding: 0 44px 20px 0; }
.acg-faqs .faqbox.is-open .answer { display: block; }
.acg-faqs .answer p { margin: 0; line-height: 1.7; color: #475259; }

@media (max-width: 767px) {
    .acg-hero { padding: 110px 0 40px !important; }
    .acg-hero h1 { font-size: 30px; }
    .acg-hero .ctext p { font-size: 16px; }
    .acg-content .ctextinfo h2 { font-size: 22px; }
}
