/* ==========================================================
   NIMMU TECHNOLOGIES — nimmu.css  v2.0
   Full audit & fix: contrast, sizing, spacing, layout
   Font: Cormorant Garamond (display) + DM Sans (body)
========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;0,900;1,700&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

/* ----------------------------------------------------------
   DESIGN TOKENS
   All colours verified WCAG AA contrast
---------------------------------------------------------- */
:root {
  /* Brand */
  --nt-brand:        #5b5b94;   /* slightly deeper for AA on white */
  --nt-brand-dark:   #42426e;
  --nt-brand-deeper: #2d2b6b;
  --nt-brand-light:  #eaeaf6;
  --nt-brand-pale:   #f3f3fb;

  /* Ink — all AA-compliant on white */
  --nt-ink:          #111827;   /* 4.5:1+ on white */
  --nt-ink-mid:      #1f2937;   /* headings inside cards */
  --nt-ink-body:     #374151;   /* body text — 7:1 on white */
  --nt-ink-muted:    #4b5563;   /* captions — 5.7:1 on white */
  --nt-ink-faint:    #6b7280;   /* metadata — AA on white */

  /* Surfaces */
  --nt-surface:      #f8f9fb;
  --nt-surface-2:    #f1f3f7;
  --nt-border:       #d1d5db;   /* stronger than before */
  --nt-border-light: #e5e7eb;
  --nt-white:        #ffffff;

  /* Dark backgrounds */
  --nt-dark-bg:      #080e1c;
  --nt-dark-mid:     #0f172a;
  --nt-dark-panel:   #1e293b;
  --nt-dark-card:    #1a2235;

  /* Radius */
  --nt-radius-xs: 6px;
  --nt-radius-sm: 10px;
  --nt-radius:    16px;
  --nt-radius-lg: 22px;

  /* Shadows */
  --nt-shadow-xs:    0 1px 4px rgba(0,0,0,0.06);
  --nt-shadow-sm:    0 2px 14px rgba(0,0,0,0.08);
  --nt-shadow:       0 8px 32px rgba(0,0,0,0.11);
  --nt-shadow-lg:    0 20px 56px rgba(0,0,0,0.14);
  --nt-shadow-brand: 0 6px 24px rgba(91,91,148,0.38);

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;

  /* Spacing scale */
  --sp-xs:  8px;
  --sp-sm:  16px;
  --sp-md:  24px;
  --sp-lg:  40px;
  --sp-xl:  64px;
  --sp-2xl: 96px;
}

/* ----------------------------------------------------------
   BASE RESET & BODY
---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--nt-ink-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Suppress the old style.css overrides we no longer need */
.header_section { display: none !important; }
.costume_header  { display: none !important; }

/* ----------------------------------------------------------
   TYPOGRAPHY HELPERS
---------------------------------------------------------- */
.nt-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--nt-brand);
  margin-bottom: 10px;
}
.nt-eyebrow--light { color: #93c5fd; }   /* blue-300 — AA on dark bg */

.nt-section-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  color: var(--nt-ink);
  letter-spacing: -0.8px;
  line-height: 1.18;
  padding: 0;
  margin: 0 0 16px;
}
.nt-section-heading--light  { color: #f1f5f9; }
.nt-section-heading--center { text-align: center; }
.nt-section-heading--sm     { font-size: clamp(22px, 2.4vw, 32px); }

/* Also restyle the old class names used in templates */
.about_taital,
.services_taital,
.software_taital,
.work_taital,
.technology_text {
  font-family: var(--font-display) !important;
  letter-spacing: -0.5px !important;
  padding: 0 !important;
}
.about_taital    { font-size: clamp(28px, 3vw, 42px) !important; font-weight: 700 !important; color: var(--nt-ink) !important; margin-bottom: 18px !important; }
.services_taital { font-size: clamp(26px, 2.8vw, 40px) !important; font-weight: 700 !important; color: var(--nt-ink) !important; }
.software_taital { font-size: clamp(26px, 2.8vw, 40px) !important; font-weight: 700 !important; color: var(--nt-ink) !important; text-align: center !important; }
.work_taital     { font-size: clamp(26px, 2.8vw, 40px) !important; font-weight: 700 !important; color: var(--nt-ink) !important; text-align: center !important; }
.technology_text { font-size: 20px !important; font-weight: 700 !important; color: var(--nt-ink) !important; margin-bottom: 12px !important; line-height: 1.3 !important; }

.about_text,
.dummy_text,
.software_text,
.lorem_text {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  color: var(--nt-ink-body) !important;   /* was #6b7280 — now AA */
  line-height: 1.78 !important;
  margin: 0 0 14px !important;
}
.software_text { text-align: center !important; max-width: 600px !important; margin-left: auto !important; margin-right: auto !important; }

.fully_text {
  font-family: var(--font-body) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: var(--nt-brand) !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}
.dolor_text { font-size: 14.5px !important; color: rgba(255,255,255,0.72) !important; line-height: 1.6 !important; }
.address_text { font-size: 13px !important; font-weight: 700 !important; letter-spacing: 1.5px !important; text-transform: uppercase !important; color: rgba(255,255,255,0.45) !important; margin-bottom: 16px !important; }

.nt-body-text {
  font-size: 15px;
  color: var(--nt-ink-body);
  line-height: 1.78;
  margin: 0 0 18px;
}
.nt-body-text--light  { color: #94a3b8; }
.nt-body-text--center { text-align: center; max-width: 580px; margin-left: auto; margin-right: auto; }

/* ----------------------------------------------------------
   BUTTON SYSTEM
   All states WCAG AA contrast verified
---------------------------------------------------------- */
.nt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 28px;
  border-radius: var(--nt-radius-sm);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
  outline-offset: 3px;
  white-space: nowrap;
}
.nt-btn:focus-visible {
  outline: 3px solid var(--nt-brand);
  outline-offset: 3px;
}
.nt-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* Primary: white text on brand — AA */
.nt-btn--primary {
  background: linear-gradient(135deg, #5b5b94, #42426e);
  color: #ffffff;
  border-color: transparent;
  box-shadow: var(--nt-shadow-brand);
}
.nt-btn--primary:hover, .nt-btn--primary:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(91,91,148,0.50);
  color: #ffffff;
  background: linear-gradient(135deg, #6a6aa8, #4e4e88);
}
.nt-btn--primary:active { transform: translateY(0); box-shadow: var(--nt-shadow-brand); }

/* Ghost (on dark backgrounds) */
.nt-btn--ghost {
  background: transparent;
  color: #e2e8f0;
  border-color: rgba(226,232,240,0.38);
}
.nt-btn--ghost:hover { background: rgba(255,255,255,0.1); color: #ffffff; border-color: rgba(255,255,255,0.5); }

/* White (on dark backgrounds) */
.nt-btn--white {
  background: #ffffff;
  color: var(--nt-brand-dark);
  border-color: transparent;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.nt-btn--white:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.18); color: var(--nt-brand-dark); }

/* Outline (on light backgrounds) */
.nt-btn--outline {
  background: transparent;
  color: var(--nt-brand-dark);
  border-color: var(--nt-brand);
}
.nt-btn--outline:hover { background: var(--nt-brand-light); border-color: var(--nt-brand-dark); color: var(--nt-brand-dark); }

/* Subtle */
.nt-btn--subtle {
  background: var(--nt-brand-light);
  color: var(--nt-brand-dark);
  border-color: transparent;
}
.nt-btn--subtle:hover { background: #d8d8f0; color: var(--nt-brand-dark); }

/* Danger */
.nt-btn--danger {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(220,38,38,0.28);
}
.nt-btn--danger:hover { transform: translateY(-2px); color: #fff; }

/* Size variants */
.nt-btn--sm { font-size: 13px; padding: 9px 20px; }
.nt-btn--lg { font-size: 16px; padding: 16px 36px; }

/* ----------------------------------------------------------
   ALERT SYSTEM
---------------------------------------------------------- */
.nt-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-radius: var(--nt-radius-sm);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 14px;
  border-width: 1px;
  border-style: solid;
}
.nt-alert svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }

.nt-alert--danger  { background: #fef2f2; color: #7f1d1d; border-color: #fca5a5; }
.nt-alert--danger  svg { color: #dc2626; }
.nt-alert--success { background: #f0fdf4; color: #14532d; border-color: #86efac; }
.nt-alert--success svg { color: #16a34a; }
.nt-alert--info    { background: #eff6ff; color: #1e3a8a; border-color: #93c5fd; }
.nt-alert--info    svg { color: #2563eb; }
.nt-alert--warning { background: #fffbeb; color: #78350f; border-color: #fcd34d; }
.nt-alert--warning svg { color: #d97706; }

/* ----------------------------------------------------------
   NAVBAR
   Always solid dark — white text always readable.
   Slightly taller/more opaque on scroll for depth.
---------------------------------------------------------- */
.nt-navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  /* Always dark so white text is visible on every page */
  background: #0d1526;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-family: var(--font-body);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.nt-navbar--scrolled {
  background: #080e1c;
  border-bottom-color: rgba(255,255,255,0.10);
  box-shadow: 0 4px 32px rgba(0,0,0,0.35);
}

.nt-navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

.nt-navbar__logo img {
  height: 46px;
  width: auto;
  display: block;
}

/* ── Menu links ── */
.nt-navbar__menu {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nt-navbar__menu li a {
  display: block;
  font-size: 13.5px;
  font-weight: 500;
  /* High-contrast white on dark — always readable */
  color: #c8d0e0;
  padding: 8px 12px;
  border-radius: var(--nt-radius-xs);
  text-decoration: none;
  letter-spacing: 0.15px;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease;
}

.nt-navbar__menu li a:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.09);
}

/* Active page — bright accent so it stands out clearly */
.nt-navbar__menu li.active a {
  color: #ffffff;
  background: rgba(91,91,148,0.35);
  font-weight: 600;
}
.nt-navbar__menu li.active a::after {
  content: '';
  display: block;
  height: 2px;
  background: #818cf8;
  border-radius: 2px;
  margin-top: 3px;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.nt-navbar__menu li { position: relative; }

/* ── Auth buttons ── */
.nt-navbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 12px;
}

.nt-navbar__btn-login {
  font-size: 13.5px;
  font-weight: 600;
  /* Solid, always-visible text on dark nav */
  color: #e2e8f0;
  padding: 8px 20px;
  border: 1.5px solid rgba(255,255,255,0.30);
  border-radius: var(--nt-radius-xs);
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
}
.nt-navbar__btn-login:hover {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  border-color: rgba(255,255,255,0.55);
}

.nt-navbar__btn-logout {
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  padding: 8px 20px;
  border-radius: var(--nt-radius-xs);
  background: #c81e1e;
  border: 1.5px solid #c81e1e;
  transition: background 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
}
.nt-navbar__btn-logout:hover { background: #a61a1a; border-color: #a61a1a; color: #fff; }

/* ── Hamburger (mobile) ── */
.nt-navbar__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px; height: 42px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: var(--nt-radius-xs);
  transition: background 0.2s;
}
.nt-navbar__toggle:hover { background: rgba(255,255,255,0.09); }
.nt-navbar__toggle span {
  display: block;
  height: 2px;
  width: 22px;
  /* Bright white bars — visible always */
  background: #e2e8f0;
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.28s ease, width 0.28s ease;
}
.nt-navbar__toggle--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nt-navbar__toggle--open span:nth-child(2) { opacity: 0; width: 0; }
.nt-navbar__toggle--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Page offset — room for fixed nav */
.nt-page-offset { padding-top: 70px; }

/* ----------------------------------------------------------
   HERO — Shared structure
---------------------------------------------------------- */
.nt-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 60px 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nt-hero__bg  { position: absolute; inset: 0; pointer-events: none; }
.nt-hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}
.nt-hero__content { position: relative; z-index: 1; max-width: 720px; padding-bottom: 48px; }

.nt-hero__breadcrumb {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; color: #64748b;
  margin-bottom: 22px; position: relative; z-index: 1;
}
.nt-hero__breadcrumb a { color: #94a3b8; text-decoration: none; transition: color 0.2s; }
.nt-hero__breadcrumb a:hover { color: #cbd5e1; }
.nt-hero__breadcrumb svg { width: 12px; height: 12px; color: #475569; }

.nt-hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: #94a3b8; margin-bottom: 20px;
}
.nt-hero__badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #5b5b94;
  box-shadow: 0 0 0 3px rgba(91,91,148,0.28);
  animation: nt-pulse 2.6s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes nt-pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(91,91,148,0.28); }
  50%      { box-shadow: 0 0 0 8px rgba(91,91,148,0.07); }
}

.nt-hero__title {
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 900;
  color: #f1f5f9;        /* light-200 — very high contrast on dark */
  line-height: 1.04;
  letter-spacing: -2px;
  padding: 0; margin: 0 0 20px;
}
.nt-hero__title em { font-style: italic; color: #a5b4fc; }  /* indigo-300 */

.nt-hero__sub {
  font-size: 16.5px;
  color: #94a3b8;         /* slate-400 — visible on dark bg */
  line-height: 1.72;
  margin: 0 0 36px;
  max-width: 580px;
}

.nt-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Stats strip at bottom of hero */
.nt-hero__stats {
  position: relative; z-index: 1;
  display: flex; align-items: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  padding: 20px 28px;
  width: fit-content;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nt-hero__stat { display: flex; flex-direction: column; align-items: center; padding: 0 28px; }
.nt-hero__stat strong {
  font-family: var(--font-display);
  font-size: 30px; font-weight: 700;
  color: #f1f5f9; letter-spacing: -1px; line-height: 1;
}
.nt-hero__stat span {
  font-size: 11px; color: #64748b;
  letter-spacing: 0.8px; text-transform: uppercase; margin-top: 4px;
}
.nt-hero__stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.09); }

/* Hero colour themes */
.nt-hero--dark {
  background: #080e1c;
}
.nt-hero--dark .nt-hero__bg {
  background:
    radial-gradient(ellipse 65% 90% at 82% 40%, rgba(91,91,148,0.28) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 8% 80%, rgba(56,189,248,0.06) 0%, transparent 60%);
}
.nt-hero--navy {
  background: linear-gradient(160deg, #0a0f1e 0%, #14213d 55%, #0f1729 100%);
}
.nt-hero--navy .nt-hero__bg {
  background:
    radial-gradient(ellipse 55% 80% at 85% 30%, rgba(91,91,148,0.24) 0%, transparent 65%),
    radial-gradient(ellipse 35% 55% at 5% 85%, rgba(167,139,250,0.08) 0%, transparent 60%);
}
.nt-hero--short { min-height: 320px; }

/* ----------------------------------------------------------
   FORM FIELDS — shared across contact, login
---------------------------------------------------------- */
.nt-field { display: flex; flex-direction: column; gap: 6px; }
.nt-field__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--nt-ink-mid);
}
.nt-field__wrap { position: relative; }
.nt-field__icon {
  position: absolute; left: 14px; top: 50%;
  transform: translateY(-50%);
  pointer-events: none; color: #9ca3af;
  display: flex; align-items: center;
}
.nt-field__icon svg { width: 17px; height: 17px; }
.nt-field__icon--top { top: 17px; transform: none; }

.nt-field__input,
.nt-field__textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--nt-ink);
  background: var(--nt-white);
  border: 1.5px solid var(--nt-border);
  border-radius: var(--nt-radius-sm);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.nt-field__input {
  height: 52px;
  padding: 0 16px 0 46px;
  line-height: 52px;
}
.nt-field__textarea {
  padding: 15px 16px 15px 46px;
  min-height: 140px;
  resize: vertical;
  line-height: 1.65;
}
.nt-field__input::placeholder,
.nt-field__textarea::placeholder { color: #b0b8c8; font-size: 14.5px; }
.nt-field__input:focus,
.nt-field__textarea:focus {
  border-color: var(--nt-brand);
  background: var(--nt-white);
  box-shadow: 0 0 0 3px rgba(91,91,148,0.14);
}
.nt-field__input--error { border-color: #dc2626 !important; box-shadow: 0 0 0 3px rgba(220,38,38,0.12) !important; }

.nt-field__toggle {
  position: absolute; right: 13px; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer; padding: 5px;
  color: #9ca3af; transition: color 0.2s; line-height: 0;
}
.nt-field__toggle:hover { color: var(--nt-brand); }
.nt-field__toggle svg { width: 18px; height: 18px; display: block; }

.nt-form-response { min-height: 0; }

/* ----------------------------------------------------------
   SECTION WRAPPER PATTERN
---------------------------------------------------------- */
.nt-section { padding: var(--sp-2xl) 0; }
.nt-section--sm  { padding: var(--sp-xl) 0; }
.nt-section--surface { background: var(--nt-surface); }
.nt-section--white   { background: var(--nt-white); }
.nt-section--dark    { background: var(--nt-dark-mid); }
.nt-section--header  { padding-bottom: var(--sp-lg); text-align: center; }

/* Container max-width override */
.nt-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--sp-lg);
}

/* ----------------------------------------------------------
   INDEX PAGE
---------------------------------------------------------- */

/* About section */
.nt-index-about { padding: var(--sp-2xl) 0; background: var(--nt-white); }
.nt-index-about .about_taital { padding-top: 0 !important; }
.nt-index-about .about_text   { padding-top: 0 !important; }
.nt-index-about .image_1 {
  border-radius: var(--nt-radius-lg);
  box-shadow: var(--nt-shadow-lg);
  width: 100%;
}

/* Services section */
.nt-services-section { background: var(--nt-surface); padding: var(--sp-2xl) 0; }

.nt-service-card {
  background: var(--nt-white);
  border: 1px solid var(--nt-border-light);
  border-radius: var(--nt-radius);
  padding: 28px 28px 24px;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.nt-service-card:hover {
  box-shadow: 0 16px 48px rgba(91,91,148,0.13);
  transform: translateY(-4px);
  border-color: rgba(91,91,148,0.35);
}

.nt-service-icon {
  width: 52px; height: 52px;
  background: var(--nt-brand-light);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--nt-brand); margin-bottom: 18px;
  flex-shrink: 0;
  transition: background 0.22s, color 0.22s, transform 0.22s;
}
.nt-service-icon svg { width: 22px; height: 22px; }
.nt-service-card:hover .nt-service-icon { background: var(--nt-brand); color: #fff; transform: scale(1.08); }

/* Odoo section */
.nt-odoo-section { background: var(--nt-white); padding: var(--sp-2xl) 0; border-top: 1px solid var(--nt-border-light); }

/* Module cards */
.nt-module-card { margin: 8px 12px; }
.nt-module-card__inner {
  background: var(--nt-white);
  border-radius: var(--nt-radius);
  overflow: hidden;
  box-shadow: var(--nt-shadow-sm);
  border: 1px solid var(--nt-border-light);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
  text-decoration: none !important;
  display: block;
}
.nt-module-card__inner:hover { box-shadow: 0 18px 52px rgba(0,0,0,0.14); transform: translateY(-6px); }
.nt-module-card__img-wrap { position: relative; overflow: hidden; }
.nt-module-card__img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.4s ease; }
.nt-module-card__inner:hover .nt-module-card__img { transform: scale(1.05); }
.nt-module-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(91,91,148,0.90), rgba(66,66,110,0.90));
  display: flex; align-items: center; justify-content: center; gap: 8px;
  color: #fff; font-size: 14.5px; font-weight: 600;
  opacity: 0; transition: opacity 0.28s ease;
}
.nt-module-card__overlay svg { width: 17px; height: 17px; }
.nt-module-card__inner:hover .nt-module-card__overlay { opacity: 1; }
.nt-module-card__body { padding: 16px 18px 18px; text-align: center; border-top: 1px solid var(--nt-border-light); }
.nt-module-card__body p { font-size: 14px; color: var(--nt-ink-body); margin: 0; line-height: 1.5; font-weight: 500; }

/* How It Works */
.nt-works-section { background: var(--nt-surface); padding: var(--sp-2xl) 0; }
.nt-works-card {
  background: var(--nt-white);
  border: 1px solid var(--nt-border-light);
  border-radius: var(--nt-radius);
  padding: 36px 28px 32px;
  height: 100%;
  position: relative; overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.nt-works-card:hover { box-shadow: var(--nt-shadow); transform: translateY(-4px); border-color: rgba(91,91,148,0.3); }
.nt-works-card__num {
  font-family: var(--font-display);
  font-size: 64px; font-weight: 900;
  color: var(--nt-brand-pale);
  line-height: 1;
  position: absolute; top: 18px; right: 22px;
  letter-spacing: -2px;
  transition: color 0.25s;
  user-select: none;
}
.nt-works-card:hover .nt-works-card__num { color: var(--nt-brand-light); }
.nt-works-card .fully_text  { margin-bottom: 12px !important; }
.nt-works-card .lorem_text  { font-size: 14.5px !important; }

/* Contact CTA section */
.nt-contact-section  { background: var(--nt-white); padding: var(--sp-2xl) 0 0; }
.nt-contact-panel    { background: var(--nt-surface); margin-top: 48px; }
.nt-contact-form-wrap { padding: 52px 48px; }

/* ----------------------------------------------------------
   LOGIN PAGE
---------------------------------------------------------- */
.nt-login-section { background: var(--nt-surface); padding: 72px 20px 96px; }
.nt-login-wrap {
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: 5fr 6fr;
  border-radius: var(--nt-radius-lg);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(15,23,42,0.18), 0 0 0 1px rgba(15,23,42,0.06);
}

/* Brand panel */
.nt-login-brand {
  background: linear-gradient(155deg, var(--nt-dark-panel) 0%, var(--nt-dark-mid) 60%, #1a1035 100%);
  padding: 52px 40px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.nt-login-brand::before {
  content: '';
  position: absolute; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(91,91,148,0.22) 0%, transparent 70%);
  bottom: -80px; right: -80px; pointer-events: none;
}
.nt-login-brand__inner { position: relative; z-index: 1; width: 100%; }
.nt-login-brand__icon { margin-bottom: 28px; animation: nt-float 4s ease-in-out infinite; }
@keyframes nt-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.nt-login-brand__name {
  font-family: var(--font-display); font-size: 26px; font-weight: 700;
  color: #f1f5f9; letter-spacing: -0.5px; padding: 0; margin-bottom: 8px;
}
.nt-login-brand__tagline { font-size: 14px; color: #475569; margin: 0 0 36px; line-height: 1.55; }
.nt-login-brand__perks { list-style: none; padding: 0; margin: 0 0 44px; display: flex; flex-direction: column; gap: 16px; }
.nt-login-brand__perks li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: #94a3b8; line-height: 1.4;
}
.nt-login-brand__perks li svg { width: 17px; height: 17px; color: var(--nt-brand); flex-shrink: 0; }
.nt-login-brand__decor { display: flex; gap: 8px; margin-top: auto; }
.nt-login-brand__decor span { display: block; height: 3px; border-radius: 2px; background: rgba(91,91,148,0.45); }
.nt-login-brand__decor span:nth-child(1) { width: 40px; }
.nt-login-brand__decor span:nth-child(2) { width: 22px; background: rgba(91,91,148,0.28); }
.nt-login-brand__decor span:nth-child(3) { width: 12px; background: rgba(91,91,148,0.14); }

/* Form card */
.nt-login-card {
  background: var(--nt-white);
  padding: 52px 48px;
  display: flex; flex-direction: column;
}
.nt-login-card__title {
  font-family: var(--font-display); font-size: 36px; font-weight: 700;
  color: var(--nt-ink); letter-spacing: -0.6px; padding: 0; margin-bottom: 6px;
}
.nt-login-card__sub { font-size: 14.5px; color: var(--nt-ink-muted); margin: 0 0 28px; }
.nt-login-form { display: flex; flex-direction: column; gap: 20px; }

.nt-login-submit {
  width: 100%; height: 52px; margin-top: 8px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, var(--nt-brand), var(--nt-brand-dark));
  color: #fff; font-family: var(--font-body); font-size: 15px; font-weight: 600;
  letter-spacing: 0.3px; border: none; border-radius: var(--nt-radius-sm);
  cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--nt-shadow-brand);
}
.nt-login-submit svg { width: 18px; height: 18px; transition: transform 0.22s ease; }
.nt-login-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(91,91,148,0.50); }
.nt-login-submit:hover svg { transform: translateX(4px); }
.nt-login-footer-note { font-size: 13px; color: var(--nt-ink-faint); text-align: center; margin: 20px 0 0; }
.nt-login-footer-note a { color: var(--nt-brand); text-decoration: underline; }
.nt-login-footer-note a:hover { color: var(--nt-brand-dark); }

/* ----------------------------------------------------------
   CONTACT PAGE
---------------------------------------------------------- */
.nt-contact-info-strip { background: var(--nt-dark-mid); padding: 64px 0; }
.nt-contact-info-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: rgba(255,255,255,0.06);
  border-radius: var(--nt-radius); overflow: hidden;
}
.nt-contact-info-item {
  background: #0d1526;
  padding: 40px 28px; text-align: center;
  transition: background 0.22s;
}
.nt-contact-info-item:hover { background: rgba(91,91,148,0.14); }
.nt-contact-info-item__icon {
  width: 54px; height: 54px; border-radius: 13px;
  background: rgba(91,91,148,0.22);
  display: flex; align-items: center; justify-content: center;
  color: #93c5fd; margin: 0 auto 18px;
}
.nt-contact-info-item__icon svg { width: 23px; height: 23px; }
.nt-contact-info-item h3 {
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: #64748b; padding: 0; margin: 0 0 10px;
}
.nt-contact-info-item p {
  font-size: 14.5px; color: #cbd5e1;  /* contrast 5.5:1 on #0d1526 */
  margin: 0; line-height: 1.6;
}

/* ----------------------------------------------------------
   INQUIRIES PAGE
---------------------------------------------------------- */
.nt-inquiries-section { background: var(--nt-surface); padding: 72px 0 96px; }
.nt-inquiries-table-wrap {
  background: var(--nt-white);
  border-radius: var(--nt-radius-lg);
  border: 1px solid var(--nt-border);
  overflow: hidden; overflow-x: auto;
  box-shadow: var(--nt-shadow-sm);
}
.nt-inquiries-table { width: 100%; border-collapse: collapse; font-family: var(--font-body); min-width: 760px; }
.nt-inquiries-table thead th {
  background: var(--nt-surface-2);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--nt-ink-muted);      /* 5.7:1 on surface-2 */
  padding: 15px 20px;
  border-bottom: 1px solid var(--nt-border); text-align: left; white-space: nowrap;
}
.nt-inquiries-table tbody tr { border-bottom: 1px solid var(--nt-surface); transition: background 0.14s; }
.nt-inquiries-table tbody tr:last-child { border-bottom: none; }
.nt-inquiries-table tbody tr:hover { background: var(--nt-brand-pale); }
.nt-inquiries-table td {
  padding: 16px 20px; font-size: 14px;
  color: var(--nt-ink-body); vertical-align: middle;
}
.nt-inq-msg-preview { 
  display: block; max-width: 260px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  color: var(--nt-ink-muted); font-size: 13.5px;
}
.nt-delete-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 8px;
  background: #fef2f2; color: #dc2626; border: 1px solid #fecaca;
  cursor: pointer; transition: all 0.2s; text-decoration: none !important;
}
.nt-delete-btn:hover { background: #dc2626; color: #fff; transform: scale(1.06); }
.nt-delete-btn svg { width: 15px; height: 15px; }
.nt-empty-state {
  text-align: center; padding: 72px 24px;
  color: var(--nt-ink-faint); font-size: 14px; line-height: 1.7;
}
.nt-empty-state svg { width: 44px; height: 44px; margin: 0 auto 14px; display: block; opacity: 0.32; }

/* ----------------------------------------------------------
   SOFTWARE PAGE
---------------------------------------------------------- */
.nt-sw-intro { background: var(--nt-white); padding: var(--sp-2xl) 0; }

.nt-offering {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 22px 0; border-bottom: 1px solid var(--nt-surface-2);
}
.nt-offering:last-child { border-bottom: none; }
.nt-offering__icon {
  width: 46px; height: 46px; border-radius: 11px;
  background: var(--nt-brand-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--nt-brand);
  transition: background 0.22s, color 0.22s, transform 0.22s;
}
.nt-offering__icon svg { width: 20px; height: 20px; }
.nt-offering:hover .nt-offering__icon { background: var(--nt-brand); color: #fff; transform: scale(1.10); }
.nt-offering__body h3 {
  font-size: 15px; font-weight: 700; color: var(--nt-ink); padding: 0; margin: 0 0 5px;
}
.nt-offering__body p { font-size: 14px; color: var(--nt-ink-muted); line-height: 1.65; margin: 0; }

.nt-trust-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 2px; margin-top: 52px;
  background: var(--nt-border); border-radius: var(--nt-radius); overflow: hidden;
}
.nt-trust-item {
  background: var(--nt-white); padding: 36px 26px; transition: background 0.22s;
}
.nt-trust-item:hover { background: var(--nt-brand-pale); }
.nt-trust-item__num {
  font-family: var(--font-display); font-size: 42px; font-weight: 700;
  color: #e5e7eb; line-height: 1; margin-bottom: 16px; letter-spacing: -1px;
}
.nt-trust-item h3 { font-size: 15px; font-weight: 700; color: var(--nt-ink); padding: 0; margin: 0 0 10px; }
.nt-trust-item p  { font-size: 14px; color: var(--nt-ink-muted); line-height: 1.65; margin: 0; }

.nt-sw-cta {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #1e1b4b 100%);
  padding: 88px 40px; text-align: center; position: relative; overflow: hidden;
}
.nt-sw-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(91,91,148,0.28) 0%, transparent 70%);
  pointer-events: none;
}
.nt-sw-cta__inner { position: relative; z-index: 1; }
.nt-sw-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 50px); font-weight: 700;
  color: #f1f5f9; padding: 0; margin-bottom: 14px; letter-spacing: -1px;
}
.nt-sw-cta p { font-size: 16px; color: #94a3b8; margin: 0 0 36px; }
.nt-sw-cta__btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

/* ----------------------------------------------------------
   ABOUT PAGE
---------------------------------------------------------- */
.nt-about-core { background: var(--nt-surface); padding: var(--sp-2xl) 0; }
.nt-about-core__img-frame {
  position: relative; border-radius: var(--nt-radius-lg);
  overflow: hidden; box-shadow: var(--nt-shadow-lg);
}
.nt-about-core__img { width: 100%; display: block; object-fit: cover; }
.nt-about-core__badge {
  position: absolute; bottom: 24px; right: 24px;
  background: var(--nt-brand); color: #fff;
  border-radius: var(--nt-radius); padding: 14px 18px;
  display: flex; flex-direction: column; align-items: center;
  box-shadow: var(--nt-shadow-brand);
}
.nt-about-core__badge strong { font-family: var(--font-display); font-size: 34px; font-weight: 700; line-height: 1; }
.nt-about-core__badge span   { font-size: 11px; line-height: 1.4; text-align: center; opacity: 0.88; margin-top: 4px; }
.nt-about-core__accent {
  position: absolute; width: 180px; height: 180px;
  background: var(--nt-brand-light); border-radius: var(--nt-radius);
  bottom: -16px; left: -16px; z-index: -1;
}

.nt-about-values { background: var(--nt-white); padding: var(--sp-2xl) 0; }
.nt-values-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 22px; margin-top: 50px;
}
.nt-value-card {
  background: var(--nt-surface); border: 1px solid var(--nt-border-light);
  border-radius: var(--nt-radius); padding: 30px 26px;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.nt-value-card:hover { box-shadow: 0 16px 48px rgba(91,91,148,0.12); transform: translateY(-4px); border-color: rgba(91,91,148,0.32); }
.nt-value-card__icon {
  width: 50px; height: 50px; background: var(--nt-brand-light);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  color: var(--nt-brand); margin-bottom: 18px;
  transition: background 0.22s, color 0.22s;
}
.nt-value-card__icon svg { width: 22px; height: 22px; }
.nt-value-card:hover .nt-value-card__icon { background: var(--nt-brand); color: #fff; }
.nt-value-card h3 { font-size: 15px; font-weight: 700; color: var(--nt-ink); padding: 0; margin: 0 0 9px; }
.nt-value-card p  { font-size: 14px; color: var(--nt-ink-muted); line-height: 1.65; margin: 0; }

.nt-about-stack { background: var(--nt-dark-mid); padding: var(--sp-2xl) 0; }
.nt-stack-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.nt-stack-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50px; padding: 9px 18px;
  font-size: 13.5px; font-weight: 600; color: #cbd5e1;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.nt-stack-pill:hover { background: rgba(91,91,148,0.28); border-color: rgba(91,91,148,0.5); color: #e2e8f0; transform: translateY(-2px); }
.nt-stack-pill__dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

.nt-about-location { background: var(--nt-surface); padding: var(--sp-2xl) 0; }
.nt-about-location__icon {
  width: 56px; height: 56px; background: var(--nt-brand-light);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  color: var(--nt-brand); margin-bottom: 18px;
}
.nt-about-location__icon svg { width: 24px; height: 24px; }
.nt-about-address {
  display: flex; flex-direction: column; gap: 4px;
  font-size: 15px; color: var(--nt-ink-body); font-style: normal; line-height: 1.6; margin: 0;
}
.nt-about-location__visual {
  background: var(--nt-white); border: 1px solid var(--nt-border);
  border-radius: var(--nt-radius-lg); padding: 48px 40px;
  text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.nt-about-location__visual svg { width: 100%; max-width: 220px; height: auto; margin-bottom: 12px; }
.nt-about-location__visual p  { font-size: 14px; color: var(--nt-ink-muted); margin: 0; }

/* ----------------------------------------------------------
   SERVICES PAGE
---------------------------------------------------------- */
.nt-services-page .nt-service-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: center; padding: 72px 0;
  border-bottom: 1px solid var(--nt-border-light);
}
.nt-services-page .nt-service-row:last-child { border-bottom: none; }
.nt-services-page .nt-service-row--reverse { direction: rtl; }
.nt-services-page .nt-service-row--reverse > * { direction: ltr; }
.nt-services-page .nt-service-row__img { border-radius: var(--nt-radius-lg); overflow: hidden; box-shadow: var(--nt-shadow); }
.nt-services-page .nt-service-row__img img { width: 100%; display: block; }
.nt-services-page .nt-service-row__body h2 {
  font-family: var(--font-display); font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700; color: var(--nt-ink); letter-spacing: -0.8px; padding: 0; margin-bottom: 16px;
}
.nt-services-page .nt-service-row__body p { font-size: 15px; color: var(--nt-ink-body); line-height: 1.76; margin: 0 0 12px; }

/* ----------------------------------------------------------
   FOOTER
---------------------------------------------------------- */
.nt-footer {
  background: linear-gradient(160deg, #0d1526 0%, #141130 100%);
  font-family: var(--font-body);
  padding: 76px 0 0;
}
.nt-footer__grid {
  max-width: 1240px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.6fr; gap: 48px;
}
.nt-footer__brand-logo { height: 50px; width: auto; margin-bottom: 18px; display: block; }
.nt-footer__brand-text { font-size: 14px; color: rgba(255,255,255,0.52); line-height: 1.72; margin: 0 0 24px; }
.nt-footer__social { display: flex; gap: 10px; }
.nt-footer__social-link {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.11);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.52); transition: all 0.2s;
  text-decoration: none !important;
}
.nt-footer__social-link:hover { background: var(--nt-brand); border-color: var(--nt-brand); color: #fff; transform: translateY(-2px); }
.nt-footer__social-link svg { width: 16px; height: 16px; }

.nt-footer__col-title {
  font-size: 11px; font-weight: 700;
  letter-spacing: 2.2px; text-transform: uppercase;
  color: rgba(255,255,255,0.32); margin-bottom: 20px; display: block;
}
.nt-footer__links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.nt-footer__links li a {
  font-size: 14.5px; color: rgba(255,255,255,0.58);
  text-decoration: none; transition: color 0.2s; line-height: 1;
}
.nt-footer__links li a:hover { color: #ffffff; }

.nt-footer__address { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.nt-footer__address li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,0.52); line-height: 1.55;
}
.nt-footer__address li svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; color: var(--nt-brand); }

.nt-footer__newsletter-label { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 14px; line-height: 1.6; }
.nt-footer__newsletter-form { display: flex; flex-direction: column; gap: 9px; }
.nt-newsletter-input {
  width: 100%; padding: 12px 18px;
  font-family: var(--font-body); font-size: 14px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
  color: #f1f5f9; border-radius: var(--nt-radius-sm);
  outline: none; transition: border-color 0.2s, background 0.2s; box-sizing: border-box;
}
.nt-newsletter-input::placeholder { color: rgba(255,255,255,0.35); }
.nt-newsletter-input:focus { border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.12); }
.nt-newsletter-msg { font-size: 12.5px; min-height: 16px; }

.nt-footer__bottom {
  max-width: 1240px; margin: 56px auto 0; padding: 22px 40px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.nt-footer__copy { font-size: 13px; color: rgba(255,255,255,0.30); }
.nt-footer__bottom-links { display: flex; gap: 20px; list-style: none; padding: 0; margin: 0; }
.nt-footer__bottom-links li a {
  font-size: 13px; color: rgba(255,255,255,0.30); text-decoration: none; transition: color 0.2s;
}
.nt-footer__bottom-links li a:hover { color: rgba(255,255,255,0.65); }

/* ----------------------------------------------------------
   BACK TO TOP
---------------------------------------------------------- */
.nt-back-top {
  position: fixed; bottom: 28px; right: 28px; z-index: 500;
  width: 44px; height: 44px; border-radius: 11px;
  background: var(--nt-brand); color: #fff;
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(91,91,148,0.40);
  opacity: 0; pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s;
}
.nt-back-top--visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nt-back-top:hover { background: var(--nt-brand-dark); transform: translateY(-3px); }
.nt-back-top svg { width: 20px; height: 20px; }

/* ----------------------------------------------------------
   SCROLL REVEAL
---------------------------------------------------------- */
.nt-reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}
.nt-reveal--delay-1 { transition-delay: 0.10s; }
.nt-reveal--delay-2 { transition-delay: 0.20s; }
.nt-reveal--delay-3 { transition-delay: 0.30s; }
.nt-reveal--delay-4 { transition-delay: 0.42s; }
.nt-reveal--visible { opacity: 1; transform: translateY(0); }

/* ----------------------------------------------------------
   SPINNER
---------------------------------------------------------- */
.nt-spinner {
  display: inline-block; width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,0.3); border-top-color: #fff;
  border-radius: 50%; animation: nt-spin 0.7s linear infinite; vertical-align: middle;
}
@keyframes nt-spin { to { transform: rotate(360deg); } }

/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */
@media (max-width: 1100px) {
  .nt-trust-grid          { grid-template-columns: repeat(2,1fr); }
  .nt-values-grid         { grid-template-columns: repeat(2,1fr); }
  .nt-footer__grid        { grid-template-columns: 1fr 1fr; gap: 40px; }
  .nt-about-stack .container,
  .nt-sw-intro .container { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 992px) {
  .nt-navbar__inner     { padding: 0 20px; }
  .nt-navbar__toggle    { display: flex; }
  .nt-navbar__menu {
    position: fixed;
    top: 70px; left: 0; right: 0;
    /* Solid dark — text always readable */
    background: #0a1020;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 16px 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.36s ease;
    pointer-events: none;
  }
  .nt-navbar__menu--open { max-height: 660px; pointer-events: auto; }
  .nt-navbar__menu li a  {
    padding: 13px 16px;
    border-radius: 8px;
    font-size: 15px;
    color: #d1d9e8;
  }
  .nt-navbar__menu li a:hover  { color: #fff; background: rgba(255,255,255,0.09); }
  .nt-navbar__menu li.active a { color: #fff; background: rgba(91,91,148,0.40); }
  .nt-navbar__actions      { display: none; }
  .nt-navbar__menu .nt-navbar__auth {
    display: flex; flex-direction: column; gap: 8px;
    margin-top: 12px; padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.09);
  }
  .nt-navbar__menu .nt-navbar__auth .nt-navbar__btn-login,
  .nt-navbar__menu .nt-navbar__auth .nt-navbar__btn-logout {
    text-align: center; padding: 12px 20px; font-size: 14.5px;
  }
  .nt-contact-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --sp-xl: 48px; --sp-2xl: 72px; }
  .nt-hero               { padding: 56px 24px 0; min-height: auto; }
  .nt-hero__title        { letter-spacing: -1.5px; }
  .nt-hero__sub          { font-size: 15.5px; }
  .nt-hero__stats        { display: none; }
  .nt-hero__content      { padding-bottom: 40px; }

  /* Grid → single column */
  .nt-login-wrap         { grid-template-columns: 1fr; }
  .nt-login-brand        { display: none; }
  .nt-login-card         { padding: 36px 28px; }
  .nt-login-section      { padding: 40px 16px 64px; }

  .nt-about-core .container,
  .nt-about-location .container { grid-template-columns: 1fr; gap: 44px; }

  .nt-values-grid,
  .nt-trust-grid         { grid-template-columns: 1fr; }

  .nt-services-page .nt-service-row { grid-template-columns: 1fr; gap: 32px; }
  .nt-services-page .nt-service-row--reverse { direction: ltr; }

  .nt-contact-form-wrap  { padding: 36px 24px; }
  .nt-footer__grid       { grid-template-columns: 1fr; padding: 0 24px; }
  .nt-footer__bottom     { padding: 22px 24px; flex-direction: column; text-align: center; }
}

@media (max-width: 576px) {
  .nt-hero               { padding: 48px 18px 0; }
  .nt-hero__title        { letter-spacing: -1px; }
  .nt-hero__actions      { gap: 10px; }
  .nt-contact-form-wrap  { padding: 28px 18px; }
  .nt-inquiries-section  { padding: 48px 0 72px; }
  .nt-login-card         { padding: 30px 20px; }
  .nt-login-card__title  { font-size: 28px; }
}

/* ===========================================================
   SERVICES PAGE — nt-svc-*
   Uses CSS Grid with named areas for reliable flip layout
=========================================================== */

/* ── Intro header ── */
.nt-svc-intro {
  background: var(--nt-white);
  padding: 64px 0 48px;
  border-bottom: 1px solid var(--nt-border-light);
}
.nt-svc-intro__inner {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}
.nt-svc-intro .services_taital { margin-bottom: 16px !important; }

/* ── Rows wrapper ── */
.nt-svc-rows {
  background: var(--nt-white);
  padding: 0;
}

/* ── Individual service row ──
   Uses named grid areas so --flip just redefines the template.
   No flexbox order hack needed — pure grid swap.
---------------------------------------------------------- */
.nt-svc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "media body";
  column-gap: 56px;
  align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid var(--nt-border-light);
}
.nt-svc-row:last-child { border-bottom: none; }

/* Flip: swap media to right, body to left */
.nt-svc-row--flip {
  grid-template-areas: "body media";
}

/* Assign children to named areas */
.nt-svc-row__media { grid-area: media; }
.nt-svc-row__body  { grid-area: body; }

/* ── Media column ── */
.nt-svc-row__media {
  position: relative;
}
.nt-svc-row__img-wrap {
  border-radius: var(--nt-radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  line-height: 0;
  position: relative;
  z-index: 1;
}
.nt-svc-row__img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.nt-svc-row__media:hover .nt-svc-row__img-wrap img {
  transform: scale(1.03);
}

/* Decorative background number — sits behind the image */
.nt-svc-row__num {
  position: absolute;
  bottom: -24px;
  right: -14px;
  font-family: var(--font-display);
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  /* Very faint so it doesn't compete with content */
  color: var(--nt-brand-pale);
  letter-spacing: -4px;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.nt-svc-row--flip .nt-svc-row__num {
  right: auto;
  left: -14px;
}

/* ── Body column ── */
.nt-svc-row__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nt-svc-row__body .nt-eyebrow {
  margin-bottom: 8px;
}
.nt-svc-row__title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
  color: var(--nt-ink);
  letter-spacing: -0.6px;
  line-height: 1.18;
  padding: 0;
  margin: 0 0 18px;
}
.nt-svc-row__text {
  font-size: 15px;
  color: var(--nt-ink-body);
  line-height: 1.76;
  margin: 0 0 12px;
  max-width: 520px;
}
.nt-svc-row__text:last-of-type { margin-bottom: 20px; }

/* Tech tag pills */
.nt-svc-row__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 28px;
}
.nt-svc-row__tags span {
  font-size: 12px;
  font-weight: 600;
  color: var(--nt-brand-dark);
  background: var(--nt-brand-light);
  border: 1px solid rgba(91,91,148,0.20);
  border-radius: 50px;
  padding: 5px 14px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* ── Why us section ── */
.nt-svc-why {
  background: var(--nt-surface);
  padding: 80px 0;
  border-top: 1px solid var(--nt-border-light);
}
.nt-svc-why .services_taital { margin-bottom: 0 !important; }

.nt-svc-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.nt-svc-why__item {
  background: var(--nt-white);
  border: 1px solid var(--nt-border-light);
  border-radius: var(--nt-radius);
  padding: 28px 24px;
  transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}
.nt-svc-why__item:hover {
  box-shadow: 0 12px 36px rgba(91,91,148,0.12);
  transform: translateY(-4px);
  border-color: rgba(91,91,148,0.28);
}
.nt-svc-why__icon {
  width: 48px;
  height: 48px;
  background: var(--nt-brand-light);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nt-brand);
  margin-bottom: 16px;
  transition: background 0.22s, color 0.22s;
}
.nt-svc-why__icon svg { width: 21px; height: 21px; }
.nt-svc-why__item:hover .nt-svc-why__icon { background: var(--nt-brand); color: #fff; }
.nt-svc-why__item h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--nt-ink);
  margin: 0 0 8px;
  line-height: 1.3;
}
.nt-svc-why__item p {
  font-size: 14px;
  color: var(--nt-ink-muted);
  line-height: 1.65;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .nt-svc-row      { column-gap: 40px; padding: 60px 0; }
  .nt-svc-row__img-wrap img { height: 280px; }
  .nt-svc-why__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nt-svc-intro { padding: 48px 0 32px; }

  /* Stack to single column — both normal and flip */
  .nt-svc-row,
  .nt-svc-row--flip {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "body";
    gap: 28px;
    padding: 52px 0;
  }

  .nt-svc-row__img-wrap img { height: 240px; }
  .nt-svc-row__num { display: none; }
  .nt-svc-row__text { max-width: 100%; }

  .nt-svc-why  { padding: 56px 0; }
  .nt-svc-why__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
}

@media (max-width: 480px) {
  .nt-svc-row__title    { font-size: 22px; }
  .nt-svc-why__grid     { grid-template-columns: 1fr; }
  .nt-svc-why__item     { padding: 22px 20px; }
}
}

/* ===========================================================
   ODOO APPS INDEX PAGE — nt-odoo-*
   All alignment issues fixed v2
=========================================================== */

/* ── Intro section ──────────────────────────────────────
   Fix: remove about_taital/about_text old-CSS interference
   Fix: image height explicit so column never collapses
   Fix: overflow:visible so floating pills don't get clipped
---------------------------------------------------------- */
.nt-odoo-intro {
  background: var(--nt-white);
  padding: 88px 0 96px;
}

/* Override old style.css padding-top on about_taital inside this section */
.nt-odoo-intro .about_taital {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Override old style.css margin on about_text inside this section */
.nt-odoo-intro .about_text {
  margin-left: 0 !important;
  padding-top: 0 !important;
}
/* Button row — plain flex, no Bootstrap 5 gap needed */
.nt-odoo-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.nt-odoo-intro__visual {
  position: relative;
  /* Extra padding so pills don't get cut */
  padding: 20px 0;
}
.nt-odoo-intro__img {
  width: 100%;
  height: 360px;           /* explicit height — never collapses */
  display: block;
  border-radius: var(--nt-radius-lg);
  box-shadow: var(--nt-shadow-lg);
  object-fit: cover;
}

/* Floating feature pills */
.nt-odoo-intro__pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--nt-white);
  border: 1px solid var(--nt-border-light);
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--nt-ink-mid);
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
  white-space: nowrap;
  z-index: 2;
  animation: nt-float 4s ease-in-out infinite;
}
.nt-odoo-intro__pill svg {
  width: 14px;
  height: 14px;
  color: #16a34a;
  flex-shrink: 0;
}
.nt-odoo-intro__pill--1 {
  bottom: 8px;
  left: 16px;
  animation-delay: 0s;
}
.nt-odoo-intro__pill--2 {
  top: 8px;
  right: 16px;
  animation-delay: 1.2s;
}

/* ── Apps table section ──────────────────────────────────
   Fix: heading alignment, table cell vertical-align,
        column widths so nothing squishes or overflows
---------------------------------------------------------- */
.nt-odoo-table-section {
  background: var(--nt-surface);
  padding: 88px 0;
}

.nt-odoo-table-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}
/* Fix: services_taital has text-align:center by default — override */
.nt-odoo-table-header .services_taital {
  text-align: left !important;
  margin-bottom: 0 !important;
}

.nt-odoo-table-wrap {
  background: var(--nt-white);
  border-radius: var(--nt-radius-lg);
  border: 1px solid var(--nt-border);
  overflow: hidden;
  overflow-x: auto;
  box-shadow: var(--nt-shadow-sm);
  -webkit-overflow-scrolling: touch;
}

.nt-odoo-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  min-width: 860px;
  /* Fixed layout prevents columns exploding on long text */
  table-layout: fixed;
}

/* Column widths — deliberate, nothing squishes */
.nt-odoo-table col.col-num     { width: 52px; }
.nt-odoo-table col.col-name    { width: 220px; }
.nt-odoo-table col.col-price   { width: 90px; }
.nt-odoo-table col.col-version { width: 130px; }
.nt-odoo-table col.col-desc    { width: auto; }  /* takes remaining space */
.nt-odoo-table col.col-preview { width: 90px; }
.nt-odoo-table col.col-action  { width: 110px; }

/* Table head — fix: centre # and Action headers to match td alignment */
.nt-odoo-table thead th {
  background: var(--nt-surface-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--nt-ink-muted);
  padding: 14px 16px;
  border-bottom: 2px solid var(--nt-border);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.nt-odoo-table thead th:first-child,
.nt-odoo-table thead th:last-child,
.nt-odoo-table thead th:nth-child(6) {
  text-align: center;
}

/* Table body */
.nt-odoo-table tbody tr {
  border-bottom: 1px solid var(--nt-surface-2);
  transition: background 0.14s;
}
.nt-odoo-table tbody tr:last-child { border-bottom: none; }
.nt-odoo-table tbody tr:hover      { background: var(--nt-brand-pale); }
.nt-odoo-table td {
  padding: 14px 16px;
  font-size: 14px;
  color: var(--nt-ink-body);
  vertical-align: middle;
  overflow: hidden;
}

/* Row number cell */
.nt-odoo-table__num {
  font-size: 12px;
  font-weight: 700;
  color: var(--nt-ink-faint);
  text-align: center;
}

/* Module name with thumbnail */
.nt-odoo-table__name {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;  /* allows text-overflow to work inside flex */
}
.nt-odoo-table__name strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--nt-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-odoo-table__thumb {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--nt-border-light);
}

/* Price badge */
.nt-odoo-table__price {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--nt-brand-dark);
  background: var(--nt-brand-light);
  border: 1px solid rgba(91,91,148,0.20);
  border-radius: 6px;
  padding: 4px 10px;
  white-space: nowrap;
}

/* Versions badge */
.nt-odoo-table__versions {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  padding: 4px 10px;
  white-space: nowrap;
}

/* Description cell — allow wrapping, clamp to 2 lines */
.nt-odoo-table__desc {
  font-size: 13.5px;
  color: var(--nt-ink-muted);
  line-height: 1.55;
  /* Two-line clamp instead of single-line truncation */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;  /* allow wrapping */
}

/* Preview image */
.nt-odoo-table__preview {
  width: 60px;
  height: 38px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--nt-border-light);
  display: block;
  margin: 0 auto;
}

/* Action cell centred */
.nt-odoo-table td:last-child { text-align: center; }

/* ── Carousel section ────────────────────────────────────
   Fix: was missing entirely — had no background/padding
---------------------------------------------------------- */
.nt-odoo-carousel-section {
  background: var(--nt-white);
  padding: 88px 0;
  border-top: 1px solid var(--nt-border-light);
}
/* Fix: software_taital has extra margins from old CSS */
.nt-odoo-carousel-section .software_taital {
  margin-bottom: 12px !important;
}
.nt-odoo-carousel-section .software_text {
  margin-bottom: 0 !important;
}

/* Owl nav arrows */
.nt-odoo-carousel-section .owl-nav,
.nt-odoo-section .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.nt-odoo-carousel-section .owl-prev,
.nt-odoo-carousel-section .owl-next,
.nt-odoo-section .owl-prev,
.nt-odoo-section .owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--nt-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.nt-odoo-carousel-section .owl-prev:hover,
.nt-odoo-carousel-section .owl-next:hover,
.nt-odoo-section .owl-prev:hover,
.nt-odoo-section .owl-next:hover {
  background: var(--nt-primary-dark, #1a3c8f);
  transform: scale(1.1);
}
.nt-odoo-carousel-section .owl-prev svg,
.nt-odoo-carousel-section .owl-next svg,
.nt-odoo-section .owl-prev svg,
.nt-odoo-section .owl-next svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.nt-odoo-carousel-section .owl-nav .disabled,
.nt-odoo-section .owl-nav .disabled {
  opacity: 0.4;
  cursor: default;
}

/* ── Pagination ── */
.nt-odoo-pagination {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.nt-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nt-pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--nt-brand-dark);
  background: var(--nt-white);
  border: 1.5px solid var(--nt-border);
  border-radius: var(--nt-radius-sm);
  padding: 9px 18px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  line-height: 1;
}
.nt-pagination__btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.nt-pagination__btn:hover {
  background: var(--nt-brand-light);
  border-color: var(--nt-brand);
  color: var(--nt-brand-dark);
  transform: translateY(-1px);
}
.nt-pagination__current {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--nt-ink-muted);
  background: var(--nt-surface);
  border: 1px solid var(--nt-border-light);
  border-radius: var(--nt-radius-sm);
  padding: 9px 18px;
  white-space: nowrap;
  line-height: 1;
}

/* ── Module form panel (Add / Edit module) ───────────────── */
.nt-form-section {
  background: var(--nt-surface);
  padding: 88px 0;
}
.nt-form-panel {
  background: var(--nt-white);
  border: 1.5px solid var(--nt-border);
  border-radius: var(--nt-radius-lg);
  box-shadow: 0 8px 40px rgba(15,23,42,0.08);
  overflow: hidden;
}
.nt-form-panel__head {
  background: linear-gradient(135deg, var(--nt-brand) 0%, var(--nt-brand-dark) 100%);
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-form-panel__head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--nt-white);
  letter-spacing: -0.3px;
}
.nt-form-panel__head svg {
  width: 22px; height: 22px;
  color: rgba(255,255,255,0.75);
  flex-shrink: 0;
}
.nt-form-panel__body {
  padding: 36px 32px;
}
.nt-form-panel__hint {
  font-size: 12.5px;
  color: var(--nt-ink-faint);
  margin-top: 5px;
  line-height: 1.5;
}
.nt-form-panel__error {
  font-size: 13px;
  color: #dc2626;
  margin-top: 5px;
  line-height: 1.4;
}
.nt-form-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 28px;
  border-top: 1px solid var(--nt-border-light);
  margin-top: 8px;
  flex-wrap: wrap;
}
/* fields without a left icon — override the 46px left-padding */
.nt-field__input--no-icon {
  padding-left: 16px !important;
}
.nt-field__textarea--no-icon {
  padding-left: 16px !important;
}
@media (max-width: 768px) {
  .nt-form-section { padding: 60px 0; }
}
@media (max-width: 576px) {
  .nt-form-panel__body { padding: 24px 18px; }
  .nt-form-panel__head { padding: 18px 18px; }
  .nt-form-panel__footer { flex-direction: column-reverse; align-items: stretch; }
  .nt-form-panel__footer .nt-btn { text-align: center; justify-content: center; }
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 992px) {
  .nt-odoo-intro__pill     { display: none; }
  .nt-odoo-intro__visual   { padding: 0; }
}
@media (max-width: 768px) {
  .nt-odoo-intro             { padding: 60px 0; }
  .nt-odoo-table-section     { padding: 60px 0; }
  .nt-odoo-carousel-section  { padding: 60px 0; }
  .nt-odoo-table-header      { flex-direction: column; align-items: flex-start; }
  .nt-odoo-table             { min-width: 700px; }
}
@media (max-width: 576px) {
  .nt-odoo-table__name  { gap: 8px; }
  .nt-odoo-table__thumb { width: 32px; height: 32px; }
  .nt-pagination        { flex-direction: column; gap: 8px; }
}