.module-section-heading { margin-bottom: 38px; }
.module-section-heading > p:last-child { color: var(--muted); font-size: 1rem; line-height: 1.8; margin-top: 18px; }
.module-showcase { display: grid; grid-template-columns: 250px minmax(0, 1fr); border: 1px solid #34343b; border-radius: 12px; background: #121214; overflow: hidden; }
.module-tabs { display: flex; flex-direction: column; gap: 8px; padding: 24px 16px; border-right: 1px solid #303036; background: #101012; }
.module-tab { display: grid; grid-template-columns: 22px minmax(0, 1fr); column-gap: 13px; row-gap: 5px; align-items: center; padding: 17px 18px; border: 1px solid transparent; border-radius: 7px; color: #a4a4ae; font-size: 1rem; line-height: 1.5; transition: color .18s, background .18s; }
.module-tab > .icon { grid-row: 1 / 3; width: 20px; height: 20px; }
.module-tab-note { grid-column: 2; font-size: .75rem; color: #898994; }
.module-tab:hover { color: #eeeef2; background: #1b1b1f; }
.module-tab[aria-selected="true"] { color: #f4f4f6; background: #26262c; border-color: #44444d; }
.module-tab[aria-selected="true"] .module-tab-note { color: #b9b9c2; }
.module-tab:focus-visible { outline: 2px solid #eeeef2; outline-offset: -3px; }
.module-content { min-width: 0; }
.module-panel { padding: 42px 46px; scroll-margin-top: 30px; }
.module-panel + .module-panel { border-top: 1px solid #34343b; }
.is-enhanced .module-panel { min-height: 446px; border: 0; }
.module-panel[hidden] { display: none; }
.module-kicker { font-size: .75rem; letter-spacing: 1.8px; color: #9797a1; margin-bottom: 18px; }
.module-panel h3 { font-size: 1.875rem; font-weight: 500; letter-spacing: -.6px; line-height: 1.5; }
.module-intro { margin-top: 15px; font-size: 1rem; line-height: 1.9; color: #b2b2bc; max-width: 36rem; }
.module-points { list-style: none; padding: 0; margin: 30px 0 0; }
.module-points li { display: grid; grid-template-columns: 114px minmax(0, 1fr); gap: 20px; padding: 14px 0; border-top: 1px solid #2b2b31; font-size: .875rem; line-height: 1.9; }
.module-points strong { font-weight: 500; color: #dddde4; }
.module-points span { color: #a3a3ad; }
.module-note { margin-top: 22px; color: #92929d; font-size: .75rem; line-height: 1.8; }
@media (max-width: 1000px) {
  .module-showcase { grid-template-columns: 210px minmax(0, 1fr); }
  .module-panel { padding: 34px 30px; }
  .module-points li { grid-template-columns: 98px minmax(0, 1fr); gap: 16px; }
}
@media (max-width: 700px) {
  .module-showcase { grid-template-columns: 1fr; }
  .module-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; padding: 9px; border-right: 0; border-bottom: 1px solid #303036; }
  .module-tab { display: flex; justify-content: center; padding: 12px 3px; font-size: .8125rem; }
  .module-tab > .icon, .module-tab-note { display: none; }
  .module-panel { padding: 29px 24px; }
  .module-panel h3 { font-size: 1.5rem; }
  .is-enhanced .module-panel { min-height: 470px; }
  .module-points { margin-top: 25px; }
  .module-points li { grid-template-columns: 1fr; gap: 4px; padding: 13px 0; }
  .module-section-heading h2 { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) { .module-tab { transition: none; } }
