/*
Theme Name: Nagex Theme v3
Theme URI: https://nagex.com.br/
Author: Nagex
Description: Tema próprio da Nagex com painel para editar logomarca, vídeos, thumbnails, cards e textos das páginas Home, Vozuni e posts.
Version: 3.0.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: Proprietary
Text Domain: nagex
*/

:root {
  --nx-blue: #0b63f6;
  --nx-blue-2: #0aa4ff;
  --nx-blue-dark: #073fb5;
  --nx-navy: #07152f;
  --nx-text: #334155;
  --nx-muted: #64748b;
  --nx-line: #d7e4f6;
  --nx-soft: #f5f9ff;
  --nx-soft-2: #edf5ff;
  --nx-card: #fff;
  --nx-purple: #7c3aed;
  --nx-green: #10a56f;
  --nx-orange: #f97316;
  --nx-teal: #0891b2;
  --nx-shadow: 0 20px 60px rgba(15, 23, 42, .10);
  --nx-shadow-small: 0 12px 30px rgba(15, 23, 42, .07);
  --nx-radius: 26px;
  --nx-radius-sm: 18px;
  --nx-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nx-text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img, video, iframe { max-width: 100%; }

.nx-container { width: min(var(--nx-container), calc(100% - 48px)); margin: 0 auto; }
.nx-main { min-height: 60vh; }
.nx-site-header {
  position: relative;
  z-index: 10;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--nx-line);
}
.nx-header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.nx-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--nx-navy); font-weight: 900; font-size: 24px; letter-spacing: -.035em; }
.nx-logo-mark { width: 34px; height: 34px; border-radius: 10px; display: inline-grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--nx-blue), var(--nx-blue-2)); box-shadow: 0 10px 22px rgba(11,99,246,.28); line-height: 1; }
.nx-logo-img { max-height: 46px; width: auto; display: block; }
.nx-logo-text { display: inline-block; }
.nx-nav, .nx-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; font-weight: 800; color: #1e293b; }
.nx-nav a { display: inline-flex; align-items: center; min-height: 68px; border-bottom: 3px solid transparent; color: inherit; transition: .18s ease; }
.nx-nav a:hover, .nx-nav .current-menu-item > a, .nx-nav .is-active { color: var(--nx-blue); border-bottom-color: var(--nx-blue); }

.nx-section { padding: 74px 0; }
.nx-section-soft { background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); border-top: 1px solid var(--nx-line); border-bottom: 1px solid var(--nx-line); }
.nx-section-head { text-align: center; max-width: 760px; margin: 0 auto 38px; }
.nx-section-head h2 { margin: 0 0 10px; color: var(--nx-navy); font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.045em; }
.nx-section-head p { margin: 0 auto; color: var(--nx-muted); font-size: 18px; max-width: 690px; }
.nx-section-head-strong { margin-bottom: 42px; }
.nx-section-head-strong h2 { display: inline-flex; align-items: center; gap: 12px; }
.nx-section-head-strong h2:before { content: ""; width: 36px; height: 36px; border-radius: 11px; background: linear-gradient(145deg, #eaf2ff, #fff); border: 1px solid #cfe1fb; box-shadow: var(--nx-shadow-small); }

.nx-btns { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.nx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 24px; border-radius: 13px; border: 1px solid transparent; font-weight: 900; transition: .18s ease; }
.nx-btn-primary { color: #fff; background: var(--nx-blue); box-shadow: 0 14px 26px rgba(11,99,246,.22); }
.nx-btn-primary:hover { transform: translateY(-1px); background: var(--nx-blue-dark); }
.nx-btn-secondary { color: var(--nx-navy); background: #fff; border-color: #c4d6ee; box-shadow: 0 8px 18px rgba(15,23,42,.04); }
.nx-btn-secondary:hover { transform: translateY(-1px); border-color: var(--nx-blue); color: var(--nx-blue); }
.nx-btn-white { color: var(--nx-blue); background: #fff; }
.nx-btn-ghost-light { color: #fff; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.08); }
.nx-plain-label { display: inline-flex; align-items: center; color: var(--nx-blue); font-weight: 900; letter-spacing: .08em; font-size: 13px; text-transform: uppercase; margin-bottom: 12px; }

/* HOME */
.nx-home-hero { padding: 72px 0 62px; background: radial-gradient(circle at 82% 14%, #eaf4ff 0, rgba(234,244,255,0) 35%), linear-gradient(180deg,#fff 0%,#f9fcff 100%); }
.nx-home-hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; }
.nx-home-copy h1 { margin: 0 0 20px; color: var(--nx-navy); font-size: clamp(44px, 5.8vw, 74px); line-height: 1.04; letter-spacing: -.065em; max-width: 650px; }
.nx-home-copy p { margin: 0 0 30px; color: var(--nx-muted); font-size: 21px; line-height: 1.65; max-width: 640px; }
.nx-home-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.nx-product-tile { position: absolute; width: 245px; min-height: 330px; border: 1px solid var(--nx-line); border-radius: 28px; background: #fff; padding: 26px; box-shadow: var(--nx-shadow); }
.nx-product-tile h3 { margin: 12px 0 8px; color: var(--nx-navy); font-size: 26px; }
.nx-product-tile p { color: var(--nx-muted); margin: 0; font-size: 14px; line-height: 1.55; }
.nx-tile-icon { width: 60px; height: 60px; border-radius: 18px; color: #fff; display: grid; place-items: center; font-size: 25px; font-weight: 900; }
.nx-tile-icon.blue { background: var(--nx-blue); }
.nx-tile-icon.purple { background: var(--nx-purple); }
.nx-tile-icon.green { background: var(--nx-green); }
.nx-tile-main { z-index: 3; width: 274px; min-height: 370px; transform: translateY(4px); }
.nx-tile-left { left: 8px; transform: rotate(-7deg); background: linear-gradient(180deg,#fff,#fbf7ff); }
.nx-tile-right { right: 0; transform: rotate(7deg); background: linear-gradient(180deg,#fff,#f5fff9); }
.nx-audio-ui { margin-top: 22px; padding: 16px; border: 1px solid #dbe8fb; background: #f7fbff; border-radius: 18px; }
.nx-mini-play { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--nx-blue); color: #fff; margin-bottom: 10px; }
.nx-wave { height: 30px; border-radius: 999px; background: repeating-linear-gradient(90deg,#0b63f6 0 4px,transparent 4px 12px); opacity: .55; }
.nx-lines { margin-top: 16px; display: grid; gap: 9px; }
.nx-lines span { height: 8px; border-radius: 999px; background: #dce8f8; }
.nx-lines span:nth-child(2) { width: 82%; }
.nx-lines span:nth-child(3) { width: 62%; }
.nx-mini-list { margin-top: 20px; display: grid; gap: 8px; }
.nx-mini-list span { padding: 8px 10px; border-radius: 10px; background: rgba(124,58,237,.06); border: 1px solid rgba(124,58,237,.14); color: #5b21b6; font-size: 12px; font-weight: 800; }
.nx-translate-box { margin-top: 20px; padding: 13px; border: 1px solid rgba(15,159,110,.16); background: rgba(15,159,110,.07); border-radius: 14px; color: #166534; display: grid; gap: 6px; font-size: 13px; }
.nx-center-link { text-align: center; margin-top: 28px; }
.nx-center-link a { color: var(--nx-blue); font-weight: 900; }

/* CARDS / ARTICLES */
.nx-grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.nx-grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.nx-grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.nx-card { background: #fff; border: 1px solid var(--nx-line); border-radius: 18px; box-shadow: var(--nx-shadow-small); }
.nx-article-card { overflow: hidden; }
.nx-article-thumb { aspect-ratio: 16 / 9; display: grid; place-items: center; background: linear-gradient(135deg,#0b63f6,#07152f); color: #fff; font-size: 46px; overflow: hidden; }
.nx-article-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nx-article-body { padding: 22px; }
.nx-article-body h3 { margin: 0 0 10px; color: var(--nx-navy); font-size: 22px; line-height: 1.16; }
.nx-article-body p { margin: 0; color: var(--nx-muted); }
.nx-article-link { margin-top: 16px; display: inline-flex; color: var(--nx-blue); font-weight: 900; }
.nx-app-card { padding: 28px; }
.nx-app-head { display: flex; gap: 16px; align-items: flex-start; }
.nx-app-head h3 { margin: 0 0 4px; color: var(--nx-navy); font-size: 25px; }
.nx-app-head p { margin: 0; color: var(--nx-muted); }
.nx-card-icon { width: 58px; height: 58px; border-radius: 17px; background: var(--nx-blue); color: #fff; display: grid; place-items: center; font-weight: 900; flex: 0 0 58px; }
.nx-app-xospam .nx-card-icon { background: var(--nx-purple); }
.nx-app-tradutor .nx-card-icon { background: var(--nx-green); }
.nx-check-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 10px; }
.nx-check-list li { color: #475569; font-weight: 700; display: flex; gap: 9px; }
.nx-check-list li:before { content: "✓"; color: var(--nx-blue); font-weight: 900; }
.nx-link-btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; border-radius: 12px; border: 1px solid currentColor; color: var(--nx-blue); font-weight: 900; }
.nx-home-cta { margin-top: 38px; }

/* VOZUNI */
.nx-vozuni-hero {
  padding: 46px 0 26px;
  background: radial-gradient(circle at 85% 12%, #eaf4ff 0, rgba(234,244,255,0) 36%), linear-gradient(180deg,#fff 0%,#f6fbff 100%);
  border-bottom: 1px solid var(--nx-line);
  overflow: hidden;
}
.nx-vozuni-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: center; }
.nx-vozuni-copy h1 { margin: 0 0 18px; color: var(--nx-navy); font-size: clamp(42px, 4.8vw, 64px); line-height: 1.04; letter-spacing: -.06em; max-width: 570px; }
.nx-vozuni-copy p { margin: 0 0 26px; color: #52627a; font-size: 19px; line-height: 1.62; max-width: 545px; }
.nx-vozuni-video-wrap { transform: translateY(2px); }
.nx-hero-benefit-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; padding-top: 28px; }
.nx-benefit-mini { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid transparent; border-radius: 18px; }
.nx-benefit-mini:hover { border-color: var(--nx-line); background: rgba(255,255,255,.58); }
.nx-benefit-mini strong { display: block; color: var(--nx-navy); font-size: 16px; }
.nx-benefit-mini span { display: block; color: var(--nx-muted); font-size: 14px; line-height: 1.35; }
.nx-benefit-icon { width: 42px; height: 42px; border-radius: 50%; background: #eaf2ff; color: var(--nx-blue); display: grid !important; place-items: center; font-weight: 900; }
.nx-benefit-icon img { width: 100%; height: 100%; object-fit: contain; border-radius: inherit; display: block; }

.nx-video-frame { position: relative; min-height: 310px; border-radius: 20px; overflow: hidden; border: 1px solid rgba(183,207,239,.9); box-shadow: 0 28px 70px rgba(15,23,42,.15); background: linear-gradient(135deg,#06142e,#0b63f6); }
.nx-video-frame iframe, .nx-video-frame video { width: 100%; height: 100%; min-height: 310px; border: 0; display: block; background: #07152f; }
.nx-video-thumb { width: 100%; min-height: 310px; height: 100%; object-fit: cover; display: block; }
.nx-video-art { min-height: 310px; color: #fff; padding: 34px; display: grid; grid-template-columns: .95fr 1fr; gap: 30px; align-items: center; background: radial-gradient(circle at 60% 35%, rgba(11,99,246,.4), transparent 44%), linear-gradient(135deg,#06142e,#0f2347); }
.nx-video-art-copy strong { display: block; font-size: clamp(24px,3vw,36px); line-height: 1.12; letter-spacing: -.04em; max-width: 310px; }
.nx-video-art-copy strong br + * { color: var(--nx-blue-2); }
.nx-video-art-copy span { display: block; margin-top: 12px; color: rgba(255,255,255,.72); }
.nx-video-tools { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.nx-video-tools span { min-height: 72px; border-radius: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); padding: 12px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 800; display: flex; align-items: end; }
.nx-play-button { position: absolute; inset: 0; margin: auto; width: 88px; height: 88px; border-radius: 50%; border: 0; display: grid; place-items: center; background: var(--nx-blue); color: #fff; font-size: 34px; box-shadow: 0 22px 54px rgba(11,99,246,.42); cursor: pointer; }
.nx-play-button span { transform: translateX(3px); }
.nx-player-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 58px; display: flex; align-items: end; gap: 12px; padding: 0 18px 16px; color: #fff; background: linear-gradient(180deg,transparent,rgba(2,6,23,.76)); font-size: 13px; }
.nx-player-bar i { flex: 1; height: 5px; border-radius: 999px; background: rgba(255,255,255,.28); position: relative; }
.nx-player-bar i:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 36%; border-radius: inherit; background: var(--nx-blue); }

.nx-vozuni-features { background: #fff; }
.nx-feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.nx-feature-row { display: grid; grid-template-columns: 112px 1fr 22px; align-items: center; gap: 24px; padding: 20px; min-height: 138px; border-radius: 20px; background: #fff; border: 1px solid #cfdff3; box-shadow: 0 16px 42px rgba(15,23,42,.06); transition: .18s ease; }
.nx-feature-row:hover { transform: translateY(-2px); box-shadow: 0 22px 48px rgba(15,23,42,.10); border-color: #aec8ee; }
.nx-feature-row h3 { margin: 0 0 7px; color: var(--nx-navy); font-size: 21px; line-height: 1.18; }
.nx-feature-row p { margin: 0; color: var(--nx-muted); line-height: 1.5; }
.nx-feature-visual { width: 96px; height: 96px; border-radius: 20px; color: #fff; display: grid !important; place-items: center; font-weight: 900; background: linear-gradient(135deg,var(--nx-blue),#0b8bff); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); overflow: hidden; }
.nx-feature-visual b { font-size: 24px; }
.nx-feature-visual img { width: 100%; height: 100%; object-fit: contain; display: block; }
.nx-color-1 .nx-feature-visual { background: linear-gradient(135deg,var(--nx-purple),#a78bfa); }
.nx-color-2 .nx-feature-visual { background: linear-gradient(135deg,var(--nx-green),#8be3bd); }
.nx-color-3 .nx-feature-visual { background: linear-gradient(135deg,var(--nx-orange),#ffbb7b); }
.nx-color-4 .nx-feature-visual { background: linear-gradient(135deg,var(--nx-teal),#67e8f9); }
.nx-row-arrow { color: var(--nx-blue); font-size: 30px; line-height: 1; }

.nx-audience-pro { background: #f7fbff; }
.nx-audience-card { text-align: center; padding: 28px 24px; border: 1px solid #cfdff3; background: #fff; border-radius: 20px; box-shadow: 0 12px 34px rgba(15,23,42,.06); min-height: 264px; transition: .18s ease; }
.nx-audience-card:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(15,23,42,.10); }
.nx-audience-visual { width: 124px; height: 124px; margin: 0 auto 18px; border-radius: 26px; display: grid !important; place-items: center; color: var(--nx-blue); background: linear-gradient(145deg,#eff6ff,#fff); border: 1px solid #d7e6fb; box-shadow: var(--nx-shadow-small); font-weight: 900; overflow: hidden; }
.nx-audience-visual b { font-size: 30px; }
.nx-audience-visual img { width: 100%; height: 100%; object-fit: contain; display: block; }
.nx-audience-card h3 { margin: 0 0 10px; color: var(--nx-navy); font-size: 21px; line-height: 1.18; }
.nx-audience-card p { margin: 0; color: var(--nx-muted); }

.nx-steps-pro-section { background: #fff; }
.nx-steps-pro { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.nx-steps-pro:before { content: ""; position: absolute; top: 42px; left: 16%; right: 16%; border-top: 2px dashed #b8cdee; z-index: 0; }
.nx-step-pro { position: relative; z-index: 1; display: grid; grid-template-columns: 66px 1fr; gap: 18px; align-items: center; padding: 26px; border-radius: 22px; border: 1px solid #cfdff3; background: rgba(255,255,255,.96); box-shadow: 0 12px 34px rgba(15,23,42,.06); }
.nx-step-num { position: absolute; top: -20px; left: 28px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--nx-blue); font-weight: 900; box-shadow: 0 10px 20px rgba(11,99,246,.24); }
.nx-step-visual { width: 62px; height: 62px; border-radius: 16px; display: grid !important; place-items: center; color: var(--nx-blue); background: #eaf2ff; font-weight: 900; overflow: hidden; }
.nx-step-visual b { font-size: 26px; }
.nx-step-visual img { width: 100%; height: 100%; object-fit: contain; display: block; }
.nx-step-pro h3 { margin: 0 0 6px; color: var(--nx-navy); font-size: 19px; }
.nx-step-pro p { margin: 0; color: var(--nx-muted); line-height: 1.5; }

.nx-demo-pro-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 46px; align-items: center; }
.nx-demo-copy h2 { margin: 10px 0 16px; color: var(--nx-navy); font-size: clamp(34px,4vw,52px); line-height: 1.06; letter-spacing: -.045em; }
.nx-demo-copy p { margin: 0 0 26px; color: var(--nx-muted); font-size: 20px; line-height: 1.65; }
.nx-cta { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; padding: 30px 34px; border-radius: 22px; background: linear-gradient(135deg,var(--nx-blue),#063aa3); color: #fff; overflow: hidden; box-shadow: 0 20px 50px rgba(11,99,246,.18); }
.nx-cta h2 { margin: 0 0 4px; font-size: clamp(28px,3vw,38px); line-height: 1.08; letter-spacing: -.035em; }
.nx-cta p { margin: 0; color: rgba(255,255,255,.84); }
.nx-cta-icon { width: 62px; height: 62px; border-radius: 18px; background: #fff; color: var(--nx-blue); display: grid; place-items: center; font-weight: 900; font-size: 25px; }

/* POSTS */
.nx-post-wrap { width: min(980px, calc(100% - 48px)); margin: 0 auto; }
.nx-post-hero { padding: 70px 0 34px; }
.nx-post-title { margin: 10px 0 16px; color: var(--nx-navy); font-size: clamp(38px,5vw,64px); line-height: 1.05; letter-spacing: -.05em; }
.nx-post-meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 22px 0; color: var(--nx-muted); font-weight: 700; }
.nx-post-content { color: #26364e; font-size: 19px; }
.nx-post-content h2 { margin: 46px 0 16px; color: var(--nx-navy); font-size: clamp(28px,3vw,38px); line-height: 1.15; letter-spacing: -.035em; }
.nx-post-content p { margin: 0 0 20px; }
.nx-post-content ul, .nx-post-content ol { padding-left: 24px; margin: 0 0 24px; }
.nx-inline-visual { max-width: 620px; margin: 34px auto; padding: 28px; border-radius: 22px; border: 1px solid var(--nx-line); background: #f4f8ff; display: flex; align-items: center; justify-content: center; gap: 22px; color: var(--nx-blue); font-size: 54px; }
.nx-inline-visual span { width: 90px; height: 90px; border-radius: 20px; background: #fff; display: grid; place-items: center; box-shadow: var(--nx-shadow-small); }
.nx-post-callout { margin: 42px 0; padding: 30px; border: 1px solid #d9c8ff; border-radius: 22px; background: linear-gradient(135deg,#fff,#fbf8ff); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.nx-post-callout h3 { margin: 0 0 8px; color: var(--nx-navy); font-size: 26px; }
.nx-related { padding: 42px 0 76px; }

/* FOOTER */
.nx-site-footer { border-top: 1px solid var(--nx-line); background: #fff; padding: 50px 0 24px; }
.nx-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4,minmax(120px,1fr)); gap: 34px; }
.nx-site-footer p { color: var(--nx-muted); margin: 14px 0 0; max-width: 260px; }
.nx-footer-title { display: block; margin-bottom: 12px; color: var(--nx-navy); font-weight: 900; }
.nx-footer-links { display: grid; gap: 8px; color: #475569; }
.nx-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.nx-socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #0f172a; color: #fff; font-size: 13px; font-weight: 900; }
.nx-copy { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--nx-line); text-align: center; color: var(--nx-muted); font-size: 14px; }

@media (max-width: 1080px) {
  .nx-home-hero-grid, .nx-vozuni-hero-grid, .nx-demo-pro-grid { grid-template-columns: 1fr; }
  .nx-vozuni-video-wrap { order: -1; }
  .nx-grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nx-feature-list { grid-template-columns: 1fr; }
  .nx-steps-pro { grid-template-columns: 1fr; }
  .nx-steps-pro:before { display: none; }
  .nx-cta { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nx-container { width: min(100% - 28px, var(--nx-container)); }
  .nx-header-inner { min-height: auto; padding: 16px 0; flex-direction: column; align-items: flex-start; }
  .nx-nav, .nx-nav ul { flex-wrap: wrap; gap: 16px; }
  .nx-nav a { min-height: 28px; }
  .nx-section, .nx-home-hero, .nx-vozuni-hero { padding: 48px 0; }
  .nx-home-copy h1, .nx-vozuni-copy h1 { font-size: 42px; }
  .nx-home-visual { min-height: auto; display: grid; gap: 16px; }
  .nx-product-tile { position: static; width: 100%; min-height: auto; transform: none !important; }
  .nx-grid-2, .nx-grid-3, .nx-grid-4, .nx-hero-benefit-row { grid-template-columns: 1fr; }
  .nx-video-art { grid-template-columns: 1fr; min-height: 330px; }
  .nx-video-tools { grid-template-columns: repeat(2,1fr); }
  .nx-feature-row { grid-template-columns: 106px 1fr; }
  .nx-row-arrow { display: none; }
  .nx-step-pro { grid-template-columns: 1fr; padding-top: 38px; }
  .nx-footer-grid { grid-template-columns: 1fr; }
  .nx-post-callout { grid-template-columns: 1fr; }
}
.nx-title-lg { margin: 0 0 14px; color: var(--nx-navy); font-size: clamp(34px,4vw,56px); line-height: 1.08; letter-spacing: -.045em; }
.nx-title-md { margin: 0 0 12px; color: var(--nx-navy); font-size: clamp(30px,3.5vw,44px); line-height: 1.1; letter-spacing: -.04em; }
.nx-lead { color: var(--nx-muted); font-size: 20px; line-height: 1.65; max-width: 720px; }
