.page-faq { color: #343a37; }
.page-faq #content { padding: 0; }
.page-faq main *, .page-faq footer { letter-spacing: 0; }
.page-faq main [hidden] { display: none !important; }
.page-faq main a { color: #006b5e; text-underline-offset: 3px; }
.page-faq :focus-visible { outline: 3px solid #008878; outline-offset: 4px; }
.faq-skip { position: absolute; top: -100px; left: 16px; padding: 12px; background: #fff; color: #111; z-index: 1100; }
.faq-skip:focus { top: 12px; }
.page-faq .faq-hero { position: relative; isolation: isolate; background: #222; color: #fff; padding: 180px 0 42px; }
.faq-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; z-index: -2; }
.faq-hero::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.64); z-index: -1; }
.page-faq .faq-hero h1 { color: #fff; font-size: 38px; line-height: 1.2; font-weight: 700; margin: 0 0 16px; text-transform: none; }
.page-faq .faq-hero p { max-width: 620px; font-size: 17px; line-height: 1.65; margin: 0; }
.page-faq p.faq-eyebrow { font-size: 12px; font-weight: 800; margin: 0 0 14px; }
.faq-hero .faq-eyebrow { color: #ffda00; }
.faq-breadcrumb { display: flex; gap: 12px; align-items: center; margin-bottom: 24px; font-size: 12px; }
.page-faq .faq-breadcrumb a { color: #fff; }
.faq-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 60px; padding-top: 48px; padding-bottom: 64px; align-items: start; }
.faq-layout::before, .faq-layout::after, .faq-contact .container::before, .faq-contact .container::after { display: none; }
.faq-sidebar { position: sticky; top: 110px; }
.faq-topics a { display: flex; align-items: center; gap: 12px; padding: 16px 0; min-height: 52px; border-bottom: 1px solid #d8ddda; font-size: 14px; font-weight: 600; text-decoration: none; }
.faq-topics a > i:first-child { width: 20px; text-align: center; }
.faq-topics a > i:last-child { margin-left: auto; }
.faq-topics a:hover { background: #f1f6f3; }
.faq-sidebar-contact { border-left: 3px solid #ffda00; padding-left: 18px; margin-top: 40px; }
.page-faq .faq-sidebar-contact h2 { font-size: 19px; margin: 0 0 12px; }
.faq-sidebar-contact p { font-size: 14px; line-height: 1.7; }
.faq-sidebar-contact a { display: block; margin-top: 12px; font-weight: 600; font-size: 14px; }
.faq-sidebar-contact a > i { margin-left: 8px; }
.faq-search { margin: 0 0 30px; }
.faq-search label { font-weight: 700; font-size: 17px; margin: 0 0 12px; }
.faq-search-field { display: flex; align-items: center; min-height: 54px; padding-left: 16px; gap: 12px; border: 1px solid #9daaa3; border-radius: 4px; background: #fff; }
.faq-search-field:focus-within { border-color: #007a69; outline: 2px solid #007a69; outline-offset: 2px; }
.page-faq .faq-search-field input { flex: 1; min-width: 0; width: 100%; height: 52px; border: 0; background: transparent; outline: none; box-shadow: none; font: inherit; font-size: 16px; color: #222; padding: 10px 8px 10px 0; margin: 0; }
.faq-search-field input::placeholder { color: #69736e; opacity: 1; }
.faq-search-field input::-webkit-search-cancel-button { display: none; }
.faq-search-field > i { color: #596d61; }
.faq-clear { flex: 0 0 44px; width: 44px; height: 44px; padding: 0; margin-right: 4px; border: 0; background: transparent; color: #23483c; cursor: pointer; font-size: 17px; }
.faq-clear:hover { background: #eef4f0; }
.faq-result-count { margin: 9px 0 0; font-size: 12px; min-height: 20px; color: #606a64; }
.page-faq .faq-group { padding: 0; background: #fff; margin-bottom: 44px; scroll-margin-top: 110px; }
.page-faq .faq-group h2 { display: flex; align-items: center; gap: 12px; font-size: 23px; font-weight: 600; line-height: 1.4; margin: 0; padding: 0 0 16px; border-bottom: 2px solid #293b31; }
.faq-group h2 > span { font-size: 12px; color: #007a69; font-weight: 700; }
.faq-group details { border-bottom: 1px solid #d8ddda; scroll-margin-top: 110px; }
.faq-group summary { position: relative; cursor: pointer; list-style: none; font-family: "Montserrat", Arial, sans-serif; font-size: 15px; line-height: 1.6; font-weight: 600; padding: 20px 36px 20px 0; color: #263b2f; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary::after { content: "+"; position: absolute; right: 8px; top: 18px; font-family: Arial, sans-serif; font-size: 24px; font-weight: 400; color: #007a69; }
.faq-group details[open] > summary::after { content: "−"; }
.faq-group summary:hover { color: #007a69; }
.faq-group details[open] > summary { color: #006b5e; }
.faq-answer { padding: 0 28px 22px 0; font-size: 16px; line-height: 1.8; }
.faq-answer p { margin: 0 0 12px; }
.faq-answer > :last-child { margin-bottom: 0; }
.faq-answer > a { font-size: 14px; font-weight: 700; }
.faq-answer > a i { margin-left: 8px; }
.faq-answer ul { padding-left: 20px; margin-bottom: 0; }
.faq-answer li + li { margin-top: 6px; }
.faq-sensor-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 30px; margin: 22px 0; }
.faq-sensor-groups > div { border-top: 2px solid #d8ddda; padding-top: 16px; min-width: 0; }
.page-faq .faq-sensor-groups h3 { display: flex; align-items: baseline; gap: 10px; margin: 0 0 12px; font-size: 16px; line-height: 1.5; font-weight: 700; }
.faq-sensor-groups h3 i { flex: 0 0 20px; color: #007a69; }
.faq-sensor-groups li { font-size: 15px; line-height: 1.7; }
.faq-sensor-note { border-left: 3px solid #ffda00; padding-left: 16px; font-size: 14px; }
.faq-empty { border-left: 3px solid #ffda00; padding: 8px 0 8px 22px; margin: 32px 0 56px; }
.page-faq .faq-empty h2 { font-size: 22px; margin: 0 0 12px; }
.faq-empty p { font-size: 16px; margin-bottom: 0; }
.page-faq .faq-contact { padding: 34px 0; background: #ffda00; color: #171717; }
.faq-contact .container { display: flex; gap: 24px; justify-content: space-between; align-items: center; }
.page-faq .faq-contact h2 { font-size: 26px; margin: 0 0 10px; line-height: 1.35; }
.faq-contact p { font-size: 16px; margin: 0; }
.page-faq .faq-button { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; gap: 18px; min-height: 48px; max-width: 100%; padding: 14px 22px; color: #fff; background: #171717; font-size: 14px; font-weight: 700; text-decoration: none; }
.faq-button:hover { background: #30483b; }
.page-faq main a, .page-faq summary { overflow-wrap: break-word; }
@media (max-width: 992px) {
    .page-faq .faq-hero { padding-top: 34px; }
    .faq-layout { grid-template-columns: 210px minmax(0,1fr); gap: 28px; }
    .faq-sidebar { position: static; }
}
@media (max-width: 767px) {
    .faq-sensor-groups { grid-template-columns: minmax(0, 1fr); gap: 22px; }
    .page-faq .faq-hero { padding: 26px 0 32px; }
    .page-faq .faq-hero h1 { font-size: 30px; }
    .page-faq .faq-hero p { font-size: 16px; }
    .faq-layout { grid-template-columns: minmax(0,1fr); gap: 28px; padding-top: 28px; padding-bottom: 12px; }
    .faq-topics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 16px; }
    .faq-topics .faq-eyebrow { grid-column: 1 / -1; }
    .faq-topics a { font-size: 12px; gap: 8px; align-items: center; }
    .faq-topics a > i:last-child { display: none !important; }
    .faq-sidebar-contact { display: none; }
    .page-faq .faq-group h2 { font-size: 21px; }
    .faq-group summary { font-size: 14px; }
    .faq-answer { padding-right: 0; }
    .faq-contact .container { flex-direction: column; align-items: flex-start; }
    .page-faq .faq-contact h2 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) { .page-faq main * { transition: none !important; scroll-behavior: auto !important; } }
