:root {
    --nt-home-navy: #081a33;
    --nt-home-navy-2: #0d2748;
    --nt-home-blue: #1d4ed8;
    --nt-home-blue-light: #3b82f6;
    --nt-home-red: #e11d48;
    --nt-home-surface: #f7f9fc;
    --nt-home-surface-blue: #f2f6fc;
    --nt-home-text: #0f172a;
    --nt-home-muted: #5b6b82;
    --nt-home-border: #dbe4ee;
    --nt-home-success: #0f766e;
}

/* The legacy shell renders this loading node before the V2 homepage. */
#wisecp {
    display: none !important;
}

.nt-home,
.nt-footer-v2 {
    color: var(--nt-home-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: clip;
}

.nt-home *,
.nt-home *::before,
.nt-home *::after,
.nt-footer-v2 *,
.nt-footer-v2 *::before,
.nt-footer-v2 *::after {
    box-sizing: border-box;
}

.nt-home a,
.nt-footer-v2 a {
    text-decoration: none;
}

.nt-home a:focus-visible,
.nt-home button:focus-visible,
.nt-footer-v2 a:focus-visible {
    outline: 3px solid #60a5fa;
    outline-offset: 3px;
}

.nt-home__container,
.nt-footer-v2__container {
    width: min(100% - 48px, 1380px);
    margin-inline: auto;
}

.nt-home__section {
    padding: 104px 0;
}

.nt-home__hero {
    isolation: isolate;
    min-height: 700px;
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: var(--nt-home-navy);
}

.nt-home__hero-media,
.nt-home__hero-overlay {
    inset: 0;
    position: absolute;
}

.nt-home__hero-media {
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nt-home__hero-overlay {
    z-index: -1;
    background: rgba(3, 15, 33, 0.26);
}

.nt-home__hero-inner {
    padding: 96px 0 78px;
}

.nt-home__hero-copy {
    max-width: 670px;
    color: #fff;
}

.nt-home__eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 16px;
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.nt-home__eyebrow--dark {
    color: var(--nt-home-blue);
}

.nt-home__hero h1,
.nt-home h2,
.nt-home h3,
.nt-footer-v2 h2,
.nt-footer-v2 h3,
.nt-footer-v2 p {
    letter-spacing: 0;
}

.nt-home__hero h1 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.08;
}

.nt-home__hero-lead {
    max-width: 625px;
    margin: 24px 0 0;
    color: #d8e4f4;
    font-size: 18px;
    line-height: 1.7;
}

.nt-home__hero-actions,
.nt-home__final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.nt-home__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nt-home__button:hover {
    transform: translateY(-2px);
}

.nt-home__button--primary {
    background: var(--nt-home-red);
    color: #fff;
}

.nt-home__button--primary:hover {
    background: #be123c;
    color: #fff;
}

.nt-home__button--secondary {
    border-color: rgba(255, 255, 255, .62);
    background: rgba(8, 26, 51, .2);
    color: #fff;
}

.nt-home__button--secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.nt-home__button--outline {
    width: 100%;
    margin-top: auto;
    border-color: var(--nt-home-border);
    color: var(--nt-home-navy);
}

.nt-home__button--outline:hover {
    border-color: var(--nt-home-blue);
    background: var(--nt-home-navy);
    color: #fff;
}

.nt-home__button--dark {
    margin-top: 28px;
    background: var(--nt-home-navy);
    color: #fff;
}

.nt-home__button--dark:hover {
    background: var(--nt-home-blue);
    color: #fff;
}

.nt-home__hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.nt-home__hero-points li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #dbeafe;
    font-size: 14px;
    font-weight: 650;
}

.nt-home__hero-points i {
    color: #67e8f9;
}

.nt-home__trust {
    background: #fff;
    border-bottom: 1px solid var(--nt-home-border);
}

.nt-home__trust-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.nt-home__trust-grid span {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid var(--nt-home-border);
    color: var(--nt-home-navy);
    font-size: 14px;
    font-weight: 750;
    text-align: center;
}

.nt-home__trust-grid span:first-child {
    border-left: 1px solid var(--nt-home-border);
}

.nt-home__trust-grid i {
    color: var(--nt-home-blue);
}

.nt-home__section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.nt-home__section-heading--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
    align-items: end;
    gap: 34px;
}

.nt-home__section-heading h2,
.nt-home__why h2,
.nt-home__finder h2,
.nt-home__final-cta h2 {
    max-width: 780px;
    margin: 0;
    color: var(--nt-home-navy);
    font-size: 43px;
    font-weight: 800;
    line-height: 1.16;
}

.nt-home__section-heading > p:last-child,
.nt-home__section-heading--split > p,
.nt-home__why > .nt-home__container > div > p,
.nt-home__finder p,
.nt-home__final-cta p {
    margin: 16px 0 0;
    color: var(--nt-home-muted);
    font-size: 17px;
    line-height: 1.7;
}

.nt-home__section-heading--split > p {
    max-width: 520px;
    padding-bottom: 5px;
}

.nt-home__section-heading--light h2,
.nt-home__section-heading--light p {
    color: #fff;
}

.nt-home__section-heading--light > p:last-child,
.nt-home__section-heading--light > .nt-home__eyebrow {
    color: #bfdbfe;
}

.nt-home__solutions {
    background: var(--nt-home-surface);
}

.nt-home__solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.nt-home__solution-card {
    min-height: 276px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--nt-home-border);
    border-radius: 8px;
    background: #fff;
    padding: 26px;
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.nt-home__solution-card:hover {
    transform: translateY(-3px);
    border-color: #93c5fd;
    box-shadow: 0 16px 30px rgba(15, 23, 42, .08);
}

.nt-home__solution-icon {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: var(--nt-home-surface-blue);
    color: var(--nt-home-blue);
    font-size: 18px;
}

.nt-home__solution-card h3 {
    margin: 22px 0 10px;
    color: var(--nt-home-navy);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.nt-home__solution-card > p {
    margin: 0;
    color: var(--nt-home-muted);
    font-size: 15px;
    line-height: 1.62;
}

.nt-home__solution-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-top: auto;
    padding-top: 23px;
}

.nt-home__solution-links a,
.nt-home__text-link,
.nt-home__all-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--nt-home-blue);
    font-size: 14px;
    font-weight: 800;
}

.nt-home__solution-links a:hover,
.nt-home__text-link:hover,
.nt-home__all-link a:hover {
    color: var(--nt-home-red);
}

.nt-home__domain {
    padding: 90px 0;
    background: #eaf1f9;
}

.nt-home__domain-inner {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 42px;
}

.nt-home__domain-copy h2 {
    margin: 0;
    color: var(--nt-home-navy);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.18;
}

.nt-home__domain-copy p {
    margin: 16px 0 0;
    color: var(--nt-home-muted);
    font-size: 16px;
    line-height: 1.65;
}

.nt-home__domain-form {
    display: flex;
    min-height: 64px;
    align-items: stretch;
    gap: 9px;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
}

.nt-home__domain-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 0 14px;
    color: var(--nt-home-text);
    font: inherit;
    font-size: 17px;
}

.nt-home__domain-form input::placeholder {
    color: #94a3b8;
}

.nt-home__domain-form .nt-home__button {
    min-height: 48px;
    cursor: pointer;
}

.nt-home__domain-prices {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: -17px;
}

.nt-home__domain-prices span {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #cbd8e8;
    color: var(--nt-home-navy);
}

.nt-home__domain-prices strong {
    font-size: 15px;
    font-weight: 800;
}

.nt-home__domain-prices small {
    color: var(--nt-home-muted);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.nt-home__hosting {
    background: #fff;
}

.nt-home__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.nt-home__tab {
    min-height: 44px;
    border: 1px solid var(--nt-home-border);
    border-radius: 8px;
    background: #fff;
    color: var(--nt-home-muted);
    cursor: pointer;
    padding: 10px 15px;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
}

.nt-home__tab:hover,
.nt-home__tab.is-active {
    border-color: var(--nt-home-navy);
    background: var(--nt-home-navy);
    color: #fff;
}

.nt-home__tab-panel[hidden] {
    display: none;
}

.nt-home__pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
}

.nt-home__pricing-grid--single {
    grid-template-columns: minmax(0, 420px);
    justify-content: center;
}

.nt-home__pricing-card {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid var(--nt-home-border);
    border-radius: 8px;
    background: #fff;
    padding: 27px;
}

.nt-home__pricing-card--popular {
    border-color: var(--nt-home-red);
    box-shadow: 0 12px 26px rgba(225, 29, 72, .09);
}

.nt-home__pricing-badge {
    position: absolute;
    top: -13px;
    left: 22px;
    border-radius: 4px;
    background: var(--nt-home-red);
    color: #fff;
    padding: 6px 9px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
}

.nt-home__pricing-card h3 {
    margin: 0;
    color: var(--nt-home-navy);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
}

.nt-home__pricing-copy {
    min-height: 45px;
    margin: 12px 0 0;
    color: var(--nt-home-muted);
    font-size: 14px;
    line-height: 1.55;
}

.nt-home__pricing-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 65px;
    margin: 20px 0;
    border-top: 1px solid var(--nt-home-border);
    border-bottom: 1px solid var(--nt-home-border);
    padding: 15px 0;
}

.nt-home__pricing-price span {
    color: var(--nt-home-navy);
    font-size: 28px;
    font-weight: 850;
    line-height: 1;
}

.nt-home__pricing-price small {
    color: var(--nt-home-muted);
    font-size: 13px;
    font-weight: 700;
}

.nt-home__feature-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nt-home__feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #35445a;
    font-size: 14px;
    line-height: 1.5;
}

.nt-home__feature-list i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--nt-home-success);
    font-size: 12px;
}

.nt-home__all-link {
    margin: 28px 0 0;
    text-align: center;
}

.nt-home__servers,
.nt-home__security,
.nt-home__final-cta {
    position: relative;
    background: var(--nt-home-navy);
    color: #fff;
}

.nt-home__servers::before,
.nt-home__security::before,
.nt-home__final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .28;
    background-image: linear-gradient(rgba(147, 197, 253, .15) 1px, transparent 1px), linear-gradient(90deg, rgba(147, 197, 253, .15) 1px, transparent 1px);
    background-size: 52px 52px;
}

.nt-home__servers > *,
.nt-home__security > *,
.nt-home__final-cta > * {
    position: relative;
}

.nt-home__server-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nt-home__server-card {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(191, 219, 254, .28);
    border-radius: 8px;
    background: rgba(8, 26, 51, .78);
    padding: 28px;
    transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

.nt-home__server-card:hover {
    transform: translateY(-3px);
    border-color: #93c5fd;
    background: rgba(13, 39, 72, .94);
}

.nt-home__server-card > i {
    color: #7dd3fc;
    font-size: 26px;
}

.nt-home__server-card h3 {
    margin: 22px 0 10px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
}

.nt-home__server-card p {
    margin: 0;
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
}

.nt-home__server-card ul {
    display: grid;
    gap: 8px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.nt-home__server-card li {
    color: #dbeafe;
    font-size: 13px;
}

.nt-home__server-card li::before {
    content: "•";
    margin-right: 8px;
    color: #67e8f9;
}

.nt-home__server-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.nt-home__server-card a:hover {
    color: #7dd3fc;
}

.nt-home__server-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 36px;
    border-top: 1px solid rgba(191, 219, 254, .25);
    padding-top: 24px;
}

.nt-home__server-strip span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #dbeafe;
    font-size: 13px;
    font-weight: 750;
    text-align: center;
}

.nt-home__server-strip i {
    color: #7dd3fc;
}

.nt-home__licenses {
    background: #fff;
}

.nt-home__licenses-layout {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: 70px;
}

.nt-home__licenses-copy h2 {
    margin: 0;
    color: var(--nt-home-navy);
    font-size: 43px;
    font-weight: 800;
    line-height: 1.16;
}

.nt-home__licenses-copy p {
    margin: 17px 0 0;
    color: var(--nt-home-muted);
    font-size: 17px;
    line-height: 1.68;
}

.nt-home__license-logos,
.nt-home__partner-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--nt-home-border);
    background: var(--nt-home-border);
}

.nt-home__license-logos span,
.nt-home__partner-grid span {
    min-height: 102px;
    display: grid;
    place-items: center;
    background: #fff;
    padding: 18px;
}

.nt-home__license-logos img,
.nt-home__partner-grid img {
    width: 100%;
    max-width: 130px;
    height: 45px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .7;
    transition: filter 180ms ease, opacity 180ms ease;
}

.nt-home__license-logos span:hover img,
.nt-home__partner-grid span:hover img {
    filter: none;
    opacity: 1;
}

.nt-home__business {
    background: var(--nt-home-surface);
}

.nt-home__business-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 205px;
    gap: 16px;
}

.nt-home__business-card {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid var(--nt-home-border);
    border-radius: 8px;
    background: #fff;
    color: var(--nt-home-navy);
    padding: 24px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nt-home__business-card--wide {
    grid-column: span 2;
}

.nt-home__business-card:hover {
    transform: translateY(-3px);
    border-color: #93c5fd;
    box-shadow: 0 16px 28px rgba(15, 23, 42, .08);
}

.nt-home__business-card > i:first-child {
    color: var(--nt-home-blue);
    font-size: 23px;
}

.nt-home__business-card > span {
    display: grid;
    gap: 8px;
    margin-top: auto;
    padding-right: 24px;
}

.nt-home__business-card strong {
    color: var(--nt-home-navy);
    font-size: 20px;
    font-weight: 800;
}

.nt-home__business-card small {
    color: var(--nt-home-muted);
    font-size: 14px;
    line-height: 1.5;
}

.nt-home__business-card > i:last-child {
    position: absolute;
    right: 24px;
    bottom: 25px;
    color: var(--nt-home-blue);
    font-size: 14px;
}

.nt-home__why {
    background: #fff;
}

.nt-home__why-layout {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 80px;
}

.nt-home__why-layout > div > p {
    max-width: 550px;
}

.nt-home__why-layout .nt-home__text-link {
    margin-top: 28px;
}

.nt-home__advantage-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--nt-home-border);
}

.nt-home__advantage-list li {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    border-bottom: 1px solid var(--nt-home-border);
    padding: 24px 0;
}

.nt-home__advantage-list > li > span {
    color: var(--nt-home-blue);
    font-size: 16px;
    font-weight: 850;
}

.nt-home__advantage-list h3 {
    margin: 0;
    color: var(--nt-home-navy);
    font-size: 20px;
    font-weight: 800;
}

.nt-home__advantage-list p {
    margin: 7px 0 0;
    color: var(--nt-home-muted);
    font-size: 15px;
    line-height: 1.55;
}

.nt-home__finder {
    background: var(--nt-home-navy-2);
}

.nt-home__finder-inner,
.nt-home__final-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
}

.nt-home__finder h2,
.nt-home__finder p,
.nt-home__final-cta h2,
.nt-home__final-cta p {
    color: #fff;
}

.nt-home__finder p,
.nt-home__final-cta p {
    max-width: 760px;
    color: #cbd5e1;
}

.nt-home__finder .nt-home__button {
    cursor: pointer;
    white-space: nowrap;
}

.nt-home__campaigns {
    background: #fff;
}

.nt-home__campaign-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nt-home__campaign-card {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--nt-home-border);
    border-radius: 8px;
    background: var(--nt-home-surface-blue);
    color: var(--nt-home-navy);
    padding: 28px;
    transition: transform 180ms ease, border-color 180ms ease;
}

.nt-home__campaign-card:hover {
    transform: translateY(-3px);
    border-color: var(--nt-home-blue);
    color: var(--nt-home-navy);
}

.nt-home__campaign-card::before {
    content: "";
    position: absolute;
    inset: auto -20px -25px auto;
    width: 155px;
    height: 155px;
    border: 1px solid rgba(29, 78, 216, .22);
    border-radius: 50%;
    pointer-events: none;
}

.nt-home__campaign-card--domain {
    background: #edf5ff;
}

.nt-home__campaign-card--hosting {
    background: #f7f9fc;
}

.nt-home__campaign-card--license {
    background: #fdf2f5;
}

.nt-home__campaign-card > span {
    color: var(--nt-home-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.nt-home__campaign-card h3 {
    max-width: 300px;
    margin: 18px 0 10px;
    color: var(--nt-home-navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.nt-home__campaign-card p {
    max-width: 320px;
    margin: 0;
    color: var(--nt-home-muted);
    font-size: 15px;
    line-height: 1.55;
}

.nt-home__campaign-card strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--nt-home-navy);
    font-size: 14px;
}

.nt-home__security-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.nt-home__security-grid a {
    min-height: 154px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid rgba(191, 219, 254, .27);
    border-radius: 8px;
    background: rgba(8, 26, 51, .74);
    color: #fff;
    padding: 15px;
    text-align: center;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nt-home__security-grid a:hover {
    transform: translateY(-3px);
    border-color: #93c5fd;
    background: rgba(13, 39, 72, .98);
    color: #fff;
}

.nt-home__security-grid i {
    color: #7dd3fc;
    font-size: 23px;
}

.nt-home__security-grid span {
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

.nt-home__partners {
    background: #fff;
}

.nt-home__partner-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.nt-home__partner-grid span {
    min-height: 86px;
    padding: 14px;
}

.nt-home__testimonials {
    background: var(--nt-home-surface);
}

.nt-home__testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nt-home__testimonial-grid article {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--nt-home-border);
    border-radius: 8px;
    background: #fff;
    padding: 27px;
}

.nt-home__testimonial-grid > article > i {
    color: var(--nt-home-blue);
    font-size: 22px;
}

.nt-home__testimonial-grid p {
    margin: 20px 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.65;
}

.nt-home__testimonial-grid footer {
    display: grid;
    gap: 4px;
    margin-top: auto;
}

.nt-home__testimonial-grid strong {
    color: var(--nt-home-navy);
    font-size: 14px;
    font-weight: 800;
}

.nt-home__testimonial-grid footer span {
    color: var(--nt-home-muted);
    font-size: 13px;
}

.nt-home__articles {
    background: #fff;
}

.nt-home__articles .nt-home__section-heading--split {
    align-items: center;
}

.nt-home__article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nt-home__article-card {
    overflow: hidden;
    border: 1px solid var(--nt-home-border);
    border-radius: 8px;
    background: #fff;
}

.nt-home__article-card > a {
    display: block;
    background: var(--nt-home-surface-blue);
}

.nt-home__article-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.nt-home__article-card > div {
    padding: 22px;
}

.nt-home__article-card time {
    color: var(--nt-home-blue);
    font-size: 12px;
    font-weight: 800;
}

.nt-home__article-card h3 {
    margin: 11px 0 9px;
    color: var(--nt-home-navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.nt-home__article-card h3 a {
    color: inherit;
}

.nt-home__article-card h3 a:hover {
    color: var(--nt-home-blue);
}

.nt-home__article-card p {
    margin: 0;
    color: var(--nt-home-muted);
    font-size: 14px;
    line-height: 1.6;
}

.nt-home__final-cta {
    padding: 88px 0;
}

.nt-home__final-cta h2 {
    max-width: 740px;
}

.nt-home__final-cta .nt-home__button--secondary {
    background: transparent;
}

.nt-home__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.nt-home__dialog-backdrop {
    position: fixed;
    z-index: 10050;
    inset: 0;
    display: grid;
    place-items: center;
    overflow-y: auto;
    background: rgba(2, 12, 27, .7);
    padding: 24px;
}

.nt-home__dialog-backdrop[hidden] {
    display: none;
}

.nt-home__dialog {
    width: min(100%, 710px);
    position: relative;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #fff;
    padding: 38px;
    box-shadow: 0 22px 54px rgba(2, 12, 27, .35);
}

.nt-home__dialog-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: grid;
    place-items: center;
    border: 1px solid var(--nt-home-border);
    border-radius: 8px;
    background: #fff;
    color: var(--nt-home-navy);
    cursor: pointer;
    font-size: 18px;
}

.nt-home__dialog h2 {
    max-width: 570px;
    margin: 0;
    color: var(--nt-home-navy);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

.nt-home__finder-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.nt-home__finder-options button {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--nt-home-border);
    border-radius: 8px;
    background: #fff;
    color: var(--nt-home-navy);
    cursor: pointer;
    padding: 12px 15px;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    text-align: left;
}

.nt-home__finder-options button:hover {
    border-color: var(--nt-home-blue);
    background: var(--nt-home-surface-blue);
}

.nt-home__finder-options i {
    color: var(--nt-home-blue);
}

.nt-home__finder-result {
    margin-top: 18px;
    border-top: 1px solid var(--nt-home-border);
    padding-top: 18px;
}

.nt-home__finder-result[hidden] {
    display: none;
}

.nt-home__finder-result p {
    margin: 0;
    color: var(--nt-home-muted);
    font-size: 15px;
    line-height: 1.55;
}

.nt-home__finder-result a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    border-radius: 8px;
    background: var(--nt-home-navy);
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 750;
}

.nt-home__finder-result a:hover {
    background: var(--nt-home-blue);
    color: #fff;
}

.nt-footer-v2 {
    background: #06152b;
    color: #d5e1f0;
}

.nt-footer-v2__main {
    display: grid;
    grid-template-columns: minmax(220px, 1.3fr) repeat(4, minmax(130px, 1fr));
    gap: 36px;
    padding: 72px 0 52px;
}

.nt-footer-v2__brand-logo {
    display: inline-block;
}

.nt-footer-v2__brand-logo img {
    display: block;
    width: 188px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.nt-footer-v2__brand p {
    max-width: 320px;
    margin: 18px 0 0;
    color: #b6c7db;
    font-size: 14px;
    line-height: 1.65;
}

.nt-footer-v2__contact {
    display: grid;
    gap: 9px;
    margin-top: 20px;
}

.nt-footer-v2__contact a,
.nt-footer-v2__contact span {
    color: #dbeafe;
    font-size: 13px;
    line-height: 1.45;
}

.nt-footer-v2__contact a:hover,
.nt-footer-v2__column a:hover,
.nt-footer-v2__legal a:hover {
    color: #7dd3fc;
}

.nt-footer-v2__column h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.nt-footer-v2__column ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nt-footer-v2__column a {
    color: #b6c7db;
    font-size: 14px;
    line-height: 1.4;
}

.nt-footer-v2__bottom {
    border-top: 1px solid rgba(191, 219, 254, .18);
}

.nt-footer-v2__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 76px;
}

.nt-footer-v2__bottom p,
.nt-footer-v2__legal {
    margin: 0;
    color: #a9bdd5;
    font-size: 13px;
}

.nt-footer-v2__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.nt-footer-v2__legal a {
    color: inherit;
}

@media (max-width: 1199px) {
    .nt-home__hero {
        min-height: 650px;
    }

    .nt-home__hero h1 {
        font-size: 52px;
    }

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

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

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

    .nt-footer-v2__main {
        grid-template-columns: minmax(210px, 1.5fr) repeat(3, minmax(130px, 1fr));
    }
}

@media (max-width: 1023px) {
    .nt-home__section {
        padding: 86px 0;
    }

    .nt-home__hero {
        min-height: 620px;
    }

    .nt-home__hero h1 {
        max-width: 560px;
        font-size: 47px;
    }

    .nt-home__section-heading h2,
    .nt-home__why h2,
    .nt-home__finder h2,
    .nt-home__final-cta h2,
    .nt-home__licenses-copy h2 {
        font-size: 37px;
    }

    .nt-home__trust-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .nt-home__trust-grid span {
        padding: 12px;
        font-size: 12px;
    }

    .nt-home__solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nt-home__domain-inner,
    .nt-home__licenses-layout,
    .nt-home__why-layout {
        gap: 42px;
    }

    .nt-home__domain-inner {
        grid-template-columns: 1fr;
    }

    .nt-home__domain-prices {
        grid-column: auto;
        margin-top: -14px;
    }

    .nt-home__pricing-grid,
    .nt-home__server-grid,
    .nt-home__article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nt-home__pricing-card:last-child:nth-child(odd),
    .nt-home__server-card:last-child:nth-child(odd),
    .nt-home__article-card:last-child:nth-child(odd) {
        grid-column: span 2;
    }

    .nt-home__business-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nt-home__testimonial-grid {
        grid-template-columns: 1fr;
    }

    .nt-home__testimonial-grid article {
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    .nt-home__container,
    .nt-footer-v2__container {
        width: min(100% - 32px, 1380px);
    }

    .nt-home__section {
        padding: 64px 0;
    }

    .nt-home__hero {
        min-height: 590px;
        align-items: end;
    }

    .nt-home__hero-media {
        object-position: 64% center;
    }

    .nt-home__hero-overlay {
        background: rgba(3, 15, 33, .48);
    }

    .nt-home__hero-inner {
        padding: 72px 0 58px;
    }

    .nt-home__hero h1 {
        font-size: 39px;
    }

    .nt-home__hero-lead {
        font-size: 16px;
        line-height: 1.6;
    }

    .nt-home__hero-points {
        display: grid;
        gap: 9px;
        margin-top: 24px;
    }

    .nt-home__hero-points li {
        font-size: 13px;
    }

    .nt-home__section-heading,
    .nt-home__section-heading--split {
        display: block;
        margin-bottom: 30px;
    }

    .nt-home__section-heading h2,
    .nt-home__why h2,
    .nt-home__finder h2,
    .nt-home__final-cta h2,
    .nt-home__licenses-copy h2,
    .nt-home__domain-copy h2 {
        font-size: 31px;
    }

    .nt-home__section-heading > p:last-child,
    .nt-home__section-heading--split > p,
    .nt-home__why > .nt-home__container > div > p,
    .nt-home__finder p,
    .nt-home__final-cta p,
    .nt-home__licenses-copy p {
        font-size: 16px;
    }

    .nt-home__trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nt-home__trust-grid span,
    .nt-home__trust-grid span:first-child {
        min-height: 62px;
        border-left: 0;
        border-right: 1px solid var(--nt-home-border);
        border-bottom: 1px solid var(--nt-home-border);
    }

    .nt-home__trust-grid span:nth-child(even) {
        border-right: 0;
    }

    .nt-home__trust-grid span:last-child {
        grid-column: span 2;
    }

    .nt-home__solution-grid,
    .nt-home__pricing-grid,
    .nt-home__server-grid,
    .nt-home__campaign-grid,
    .nt-home__article-grid {
        grid-template-columns: 1fr;
    }

    .nt-home__solution-card {
        min-height: 240px;
    }

    .nt-home__domain {
        padding: 64px 0;
    }

    .nt-home__domain-form {
        min-height: 0;
        flex-direction: column;
        padding: 8px;
    }

    .nt-home__domain-form input {
        min-height: 48px;
    }

    .nt-home__domain-form .nt-home__button {
        width: 100%;
    }

    .nt-home__domain-prices {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 14px;
        margin-top: 0;
    }

    .nt-home__domain-prices span {
        min-height: 47px;
    }

    .nt-home__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .nt-home__tab {
        flex: 0 0 auto;
    }

    .nt-home__pricing-card:last-child:nth-child(odd),
    .nt-home__server-card:last-child:nth-child(odd),
    .nt-home__article-card:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .nt-home__pricing-card {
        min-height: 0;
    }

    .nt-home__server-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nt-home__licenses-layout,
    .nt-home__why-layout,
    .nt-home__finder-inner,
    .nt-home__final-cta-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .nt-home__license-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nt-home__license-logos span {
        min-height: 80px;
    }

    .nt-home__business-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .nt-home__business-card,
    .nt-home__business-card--wide {
        grid-column: auto;
        min-height: 185px;
    }

    .nt-home__advantage-list li {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
    }

    .nt-home__campaign-card {
        min-height: 240px;
    }

    .nt-home__security-grid,
    .nt-home__partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nt-home__security-grid a {
        min-height: 132px;
    }

    .nt-home__partner-grid span {
        min-height: 74px;
    }

    .nt-home__final-cta {
        padding: 64px 0;
    }

    .nt-home__dialog-backdrop {
        align-items: end;
        padding: 0;
    }

    .nt-home__dialog {
        width: 100%;
        max-height: min(88vh, 720px);
        overflow-y: auto;
        border-radius: 8px 8px 0 0;
        padding: 32px 20px 26px;
    }

    .nt-home__dialog h2 {
        padding-right: 34px;
        font-size: 27px;
    }

    .nt-home__finder-options {
        grid-template-columns: 1fr;
    }

    .nt-footer-v2__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 20px;
        padding: 56px 0 38px;
    }

    .nt-footer-v2__brand {
        grid-column: span 2;
    }

    .nt-footer-v2__bottom-inner {
        display: grid;
        gap: 12px;
        padding: 20px 0;
    }
}

@media (max-width: 389px) {
    .nt-home__hero h1 {
        font-size: 34px;
    }

    .nt-home__hero-actions,
    .nt-home__final-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nt-home__hero-actions .nt-home__button,
    .nt-home__final-cta-actions .nt-home__button {
        width: 100%;
    }

    .nt-home__domain-prices {
        grid-template-columns: 1fr;
    }

    .nt-home__server-strip {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nt-home *,
    .nt-home *::before,
    .nt-home *::after,
    .nt-footer-v2 *,
    .nt-footer-v2 *::before,
    .nt-footer-v2 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
