@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");

body,
button,
input,
textarea {
  font-family: "Outfit", sans-serif;
}
body {
  background: #f6f7fb;
  color: #0f172a;
  line-height: 1.65;
  font-size: 16px;
}
h1,
h2,
h3 {
  line-height: 1.25;
  margin: 0 0 12px;
}
h1 {
  font-size: 34px;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  font-weight: 600;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
p {
  margin: 0 0 14px;
}
a {
  color: #ff5a1f;
  text-decoration: none;
  transition: color 0.18s ease;
}
a:hover {
  text-decoration: underline;
}

.nexivor-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nexivor-header__brand-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
}
.nexivor-header__brand-mark-img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.nexivor-header__brand-text {
  font-weight: 600;
}
.nexivor-header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.nexivor-header__nav-link {
  color: #475569;
  padding: 8px 10px;
  border-radius: 8px;
  transition:
    background-color 0.18s ease,
    color 0.18s ease;
}
.nexivor-header__nav-link:hover {
  color: #0f172a;
  background: #eef2f7;
}

.nexivor-hero,
.nexivor-onboarding,
.nexivor-levels,
.nexivor-split,
.nexivor-description,
.nexivor-features,
.nexivor-gallery,
.nexivor-faq,
.nexivor-testimonials,
.nexivor-finalcta {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 20px;
}
.nexivor-hero {
  background: #fff;
}
.nexivor-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.nexivor-hero__tag {
  background: rgba(255, 90, 31, 0.1);
  color: #c24318;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}
.nexivor-hero__heading {
  font-size: 36px;
  margin-bottom: 10px;
}
.nexivor-hero__lead {
  color: #475569;
  max-width: 860px;
  margin-bottom: 18px;
}
.nexivor-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.nexivor-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 10px;
  background: #ff5a1f;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(255, 90, 31, 0.18);
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    background-color 0.18s ease;
}
.nexivor-hero__cta:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  text-decoration: none;
}
.nexivor-hero__ctas .nexivor-hero__cta:nth-child(2) {
  background: transparent;
  color: #ff5a1f;
  border: 1px solid rgba(255, 90, 31, 0.4);
  box-shadow: none;
}

.nexivor-onboarding__stepper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.nexivor-onboarding__step {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  transition: transform 0.18s ease;
}
.nexivor-onboarding__step:hover {
  transform: translateY(-2px);
}
.nexivor-onboarding__step-title {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.nexivor-onboarding__step-text {
  color: #475569;
  display: block;
}

.nexivor-levels__intro {
  color: #334155;
  max-width: 860px;
  margin-bottom: 12px;
}
.nexivor-levels__list {
  margin: 0 0 12px;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
.nexivor-levels__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.nexivor-levels__tag {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
}

.nexivor-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.nexivor-split__img {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(2, 8, 23, 0.08);
}
.nexivor-split__heading {
  margin-bottom: 8px;
}
.nexivor-split__bullets {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
.nexivor-split__bullet {
  color: #334155;
}

.nexivor-description__content {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(2, 8, 23, 0.04);
}

.nexivor-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.nexivor-features__item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.nexivor-features__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(2, 8, 23, 0.08);
}
.nexivor-features__item-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.nexivor-features__item-text {
  color: #475569;
}

.nexivor-gallery__heading {
  margin-bottom: 6px;
}
.nexivor-gallery__desc {
  color: #475569;
  max-width: 860px;
  margin-bottom: 14px;
}
.nexivor-gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.nexivor-gallery__item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
.nexivor-gallery__img {
  width: 100%;
  display: block;
  transition: transform 0.2s ease;
}
.nexivor-gallery__item:hover .nexivor-gallery__img {
  transform: scale(1.03);
}
.nexivor-gallery__caption {
  padding: 10px;
  color: #475569;
  font-size: 14px;
}

.nexivor-faq__heading {
  margin-bottom: 10px;
}
.nexivor-faq__items {
  display: grid;
  gap: 10px;
  max-width: 900px;
}
.nexivor-faq__question {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.18s ease;
}
.nexivor-faq__question:hover {
  background: #f3f6fb;
}
.nexivor-faq__answer {
  display: none;
  padding: 10px 2px 0 2px;
  color: #475569;
}
.nexivor-faq__question[aria-expanded="true"] + .nexivor-faq__answer {
  display: block;
}

.nexivor-testimonials__heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}
.nexivor-testimonials__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.nexivor-testimonials__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}
.nexivor-testimonials__quote {
  border-left: 3px solid #ff5a1f;
  padding-left: 10px;
  margin-bottom: 8px;
  color: #334155;
}
.nexivor-testimonials__persona {
  color: #64748b;
  font-size: 14px;
}

.nexivor-finalcta {
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(255, 90, 31, 0.08),
    rgba(255, 90, 31, 0.02)
  );
  border-radius: 12px;
}
.nexivor-finalcta__heading {
  margin-bottom: 8px;
}
.nexivor-finalcta__cta {
  display: inline-block;
  margin: 6px 0 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #ff5a1f;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(255, 90, 31, 0.18);
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}
.nexivor-finalcta__cta:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  text-decoration: none;
}
.nexivor-finalcta__desc {
  color: #475569;
}

.nexivor-footer {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  margin-top: 40px;
  padding: 18px 16px;
}
.nexivor-footer__nav-list {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.nexivor-footer__nav-link {
  color: #64748b;
  transition: color 0.18s ease;
}
.nexivor-footer__nav-link:hover {
  color: #0f172a;
}
.nexivor-footer__copyright {
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
}

.nexivor-legal {
  padding: 64px 20px;
}
.nexivor-legal__inner {
  max-width: 980px;
  margin: 0 auto;
}
.nexivor-legal__title {
  margin: 0 0 10px;
}
.nexivor-legal__subtitle {
  margin: 10px 0 8px;
}
.nexivor-legal__text {
  color: #334155;
}
.nexivor-legal__list {
  margin: 8px 0 14px;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
.nexivor-legal__text-link {
  color: #ff5a1f;
}

.nexivor-reach__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 20px;
}
.nexivor-reach__title {
  margin-bottom: 4px;
}
.nexivor-reach__lead {
  color: #475569;
  margin-bottom: 16px;
}
.nexivor-reach__support,
.nexivor-reach__developer,
.nexivor-reach__extras {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
}
.nexivor-reach__block-title {
  margin-bottom: 6px;
}
.nexivor-reach__blurb {
  color: #64748b;
  margin-bottom: 8px;
}
.nexivor-reach__rows {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.nexivor-reach__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.nexivor-reach__label {
  color: #475569;
}
.nexivor-reach__link {
  font-weight: 600;
}

.privacy-pane {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  max-width: 420px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(2, 8, 23, 0.18);
  overflow: hidden;
}
.privacy-pane--hidden {
  display: none;
}
.privacy-pane__header {
  padding: 16px 16px 10px 16px;
  background: linear-gradient(
    90deg,
    rgba(255, 90, 31, 0.09),
    rgba(255, 90, 31, 0)
  );
}
.privacy-pane__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #c24318;
  background: rgba(255, 90, 31, 0.12);
  padding: 4px 8px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.privacy-pane__title {
  margin-bottom: 6px;
}
.privacy-pane__desc {
  color: #475569;
  margin-bottom: 6px;
}
.privacy-pane__body {
  padding: 10px 16px;
}
.privacy-pane__categories {
  display: grid;
  gap: 10px;
}
.privacy-pane__category {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px;
}
.privacy-pane__category--essential {
  background: #fff7f2;
  border-color: #ffd7c7;
}
.privacy-pane__switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.privacy-pane__switch--always {
  color: #64748b;
  font-size: 12px;
}
.privacy-pane__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
}
.privacy-pane__link {
  color: #64748b;
}
.privacy-pane__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.privacy-pane__btn {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
  transition:
    background-color 0.18s ease,
    transform 0.18s ease,
    opacity 0.18s ease;
}
.privacy-pane__btn--primary {
  background: #ff5a1f;
  color: #fff;
  box-shadow: 0 8px 24px rgba(255, 90, 31, 0.18);
}
.privacy-pane__btn--primary:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.privacy-pane__btn--secondary {
  background: #fff;
  border-color: #e5e7eb;
  color: #0f172a;
}
.privacy-pane__btn--secondary:hover {
  background: #f1f5f9;
}
.privacy-pane__btn--minimal {
  background: transparent;
  color: #ff5a1f;
  border-color: rgba(255, 90, 31, 0.4);
}
.privacy-pane__btn--minimal:hover {
  background: rgba(255, 90, 31, 0.06);
}

@media (max-width: 1199px) {
  .nexivor-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .nexivor-split {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .nexivor-testimonials__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  .nexivor-header {
    padding: 10px 14px;
  }
  .nexivor-header__nav-list {
    gap: 8px;
    overflow-x: auto;
  }
  .nexivor-hero,
  .nexivor-onboarding,
  .nexivor-levels,
  .nexivor-split,
  .nexivor-description,
  .nexivor-features,
  .nexivor-gallery,
  .nexivor-faq,
  .nexivor-testimonials,
  .nexivor-finalcta {
    padding: 36px 16px;
  }
  .nexivor-hero__ctas .nexivor-hero__cta {
    width: 100%;
  }
  .nexivor-onboarding__stepper {
    grid-template-columns: 1fr;
  }
  .nexivor-split {
    grid-template-columns: 1fr;
  }
  .nexivor-features__grid {
    grid-template-columns: 1fr 1fr;
  }
  .nexivor-gallery__row {
    grid-template-columns: 1fr 1fr;
  }
  .nexivor-testimonials__cards {
    grid-template-columns: 1fr;
  }
  .privacy-pane {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
  .nexivor-reach__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
