.sf-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.sf-header { position: sticky; top: 0; left: 0; right: 0; width: 100%; z-index: 60; background: #020617; color: #ffffff; border-bottom: 1px solid #1e293b; font-family: "Arial Narrow", "Helvetica Neue", Helvetica, system-ui, sans-serif; }
.sf-header__top { background: #000000; border-bottom: 1px solid #1e293b; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: #94a3b8; text-align: center; padding: 6px 18px; }
.sf-header__main { max-width: 1400px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sf-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #ffffff; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; text-transform: uppercase; }
.sf-brand svg { width: 32px; height: 32px; display: block; color: #0055ff; }
.sf-nav { display: flex; align-items: center; gap: 28px; }
.sf-nav__link { text-decoration: none; color: #cbd5e1; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.2s ease; }
.sf-nav__link:hover { color: #0055ff; }
.sf-header__actions { display: flex; align-items: center; gap: 16px; }
.sf-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; border-radius: 12px; background: #0055ff; color: #ffffff; text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; transition: background 0.2s ease; }
.sf-header__cta:hover { background: #0044cc; }
.sf-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid #1e293b; border-radius: 12px; background: #0f172a; color: #ffffff; cursor: pointer; }
.sf-burger__line { display: block; width: 22px; height: 2px; margin: 0 auto; border-radius: 2px; background: currentColor; transition: transform 0.2s ease; }
.sf-mobile-nav { position: fixed; inset: 0; z-index: 70; background: rgba(2,6,23,0.85); backdrop-filter: blur(12px); font-family: "Arial Narrow", "Helvetica Neue", Helvetica, system-ui, sans-serif; }
.sf-mobile-nav[hidden], .sf-mobile-nav.hidden { display: none; }
.sf-mobile-nav[data-mobile-open="1"] { display: block; }
.sf-mobile-nav__panel { margin-left: auto; width: min(400px, 90vw); height: 100%; background: #020617; color: #ffffff; display: flex; flex-direction: column; box-shadow: -10px 0 40px rgba(0,0,0,0.8); border-left: 1px solid #1e293b; }
.sf-mobile-nav__top { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid #1e293b; }
.sf-mobile-nav__brand { font-weight: 800; font-size: 20px; text-transform: uppercase; letter-spacing: -0.02em; }
.sf-mobile-nav__close { width: 40px; height: 40px; border: 1px solid #1e293b; border-radius: 12px; background: #0f172a; color: #ffffff; font-size: 28px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s ease; }
.sf-mobile-nav__close:hover { background: #1e293b; }
.sf-mobile-nav__content { display: flex; flex-direction: column; flex: 1; padding: 40px 24px; justify-content: space-between; }
.sf-mobile-nav__links { display: flex; flex-direction: column; gap: 32px; }
.sf-mobile-nav__link { color: #ffffff; text-decoration: none; font-size: 28px; font-weight: 700; letter-spacing: -0.02em; transition: color 0.2s ease; text-transform: uppercase; }
.sf-mobile-nav__link:hover { color: #0055ff; }
.sf-mobile-nav__action { padding-top: 40px; border-top: 1px solid #1e293b; }
.sf-mobile-nav__cta { display: flex; align-items: center; justify-content: center; padding: 18px; border-radius: 12px; background: #0055ff; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 0.05em; }
.sf-footer { margin-top: 80px; background: #000000; color: #94a3b8; padding: 80px 0 32px; border-top: 1px solid #1e293b; font-family: "Arial Narrow", "Helvetica Neue", Helvetica, system-ui, sans-serif; }
.sf-footer__inner { max-width: 1400px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1.5fr 1fr 1fr; gap: 64px; }
.sf-footer__brand { display: block; margin-bottom: 20px; color: #ffffff; font-size: 22px; font-weight: 800; letter-spacing: -0.02em; text-transform: uppercase; }
.sf-footer__summary { margin: 0; line-height: 1.6; font-size: 16px; max-width: 320px; }
.sf-footer__heading { color: #ffffff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 24px 0; }
.sf-footer__contact { display: flex; flex-direction: column; gap: 16px; }
.sf-footer__contact-link { color: #94a3b8; text-decoration: none; transition: color 0.2s ease; }
.sf-footer__contact-link:hover { color: #0055ff; }
.sf-footer__nav { display: flex; flex-direction: column; gap: 16px; }
.sf-footer__link { color: #94a3b8; text-decoration: none; font-size: 16px; transition: color 0.2s ease; }
.sf-footer__link:hover { color: #0055ff; }
.sf-footer__bottom { max-width: 1400px; margin: 64px auto 0; padding: 32px 24px 0; border-top: 1px solid #1e293b; font-size: 14px; }
.sf-footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.break-all { word-break: break-all; }
@media (max-width: 900px) {
  .sf-nav--desktop { display: none; }
  .sf-header__cta { display: none; }
  .sf-burger { display: flex; }
  .sf-footer__inner { grid-template-columns: 1fr; gap: 48px; }
  .sf-footer__summary { max-width: 100%; }
}
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (min-width: 768px) {
  .md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
