/*
Theme Name: NowTech Digital Headquarters V3.3
Theme URI: https://www.nowtech.co.za/
Author: NOWTECH (PTY) LTD
Description: Assessment-led NowTech website aligned to Connectivity, Security, Power and Business Voice, with the compact Voice visual system.
Version: 3.3.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: nowtech-v3
*/

:root {
  --nt-navy: #0b2a43;
  --nt-navy-deep: #071f33;
  --nt-blue: #1c68b6;
  --nt-blue-light: #74b7f3;
  --nt-orange: #e97132;
  --nt-green: #218c74;
  --nt-teal: #2b91a4;
  --nt-ink: #152536;
  --nt-text: #405466;
  --nt-muted: #6f7f8d;
  --nt-line: #d6e0e7;
  --nt-wash: #eef3f6;
  --nt-blue-wash: #eaf3fb;
  --nt-white: #ffffff;
  --nt-container: 1240px;
  --nt-radius: 18px;
  --nt-shadow: 0 22px 54px rgba(11, 42, 67, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nt-text);
  background: var(--nt-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--nt-blue); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--nt-orange); outline-offset: 3px; }

.nt-container { width: min(var(--nt-container), calc(100% - 64px)); margin-inline: auto; }
.nt-section { padding: 96px 0; }
.nt-section--wash { background: var(--nt-wash); }
.nt-section--navy { color: #dce8f2; background: var(--nt-navy); }
.nt-section--navy .nt-h2, .nt-section--navy .nt-lead { color: var(--nt-white); }
.nt-center { margin-top: 36px; text-align: center; }
.nt-skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; color: var(--nt-white); background: var(--nt-navy); transform: translateY(-160%); }
.nt-skip-link:focus { transform: translateY(0); }

.nt-eyebrow { margin: 0 0 14px; color: var(--nt-blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nt-eyebrow--light { color: #9fd1ff; }
.nt-pillar-line { margin: 0 0 24px; color: var(--nt-navy); font-size: .88rem; font-weight: 800; letter-spacing: .2em; }
.nt-pillar-line--light { color: #c8ddef; }
.nt-h1, .nt-h2, .nt-h3 { margin: 0; color: var(--nt-navy); letter-spacing: -.035em; }
.nt-h1 { max-width: 920px; font-size: clamp(2.7rem, 5vw, 4.75rem); line-height: 1.02; }
.nt-h2 { font-size: clamp(2.25rem, 4vw, 3.65rem); line-height: 1.06; }
.nt-h3 { font-size: 1.55rem; line-height: 1.2; }
.nt-lead { margin: 22px 0 0; color: var(--nt-text); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.62; }
.nt-text-link { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--nt-navy); font-weight: 800; text-decoration: none; }
.nt-note { margin-top: 24px; padding: 16px 18px; color: var(--nt-ink); background: var(--nt-blue-wash); border-left: 4px solid var(--nt-blue); }
.nt-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.nt-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid var(--nt-blue); border-radius: 7px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.nt-button:hover { transform: translateY(-1px); }
.nt-button--primary { color: var(--nt-white) !important; background: var(--nt-blue); }
.nt-button--primary:hover { background: var(--nt-navy); border-color: var(--nt-navy); }
.nt-button--secondary { color: var(--nt-navy) !important; background: var(--nt-white); }
.nt-button--secondary:hover { background: var(--nt-blue-wash); }
.nt-button--accent { color: var(--nt-white) !important; background: var(--nt-orange); border-color: var(--nt-orange); }
.nt-button--accent:hover { color: var(--nt-navy) !important; background: var(--nt-white); border-color: var(--nt-white); }
.nt-button--outline-light { color: var(--nt-white) !important; background: transparent; border-color: rgba(255, 255, 255, .7); }
.nt-button--outline-light:hover { color: var(--nt-navy) !important; background: var(--nt-white); }

.nt-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--nt-line); backdrop-filter: blur(12px); }
.nt-header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 30px; }
.nt-brand img, .custom-logo { width: 214px; height: auto; }
.nt-header-actions { display: flex; align-items: center; gap: 22px; }
.nt-main-nav { display: flex; align-items: center; }
.nt-main-nav-list, .nt-main-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.nt-main-nav a { color: var(--nt-navy); font-size: .91rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nt-main-nav a:hover { color: var(--nt-blue); }
.nt-menu-toggle { display: none; min-height: 44px; padding: 8px 12px; color: var(--nt-navy); background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 6px; font-weight: 800; }

.nt-hero { overflow: hidden; background: linear-gradient(100deg, #fff 0%, #fff 50%, var(--nt-blue-wash) 100%); }
.nt-hero-grid { display: grid; grid-template-columns: .96fr 1.04fr; align-items: stretch; }
.nt-hero-copy { align-self: center; padding: 72px 50px 74px 0; }
.nt-hero-copy .nt-lead { max-width: 690px; margin-bottom: 32px; }
.nt-hero-visual { position: relative; min-height: 620px; margin-right: calc((100vw - min(var(--nt-container), 100vw - 64px)) / -2); }
.nt-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.nt-hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .84) 12%, transparent 48%); }

.nt-two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.nt-two-col--center { align-items: center; margin-bottom: 0; }
.nt-assessment-principle { border-bottom: 1px solid var(--nt-line); }
.nt-section-intro { max-width: 870px; margin-bottom: 50px; }
.nt-section-intro .nt-lead { max-width: 760px; }

.nt-service-paths { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.nt-service-path { min-height: 320px; padding: 29px; color: var(--nt-text); background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 15px; text-decoration: none; box-shadow: 0 10px 26px rgba(11, 42, 67, .05); }
.nt-service-path:hover { border-color: var(--nt-blue); box-shadow: var(--nt-shadow); }
.nt-service-path > span, .nt-trust-grid article > span, .nt-capability-grid article > span, .nt-process-card > span { color: var(--nt-blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.nt-service-path h3 { margin: 62px 0 12px; color: var(--nt-navy); font-size: 1.75rem; }
.nt-service-path p { min-height: 102px; margin: 0 0 20px; }
.nt-service-path strong { color: var(--nt-blue); }

.nt-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--nt-line); border-bottom: 1px solid var(--nt-line); }
.nt-trust-grid article { padding: 30px 28px; border-right: 1px solid var(--nt-line); }
.nt-trust-grid article:last-child { border-right: 0; }
.nt-trust-grid h3 { margin: 34px 0 10px; color: var(--nt-navy); font-size: 1.35rem; }
.nt-trust-grid p { margin: 0; }

.nt-environment-band { padding: 80px 0; color: #dce8f2; background: var(--nt-navy); }
.nt-environment-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: center; }
.nt-environment-copy .nt-h2 { color: var(--nt-white); }
.nt-environment-copy > p:last-child { font-size: 1.1rem; }
.nt-environment-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.nt-environment-images figure { position: relative; overflow: hidden; min-height: 300px; margin: 0; border-radius: 12px; }
.nt-environment-images img { width: 100%; height: 100%; object-fit: cover; }
.nt-environment-images figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 9px 11px; color: var(--nt-white); background: rgba(7, 31, 51, .82); font-weight: 800; }

.nt-journey-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.nt-journey-panel { min-height: 370px; padding: 42px; border-radius: var(--nt-radius); }
.nt-journey-panel h2 { margin: 0 0 15px; color: var(--nt-navy); font-size: 2.25rem; line-height: 1.08; }
.nt-journey-panel p { margin-bottom: 28px; }
.nt-journey-panel--sales { background: var(--nt-white); border: 1px solid var(--nt-line); }
.nt-journey-panel--support { color: #dce8f2; background: var(--nt-navy); }
.nt-journey-panel--support h2 { color: var(--nt-white); }
.nt-contact-details { padding-top: 24px; border-top: 1px solid var(--nt-line); }

.nt-form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.nt-form { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; padding: 34px; background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 16px; box-shadow: var(--nt-shadow); }
.nt-form label { display: grid; gap: 7px; color: var(--nt-ink); font-size: .92rem; font-weight: 700; }
.nt-form .full, .nt-form-message { grid-column: 1 / -1; }
.nt-form input, .nt-form select, .nt-form textarea { width: 100%; min-height: 49px; padding: 12px 13px; color: var(--nt-ink); background: var(--nt-white); border: 1px solid #a9bac7; border-radius: 7px; }
.nt-form textarea { min-height: 126px; resize: vertical; }
.nt-form input:focus, .nt-form select:focus, .nt-form textarea:focus { border-color: var(--nt-blue); box-shadow: 0 0 0 3px rgba(28, 104, 182, .16); outline: 0; }
.nt-form .nt-consent { display: flex; grid-template-columns: none; flex-direction: row; gap: 10px; align-items: flex-start; font-size: .85rem; font-weight: 500; }
.nt-consent input { width: 19px; min-width: 19px; min-height: 19px; margin-top: 2px; }
.nt-form-message { padding: 14px 16px; border-radius: 7px; }
.nt-form-message.success { color: #1d6541; background: #e9f8f0; border: 1px solid #bde7cf; }
.nt-form-message.error { color: #8b2d2d; background: #fff1f1; border: 1px solid #f0c5c5; }
.nt-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

.nt-voice-hero { overflow: hidden; color: var(--nt-white); background: var(--nt-navy); }
.nt-voice-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 600px; }
.nt-voice-hero-copy { align-self: center; padding: 58px 54px 58px 0; }
.nt-voice-hero-copy h1 { margin: 0; color: var(--nt-white); font-size: clamp(2.65rem, 4.7vw, 4.4rem); line-height: .99; letter-spacing: -.043em; }
.nt-voice-hero-copy > p:not(.nt-eyebrow):not(.nt-pillar-line) { max-width: 670px; margin: 22px 0 27px; color: #d4e0e8; font-size: 1.17rem; }
.nt-voice-hero-image { position: relative; margin-right: calc((100vw - min(var(--nt-container), 100vw - 64px)) / -2); }
.nt-voice-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.nt-voice-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--nt-navy) 0%, rgba(11, 42, 67, .66) 21%, transparent 62%); }

.nt-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.nt-capability-grid article { min-height: 238px; padding: 28px; background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 13px; }
.nt-capability-grid h3 { margin: 34px 0 10px; color: var(--nt-navy); font-size: 1.25rem; line-height: 1.18; }
.nt-capability-grid p { margin: 0; }

.nt-connected-business { display: grid; grid-template-columns: .82fr 1.18fr; gap: 66px; align-items: center; }
.nt-location-visual { position: relative; padding: 30px; background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: var(--nt-radius); box-shadow: var(--nt-shadow); }
.nt-location-core { display: grid; width: 220px; min-height: 130px; place-content: center; margin: 0 auto 25px; color: var(--nt-white); background: var(--nt-navy); border-radius: 14px; font-size: 1.25rem; font-weight: 800; text-align: center; }
.nt-location-core span { display: block; margin-top: 5px; color: #bdd5e7; font-size: .78rem; font-weight: 500; }
.nt-location-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.nt-location-points div { padding: 18px; background: var(--nt-blue-wash); border: 1px solid #c7d6e0; border-radius: 10px; }
.nt-location-points strong, .nt-location-points span { display: block; }
.nt-location-points strong { color: var(--nt-navy); }
.nt-location-points span { margin-top: 4px; font-size: .82rem; }

.nt-environment-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nt-environment-cards article { overflow: hidden; background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 14px; }
.nt-environment-cards img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.nt-environment-cards article > div { padding: 26px; }
.nt-environment-cards h3 { margin: 0 0 10px; color: var(--nt-navy); font-size: 1.32rem; }
.nt-environment-cards p { margin: 0; }
.nt-separate-assessment { display: grid; grid-template-columns: .34fr .66fr; gap: 32px; margin-top: 22px; padding: 27px 30px; background: var(--nt-blue-wash); border-left: 4px solid var(--nt-blue); }
.nt-separate-assessment strong { color: var(--nt-navy); font-size: 1.15rem; }
.nt-separate-assessment p { margin: 0; }

.nt-device-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nt-device-grid article { padding: 24px; background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 14px; }
.nt-device-grid h3 { margin: 22px 0 9px; color: var(--nt-navy); font-size: 1.28rem; }
.nt-device-grid p { margin: 0; }
.nt-device-image, .nt-device-scene, .nt-device-symbol { display: grid; min-height: 245px; place-items: center; overflow: hidden; background: var(--nt-blue-wash); border-radius: 10px; }
.nt-device-image img { max-width: 88%; max-height: 225px; object-fit: contain; mix-blend-mode: multiply; }
.nt-device-scene img { width: 100%; height: 245px; object-fit: cover; }
.nt-device-symbol { position: relative; grid-template-columns: 1fr 1fr; gap: 18px; padding: 45px; }
.nt-screen { width: 120px; height: 88px; background: var(--nt-white); border: 8px solid var(--nt-navy); border-radius: 7px; box-shadow: inset 0 0 0 4px #c7d6e0; }
.nt-phone { width: 58px; height: 105px; background: var(--nt-white); border: 7px solid var(--nt-navy); border-radius: 12px; box-shadow: inset 0 -18px 0 #c7d6e0; }

.nt-reception-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 68px; align-items: start; }
.nt-call-journey { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--nt-line); border-radius: 14px; }
.nt-call-journey div { padding: 27px 23px; border-right: 1px solid var(--nt-line); }
.nt-call-journey div:last-child { border-right: 0; }
.nt-call-journey span { color: var(--nt-blue); font-size: .78rem; font-weight: 800; }
.nt-call-journey strong { display: block; margin-top: 32px; color: var(--nt-navy); }
.nt-call-journey p { margin-bottom: 0; font-size: .9rem; }
.nt-reception-layout > .nt-note { grid-column: 2; }

.nt-integration-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 50px; }
.nt-integration-grid article { padding: 36px; color: var(--nt-text); background: var(--nt-white); border-radius: 14px; }
.nt-integration-grid h3 { margin: 0 0 16px; color: var(--nt-navy); font-size: 1.55rem; line-height: 1.2; }
.nt-integration-grid li { margin-bottom: 6px; }
.nt-integration-label { color: var(--nt-blue); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }

.nt-voice-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.nt-voice-choice article { padding: 38px; background: var(--nt-white); border: 1px solid var(--nt-line); border-top: 5px solid var(--nt-blue); border-radius: 12px; box-shadow: 0 12px 30px rgba(11, 42, 67, .06); }
.nt-choice-kicker { margin: 0 0 24px; color: var(--nt-blue); font-size: .82rem; font-weight: 800; letter-spacing: .14em; }
.nt-voice-choice h3 { margin: 0 0 14px; color: var(--nt-navy); font-size: 1.7rem; }
.nt-voice-choice li { margin-bottom: 7px; }

.nt-process-list { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--nt-line); }
.nt-process-list li { display: grid; grid-template-columns: 110px 1fr; gap: 32px; padding: 24px 0; border-bottom: 1px solid var(--nt-line); }
.nt-process-list li > span, .nt-process-card > span { color: var(--nt-blue); font-weight: 800; }
.nt-process-list h3 { margin: 0 0 5px; color: var(--nt-navy); font-size: 1.28rem; }
.nt-process-list p { margin: 0; }
.nt-process-card { padding: 28px; background: var(--nt-white); border: 1px solid var(--nt-line); }
.nt-process-card h3 { margin: 28px 0 10px; color: var(--nt-navy); }
.nt-process-card p { margin: 0; }

/* Voice V3.2 compact visual rhythm. This remains scoped to the Voice template. */
.nt-voice-page .nt-section { padding: 64px 0; }
.nt-voice-page .nt-h2 { font-size: clamp(2rem, 3.3vw, 3rem); }
.nt-voice-page .nt-section-intro { margin-bottom: 36px; }
.nt-voice-page .nt-two-col { gap: 48px; margin-bottom: 36px; }
.nt-voice-page .nt-center { margin-top: 28px; }
.nt-voice-page .nt-capability-grid article { min-height: 190px; padding: 22px; }
.nt-voice-page .nt-capability-grid h3 { margin-top: 24px; }
.nt-voice-page .nt-connected-business { gap: 48px; }
.nt-voice-page .nt-location-visual { padding: 24px; }
.nt-voice-page .nt-location-core { width: 200px; min-height: 108px; margin-bottom: 18px; }
.nt-voice-page .nt-location-points div { padding: 14px; }
.nt-voice-page .nt-environment-cards img { height: 200px; aspect-ratio: auto; }
.nt-voice-page .nt-environment-cards article > div { padding: 20px; }
.nt-voice-page .nt-separate-assessment { padding: 22px 25px; }
.nt-voice-page .nt-device-grid article { padding: 18px; }
.nt-voice-page .nt-device-grid h3 { margin-top: 17px; }
.nt-voice-page .nt-device-image,
.nt-voice-page .nt-device-scene,
.nt-voice-page .nt-device-symbol { min-height: 190px; }
.nt-voice-page .nt-device-image img { max-width: 82%; max-height: 172px; }
.nt-voice-page .nt-device-scene img { height: 190px; }
.nt-voice-page .nt-device-symbol { padding: 32px; }
.nt-voice-page .nt-screen { width: 105px; height: 76px; }
.nt-voice-page .nt-phone { width: 52px; height: 94px; }
.nt-voice-page .nt-reception-layout { gap: 48px; }
.nt-voice-page .nt-call-journey div { padding: 21px 18px; }
.nt-voice-page .nt-call-journey strong { margin-top: 20px; }
.nt-voice-page .nt-integration-grid { margin-top: 34px; }
.nt-voice-page .nt-integration-grid article { padding: 28px; }
.nt-voice-page .nt-voice-choice article { padding: 30px; }
.nt-voice-page .nt-choice-kicker { margin-bottom: 18px; }
.nt-voice-page .nt-process-list li { grid-template-columns: 82px 1fr; gap: 24px; padding: 17px 0; }
.nt-voice-page .nt-form-layout { gap: 48px; }
.nt-voice-page .nt-form { gap: 14px; padding: 27px; }
.nt-voice-page .nt-form input,
.nt-voice-page .nt-form select,
.nt-voice-page .nt-form textarea { min-height: 46px; }
.nt-voice-page .nt-form textarea { min-height: 105px; }
.nt-voice-page .nt-support-route { padding: 46px 0; }

.nt-support-route, .nt-support-hero { color: var(--nt-white); background: var(--nt-navy); }
.nt-support-route { padding: 58px 0; }
.nt-support-route-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.nt-support-route h2 { margin: 0; color: var(--nt-white); font-size: 2.4rem; }
.nt-support-route p { margin: 8px 0 0; }
.nt-support-hero { padding: 100px 0; }
.nt-support-hero .nt-h1, .nt-support-hero .nt-lead { color: var(--nt-white); }
.nt-support-hero .nt-lead { max-width: 750px; }
.nt-support-options { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.nt-support-options article { padding: 42px; background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: var(--nt-radius); }
.nt-support-options h2 { margin: 0 0 12px; color: var(--nt-navy); font-size: 2rem; line-height: 1.15; }
.nt-support-primary { box-shadow: var(--nt-shadow); }
.nt-support-guidance { max-width: 900px; }

.nt-service-hero { overflow: hidden; padding: 45px 0; background: linear-gradient(100deg, #fff 0%, #fff 55%, var(--nt-blue-wash) 100%); }
.nt-service-hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 56px; align-items: center; }
.nt-service-hero-grid .nt-lead { margin-bottom: 30px; }
.nt-service-hero-grid > img { width: 100%; min-height: 470px; object-fit: cover; border-radius: var(--nt-radius); }
.nt-cross-service { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; }
.nt-page-hero { padding: 100px 0; background: var(--nt-blue-wash); }
.nt-page-hero .nt-lead { max-width: 850px; }
.nt-page-content { padding: 80px 0 105px; }

/* Compatibility for retained non-primary templates. */
.nt-card-grid, .nt-product-grid, .nt-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nt-card, .nt-product-card, .nt-feature { padding: 28px; background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 13px; }
.nt-card h2, .nt-card h3, .nt-product-card h3, .nt-feature strong { color: var(--nt-navy); }
.nt-card-link { font-weight: 800; text-decoration: none; }
.nt-outcome-list { display: grid; gap: 10px; }
.nt-outcome-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 17px; background: var(--nt-white); border: 1px solid var(--nt-line); }
.nt-outcome-item span { color: var(--nt-blue); font-weight: 800; }
.nt-standard-panel { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 42px; color: var(--nt-white); background: var(--nt-navy); border-radius: var(--nt-radius); }
.nt-standard-panel h2 { color: var(--nt-white); }
.nt-solution-hero { padding: 65px 0; background: var(--nt-blue-wash); }
.nt-solution-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.nt-solution-name { margin: 5px 0 15px; color: var(--nt-navy); font-size: clamp(3rem, 6vw, 5rem); line-height: 1; }
.nt-solution-image img { width: 100%; min-height: 470px; object-fit: cover; border-radius: var(--nt-radius); }

/* Connectivity V3.3 customer journey. */
.nt-connect-hero, .nt-campaign-hero { overflow: hidden; color: var(--nt-white); background: var(--nt-navy); }
.nt-connect-hero-grid, .nt-campaign-hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 650px; align-items: stretch; }
.nt-connect-hero-copy, .nt-campaign-hero-grid > div:first-child { align-self: center; padding: 70px 60px 70px 0; }
.nt-connect-hero h1, .nt-campaign-hero h1 { max-width: 790px; margin: 0; color: var(--nt-white); font-size: clamp(3rem, 5vw, 5.15rem); line-height: .95; letter-spacing: -.05em; }
.nt-connect-hero h2 { max-width: 720px; margin: 24px 0 0; color: #b9d8ee; font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.12; }
.nt-connect-hero-copy > p:not(.nt-eyebrow):not(.nt-connect-qualifier), .nt-campaign-hero-grid > div:first-child > p:not(.nt-eyebrow):not(.nt-connect-qualifier) { max-width: 720px; margin: 24px 0 30px; color: #d4e0e8; font-size: 1.12rem; }
.nt-connect-qualifier { margin: 24px 0 0; color: #b9cddd; font-size: .86rem; }
.nt-connect-hero-image { position: relative; margin-right: calc((100vw - min(var(--nt-container), 100vw - 64px)) / -2); }
.nt-connect-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.nt-connect-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--nt-navy), rgba(11, 42, 67, .45) 22%, transparent 60%); }
.nt-connect-choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.nt-connect-choice { position: relative; min-height: 330px; padding: 30px; background: var(--nt-white); border: 1px solid var(--nt-line); border-top: 5px solid var(--nt-blue); border-radius: 14px; box-shadow: 0 12px 28px rgba(11, 42, 67, .06); }
.nt-connect-choice--pro { border-top-color: var(--nt-green); }
.nt-connect-choice--dedicated { border-top-color: var(--nt-orange); }
.nt-connect-choice--air { border-top-color: var(--nt-teal); }
.nt-connect-choice > span { color: var(--nt-blue); font-size: .78rem; font-weight: 800; }
.nt-connect-choice h3 { margin: 54px 0 13px; color: var(--nt-navy); font-size: 1.55rem; line-height: 1.15; }
.nt-connect-choice p { margin: 0 0 23px; }
.nt-connect-choice a { position: absolute; right: 30px; bottom: 28px; left: 30px; font-weight: 800; text-decoration: none; }
.nt-choice-badge { position: absolute; top: 20px; right: 20px; left: 60px; color: var(--nt-green); font-size: .66rem; font-weight: 800; letter-spacing: .07em; text-align: right; }
.nt-profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.nt-profile-card { padding: 34px; background: var(--nt-white); border: 1px solid var(--nt-line); border-left: 6px solid var(--nt-blue); border-radius: 14px; }
.nt-profile-card--pro { border-left-color: var(--nt-green); }
.nt-profile-card--dedicated { border-left-color: var(--nt-orange); }
.nt-profile-card--air { border-left-color: var(--nt-teal); }
.nt-profile-card header { position: relative; padding-bottom: 18px; border-bottom: 1px solid var(--nt-line); }
.nt-profile-card header p { margin: 0 0 6px; color: var(--nt-blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.nt-profile-card header h3 { margin: 0; color: var(--nt-navy); font-size: 1.8rem; line-height: 1.15; }
.nt-profile-card header span { position: absolute; top: 0; right: 0; padding: 5px 8px; color: var(--nt-white); background: var(--nt-green); border-radius: 4px; font-size: .65rem; font-weight: 800; }
.nt-speed-line { margin: 22px 0 17px; color: var(--nt-navy); font-size: 1.2rem; font-weight: 800; }
.nt-speed-line span { color: var(--nt-muted); font-size: .75rem; }
.nt-speed-line small { display: block; margin-top: 5px; color: var(--nt-muted); font-size: .78rem; font-weight: 500; }
.nt-profile-card ul, .nt-connect-panel ul, .nt-campaign-value-grid ul { padding-left: 20px; }
.nt-profile-card li, .nt-connect-panel li, .nt-campaign-value-grid li { margin-bottom: 7px; }
.nt-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--nt-line); border-radius: 14px; }
.nt-value-grid article { padding: 30px; border-right: 1px solid var(--nt-line); }
.nt-value-grid article:last-child { border-right: 0; }
.nt-value-grid span { color: var(--nt-blue); font-size: .76rem; font-weight: 800; }
.nt-value-grid h3 { margin: 38px 0 10px; color: var(--nt-navy); }
.nt-value-grid p { margin: 0; }
.nt-decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.nt-check-list { padding-left: 22px; }
.nt-check-list li { margin-bottom: 9px; }
.nt-tech-details details, .nt-faq-list details { background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 8px; }
.nt-tech-details details + details, .nt-faq-list details + details { margin-top: 10px; }
.nt-tech-details summary, .nt-faq-list summary { padding: 16px 18px; color: var(--nt-navy); font-weight: 800; cursor: pointer; }
.nt-tech-details p, .nt-faq-list p { margin: 0; padding: 0 18px 18px; }
.nt-response-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nt-response-grid article { padding: 29px; background: var(--nt-blue-wash); border-top: 4px solid var(--nt-blue); border-radius: 9px; }
.nt-response-grid article:nth-child(2) { border-top-color: var(--nt-green); }
.nt-response-grid article:nth-child(3) { border-top-color: var(--nt-orange); }
.nt-response-grid span, .nt-response-grid strong { display: block; }
.nt-response-grid span { margin-bottom: 22px; color: var(--nt-muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.nt-response-grid strong { color: var(--nt-navy); font-size: 1.5rem; }
.nt-connect-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.nt-connect-panel { padding: 40px; border-radius: 16px; }
.nt-connect-panel h2 { margin: 0; color: var(--nt-navy); font-size: 2rem; line-height: 1.13; }
.nt-connect-panel--voice { background: var(--nt-white); border: 1px solid var(--nt-line); }
.nt-connect-panel--continuity { color: #dce8f2; background: var(--nt-navy); }
.nt-connect-panel--continuity h2 { color: var(--nt-white); }
.nt-install-journey { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.nt-install-journey li { min-height: 130px; padding: 24px; background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 10px; }
.nt-install-journey span, .nt-install-journey strong { display: block; }
.nt-install-journey span { color: var(--nt-blue); font-size: .75rem; font-weight: 800; }
.nt-install-journey strong { margin-top: 24px; color: var(--nt-navy); }
.nt-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.nt-connect-final { padding: 76px 0; color: var(--nt-white); background: linear-gradient(105deg, var(--nt-navy) 0%, #114b77 100%); }
.nt-connect-final h2 { max-width: 900px; margin: 0; color: var(--nt-white); font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.02; }
.nt-connect-final p:not(.nt-eyebrow) { max-width: 740px; margin: 20px 0 26px; color: #d4e0e8; font-size: 1.12rem; }

/* Vereeniging campaign page. */
.nt-campaign-hero-grid { min-height: 560px; }
.nt-campaign-hero h1 { font-size: clamp(2.7rem, 4.5vw, 4.6rem); }
.nt-campaign-summary { display: grid; align-self: center; gap: 10px; padding: 46px; background: linear-gradient(150deg, #fff, #e8f2fa); border-left: 9px solid var(--nt-blue); border-radius: 18px; box-shadow: var(--nt-shadow); }
.nt-campaign-summary strong { color: var(--nt-navy); font-size: 1.5rem; }
.nt-campaign-summary span { padding: 13px 15px; color: var(--nt-navy); background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 7px; font-weight: 800; }
.nt-campaign-summary small { color: var(--nt-muted); }
.nt-campaign-guide { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.nt-campaign-guide article { padding: 28px; border: 1px solid var(--nt-line); border-radius: 12px; }
.nt-campaign-guide span { color: var(--nt-blue); font-size: .76rem; font-weight: 800; }
.nt-campaign-guide h3 { margin: 34px 0 9px; color: var(--nt-navy); }
.nt-campaign-package { margin-bottom: 26px; padding: 32px; background: var(--nt-white); border: 1px solid var(--nt-line); border-left: 7px solid var(--nt-blue); border-radius: 14px; box-shadow: 0 10px 28px rgba(11, 42, 67, .05); }
.nt-campaign-package--pro { border-left-color: var(--nt-green); }
.nt-campaign-package--dedicated { border-left-color: var(--nt-orange); }
.nt-campaign-package--air { border-left-color: var(--nt-teal); }
.nt-campaign-package-head { display: flex; justify-content: space-between; gap: 30px; align-items: start; margin-bottom: 24px; }
.nt-campaign-package-head p { margin: 0 0 5px; color: var(--nt-blue); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.nt-campaign-package-head h3 { margin: 0; color: var(--nt-navy); font-size: 1.7rem; }
.nt-campaign-package-head > span { max-width: 300px; padding: 8px 10px; color: var(--nt-navy); background: var(--nt-blue-wash); border-radius: 5px; font-size: .72rem; font-weight: 800; text-align: right; }
.nt-price-table-wrap { overflow-x: auto; }
.nt-price-table { width: 100%; border-collapse: collapse; color: var(--nt-ink); background: var(--nt-white); font-size: .91rem; }
.nt-price-table th, .nt-price-table td { min-width: 135px; padding: 14px 13px; border-bottom: 1px solid var(--nt-line); text-align: left; vertical-align: top; }
.nt-price-table th { color: var(--nt-white); background: var(--nt-navy); font-size: .75rem; letter-spacing: .04em; }
.nt-price-table td:nth-child(2) { color: var(--nt-navy); font-size: 1.06rem; font-weight: 800; white-space: nowrap; }
.nt-package-includes { margin: 22px 0 0; }
.nt-campaign-value-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; }
.nt-hardware-strip { padding: 30px; background: var(--nt-blue-wash); border-left: 5px solid var(--nt-blue); border-radius: 9px; }
.nt-hardware-strip > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nt-hardware-strip span { padding: 12px; color: var(--nt-navy); background: var(--nt-white); border: 1px solid var(--nt-line); border-radius: 6px; font-weight: 800; }
.nt-price-table--dark { color: var(--nt-ink); }
.nt-price-table--dark th { background: #124a72; }
.nt-continuity-terms { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 25px; color: #d4e0e8; }

/* Keep the consent notice visible without hiding the website hero. */
.cookieadmin_law_container.cookieadmin_box { width: min(420px, calc(100vw - 32px)) !important; max-width: 420px !important; right: auto !important; bottom: 16px !important; left: 16px !important; }
.cookieadmin_law_container .cookieadmin_consent_inside { padding: 20px !important; border-radius: 12px !important; box-shadow: 0 18px 45px rgba(7, 31, 51, .22) !important; }
.cookieadmin_law_container #cookieadmin_notice_title { margin-bottom: 8px !important; color: var(--nt-navy) !important; font-size: 1.05rem !important; }
.cookieadmin_law_container #cookieadmin_notice { font-size: .84rem !important; line-height: 1.45 !important; }
.cookieadmin_law_container .cookieadmin_consent_btns { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 7px !important; }
.cookieadmin_law_container .cookieadmin_btn { min-width: 0 !important; padding: 9px 7px !important; font-size: .75rem !important; }
.cookieadmin_re_consent { right: 12px !important; bottom: 12px !important; transform: scale(.82); transform-origin: right bottom; }

.nt-footer-cta { color: var(--nt-white); background: var(--nt-blue); }
.nt-footer-cta-inner { display: flex; padding: 44px 0; align-items: center; justify-content: space-between; gap: 32px; }
.nt-footer-cta h2 { margin: 0; color: var(--nt-white); font-size: 2rem; }
.nt-footer-main { color: #d4e0e8; background: var(--nt-navy-deep); }
.nt-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 44px; padding: 58px 0; }
.nt-footer-brand img { width: 220px; filter: brightness(0) invert(1); }
.nt-footer-brand strong { color: var(--nt-white); font-size: .78rem; letter-spacing: .14em; }
.nt-footer-col h3 { margin: 0 0 17px; color: var(--nt-white); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.nt-footer-col a { display: block; margin-bottom: 9px; color: #d4e0e8; text-decoration: none; }
.nt-footer-col a:hover { color: var(--nt-white); text-decoration: underline; }
.nt-footer-col p { font-size: .86rem; }
.nt-footer-bottom { display: flex; padding: 21px 0; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .78rem; }

@media (max-width: 1180px) {
  .nt-header-cta { display: none; }
  .nt-main-nav-list, .nt-main-nav ul { gap: 15px; }
  .nt-service-paths, .nt-trust-grid, .nt-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .nt-trust-grid article:nth-child(2) { border-right: 0; }
  .nt-trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--nt-line); }
  .nt-device-grid, .nt-card-grid, .nt-product-grid, .nt-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .nt-call-journey { grid-template-columns: repeat(2, 1fr); }
  .nt-call-journey div:nth-child(2) { border-right: 0; }
  .nt-call-journey div:nth-child(-n+2) { border-bottom: 1px solid var(--nt-line); }
  .nt-connect-choice-grid, .nt-campaign-guide, .nt-value-grid { grid-template-columns: repeat(2, 1fr); }
  .nt-value-grid article:nth-child(2) { border-right: 0; }
  .nt-value-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--nt-line); }
}

@media (max-width: 920px) {
  .nt-menu-toggle { display: inline-flex; }
  .nt-main-nav { position: absolute; top: 79px; right: 20px; left: 20px; display: none; padding: 18px; background: var(--nt-white); border: 1px solid var(--nt-line); box-shadow: var(--nt-shadow); }
  .nt-main-nav.is-open { display: block; }
  .nt-main-nav-list, .nt-main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nt-main-nav li { border-bottom: 1px solid var(--nt-line); }
  .nt-main-nav li:last-child { border-bottom: 0; }
  .nt-main-nav a { display: block; padding: 11px 5px; }
  .nt-hero-grid, .nt-voice-hero-grid, .nt-environment-grid, .nt-form-layout, .nt-connected-business, .nt-reception-layout, .nt-service-hero-grid, .nt-two-col, .nt-cross-service { grid-template-columns: 1fr; }
  .nt-hero-copy, .nt-voice-hero-copy { padding: 62px 0 52px; }
  .nt-hero-visual, .nt-voice-hero-image { min-height: 460px; margin-right: 0; }
  .nt-hero-visual::before, .nt-voice-hero-image::after { background: linear-gradient(180deg, #fff 0%, transparent 28%); }
  .nt-voice-hero-image::after { background: linear-gradient(180deg, var(--nt-navy) 0%, transparent 28%); }
  .nt-two-col { gap: 24px; align-items: start; }
  .nt-environment-cards, .nt-integration-grid, .nt-service-paths, .nt-support-options { grid-template-columns: 1fr; }
  .nt-environment-images { grid-template-columns: repeat(3, 1fr); }
  .nt-environment-images figure { min-height: 230px; }
  .nt-reception-layout > .nt-note { grid-column: 1; }
  .nt-footer-grid { grid-template-columns: 1fr 1fr; }
  .nt-voice-hero-grid { min-height: auto; }
  .nt-voice-page .nt-section { padding: 56px 0; }
  .nt-voice-page .nt-environment-cards img { height: 240px; }
  .nt-connect-hero-grid, .nt-campaign-hero-grid, .nt-decision-grid, .nt-connect-split, .nt-faq-layout, .nt-campaign-value-grid { grid-template-columns: 1fr; }
  .nt-connect-hero-copy, .nt-campaign-hero-grid > div:first-child { padding: 62px 0 48px; }
  .nt-connect-hero-image { min-height: 420px; margin-right: 0; }
  .nt-campaign-summary { margin-bottom: 55px; }
  .nt-profile-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .nt-container { width: min(100% - 36px, var(--nt-container)); }
  .nt-section { padding: 70px 0; }
  .nt-brand img, .custom-logo { width: 185px; }
  .nt-header-inner { min-height: 78px; }
  .nt-h1 { font-size: 2.65rem; }
  .nt-h2 { font-size: 2.15rem; }
  .nt-pillar-line { letter-spacing: .12em; }
  .nt-actions { flex-direction: column; align-items: stretch; }
  .nt-button { width: 100%; }
  .nt-hero-copy, .nt-voice-hero-copy { padding: 50px 0 42px; }
  .nt-hero-visual, .nt-voice-hero-image { min-height: 330px; }
  .nt-voice-hero-copy h1 { font-size: 2.65rem; }
  .nt-service-paths, .nt-trust-grid, .nt-capability-grid, .nt-device-grid, .nt-location-points, .nt-journey-split, .nt-voice-choice, .nt-call-journey, .nt-form, .nt-environment-images, .nt-footer-grid, .nt-card-grid, .nt-product-grid, .nt-feature-grid { grid-template-columns: 1fr; }
  .nt-trust-grid article, .nt-trust-grid article:nth-child(2), .nt-trust-grid article:nth-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--nt-line); }
  .nt-trust-grid article:last-child { border-bottom: 0; }
  .nt-capability-grid article, .nt-service-path { min-height: auto; }
  .nt-service-path h3 { margin-top: 32px; }
  .nt-service-path p { min-height: auto; }
  .nt-environment-images figure { min-height: 260px; }
  .nt-journey-panel { min-height: auto; padding: 30px 24px; }
  .nt-form { padding: 24px 20px; }
  .nt-form .full, .nt-form-message { grid-column: auto; }
  .nt-separate-assessment { grid-template-columns: 1fr; gap: 10px; }
  .nt-call-journey div, .nt-call-journey div:nth-child(2), .nt-call-journey div:nth-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--nt-line); }
  .nt-call-journey div:last-child { border-bottom: 0; }
  .nt-integration-grid article, .nt-voice-choice article { padding: 28px 23px; }
  .nt-process-list li { grid-template-columns: 52px 1fr; gap: 16px; }
  .nt-support-route-inner, .nt-footer-cta-inner, .nt-footer-bottom { flex-direction: column; align-items: flex-start; }
  .nt-support-route h2 { font-size: 2rem; }
  .nt-service-hero-grid > img, .nt-solution-image img { min-height: 310px; }
  .nt-voice-page .nt-section { padding: 48px 0; }
  .nt-voice-page .nt-h2 { font-size: 2rem; }
  .nt-voice-page .nt-section-intro { margin-bottom: 30px; }
  .nt-voice-page .nt-environment-cards img { height: 210px; }
  .nt-voice-page .nt-device-image,
  .nt-voice-page .nt-device-scene,
  .nt-voice-page .nt-device-symbol { min-height: 180px; }
  .nt-voice-page .nt-device-scene img { height: 180px; }
  .nt-voice-page .nt-process-list li { grid-template-columns: 46px 1fr; gap: 14px; }
  .nt-voice-page .nt-form { padding: 22px 18px; }
  .nt-connect-choice-grid, .nt-campaign-guide, .nt-value-grid, .nt-response-grid, .nt-install-journey { grid-template-columns: 1fr; }
  .nt-connect-hero h1, .nt-campaign-hero h1 { font-size: 2.7rem; }
  .nt-connect-hero-image { min-height: 310px; }
  .nt-connect-choice { min-height: 290px; }
  .nt-profile-card, .nt-connect-panel, .nt-campaign-package { padding: 25px 21px; }
  .nt-profile-card header span { position: static; display: inline-block; margin-top: 12px; }
  .nt-value-grid article, .nt-value-grid article:nth-child(2), .nt-value-grid article:nth-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--nt-line); }
  .nt-value-grid article:last-child { border-bottom: 0; }
  .nt-campaign-package-head { display: grid; gap: 14px; }
  .nt-campaign-package-head > span { text-align: left; }
  .nt-campaign-summary { padding: 28px 22px; }
  .nt-continuity-terms, .nt-hardware-strip > div { grid-template-columns: 1fr; }
  .cookieadmin_law_container.cookieadmin_box { right: 10px !important; bottom: 10px !important; left: 10px !important; width: auto !important; max-width: none !important; }
  .cookieadmin_law_container .cookieadmin_consent_inside { padding: 16px !important; }
  .cookieadmin_law_container #cookieadmin_notice { max-height: 78px; overflow-y: auto; }
}

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