@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --nt-navy: #0A0C18;
  --nt-ivory: #F7F5F1;
  --nt-red: #E7302A;
  --nt-sand: #E9E5DE;
  --nt-slate: #4A4E5F;
  --nt-white: #FFFFFF;
  --nt-line: rgba(10, 12, 24, .16);
  --nt-max: 1240px;
  --nt-radius: 0;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--nt-ivory); color: var(--nt-navy); font-family: Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.admin-bar .nt-header { top: 32px; }
*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.elementor-location-single, .elementor-page { overflow-x: clip; }
.nt-site { overflow: clip; background: #F7F5F1; }
.nt-shell { width: min(calc(100% - 48px), var(--nt-max)); margin-inline: auto; }
.nt-section { position: relative; padding: 104px 0; background: #F7F5F1; }
.nt-section--tight { padding: 72px 0; }
.nt-section--dark { background: #0A0C18; color: #F7F5F1; }
.nt-section--sand { background: #E9E5DE; }
.nt-section--red { background: #E7302A; color: #FFFFFF; }
.nt-kicker { margin: 0 0 24px; font: 500 12px/1.4 'IBM Plex Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.nt-kicker::before { content: ''; display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.nt-title { max-width: 900px; margin: 0; font: 500 clamp(36px, 4.4vw, 58px)/1.06 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.04em; }
.nt-title em { color: var(--nt-red); font-style: normal; font-weight: 500; }
.nt-title--sm { font-size: clamp(32px, 3.9vw, 52px); }
.nt-lede { max-width: 760px; margin: 26px 0 0; color: #343846; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.58; }
.nt-section--dark .nt-lede, .nt-section--red .nt-lede { color: rgba(247,245,241,.9); }
.nt-copy { color: #383D4B; font-size: 17px; line-height: 1.72; }
.nt-copy strong { color: var(--nt-navy); }
.nt-section--dark .nt-copy, .nt-section--dark .nt-copy strong { color: rgba(247,245,241,.88); }
.nt-grid { display: grid; gap: 24px; }
.nt-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nt-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nt-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nt-split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); gap: clamp(56px, 8vw, 120px); align-items: center; }
.nt-rule { border: 0; border-top: 1px solid var(--nt-line); margin: 0; }
.nt-tag { display: inline-flex; align-items: center; min-height: 32px; padding: 8px 12px; border: 0; border-radius: 0; background: rgba(247,245,241,.14); font: 500 11px/1.2 'IBM Plex Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.nt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 13px 22px; border: 0; border-radius: var(--nt-radius); background: var(--nt-navy); color: var(--nt-ivory); font: 700 13px/1.2 Inter, sans-serif; letter-spacing: .02em; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nt-btn::after { content: '↗'; font-size: 15px; }
.nt-btn:hover { transform: translateY(-2px); background: var(--nt-red); color: var(--nt-white); }
.nt-btn--light { background: var(--nt-ivory); color: var(--nt-navy); }
.nt-btn--ghost { background: rgba(247,245,241,.14); color: var(--nt-ivory); }
.nt-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }

.nt-header { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; background: rgba(10,12,24,.98); color: var(--nt-ivory); border: 0; backdrop-filter: blur(10px); }
.nt-header__inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.nt-brand { position: relative; flex: 0 0 auto; width: 116px; text-decoration: none; }
.nt-brand img { display: block; width: 116px; height: auto; max-height: none; filter: brightness(0) invert(1); image-rendering: auto; }
.nt-brand::after { content: ''; position: absolute; top: 39px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--nt-red); pointer-events: none; }
.nt-nav { margin-left: auto; }
.nt-nav ul { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.nt-nav a { position: relative; padding: 28px 0 25px; color: rgba(247,245,241,.84); font-size: 13px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.nt-nav a::after { content: ''; position: absolute; right: 0; bottom: 19px; left: 0; height: 1px; background: var(--nt-red); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nt-nav a:hover, .nt-nav .current-menu-item > a { color: var(--nt-ivory); }
.nt-nav a:hover::after, .nt-nav .current-menu-item > a::after { transform: scaleX(1); }
.nt-header__cta { flex: 0 0 auto; min-height: 42px; padding: 10px 16px; background: var(--nt-red); }
.nt-header__cta::after { content: '→'; }
.nt-menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: rgba(247,245,241,.1); color: var(--nt-ivory); }
.nt-menu-toggle span, .nt-menu-toggle::before, .nt-menu-toggle::after { content: ''; display: block; width: 19px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

.nt-hero { min-height: 88vh; display: grid; place-items: end start; padding: 180px 0 88px; color: var(--nt-ivory); background-color: var(--nt-navy); background-position: center calc(50% + var(--nt-parallax-y, 0px)); background-size: cover; will-change: background-position; }
.nt-hero::before { content: ''; position: absolute; inset: 0; background: rgba(10,12,24,.64); }
.nt-hero .nt-shell { position: relative; z-index: 1; }
.nt-hero__eyebrow { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.nt-hero h1 { max-width: 920px; margin: 0; font: 500 clamp(50px, 7.2vw, 92px)/.94 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.05em; }
.nt-hero h1 em { display: block; color: var(--nt-red); font-style: normal; font-weight: 500; }
.nt-hero__text { max-width: 650px; margin: 30px 0 0; color: #F7F5F1; font-size: 18px; line-height: 1.58; }
.nt-hero--inner { min-height: 64vh; padding-top: 170px; }
.nt-hero--inner h1 { font-size: clamp(44px, 5.8vw, 76px); }
.nt-coordinates { position: absolute; right: 24px; bottom: 26px; z-index: 1; color: rgba(247,245,241,.82); font: 400 10px/1.4 'IBM Plex Mono', monospace; letter-spacing: .1em; writing-mode: vertical-rl; }

.nt-statement { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; align-items: start; }
.nt-statement blockquote { margin: 0; font: 500 clamp(34px, 4.2vw, 56px)/1.1 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.035em; }
.nt-statement blockquote em { color: var(--nt-red); font-style: normal; font-weight: 500; }
.nt-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 34px; border: 0; background: #FFFFFF; box-shadow: 0 18px 45px rgba(10,12,24,.05); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.nt-card--dark { border: 0; background: rgba(247,245,241,.075); box-shadow: none; }
.nt-card__number { margin-bottom: 48px; color: var(--nt-red); font: 500 12px/1 'IBM Plex Mono', monospace; }
.nt-card h3 { margin: 0 0 14px; font: 600 25px/1.18 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.03em; }
.nt-card h3.nt-card__metric { font-size: clamp(36px, 4vw, 46px); letter-spacing: -.04em; }
.nt-card p { margin: 0; color: #3B404D; line-height: 1.65; }
.nt-card--dark p { color: #E9E7E2; }
.nt-card__link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; padding-top: 24px; color: #E7302A; font-size: 13px; font-weight: 700; text-decoration: none; }
.nt-card__link::after { content: '→'; transition: transform .2s ease; }
.nt-card__link:hover::after { transform: translateX(4px); }
.nt-stat { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 0; background: rgba(247,245,241,.08); transition: transform .25s ease, background .25s ease; }
.nt-stat strong { display: block; font: 600 clamp(48px, 5vw, 74px)/1 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.045em; }
.nt-stat strong span { color: var(--nt-red); }
.nt-stat p { max-width: 220px; margin: 0; color: #E9E7E2; font-size: 14px; line-height: 1.5; }
.nt-media { position: relative; min-height: 520px; overflow: hidden; background: var(--nt-sand); }
.nt-media img { width: 100%; height: 100%; min-height: inherit; border: 0; outline: 0; object-fit: cover; transform: scale(1.06) translate3d(0, var(--nt-image-parallax-y, 0px), 0); transform-origin: center; will-change: transform; }
.nt-media::after { content: none; }
.nt-caption { position: absolute; right: 18px; bottom: 18px; padding: 8px 10px; border: 0; background: rgba(10,12,24,.94); color: var(--nt-ivory); font: 400 10px/1.4 'IBM Plex Mono', monospace; letter-spacing: .08em; }

.nt-comparison { width: 100%; border-collapse: collapse; margin-top: 46px; background: #FFFFFF; }
.nt-comparison th, .nt-comparison td { padding: 22px 18px; border-bottom: 1px solid var(--nt-line); text-align: left; vertical-align: middle; }
.nt-comparison th { background: #E9E5DE; color: #343846; font: 500 11px/1.4 'IBM Plex Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.nt-comparison td { color: #171A26; font-size: 16px; }
.nt-comparison td:nth-child(3) { color: var(--nt-red); font-weight: 700; }
.nt-comparison tbody tr { transition: background .2s ease; }
.nt-section--dark .nt-comparison th, .nt-section--dark .nt-comparison td { border-color: rgba(247,245,241,.16); }
.nt-section--dark .nt-comparison th { color: rgba(247,245,241,.78); }
.nt-note { margin-top: 28px; padding: 18px 20px; border: 0; background: #FFFFFF; color: #343846; font-size: 13px; line-height: 1.65; }
.nt-section--dark .nt-note { background: #1A1D2A; color: #F0EEE9; }
.nt-source-list { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.nt-source-list a { display: inline-flex; gap: 10px; color: var(--nt-slate); font-size: 14px; text-underline-offset: 4px; }
.nt-source-list a::before { content: '↗'; color: var(--nt-red); }

.nt-service { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 34px 18px 36px 0; border-top: 1px solid var(--nt-line); transition: padding .25s ease, background .25s ease; }
.nt-service__num { color: var(--nt-red); font: 500 12px/1.4 'IBM Plex Mono', monospace; }
.nt-service h3 { margin: 0 0 12px; font: 600 clamp(26px, 3vw, 36px)/1.1 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.035em; }
.nt-service__intro { max-width: 760px; margin: 0 0 18px; color: #3B404D; line-height: 1.62; }
.nt-service ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 0; padding: 0; list-style: none; color: #343846; }
.nt-service li { position: relative; padding-left: 16px; line-height: 1.55; }
.nt-service li::before { content: ''; position: absolute; top: .7em; left: 0; width: 5px; height: 5px; background: var(--nt-red); border-radius: 50%; }
.nt-service__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: #E7302A; font-size: 13px; font-weight: 700; text-decoration: none; }
.nt-service__link::after { content: '→'; transition: transform .2s ease; }
.nt-service__link:hover::after { transform: translateX(4px); }

.nt-price { position: relative; padding: 40px; border: 0; background: var(--nt-white); box-shadow: 0 20px 50px rgba(10,12,24,.055); transition: transform .25s ease, box-shadow .25s ease; }
.nt-price--featured { background: var(--nt-navy); color: var(--nt-ivory); transform: translateY(-18px); }
.nt-price__label { color: var(--nt-red); font: 500 11px/1.4 'IBM Plex Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.nt-price h3 { margin: 20px 0 8px; font: 600 30px/1.08 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.035em; }
.nt-price__amount { margin: 34px 0; font: 600 clamp(42px, 4.7vw, 60px)/1 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.04em; }
.nt-price__amount small { color: var(--nt-slate); font: 500 13px/1.3 Inter, sans-serif; }
.nt-price--featured .nt-price__amount small { color: rgba(247,245,241,.82); }
.nt-price ul { display: grid; gap: 14px; margin: 0; padding: 24px 0 0; border-top: 1px solid var(--nt-line); list-style: none; }
.nt-price--featured ul { border-color: rgba(247,245,241,.18); }
.nt-price li { display: flex; justify-content: space-between; gap: 24px; color: var(--nt-slate); }
.nt-price--featured li { color: rgba(247,245,241,.88); }
.nt-price li strong { color: inherit; white-space: nowrap; }

.nt-steps { counter-reset: nt-step; }
.nt-step { counter-increment: nt-step; padding: 28px 0 32px; border-top: 1px solid var(--nt-line); }
.nt-step::before { content: '0' counter(nt-step); color: var(--nt-red); font: 500 11px/1 'IBM Plex Mono', monospace; }
.nt-step { transition: background .25s ease, padding .25s ease; }
.nt-step h3 { margin: 20px 0 8px; font: 600 25px/1.15 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.03em; }
.nt-step p { margin: 0; color: #3B404D; line-height: 1.6; }
.nt-section--dark .nt-step p { color: #E9E7E2; }
.nt-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.nt-pill { padding: 14px 18px; border: 0; border-radius: 0; background: rgba(10,12,24,.055); color: var(--nt-slate); font-size: 14px; }

.nt-cta { position: relative; isolation: isolate; padding: 88px 0; background: #E7302A !important; background-image: none !important; color: #FFFFFF !important; opacity: 1 !important; filter: none !important; }
.nt-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.nt-cta h2 { max-width: 820px; margin: 0; color: #FFFFFF !important; font: 500 clamp(38px, 4.8vw, 62px)/1.04 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.04em; text-shadow: none; }
.nt-cta p { max-width: 650px; margin: 22px 0 0; color: #FFFFFF !important; font-size: 17px; line-height: 1.62; opacity: 1 !important; }
.nt-cta .nt-btn--light { min-width: 190px; background: #FFFFFF !important; color: #0A0C18 !important; box-shadow: 0 14px 34px rgba(10,12,24,.2); }
.nt-cta .nt-btn--light:hover, .nt-cta .nt-btn--light:focus-visible { background: #0A0C18 !important; color: #FFFFFF !important; }

.nt-contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.nt-contact-list { display: grid; gap: 0; margin: 40px 0 0; }
.nt-contact-item { padding: 20px 0; border-top: 1px solid var(--nt-line); transition: padding .2s ease, color .2s ease; }
.nt-contact-item span { display: block; margin-bottom: 8px; color: var(--nt-slate); font: 500 10px/1.4 'IBM Plex Mono', monospace; letter-spacing: .09em; text-transform: uppercase; }
.nt-contact-item a, .nt-contact-item strong { font-size: 17px; text-decoration: none; }
.nt-form { scroll-margin-top: 132px; padding: 42px; background: var(--nt-white); border: 0; box-shadow: 0 24px 60px rgba(10,12,24,.055); }
.nt-form h2 { margin: 0 0 30px; font: 600 34px/1.1 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.035em; }
.nt-form label { display: block; color: var(--nt-slate); font: 500 11px/1.4 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.nt-form input:not([type=checkbox]), .nt-form textarea, .nt-form select { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--nt-line); border-radius: 0; background: transparent; color: var(--nt-navy); font: 400 16px/1.4 Inter, sans-serif; outline: none; }
.nt-form input:focus, .nt-form textarea:focus { border-color: var(--nt-red); }
.nt-form textarea { min-height: 130px; resize: vertical; }
.nt-form .wpcf7-form-control-wrap { display: block; margin-bottom: 24px; }
.nt-form .wpcf7-acceptance label { display: flex; align-items: flex-start; gap: 10px; font-family: Inter, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.nt-form .wpcf7-acceptance input { margin-top: 3px; accent-color: var(--nt-red); }
.nt-form .wpcf7-submit { width: auto !important; min-height: 52px; margin-top: 18px !important; padding: 13px 24px !important; border: 1px solid var(--nt-navy) !important; background: var(--nt-navy) !important; color: var(--nt-ivory) !important; cursor: pointer; font-weight: 600 !important; }
.nt-form .wpcf7-not-valid-tip { margin-top: 5px; color: var(--nt-red); font-size: 12px; }
.nt-form .wpcf7-response-output { margin: 20px 0 0 !important; padding: 12px 14px !important; border-width: 1px !important; font-size: 13px; }

.nt-legal { max-width: 860px; }
.nt-legal h2 { margin: 58px 0 18px; font: 600 32px/1.14 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.03em; }
.nt-legal h3 { margin: 34px 0 12px; font-size: 18px; }
.nt-legal p, .nt-legal li { color: var(--nt-slate); font-size: 16px; line-height: 1.72; }
.nt-legal a { text-underline-offset: 3px; }
.nt-legal-notice { margin-bottom: 38px; padding: 18px 20px; border-left: 3px solid var(--nt-red); background: var(--nt-sand); color: var(--nt-slate); font-size: 14px; line-height: 1.6; }
.nt-faq { margin-top: 48px; border-top: 1px solid var(--nt-line); }
.nt-faq details { border-bottom: 1px solid var(--nt-line); }
.nt-faq summary { position: relative; padding: 24px 44px 24px 0; cursor: pointer; list-style: none; font-weight: 600; }
.nt-faq summary::after { content: '+'; position: absolute; right: 4px; color: var(--nt-red); font: 500 26px/1 Inter, "Helvetica Neue", Arial, sans-serif; }
.nt-faq details[open] summary::after { content: '−'; }
.nt-faq details p { margin: 0; padding: 0 0 24px; color: var(--nt-slate); line-height: 1.65; }

.nt-footer { background: var(--nt-navy); color: var(--nt-ivory); }
.nt-footer__top { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; padding: 72px 0; }
.nt-footer__brand { position: relative; }
.nt-footer__brand img { display: block; width: 220px; height: auto; filter: brightness(0) invert(1); image-rendering: auto; }
.nt-footer__brand::after { content: ''; position: absolute; top: 75px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--nt-red); pointer-events: none; }
.nt-footer__brand p { max-width: 390px; margin: 26px 0 0; color: rgba(247,245,241,.82); font-size: 14px; line-height: 1.65; }
.nt-footer h3 { margin: 0 0 20px; color: rgba(247,245,241,.72); font: 500 10px/1.4 'IBM Plex Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.nt-footer ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.nt-footer a { color: rgba(247,245,241,.9); font-size: 14px; text-decoration: none; }
.nt-footer a:hover { color: var(--nt-red); }
.nt-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid rgba(247,245,241,.16); color: rgba(247,245,241,.7); font: 400 10px/1.4 'IBM Plex Mono', monospace; letter-spacing: .06em; }
.nt-consent button, .cmplz-manage-consent { padding: 0 !important; border: 0 !important; background: none !important; color: rgba(247,245,241,.86) !important; font: inherit !important; cursor: pointer; }

/* Complianz: identical visual language and equal accept/reject hierarchy. */
.cmplz-cookiebanner { background: var(--nt-navy) !important; color: var(--nt-ivory) !important; border: 0 !important; border-radius: 0 !important; box-shadow: 0 20px 55px rgba(0,0,0,.32) !important; font-family: Inter, Arial, sans-serif !important; }
.cmplz-cookiebanner .cmplz-title { color: var(--nt-ivory) !important; font: 700 28px/1.08 Inter, "Helvetica Neue", Arial, sans-serif !important; letter-spacing: -.035em !important; }
.cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-category-title { color: rgba(247,245,241,.9) !important; }
.cmplz-cookiebanner a, .cmplz-cookiebanner .cmplz-close { color: var(--nt-ivory) !important; }
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 48px !important; border: 0 !important; border-radius: 0 !important; font-family: Inter, Arial, sans-serif !important; font-weight: 700 !important; }
.cmplz-cookiebanner .cmplz-accept { background: var(--nt-red) !important; border-color: var(--nt-red) !important; color: var(--nt-white) !important; }
.cmplz-cookiebanner .cmplz-deny, .cmplz-cookiebanner .cmplz-view-preferences { background: rgba(247,245,241,.14) !important; color: var(--nt-ivory) !important; }

.nt-cookie-banner[hidden], .nt-cookie-preferences[hidden], .nt-cookie-actions [hidden] { display: none !important; }
.nt-cookie-banner { position: fixed; z-index: 2000; right: 22px; bottom: 22px; width: min(520px, calc(100% - 32px)); padding: 30px; border: 0; border-radius: 0; background: var(--nt-navy); color: var(--nt-ivory); box-shadow: 0 20px 55px rgba(0,0,0,.32); }
.nt-cookie-banner .nt-kicker { margin-bottom: 14px; color: rgba(247,245,241,.8); }
.nt-cookie-banner h2 { margin: 0 36px 12px 0; font: 700 32px/1.05 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.04em; }
.nt-cookie-banner > p:not(.nt-kicker) { margin: 0; color: rgba(247,245,241,.9); font-size: 13px; line-height: 1.6; }
.nt-cookie-close { position: absolute; top: 18px; right: 18px; border: 0; background: transparent; color: var(--nt-ivory); font-size: 26px; cursor: pointer; }
.nt-cookie-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }
.nt-cookie-actions button { min-height: 46px; padding: 10px 13px; border: 0; border-radius: 0; background: rgba(247,245,241,.14); color: var(--nt-ivory); font: 700 12px/1.2 Inter, sans-serif; cursor: pointer; }
.nt-cookie-actions button[data-nt-consent="accept"] { background: var(--nt-red); border-color: var(--nt-red); color: var(--nt-white); }
.nt-cookie-actions button[data-nt-consent="save"] { grid-column: 1 / -1; background: var(--nt-red); border-color: var(--nt-red); }
.nt-cookie-policy { display: inline-block; margin-top: 14px; color: rgba(247,245,241,.82); font-size: 11px; text-underline-offset: 3px; }
.nt-cookie-preferences { display: grid; gap: 10px; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(247,245,241,.16); }
.nt-cookie-preferences label { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nt-cookie-preferences span { display: grid; gap: 3px; }
.nt-cookie-preferences small { color: rgba(247,245,241,.8); line-height: 1.4; }
.nt-cookie-preferences input { accent-color: var(--nt-red); }

[data-reveal] { opacity: 1; transform: translateY(14px); transition: transform .55s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (hover: hover) and (pointer: fine) {
  .nt-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(10,12,24,.11); }
  .nt-card--dark:hover, .nt-stat:hover { background: rgba(247,245,241,.14); }
  .nt-stat:hover { transform: translateY(-5px); }
  .nt-service:hover { padding-left: 18px; background: rgba(10,12,24,.035); }
  .nt-section--dark .nt-service:hover { background: rgba(247,245,241,.07); }
  .nt-comparison tbody tr:hover { background: #F1EEE8; }
  .nt-price:hover { transform: translateY(-6px); box-shadow: 0 28px 65px rgba(10,12,24,.11); }
  .nt-price--featured:hover { transform: translateY(-24px); }
  .nt-step:hover { padding-inline: 16px; background: rgba(247,245,241,.07); }
  .nt-contact-item:hover { padding-left: 12px; color: #E7302A; }
}

@media (max-width: 1024px) {
  body.admin-bar .nt-header { top: 32px; }
  .nt-section { padding: 88px 0; }
  .nt-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nt-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nt-split { gap: 56px; }
  .nt-header__cta { display: none; }
  .nt-nav ul { gap: 15px; }
  .nt-nav a { font-size: 12px; }
  .nt-footer__top { grid-template-columns: 1fr 1fr; }
  .nt-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  body.admin-bar .nt-header { top: 46px; }
  .nt-shell { width: min(calc(100% - 32px), var(--nt-max)); }
  .nt-section, .nt-section--tight { padding: 70px 0; }
  .nt-grid--2, .nt-grid--3, .nt-grid--4, .nt-split, .nt-statement, .nt-contact-grid, .nt-cta__inner { grid-template-columns: 1fr; }
  .nt-header__inner { min-height: 68px; }
  .nt-brand { width: 155px; }
  .nt-menu-toggle { display: block; }
  .nt-nav { position: fixed; top: 68px; right: 0; left: 0; display: none; max-height: calc(100vh - 68px); overflow-y: auto; padding: 24px 16px 36px; background: var(--nt-navy); border: 0; }
  body.admin-bar .nt-nav { top: 114px; }
  .nt-header.is-open .nt-nav { display: block; }
  .nt-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .nt-nav li { border-bottom: 1px solid rgba(247,245,241,.12); }
  .nt-nav a { display: block; padding: 17px 4px; font: 700 26px/1.05 Inter, "Helvetica Neue", Arial, sans-serif; letter-spacing: -.035em; }
  .nt-nav a::after { display: none; }
  .nt-header.is-open .nt-menu-toggle span { opacity: 0; }
  .nt-header.is-open .nt-menu-toggle::before { transform: translateY(6px) rotate(45deg); }
  .nt-header.is-open .nt-menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }
  .nt-hero, .nt-hero--inner { min-height: 78vh; padding: 150px 0 62px; background-position: 62% center; }
  .nt-hero::before { background: rgba(10,12,24,.76); }
  .nt-hero h1, .nt-hero--inner h1 { font-size: clamp(44px, 13vw, 58px); }
  .nt-hero__text { font-size: 17px; }
  .nt-coordinates { display: none; }
  .nt-statement { gap: 36px; }
  .nt-media { min-height: 390px; }
  .nt-media img { transform: none; }
  .nt-stat { min-height: 190px; }
  .nt-service { grid-template-columns: 44px 1fr; }
  .nt-service ul { grid-template-columns: 1fr; }
  .nt-comparison { display: block; overflow-x: auto; white-space: nowrap; }
  .nt-price { padding: 30px 24px; }
  .nt-price--featured { transform: none; }
  .nt-cta { padding: 76px 0; }
  .nt-cta__inner { align-items: start; }
  .nt-form { padding: 28px 20px; }
  .nt-footer__top { grid-template-columns: 1fr; gap: 42px; padding: 58px 0; }
  .nt-footer__brand { grid-column: auto; }
  .nt-footer__bottom { flex-direction: column; }
  .nt-cookie-banner { right: 16px; bottom: 16px; padding: 24px 20px; }
  .nt-cookie-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
