/* ==========================================================================
   NEIA TORRES  VISTO AMERICANO
   Design: Editorial Executivo, Soft Rounded Luxury, Moderno e de Alta Converso
   Tipografia: Poppins (estrutura/corpo) + Montserrat (ttulos de autoridade/nmeros)
   Paleta:
     Azul Profundo:      #173B6C
     Azul Escuro Real:   #0E2647
     Azul Noturno:       #0A1C34
     Azul Claro Suave:   #F0F5FA
     Off-White Fundo:    #F8FAFC
     Branco Puro:        #FFFFFF
     Coral Converso:    #E85D68 -> Hover: #D44753
     Texto Principal:    #16233B
     Texto Secundrio:   #54667E
   ========================================================================== */

/* --------------------------------------------------
   TOKENS & VARIVEIS DE DESIGN
   -------------------------------------------------- */
:root {
  --blue-deep:    #173B6C;
  --blue-dark:    #0E2647;
  --blue-night:   #0A1C34;
  --blue-light:   #F0F5FA;
  --offwhite:     #F8FAFC;
  --white:        #FFFFFF;
  --coral:        #E85D68;
  --coral-hover:  #D44753;
  --coral-soft:   rgba(232, 93, 104, 0.12);
  --text:         #16233B;
  --text-sec:     #54667E;
  --text-muted:   #8E9EB2;
  --border:       #E2EBF4;
  --border-focus: #173B6C;

  --font-body:    'Poppins', system-ui, -apple-system, sans-serif;
  --font-title:   'Montserrat', 'Poppins', sans-serif;

  --type-display: clamp(2.35rem, 3.8vw, 3.45rem);
  --type-section: clamp(2rem, 3vw, 2.8rem);
  --type-card:    1.08rem;
  --type-body:    1rem;
  --leading-title: 1.08;
  --leading-body:  1.72;

  /* Bordas Arredondadas Refinadas */
  --r-xs:   8px;
  --r-sm:   12px;
  --r-md:   18px;
  --r-lg:   24px;
  --r-xl:   32px;
  --r-2xl:  40px;
  --r-full: 9999px;

  /* Sombras Volumtricas Suaves */
  --shadow-sm:    0 4px 18px rgba(23, 59, 108, 0.05);
  --shadow-md:    0 12px 34px rgba(23, 59, 108, 0.08);
  --shadow-lg:    0 24px 56px rgba(23, 59, 108, 0.12);
  --shadow-card:  0 10px 30px rgba(0, 0, 0, 0.06);
  --shadow-coral: 0 10px 28px rgba(232, 93, 104, 0.38);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 0.2s;
  --dur-norm: 0.35s;
  --dur-slow: 0.6s;
}

/* --------------------------------------------------
   RESET & BASE
   -------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
  color: var(--blue-deep);
  font-weight: 800;
  line-height: var(--leading-title);
  letter-spacing: -0.03em;
}
p, li, label, input, select, textarea {
  font-family: var(--font-body);
}

/* --------------------------------------------------
   CONTAINER & SEES
   -------------------------------------------------- */
.nt-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 28px;
}

.nt-section {
  position: relative;
  padding: clamp(68px, 5.5vw, 84px) 0;
}
.nt-section--white    { background: var(--white); }
.nt-section--offwhite { background: var(--white); }
.nt-section--light    { background: var(--white); }
.nt-section--dark     { background: var(--blue-dark); color: var(--white); }

/* Divisrias Onduladas Suaves (Organic Transitions) */
.nt-divider {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 64px;
  overflow: hidden;
  line-height: 0;
  z-index: 4;
  pointer-events: none;
}
.nt-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}
.nt-divider--to-dark svg path { fill: #0E2647; }
.nt-divider--to-white svg path { fill: #FFFFFF; }
.nt-divider--to-light svg path { fill: #F0F5FA; }
.nt-divider--to-offwhite svg path { fill: #F8FAFC; }
.nt-divider--to-footer svg path { fill: #071526; }

.nt-section--with-divider {
  padding-bottom: clamp(86px, 7vw, 104px);
}

@media (max-width: 768px) {
  .nt-section { padding: 56px 0; }
  .nt-divider { height: 32px; }
  .nt-container { padding: 0 20px; }
}

/* --------------------------------------------------
   ANIMAES DE REVEAL (SCROLL)
   -------------------------------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--dur-slow) var(--ease), transform var(--dur-slow) var(--ease);
}
[data-reveal].nt-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-delay="1"] { transition-delay: 0.12s; }
[data-delay="2"] { transition-delay: 0.22s; }
[data-delay="3"] { transition-delay: 0.32s; }
[data-delay="4"] { transition-delay: 0.42s; }
[data-delay="5"] { transition-delay: 0.52s; }

/* --------------------------------------------------
   TIPOGRAFIA & CABEALHOS DE SEO
   -------------------------------------------------- */
.nt-section__header {
  margin-bottom: 42px;
}
.nt-section__header--center {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.nt-section__eyebrow {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--coral);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.nt-section__title {
  font-family: var(--font-title);
  font-size: var(--type-section);
  font-weight: 800;
  line-height: var(--leading-title);
  color: var(--blue-deep);
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.nt-section__title--white {
  color: var(--white);
}

.nt-section__sub {
  font-size: var(--type-body);
  color: var(--text-sec);
  line-height: var(--leading-body);
}
.nt-section__sub--white {
  color: rgba(255, 255, 255, 0.82);
}

.nt-body-lg {
  font-size: var(--type-body);
  color: var(--text-sec);
  line-height: var(--leading-body);
}


/* --------------------------------------------------
   BOTES (PILL-SHAPED & SUAVES)
   -------------------------------------------------- */
.nt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  padding: 16px 34px;
  border-radius: var(--r-full);
  border: none;
  cursor: pointer;
  transition: all var(--dur-norm) var(--ease);
  text-align: center;
}
.nt-btn--coral {
  background: var(--coral);
  color: var(--white);
  box-shadow: var(--shadow-coral);
}
.nt-btn--coral:hover {
  background: var(--coral-hover);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 32px rgba(212, 71, 83, 0.45);
  color: var(--white);
}
.nt-btn--primary {
  background: var(--blue-deep);
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.nt-btn--primary:hover {
  background: var(--blue-dark);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 32px rgba(14, 38, 71, 0.35);
  color: var(--white);
}
.nt-btn--outline {
  background: transparent;
  color: var(--blue-deep);
  border: 2px solid var(--blue-deep);
}
.nt-btn--outline:hover {
  background: var(--blue-deep);
  color: var(--white);
  transform: translateY(-2px);
}
.nt-btn--ghost {
  background: rgba(23, 59, 108, 0.05);
  color: var(--blue-deep);
  font-weight: 600;
  padding: 16px 26px;
  border-radius: var(--r-full);
}
.nt-btn--ghost:hover {
  background: rgba(23, 59, 108, 0.1);
  color: var(--blue-deep);
  transform: translateY(-2px);
}
.nt-btn--wa {
  background: #25D366;
  color: var(--white);
}
.nt-btn--wa:hover {
  background: #1EBE5D;
  color: var(--white);
}
.nt-btn--lg { padding: 18px 38px; font-size: 1rem; }
.nt-btn--xl { padding: 22px 50px; font-size: 1.0625rem; }
.nt-btn--full { width: 100%; }

.nt-btn__arrow {
  transition: transform var(--dur-fast) var(--ease);
  flex-shrink: 0;
}
.nt-btn:hover .nt-btn__arrow {
  transform: translateX(4px);
}

.nt-center-action {
  text-align: center;
  margin-top: 36px;
}

/* --------------------------------------------------
   HEADER (GLASSMORPHISM & PILL NAV)
   -------------------------------------------------- */
.nt-header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(23, 59, 108, 0.06);
  transition: all var(--dur-norm) var(--ease);
}
.nt-header .nt-container {
  max-width: 1480px;
  padding: 0 clamp(32px, 4vw, 64px);
}
.nt-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 24px rgba(23, 59, 108, 0.08);
  padding: 10px 0;
  border-bottom-color: rgba(23, 59, 108, 0.1);
}
.nt-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 3.2vw, 58px);
}
.nt-header__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: min(275px, 42vw);
}
.nt-logo-img {
  display: block;
  width: 100%;
  max-width: 275px;
  height: auto;
  object-fit: contain;
}
.nt-header__brand-name {
  font-family: var(--font-title);
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--blue-deep);
  line-height: 1.1;
}
.nt-header__brand-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
}
.nt-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 0.8vw, 16px);
  flex-shrink: 0;
}
.nt-nav-link {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text);
  padding: 9px 10px;
  border-radius: var(--r-full);
  white-space: nowrap;
  transition: all var(--dur-fast) var(--ease);
}
.nt-nav-link:hover {
  color: var(--blue-deep);
  background: var(--blue-light);
}
.nt-header__cta {
  padding: 12px 26px;
  font-size: 0.8125rem;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 12px;
}

.nt-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border-radius: var(--r-md);
  background: var(--blue-light);
  border: 1px solid var(--border);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: all var(--dur-fast) var(--ease);
}
.nt-header__hamburger:hover {
  background: rgba(23, 59, 108, 0.1);
}
.nt-header__hamburger span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--blue-deep);
  border-radius: 2px;
  transition: all var(--dur-norm) var(--ease);
}
.nt-header__hamburger.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.nt-header__hamburger.active span:nth-child(2) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.nt-mobile-nav {
  position: fixed;
  top: 76px;
  left: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  padding: 24px;
  border-radius: var(--r-xl);
  box-shadow: 0 20px 60px rgba(23, 59, 108, 0.22);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all var(--dur-norm) var(--ease);
  z-index: 999;
}
.nt-mobile-nav.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nt-mobile-nav nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-mobile-nav__link {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  padding: 12px 16px;
  border-radius: var(--r-md);
  transition: all var(--dur-fast);
}
.nt-mobile-nav__link:hover,
.nt-mobile-nav__link:active {
  background: var(--blue-light);
  color: var(--coral);
}

/* --------------------------------------------------
   SEO 01  HERO (SOFT ROUNDED VISUALS)
   -------------------------------------------------- */
.nt-hero {
  position: relative;
  min-height: 620px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding-top: 94px;
  padding-bottom: 44px; /* space for wave divider */
  overflow: hidden;
}

.nt-hero__layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 36px;
  align-items: center;
}

.nt-hero__text {
  max-width: 640px;
}

.nt-hero__headline {
  font-family: var(--font-title);
  font-size: clamp(2.4rem, 4.3vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--blue-deep);
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.nt-hero__highlight {
  color: var(--coral);
}

.nt-hero__sub {
  font-size: 1.15rem;
  color: var(--text-sec);
  line-height: 1.65;
  margin-bottom: 36px;
}

.nt-hero__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.nt-hero__trust-strip {
  display: inline-grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px;
  border: 1px solid rgba(23, 59, 108, 0.08);
  border-radius: var(--r-full);
  background: rgba(248, 250, 252, 0.92);
  box-shadow: 0 14px 34px rgba(23, 59, 108, 0.07);
}
.nt-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  padding: 9px 14px;
  border-radius: var(--r-full);
  border: 1px solid rgba(23, 59, 108, 0.08);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--blue-deep);
  box-shadow: 0 6px 18px rgba(23, 59, 108, 0.05);
  white-space: nowrap;
}
.nt-trust-item svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
}

/* Hero visual - Large Centered Red-Box Frame */
.nt-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.nt-hero__photo-wrap {
  position: relative;
  max-width: 720px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nt-hero__photo-wrap--cutout::after {
  content: none;
}
.nt-hero__glow-bg {
  position: absolute;
  top: -12px; right: -12px;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(232, 93, 104, 0.15), rgba(23, 59, 108, 0.08));
  border-radius: var(--r-2xl);
  z-index: 1;
}
.nt-hero__glow-bg--flag {
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 660px; height: 660px;
  background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(240,245,250,0) 60%, transparent 80%);
  border-radius: 50%;
  filter: blur(0);
  pointer-events: none;
  z-index: 1;
  animation: none;
}
@keyframes ntGlowPulse {
  0%   { transform: translate(-50%, -50%) scale(0.95); opacity: 0.8; }
  50%  { transform: translate(-50%, -50%) scale(1.05); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(1.08); opacity: 0.85; }
}
.nt-hero__photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--r-2xl);
  border: 4px solid var(--white);
  box-shadow: var(--shadow-lg);
  transition: transform var(--dur-slow) var(--ease);
}
.nt-hero__photo--cutout {
  width: 100%;
  height: auto;
  max-height: 780px;
  object-fit: contain;
  object-position: center bottom;
  border: none;
  border-radius: 0;
  box-shadow: none;
  /* multiply: white pixels disappear on white background */
  mix-blend-mode: multiply;
  /* reinforce image's own bottom fade */
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 75%, rgba(0,0,0,0.4) 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 75%, rgba(0,0,0,0.4) 90%, transparent 100%);
  position: relative;
  z-index: 2;
}
.nt-hero__photo-wrap:hover .nt-hero__photo {
  transform: translateY(-4px);
}

.nt-hero__badge {
  position: absolute;
  bottom: 24px; left: -18px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 14px 22px;
  border-radius: var(--r-lg);
  box-shadow: 0 16px 40px rgba(23, 59, 108, 0.16);
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(23, 59, 108, 0.08);
}
.nt-badge-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nt-hero__badge strong { display: block; font-size: 0.9375rem; color: var(--blue-deep); }
.nt-hero__badge small  { font-size: 0.78rem; color: var(--text-sec); }

/* --------------------------------------------------
   SEO 02  CARDS PREMIUM (ROUNDED 28PX & GLOW)
   -------------------------------------------------- */
.nt-grid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.nt-premium-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-xl);
  padding: 38px 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all var(--dur-norm) var(--ease);
}
.nt-premium-card__glow {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--coral), transparent);
  opacity: 0;
  transition: opacity var(--dur-norm) var(--ease);
}
.nt-premium-card:hover {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-color: rgba(232, 93, 104, 0.45);
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.38);
}
.nt-premium-card:hover .nt-premium-card__glow {
  opacity: 1;
}

.nt-premium-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.nt-card-num {
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--coral);
  line-height: 1;
}
.nt-card-icon {
  width: 48px; height: 48px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--dur-norm) var(--ease);
}
.nt-premium-card:hover .nt-card-icon {
  background: var(--coral);
  color: var(--white);
  transform: scale(1.1);
}

.nt-premium-card__title {
  font-family: var(--font-title);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 12px;
}
.nt-premium-card__desc {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin-bottom: 24px;
  flex-grow: 1;
}
.nt-premium-card__pill {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--coral);
  background: rgba(232, 93, 104, 0.14);
  border: 1px solid rgba(232, 93, 104, 0.28);
  padding: 6px 16px;
  border-radius: var(--r-full);
  align-self: flex-start;
}

/* --------------------------------------------------
   SEO 03  EDITORIAL IMPACTO
   -------------------------------------------------- */
.nt-editorial {
  padding: clamp(58px, 5vw, 76px) 0;
  background: #FFFFFF;
  overflow: hidden;
}
.nt-editorial::before {
  display: none;
}
.nt-editorial__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: center;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid rgba(23, 59, 108, 0.08);
  border-radius: 28px;
  padding: clamp(38px, 4.8vw, 62px);
  box-shadow: 0 24px 60px rgba(11, 35, 67, 0.08);
}
.nt-editorial__left {
  position: relative;
  padding-left: 30px;
}
.nt-editorial__left::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 3px;
  border-radius: var(--r-full);
  background: linear-gradient(180deg, var(--coral), var(--blue-deep));
}
.nt-editorial__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
}
.nt-editorial__headline {
  font-family: var(--font-title);
  font-size: clamp(2.15rem, 3.5vw, 3.05rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--blue-deep);
  letter-spacing: -0.025em;
}
.nt-editorial__desc {
  font-size: 1.03rem;
  color: var(--text-sec);
  line-height: 1.75;
  margin-bottom: 26px;
  max-width: 560px;
}
.nt-editorial__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
  margin-bottom: 30px;
}
.nt-stat {
  position: relative;
  background: #F5F8FC;
  padding: 19px 17px;
  border-radius: 16px;
  border: 1px solid rgba(23, 59, 108, 0.08);
}
.nt-stat::after { display: none; }
.nt-stat__n {
  display: block;
  font-family: var(--font-title);
  font-size: 1.42rem;
  font-weight: 900;
  color: var(--blue-deep);
  position: relative;
  z-index: 1;
}
.nt-stat__l {
  display: block;
  margin-top: 5px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-sec);
  position: relative;
  z-index: 1;
}
.nt-stat__sep {
  display: none;
}

/* --------------------------------------------------
   SEO 04  COMO FUNCIONA (ROUNDED JOURNEY CARDS)
   -------------------------------------------------- */
#como-funciona {
  padding: clamp(62px, 5.5vw, 82px) 0 clamp(68px, 6vw, 88px);
  background: #FFFFFF;
  overflow: hidden;
}
#como-funciona::before {
  display: none;
}
#como-funciona .nt-section__header {
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
}
#como-funciona .nt-section__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#como-funciona .nt-section__title {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
}
.nt-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 1081px) {
  .nt-journey-grid::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 9%;
    right: 9%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(23, 59, 108, 0.22) 12%, rgba(23, 59, 108, 0.22) 88%, transparent);
  }
}
.nt-journey-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all var(--dur-norm) var(--ease);
  position: relative;
  overflow: visible;
  z-index: 1;
}
.nt-journey-card::before { display: none; }
.nt-journey-card::after { display: none; }
.nt-journey-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
}
.nt-journey-card:hover::before { opacity: 0; }

.nt-journey-card__header {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(23, 59, 108, 0.12);
  box-shadow: 0 12px 30px rgba(23, 59, 108, 0.1);
}
.nt-journey-step {
  font-family: var(--font-title);
  position: absolute;
  top: -8px;
  right: -8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 900;
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 6px 14px rgba(232, 93, 104, 0.28);
  line-height: 1;
}
.nt-journey-icon {
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: transparent;
  color: var(--blue-deep);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--dur-norm) var(--ease);
  box-shadow: none;
}
.nt-journey-icon svg { width: 24px; height: 24px; }
.nt-journey-card:hover .nt-journey-icon {
  background: transparent;
  color: var(--coral);
  transform: scale(1.08);
}
.nt-journey-card:hover .nt-journey-step {
  color: var(--white);
  background: var(--coral);
}

.nt-journey-card__title {
  font-family: var(--font-title);
  font-size: 1.06rem;
  font-weight: 800;
  color: var(--blue-deep);
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
.nt-journey-card__desc {
  font-size: 0.87rem;
  color: var(--text-sec);
  line-height: 1.65;
  position: relative;
  z-index: 1;
  max-width: 245px;
}
.nt-journey-cta {
  max-width: 1120px;
  margin: 48px auto 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--blue-deep);
  font-weight: 700;
  background: transparent;
  border: 0;
  border-radius: 0;
}

/* --------------------------------------------------
   SEO 05  BLOCO DESTINO EUA
   -------------------------------------------------- */
.nt-usa-block {
  background: #061B39;
  padding: clamp(44px, 4vw, 64px) 0 clamp(64px, 5vw, 92px);
  position: relative;
  overflow: hidden;
  border-top: none;
  min-height: clamp(430px, 34.7vw, 666px);
  display: flex;
  align-items: center;
}
.nt-usa-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 19, 42, 0.82) 0%, rgba(3, 19, 42, 0.58) 36%, rgba(3, 19, 42, 0.18) 64%, rgba(3, 19, 42, 0.02) 100%);
  pointer-events: none;
}
.nt-usa-block__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.nt-usa-block__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.nt-usa-block__inner {
  display: grid;
  grid-template-columns: minmax(0, 520px) 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.nt-usa-block__content {
  max-width: 520px;
}
.nt-usa-block__headline {
  font-family: var(--font-title);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 20px;
}
.nt-usa-block__text {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .nt-usa-block {
    min-height: clamp(430px, 52vw, 560px);
    padding: 64px 0 96px;
  }

  .nt-usa-block__bg img {
    object-position: 58% top;
  }

  .nt-usa-block__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nt-usa-block {
    min-height: 560px;
    padding: 76px 0 104px;
  }

  .nt-usa-block::before {
    background: linear-gradient(180deg, rgba(3, 19, 42, 0.9) 0%, rgba(3, 19, 42, 0.74) 48%, rgba(3, 19, 42, 0.5) 100%);
  }

  .nt-usa-block__bg img {
    object-position: 64% top;
  }
}

/* --------------------------------------------------
   SEO 06  SOBRE NEIA
   -------------------------------------------------- */
#sobre {
  background: #FFFFFF;
  padding-top: clamp(58px, 5vw, 76px);
  padding-bottom: clamp(68px, 6vw, 90px);
  overflow: hidden;
}
.nt-about__layout {
  display: grid;
  max-width: 1340px;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
}
.nt-about__text {
  max-width: 560px;
}
.nt-about__greeting {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.nt-about__greeting::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--coral);
  border-radius: 999px;
}
.nt-about__name {
  font-family: var(--font-title);
  font-size: clamp(2.6rem, 4.3vw, 3.8rem);
  font-weight: 900;
  color: var(--blue-deep);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 14px;
}
.nt-about__name span {
  display: block;
  color: var(--coral);
}
.nt-about__subtitle {
  max-width: 500px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(23, 59, 108, 0.12);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-sec);
  margin-bottom: 22px;
}
.nt-about__bio {
  font-size: 0.98rem;
  color: var(--text-sec);
  line-height: 1.75;
  margin-bottom: 14px;
}
.nt-about__highlights {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 28px 0 30px;
}
.nt-highlight-badge {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  background: #FFFFFF;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.nt-highlight-badge::before { display: none; }
.nt-highlight-badge svg {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  padding: 5px;
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
}
.nt-highlight-badge strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--blue-deep);
}
.nt-highlight-badge span {
  display: block;
  margin-top: 2px;
  font-size: 0.82rem;
  color: var(--text-sec);
}

.nt-about__photo-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: stretch;
  position: relative;
  z-index: 3;
  transform: translateY(clamp(68px, 6vw, 90px));
}
.nt-about__photo-frame {
  max-width: 440px;
  width: 100%;
  border-radius: var(--r-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}
.nt-about__photo-frame--cutout {
  max-width: 720px;
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
  transform: none;
  transform-origin: center bottom;
}
.nt-about__photo-frame--cutout::before {
  display: none;
}
.nt-about__photo {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
}
.nt-about__photo--cutout {
  height: auto;
  display: block;
  object-fit: contain;
  filter: none;
  position: relative;
  z-index: 1;
}
.nt-about__cta { gap: 12px; padding-inline: 28px; }
.nt-about__cta svg { width: 18px; height: 18px; transition: transform var(--dur-fast) var(--ease); }
.nt-about__cta:hover svg { transform: translateX(4px); }

/* --------------------------------------------------
   SEO 07  DEPOIMENTOS (ROUNDED 28PX CARDS)
   -------------------------------------------------- */
.nt-testimonials-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.nt-testi-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-xl);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all var(--dur-norm) var(--ease);
}
.nt-testi-card:hover {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-color: rgba(232, 93, 104, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.nt-testi-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.nt-stars {
  color: #F5A623;
  font-size: 1.05rem;
  letter-spacing: 2px;
}
.nt-status-badge {
  font-family: var(--font-title);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #4CAF82;
  background: rgba(76, 175, 130, 0.12);
  border: 1.5px solid #4CAF82;
  padding: 4px 12px;
  border-radius: var(--r-full);
  text-transform: uppercase;
}

.nt-testi-card__quote {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
  margin-bottom: 24px;
  flex-grow: 1;
}

.nt-testi-card__author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nt-author-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(23, 59, 108, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nt-testi-card__author strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--white);
}
.nt-testi-card__author span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

/* WhatsApp card variant */
.nt-chat-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #25D366;
}
.nt-whatsapp-bubble {
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.25);
  border-radius: 20px 20px 20px 6px;
  padding: 18px 20px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
  margin-bottom: 24px;
}
.nt-bubble-time {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  margin-top: 6px;
}

/* Depoimento em vídeo — formato Stories */
#depoimentos .nt-section__header { max-width: 850px; }
.nt-story-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.nt-story-video {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: #071A33;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}
.nt-story-video video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #071526;
  border-radius: 21px;
}
.nt-story-video__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(7, 26, 51, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--r-full);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}
.nt-story-video__caption {
  padding: 16px 10px 8px;
}
.nt-story-video__caption strong,
.nt-story-video__caption span { display: block; }
.nt-story-video__caption strong {
  color: var(--white);
  font-size: 0.82rem;
}
.nt-story-video__caption span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  line-height: 1.5;
}
.nt-story-content { max-width: 620px; }
.nt-story-content__label {
  display: block;
  margin-bottom: 12px;
  color: #FF7A84;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nt-story-content h3 {
  max-width: 580px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}
.nt-story-objections {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}
.nt-story-objections div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.5;
}
.nt-story-objections svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  padding: 5px;
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
}
.nt-story-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.nt-story-proof blockquote {
  padding: 18px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  font-size: 0.8rem;
  line-height: 1.6;
}

/* --------------------------------------------------
   SEO 08  DOCUMENTAO & COERNCIA
   -------------------------------------------------- */
.nt-docs__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.nt-docs__photo-frame {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}
.nt-docs__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.nt-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 30px 0 32px;
}
.nt-check-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #FFFFFF;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(23, 59, 108, 0.11);
  box-shadow: 0 10px 28px rgba(23, 59, 108, 0.055);
  overflow: hidden;
  transition: transform var(--dur-norm) var(--ease), border-color var(--dur-norm) var(--ease), box-shadow var(--dur-norm) var(--ease);
}
.nt-check-item::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--coral), var(--blue-deep));
  opacity: 0;
  transition: opacity var(--dur-norm) var(--ease);
}
.nt-check-item:hover {
  transform: translateX(5px);
  border-color: rgba(23, 59, 108, 0.2);
  box-shadow: 0 14px 34px rgba(23, 59, 108, 0.09);
}
.nt-check-item:hover::after {
  opacity: 1;
}
.nt-check-bullet {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(23, 59, 108, 0.075);
  color: var(--blue-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: color var(--dur-norm) var(--ease), background var(--dur-norm) var(--ease);
}
.nt-check-bullet svg {
  width: 23px;
  height: 23px;
}
.nt-check-item:hover .nt-check-bullet {
  color: var(--white);
  background: var(--coral);
}
.nt-check-item strong {
  display: block;
  font-size: 0.95rem;
  color: var(--blue-deep);
  margin-bottom: 4px;
}
.nt-check-item p {
  font-size: 0.86rem;
  color: var(--text-sec);
  line-height: 1.55;
}
.nt-docs__cta {
  gap: 12px;
  padding-inline: 28px;
}
.nt-docs__cta svg {
  width: 18px;
  height: 18px;
  transition: transform var(--dur-fast) var(--ease);
}
.nt-docs__cta:hover svg {
  transform: translateX(4px);
}

/* --------------------------------------------------
   SEO 09  BLOG & GUIAS (ROUNDED CAROUSEL)
   -------------------------------------------------- */
#blog {
  background: #FFFFFF;
}
#blog .nt-section__header {
  max-width: 780px;
  margin-inline: auto;
}
.nt-blog__title span {
  color: var(--coral);
}
.nt-blog-carousel-wrapper {
  position: relative;
  margin-top: 40px;
  padding: 0 14px;
}

.nt-blog-carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 12px 4px 32px;
  outline: none;
}
.nt-blog-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.nt-blog-track {
  display: flex;
  gap: 24px;
}

/* Blog Card (Rounded 28px) */
.nt-blog-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 290px;
  scroll-snap-align: start;
  position: relative;
  background: var(--white);
  border: 1px solid rgba(23, 59, 108, 0.1);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(23, 59, 108, 0.07);
  display: flex;
  flex-direction: column;
  transition: all var(--dur-norm) var(--ease);
}
.nt-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(23, 59, 108, 0.12);
  border-color: rgba(23, 59, 108, 0.24);
}

.nt-blog-card__header {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.nt-blog-card__cat {
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.94);
  padding: 7px 12px;
  border-radius: var(--r-full);
  box-shadow: 0 6px 18px rgba(9, 31, 61, 0.12);
}
.nt-blog-card__time {
  font-size: 0.72rem;
  color: var(--white);
  font-weight: 600;
  padding: 6px 10px;
  border-radius: var(--r-full);
  background: rgba(5, 25, 52, 0.68);
  backdrop-filter: blur(8px);
}

.nt-blog-card__media {
  height: 220px;
  overflow: hidden;
  position: relative;
  background: var(--blue-light);
  margin: 0;
  border-radius: 0;
}
.nt-blog-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(4, 24, 51, 0.16));
  pointer-events: none;
}
.nt-blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease);
}
.nt-blog-card:hover .nt-blog-card__img {
  transform: scale(1.08);
}

.nt-blog-card__body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.nt-blog-card__title {
  font-family: var(--font-title);
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--blue-deep);
  line-height: 1.35;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}
.nt-blog-card__desc {
  font-size: 0.875rem;
  color: var(--text-sec);
  line-height: 1.55;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.nt-blog-card__meta {
  display: none;
}
.nt-blog-card__intent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--text-sec);
  background: var(--offwhite);
  padding: 5px 12px;
  border-radius: var(--r-full);
  border: 1px solid var(--border);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.nt-blog-card__intent svg {
  color: var(--coral);
  flex-shrink: 0;
}

.nt-blog-card__action {
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--coral);
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease);
  align-self: flex-start;
}
.nt-blog-card__action svg {
  transition: transform var(--dur-fast) var(--ease);
}
.nt-blog-card__action:hover {
  color: var(--coral-hover);
}
.nt-blog-card__action:hover svg {
  transform: translateX(4px);
}

/* Carousel Buttons (Pill / Circle) */
.nt-carousel-btn {
  position: absolute;
  top: calc(50% - 22px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(23, 59, 108, 0.14);
  color: var(--blue-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all var(--dur-fast) var(--ease);
}
.nt-carousel-btn--prev { left: -22px; }
.nt-carousel-btn--next { right: -22px; }
.nt-carousel-btn:hover {
  background: var(--blue-deep);
  color: var(--white);
  border-color: var(--blue-deep);
  transform: scale(1.1);
}
.nt-carousel-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.nt-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.nt-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all var(--dur-fast) var(--ease);
}
.nt-carousel-dot.active {
  width: 28px;
  border-radius: var(--r-full);
  background: var(--coral);
}

/* --------------------------------------------------
   SEO 10  FORMULRIO PRINCIPAL (ROUNDED 32PX)
   -------------------------------------------------- */
.nt-form-section__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.nt-form-section__desc {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin: 16px 0 32px;
}
.nt-form-consultant-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px 22px;
  border-radius: var(--r-lg);
  max-width: 380px;
}
.nt-consultant-thumb {
  width: 54px; height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--coral);
}
.nt-form-consultant-card strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--white);
}
.nt-form-consultant-card span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

.nt-form-card {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 44px 38px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}
.nt-form__group { margin-bottom: 18px; }
.nt-form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--blue-deep);
  margin-bottom: 8px;
}
.nt-form__input,
.nt-form__select {
  width: 100%;
  padding: 15px 20px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  font-size: 0.9375rem;
  color: var(--text);
  background: var(--offwhite);
  transition: all var(--dur-fast) var(--ease);
  appearance: none;
}
.nt-form__input::placeholder { color: var(--text-muted); }
.nt-form__input:focus,
.nt-form__select:focus {
  outline: none;
  border-color: var(--blue-deep);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(23, 59, 108, 0.08);
}
.nt-form__input.invalid,
.nt-form__select.invalid {
  border-color: var(--coral);
  background: rgba(232, 93, 104, 0.04);
}
.nt-form__err {
  display: none;
  font-size: 0.78rem;
  color: var(--coral);
  font-weight: 600;
  margin-top: 5px;
}
.nt-form__input.invalid ~ .nt-form__err,
.nt-form__select.invalid ~ .nt-form__err { display: block; }

.nt-select-wrap { position: relative; }
.nt-select-wrap::after {
  content: '';
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  color: var(--text-sec);
  pointer-events: none;
}
.nt-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 0.8125rem;
  color: var(--text-sec);
}
.nt-form__check input { accent-color: var(--coral); margin-top: 2px; }

.nt-form__privacy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 16px;
}

/* Formulário principal — composição editorial */
.nt-form-section {
  padding: clamp(66px, 5.5vw, 84px) 0 clamp(74px, 6vw, 94px);
  background: #102D53;
}
.nt-form-section__layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: clamp(56px, 7vw, 96px);
}
.nt-form-section__left { max-width: 540px; }
.nt-form-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #FF7A84;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nt-form-section__eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.nt-form-section .nt-section__title {
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.nt-form-section__desc {
  max-width: 510px;
  margin: 20px 0 26px;
  font-size: 1rem;
  line-height: 1.75;
}
.nt-form-benefits {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}
.nt-form-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
}
.nt-form-benefits svg {
  width: 22px;
  height: 22px;
  padding: 4px;
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
}
.nt-form-consultant-card {
  max-width: 420px;
  padding: 22px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
}
.nt-form-card {
  padding: clamp(30px, 3vw, 42px);
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(3, 18, 39, 0.3);
}
.nt-form-card__header { margin-bottom: 26px; }
.nt-form-card__header span {
  display: block;
  margin-bottom: 7px;
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nt-form-card__header h3 {
  color: var(--blue-deep);
  font-family: var(--font-title);
  font-size: 1.45rem;
  line-height: 1.25;
}
.nt-form-card__header p {
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 0.82rem;
}
.nt-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}
.nt-form__group { margin-bottom: 0; }
.nt-form__input,
.nt-form__select {
  min-height: 52px;
  padding: 14px 16px;
  background: #F8FAFC;
}
.nt-form__check,
.nt-form__submit-wrap,
.nt-form__privacy { grid-column: 1 / -1; }
.nt-form__check { margin-bottom: 0; }
.nt-form__privacy { margin-top: 0; }

.nt-quiz {
  min-height: 470px;
}
.nt-quiz__header {
  margin-bottom: 24px;
}
.nt-quiz__progress {
  width: 100%;
  height: 5px;
  margin-top: 18px;
  border-radius: var(--r-full);
  background: #EEF3F8;
  overflow: hidden;
}
.nt-quiz__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--coral);
  transition: width 260ms var(--ease);
}
.nt-quiz__body,
.nt-quiz-contact,
.nt-quiz__success,
.nt-quiz__transition {
  animation: ntQuizEnter 240ms var(--ease) both;
}
.nt-quiz__options {
  display: grid;
  gap: 12px;
}
.nt-quiz-option {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  border-radius: 18px;
  background: #FBFCFE;
  cursor: pointer;
  transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.nt-quiz-option:hover {
  border-color: rgba(232, 93, 104, 0.48);
  transform: translateY(-1px);
}
.nt-quiz-option:has(input:focus-visible) {
  outline: 3px solid rgba(232, 93, 104, 0.22);
  outline-offset: 2px;
}
.nt-quiz-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.nt-quiz-option.is-selected {
  border-color: var(--coral);
  background: rgba(232, 93, 104, 0.055);
  box-shadow: 0 12px 28px rgba(232, 93, 104, 0.08);
}
.nt-quiz-option__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: var(--blue-light);
  color: var(--blue-deep);
  font-weight: 900;
}
.nt-quiz-option__icon svg {
  width: 17px;
  height: 17px;
}
.nt-quiz-option.is-selected .nt-quiz-option__icon {
  background: var(--coral);
  color: var(--white);
}
.nt-quiz-option__copy strong {
  display: block;
  color: var(--blue-deep);
  font-size: 0.94rem;
  line-height: 1.25;
}
.nt-quiz-option__copy small {
  display: block;
  margin-top: 3px;
  color: var(--text-sec);
  font-size: 0.8rem;
  line-height: 1.35;
}
.nt-quiz-option__check {
  width: 22px;
  height: 22px;
  color: var(--coral);
  opacity: 0;
  transform: scale(0.7);
  transition: all var(--dur-fast) var(--ease);
}
.nt-quiz-option.is-selected .nt-quiz-option__check {
  opacity: 1;
  transform: scale(1);
}
.nt-quiz__actions,
.nt-quiz-contact__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.nt-quiz__back {
  border: 0;
  background: transparent;
  color: var(--text-sec);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 0;
}
.nt-quiz__back:hover,
.nt-quiz__back:focus-visible {
  color: var(--blue-deep);
}
.nt-quiz__continue {
  min-width: 160px;
}
.nt-quiz__error,
.nt-form__err.is-visible {
  display: block;
  margin-top: 8px;
  color: var(--coral);
  font-size: 0.8rem;
  font-weight: 700;
}
.nt-quiz-contact {
  gap: 16px;
}
.nt-quiz-contact .nt-form__group {
  grid-column: 1 / -1;
}
.nt-quiz-contact__consent a {
  color: var(--blue-deep);
  font-weight: 800;
  text-decoration: underline;
}
.nt-quiz-contact__actions .nt-btn {
  flex: 1;
}
.nt-quiz__spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 2px solid rgba(255,255,255,0.5);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: ntSpin 800ms linear infinite;
  vertical-align: -2px;
}
.nt-quiz__transition,
.nt-quiz__success {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
}
.nt-quiz__success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(232, 93, 104, 0.25);
}
.nt-quiz__success-icon svg {
  width: 30px;
  height: 30px;
}
.nt-quiz__transition h3,
.nt-quiz__success h3 {
  color: var(--blue-deep);
  font-size: clamp(1.45rem, 3vw, 2rem);
}
.nt-quiz__transition p,
.nt-quiz__success p {
  max-width: 430px;
  color: var(--text-sec);
  font-size: 0.95rem;
}
.nt-quiz__success .nt-btn {
  margin-top: 10px;
}
.nt-quiz__page-link {
  text-align: center;
}
@keyframes ntQuizEnter {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes ntSpin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .nt-quiz__body,
  .nt-quiz-contact,
  .nt-quiz__success,
  .nt-quiz__transition,
  .nt-quiz__spinner {
    animation-duration: 0.01ms !important;
  }
  .nt-quiz__progress span,
  .nt-quiz-option,
  .nt-quiz-option__check {
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------
   SEO 11  FAQ ACCORDION (ROUNDED CARDS UX)
   -------------------------------------------------- */
.nt-faq__container { max-width: 940px; }
.nt-faq__updated {
  display: inline-flex;
  margin-top: 14px;
  padding: 6px 12px;
  color: var(--text-sec);
  background: #F7F9FC;
  border: 1px solid rgba(23, 59, 108, 0.09);
  border-radius: var(--r-full);
  font-size: 0.72rem;
  font-weight: 600;
}
.nt-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nt-faq-item {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 0 24px;
  box-shadow: 0 2px 10px rgba(23, 59, 108, 0.03);
  transition: all var(--dur-norm) var(--ease);
}
.nt-faq-item:hover {
  border-color: rgba(23, 59, 108, 0.25);
  box-shadow: 0 6px 20px rgba(23, 59, 108, 0.06);
}

.nt-faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  transition: color var(--dur-fast);
}
.nt-faq-q:hover .nt-faq-q__text { color: var(--coral); }
.nt-faq-q__text {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue-deep);
  line-height: 1.35;
  transition: color var(--dur-fast);
}
.nt-faq-q__icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  transition: all var(--dur-norm) var(--ease);
  flex-shrink: 0;
  line-height: 1;
}
.nt-faq-q[aria-expanded="true"] .nt-faq-q__icon {
  transform: rotate(45deg);
  background: var(--coral);
  color: var(--white);
}
.nt-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
}
.nt-faq-a__inner {
  padding-bottom: 22px;
  font-size: 1rem;
  color: var(--text-sec);
  line-height: 1.7;
}
.nt-faq-a__inner strong { color: var(--blue-deep); }
.nt-faq__disclaimer {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: center;
}

/* --------------------------------------------------
   SEO 12  CTA FINAL
   -------------------------------------------------- */
.nt-final-cta {
  background: #061B39;
  padding: clamp(76px, 6vw, 110px) 0 clamp(104px, 8vw, 140px);
  color: var(--white);
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 32.4vw, 622px);
  display: flex;
  align-items: center;
}
.nt-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 19, 42, 0.84) 0%, rgba(3, 19, 42, 0.68) 35%, rgba(3, 19, 42, 0.24) 60%, rgba(3, 19, 42, 0.02) 100%);
  pointer-events: none;
}
.nt-final-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.nt-final-cta__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.nt-final-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
.nt-final-cta__headline {
  font-family: var(--font-title);
  font-size: clamp(2.3rem, 4vw, 3.3rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 20px;
}
.nt-final-cta__desc {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin-bottom: 36px;
}
.nt-final-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.nt-final-cta__micro {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
}
.nt-final-cta__wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: clamp(46px, 5vw, 80px);
  z-index: 4;
  line-height: 0;
  pointer-events: none;
}
.nt-final-cta__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
.nt-final-cta__wave--bottom {
  bottom: -1px;
}
/* --------------------------------------------------
   FOOTER
   -------------------------------------------------- */
.nt-footer {
  background: var(--white);
  padding: 54px 0 28px;
  color: var(--text-sec);
}
.nt-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 2fr;
  align-items: flex-start;
  gap: clamp(36px, 6vw, 80px);
  margin-bottom: 34px;
}
.nt-footer__brand-lockup {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.nt-logo-img--footer {
  max-width: 260px;
}
.nt-footer__brand-name {
  font-family: var(--font-title);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--blue-deep);
}
.nt-footer__brand-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 8px;
}
.nt-footer__desc {
  font-size: 0.875rem;
  max-width: 320px;
  line-height: 1.55;
}
.nt-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 28px;
}
.nt-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.nt-footer__title {
  font-family: var(--font-title);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-deep);
  margin-bottom: 4px;
}
.nt-footer__link {
  font-size: 0.875rem;
  color: var(--text-sec);
  padding: 0;
  border-radius: var(--r-full);
  background: transparent;
  transition: color var(--dur-fast), transform var(--dur-fast);
}
.nt-footer__link:hover {
  color: var(--coral);
  transform: translateX(4px);
}
.nt-footer__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.nt-footer__disclaimer {
  background: var(--offwhite);
  border: 1px solid var(--border);
  padding: 18px 24px;
  border-radius: var(--r-lg);
  font-size: 0.78rem;
  line-height: 1.55;
}
.nt-footer__disclaimer strong { color: var(--blue-deep); }
.nt-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.78rem;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
}
.nt-footer__bottom strong {
  color: var(--blue-deep);
  font-weight: 800;
}

/* --------------------------------------------------
   FLUTUANTES & MODAIS (ROUNDED 32PX)
   -------------------------------------------------- */
.nt-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(23, 59, 108, 0.1);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  z-index: 990;
}
.nt-whatsapp-fab {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  z-index: 995;
  transition: all var(--dur-norm) var(--ease);
}
.nt-whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.6);
}

.nt-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 28, 52, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-norm) var(--ease);
}
.nt-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.nt-modal__card {
  background: var(--white);
  border-radius: var(--r-xl);
  max-width: 440px;
  width: 100%;
  padding: 44px 34px;
  text-align: center;
  transform: scale(0.94);
  transition: transform var(--dur-norm) var(--ease);
}
.nt-modal.open .nt-modal__card { transform: scale(1); }
.nt-modal__icon {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: #E7FCE8;
  color: #25D366;
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
}
.nt-modal__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--blue-deep);
  margin-bottom: 10px;
}
.nt-modal__desc {
  font-size: 0.9375rem;
  color: var(--text-sec);
  line-height: 1.55;
  margin-bottom: 26px;
}
.nt-modal__actions { display: flex; flex-direction: column; gap: 10px; }

/* Modal de Artigos */
.nt-modal__card--article {
  max-width: 780px;
  max-height: 88vh;
  overflow-y: auto;
  text-align: left;
  padding: 44px 38px;
  position: relative;
  border-radius: var(--r-xl);
}
.nt-modal__x {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--offwhite);
  border: 1px solid var(--border);
  color: var(--blue-deep);
  font-size: 0.9375rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease);
}
.nt-modal__x:hover {
  background: var(--blue-deep);
  color: var(--white);
  border-color: var(--blue-deep);
}

.nt-modal__cat-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.nt-modal__cat {
  font-family: var(--font-title);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--coral);
}
.nt-modal__reading-time {
  font-size: 0.78rem;
  color: var(--text-muted);
}
.nt-modal__article-title {
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--blue-deep);
  line-height: 1.25;
  margin-bottom: 14px;
}
.nt-modal__intent-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--text-sec);
  background: var(--blue-light);
  padding: 5px 14px;
  border-radius: var(--r-full);
  margin-bottom: 24px;
}
.nt-modal__article-img-wrap {
  height: 280px;
  border-radius: var(--r-xl);
  overflow: hidden;
  margin-bottom: 28px;
}
.nt-modal__article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nt-modal__article-body {
  font-size: 1rem;
  color: var(--text);
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 36px;
}
.nt-modal__article-body h4 {
  font-family: var(--font-title);
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--blue-deep);
  margin-top: 10px;
}
.nt-modal__article-body p {
  color: var(--text);
}
.nt-modal__article-body ul {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-sec);
}
.nt-modal__article-body li strong {
  color: var(--blue-deep);
}

.nt-modal__article-cta {
  background: var(--blue-light);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 30px 24px;
  text-align: center;
}
.nt-modal__article-cta h4 {
  font-family: var(--font-title);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--blue-deep);
  margin-bottom: 6px;
}
.nt-modal__article-cta p {
  font-size: 0.9375rem;
  color: var(--text-sec);
  margin-bottom: 20px;
}

.nt-modal__close {
  background: none;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-sec);
  cursor: pointer;
  padding: 8px;
}

/* --------------------------------------------------
   SISTEMA TIPOGRÁFICO GLOBAL
   -------------------------------------------------- */
.nt-hero__headline,
.nt-about__name,
.nt-final-cta__title {
  font-family: var(--font-title);
  font-size: var(--type-display);
  font-weight: 800;
  line-height: var(--leading-title);
  letter-spacing: -0.04em;
}

.nt-section__title,
.nt-editorial__headline,
.nt-usa-block__title,
.nt-form-section .nt-section__title {
  font-family: var(--font-title);
  font-size: var(--type-section);
  font-weight: 800;
  line-height: var(--leading-title);
  letter-spacing: -0.03em;
}

.nt-section__sub,
.nt-body-lg,
.nt-editorial__desc,
.nt-about__bio,
.nt-form-section__desc {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

.nt-premium-card__title,
.nt-journey-card__title,
.nt-blog-card__title,
.nt-footer__title,
.nt-form-card__header h3 {
  font-family: var(--font-title);
  font-size: var(--type-card);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.nt-btn,
.nt-nav-link,
.nt-mobile-nav__link {
  font-family: var(--font-title);
  font-weight: 700;
}

/* --------------------------------------------------
   RESPONSIVIDADE
   -------------------------------------------------- */
@media (min-width: 1400px) {
  .nt-blog-card {
    flex: 0 0 calc(33.333% - 16px);
  }
}

@media (max-width: 1280px) {
  .nt-header .nt-container {
    padding: 0 28px;
  }
  .nt-header__brand {
    max-width: min(235px, 38vw);
  }
  .nt-logo-img {
    max-width: 235px;
  }
  .nt-header__inner {
    gap: 22px;
  }
  .nt-header__nav {
    gap: 4px;
  }
  .nt-nav-link {
    font-size: 0.78rem;
    padding: 8px 8px;
  }
  .nt-header__cta {
    padding: 10px 18px;
    margin-left: 6px;
  }
}

@media (max-width: 1100px) {
  .nt-header__nav { display: none !important; }
  .nt-header__hamburger { display: flex !important; }
  .nt-grid-cards,
  .nt-journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nt-testimonials-grid {
    grid-template-columns: 1fr;
  }
  .nt-blog-card {
    flex: 0 0 calc(50% - 12px);
  }

  .nt-journey-grid { row-gap: 44px; }
}

@media (max-width: 960px) {
  .nt-hero__layout,
  .nt-editorial__layout,
  .nt-usa-block__inner,
  .nt-about__layout,
  .nt-docs__layout,
  .nt-form-section__layout,
  .nt-final-cta__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nt-hero__visual,
  .nt-about__photo-col {
    justify-content: center;
  }
  .nt-hero__photo-wrap,
  .nt-about__photo-frame {
    max-width: 500px;
    margin: 0 auto;
  }
  .nt-hero__photo { height: 460px; }
  .nt-hero__photo--cutout { height: auto; max-height: 520px; }
  .nt-about__photo { height: 440px; }
  .nt-about__photo-frame--cutout {
    max-width: 600px;
    transform: none;
  }
  .nt-about__photo-col {
    transform: translateY(clamp(72px, 9vw, 96px));
  }
  .nt-about__photo--cutout { height: auto; max-height: none; }

  .nt-final-cta__bg img {
    object-position: 68% top;
  }

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

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

  .nt-editorial__left {
    padding-left: 22px;
  }

  .nt-editorial__layout {
    gap: 32px;
  }

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

  .nt-story-layout {
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
    gap: 42px;
  }

  .nt-story-video { max-width: 310px; }

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

@media (max-width: 768px) {
  .nt-hero { min-height: auto; padding-top: 96px; padding-bottom: 62px; }
  .nt-hero__photo--cutout { max-height: 360px; }
  .nt-grid-cards,
  .nt-journey-grid {
    grid-template-columns: 1fr;
  }
  .nt-about__highlights {
    gap: 12px;
  }
  .nt-about__photo-frame--cutout {
    max-width: 520px;
    transform: none;
  }
  #sobre { padding-top: 64px; padding-bottom: 86px; }
  .nt-about__text { max-width: none; }
  .nt-about__photo-col { transform: translateY(86px); }
  .nt-blog-card {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .nt-carousel-btn {
    display: none;
  }
  .nt-form-card { padding: 28px 20px; border-radius: var(--r-lg); }
  .nt-form { grid-template-columns: 1fr; }
  .nt-quiz {
    min-height: 0;
  }
  .nt-quiz-option {
    min-height: 54px;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    padding: 13px 14px;
  }
  .nt-quiz-option__icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }
  .nt-quiz__actions,
  .nt-quiz-contact__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .nt-quiz__back {
    text-align: center;
  }
  .nt-quiz__continue {
    width: 100%;
  }
  .nt-quiz__transition,
  .nt-quiz__success {
    min-height: 320px;
  }
  .nt-form-section .nt-section__title { font-size: clamp(2rem, 10vw, 2.65rem); }
  .nt-form-section__layout { gap: 42px; }
  .nt-form-benefits { margin-bottom: 24px; }
  .nt-story-layout { grid-template-columns: 1fr; }
  .nt-story-video { max-width: 330px; }
  .nt-story-content { max-width: none; }
  .nt-story-content h3 { font-size: 1.85rem; }
  .nt-story-content .nt-btn { width: 100%; }
  .nt-sticky-cta { display: block; }
  .nt-whatsapp-fab { bottom: 80px; }
  .nt-hero__badge { left: 0; }
  .nt-hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .nt-hero__trust-strip {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .nt-trust-item {
    white-space: normal;
  }
  .nt-hero__photo-wrap {
    max-width: 400px;
  }
  .nt-editorial__layout {
    padding: 28px 22px;
    border-radius: 26px;
  }
  .nt-editorial__headline {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }
  .nt-editorial__desc {
    font-size: 0.96rem;
  }
  .nt-editorial__stats {
    grid-template-columns: 1fr;
  }
  .nt-stat {
    padding: 16px 18px;
  }
  #como-funciona .nt-section__header {
    margin-bottom: 34px;
  }
  .nt-journey-card {
    min-height: 0;
    padding: 0 0 28px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    align-items: start;
    text-align: left;
    border-right: 0 !important;
    border-bottom: 0;
  }
  .nt-journey-card:not(:last-child)::after {
    display: block;
    content: "";
    position: absolute;
    left: 37px;
    top: 68px;
    bottom: -18px;
    width: 1px;
    background: rgba(23, 59, 108, 0.16);
  }
  .nt-journey-card__header {
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    margin: 0;
  }
  .nt-journey-step { width: 24px; height: 24px; top: -6px; right: -4px; font-size: 0.6rem; }
  .nt-journey-icon { width: 30px; height: 30px; }
  .nt-journey-icon svg { width: 20px; height: 20px; }
  .nt-journey-card__title { grid-column: 2; margin-top: 3px; }
  .nt-journey-card__desc { grid-column: 2; max-width: none; }
  .nt-journey-cta {
    margin-top: 24px;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .nt-journey-cta .nt-btn {
    width: 100%;
  }
  .nt-final-cta {
    min-height: 560px;
  }
  .nt-final-cta::before {
    background: linear-gradient(180deg, rgba(3, 19, 42, 0.9) 0%, rgba(3, 19, 42, 0.76) 55%, rgba(3, 19, 42, 0.48) 100%);
  }
  .nt-final-cta__bg img {
    object-position: 70% top;
  }
  .nt-footer {
    padding-top: 42px;
  }
  .nt-footer__menus {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nt-footer__notes {
    grid-template-columns: 1fr;
  }
  .nt-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .nt-modal__card--article {
    padding: 30px 20px;
    border-radius: var(--r-lg);
  }
  .nt-modal__article-img-wrap {
    height: 200px;
    border-radius: var(--r-md);
  }
}



