@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Nunito:wght@700;800&display=swap");

:root {
  --bg-deep: #0b0e1a;
  --bg-card: #141829;
  --bg-card-elevated: #1c2038;
  --text-primary: #f0eef6;
  --text-secondary: #9b95b0;
  --text-muted: #6b6580;
  --accent-lavender: #b4a0e8;
  --accent-glow: #d4b8ff;
  --accent-peach: #f5c5a3;
  --pro-gold: #f5d090;
  --success-green: #7dd3a0;
  --border-soft: #2a2e48;
  --radius-xl: 24px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --container: min(1200px, calc(100% - 2rem));
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "DM Sans", "Segoe UI", sans-serif;
  color: var(--text-primary);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.08) 0.5px, transparent 0.5px),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.07) 0.5px, transparent 0.5px),
    radial-gradient(circle at 62% 74%, rgba(255, 255, 255, 0.06) 0.5px, transparent 0.5px),
    radial-gradient(120% 120% at 20% 0%, #2a1854 0%, transparent 60%),
    radial-gradient(100% 80% at 90% 20%, #1c1040 0%, transparent 60%),
    var(--bg-deep);
  background-size: auto, auto, auto, auto, auto, auto;
  min-height: 100vh;
}

.np-page a,
.np-legal-shell a,
.np-legal-footer a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.np-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.np-main {
  flex: 1;
}

.np-container {
  width: var(--container);
  margin-inline: auto;
}

.np-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(11, 14, 26, 0.74);
  border-bottom: 1px solid rgba(180, 160, 232, 0.15);
}

.np-header-inner {
  width: var(--container);
  margin-inline: auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.np-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Nunito", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
}

.np-brand-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-lavender), var(--accent-glow));
  box-shadow: 0 0 18px rgba(212, 184, 255, 0.7);
}

.np-menu-toggle {
  display: none;
  border: 1px solid rgba(180, 160, 232, 0.35);
  color: var(--text-primary);
  background: transparent;
  border-radius: 10px;
  padding: 0.4rem 0.55rem;
  cursor: pointer;
}

.np-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.np-nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.np-nav-link {
  color: var(--text-secondary);
  font-size: 0.83rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  transition: color 0.2s ease;
}

.np-nav-link:hover,
.np-nav-link.is-active {
  color: var(--text-primary);
}

.np-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.np-language-select {
  background: rgba(20, 24, 41, 0.92);
  color: var(--text-primary);
  border: 1px solid rgba(180, 160, 232, 0.3);
  border-radius: 999px;
  padding: 0.42rem 0.66rem;
  font-size: 0.8rem;
}

.np-btn {
  border: none;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.68rem 1.2rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.np-btn:hover {
  transform: translateY(-1px);
}

.np-btn-primary {
  color: #0b0e1a;
  background: linear-gradient(135deg, var(--accent-lavender), var(--accent-glow));
  box-shadow: 0 8px 24px rgba(180, 160, 232, 0.28);
}

.np-btn-secondary {
  color: var(--text-primary);
  background: var(--bg-card);
  border: 1px solid rgba(180, 160, 232, 0.22);
}

.np-btn-ghost {
  color: var(--text-primary);
  background: transparent;
  border: 1px solid rgba(180, 160, 232, 0.2);
}

.np-hero {
  padding: 4.6rem 0 3.3rem;
}

.np-hero-inner {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
}

.np-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.35rem 0.72rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--accent-lavender);
  border: 1px solid rgba(180, 160, 232, 0.35);
  background: rgba(180, 160, 232, 0.12);
  margin-bottom: 1rem;
}

.np-hero h1 {
  margin: 0;
  font-family: "Nunito", "Segoe UI", sans-serif;
  font-size: clamp(2.3rem, 6vw, 4.1rem);
  line-height: 1.04;
  max-width: 11ch;
}

.np-hero p {
  margin: 1rem 0 0;
  color: var(--text-secondary);
  font-size: 1.03rem;
  line-height: 1.65;
  max-width: 52ch;
}

.np-hero-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.np-hero-card {
  background: linear-gradient(180deg, rgba(36, 24, 78, 0.88), rgba(20, 24, 41, 0.95));
  border: 1px solid rgba(180, 160, 232, 0.28);
  border-radius: var(--radius-xl);
  padding: 1.3rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
}

.np-hero-card h3 {
  margin: 0;
  font-family: "Nunito", "Segoe UI", sans-serif;
  font-size: 1.2rem;
}

.np-hero-list {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.58rem;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.np-hero-list li::before {
  content: "•";
  color: var(--accent-lavender);
  margin-right: 0.5rem;
}

.np-section {
  padding: 2.8rem 0;
}

.np-section-head {
  margin-bottom: 1.2rem;
}

.np-section-kicker {
  margin: 0;
  color: var(--accent-lavender);
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 600;
}

.np-section h2 {
  margin: 0.35rem 0 0;
  font-family: "Nunito", "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.np-section-sub {
  margin: 0.55rem 0 0;
  color: var(--text-secondary);
  max-width: 66ch;
}

.np-grid-4,
.np-grid-3,
.np-grid-2 {
  display: grid;
  gap: 1rem;
}

.np-grid-1 {
  display: grid;
  gap: 1rem;
}

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

.np-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.np-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.np-card {
  background: var(--bg-card);
  border: 1px solid rgba(180, 160, 232, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(180, 160, 232, 0.05);
}

.np-card h3,
.np-card h4 {
  margin: 0;
  font-family: "Nunito", "Segoe UI", sans-serif;
}

.np-card p {
  margin: 0.62rem 0 0;
  color: var(--text-secondary);
  line-height: 1.55;
}

.np-card-compact h3 {
  font-size: 1rem;
}

.np-card-compact p {
  font-size: 0.88rem;
}

.np-steps {
  counter-reset: step-counter;
}

.np-step {
  counter-increment: step-counter;
}

.np-step-number {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-lavender), var(--accent-glow));
  color: #0b0e1a;
  font-weight: 700;
  font-size: 0.9rem;
}

.np-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.np-plan {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(180, 160, 232, 0.23);
  background: var(--bg-card-elevated);
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.np-plan.np-plan-featured {
  border: 2px solid var(--accent-lavender);
  background: linear-gradient(180deg, #2a1854, #1c1040);
  box-shadow: 0 16px 40px rgba(180, 160, 232, 0.24);
}

.np-plan-badge {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 999px;
  padding: 0.26rem 0.65rem;
  background: rgba(180, 160, 232, 0.2);
  color: var(--accent-lavender);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.np-plan h3 {
  margin: 0;
  font-family: "Nunito", "Segoe UI", sans-serif;
  font-size: 1.35rem;
}

.np-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(28, 32, 56, 0.72);
  border-radius: 18px;
  border: 1px solid rgba(180, 160, 232, 0.2);
  overflow: hidden;
}

.np-stat {
  padding: 1.2rem 0.9rem;
  text-align: center;
}

.np-stat + .np-stat {
  border-left: 1px solid rgba(180, 160, 232, 0.14);
}

.np-stat-value {
  font-family: "Nunito", "Segoe UI", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  color: var(--accent-lavender);
}

.np-stat:nth-child(2) .np-stat-value {
  color: var(--accent-peach);
}

.np-stat:nth-child(3) .np-stat-value {
  color: var(--success-green);
}

.np-stat:nth-child(4) .np-stat-value {
  color: var(--pro-gold);
}

.np-stat-label {
  color: var(--text-secondary);
  font-size: 0.88rem;
  margin-top: 0.25rem;
}

.np-price {
  font-family: "Nunito", "Segoe UI", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.np-price small {
  color: var(--text-muted);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  margin-left: 0.3rem;
}

.np-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
  color: var(--text-secondary);
  font-size: 0.93rem;
}

.np-list li::before {
  content: "✓";
  color: var(--success-green);
  margin-right: 0.5rem;
}

.np-note {
  margin-top: 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-md);
  background: rgba(180, 160, 232, 0.12);
  border: 1px solid rgba(180, 160, 232, 0.26);
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.np-faq details {
  background: var(--bg-card);
  border: 1px solid rgba(180, 160, 232, 0.18);
  border-radius: var(--radius-md);
  padding: 0.9rem 0.95rem;
}

.np-faq details + details {
  margin-top: 0.65rem;
}

.np-faq summary {
  cursor: pointer;
  font-weight: 600;
}

.np-faq p {
  margin: 0.65rem 0 0;
  color: var(--text-secondary);
}

.np-cta {
  background: linear-gradient(180deg, rgba(42, 24, 84, 0.7), rgba(11, 14, 26, 0.2));
  border: 1px solid rgba(180, 160, 232, 0.32);
  border-radius: var(--radius-xl);
  padding: 1.8rem;
}

.np-cta h2 {
  margin: 0;
  font-family: "Nunito", "Segoe UI", sans-serif;
}

.np-cta p {
  margin: 0.6rem 0 0;
  color: var(--text-secondary);
}

.np-footer {
  border-top: 1px solid rgba(180, 160, 232, 0.16);
  padding: 2.3rem 0;
  margin-top: 2rem;
  background: rgba(11, 14, 26, 0.68);
}

.np-footer-grid {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 1rem;
}

.np-footer h4 {
  margin: 0;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.np-footer ul {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.45rem;
}

.np-footer li {
  color: var(--text-secondary);
  font-size: 0.93rem;
}

.np-footer-brand {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.55;
  max-width: 32ch;
}

.np-footer-bottom {
  width: var(--container);
  margin: 1.4rem auto 0;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(180, 160, 232, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.np-blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.np-pill {
  border-radius: 999px;
  border: 1px solid rgba(180, 160, 232, 0.28);
  padding: 0.33rem 0.72rem;
  color: var(--text-secondary);
  font-size: 0.84rem;
}

.np-pill.is-active {
  background: rgba(180, 160, 232, 0.22);
  color: var(--text-primary);
}

.np-blog-card {
  position: relative;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(180, 160, 232, 0.14);
  padding: 0.95rem 1rem 1rem;
  display: grid;
  gap: 0.6rem;
  overflow: hidden;
}

.np-blog-card::before {
  content: "";
  display: block;
  height: 88px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(70, 40, 130, 0.55), rgba(25, 24, 56, 0.45));
  margin-bottom: 0.2rem;
}

.np-grid-3 .np-blog-card:nth-child(2)::before {
  background: linear-gradient(180deg, rgba(55, 34, 120, 0.58), rgba(24, 26, 64, 0.45));
}

.np-grid-3 .np-blog-card:nth-child(3)::before {
  background: linear-gradient(180deg, rgba(32, 49, 95, 0.58), rgba(18, 24, 48, 0.45));
}

.np-grid-3 .np-blog-card:nth-child(4)::before {
  background: linear-gradient(180deg, rgba(20, 79, 92, 0.58), rgba(14, 34, 42, 0.45));
}

.np-grid-3 .np-blog-card:nth-child(5)::before {
  background: linear-gradient(180deg, rgba(74, 37, 128, 0.58), rgba(28, 23, 66, 0.45));
}

.np-grid-3 .np-blog-card:nth-child(6)::before {
  background: linear-gradient(180deg, rgba(79, 54, 128, 0.58), rgba(32, 28, 66, 0.45));
}

.np-blog-meta {
  color: var(--text-muted);
  font-size: 0.82rem;
}

.np-post {
  background: var(--bg-card);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(180, 160, 232, 0.14);
  padding: 1.5rem;
  max-width: 860px;
  margin: 0 auto;
}

.np-post h1,
.np-post h2 {
  font-family: "Nunito", "Segoe UI", sans-serif;
}

.np-post p,
.np-post li,
.np-post blockquote {
  color: var(--text-secondary);
  line-height: 1.7;
}

.np-post blockquote {
  margin: 1rem 0;
  padding: 0.8rem 0.95rem;
  border-left: 3px solid var(--accent-lavender);
  background: rgba(180, 160, 232, 0.1);
  border-radius: 10px;
}

.np-support-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1.15rem;
}

.np-form {
  background: var(--bg-card);
  border: 1px solid rgba(180, 160, 232, 0.14);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(180, 160, 232, 0.05);
}

.np-form-row {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.np-form label {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.np-form input,
.np-form textarea,
.np-form select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(180, 160, 232, 0.23);
  background: rgba(28, 32, 56, 0.85);
  color: var(--text-primary);
  padding: 0.68rem 0.75rem;
  font: inherit;
}

.np-form textarea {
  min-height: 130px;
  resize: vertical;
}

.np-form-success {
  display: none;
  margin-bottom: 0.9rem;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(125, 211, 160, 0.55);
  background: rgba(125, 211, 160, 0.15);
  color: var(--success-green);
  font-size: 0.9rem;
}

.np-form-success.is-visible {
  display: block;
}

.np-legal-shell,
.np-legal-footer {
  width: var(--container);
  margin-inline: auto;
}

.np-legal-shell {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.np-legal-nav {
  background: rgba(11, 14, 26, 0.8);
  border: 1px solid rgba(180, 160, 232, 0.23);
  border-radius: 14px;
  padding: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.np-legal-links {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.np-legal-link {
  color: var(--text-secondary);
  border-radius: 999px;
  border: 1px solid rgba(180, 160, 232, 0.2);
  padding: 0.35rem 0.7rem;
  font-size: 0.85rem;
}

.np-legal-link:hover,
.np-legal-link.is-active {
  color: var(--text-primary);
  border-color: rgba(180, 160, 232, 0.5);
  background: rgba(180, 160, 232, 0.16);
}

.np-legal-footer {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  color: #c6c0d8;
  font-size: 0.86rem;
  text-align: center;
}

.np-hidden {
  display: none !important;
}

@media (max-width: 1024px) {
  .np-hero-inner,
  .np-support-grid {
    grid-template-columns: 1fr;
  }

  .np-grid-4,
  .np-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .np-pricing-grid {
    grid-template-columns: 1fr;
  }

  .np-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .np-stat:nth-child(3),
  .np-stat:nth-child(4) {
    border-top: 1px solid rgba(180, 160, 232, 0.14);
  }

  .np-stat:nth-child(3) {
    border-left: none;
  }

  .np-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .np-menu-toggle {
    display: inline-flex;
  }

  .np-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(11, 14, 26, 0.97);
    border-bottom: 1px solid rgba(180, 160, 232, 0.2);
    padding: 0.8rem 1rem 1rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
  }

  .np-nav.is-open {
    display: flex;
  }

  .np-nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .np-nav-actions {
    margin-top: 0.75rem;
    width: 100%;
    justify-content: space-between;
  }

  .np-grid-4,
  .np-grid-3,
  .np-grid-2,
  .np-footer-grid {
    grid-template-columns: 1fr;
  }

  .np-stat-row {
    grid-template-columns: 1fr;
  }

  .np-stat + .np-stat {
    border-left: none;
    border-top: 1px solid rgba(180, 160, 232, 0.14);
  }

  .np-footer-bottom {
    flex-direction: column;
  }
}
