.np-home {
    --np-navy: #0b1220;
    --np-ink: #111827;
    --np-muted: #64748b;
    --np-soft: #f8fafc;
    --np-line: rgba(15, 23, 42, .08);
    --np-brand-red: #ee342f;
    --np-yellow: #ee342f;
    --np-orange: #f59e0b;
    --np-green: #22c55e;
    --np-shadow: 0 24px 70px rgba(15, 23, 42, .09);
    background: #fff;
    color: var(--np-ink);
    overflow: hidden;
}

.np-home * {
    box-sizing: border-box;
}

.np-home-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.np-section {
    padding: 72px 0;
}

.np-section[data-np-module]:not(.np-project-section):not(.np-counter-band):not(.np-newsletter) {
    background: var(--np-module-bg, transparent);
}

.np-section-tight {
    padding: 28px 0 54px;
}

.np-section-head {
    max-width: 740px;
    margin: 0 auto 34px;
    text-align: center;
}

.np-section-head-row {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}

.np-section-head h2,
.np-about-copy h2,
.np-faq-copy h2,
.np-cta h2 {
    margin: 10px 0 0;
    color: var(--np-ink);
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.045em;
}

.np-section-head p,
.np-about-copy p,
.np-faq-copy p,
.np-cta p {
    margin: 14px 0 0;
    color: var(--np-muted);
    font-size: 15px;
    line-height: 1.75;
}

.np-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    min-height: 34px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 186, 34, .14);
    color: #9a6100;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.np-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.np-btn:hover {
    transform: translateY(-2px);
}

.np-btn-primary {
    background: var(--np-brand-red);
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(238, 52, 47, .25);
}

.np-btn-dark {
    background: var(--np-ink);
    color: #fff !important;
}

.np-btn-outline {
    background: #fff;
    color: var(--np-ink) !important;
    border-color: var(--np-line);
}

.np-btn-ghost {
    background: rgba(255, 255, 255, .08);
    color: #fff !important;
    border-color: rgba(255, 255, 255, .16);
}

.np-hero-slide__actions .np-btn,
.np-slider__actions .np-btn {
    background: var(--np-brand-red) !important;
    border-color: var(--np-brand-red) !important;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(238, 52, 47, .28);
}

.np-btn-whatsapp {
    background: var(--np-green);
    color: #fff !important;
}

.np-grid {
    display: grid;
    gap: 22px;
}

.np-hero-slider {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    background: #0b1220;
    color: #fff;
    box-shadow: none;
}

.np-hero-slider--normal {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.np-hero-slider--full {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.np-hero-slider__track {
    position: relative;
    height: clamp(620px, 72vh, 760px);
    min-height: 0;
    overflow: hidden;
    border-radius: 0;
}

.np-hero-slider--full .np-hero-slider__track {
    height: clamp(660px, calc(100vh - 110px), 760px);
    min-height: 620px;
}

.np-hero-slider .np-hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.015);
    transition: opacity .58s ease, visibility .58s ease, transform .9s ease;
}

.np-hero-slider .np-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
}

.np-hero-slide__media,
.np-hero-slide__media picture,
.np-hero-slide__image,
.np-hero-slide__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
}

.np-hero-slide__image,
.np-hero-slide__video {
    object-fit: cover;
    border: 0;
    border-radius: 0;
}

.np-hero-slide__iframe {
    pointer-events: none;
    transform: scale(1.04);
}

.np-hero-slide__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 0;
    background:
        radial-gradient(circle at 84% 14%, rgba(255, 186, 34, .17), transparent 32%),
        radial-gradient(circle at 10% 80%, rgba(14, 165, 233, .14), transparent 35%),
        linear-gradient(90deg, rgba(3, 7, 18, var(--np-hero-overlay, .45)) 0%, rgba(3, 7, 18, calc(var(--np-hero-overlay, .45) * .78)) 50%, rgba(3, 7, 18, calc(var(--np-hero-overlay, .45) * .48)) 100%);
}

.np-hero-slide__content {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 32px));
    height: clamp(620px, 72vh, 760px);
    min-height: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 0 86px;
}

.np-hero-slider--full .np-hero-slide__content {
    height: clamp(660px, calc(100vh - 110px), 760px);
    min-height: 620px;
}

.np-hero-slide__content--left {
    align-items: flex-start;
    text-align: left;
}

.np-hero-slide__content--center {
    align-items: center;
    text-align: center;
}

.np-hero-slide__content--right {
    align-items: flex-end;
    text-align: right;
}

.np-hero-slide__content .np-badge {
    background: rgba(255, 255, 255, .1);
    color: var(--np-yellow);
    border: 1px solid rgba(255, 255, 255, .12);
}

.np-hero-slide__content h1 {
    max-width: 780px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(40px, 4.8vw, 70px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
    text-shadow: 0 18px 54px rgba(0, 0, 0, .34);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.np-hero-slide__content p {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.75;
}

.np-hero-slide__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.np-hero-slider__nav {
    position: absolute;
    z-index: 4;
    right: clamp(18px, 4vw, 54px);
    top: 50%;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
}

.np-hero-slider__nav button,
.np-hero-slider__dots button {
    border: 0;
    cursor: pointer;
}

.np-hero-slider__nav button {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    backdrop-filter: blur(12px);
    transition: background .2s ease, transform .2s ease;
}

.np-hero-slider__nav button:hover {
    background: var(--np-yellow);
    color: var(--np-ink);
    transform: translateY(-2px);
}

.np-hero-slider__dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 28px;
    display: flex;
    gap: 9px;
    transform: translateX(-50%);
}

.np-hero-slider__dots button {
    width: 36px;
    height: 8px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .34);
}

.np-hero-slider__dots button.is-active {
    background: var(--np-yellow);
}

/* The legacy homepage hero used the same .np-hero-slide class name. These scoped
   rules keep the new slider as one real component and prevent old slide styles
   from leaking inactive slides into the page flow. */
.np-home .np-hero-slider .np-hero-slide {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    overflow: hidden;
    border-radius: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.np-home .np-hero-slider .np-hero-slide.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.np-home .np-hero-slider .np-hero-slide:not(.is-active) .np-hero-slide__content {
    display: none !important;
}

.np-home .np-hero-slider .np-hero-slide__content h1 {
    margin: 18px 0 0;
    font-size: clamp(40px, 4.8vw, 70px);
    line-height: .95;
}

.np-home .np-hero-slider,
.np-home .np-hero-slider__track,
.np-home .np-hero-slider .np-hero-slide__media,
.np-home .np-hero-slider .np-hero-slide__media picture,
.np-home .np-hero-slider .np-hero-slide__image,
.np-home .np-hero-slider .np-hero-slide__video,
.np-home .np-hero-slider .np-hero-slide__overlay {
    border-radius: 0 !important;
}

.np-slider {
    position: relative;
    overflow: hidden;
    background: #0b1220;
    color: #fff;
}

.np-slider--normal {
    width: min(1180px, calc(100% - 32px));
    margin: 42px auto 0;
    border-radius: 38px;
    box-shadow: 0 38px 110px rgba(15, 23, 42, .24);
}

.np-slider--full {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.np-slider__viewport {
    position: relative;
    min-height: 620px;
    overflow: hidden;
}

.np-slider--full .np-slider__viewport {
    min-height: min(780px, calc(100vh - 112px));
}

.np-slider__item {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .55s ease;
}

.np-slider__item.is-active {
    opacity: 1;
    pointer-events: auto;
}

.np-slider__media,
.np-slider__media picture,
.np-slider__image,
.np-slider__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.np-slider__image,
.np-slider__video {
    object-fit: cover;
    border: 0;
}

.np-slider__iframe {
    pointer-events: none;
    transform: scale(1.04);
}

.np-slider__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 86% 16%, rgba(255, 186, 34, .16), transparent 32%),
        linear-gradient(90deg, rgba(5, 10, 22, var(--np-slider-overlay, .45)) 0%, rgba(5, 10, 22, calc(var(--np-slider-overlay, .45) * .74)) 48%, rgba(5, 10, 22, calc(var(--np-slider-overlay, .45) * .42)) 100%);
}

.np-slider__content {
    position: relative;
    z-index: 2;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 0;
}

.np-slider--full .np-slider__content {
    min-height: min(780px, calc(100vh - 112px));
}

.np-slider__content--left {
    align-items: flex-start;
    text-align: left;
}

.np-slider__content--center {
    align-items: center;
    text-align: center;
}

.np-slider__content--right {
    align-items: flex-end;
    text-align: right;
}

.np-slider__content h1 {
    max-width: 790px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(42px, 5.4vw, 82px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
    text-shadow: 0 18px 54px rgba(0, 0, 0, .34);
}

.np-slider__content p {
    max-width: 660px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.78;
}

.np-slider__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.np-slider__nav {
    position: absolute;
    z-index: 4;
    right: clamp(18px, 4vw, 54px);
    top: 50%;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
}

.np-slider__nav button,
.np-slider__dots button {
    border: 0;
    cursor: pointer;
}

.np-slider__nav button {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    backdrop-filter: blur(12px);
    transition: background .2s ease, transform .2s ease;
}

.np-slider__nav button:hover {
    background: var(--np-yellow);
    color: var(--np-ink);
    transform: translateY(-2px);
}

.np-slider__dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 28px;
    display: flex;
    gap: 9px;
    transform: translateX(-50%);
}

.np-slider__dots button {
    width: 36px;
    height: 8px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .34);
}

.np-slider__dots button.is-active {
    background: var(--np-yellow);
}

.np-trigger {
    width: 100%;
    background: var(--np-trigger-bg, var(--np-yellow));
    color: var(--np-trigger-text, #fff);
    transition: opacity .25s ease, transform .25s ease;
}

.np-trigger.is-hidden {
    display: none;
}

.np-trigger--boxed {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    border-radius: 0 0 26px 26px;
}

.np-trigger__inner {
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 20px 0;
}

.np-trigger__inner p {
    margin: 0;
    color: var(--np-trigger-text, #fff);
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 800;
    letter-spacing: .16em;
}

.np-trigger__inner a {
    text-decoration: none !important;
}

.np-trigger__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 28px;
    border: 2px solid var(--np-trigger-border, #fff);
    border-radius: 999px;
    color: var(--np-trigger-text, #fff);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.np-hero {
    position: relative;
    padding: 54px 0 42px;
    background:
        radial-gradient(circle at 8% 16%, rgba(255, 186, 34, .2), transparent 30%),
        radial-gradient(circle at 92% 6%, rgba(14, 165, 233, .15), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.np-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 34px;
    align-items: stretch;
    min-height: 560px;
    padding: clamp(28px, 4vw, 54px);
    border-radius: 38px;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 186, 34, .22), transparent 28%),
        linear-gradient(135deg, #0b1220 0%, #121a2b 58%, #1b2437 100%);
    color: #fff;
    box-shadow: 0 38px 110px rgba(15, 23, 42, .24);
    overflow: hidden;
}

.np-hero-shell::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border: 86px solid rgba(255, 186, 34, .08);
    border-radius: 50%;
    pointer-events: none;
}

.np-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.np-hero .np-badge {
    background: rgba(255, 255, 255, .1);
    color: var(--np-yellow);
    border: 1px solid rgba(255, 255, 255, .12);
}

.np-hero-slides {
    position: relative;
    min-height: 292px;
    margin-top: 22px;
}

.np-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity .45s ease, transform .45s ease;
}

.np-hero-slide.is-active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.np-hero-slide h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 76px);
    line-height: .96;
    font-weight: 950;
    letter-spacing: -.065em;
}

.np-hero-slide p {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: 17px;
    line-height: 1.8;
}

.np-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.np-hero-dots {
    display: flex;
    gap: 9px;
    margin-top: 30px;
}

.np-hero-dots button {
    width: 34px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    cursor: pointer;
}

.np-hero-dots button.is-active {
    background: var(--np-yellow);
}

.np-hero-visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.np-hero-image-card {
    position: absolute;
    inset: 34px 0 34px auto;
    width: min(420px, 100%);
    opacity: 0;
    transform: scale(.96) rotate(2deg);
    transition: opacity .45s ease, transform .45s ease;
}

.np-hero-image-card.is-active {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.np-hero-image-card img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    display: block;
    object-fit: contain;
    padding: 28px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .14);
    background:
        radial-gradient(circle at 78% 12%, rgba(255, 186, 34, .16), transparent 30%),
        rgba(255, 255, 255, .08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.np-hero-floating {
    position: absolute;
    left: 4px;
    bottom: 54px;
    width: 178px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(14px);
}

.np-hero-floating strong {
    display: block;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    font-weight: 950;
}

.np-hero-floating span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.35;
    margin-top: 6px;
}

.np-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-feature-card {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 112px;
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--np-line);
    box-shadow: var(--np-shadow);
    text-decoration: none !important;
    color: var(--np-ink) !important;
    transition: transform .22s ease, border-color .22s ease;
}

.np-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 186, 34, .55);
}

.np-feature-icon,
.np-service-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--np-ink);
    color: var(--np-yellow);
    font-size: 20px;
}

.np-feature-card strong {
    display: block;
    color: var(--np-ink);
    font-size: 16px;
    font-weight: 950;
}

.np-feature-card small {
    display: block;
    margin-top: 6px;
    color: var(--np-muted);
    font-size: 13px;
    line-height: 1.45;
}

.np-module-subgrid {
    margin-bottom: 30px;
}

.np-card-grid,
.np-service-grid,
.np-testimonial-grid,
.np-team-grid,
.np-feature-modern-grid,
.np-skill-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-product-grid,
.np-category-grid,
.np-blog-grid,
.np-video-grid,
.np-certificate-grid,
.np-branch-grid,
.np-area-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.np-category-card {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 178px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--np-line);
    box-shadow: var(--np-shadow);
    color: var(--np-ink) !important;
    text-decoration: none !important;
    transition: transform .22s ease, border-color .22s ease;
}

.np-category-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--np-orange);
}

.np-category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(238, 52, 47, .34);
}

.np-category-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.np-category-card__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: var(--np-ink);
    color: #fff;
    font-size: 18px;
}

.np-category-card__body strong {
    display: block;
    color: var(--np-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.25;
}

.np-category-card__body small {
    display: block;
    margin-top: 10px;
    color: var(--np-muted);
    font-size: 13px;
    line-height: 1.5;
}

.np-category-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--np-orange);
    font-size: 13px;
    font-weight: 900;
}

.np-card,
.np-service-card,
.np-pricing-card,
.np-testimonial-card,
.np-team-card,
.np-feature-modern-card,
.np-video-card,
.np-certificate-card,
.np-skill-card,
.np-branch-card,
.np-area-card {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--np-line);
    box-shadow: var(--np-shadow);
}

.np-card-image {
    display: block;
    height: 190px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
}

.np-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .3s ease;
}

.np-card:hover .np-card-image img,
.np-blog-card:hover .np-card-image img {
    transform: scale(1.045);
}

.np-card-body {
    padding: 22px;
}

.np-card-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--np-orange);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.np-card h3,
.np-service-card h3,
.np-blog-card h3,
.np-project-card h3,
.np-pricing-card h3 {
    margin: 0;
    color: var(--np-ink);
    font-size: 20px;
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: -.02em;
}

.np-card h3 a,
.np-service-card h3 a,
.np-blog-card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.np-card p,
.np-service-card p,
.np-blog-card p,
.np-testimonial-card p {
    margin: 12px 0 0;
    color: var(--np-muted);
    font-size: 14px;
    line-height: 1.7;
}

.np-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}

.np-card-foot strong {
    color: var(--np-ink);
    font-size: 17px;
    font-weight: 950;
}

.np-card-foot a,
.np-read-more {
    color: var(--np-ink) !important;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none !important;
}

.np-about-section,
.np-blog-section,
.np-faq-section {
    background:
        radial-gradient(circle at 8% 8%, rgba(255, 186, 34, .12), transparent 27%),
        linear-gradient(180deg, var(--np-about-bg, #f8fafc) 0%, #fff 100%);
}

.np-about-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 44px;
    align-items: center;
}

.np-about-copy h2 {
    color: var(--np-about-title, var(--np-ink));
}

.np-about-copy p {
    color: var(--np-about-text, var(--np-muted));
}

.np-about-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0;
}

.np-about-feature-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: start;
    padding: 15px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--np-line);
    color: var(--np-ink);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .05);
}

.np-about-feature-card span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-row: span 2;
    border-radius: 14px;
    background: rgba(255, 186, 34, .14);
    color: var(--np-about-feature, var(--np-about-accent, var(--np-orange)));
}

.np-about-feature-card strong {
    color: var(--np-ink);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.25;
}

.np-about-feature-card small {
    color: var(--np-muted);
    font-size: 12px;
    line-height: 1.55;
}

.np-about-btn {
    background: var(--np-about-button, var(--np-ink));
    color: #fff !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .16);
}

.np-about-section--image-left .np-about-copy {
    order: 2;
}

.np-about-section--image-left .np-about-media {
    order: 1;
}

.np-about-media {
    position: relative;
}

.np-about-media img {
    width: 100%;
    min-height: 360px;
    display: block;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: var(--np-shadow);
    background: #fff;
}

.np-about-metric {
    position: absolute;
    left: -24px;
    bottom: 28px;
    width: 172px;
    padding: 18px;
    border-radius: 24px;
    background: var(--np-ink);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .22);
}

.np-about-metric strong {
    display: block;
    color: var(--np-yellow);
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.np-about-metric span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.35;
}

.np-counter-band {
    padding: 52px 0;
    background: var(--np-navy);
}

.np-counter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.np-counter-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    text-align: center;
}

.np-counter-card i {
    color: var(--np-yellow);
    font-size: 24px;
}

.np-counter-card strong {
    display: block;
    margin-top: 12px;
    font-size: 36px;
    line-height: 1;
    font-weight: 950;
}

.np-counter-card span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 850;
}

.np-service-card {
    position: relative;
    padding: 28px;
    transition: transform .22s ease, border-color .22s ease;
}

.np-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 186, 34, .55);
}

.np-service-card h3 {
    margin-top: 20px;
}

.np-service-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--np-ink) !important;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none !important;
}

.np-project-section {
    background: var(--np-navy);
}

.np-project-section .np-section-head h2,
.np-project-section .np-section-head p {
    color: #fff;
}

.np-project-section .np-section-head p {
    color: rgba(255, 255, 255, .72);
}

.np-project-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.np-project-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: 30px;
    background: #111827;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .2);
}

.np-project-card img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    display: block;
    object-fit: cover;
    opacity: .86;
    transition: transform .3s ease, opacity .3s ease;
}

.np-project-card:hover img {
    transform: scale(1.055);
    opacity: .68;
}

.np-project-card a {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 26px;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(180deg, transparent 20%, rgba(2, 6, 23, .88) 100%);
}

.np-project-card span {
    color: var(--np-yellow);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.np-project-card p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    line-height: 1.55;
}

.np-middle-slider {
    background: #f8fafc;
    overflow: hidden;
    padding: 54px 0;
}

.np-middle-slider__shell {
    width: min(100% - 32px, 1320px);
    max-width: 1320px;
    margin: 0 auto;
}

.np-middle-carousel {
    position: relative;
}

.np-middle-carousel__controls {
    position: absolute;
    right: 28px;
    top: 28px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
}

.np-middle-carousel__controls button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.np-middle-carousel__controls button:hover {
    background: var(--np-yellow);
    color: var(--np-ink);
    transform: translateY(-2px);
}

.np-middle-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0;
}

.np-middle-track::-webkit-scrollbar {
    display: none;
}

.np-middle-card {
    position: relative;
    min-height: clamp(440px, 34vw, 560px);
    display: grid;
    grid-template-columns: minmax(340px, .92fr) minmax(360px, 1.08fr);
    align-items: stretch;
    scroll-snap-align: start;
    padding: 0;
    border: 0;
    border-radius: 34px;
    overflow: hidden;
    background: var(--np-middle-bg, #0f172a);
    color: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
    transition: transform .2s ease, box-shadow .2s ease;
}

.np-middle-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 32px 84px rgba(15, 23, 42, .16);
}

.np-middle-card__media {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(30px, 4vw, 64px);
    background: transparent;
}

.np-middle-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
}

.np-middle-card__media::before {
    content: "";
    position: absolute;
    width: min(38vw, 520px);
    aspect-ratio: 1;
    right: -6%;
    bottom: -22%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    filter: blur(1px);
    pointer-events: none;
}

.np-middle-card__media img {
    position: relative;
    z-index: 2;
    width: min(42vw, 560px);
    max-width: 100%;
    min-height: 0;
    height: auto;
    max-height: 430px;
    display: block;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 30px 42px rgba(0, 0, 0, .26));
    transform: translateY(8px);
}

.np-middle-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(38px, 5vw, 72px);
    background: transparent;
}

.np-middle-card .np-badge {
    background: rgba(255, 186, 34, .16);
    color: var(--np-yellow);
    border-color: rgba(255, 186, 34, .28);
}

.np-middle-card h2 {
    margin: 16px 0 0;
    max-width: 620px;
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -.05em;
}

.np-middle-card p {
    max-width: 560px;
    margin: 14px 0 22px;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.68;
}

.np-middle-card .np-btn {
    margin-top: auto;
    background: var(--np-middle-button-bg, var(--np-yellow)) !important;
    color: var(--np-middle-button-text, var(--np-ink)) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
    border-color: transparent !important;
}

.np-middle-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    padding: 14px 0 18px;
    background: #fff;
}

.np-middle-dots button {
    width: 28px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, .18);
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.np-middle-dots button.is-active {
    width: 42px;
    background: var(--np-yellow);
}

.np-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-pricing-card {
    position: relative;
    padding: 30px;
    text-align: center;
}

.np-pricing-card.is-featured {
    background: var(--np-ink);
    color: #fff;
    transform: translateY(-8px);
}

.np-pricing-card.is-featured h3,
.np-pricing-card.is-featured strong {
    color: #fff;
}

.np-pricing-card > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: rgba(255, 186, 34, .16);
    color: var(--np-orange);
    font-size: 23px;
}

.np-pricing-card h3 {
    margin-top: 18px;
}

.np-pricing-card strong {
    display: block;
    margin-top: 16px;
    color: var(--np-ink);
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.np-pricing-card span:not(.np-pricing-ribbon) {
    display: block;
    margin: 8px 0 22px;
    color: var(--np-muted);
    font-size: 13px;
}

.np-pricing-card.is-featured span:not(.np-pricing-ribbon) {
    color: rgba(255, 255, 255, .72);
}

.np-pricing-features {
    display: grid;
    gap: 9px;
    margin: 18px 0 24px;
    padding: 0;
    list-style: none;
    color: var(--np-muted);
    font-size: 13px;
    line-height: 1.45;
}

.np-pricing-features li::before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 8px;
    color: var(--np-orange);
}

.np-pricing-card.is-featured .np-pricing-features {
    color: rgba(255, 255, 255, .72);
}

.np-pricing-ribbon {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--np-yellow);
    color: var(--np-ink);
    font-size: 11px;
    font-weight: 950;
}

.np-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-testimonial-card {
    padding: 26px;
}

.np-testimonial-stars {
    color: var(--np-yellow);
    letter-spacing: 2px;
}

.np-testimonial-person {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 22px;
}

.np-testimonial-person > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--np-ink);
    color: var(--np-yellow);
    font-weight: 950;
}

.np-testimonial-person > img {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    object-fit: cover;
    background: #f8fafc;
}

.np-testimonial-person strong,
.np-testimonial-person small {
    display: block;
}

.np-team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.np-team-card {
    transition: transform .22s ease, border-color .22s ease;
}

.np-team-card:hover,
.np-feature-modern-card:hover,
.np-video-card:hover,
.np-certificate-card:hover,
.np-branch-card:hover,
.np-area-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 186, 34, .55);
}

.np-team-card > img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    background: #f3f4f6;
}

.np-team-card > div {
    padding: 22px;
}

.np-team-card h3,
.np-feature-modern-card h3,
.np-video-card h3,
.np-certificate-card h3,
.np-branch-card h3,
.np-area-card h3 {
    margin: 0;
    color: var(--np-ink);
    font-size: 19px;
    line-height: 1.25;
    font-weight: 950;
    letter-spacing: -.02em;
}

.np-team-card h3 a,
.np-video-card h3 a,
.np-branch-card h3 a,
.np-area-card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.np-team-card span {
    display: block;
    margin-top: 7px;
    color: var(--np-orange);
    font-size: 13px;
    font-weight: 900;
}

.np-team-card p,
.np-video-card p,
.np-branch-card p,
.np-area-card p,
.np-feature-modern-card p {
    margin: 12px 0 0;
    color: var(--np-muted);
    font-size: 13px;
    line-height: 1.65;
}

.np-team-card p a {
    display: block;
    color: var(--np-muted) !important;
    text-decoration: none !important;
    word-break: break-word;
}

.np-team-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.np-team-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #f8fafc;
    color: var(--np-ink) !important;
    text-decoration: none !important;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.np-team-socials a:hover {
    background: var(--np-yellow);
    color: var(--np-ink) !important;
    transform: translateY(-2px);
}

.np-feature-modern-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-feature-modern-card {
    padding: 28px;
    transition: transform .22s ease, border-color .22s ease;
}

.np-feature-modern-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 20px;
    background: var(--np-ink);
    color: var(--np-yellow);
    font-size: 22px;
}

.np-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.np-gallery-card,
.np-area-card > a,
.np-video-card > a {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
    background: #111827;
}

.np-gallery-card {
    min-height: 250px;
    border-radius: 28px;
    box-shadow: var(--np-shadow);
}

.np-gallery-card img,
.np-video-card img,
.np-area-card img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: block;
    object-fit: cover;
    transition: transform .28s ease, opacity .28s ease;
}

.np-gallery-card:hover img,
.np-video-card:hover img,
.np-area-card:hover img {
    transform: scale(1.055);
    opacity: .76;
}

.np-gallery-card span {
    position: absolute;
    inset: auto 18px 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--np-ink);
    font-size: 13px;
    font-weight: 950;
}

.np-video-card > a {
    height: 240px;
    border-radius: 28px 28px 0 0;
}

.np-video-card > a span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: var(--np-yellow);
    color: var(--np-ink);
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 44px rgba(245, 158, 11, .32);
}

.np-video-card > div,
.np-branch-card > div,
.np-area-card {
    padding: 22px;
}

.np-certificate-card {
    padding: 18px;
    text-align: center;
}

.np-certificate-card img {
    width: 100%;
    min-height: 190px;
    max-height: 230px;
    display: block;
    object-fit: contain;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
}

.np-certificate-card h3 {
    margin-top: 16px;
}

.np-skill-card {
    padding: 24px;
}

.np-skill-card > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.np-skill-card strong {
    color: var(--np-orange);
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
}

.np-skill-card > span {
    display: block;
    height: 10px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5e7eb;
}

.np-skill-card > span i {
    display: block;
    width: var(--np-skill-ratio, 0%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--np-yellow), var(--np-orange));
}

.np-branch-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform .22s ease, border-color .22s ease;
}

.np-branch-card > img {
    width: 100%;
    height: 180px;
    min-height: 0;
    object-fit: cover;
    background: #f8fafc;
}

.np-branch-card > div {
    flex: 1;
    padding: 22px;
}

.np-branch-card::before {
    content: "\f3c5";
    font-family: FontAwesome;
    position: absolute;
    top: 148px;
    left: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: var(--np-yellow);
    color: var(--np-ink);
    box-shadow: 0 14px 34px rgba(245, 158, 11, .28);
}

.np-branch-links {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.np-branch-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--np-ink) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
    word-break: break-word;
}

.np-area-card {
    transition: transform .22s ease, border-color .22s ease;
}

.np-area-card > a {
    height: 220px;
    margin: -22px -22px 20px;
    border-radius: 28px 28px 0 0;
}

.np-area-card > a span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--np-ink);
    font-size: 12px;
    font-weight: 950;
}

.np-newsletter {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 46px) 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 186, 34, .22), transparent 30%),
        linear-gradient(135deg, rgba(2, 6, 23, .22), rgba(15, 23, 42, .08)),
        var(--np-newsletter-bg, #0b1220);
    background-size: cover;
    background-position: center;
    isolation: isolate;
}

.np-newsletter--image {
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 186, 34, .25), transparent 30%),
        linear-gradient(135deg, rgba(2, 6, 23, .88), rgba(15, 23, 42, .66)),
        var(--np-newsletter-image, none),
        var(--np-newsletter-bg, #0b1220);
    background-size: cover;
    background-position: center;
}

.np-newsletter--boxed {
    width: min(1180px, calc(100% - 32px));
    margin: 44px auto;
    border-radius: 30px;
}

.np-newsletter-orb {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(2px);
    opacity: .78;
}

.np-newsletter-orb--one {
    width: 240px;
    height: 240px;
    right: -80px;
    top: -90px;
    background: rgba(255, 186, 34, .22);
}

.np-newsletter-orb--two {
    width: 180px;
    height: 180px;
    left: 7%;
    bottom: -105px;
    background: rgba(59, 130, 246, .16);
}

.np-newsletter-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(460px, 1.22fr);
    gap: clamp(20px, 4vw, 46px);
    align-items: center;
    max-width: 1180px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: var(--np-newsletter-text, #fff);
    backdrop-filter: none;
}

.np-newsletter-copy {
    max-width: 430px;
}

.np-newsletter-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: var(--np-newsletter-title, #fff);
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.np-newsletter-eyebrow i {
    color: var(--np-newsletter-button, var(--np-yellow));
}

.np-newsletter h2 {
    margin: 10px 0 0;
    max-width: 420px;
    color: var(--np-newsletter-title, var(--np-newsletter-text, #fff));
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.05em;
}

.np-newsletter p {
    max-width: 570px;
    margin: 18px 0 0;
    color: var(--np-newsletter-desc, var(--np-newsletter-text, #fff));
    font-size: 17px;
    line-height: 1.7;
}

.np-newsletter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.np-newsletter-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: var(--np-newsletter-text, #fff);
    font-size: 13px;
    font-weight: 850;
    backdrop-filter: blur(12px);
}

.np-newsletter-pills i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--np-newsletter-button, var(--np-yellow));
    color: var(--np-newsletter-button-text, var(--np-ink));
    font-size: 10px;
}

.np-newsletter-form {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(190px, .72fr) minmax(320px, 1.28fr);
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .94));
    color: var(--np-ink);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .26);
    backdrop-filter: blur(18px);
}

.np-newsletter-form__head {
    display: block;
}

.np-newsletter-form__head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: var(--np-newsletter-button, var(--np-yellow));
    color: var(--np-newsletter-button-text, var(--np-ink));
    box-shadow: 0 18px 34px rgba(245, 158, 11, .22);
}

.np-newsletter-form__head strong {
    display: block;
    color: var(--np-ink);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -.03em;
}

.np-newsletter-form__head small {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 750;
}

.np-newsletter-form__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 6px;
    border: 1px solid #e5e7eb;
    border-radius: 17px;
    background: #fff;
}

.np-newsletter-form input,
.np-newsletter-form button {
    min-height: 44px;
    border-radius: 13px;
    font-size: 14px;
}

.np-newsletter-form input {
    width: 100%;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: var(--np-newsletter-input-text, var(--np-ink));
    outline: none;
}

.np-newsletter-form button {
    padding: 0 18px;
    background: var(--np-newsletter-button, var(--np-yellow));
    color: var(--np-newsletter-button-text, var(--np-ink));
    font-weight: 950;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 14px 28px rgba(245, 158, 11, .2);
}

.np-newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(245, 158, 11, .28);
}

.np-newsletter-note {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.np-newsletter-note i {
    color: #16a34a;
}

.np-newsletter-kvkk {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
}

.np-newsletter-kvkk input {
    width: 16px;
    min-height: 16px;
    margin-top: 2px;
    border-radius: 5px;
}

.np-newsletter--center .np-newsletter-copy {
    text-align: center;
    margin: 0 auto;
}

.np-newsletter--center .np-newsletter-copy p {
    margin-left: auto;
    margin-right: auto;
}

.np-newsletter--center .np-newsletter-pills {
    justify-content: center;
}

.np-newsletter--center .np-newsletter-form {
    margin: 0 auto;
}

.np-newsletter--right .np-newsletter-copy {
    text-align: right;
    margin-left: auto;
}

.np-newsletter--right .np-newsletter-copy p {
    margin-left: auto;
}

.np-newsletter--right .np-newsletter-eyebrow {
    margin-left: auto;
}

.np-newsletter--right .np-newsletter-pills {
    justify-content: flex-end;
}

.np-newsletter--right .np-newsletter-form {
    margin-left: auto;
}

.np-newsletter-message {
    grid-column: 1 / -1;
    padding: 11px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 800;
}

.np-newsletter-message--success {
    background: rgba(34, 197, 94, .12);
    color: #15803d;
}

.np-newsletter-message--error {
    background: rgba(239, 68, 68, .12);
    color: #b91c1c;
}


.np-testimonial-person strong {
    color: var(--np-ink);
    font-weight: 950;
}

.np-testimonial-person small {
    color: var(--np-muted);
    margin-top: 2px;
}

.np-faq-wrap {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.np-faq-copy {
    position: sticky;
    top: 24px;
}

.np-faq-copy .np-btn {
    margin-top: 22px;
}

.np-faq-list {
    display: grid;
    gap: 12px;
}

.np-faq-list details {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--np-line);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}

.np-faq-list summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 22px;
    color: var(--np-ink);
    font-size: 16px;
    font-weight: 950;
}

.np-faq-list summary::-webkit-details-marker {
    display: none;
}

.np-faq-list details p {
    margin: 0;
    padding: 0 22px 20px;
    color: var(--np-muted);
    font-size: 14px;
    line-height: 1.75;
}

.np-brand-section {
    padding-top: 46px;
    padding-bottom: 46px;
}

.np-logo-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.np-logo-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 50px) / 6);
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: none;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 2px 0 14px;
}

.np-logo-track::-webkit-scrollbar {
    display: none;
}

.np-logo-carousel__controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.np-logo-carousel__controls button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--np-ink);
    color: #fff;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.np-logo-carousel__controls button:hover {
    transform: translateY(-2px);
    background: var(--np-yellow);
    color: var(--np-ink);
}

.np-brand-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    scroll-snap-align: none;
    text-decoration: none !important;
}

.np-brand-card img {
    width: 100%;
    height: 78px;
    object-fit: contain;
    filter: grayscale(.08);
    opacity: .9;
    transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.np-brand-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.03);
}

.np-brand-section--compact .np-section-head {
    margin-bottom: 16px;
}

.np-brand-section--compact .np-section-head h2 {
    margin: 10px 0 0;
    font-size: clamp(30px, 3.4vw, 48px);
    letter-spacing: -.045em;
    text-transform: none;
}

.np-cta {
    padding-bottom: 86px;
}

.np-cta-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: clamp(28px, 4vw, 46px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 4%, rgba(255, 186, 34, .22), transparent 30%),
        linear-gradient(135deg, #0b1220, #1f2937);
    color: #fff;
    box-shadow: 0 34px 90px rgba(15, 23, 42, .18);
}

.np-cta h2 {
    color: #fff;
}

.np-cta p {
    color: rgba(255, 255, 255, .72);
}

.np-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 12px;
}

@media (max-width: 1100px) {
    .np-hero-slider--normal {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 0;
    }

    .np-hero-slider__track,
    .np-hero-slide__content,
    .np-hero-slider--full .np-hero-slider__track,
    .np-hero-slider--full .np-hero-slide__content {
        height: 520px;
        min-height: 0;
    }

    .np-hero-slide__content h1 {
        max-width: 680px;
    }

    .np-slider--normal {
        width: min(100% - 24px, 1180px);
        border-radius: 30px;
    }

    .np-slider__viewport,
    .np-slider__content,
    .np-slider--full .np-slider__viewport,
    .np-slider--full .np-slider__content {
        min-height: 640px;
    }

    .np-slider__content h1 {
        max-width: 680px;
    }

    .np-hero-shell,
    .np-about-wrap,
    .np-faq-wrap,
    .np-cta-shell,
    .np-newsletter-shell {
        grid-template-columns: 1fr;
    }

    .np-newsletter-shell {
        max-width: 760px;
    }

    .np-newsletter-copy,
    .np-newsletter h2 {
        max-width: 620px;
    }

    .np-newsletter-form {
        grid-template-columns: 1fr;
    }

    .np-newsletter-form__row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .np-middle-track {
        grid-auto-columns: 100%;
    }

    .np-middle-card {
        min-height: 460px;
        grid-template-columns: minmax(320px, .95fr) minmax(360px, 1.05fr);
    }

    .np-middle-card__body {
        padding-left: 28px;
    }

    .np-middle-card__media {
        padding-right: 28px;
    }

    .np-hero-shell {
        min-height: auto;
    }

    .np-hero-visual {
        min-height: 360px;
    }

    .np-hero-image-card {
        inset: 0;
        width: 100%;
    }

    .np-hero-image-card img {
        min-height: 360px;
    }

    .np-feature-grid,
    .np-product-grid,
    .np-category-grid,
    .np-card-grid,
    .np-service-grid,
    .np-project-grid,
    .np-blog-grid,
    .np-testimonial-grid,
    .np-pricing-grid,
    .np-team-grid,
    .np-feature-modern-grid,
    .np-gallery-grid,
    .np-video-grid,
    .np-certificate-grid,
    .np-skill-grid,
    .np-branch-grid,
    .np-area-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .np-logo-track {
        grid-auto-columns: calc((100% - 42px) / 4);
    }

    .np-faq-copy {
        position: static;
    }

    .np-cta-actions {
        justify-content: start;
    }
}

@media (max-width: 760px) {
    .np-home-container {
        width: min(100% - 22px, 1180px);
    }

    .np-hero-slider--normal {
        margin: 0;
        border-radius: 0;
    }

    .np-hero-slider__track,
    .np-hero-slide__content,
    .np-hero-slider--full .np-hero-slider__track,
    .np-hero-slider--full .np-hero-slide__content {
        height: 440px;
        min-height: 0;
    }

    .np-hero-slide__content {
        align-items: flex-start;
        justify-content: flex-end;
        padding: 44px 0 74px;
        text-align: left;
    }

    .np-hero-slide__content--right,
    .np-hero-slide__content--center,
    .np-hero-slide__content--left {
        align-items: flex-start;
        text-align: left;
    }

    .np-hero-slide__content h1 {
        max-width: 100%;
        font-size: clamp(34px, 10vw, 48px);
    }

    .np-hero-slide__content p {
        max-width: 100%;
        font-size: 15px;
    }

    .np-hero-slide__actions,
    .np-trigger__inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .np-hero-slider__nav {
        right: 14px;
        top: auto;
        bottom: 22px;
        transform: none;
    }

    .np-hero-slider__nav button {
        width: 42px;
        height: 42px;
        border-radius: 15px;
    }

    .np-hero-slider__dots {
        left: 18px;
        bottom: 28px;
        transform: none;
    }

    .np-middle-track {
        grid-auto-columns: 100%;
    }

    .np-middle-carousel__controls {
        justify-content: flex-start;
        right: 18px;
        top: 18px;
    }

    .np-middle-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .np-middle-card__body {
        min-height: 310px;
        padding: 78px 22px 30px;
    }

    .np-middle-card__media {
        min-height: 260px;
        padding: 20px 18px 32px;
    }

    .np-middle-card__media::before {
        width: 320px;
        right: -80px;
        bottom: -130px;
    }

    .np-middle-card__media img {
        width: min(92vw, 440px);
        max-height: 300px;
    }

    .np-slider--normal {
        margin-top: 24px;
        border-radius: 24px;
    }

    .np-slider__viewport,
    .np-slider__content,
    .np-slider--full .np-slider__viewport,
    .np-slider--full .np-slider__content {
        min-height: 560px;
    }

    .np-slider__content {
        padding: 58px 0 84px;
        justify-content: flex-end;
    }

    .np-slider__content--right,
    .np-slider__content--center {
        align-items: flex-start;
        text-align: left;
    }

    .np-slider__content h1 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .np-slider__content p {
        font-size: 15px;
    }

    .np-slider__actions,
    .np-trigger__inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .np-slider__nav {
        right: 14px;
        top: auto;
        bottom: 22px;
        transform: none;
    }

    .np-slider__nav button {
        width: 42px;
        height: 42px;
        border-radius: 15px;
    }

    .np-slider__dots {
        left: 18px;
        bottom: 36px;
        transform: none;
    }

    .np-trigger__inner {
        align-items: start;
    }

    .np-trigger__inner p {
        letter-spacing: .08em;
        line-height: 1.45;
    }

    .np-section {
        padding: 50px 0;
    }

    .np-hero {
        padding-top: 28px;
    }

    .np-hero-shell {
        padding: 24px;
        border-radius: 26px;
    }

    .np-hero-slide h1 {
        font-size: clamp(36px, 12vw, 48px);
    }

    .np-hero-slide p {
        font-size: 15px;
    }

    .np-hero-slides {
        min-height: 360px;
    }

    .np-hero-visual {
        display: none;
    }

    .np-hero-actions,
    .np-cta-actions,
    .np-section-head-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .np-btn {
        width: 100%;
    }

    .np-feature-grid,
    .np-product-grid,
    .np-category-grid,
    .np-card-grid,
    .np-service-grid,
    .np-project-grid,
    .np-blog-grid,
    .np-testimonial-grid,
    .np-pricing-grid,
    .np-counter-grid,
    .np-brand-grid,
    .np-team-grid,
    .np-feature-modern-grid,
    .np-gallery-grid,
    .np-video-grid,
    .np-certificate-grid,
    .np-skill-grid,
    .np-branch-grid,
    .np-area-grid,
    .np-newsletter-form {
        grid-template-columns: 1fr;
    }

    .np-middle-card {
        min-height: auto;
        padding: 0;
    }

    .np-middle-card__media img {
        height: auto;
        max-height: 260px;
    }

    .np-branch-card {
        grid-template-columns: 1fr;
    }

    .np-branch-card > img {
        min-height: 230px;
    }

    .np-newsletter-shell {
        padding: 22px;
    }

    .np-section-head,
    .np-section-head-row {
        text-align: left;
    }

    .np-about-media img {
        min-height: 260px;
    }

    .np-about-metric {
        left: 16px;
        bottom: 16px;
    }

    .np-card-image {
        height: 220px;
    }

    .np-category-card {
        min-height: 160px;
    }

    .np-logo-track {
        grid-auto-columns: calc((100% - 14px) / 2);
    }

    .np-newsletter-form__row,
    .np-about-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .np-home .np-hero-slider .np-hero-slide__content h1 {
        font-size: clamp(32px, 10vw, 48px);
        line-height: 1;
    }

    .np-home .np-hero-slider .np-hero-slide__content p {
        font-size: 15px;
        line-height: 1.65;
    }
}

/* ==========================================================
   SMT Metal mobil anasayfa düzeltmeleri - 2026-06
   Amaç: iPhone/Android'de hero video/görsel, başlık ve buton
   taşmalarını düzeltmek. Masaüstü tasarımı etkilemez.
   ========================================================== */
@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .np-hero-slider,
    .np-home .np-hero-slider,
    .np-hero-slider--normal,
    .np-hero-slider--full {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
        overflow: hidden !important;
    }

    .np-hero-slider__track,
    .np-home .np-hero-slider__track,
    .np-hero-slider--full .np-hero-slider__track {
        height: auto !important;
        min-height: 560px !important;
        max-height: none !important;
        overflow: hidden !important;
    }

    .np-hero-slider .np-hero-slide,
    .np-home .np-hero-slider .np-hero-slide {
        min-height: 560px !important;
        transform: none !important;
    }

    .np-hero-slide__media,
    .np-hero-slide__media picture,
    .np-hero-slide__image,
    .np-hero-slide__video,
    .np-home .np-hero-slider .np-hero-slide__media,
    .np-home .np-hero-slider .np-hero-slide__media picture,
    .np-home .np-hero-slider .np-hero-slide__image,
    .np-home .np-hero-slider .np-hero-slide__video {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 560px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .np-hero-slide__overlay {
        background:
            linear-gradient(180deg, rgba(3, 7, 18, .55) 0%, rgba(3, 7, 18, .72) 48%, rgba(3, 7, 18, .88) 100%) !important;
    }

    .np-hero-slide__content,
    .np-home .np-hero-slider .np-hero-slide__content,
    .np-hero-slider--full .np-hero-slide__content {
        width: calc(100% - 32px) !important;
        height: auto !important;
        min-height: 560px !important;
        padding: 78px 0 112px !important;
        justify-content: center !important;
        align-items: flex-start !important;
        text-align: left !important;
        box-sizing: border-box !important;
    }

    .np-hero-slide__content .np-badge,
    .np-home .np-hero-slider .np-hero-slide__content .np-badge {
        max-width: 100% !important;
        margin-bottom: 12px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
    }

    .np-hero-slide__content h1,
    .np-home .np-hero-slider .np-hero-slide__content h1 {
        max-width: 100% !important;
        margin-top: 10px !important;
        font-size: clamp(30px, 8.8vw, 42px) !important;
        line-height: 1.12 !important;
        letter-spacing: -0.035em !important;
        overflow: visible !important;
        display: block !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: unset !important;
        text-wrap: balance;
    }

    .np-hero-slide__content p,
    .np-home .np-hero-slider .np-hero-slide__content p {
        max-width: 100% !important;
        margin-top: 16px !important;
        font-size: 15px !important;
        line-height: 1.65 !important;
        color: rgba(255, 255, 255, .86) !important;
    }

    .np-hero-slide__actions,
    .np-home .np-hero-slider .np-hero-slide__actions {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-top: 24px !important;
    }

    .np-hero-slide__actions .np-btn,
    .np-home .np-hero-slider .np-hero-slide__actions .np-btn {
        width: 100% !important;
        min-height: 54px !important;
        justify-content: center !important;
        border-radius: 999px !important;
        font-size: 15px !important;
    }

    .np-hero-slider__nav {
        display: none !important;
    }

    .np-hero-slider__dots,
    .np-home .np-hero-slider__dots {
        left: 50% !important;
        right: auto !important;
        bottom: 22px !important;
        transform: translateX(-50%) !important;
    }

    .np-section:first-of-type {
        padding-top: 44px !important;
    }
}

@media (max-width: 420px) {
    .np-hero-slider__track,
    .np-home .np-hero-slider__track,
    .np-hero-slider .np-hero-slide,
    .np-home .np-hero-slider .np-hero-slide,
    .np-hero-slide__media,
    .np-hero-slide__media picture,
    .np-hero-slide__image,
    .np-hero-slide__video,
    .np-hero-slide__content,
    .np-home .np-hero-slider .np-hero-slide__content {
        min-height: 600px !important;
    }

    .np-hero-slide__content,
    .np-home .np-hero-slider .np-hero-slide__content {
        padding-top: 70px !important;
        padding-bottom: 124px !important;
    }
}

/* SMT METAL - hero video visibility hotfix */
.np-hero-slide__media,
.np-slider__media {
    background: #070b14;
    z-index: 0;
}

.np-hero-slide__video,
.np-slider__video,
video.np-hero-slide__video,
video.np-slider__video {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    z-index: 0 !important;
    background: #070b14 !important;
}

.np-hero-slide__image,
.np-slider__image {
    z-index: 0 !important;
}

.np-hero-slide__overlay,
.np-slider__overlay {
    z-index: 1 !important;
    pointer-events: none !important;
}

.np-hero-slide__content,
.np-slider__content {
    z-index: 2 !important;
}

@media (max-width: 767px) {
    .np-hero-slide__video,
    .np-slider__video,
    video.np-hero-slide__video,
    video.np-slider__video {
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
    }
}
