/* Benz Grotesk — self-hosted (same-origin; no local() so we don’t flash a system match then fall back) */
@font-face {
    font-family: "Benz Grotesk";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/BenzGroteskHeavy.woff") format("woff");
}

@font-face {
    font-family: "Benz Grotesk";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/BenzGroteskHeavy.woff") format("woff");
}

@font-face {
    font-family: "Benz Grotesk";
    font-style: normal;
    font-weight: 850;
    font-display: swap;
    src: url("../fonts/BenzGroteskHeavy.woff") format("woff");
}

/* Agents for Security — landing (scoped) */
.landing-agents {
    --nt-ink: #1a1d24;
    --nt-muted: #6b7280;
    --nt-line: #e5e7eb;
    --nt-hero-bg: #000000;
    --nt-outline: rgba(8, 96, 248, 0.28);
    /* Theme primary from header-meta / theme options */
    --nt-accent: var(--color-1st, #0860f8);
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    color: var(--nt-ink);
    overflow-x: hidden;
    background-color: #f8f8f8;
}

.nt-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* ——— Hero: full-bleed Slick slider (3 slides) + right-hand copy / CTA ——— */
.nt-hero--slider {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #000000;
}

.nt-hero__slider-wrap {
    position: relative;
    height: clamp(420px, 52vw, 800px);
}

@media (min-width: 1200px) {
    .nt-hero__slider-wrap {
        height: min(76vh, 880px);
    }
}

/* Readability gradient over imagery */
.nt-hero__slider-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.05) 45%,
        rgba(0, 0, 0, 0.5) 100%
    );
    pointer-events: none;
}

.nt-hero__slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Before Slick loads, show first slide only */
.nt-hero__slider:not(.slick-initialized) .nt-hero__slide {
    display: none;
    height: 100%;
}

.nt-hero__slider:not(.slick-initialized) .nt-hero__slide:first-child {
    display: block;
}

.nt-hero__slider .slick-list,
.nt-hero__slider .slick-track {
    height: 100%;
}

.nt-hero__slider .slick-slide {
    height: 100%;
}

.nt-hero__slider .slick-slide > div {
    height: 100%;
}

.nt-hero__slide {
    height: 100%;
    min-height: 100%;
    background-color: #000000;
    background-image: var(--nt-hero-slide-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nt-hero__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: clamp(28px, 5vw, 56px) 0;
    pointer-events: none;
}

.nt-hero__content .nt-hero__panel {
    pointer-events: auto;
}

/* Slick root — arrows/dots position relative to hero */
.nt-hero__slider.slick-slider {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
}

/*
 * Martfury only loads slick.css (base), not slick-theme.css — default arrows show
 * “Previous/Next” text and dots use a missing font. Custom buttons + dot styles:
 */
.nt-hero__slider .nt-hero__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nt-hero__slider .nt-hero__arrow:hover {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.55);
}

.nt-hero__slider .nt-hero__arrow:focus-visible {
    outline: 2px solid var(--color-1st, #0860f8);
    outline-offset: 3px;
}

.nt-hero__slider .nt-hero__arrow--prev {
    left: 16px;
}

.nt-hero__slider .nt-hero__arrow--next {
    right: 16px;
}

.nt-hero__slider .nt-hero__arrow-svg {
    display: block;
    flex-shrink: 0;
}

.nt-hero__slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    width: 100%;
    margin: 0;
    padding: 0 16px 20px;
    list-style: none;
    line-height: 0;
}

.nt-hero__slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;
}

.nt-hero__slider .slick-dots li button {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.nt-hero__slider .slick-dots li button:hover,
.nt-hero__slider .slick-dots li button:focus {
    background: rgba(255, 255, 255, 0.85);
}

.nt-hero__slider .slick-dots li button:before,
.nt-hero__slider .slick-dots li button:after {
    display: none !important;
    content: none !important;
}

.nt-hero__slider .slick-dots li.slick-active button {
    background: var(--color-1st, #0860f8);
    transform: scale(1.25);
}

@media (max-width: 767px) {
    .nt-hero__slider .nt-hero__arrow--prev {
        left: 8px;
    }

    .nt-hero__slider .nt-hero__arrow--next {
        right: 8px;
    }

    .nt-hero__slider .slick-dots {
        padding-bottom: 14px;
    }
}

.nt-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    width: 100%;
}

@media (min-width: 768px) {
    .nt-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 400px);
        gap: 32px;
    }
}

.nt-hero__spacer {
    min-height: 0;
}

.nt-hero__panel {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: clamp(20px, 4vw, 28px) clamp(20px, 3vw, 28px);
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* Force white copy (Martfury / .landing-agents defaults use dark body color) */
.landing-agents .nt-hero__panel,
.landing-agents .nt-hero__panel .nt-hero__heading,
.landing-agents .nt-hero__panel .nt-hero__lead,
.landing-agents .nt-hero__panel .nt-hero__bullets,
.landing-agents .nt-hero__panel .nt-hero__bullets li {
    color: #ffffff;
}

.landing-agents .nt-hero__panel a.nt-btn--primary {
    color: #ffffff !important;
}

.nt-hero__heading {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    margin: 0 0 12px;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.nt-hero__lead {
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0 0 14px;
    color: #ffffff;
}

.nt-hero__bullets {
    margin: 0 0 20px;
    padding-left: 1.15rem;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #ffffff;
}

.nt-hero__bullets li {
    margin-bottom: 6px;
    color: #ffffff;
}

.nt-hero__bullets li::marker {
    color: #ffffff;
}

.nt-hero__bullets li:last-child {
    margin-bottom: 0;
}

.nt-hero__cta {
    width: 100%;
    text-align: center;
}

@media (min-width: 480px) {
    .nt-hero__cta {
        width: auto;
    }
}

/* ——— Buttons ——— */
.nt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.nt-btn--primary {
    background: var(--color-1st, #0860f8);
    color: #fff !important;
}

.nt-btn--primary:hover {
    background: var(--color-1st, #0860f8);
    filter: brightness(0.92);
    color: #fff !important;
}

.nt-btn--sm {
    padding: 8px 18px;
    font-size: 0.85rem;
}

/* ——— Trust bar: theme site-features (Linearicons) on #f8f8f8 ——— */
.landing-agents .nt-trust.ps-site-features {
    background-color: #f8f8f8;
    padding: 24px 0 8px;
}

/* No outer box border — only vertical dividers between items (see desktop rules below) */
.landing-agents .nt-trust .ps-block--site-features {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 16px 0;
    width: 100%;
}

/* Give the row more horizontal room than default 1200px container */
.landing-agents .nt-trust .nt-container {
    max-width: min(100%, 1420px);
    padding-left: clamp(16px, 3vw, 32px);
    padding-right: clamp(16px, 3vw, 32px);
}

@media (min-width: 1200px) {
    .landing-agents .nt-trust .ps-block--site-features {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 0;
    }

    /* Theme uses max-width:20% + heavy padding — columns get too narrow and text wraps */
    .landing-agents .nt-trust .ps-block__item {
        flex: 1 1 0 !important;
        flex-flow: row nowrap !important;
        align-items: center !important;
        min-width: 0;
        max-width: none !important;
        width: auto;
        padding: 12px clamp(12px, 1.5vw, 22px) !important;
        border-right: 1px solid #dadada;
        border-bottom: none;
        margin: 0;
    }

    .landing-agents .nt-trust .ps-block__item:first-child {
        padding-left: 0 !important;
    }

    .landing-agents .nt-trust .ps-block__item:last-child {
        padding-right: 0 !important;
        border-right: none;
    }

    /*
     * Theme @media (max-width: 1440px) sets flex-wrap on items, margin-bottom on .ps-block__left,
     * and width:100% on .ps-block__right — icon sits above text between ~1200–1440px.
     */
    .landing-agents .nt-trust .ps-block__left {
        width: auto !important;
        margin-bottom: 0 !important;
    }

    .landing-agents .nt-trust .ps-block__right {
        width: auto !important;
        padding-left: 14px !important;
        min-width: 0;
    }

    .landing-agents .nt-trust .ps-block__right h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.25;
        white-space: nowrap;
    }

    .landing-agents .nt-trust .ps-block__right p {
        font-size: 13px;
        line-height: 1.35;
        white-space: nowrap;
    }

    .landing-agents .nt-trust .ps-block__left i {
        font-size: 36px !important;
    }
}

.landing-agents .nt-trust .ps-block__left i {
    color: var(--color-1st, #0860f8) !important;
}

.landing-agents .nt-trust .ps-block__right h4 {
    font-weight: 700;
    color: var(--nt-ink);
}

.landing-agents .nt-trust .ps-block__right p {
    color: var(--nt-muted);
}

@media (max-width: 1199px) {
    .landing-agents .nt-trust .ps-block--site-features {
        flex-wrap: wrap;
        padding: 8px 0;
    }

    /*
     * Theme sets .ps-block__left { width: 100% } under 991px / 1440px — stacks icon above text.
     * Keep icon + copy inline like desktop.
     */
    .landing-agents .nt-trust .ps-block__item {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        max-width: none !important;
        flex: 1 1 100%;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dadada;
        padding: 14px 0 !important;
        text-align: left !important;
    }

    .landing-agents .nt-trust .ps-block__left {
        width: auto !important;
        flex-shrink: 0;
    }

    .landing-agents .nt-trust .ps-block__left i {
        font-size: 32px !important;
    }

    .landing-agents .nt-trust .ps-block__right {
        flex: 1 1 auto;
        min-width: 0;
        padding-left: 14px !important;
    }

    .landing-agents .nt-trust .ps-block__item:last-child {
        border-bottom: none;
    }

    .landing-agents .nt-trust .ps-block__right h4,
    .landing-agents .nt-trust .ps-block__right p {
        white-space: normal;
    }
}

/* ——— Featured products: white bar + 3 tiles (full-bleed bg image + overlay) ——— */
.nt-featured {
    padding: 32px 0 48px;
}

/* Wider than default .nt-container (1200px) so three tiles fit at ~544px each + gaps — no horizontal scroll */
.nt-featured .nt-container {
    max-width: 1720px;
}

.nt-featured__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    background: #ffffff;
    padding: 16px 20px;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.nt-featured__heading {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
}

.nt-featured__view-all {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--nt-muted);
    text-decoration: none;
}

.nt-featured__view-all:hover {
    color: var(--color-1st, #0860f8);
}

.nt-featured__grid {
    display: grid;
    grid-template-columns: min(544px, 100%);
    gap: 16px;
    justify-content: center;
    justify-items: stretch;
    min-width: 0;
    max-width: 100%;
}

@media (min-width: 992px) {
    /* Three equal columns — scales down on smaller desktops, no overflow scroll */
    .nt-featured__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}

/* Tablets / small laptops: wider tiles so promo copy fits (was 3 very narrow columns) */
@media (max-width: 1199px) and (min-width: 576px) {
    .nt-featured__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.nt-featured-card {
    width: 100%;
    min-width: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Design ratio 544∶251 — large desktop; taller ratios below so overlay text is not clipped */
.nt-featured-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 544 / 251;
    height: auto;
    box-sizing: border-box;
    background-color: #0f172a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .nt-featured-card__media {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 575px) {
    .nt-featured-card__media {
        aspect-ratio: 4 / 3;
    }
}

/* Placeholder full-bleed backgrounds until you set real images on each .nt-featured-card__media */
.nt-featured-card__media--ph.nt-featured-card__media--2 {
    background-image: linear-gradient(135deg, #1e1b4b 0%, #312e81 45%, #1e293b 100%);
}

.nt-featured-card__media--ph.nt-featured-card__media--3 {
    background-image: linear-gradient(135deg, #292524 0%, #44403c 45%, #1c1917 100%);
}

.nt-featured-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: clamp(14px, 3vw, 22px) clamp(12px, 2.5vw, 20px);
    text-align: left;
    min-width: 0;
    box-sizing: border-box;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.35) 50%,
        transparent 100%
    );
}

.nt-featured-card__title {
    margin: 0 0 0.4em;
    min-width: 0;
    max-width: 100%;
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: clamp(0.9375rem, 0.65rem + 1.1vw, 1.75rem);
    font-weight: 800;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
    overflow-wrap: anywhere;
    word-wrap: break-word;
}

.nt-featured-card__title + .nt-featured-card__title {
    margin-top: -0.04em;
}

.nt-featured-card__desc {
    margin: 0 0 clamp(12px, 2vw, 18px);
    min-width: 0;
    max-width: 100%;
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: clamp(0.8125rem, 0.74rem + 0.35vw, 1rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0;
    color: #ffffff;
    overflow-wrap: anywhere;
}

.nt-featured-card__btn {
    align-self: flex-start;
    border-radius: 5px;
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.nt-featured-card__btn.nt-btn--sm {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
}

.nt-featured-card--overlay-right .nt-featured-card__media {
    background-position: left center;
}

/* 2nd tile (SEAMLESS / SMART CONTROL): same padding as other tiles; stack right-aligned */
.nt-featured-card--overlay-right .nt-featured-card__overlay {
    align-items: flex-end;
    text-align: right;
}

.nt-featured-card--overlay-right .nt-featured-card__title,
.nt-featured-card--overlay-right .nt-featured-card__desc {
    align-self: flex-end;
    width: 100%;
}

.nt-featured-card--overlay-right .nt-featured-card__desc {
    margin-left: 0;
    max-width: 100%;
}

.nt-featured-card--overlay-right .nt-featured-card__btn {
    align-self: flex-end;
}

@media (max-width: 991px) {
    .nt-featured-card__overlay {
        padding: 12px 14px 14px;
    }
}

@media (max-width: 575px) {
    .nt-featured-card__overlay {
        padding: 10px 12px 12px;
    }

    .nt-featured-card__desc {
        line-height: 1.35;
    }
}

/* ——— Exclusive: large outline heading + grid overlaps lower portion (mock) ——— */
.nt-exclusive {
    position: relative;
    padding: 48px 0 80px;
    background: #f8f8f8;
    overflow: visible;
}

.nt-exclusive__inner {
    position: relative;
    z-index: 0;
}

/* Hollow / outline only: fill must be transparent in WebKit (text-fill), not just color */
.landing-agents .nt-exclusive__heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 8px;
    text-align: center;
    font-family: "Benz Grotesk", var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: clamp(3.25rem, 13.5vw, 9rem);
    font-weight: 800;
    font-style: normal;
    font-synthesis: none;
    line-height: 0.88;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    background: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: clamp(1px, 0.14vw, 2px) var(--color-1st, #0860f8);
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.nt-exclusive__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    /* Sit over the bottom of the outline word */
    padding-top: clamp(3.25rem, 11vw, 9rem);
}

@media (min-width: 768px) {
    .nt-exclusive__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .nt-exclusive__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.nt-exclusive__grid--tabbed {
    padding-top: 8px;
}

/* Product card — category, title, image, then price | BUY NOW */
.nt-product-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: clamp(16px, 2.5vw, 22px);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.2s;
}

.nt-product-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}

.nt-product-card__cat {
    display: block;
    margin: 0 0 8px;
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.3;
    color: #9ca3af;
    text-transform: uppercase;
}

.nt-product-card__name {
    margin: 0 0 16px;
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000000;
}

.nt-product-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 18px;
    text-decoration: none;
    color: inherit;
}

.nt-product-card__img {
    display: block;
    width: 100%;
    max-height: 220px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.nt-product-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    max-height: 220px;
    background: #e8eaee;
    color: #9ca3af;
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: 0.8125rem;
}

.nt-product-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.nt-product-card__price {
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.2;
    color: #000000;
}

/* Buy Now: Work Sans SemiBold (spec) + ↗ underline */
.nt-product-card__buy {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
    min-height: 0;
    padding: 0 0 5px;
    margin: 0;
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0;
    leading-trim: none;
    text-transform: none;
    text-decoration: none;
    color: #0a0f1a !important;
    background: transparent !important;
    border: none;
    border-bottom: 3px solid currentColor;
    border-radius: 0;
    box-shadow: none;
    transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.nt-product-card__buy-arrow {
    flex-shrink: 0;
    display: block;
}

.nt-product-card__buy:hover {
    color: #000000 !important;
    background: transparent !important;
    border-bottom-color: currentColor;
    text-decoration: none;
    opacity: 0.92;
}

/* ——— Alarm banner (full-bleed bg image + left copy) ——— */
.nt-alarm {
    --nt-alarm-navy: #001d3d;
    position: relative;
    padding: clamp(48px, 7vw, 88px) 0;
    overflow: hidden;
    background-color: var(--nt-alarm-navy);
    background-image: var(--nt-alarm-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: clamp(360px, 48vw, 620px);
}

/* Lighten left edge on small screens so type stays readable when crop shifts */
.nt-alarm::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 29, 61, 0.45) 0%,
        rgba(0, 29, 61, 0.12) 45%,
        transparent 72%
    );
    pointer-events: none;
}

@media (max-width: 991px) {
    .nt-alarm::before {
        background: rgba(0, 29, 61, 0.55);
    }
}

.nt-alarm__inner {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.nt-alarm__copy {
    max-width: min(40rem, 100%);
}

@media (min-width: 992px) {
    .nt-alarm__copy {
        max-width: min(36rem, 52vw);
    }
}

/* Wireless Home — Work Sans Regular */
.nt-alarm__eyebrow {
    margin: 0 0 16px;
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: clamp(1.125rem, 3.5vw, 30px);
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffff;
}

/* Alarm system — same Benz Grotesk stack as .nt-exclusive__heading (weight 800 matches @font-face) */
.landing-agents .nt-alarm__title {
    margin: 0 0 24px;
    font-family: "Benz Grotesk", var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: clamp(2.75rem, 12vw, 130px);
    font-weight: 800;
    font-style: normal;
    font-synthesis: none;
    line-height: clamp(2.5rem, 11vw, 120px);
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .landing-agents .nt-alarm__title {
        font-size: 130px;
        line-height: 120px;
    }
}

/* Spans need explicit font (Martfury * { font-family: var(--primary-font) } overrides inheritance from h2) */
.landing-agents .nt-alarm__title .nt-alarm__title-line {
    display: block;
    font-family: "Benz Grotesk", var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-weight: 800;
    font-style: normal;
    font-synthesis: none;
}

/* Body copy before CTA — Work Sans */
.nt-alarm__desc {
    margin: 0 0 28px;
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.95);
    max-width: 36rem;
}

@media (max-width: 575px) {
    .nt-alarm__desc {
        font-size: clamp(1rem, 4vw, 20px);
        line-height: 1.4;
    }
}

.nt-alarm__cta.nt-btn {
    font-family: var(--primary-font, "Work Sans", system-ui, sans-serif);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    padding: 12px 28px;
    border-radius: 5px;
}

/* ——— Tabbed — same outline typography as .nt-exclusive__heading ——— */
.nt-tabbed {
    position: relative;
    padding: 64px 0 80px;
    background: #f0f0f0;
}

.nt-tabbed .nt-container {
    position: relative;
    z-index: 1;
}

.nt-tabbed__head {
    position: relative;
    margin-bottom: 28px;
}

/* Tabbed block: heading in normal flow above the bar (not absolute / not behind tabs) */
.landing-agents .nt-exclusive__heading.nt-exclusive__heading--tabbed {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    z-index: 2;
    margin: 0 auto 20px;
    pointer-events: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    line-height: 1.08;
    font-size: clamp(1.5rem, 4.2vw, 5.75rem);
    letter-spacing: 0.05em;
    scrollbar-width: thin;
}

.nt-tabbed__nav {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #011133;
    border-radius: 15px;
    padding: 4px 12px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.nt-tab {
    flex: 1;
    min-width: 0;
    padding: 14px 12px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    margin: 0 20px;
}

.nt-tab:hover {
    color: #fff;
}

.nt-tab.is-active {
    color: #fff;
    border-bottom-color: var(--color-1st, #0860f8);
}

.nt-tabbed__panel[hidden] {
    display: none !important;
}

.nt-tabbed__panel.is-active:not([hidden]) {
    display: block;
}

.nt-tabbed__empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px 16px;
    text-align: center;
    font-size: 0.95rem;
    color: var(--nt-muted);
}

/* ——— Newsletter (landing) ——— */
.nt-newsletter {
    padding: 56px 0 72px;
    background: #ececec;
}

.nt-newsletter__inner {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 40px);
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.nt-newsletter__title {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    color: var(--nt-ink);
}

.nt-newsletter__desc {
    margin: 0 0 24px;
    color: var(--nt-muted);
    line-height: 1.55;
    font-size: 1rem;
}

.nt-newsletter__fallback {
    margin: 0;
    color: var(--nt-muted);
    font-size: 0.95rem;
}

.nt-newsletter__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    max-width: 520px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .nt-newsletter__form {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .nt-newsletter__form .nt-newsletter__submit {
        flex: 0 0 auto;
    }
}

.nt-newsletter__input {
    flex: 1;
    min-width: 0;
    padding: 12px 16px;
    border: 1px solid var(--nt-line);
    border-radius: 4px;
    font-size: 0.95rem;
}

.nt-newsletter__form .nt-btn,
.nt-newsletter__submit {
    white-space: nowrap;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ——— Footer ——— */
.nt-footer {
    background: #e8ecf1;
    padding: 48px 0 24px;
}

.nt-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 768px) {
    .nt-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .nt-footer__grid {
        grid-template-columns: 1.2fr repeat(3, 1fr);
    }
}

.nt-footer__brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--nt-ink);
    text-decoration: none;
}

.nt-footer__phone {
    font-weight: 700;
    margin: 12px 0 6px;
}

.nt-footer__address {
    color: var(--nt-muted);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.nt-footer__social {
    display: flex;
    gap: 10px;
}

.nt-social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nt-ink);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.nt-social:hover {
    color: var(--color-1st, #0860f8);
}

.nt-footer__title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 14px;
}

.nt-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nt-footer__list li {
    margin-bottom: 8px;
}

.nt-footer__list a {
    color: var(--nt-muted);
    text-decoration: none;
    font-size: 0.9rem;
}

.nt-footer__list a:hover {
    color: var(--color-1st, #0860f8);
}

.nt-footer__bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    .nt-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.nt-footer__copy {
    margin: 0;
    font-size: 0.85rem;
    color: var(--nt-muted);
}

.nt-footer__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.nt-pay--ph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 6px 10px;
    background: #fff;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--nt-muted);
    border: 1px solid var(--nt-line);
}
