body {
  background: var(--background);
  color: var(--foreground);
  font-family: Geist, "Geist Fallback", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
main section {
  scroll-margin-top: 88px;
}
.nt-logo {
  height: 30px;
  width: auto;
  margin-right: 5px;
  min-width: 100px;
}
.nt-burger {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
  flex-direction: column;
  gap: 3px;
  padding: 0;
}
.nt-burger span {
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #4b5563;
  display: block;
}
.nt-header-actions {
  position: relative;
  flex-shrink: 0;
}
.nt-header-phones {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  min-height: 32px;
  padding: 0 4px;
}
.nt-header-phones__link {
  color: #cb043d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}
.nt-header-phones__link:hover {
  color: #a80332;
  text-decoration: none;
}
.nt-header-phone {
  display: block;
  /*position: relative;*/
}
.nt-header-phone__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.nt-header-phone__toggle:hover,
.nt-header-phone__toggle:focus-visible {
  outline: none;
}
.nt-header-phone__toggle[aria-expanded="true"] {
  background: #cb043d;
  border-color: rgba(0, 0, 0, 0.08);
}
.nt-header-phone__toggle[aria-expanded="true"] .nt-header-phone__icon_default {
  display: none;
}
.nt-header-phone__toggle[aria-expanded="true"] .nt-header-phone__icon_active {
  display: block;
}
.nt-header-phone__icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.nt-header-phone__icon_active {
  display: none;
}
.nt-header-phone__dropdown {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-width: 150px;
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0.525px 0.491px rgba(0, 0, 0, 0.05), 0 2.4px 1.381px rgba(0, 0, 0, 0.08), 0 6.075px 3.705px rgba(0, 0, 0, 0.11), 0 12px 8.5px rgba(0, 0, 0, 0.16);
}
.nt-header-phone__dropdown[hidden] {
  display: none !important;
}
.nt-header-phone__link {
  color: #cb043d;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
}
.nt-header-phone__link:hover {
  color: #a80332;
  text-decoration: none;
}
.nt-desktop-nav {
  display: none;
}
.nt-header-links {
  gap: 16px;
}
.nt-header-links a {
  font-size: 13px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .nt-header-phones {
    display: flex;
  }
  .nt-header-phone {
    display: none;
  }
}
@media (min-width: 1180px) {
  .nt-desktop-nav {
    display: flex;
  }
  .nt-burger {
    display: none;
  }
  #nt-mobile-menu {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .nt-header-links {
    gap: 24px;
  }
  .nt-header-links a {
    font-size: 14px;
  }
}
.nt-nav-dropdown {
  position: relative;
}
.nt-nav-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: default;
}
.nt-nav-dropdown__trigger::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.6;
}
.nt-nav-dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
  padding: 14px 6px 6px;
  border: 1px solid #e3e5ea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.08);
  z-index: 60;
}
.nt-nav-dropdown__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  right: -12px;
  height: 14px;
}
.nt-nav-dropdown__item {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.25;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}
.nt-nav-dropdown__item:hover {
  color: #0f1115;
  background: #f3f4f6;
}
@media (min-width: 1180px) {
  .nt-nav-dropdown::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 100%;
    height: 14px;
  }
  .nt-nav-dropdown:hover .nt-nav-dropdown__menu {
    display: block;
  }
}
.nt-mobile-submenu__trigger {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}
.nt-mobile-submenu__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px 0 4px 16px;
}
.nt-mobile-submenu__items.hidden {
  display: none;
}
@media (min-width: 1320px) {
  .nt-nav-dropdown__trigger,
  .nt-nav-dropdown__item {
    font-size: 14px;
  }
}
.nt-card {
  border: 1px solid #e3e5ea;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.nt-muted {
  color: #6b7280;
}
.nt-hero-title {
  font-size: 2.2rem;
  line-height: 1.15;
  font-weight: 700;
}
.nt-section-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.nt-cta {
  background: #0f1115;
  color: #f8fafc;
}
.nt-cta .btn {
  min-height: 42px;
}
.nt-card-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.nt-btn-main {
  background: #d9045f;
  border-color: #d9045f;
  color: #fff;
}
.nt-btn-main:hover {
  background: #be0454;
  border-color: #be0454;
  color: #fff;
}
.nt-btn-violet {
  background: #8b5cf6;
  border-color: #8b5cf6;
  color: #fff;
}
.nt-btn-violet:hover {
  background: #7c3aed;
  border-color: #7c3aed;
  color: #fff;
}
.nt-btn-green {
  background: #10b981;
  border-color: #10b981;
  color: #fff;
}
.nt-btn-green:hover {
  background: #059669;
  border-color: #059669;
  color: #fff;
}
.nt-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}
.nt-icon-pink {
  background: #fde7ef;
}
.nt-icon-violet {
  background: #f1e8ff;
}
.nt-icon-green {
  background: #e0f7ef;
}
.nt-soft-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-size: 16px;
  line-height: 1;
}
.nt-small-links a {
  font-size: 0.95rem;
}
header nav a {
  font-size: 0.92rem;
}
header .btn.btn-sm {
  min-height: 36px;
  border-radius: 8px;
  font-size: 13px;
  padding: 0 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
header .btn-outline-dark.btn-sm {
  border-color: #9ca3af;
  color: #111827;
  background: #fff;
}
header .btn-outline-dark.btn-sm:hover {
  border-color: #6b7280;
  color: #111827;
  background: #f9fafb;
}
header .nt-btn-main.btn-sm {
  background: #d9045f;
  border-color: #d9045f;
  color: #fff;
}
header .nt-btn-main.btn-sm:hover {
  background: #be0454;
  border-color: #be0454;
  color: #fff;
}
@media (min-width: 768px) {
  .nt-hero-title {
    font-size: 3rem;
  }
  .nt-section-title {
    font-size: 2.25rem;
  }
}
.nt-product-page {
  --nt-bg: #fafafa;
  --nt-muted-bg: #f5f5f5;
  --nt-card-bg: #ffffff;
  --nt-border: #ebebeb;
  --nt-text-dark: #171717;
  --nt-text-muted: #737373;
}
.nt-product-page .nt-card {
  background: var(--nt-card-bg) !important;
  border-color: var(--nt-border);
}
.nt-product-hero {
  max-width: 860px;
}
.nt-product-hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--nt-muted-bg);
}
.nt-product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  color: var(--nt-text-muted);
  margin-bottom: 18px;
  background: #ebedf0;
  border: 1px solid #e2e4e8;
  border-radius: 6px;
  padding: 3px 10px;
}
.nt-zap-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  color: #62666f;
}
.nt-product-hero-title {
  font-size: 2.25rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--nt-text-dark);
}
.nt-product-hero-subtitle {
  max-width: 760px;
  font-size: 1.125rem;
  line-height: 1.6;
}
.nt-product-cta {
  gap: 14px;
}
.nt-btn-lg {
  min-height: 44px;
  padding: 0 32px;
  font-size: 1rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
}
.nt-btn-secondary {
  border: 1px solid var(--nt-border);
  background: var(--nt-card-bg);
  color: #3f3f46;
}
.nt-btn-secondary:hover {
  border-color: #d4d4d8;
  background: #fcfcfc;
  color: var(--nt-text-dark);
}
.nt-product-stats-section {
  padding: 0;
  margin-bottom: 0;
  background: var(--nt-muted-bg);
  border-color: var(--nt-border) !important;
}
.nt-stats-row .nt-stat-item {
  padding: 32px 24px;
  border-right: 1px solid var(--nt-border);
  background: var(--nt-bg);
}
.nt-stats-row .nt-stat-item:last-child {
  border-right: 0;
}
.nt-stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--nt-text-dark);
}
.nt-stat-label {
  font-size: 0.875rem;
  color: var(--nt-text-muted);
}
.nt-product-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--nt-muted-bg);
}
.nt-top-nav .nav-link {
  color: #6b7280;
  font-size: 13px;
  padding: 0.35rem 0.6rem;
  white-space: nowrap;
}
.nt-top-nav .nav-link:hover {
  color: #111827;
}
.nt-top-links {
  row-gap: 2px;
}
.nt-menu-toggler {
  width: 36px;
  height: 36px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nt-menu-toggler:focus {
  box-shadow: none;
}
.nt-menu-toggler .navbar-toggler-icon {
  width: 16px;
  height: 2px;
  background-image: none;
  background-color: #4b5563;
  border-radius: 2px;
  position: relative;
}
.nt-menu-toggler .navbar-toggler-icon::before,
.nt-menu-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: #4b5563;
  border-radius: 2px;
}
.nt-menu-toggler .navbar-toggler-icon::before {
  top: -5px;
}
.nt-menu-toggler .navbar-toggler-icon::after {
  top: 5px;
}
.nt-feature-card:hover {
  border-color: #d4d4d8;
}
footer .soc-icons {
  display: flex;
  gap: 16px;
  padding-top: 16px;
}
footer .soc-icons .soc-item {
  transition: all 0.2s;
}
footer .soc-icons .soc-item:hover .bg-ic {
  fill: #8F9296;
}
@media (max-width: 991.98px) {
  .nt-product-hero-title {
    font-size: 2.25rem;
  }
  .nt-product-hero-subtitle {
    font-size: 1.125rem;
  }
  .nt-stat-value {
    font-size: 1.5rem;
  }
  .nt-stat-label {
    font-size: 0.9rem;
  }
  .nt-product-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .nt-top-nav .nav-link {
    padding: 0.5rem 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .nt-product-hero-title {
    font-size: 3.75rem;
    line-height: 1.1;
  }
  .nt-product-hero-subtitle {
    font-size: 1.25rem;
  }
  .nt-stat-value {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  header .max-w-6xl {
    padding-left: 12px;
    padding-right: 12px;
    gap: 8px;
  }
  .nt-header-actions {
    gap: 8px;
  }
  .nt-header-login {
    /*height: 36px;*/
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .nt-logo {
    min-width: 88px;
    height: 26px;
    margin-right: 0;
  }
  .nt-product-hero-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .nt-product-hero-subtitle {
    font-size: 1rem;
  }
  .nt-stats-row .nt-stat-item {
    padding: 24px 12px;
    border-right: 0;
  }
  .nt-product-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
