@import url("/templates/nexus/css/store.css");

body.nm-store-route {
  background:
    radial-gradient(circle at top center, rgba(191, 219, 254, 0.22), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f6faff 56%, #ffffff 100%);
}

body.nm-store-landing .nm-content-shell {
  width: min(100%, 1380px);
  padding: 32px 18px 88px;
}

body.nm-store-landing .nm-layout-full,
body.nm-store-landing .nm-layout-full > .nm-content-area {
  width: 100%;
  max-width: none;
}

.nm-store-shell {
  display: grid;
  grid-template-columns: minmax(260px, 290px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.nm-store-sidebar {
  position: sticky;
  top: 132px;
}

.nm-store-sidebar-card {
  display: grid;
  gap: 20px;
  padding: 24px 22px;
  border-radius: 28px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 248, 255, 0.96) 100%);
  box-shadow: 0 20px 48px rgba(37, 99, 235, 0.12), 0 10px 24px rgba(15, 23, 42, 0.06);
}

.nm-store-sidebar-intro {
  display: grid;
  gap: 10px;
}

.nm-store-sidebar-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--nm-indigo);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nm-store-sidebar-title {
  margin: 0;
  font-family: var(--nm-font-head);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--nm-text-900);
}

.nm-store-sidebar-sub {
  margin: 0;
  color: var(--nm-text-500);
  font-size: 0.92rem;
  line-height: 1.6;
}

.nm-store-category-groups {
  display: grid;
  gap: 18px;
}

.nm-store-category-group {
  display: grid;
  gap: 10px;
}

.nm-store-category-group-title {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nm-text-300);
}

.nm-store-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.nm-store-category-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: var(--nm-text-700);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 160ms var(--nm-ease), border-color var(--nm-dur) var(--nm-ease), box-shadow var(--nm-dur) var(--nm-ease), color var(--nm-dur) var(--nm-ease);
}

.nm-store-category-link i {
  flex-shrink: 0;
  color: var(--nm-indigo);
  font-size: 1rem;
}

.nm-store-category-link:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.08);
  color: var(--nm-indigo);
}

.nm-store-category-link.is-active {
  border-color: rgba(37, 99, 235, 0.18);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(20, 184, 166, 0.08) 100%);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.1);
  color: var(--nm-indigo);
}

.nm-store-sidebar-foot {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(37, 99, 235, 0.08);
}

.nm-store-sidebar-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: var(--nm-text-500);
  font-size: 0.84rem;
  line-height: 1.55;
}

.nm-store-sidebar-note i {
  color: var(--nm-indigo);
  margin-top: 2px;
}

.nm-store-stage {
  min-width: 0;
}

body.nm-store-landing .landing-page,
body.nm-store-landing .social-bee {
  background: transparent;
}

body.nm-store-landing .landing-page .hero,
body.nm-store-landing .social-bee .hero {
  margin: 0;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 30px;
  background: var(--nm-grad-hero);
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.1), 0 10px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

body.nm-store-landing .landing-page .hero .container,
body.nm-store-landing .social-bee .hero,
body.nm-store-landing .social-bee .lp-container,
body.nm-store-landing .landing-page .content-block > .container,
body.nm-store-landing .landing-page .validation-levels > .container,
body.nm-store-landing .landing-page .standout-1 > .container,
body.nm-store-landing .landing-page .browser-notice .wrapper-container,
body.nm-store-landing .social-bee .planner .lp-container,
body.nm-store-landing .social-bee > .lp-container {
  width: 100%;
  max-width: none;
}

body.nm-store-landing .landing-page .hero .container {
  padding: 42px 38px;
}

body.nm-store-landing .social-bee .hero {
  padding: 42px 38px;
  display: grid;
  gap: 18px;
}

body.nm-store-landing .landing-page .hero h1,
body.nm-store-landing .landing-page .hero h2,
body.nm-store-landing .social-bee .hero h1,
body.nm-store-landing .social-bee .hero h2 {
  margin: 0;
  font-family: var(--nm-font-head);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--nm-text-900);
}

body.nm-store-landing .landing-page .hero h3,
body.nm-store-landing .social-bee .hero .hero__description {
  max-width: 720px;
  margin: 12px 0 0;
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--nm-text-500);
}

body.nm-store-landing .landing-page .hero .logo-container,
body.nm-store-landing .landing-page .hero .logo-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

body.nm-store-landing .landing-page .hero .logo-container img,
body.nm-store-landing .landing-page .hero .logo-wrapper img,
body.nm-store-landing .social-bee .hero img {
  max-height: 48px;
  width: auto;
}

body.nm-store-landing .landing-page .navbar {
  margin: 22px 0 0;
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 248, 255, 0.94) 100%);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
  overflow: hidden;
}

body.nm-store-landing .landing-page .navbar .container {
  width: 100%;
  max-width: none;
  padding: 12px 18px;
}

body.nm-store-landing .landing-page .navbar-header {
  float: none;
}

body.nm-store-landing .landing-page .navbar-nav {
  float: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

body.nm-store-landing .landing-page .navbar-nav > li {
  float: none;
}

body.nm-store-landing .landing-page .navbar-default .navbar-nav > li > a,
body.nm-store-landing .landing-page .navbar-default .navbar-nav > li.active > a,
body.nm-store-landing .landing-page .navbar-default .navbar-nav > li.active > a:hover,
body.nm-store-landing .landing-page .navbar-default .navbar-nav > li > a:hover {
  border-radius: 999px;
  padding: 11px 16px;
  background: transparent;
  color: var(--nm-text-700);
  font-size: 0.9rem;
  font-weight: 700;
}

body.nm-store-landing .landing-page .navbar-default .navbar-nav > li.active > a,
body.nm-store-landing .landing-page .navbar-default .navbar-nav > li > a:hover {
  background: rgba(37, 99, 235, 0.08);
  color: var(--nm-indigo);
}

body.nm-store-landing .landing-page .navbar-default .navbar-toggle {
  margin: 4px 0;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 14px;
}

body.nm-store-landing .landing-page .validation-levels,
body.nm-store-landing .landing-page .content-block,
body.nm-store-landing .landing-page .standout-1,
body.nm-store-landing .landing-page .browser-notice,
body.nm-store-landing .social-bee .planner,
body.nm-store-landing .social-bee .content-block,
body.nm-store-landing .social-bee .features.wrapper,
body.nm-store-landing .social-bee .action-buttons {
  margin-top: 24px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.95) 100%);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.1), 0 8px 18px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

body.nm-store-landing .landing-page .content-block > .container,
body.nm-store-landing .landing-page .validation-levels > .container,
body.nm-store-landing .landing-page .standout-1 > .container,
body.nm-store-landing .landing-page .browser-notice .wrapper-container,
body.nm-store-landing .social-bee .planner .lp-container,
body.nm-store-landing .social-bee > .lp-container {
  padding: 34px 32px;
}

body.nm-store-landing .landing-page .content-block h1,
body.nm-store-landing .landing-page .content-block h2,
body.nm-store-landing .landing-page .content-block h3,
body.nm-store-landing .landing-page .content-block h4,
body.nm-store-landing .social-bee h1,
body.nm-store-landing .social-bee h2,
body.nm-store-landing .social-bee h3,
body.nm-store-landing .social-bee h4 {
  font-family: var(--nm-font-head);
  color: var(--nm-text-900);
}

body.nm-store-landing .landing-page p,
body.nm-store-landing .landing-page li,
body.nm-store-landing .social-bee p,
body.nm-store-landing .social-bee li,
body.nm-store-landing .social-bee span {
  color: var(--nm-text-500);
}

body.nm-store-landing .landing-page .lead,
body.nm-store-landing .landing-page .lead.text-center {
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--nm-text-500);
}

body.nm-store-landing .landing-page .item,
body.nm-store-landing .landing-page .feature,
body.nm-store-landing .landing-page .plan,
body.nm-store-landing .landing-page .package,
body.nm-store-landing .landing-page .overview-features li,
body.nm-store-landing .landing-page .panel,
body.nm-store-landing .social-bee .features__item {
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.08);
}

body.nm-store-landing .landing-page .item,
body.nm-store-landing .landing-page .feature,
body.nm-store-landing .social-bee .features__item {
  padding: 22px 20px;
}

body.nm-store-landing .landing-page .item .btn,
body.nm-store-landing .landing-page .btn,
body.nm-store-landing .landing-page button,
body.nm-store-landing .social-bee button {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 56%, #14b8a6 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
}

body.nm-store-landing .landing-page .btn:hover,
body.nm-store-landing .landing-page button:hover,
body.nm-store-landing .social-bee button:hover {
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

body.nm-store-landing .landing-page .btn-group .btn,
body.nm-store-landing .landing-page .btn-default,
body.nm-store-landing .landing-page .cycle-change {
  background: rgba(255, 255, 255, 0.92);
  color: var(--nm-text-700);
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: none;
}

body.nm-store-landing .landing-page .btn-group .btn.active,
body.nm-store-landing .landing-page .btn-default.active,
body.nm-store-landing .landing-page .cycle-change.active {
  background: rgba(37, 99, 235, 0.08);
  color: var(--nm-indigo);
  border-color: rgba(37, 99, 235, 0.18);
}

body.nm-store-landing .landing-page .panel-heading,
body.nm-store-landing .landing-page .panel-footer,
body.nm-store-landing .landing-page .panel-body {
  border-color: rgba(37, 99, 235, 0.08);
}

body.nm-store-landing .landing-page .panel-heading {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.95) 0%, rgba(255, 255, 255, 0.96) 100%);
}

body.nm-store-landing .landing-page select,
body.nm-store-landing .landing-page .form-control {
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  min-height: 46px;
}

body.nm-store-landing .landing-page .browser-notice .wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  color: var(--nm-text-700);
}

body.nm-store-landing .landing-page .overview-features ul,
body.nm-store-landing .landing-page .overview-features li {
  list-style: none;
}

body.nm-store-landing .landing-page .overview-features ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}

body.nm-store-landing .landing-page .overview-features li {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

body.nm-store-landing .social-bee .lp-container {
  max-width: none;
  width: 100%;
  padding: 0 0 24px;
}

body.nm-store-landing .social-bee .content-block {
  display: grid;
  gap: 24px;
  padding: 34px 32px;
}

body.nm-store-landing .social-bee .action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 18px;
}

body.nm-store-landing .social-bee .features.wrapper {
  padding: 18px;
  display: grid;
  gap: 16px;
}

body.nm-store-landing .social-bee .features.feature_block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

body.nm-store-landing .social-bee .features__item {
  padding: 18px 16px;
  text-align: left;
}

body.nm-store-landing .social-bee .hidden {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .nm-store-shell {
    grid-template-columns: 1fr;
  }

  .nm-store-sidebar {
    position: static;
  }

  .nm-store-category-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.nm-store-landing .nm-content-shell {
    padding: 20px 14px 72px;
  }

  .nm-store-sidebar-card,
  body.nm-store-landing .landing-page .hero .container,
  body.nm-store-landing .social-bee .hero,
  body.nm-store-landing .landing-page .content-block > .container,
  body.nm-store-landing .landing-page .validation-levels > .container,
  body.nm-store-landing .landing-page .standout-1 > .container,
  body.nm-store-landing .landing-page .browser-notice .wrapper-container,
  body.nm-store-landing .social-bee .planner .lp-container,
  body.nm-store-landing .social-bee > .lp-container,
  body.nm-store-landing .social-bee .content-block,
  body.nm-store-landing .social-bee .features.wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nm-store-category-groups,
  body.nm-store-landing .social-bee .features.feature_block {
    grid-template-columns: 1fr;
  }

  body.nm-store-landing .landing-page .navbar .container {
    padding: 10px 14px;
  }
}