/* Shared Home Spacing */

.ni-intro,
.ni-why,
.ni-plans,
.ni-cta {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

/* Shared Home Typography */

.ni-section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ni-primary);
  margin-bottom: 12px;
  font-weight: 600;
}

.ni-section-title {
  font-size: 40px;
  font-weight: 600;
  color: var(--ni-text);
  margin-bottom: 16px;
}

.ni-section-text {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.72;
  max-width: 760px;
}

/* Shared Buttons */

.ni-btn-primary {
  background: var(--ni-primary);
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--ni-primary);
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(194, 29, 29, 0.14);
}

.ni-btn-primary:hover {
  background: var(--ni-primary-dark);
  border-color: var(--ni-primary-dark);
  color: #fff;
}

.ni-btn-outline {
  border: 1px solid #d4d4d4;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ni-text);
  background: transparent;
  transition: all 0.25s ease;
}

.ni-btn-outline:hover {
  border-color: var(--ni-primary);
  color: var(--ni-primary);
}

/* Hero */

.ni-hero {
  padding: 155px 0 110px;
  background: #ffffff;
}

.ni-hero-content {
  max-width: 540px;
}

.ni-hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ni-primary);
  margin-bottom: 15px;
  font-weight: 600;
}

.ni-hero-title {
  font-size: 56px;
  font-weight: 600;
  color: var(--ni-text);
  margin-bottom: 24px;
}

.ni-hero-text {
  font-size: 17px;
  color: #5b5b5b;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 540px;
}

.ni-hero-buttons {
  display: flex;
  gap: 15px;
}

.ni-hero-visual {
  height: 440px;
  background: linear-gradient(180deg, #f8f8f8, #ececec);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
}

.ni-hero-card {
  background: #ffffff;
  padding: 26px 30px;
  border-radius: 14px;
  border-left: 3px solid var(--ni-primary);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  font-weight: 600;
  color: #111;
}

.ni-hero-card span {
  display: block;
  font-weight: 400;
  color: #666;
  margin-top: 6px;
}

/* Intro */

.ni-intro {
  background: #ffffff;
  border-top: 1px solid #f2f2f2;
}

.ni-intro-tagline {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin-top: 10px;
}

/* Why */

.ni-why {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.ni-why-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 30px 25px;
  transition: all 0.25s ease;
}

.ni-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(194, 29, 29, 0.22);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.ni-why-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(194, 29, 29, 0.08);
  color: var(--ni-primary);
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.ni-why-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}

.ni-why-text {
  font-size: 15px;
  line-height: 1.68;
  color: #666;
  margin-bottom: 0;
}

/* Plans */

.ni-plans {
  background: #ffffff;
}

.ni-plan-card {
  height: 100%;
  padding: 34px 32px;
  border-radius: 18px;
  border: 1px solid #ececec;
  background: #ffffff;
  transition: all 0.25s ease;
}

.ni-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(194, 29, 29, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ni-plan-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.ni-plan-text {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.68;
}

.ni-plan-link {
  color: var(--ni-primary);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

.ni-plan-link:hover {
  color: var(--ni-primary-dark);
}

/* CTA */

.ni-cta {
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  border-top: 1px solid #eee;
}

.ni-cta-box {
  max-width: 760px;
  margin: auto;
  padding: 55px 30px;
}

.ni-cta-title {
  font-size: 42px;
  font-weight: 600;
  color: var(--ni-text);
  margin-bottom: 16px;
}

.ni-cta-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
  line-height: 1.72;
}

.ni-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}