


*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {width: 100%;overflow-x: clip;margin: 0;outline-offset:0;user-select:auto;visibility:visible}
body {font-size: 1rem;font-family: 'Inter', sans-serif;line-height: 1.7}
h1, h2, h3, h4, h5, h6 {font-family: 'Rajdhani', sans-serif;line-height: 1.2;font-weight: 700}
a { text-decoration: none; }
img { max-width: 100%; }
section , [data-sf-shell]{ padding: 5rem 0; }
section + section , [data-sf-shell] + section{ padding-top: 0; }


.container {padding: 0 1rem;max-width: 1140px;width: 100%;margin: 0 auto}
.row {margin: 0 -0.75rem;flex-wrap: wrap;display: flex}
.row > * {padding: 0 0.75rem;width: 100%}
.g-3 { margin: 0 -0.5rem; } .g-3 > * { padding: 0.5rem; }
.g-4 { margin: 0 -0.75rem; } .g-4 > * { padding: 0.75rem; }
.g-5 { margin: 0 -1.5rem; } .g-5 > * { padding: 1.5rem; }

.col-12 { width: 100%; }
.col-6 { width: 50%; }
@media (min-width: 576px) {
  .col-sm-4 { width: 33.3333%; }
  .col-sm-6 { width: 50%; }
}
@media (min-width: 768px) {
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.3333%; }
  .col-md-6 { width: 50%; }
}
@media (min-width: 992px) {
  .col-lg-2 { width: 16.6667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.3333%; }
  .col-lg-5 { width: 41.6667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.3333%; }
  .col-lg-8 { width: 66.6667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.3333%; }
  .col-lg-11 { width: 91.6667%; }
}

.d-flex { display: flex; }
.d-none { display: none; }
.d-block { display: block; }
@media (min-width: 768px) { .d-md-block { display: block; } .d-md-none { display: none; } }
@media (min-width: 992px) {
  .d-lg-flex { display: flex; }
  .d-lg-block { display: block; }
  .d-lg-none { display: none; }
}
.flex-column { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.align-items-center { align-items: center; }
.align-items-start { align-items: flex-start; }
.text-center { text-align: center; }
.position-relative { position: relative; }
.sticky-top {top: 0;position: sticky;z-index: 1020}

.gap-1 { gap: 0.25rem; } .gap-2 { gap: 0.5rem; } .gap-3 { gap: 1rem; } .gap-4 { gap: 1.5rem; }
@media (min-width: 768px) { .gap-md-0 { gap: 0; } }

.mx-auto {margin-left: auto;margin-right: auto}
.ms-auto { margin-left: auto; }
.ms-2 { margin-left: 0.5rem; }
.me-1 { margin-right: 0.25rem; }
.me-2 { margin-right: 0.5rem; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }
.my-5 {margin-top: 3rem;margin-bottom: 3rem}

@media (min-width: 768px) { .flex-md-row { flex-direction: row; } }


.collapse:not(.show) { display: none; }
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse { display: flex !important; }
  .navbar-expand-lg .navbar-toggler { display: none; }
}
.navbar-toggler {background: transparent;border: 1px solid;cursor: pointer;padding: 0.4rem 0.6rem;border-radius: 6px}
.navbar-toggler-icon {height: 2px;position: relative;width: 22px;display: block;background: currentColor}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {position: absolute;content: '';width: 22px;height: 2px;background: currentColor;left: 0}
.navbar-toggler-icon::before { top: -7px; }
.navbar-toggler-icon::after { top: 7px; }
.navbar {align-items: center;display: flex}
.navbar > .container {align-items: center;flex-wrap: wrap;justify-content: space-between;display: flex}
.navbar-brand {align-items: center;display: inline-flex}
.navbar-nav {display: flex;margin: 0;list-style: none;padding: 0;flex-direction: column}
@media (min-width: 992px) { .navbar-nav { flex-direction: row; } }
.nav-item { list-style: none; }


.table-responsive { overflow-x: auto; }
table.table {width: 100%;border-collapse: collapse}
.table-borderless th, .table-borderless td { border: none; }


.b9-icon { font-style: normal; }
.b9-brand-text {font-family: 'Rajdhani', sans-serif;font-weight: 700;font-size: 1.3rem}


@media (max-width: 991.98px) {
  .navbar-collapse.show { display: block; }
}



.b9-body {background-color: #0a0a0a;color: rgba(250,250,250,1)}
.navbar {background: #141414;border-bottom: 1px solid #2a2a2a;padding: 1rem 2rem}
.navbar-brand img {height: 36px;width: auto}
.navbar-toggler {border-color: #2a2a2a;color: #fafafa}
.nav-link {border-radius: 6px;padding: 0.45rem 0.75rem;color: #a0a0a0;font-weight: 500;display: inline-block;font-size: 0.9rem}
.nav-link:hover {background: rgba(255,255,255,0.05);color: #fafafa}
.nav-link.active {color: #ef4444;background: rgba(239,68,68,0.08)}
footer {background: #0d0d0d;padding: 4rem 0 1.5rem;border-top: 1px solid #2a2a2a;color: rgb(160,160,160);font-size: 0.875rem}
footer h5 {text-transform: uppercase;font-weight: 700;font-size: 1rem;letter-spacing: 0.07em;margin-bottom: 1.1rem;color: #fafafa}
.footer-brand p {line-height: 1.75;color: #a0a0a0;font-size: 0.875rem}
.footer-link {display: block;padding: 0.22rem 0;color: #a0a0a0;font-size: 0.85rem;text-decoration: none}
.footer-link:hover { color: #22d3ee; }
.footer-link.active { color: rgb(239,68,68); }
.footer-bottom {margin-top: 3rem;padding-top: 1.25rem;color: rgb(160,160,160);border-top: 1px solid #2a2a2a;font-size: 0.8rem}

.b9-generic { display: block; }
.b9-generic .hero {align-items: center;min-height: 380px;position: relative;padding: 4.5rem 0 3.5rem;background: linear-gradient(135deg, #0a0a0a 0%, #0f0c0c 40%, #110808 100%);display: flex;overflow: hidden}
.b9-generic .hero-badge {gap: 0.5rem;letter-spacing: 0.08em;display: inline-flex;border: 1px solid rgba(239,68,68,0.25);font-weight: 600;color: #ef4444;padding: 0.35rem 1rem;margin-bottom: 1.25rem;text-transform: uppercase;font-size: 0.78rem;background: rgba(239,68,68,0.1);border-radius: 999px;align-items: center}
.b9-generic .hero h1 {font-weight: 700;font-size: clamp(1.9rem, 4.5vw, 3rem);color: rgba(250,250,250,1);margin-bottom: 1.25rem;line-height: 1.15}
.b9-generic .hero h1 span { color: rgba(239,68,68,1); }
.b9-generic .hero-sub {line-height: 1.8;color: rgba(160,160,160,1);font-size: 1rem;max-width: 620px}
.b9-generic .section-label {font-weight: 700;border: 1px solid rgba(239,68,68,0.2);align-items: center;border-radius: 999px;background: rgba(239,68,68,0.08);padding: 0.3rem 0.85rem;display: inline-flex;text-transform: uppercase;margin-bottom: 1rem;gap: 0.45rem;letter-spacing: 0.1em;color: #ef4444;font-size: 0.72rem}
.b9-generic .section-title {font-weight: 700;color: #fafafa;font-size: clamp(1.5rem, 3.5vw, 2.2rem);margin-bottom: 1rem}
.b9-generic .divider-accent {margin-bottom: 1.5rem;height: 3px;width: 48px;border-radius: 2px;background: linear-gradient(90deg, #ef4444, #22d3ee)}
.b9-generic .card-dark {border: 1px solid #2a2a2a;border-radius: 14px;padding: 1.75rem;background: #141414;height: 100%}
.b9-generic .card-icon {color: #ef4444;margin-bottom: 1rem;background: rgba(239,68,68,0.1);height: 44px;width: 44px;align-items: center;border-radius: 10px;display: flex;font-size: 1.3rem;justify-content: center;border: 1px solid rgba(239,68,68,0.2)}
.b9-generic .card-icon-blue {background: rgba(34,211,238,0.1);height: 44px;justify-content: center;color: #22d3ee;margin-bottom: 1rem;align-items: center;font-size: 1.3rem;border-radius: 10px;display: flex;width: 44px;border: 1px solid rgba(34,211,238,0.2)}
.b9-generic .pay-badge {border: 1px solid #2a2a2a;font-weight: 600;padding: 0.75rem 1rem;justify-content: center;align-items: center;background: #141414;display: flex;font-size: 0.85rem;color: #fafafa;border-radius: 10px;gap: 0.5rem}
.b9-generic .contact-item {background: #141414;margin-bottom: 0.65rem;color: rgb(160,160,160);align-items: center;border: 1px solid #2a2a2a;font-size: 0.875rem;padding: 0.85rem 1rem;display: flex;border-radius: 10px;gap: 0.75rem}
.b9-generic .btn-neo {border-radius: 10px;gap: 0.5rem;display: inline-flex;color: #fff;border: none;padding: 0.75rem 1.75rem;font-weight: 700;font-size: 0.9rem;align-items: center;background: #ef4444;text-decoration: none}
.b9-generic .btn-neo:hover {color: #fff;background: rgb(220,38,38)}
.b9-generic .content-img {display: block;height: auto;width: 100%;border-radius: 16px;border: 1px solid #2a2a2a}
@media (max-width: 991px) {
  .navbar-collapse {margin-top: 0.5rem;border-top: 1px solid #2a2a2a;padding: 0.75rem 0;background: #141414}
}


.sf-related-articles{box-shadow:0 16px 45px rgba(15,23,42,.08);border:1px solid rgba(148,163,184,.24);margin:clamp(28px,5vw,56px) auto;max-width:1120px;background:rgba(255,255,255,.06);padding:clamp(18px,3vw,28px);border-radius:24px}
.sf-related-articles h2{font-size:clamp(1.35rem,2.5vw,2rem);line-height:1.2;margin:0 0 8px}
.sf-related-articles>p{opacity:.78;line-height:1.65;margin:0 0 18px}
.sf-related-articles__list{gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0;padding:0;display:grid;list-style:none}
.sf-related-articles__item{list-style:none;margin:0;padding:0}
.sf-related-articles__link{gap:7px;display:flex;transition:transform .18s ease,border-color .18s ease,background .18s ease;border-radius:18px;flex-direction:column;background:rgba(255,255,255,.08);min-height:100%;text-decoration:none;color:inherit;border:1px solid rgba(148,163,184,.18);padding:16px}
.sf-related-articles__link:hover{background:rgba(255,255,255,.13);transform:translateY(-2px);border-color:rgba(59,130,246,.45)}
.sf-related-articles__type{letter-spacing:.04em;background:rgba(59,130,246,.14);opacity:.88;padding:3px 9px;font-size:.72rem;border-radius:999px;color:inherit;width:max-content;font-weight:700;text-transform:uppercase}
.sf-related-articles strong{line-height:1.35;font-size:1rem}
.sf-related-articles small{opacity:.72;line-height:1.45;font-size:.88rem}
@media(max-width:640px){.sf-related-articles{border-radius:18px;padding:16px;margin:28px 12px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
