.insurance-page {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  color: #1e293b;
}
.insurance-page .ins-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.insurance-page .badge {
  background-color: #e0f2fe;
  color: #0369a1;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.insurance-page .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.insurance-page .section-title h2 {
  font-size: 32px;
  color: #1e293b;
  margin-bottom: 10px;
  font-weight: 700;
}
.insurance-page .section-title p {
  color: #64748b;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.insurance-page .insurance-hero {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  padding: 90px 0;
  text-align: center;
}
.insurance-page .insurance-hero .badge {
  background-color: #dcfce7;
  color: #15803d;
}
.insurance-page .insurance-hero h1 {
  font-size: 42px;
  color: #1e293b;
  margin: 20px 0;
  font-weight: 800;
}
.insurance-page .insurance-hero p {
  font-size: 18px;
  color: #3f4e5e;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}
.insurance-page .insurance-steps {
  padding: 80px 0;
  background-color: #f8fafc;
}
.insurance-page .insurance-steps .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .insurance-page .insurance-steps .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .insurance-page .insurance-steps .steps-grid {
    grid-template-columns: 1fr;
  }
}
.insurance-page .insurance-steps .step-card {
  background-color: #ffffff;
  padding: 30px 24px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.insurance-page .insurance-steps .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border-color: #3b82f6;
}
.insurance-page .insurance-steps .step-card .step-num {
  font-size: 44px;
  font-weight: 800;
  color: linear-gradient(to bottom, #3b82f6, #ffffff);
  opacity: 0.15;
  position: absolute;
  top: 15px;
  right: 20px;
}
.insurance-page .insurance-steps .step-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 12px 0;
  padding-right: 30px;
}
.insurance-page .insurance-steps .step-card p {
  font-size: 14.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
.insurance-page .partners-section {
  padding: 80px 0;
}
.insurance-page .partners-section .partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .insurance-page .partners-section .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .insurance-page .partners-section .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .insurance-page .partners-section .partners-grid {
    grid-template-columns: 1fr;
  }
}
.insurance-page .partners-section .partner-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.insurance-page .partners-section .partner-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
}
.insurance-page .partners-section .partner-card:hover .partner-logo-placeholder {
  background-color: #f1f5f9;
  color: #3b82f6;
}
.insurance-page .partners-section .partner-card .partner-logo-placeholder {
  height: 70px;
  background-color: #f8fafc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #94a3b8;
  font-size: 16px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.insurance-page .partners-section .partner-card h4 {
  margin: 0;
  font-size: 15px;
  color: #1e293b;
  font-weight: 600;
}
.insurance-page .insurance-info-box {
  padding: 0 0 80px 0;
}
.insurance-page .insurance-info-box .info-wrapper {
  background-color: #fffbeb;
  border-left: 5px solid #f59e0b;
  border-radius: 12px;
  padding: 30px;
}
.insurance-page .insurance-info-box .info-content h3 {
  margin: 0 0 15px 0;
  color: #b45309;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.insurance-page .insurance-info-box .info-content p {
  font-size: 15px;
  color: #78350f;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.insurance-page .insurance-info-box .info-content p:last-child {
  margin-bottom: 0;
}

.footer {
  background-color: #1e293b;
  color: #f8fafc;
  padding: 60px 0 20px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  display: grid;
  grid-template-columns: 2fr repeat(2, 1.2fr) 1.8fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .footer .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .footer .footer-container {
    grid-template-columns: 1fr;
  }
}
.footer .footer-col h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}
.footer .footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #3b82f6;
}
.footer .brand-col .footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}
.footer .brand-col .footer-about {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 20px;
}
.footer .brand-col .footer-socials {
  display: flex;
  gap: 12px;
}
.footer .brand-col .footer-socials a {
  width: 36px;
  height: 36px;
  background-color: #334155;
  color: #f8fafc;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer .brand-col .footer-socials a:hover {
  background-color: #3b82f6;
  transform: translateY(-2px);
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li {
  margin-bottom: 12px;
}
.footer .footer-links li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer .footer-links li a:hover {
  color: #3b82f6;
  padding-left: 4px;
}
.footer .footer-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-contacts li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.footer .footer-contacts li i {
  font-size: 18px;
  color: #3b82f6;
  margin-top: 3px;
}
.footer .footer-contacts li div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .footer-contacts li div a {
  color: #f8fafc;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.footer .footer-contacts li div span {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.4;
}
.footer .footer-bottom {
  margin-top: 50px;
  border-top: 1px solid #334155;
  padding-top: 20px;
}
.footer .footer-bottom .footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 576px) {
  .footer .footer-bottom .footer-bottom-container {
    flex-direction: column;
    text-align: center;
  }
}
.footer .footer-bottom .footer-bottom-container p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}
.footer .footer-bottom .footer-bottom-container .footer-bottom-links {
  display: flex;
  gap: 20px;
}
.footer .footer-bottom .footer-bottom-container .footer-bottom-links a {
  color: #64748b;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}
.footer .footer-bottom .footer-bottom-container .footer-bottom-links a:hover {
  color: #94a3b8;
}/*# sourceMappingURL=insurance.css.map */