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;
}

.nt-burger {
    width: 32px;
    height: 32px;
    border: 1px solid #d1d5db;
    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-desktop-nav {
    display: none;
}

.nt-header-links {
    gap: 16px;
}

.nt-header-links a {
    font-size: 13px;
    line-height: 1.25;
}

@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-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;
}

@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-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);
}

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;
}

.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;
}

.nt-product-page .nt-card {
    background: var(--nt-card-bg) !important;
    border-color: var(--nt-border);
}

@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) {
    .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;
    }
}
