/* Scoped additions; the existing BTI stylesheets remain unchanged. */
.mt5-software-page .software-gold { color: var(--gold-soft); }
.mt5-software-page .seo-hero-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 4vw, 64px); }
.mt5-software-page .seo-hero-copy h1 { font-size: clamp(48px, 4.5vw, 68px); }
.mt5-software-page .software-hero-visual { min-height: 0; width: 100%; }
.mt5-software-page .software-hero-shot { border-color: rgba(19,191,255,.28); box-shadow: 0 30px 100px rgba(0,0,0,.5), 0 0 60px rgba(19,191,255,.08); }
.mt5-software-page .software-hero-shot figcaption { color: #b3c1d0; font-size: 14px; }
.mt5-software-page .software-caption { display: flex; align-items: center; gap: 10px; margin-top: 20px; color: #9cadbd; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.mt5-software-page .software-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--blue); }
.mt5-software-page .software-three-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mt5-software-page .software-feature-list { margin-top: 0; }
.mt5-software-page .software-feature-list article:last-child { grid-column: auto; }
.mt5-software-page .seo-dark .seo-lead { color: #a7b7c8; }
.mt5-software-page .software-connect-proof { max-width: 370px; }
.mt5-software-page .seo-price-featured .seo-plan-label { padding-top: 22px; }
.mt5-software-page :is(h1,h2,h3,p,a,li,summary) { overflow-wrap: break-word; }
.mt5-software-page :is(.seo-split > *, .seo-faq-layout > *, .seo-price-card) { min-width: 0; }
.mt5-software-page .seo-card-link { min-height: 44px; align-items: center; }
.mt5-software-page :is(a,button,summary):focus-visible { outline: 3px solid var(--blue-deep); outline-offset: 5px; }
@media (max-width: 1120px) {
 .mt5-software-page .seo-hero-layout { grid-template-columns: 1fr; }
 .mt5-software-page .software-hero-visual { max-width: 900px; min-height: 0; }
}
@media (max-width: 860px) {
 .mt5-software-page .software-three-grid { grid-template-columns: 1fr; }
 .mt5-software-page .seo-process-ribbon { gap: 12px; }
}
@media (max-width: 600px) {
 .mt5-software-page .seo-hero-copy h1 { font-size: clamp(38px, 10.5vw, 56px); }
 .mt5-software-page .software-hero-visual { min-height: 0; }
 .mt5-software-page .software-caption { font-size: 12px; letter-spacing: .04em; }
 .mt5-software-page .seo-price-featured .seo-plan-label { padding-top: 0; }
 .mt5-software-page .seo-process-ribbon { font-size: 12px; }
}
