/* Nuvyqo pricing pages - scoped CSS only */
:root {
  --nq-bg: #050717;
  --nq-bg2: #160b72;
  --nq-card: rgba(255,255,255,.075);
  --nq-card2: rgba(255,255,255,.105);
  --nq-line: rgba(255,255,255,.16);
  --nq-text: #ffffff;
  --nq-soft: #c9d3ff;
  --nq-cyan: #1ff4f4;
  --nq-blue: #5b8cff;
}
body.nq-pricing-page {
  margin: 0;
  background: var(--nq-bg);
  color: var(--nq-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body.nq-pricing-page a { color: inherit; text-decoration: none; }
.nq-wrap { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.nq-topbar {
  background: #050717;
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: sticky;
  top: 0;
  z-index: 20;
}
.nq-navrow {
  min-height: 116px;
  display: grid;
  grid-template-columns: 310px 1fr 210px;
  align-items: center;
  gap: 34px;
}
.nq-brand { display: flex; align-items: center; overflow: hidden; border-radius: 16px; }
.nq-brand img { width: 300px; max-width: 100%; height: 92px; object-fit: contain; display: block; }
.nq-menu { display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap; font-size: 17px; font-weight: 800; }
.nq-menu a { opacity: .92; }
.nq-menu a.active, .nq-menu a:hover { color: var(--nq-cyan); opacity: 1; }
.nq-cta {
  justify-self: end;
  background: linear-gradient(135deg, #21e7f1, #6290ff);
  color: #041022 !important;
  font-weight: 900;
  padding: 20px 30px;
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(31,244,244,.16);
  white-space: nowrap;
}
.nq-hero {
  background: radial-gradient(circle at 18% 10%, rgba(31,244,244,.14), transparent 28%), linear-gradient(110deg, #1b0c77 0%, #090a1a 68%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 92px 0 82px;
}
.nq-hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(400px, .94fr); align-items: center; gap: 66px; }
.nq-kicker { color: var(--nq-cyan); letter-spacing: .34em; font-weight: 900; text-transform: uppercase; font-size: 15px; margin: 0 0 26px; }
.nq-hero h1 { font-size: clamp(48px, 6.2vw, 92px); line-height: .95; margin: 0 0 28px; letter-spacing: -.06em; max-width: 800px; }
.nq-hero p { color: var(--nq-soft); font-size: 22px; line-height: 1.65; max-width: 820px; margin: 0; }
.nq-hero-visual { border: 1px solid rgba(31,244,244,.3); background: rgba(255,255,255,.06); border-radius: 34px; padding: 24px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.nq-hero-visual img { width: 100%; height: auto; display: block; border-radius: 24px; }
.nq-section { padding: 78px 0; }
.nq-section.alt { background: rgba(255,255,255,.025); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.nq-section-head { margin-bottom: 34px; max-width: 900px; }
.nq-section-head h2 { font-size: clamp(34px, 3.8vw, 58px); line-height: 1.02; margin: 0 0 14px; letter-spacing: -.04em; }
.nq-section-head p { color: var(--nq-soft); font-size: 19px; line-height: 1.65; margin: 0; }
.nq-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.nq-card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nq-card { background: linear-gradient(180deg, var(--nq-card2), var(--nq-card)); border: 1px solid var(--nq-line); border-radius: 28px; padding: 30px; min-height: 100%; box-shadow: 0 22px 60px rgba(0,0,0,.18); }
.nq-card.featured { border-color: rgba(31,244,244,.58); box-shadow: 0 0 0 1px rgba(31,244,244,.16), 0 28px 70px rgba(31,244,244,.08); }
.nq-card h3 { font-size: 25px; margin: 0 0 14px; line-height: 1.15; }
.nq-price { font-size: 42px; font-weight: 950; letter-spacing: -.04em; line-height: 1.05; margin: 12px 0 14px; }
.nq-sub { color: var(--nq-soft); line-height: 1.65; font-size: 17px; margin: 0 0 20px; }
.nq-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.nq-list li { color: #eaf0ff; line-height: 1.48; padding-left: 28px; position: relative; }
.nq-list li:before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--nq-cyan); box-shadow: 0 0 18px var(--nq-cyan); position: absolute; left: 0; top: .48em; }
.nq-mini { display: inline-flex; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(31,244,244,.42); color: var(--nq-cyan); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.nq-btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.nq-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 900; border: 1px solid rgba(255,255,255,.18); }
.nq-btn.primary { background: linear-gradient(135deg, #21e7f1, #6290ff); color: #041022; border: none; }
.nq-btn.secondary { color: #fff; background: rgba(255,255,255,.06); }
.nq-table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.04); }
.nq-table { width: 100%; border-collapse: collapse; min-width: 850px; }
.nq-table th, .nq-table td { padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; line-height: 1.45; }
.nq-table th { color: var(--nq-cyan); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.nq-table tr:last-child td { border-bottom: none; }
.nq-note { margin-top: 18px; color: var(--nq-soft); font-size: 15px; line-height: 1.55; }
.nq-process { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; counter-reset: step; }
.nq-step { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 24px; position: relative; }
.nq-step:before { counter-increment: step; content: counter(step); display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(31,244,244,.16); color: var(--nq-cyan); font-weight: 950; margin-bottom: 16px; }
.nq-step h3 { margin: 0 0 10px; font-size: 20px; }
.nq-step p { margin: 0; color: var(--nq-soft); line-height: 1.55; }
.nq-faq { display: grid; gap: 14px; }
.nq-faq details { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 18px 22px; }
.nq-faq summary { cursor: pointer; font-weight: 900; }
.nq-faq p { color: var(--nq-soft); line-height: 1.6; margin: 12px 0 0; }
.nq-footer { padding: 58px 0 34px; background: #030510; border-top: 1px solid rgba(255,255,255,.1); }
.nq-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr .8fr; gap: 32px; align-items: start; }
.nq-footer-logo img { width: 300px; max-width: 100%; height: auto; display: block; border-radius: 16px; margin-bottom: 20px; }
.nq-footer p, .nq-footer a { color: #dce5ff; line-height: 1.55; }
.nq-footer h3 { margin: 0 0 14px; }
.nq-footer-links { display: grid; gap: 10px; }
.nq-footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #9ea9d5; font-size: 14px; }
.nq-whatsapp { position: fixed; right: 28px; bottom: 28px; z-index: 40; width: 68px; height: 68px; border-radius: 50%; background: #20df9f; display: grid; place-items: center; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.nq-whatsapp svg { width: 34px; height: 34px; fill: #041022; }
@media (max-width: 1020px) {
  .nq-navrow { grid-template-columns: 1fr; gap: 16px; padding: 18px 0; }
  .nq-cta { justify-self: start; }
  .nq-menu { justify-content: flex-start; }
  .nq-hero-grid, .nq-card-grid, .nq-card-grid.four, .nq-process, .nq-footer-grid { grid-template-columns: 1fr; }
  .nq-hero { padding: 64px 0; }
}
@media (max-width: 620px) {
  .nq-wrap { width: min(100% - 28px, 1320px); }
  .nq-hero h1 { font-size: 44px; }
  .nq-price { font-size: 34px; }
}