@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --green: #64ff28;
}

html:has(body.sc-site-header-page),
html.sc-site-header-page-root {
  scroll-padding-top: 74px;
}

body.sc-site-header-page {
  overflow-x: clip;
}

body.sc-site-header-page .site-header.sc-site-header {
  overflow: visible;
}

body.sc-site-header-page #wrapper,
body.sc-site-header-page #content,
body.sc-site-header-page #content > .container,
body.sc-site-header-page #content > .container > .row {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  flex: none !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background: transparent !important;
}

body.sc-site-header-page .container {
  background: transparent !important;
}

body.sc-site-header-page #content > .container:first-child {
  position: relative;
  z-index: 30;
}

body.sc-site-header-page #content > .container:first-child .row {
  justify-content: center;
}

body.sc-site-header-page .sc-public.sc-catalog-page,
body.sc-site-header-page .sc-public.sc-detail-page {
  padding-top: 74px;
}

body.sc-site-header-page .sc-catalog-body {
  padding-top: 0;
}

.sc-site-header,
.sc-site-header * {
  box-sizing: border-box;
}

.sc-site-header a {
  text-decoration: none;
}

.sc-site-header button {
  font: inherit;
}

.site-header {
  height: 74px;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: rgba(2, 8, 10, .96);
  border-bottom: 1px solid rgb(74 219 27 / 73%);
  backdrop-filter: blur(10px);
}

.site-header .brand img {
  width: 265px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.site-header .main-nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter, system-ui, sans-serif;
}

.site-header .main-nav a {
  padding: 10px 0;
  color: #e7eff0;
  border-bottom: 2px solid transparent;
}

.site-header .main-nav a:hover,
.site-header .main-nav a.active {
  color: var(--green);
  border-color: var(--green);
}

.site-header .main-nav a.main-nav-highlight {
  align-self: center;
  padding: 10px;
  margin: 0;
  border: 1px solid var(--green);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(100, 255, 40, .18), rgba(100, 255, 40, .08));
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 0 18px rgba(100, 255, 40, .22);
  border-bottom: 1px solid var(--green);
}

.site-header .main-nav a.main-nav-highlight:hover,
.site-header .main-nav a.main-nav-highlight.active {
  background: linear-gradient(180deg, rgba(100, 255, 40, .28), rgba(100, 255, 40, .12));
  color: #fff;
  border-color: #8dff4a;
  transform: translateY(-1px);
}

.sc-nav-services {
  position: relative;
  display: flex;
  align-items: center;
}

.sc-nav-services > .main-nav-highlight {
  position: relative;
  z-index: 2;
}

.sc-mega {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 120;
  padding: 0 20px 24px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease;
}

.sc-nav-services.is-open .sc-mega {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.sc-mega-panel {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(100, 255, 40, .18);
  background: #fff;
  box-shadow:
    0 30px 70px rgba(2, 12, 20, .32),
    0 0 0 1px rgba(255, 255, 255, .04),
    0 0 40px rgba(100, 255, 40, .08);
}

.sc-mega-side {
  display: flex;
  flex-direction: column;
  padding: 30px 26px 26px;
  background:
    radial-gradient(ellipse 90% 60% at 0% 0%, rgba(100, 255, 40, .12), transparent 55%),
    linear-gradient(180deg, #0b1c20 0%, #071316 100%);
  border-right: 1px solid rgba(100, 255, 40, .14);
  color: #e7f5ea;
}

.sc-mega-kicker {
  margin: 0 0 12px;
  color: #64ff28;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sc-mega-side h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.sc-mega-lead {
  margin: 0 0 22px;
  color: #9fb4b8;
  font-size: 13px;
  line-height: 1.6;
}

.sc-mega-practices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sc-mega-practices a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  color: #e7f5ea !important;
  font-size: 13px;
  font-weight: 650;
  border-bottom: 0 !important;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.sc-mega-practices a:hover {
  background: rgba(100, 255, 40, .1);
  border-color: rgba(100, 255, 40, .28);
  color: #fff !important;
  transform: translateX(2px);
}

.sc-mega-practices span {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(100, 255, 40, .14);
  border: 1px solid rgba(100, 255, 40, .28);
  color: #64ff28;
  font-size: 11px;
  font-weight: 800;
}

.sc-mega-practices em {
  font-style: normal;
  line-height: 1.3;
}

.sc-mega-side-cta {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: #64ff28 !important;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 0 !important;
  text-decoration: none;
}

.sc-mega-side-cta:hover {
  color: #8dff4a !important;
}

.sc-mega-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(100, 255, 40, .05), transparent 50%),
    linear-gradient(180deg, #fbfefc 0%, #f4f8f6 100%);
}

.sc-mega-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 18px 14px;
}

.sc-mega-col {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 14px 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 45, 72, .08);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 20px rgba(8, 24, 32, .04);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sc-mega-col:hover {
  transform: translateY(-2px);
  border-color: rgba(100, 255, 40, .35);
  box-shadow: 0 14px 28px rgba(8, 24, 32, .08);
}

.sc-mega-col-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 52px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 45, 72, .08);
  color: #0f2d48 !important;
  text-decoration: none;
  border-bottom-style: solid !important;
}

.sc-mega-col-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(100, 255, 40, .22), rgba(100, 255, 40, .1));
  border: 1px solid rgba(41, 201, 0, .28);
  color: #15803d;
  font-size: 11px;
  font-weight: 800;
}

.sc-mega-col-title strong {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.01em;
}

.sc-mega-col-title:hover {
  color: #14532d !important;
  border-bottom-color: rgba(100, 255, 40, .35) !important;
}

.sc-mega-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
}

.sc-mega-col li a {
  display: block;
  padding: 7px 8px;
  margin: 0 -4px;
  border-radius: 8px;
  color: #4d6476 !important;
  font-size: 12.5px;
  font-weight: 550;
  line-height: 1.35;
  border-bottom: 0 !important;
  text-decoration: none;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}

.sc-mega-col li a:hover {
  background: rgba(100, 255, 40, .1);
  color: #0f2d48 !important;
  transform: translateX(2px);
}

.sc-mega-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0 18px 18px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(100, 255, 40, .2);
  background: linear-gradient(90deg, rgba(100, 255, 40, .08), rgba(255, 255, 255, .7));
}

.sc-mega-foot p {
  margin: 0;
  color: #4d6476;
  font-size: 13px;
  font-weight: 600;
}

.sc-mega-foot a {
  color: #15803d !important;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 0 !important;
  text-decoration: none;
}

.sc-mega-foot a:hover {
  color: #0f2d48 !important;
}

.site-header.site-header--services {
  grid-template-columns: minmax(180px, 270px) 1fr auto;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-header .main-nav-simple {
  justify-content: right;
  align-items: center;
  gap: 36px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.site-header .main-nav-simple a {
  position: relative;
  padding: 10px 2px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #b4c0c4;
  border-bottom: 0;
  transition: color .2s ease;
}

.site-header .main-nav-simple a:hover {
  color: #fff;
  background: transparent;
}

.site-header .main-nav-simple a.main-nav-highlight {
  padding: 10px 2px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
}

.site-header .main-nav-simple a.main-nav-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--green);
  opacity: .85;
}

.site-header .main-nav-simple a.main-nav-highlight:hover,
.site-header .main-nav-simple a.main-nav-highlight.active {
  background: transparent;
  border-color: transparent;
  color: #fff;
  transform: none;
}

.site-header.site-header--services .header-actions {
  gap: 10px;
}

.site-header.site-header--services .btn {
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: .01em;
}

.site-header.site-header--services .btn:hover {
  transform: none;
  filter: none;
}

.site-header.site-header--services .btn-green {
  background: #5ce632;
  color: #0b1608;
  box-shadow: none;
}

.site-header.site-header--services .btn-green:hover {
  background: #6ef042;
}

.site-header.site-header--services .btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, .22);
  color: #eef2f3;
}

.site-header.site-header--services .btn-outline:hover {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.site-header .header-actions {
  display: flex;
  gap: 14px;
}

.site-header .menu-toggle {
  display: none;
}

.site-header .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 12px 12px;
  font-weight: 800;
  font-family: Inter, system-ui, sans-serif;
  cursor: pointer;
  transition: .2s ease;
}

.site-header .btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.site-header .btn-green {
  background: linear-gradient(180deg, #72ff36, #35c80d);
  color: #041006;
  box-shadow: 0 0 24px rgba(88, 255, 32, .18);
}

.site-header .btn-outline {
  background: rgba(4, 12, 14, .8);
  border-color: #4e6b70;
  color: #fff;
}

.site-header .btn-outline:hover {
  color: #fff;
  background: rgba(100, 255, 40, .14);
  border-color: var(--green);
  filter: none;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 230px 1fr auto;
  }

  .site-header .brand img {
    width: 225px;
  }

  .site-header .main-nav {
    gap: 20px;
  }

  .sc-mega-panel {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .sc-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .sc-mega-col-title {
    min-height: 48px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    padding: 0 16px;
  }

  .site-header .brand img {
    width: 190px;
  }

  .site-header .menu-toggle {
    display: block;
    background: none;
    border: 1px solid #36555b;
    color: #fff;
    border-radius: 6px;
    padding: 7px 10px;
    cursor: pointer;
  }

  .site-header .main-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #041114;
    flex-direction: column;
    gap: 0;
    padding: 10px 20px;
    border-bottom: 1px solid rgb(74 219 27 / 73%);
  }

  .site-header .main-nav.open {
    display: flex;
  }

  .site-header .main-nav a {
    padding: 13px;
  }

  .sc-nav-services {
    display: block;
    width: 100%;
  }

  .sc-mega {
    position: static;
    padding: 0;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: none;
  }

  .sc-nav-services.is-open .sc-mega {
    display: block;
  }

  .sc-mega-panel {
    grid-template-columns: 1fr;
    border-radius: 14px;
    margin: 8px 0 12px;
    box-shadow: none;
  }

  .sc-mega-side {
    border-right: 0;
    border-bottom: 1px solid rgba(100, 255, 40, .14);
    padding: 18px 16px;
  }

  .sc-mega-side h2 {
    font-size: 1.35rem;
  }

  .sc-mega-side-cta {
    margin-top: 16px;
    padding-top: 0;
  }

  .sc-mega-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 10px 8px;
  }

  .sc-mega-col-title {
    min-height: 0;
  }

  .sc-mega-foot {
    margin: 0 10px 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header .main-nav a.main-nav-highlight {
    align-self: flex-start;
    margin-top: 6px;
  }

  .site-header .header-actions .btn-outline {
    display: none;
  }

  .site-header .header-actions .btn-green {
    padding: 10px 14px;
    font-size: 12px;
  }

  .site-header.site-header--services {
    height: auto;
    min-height: 74px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 10px 16px 0;
    gap: 0;
  }

  .site-header.site-header--services .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header.site-header--services .brand img {
    width: 170px;
    height: auto;
    max-height: 52px;
  }

  .site-header.site-header--services .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .site-header.site-header--services .main-nav-simple {
    display: flex !important;
    grid-column: 1 / -1;
    grid-row: 2;
    position: static;
    justify-content: flex-start;
    gap: 28px;
    width: 100%;
    margin: 0;
    padding: 10px 0 12px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: transparent;
  }

  .site-header.site-header--services .main-nav-simple a,
  .site-header.site-header--services .main-nav-simple a.main-nav-highlight {
    padding: 4px 2px 8px;
    font-size: 13px;
  }

  body.sc-site-header-page .sc-public.sc-catalog-page,
  body.sc-site-header-page .sc-public.sc-detail-page {
    padding-top: 118px;
  }
}
