.insurance-text_wrapper h2 {
  font-size: calc(1.325rem + .9vw);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 3.5rem;
}

.features_rich-text p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.features_rich-text strong {
  font-weight: 700;
}

.info-box {
  background-color: #e3e3ff;
  border-left: 4px solid #4A4AFF;
  padding: 16px;
  margin: 20px 0;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #333;
}

.info-box i {
  color: #FFD700;
  margin-right: 8px;
}

.arrow_cta {
  width: 16px;
  height: 16px;
}

.insurance-card_wrapper {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  max-width: 450px;
  margin: 0 auto;
}

.insurance-card_price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.insurance-card_price-wrapper .h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #151318;
  line-height: 1;
}

.chip {
  background-color: #4CAF50;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 30px;
}

.insurance-card_illu {
  max-width: 100px;
  margin-top: 15px;
}

.insurance-card_content h5 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #151318;
}

.insurance-card_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.insurance-card_item:last-child {
  border-bottom: none;
}

.insurance-card_item svg {
  width: 16px;
  height: 16px;
  fill: #151318;
}

.insurance-card_item div {
  font-size: 1rem;
  color: #333;
}

/* ========================================
   GUARANTEES SECTION
======================================== */

.guarantees_section {
  /* padding: 60px 0; */
  background-color: white;
}

.guarantees_title {
  text-align: center;
  font-weight: 700;
  color: #1a1a1a;
}

.guarantee_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 0.95rem;
  color: #333;
}

.guarantee_item h4 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
}

.guarantee_item p {
  margin: 0;
  line-height: 1.5;
}

.guarantee_icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-top: 4px;
}

.btn-outline-secondary {
  border-color: #e0e0e0;
  color: #333;
  padding: 10px 24px;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: all 0.3s;
}

.btn-outline-secondary:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}

/* ========================================
   MODAL STYLES
======================================== */

.modal-content {
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.modal-header {
  padding: 24px 24px 16px;
  border-bottom: none;
}

.modal-body {
  padding: 24px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin: 0 24px 24px;
}

.info-text {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.5;
}

.warrantly-table {
  width: 100%;
}

.warrantly-table-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}

.warrantly-table-item:last-child {
  border-bottom: none;
}

.warrantly-table-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-top: 4px;
}

.warrantly-table-content {
  flex: 1;
  font-size: 0.95rem;
  color: #333;
}

.warrantly-table-title {
  font-weight: 600;
  margin-bottom: 4px;
  color: #1a1a1a;
}

.warrantly-table-desc {
  margin: 0;
  line-height: 1.4;
  color: #444;
}

.warrantly-table-right {
  text-align: right;
  flex: 0 0 auto;
  min-width: 180px;
}

.warrantly-table-price {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.95rem;
  margin-bottom: 2px;
}

.warrantly-table-caption {
  font-size: 0.85rem;
  color: #666;
}

/* ========================================
   TEAM SLIDER SECTION
======================================== */

.section-head-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 1rem;
}

.section-subhead-text {
  font-size: 1.2rem;
  color: #999;
  max-width: 470px;
  margin: 0 auto 3.5rem;
}

.team-slider-container {
  padding: 0 10px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-slide {
  width: 176px !important;
  height: auto;
}

.team-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 176px;
  flex-shrink: 0;
}

.team-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 0.25rem;
}

.position {
  font-size: 0.95rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 1rem;
}

.social-media-links a {
  color: #0087b1;
  font-size: 1.1rem;
  margin: 0 0.3rem;
  text-decoration: none;
  transition: color 0.3s;
}

.social-media-links a:hover {
  color: #0087b1;
}

.swiper-wrapper {
  scrollbar-width: none;
}

.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.btn-contact-advisor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 237px;
  height: 48px;
  background-color: #1d1d1f;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  margin:30px 0 30px 0;
}

.btn-contact-advisor:hover {
  background-color: #0087b1;
  color: white;
}

.btn-contact-advisor i {
  font-size: 1.1rem;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 992px) {
  .swiper-slide,
  .team-card {
    width: 168px;
  }
}

@media (max-width: 768px) {
  .swiper-slide,
  .team-card {
    width: 150px;
  }
  .team-img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 480px) {
  .swiper-slide,
  .team-card {
    width: 135px;
  }
  .team-img {
    width: 65px;
    height: 65px;
  }
  .name {
    font-size: 1rem;
  }
  .position {
    font-size: 0.9rem;
  }

  .chip {
    line-height: normal;
    margin-left: 10px;
  }

  .insurance-card_price-wrapper .h1 {
    font-size: 2.8rem;
    line-height: normal;
  }

  .insurance-card_illu {
    visibility: hidden;
  }
}