/* Scoped extension of Coretech's established white-first certification system. */
body.certification-detail-page--gso-motorcycle main > .hero-banner {
    background-image: url('../images/services/gso-motorcycle-testing-hero.png');
    background-position: center center !important;
    display: flex;
    align-items: center;
    padding: 120px 0 70px !important;
}
body.certification-detail-page.certification-detail-page--gso-motorcycle main > .hero-banner::before {
    background: linear-gradient(90deg, rgba(12,22,30,.42), rgba(12,22,30,.18) 48%, rgba(12,22,30,.03) 75%) !important;
}
body.certification-detail-page.certification-detail-page--gso-motorcycle main > .hero-banner .hero-container {
    position: relative !important; width: min(calc(100% - 64px),1180px) !important;
    max-width: 1180px !important; height: auto !important; overflow: visible !important;
    padding: 0 !important; margin: 0 auto !important; clip: auto !important;
    clip-path: none !important; white-space: normal !important;
}
body.certification-detail-page--gso-motorcycle main .hero-banner .hero-heading {
    max-width: 560px; color: #fff !important; text-shadow: 0 2px 18px rgba(0,0,0,.18);
}
body.certification-detail-page--gso-motorcycle main .hero-banner .hero-text {
    max-width: 470px !important; color: #fff !important; margin-bottom: 0 !important;
}
@media(max-width:640px) {
    body.certification-detail-page--gso-motorcycle main > .hero-banner { background-position: 62% center !important; }
    body.certification-detail-page.certification-detail-page--gso-motorcycle main > .hero-banner::before { background: linear-gradient(90deg,rgba(12,22,30,.65),rgba(12,22,30,.28)) !important; }
    body.certification-detail-page.certification-detail-page--gso-motorcycle main > .hero-banner .hero-container { width: calc(100% - 32px) !important; }
}
.gso-content { color: #496273; padding-bottom: 88px; }
.gso-content :is(h2,h3,p) { margin-top: 0; }
.gso-content h2 { font-size: clamp(1.45rem, 2.1vw, 1.85rem); line-height: 1.3; letter-spacing: -.025em; text-wrap: balance; }
.gso-content p { max-width: 74ch; margin-bottom: 18px; }
.gso-content a:not(.market-button) { color: #0066cc; font-weight: 650; text-decoration: none; text-underline-offset: 4px; }
.gso-content a:not(.market-button):hover { color: #004d99; text-decoration: underline; }
.gso-content :is(a,summary,[tabindex]):focus-visible { outline: 3px solid #3399ff; outline-offset: 4px; }
.gso-content ::selection { color: #fff; background: #0066cc; }
.gso-button { color: #fff; background: #0066cc; }
.gso-button:hover { color: #fff; background: #004f9e; }
.gso-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,7vw,100px); padding: 68px 0 58px; }
.gso-intro > div:first-child > p { max-width: 40ch; }
.gso-intro .market-button { margin-top: 12px; }
.gso-route-facts { margin: 25px 0 0; border-top: 1px solid #dbe6ed; }
.gso-route-facts > div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid #dbe6ed; }
.gso-route-facts dt { color: #607786; font-size: .82rem; }
.gso-route-facts dd { color: #153a53; font-size: .82rem; font-weight: 650; margin: 0; }
.gso-section { padding: 50px 0; border-top: 1px solid #dbe6ed; }
.gso-section-heading { margin-bottom: 28px; }
.gso-section-heading h2 { margin-bottom: 12px; }
.gso-section-heading > p { max-width: 85ch; }
.gso-split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; }
.gso-split h3 { margin-bottom: 14px; }
.gso-note { padding: 26px; background: #f3f7fb; border-radius: 12px; }
.gso-note h3 { margin-top: 0; }
.gso-table-wrap { overflow-x: auto; border: 1px solid #dbe6ed; border-radius: 12px; scrollbar-color: #8da9bf #f0f5f9; }
.gso-evidence-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.gso-evidence-table caption { padding: 16px 20px; text-align: left; color: #496273; font-size: .82rem; }
.gso-evidence-table :is(th,td) { padding: 18px 20px; vertical-align: top; border-top: 1px solid #dbe6ed; }
.gso-evidence-table thead { background: #edf4f8; color: #153a53; }
.gso-evidence-table tbody th { width: 22%; color: #153a53; font-weight: 650; }
.gso-evidence-table tbody td { width: 39%; }
.gso-evidence-table tbody tr:nth-child(even) { background: #fafcfe; }
.gso-list { margin: 0; padding-left: 20px; }
.gso-list li { margin-bottom: 10px; padding-left: 4px; }
.gso-list li::marker { color: #0066cc; }
.gso-process { list-style: none; counter-reset: gso-step; margin: 0; padding: 0; }
.gso-process > li { counter-increment: gso-step; display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 22px 0; border-top: 1px solid #e6edf3; }
.gso-process > li::before { content: counter(gso-step, decimal-leading-zero); color: #0066cc; font-size: 1.05rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.gso-process h3 { margin-bottom: 8px; }
.gso-process p { max-width: 85ch; margin-bottom: 0; }
body.certification-detail-page--gso-motorcycle main .gso-footnote { margin-top: 24px; color: #5b7182; font-size: .8rem !important; }
.gso-sample-layout { display: grid; grid-template-columns: 340px 1fr; gap: 64px; align-items: center; }
.gso-sample-copy h3 { margin-bottom: 16px; }
.gso-faq details { border-bottom: 1px solid #dbe6ed; }
.gso-faq summary { display: list-item; padding: 21px 4px; color: #153a53; font-size: .92rem; font-weight: 650; cursor: pointer; }
.gso-faq summary::marker { color: #0066cc; }
.gso-faq details[open] summary { color: #0066cc; }
.gso-faq details > p { padding: 0 4px 4px; margin-left: 20px; }
.gso-sources h2 { margin-bottom: 14px; }
.gso-sources > div { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.gso-sources a { min-height: 44px; display: inline-flex; gap: 10px; align-items: center; font-size: .84rem; }
.gso-contact { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 36px; background: #f1f6fb; border-radius: 12px; }
.gso-contact h2 { margin-bottom: 12px; }
.gso-contact p { margin-bottom: 0; }
.gso-contact .market-button { flex-shrink: 0; }
@media (max-width: 900px) {
    .gso-intro { gap: 36px; }
    .gso-split { gap: 30px; }
    .gso-sample-layout { grid-template-columns: 280px 1fr; gap: 32px; }
    .gso-contact { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    .gso-content { padding-bottom: 52px; }
    .gso-intro { grid-template-columns: 1fr; gap: 30px; padding: 42px 0; }
    .gso-section { padding: 38px 0; }
    .gso-split,.gso-sample-layout { grid-template-columns: 1fr; gap: 26px; }
    .gso-route-facts > div { grid-template-columns: 112px 1fr; gap: 12px; }
    .gso-note { padding: 22px; }
    .gso-process > li { grid-template-columns: 32px 1fr; gap: 14px; }
    .gso-faq summary { font-size: .87rem; }
    .gso-contact { padding: 26px 22px; }
}
@media (prefers-reduced-motion: reduce) {
    .gso-content .market-button { transition: none; }
    .gso-content .market-button:hover { transform: none; }
}
