.ni-about-content {
  padding: 110px 0;
  background: #ffffff;
}
/* Shared Page Styles */

.ni-page-hero {
  padding: 165px 0 85px;
  background: #ffffff;
}

.ni-page-title {
  font-size: 54px;
  font-weight: 600;
  color: var(--ni-text);
  margin-bottom: 20px;
}

.ni-page-text {
  font-size: 17px;
  color: #5f5f5f;
  line-height: 1.72;
  max-width: 640px;
}

/* About */

.ni-about-content {
  padding: 95px 0;
  background: #ffffff;
}

/* Plans */

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

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

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

.ni-plan-list {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 0;
}

.ni-plan-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.65;
}

.ni-plan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ni-primary);
}

/* Coverage */

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

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

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

.ni-coverage-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--ni-text);
}

.ni-coverage-text {
  font-size: 15px;
  color: #666;
  line-height: 1.65;
}

/* Claims */

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

.ni-claims-docs {
  background: #ffffff;
}

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

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

.ni-step-number {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ni-primary);
  margin-bottom: 14px;
}

.ni-step-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--ni-text);
}

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

/* FAQ */

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

.ni-faq-accordion .accordion-item {
  border: 1px solid #ececec;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}

.ni-faq-accordion .accordion-button {
  font-weight: 600;
  color: var(--ni-text);
  padding: 20px;
  box-shadow: none;
}

.ni-faq-accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: var(--ni-primary);
}

.ni-faq-accordion .accordion-body {
  padding: 20px;
  color: #666;
  line-height: 1.68;
}

/* Contact */

.ni-contact {
  background: #ffffff;
}

.ni-contact-form .form-control {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.ni-contact-form .form-control:focus {
  border-color: var(--ni-primary);
  box-shadow: none;
}

.ni-contact-info {
  margin-top: 10px;
}

.ni-contact-item {
  margin-bottom: 25px;
}

.ni-contact-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ni-text);
}

.ni-contact-item p {
  margin-bottom: 4px;
  color: #666;
}

/* Quote */

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

.ni-quote-form {
  background: #ffffff;
  padding: 42px;
  border-radius: 18px;
  border: 1px solid #ececec;
}

.ni-quote-form .form-control {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.ni-quote-form .form-control:focus {
  border-color: var(--ni-primary);
  box-shadow: none;
}

/* Thank You */

.ni-thank {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.ni-thank-box {
  padding: 50px 30px;
}

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

.ni-thank-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 28px;
  line-height: 1.7;
}

.ni-thank-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}