.security-section {
  padding: 80px 20px;
  background: #f5f6f8;
}

.security-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.security-item {
  text-align: center;
}

.security-item .icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.security-item h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.security-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .security-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


/* Advanced Table */

.advanced-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 16px;
  margin: 0;
	overflow: hidden;
	border: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table {
	box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
	border-radius: 16px;
	overflow: hidden;
	margin: 50px 0 !important;
}

.advanced-table th,
.advanced-table td {
	border: none;
}

.comprasion.advanced-table {
  margin-bottom: 0 !important; 
}

.comprasion.advanced-table tbody tr + tr td,
.comprasion.advanced-table tbody td {
  font-size: 18px !important;
  font-weight: 500;
}


.advanced-table thead th {
	background-color: #00d084;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 20px 24px;
	border-bottom: 1px solid rgb(9 110 103 / 15%);
}

.advanced-table tbody td {
	padding: 18px 24px;
	font-size: 15px;
	color: #2f2320;
	background: transparent;
	transition: background 0.3s ease;
}

.advanced-table tbody tr + tr td {
	border-top: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table tbody tr:hover td {
	background: rgba(0, 165, 154, 0.05);
}

.advanced-table thead th:not(:first-child),
.advanced-table tbody td:not(:first-child) {
	text-align: center;
}

@media (max-width: 768px) {
	.advanced-table {
		margin-top: 40px;
	}

	.advanced-table thead th {
		font-size: 14px;
		padding: 14px 12px;
	}

	.advanced-table tbody td {
		font-size: 14px;
		padding: 14px 12px;
	}
	.comprasion.advanced-table tbody tr + tr td, .comprasion.advanced-table tbody td {
	    font-size: 16px;
	}
}

@media (max-width: 480px) {
	.advanced-table thead th {
		font-size: 12px;
		padding: 10px 8px;
	}

	.advanced-table tbody td {
		font-size: 12px;
		padding: 10px 8px;
	}
}

/* Information table */
.info-table-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.info-table-section .page-block-title {
  font-weight: 500;
  text-align: center;
}
.info-table {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
  border-radius: 16px;
  overflow: hidden;
}
.info-table__row {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 1px solid #e5e5e5;
}
.info-table__row:last-child {
  border-bottom: none;
}
.info-table__cell {
  padding: 12px 16px;
}
.info-table__cell--left {
  background: #00d084;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.info-table__cell--right {
  background: #fff;
  color: #222;
  font-size: 16px;
}

@media (max-width: 768px) {
  .info-table-section {
    padding: 50px 0;
  }
  .info-table__row {
    grid-template-columns: 1fr;
  }
  .info-table__cell--left {
    border-bottom: 1px solid #dcdcf0;
    font-size: 16px;
  }
  .info-table__cell--right {
    font-size: 16px;
  }
}

/* Row block */
.row-block {
  display: flex;
  width: 100%;
  padding: 178px 0 60px 0;
  gap: 40px;
}

.row-block h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.row-block h2 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}

.row-block p {
  font-size: 18px;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}

.row-block .row-block-left {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.row-block .row-block-text p {
  font-size: 24px;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.row-block .row-block-right {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.mission-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mission-block .row-block {
  padding: 0;
  align-items: center;
}

.mission-block .row-block-right img {
  max-width: 100%;
  min-height: 378px;
}

@media (max-width: 768px) {
  .mission-block .row-block {
    gap: 0;
  }

  .row-block .row-block-left,
  .row-block .row-block-right {
    width: 100%;
  }

  .row-block {
    padding-top: 102px;
    flex-direction: column;
  }

  .row-block h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
  }

  .row-block .row-block-text p {
    font-size: 20px;
    margin-top: 10px;
  }
}

/* User Steps Section */
.user-steps-section {
  padding-bottom: 50px;
}

.section-user-steps__title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.user-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.user-steps__item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.user-steps__head {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: max(280px, 25%);
  background-image: linear-gradient(to bottom, #e7eff8, #ecf2f3);
  border: 1px solid rgb(9 110 103 / 9%);
  border-radius: 80px;
  padding: 12px;
}
.user-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background: #00d084;
  box-shadow: 0 4px 15px rgb(129, 153, 225, 0.4);
}
.user-steps__title {
  color: #00d084;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.user-steps__text {
  flex: 1;
  display: flex;
  align-items: center;
}
.user-steps__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #2f2320;
}
.section-user-steps__btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 40px;
  background: #00d084;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px (129, 153, 225, 0.4);
}
.section-user-steps__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px (129, 153, 225, 0.4);
  background: #00d084;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .user-steps {
    gap: 8px;
  }
  .section-user-steps {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-user-steps__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .user-steps__item {
    gap: 16px;
    flex-direction: column;
    text-align: center;
  }
  .user-steps__head {
    width: 100%;
  }

  .user-steps__number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .user-steps__title {
    font-size: 16px;
  }

  .user-steps__text {
    width: 100%;
  }
  .user-steps__text p {
    font-size: 13px;
  }
}

/* Roadmap */
.roadmap {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.roadmap__title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.roadmap__list {
  position: relative;
}
.roadmap__list:before {
  content: "";
  position: absolute;
  left: 137px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #00d084;
}

.roadmap__item {
  display: grid;
  grid-template-columns: 127px 40px 1fr;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
}
.roadmap__date {
  font-weight: 600;
  color: #00d084;
  font-size: 16px;
  text-align: right;
  padding-top: 2px;
}

.roadmap__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00d084;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;
  left: -19px;
  top: 16px;
}

.roadmap__content {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

@media (max-width: 768px) {
  .roadmap__list:before {
    left: 10px;
  }
  .roadmap__item {
    grid-template-columns: 1fr;
    padding-left: 30px;
  }
  .roadmap__date {
    text-align: left;
    font-size: 13px;
    margin-bottom: 6px;
  }
  .roadmap__dot {
    position: absolute;
    left: 4px;
    top: 4px;
    margin: 0;
  }
}

/* Media Block */
.media-block__row {
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
}
.media__item {
  display: flex;
  flex-direction: column;
  max-width: 372px;
  padding: 50px;
  border-radius: 16px;
  border: 1px solid #dedede;
  min-height: 209px;
}
.media__item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 20px;
}
.media__item--link {
  display: block;
  margin-top: auto;
  color: #707070;
}

.media-block .page-block-title {
  color: #000;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 767px) {
  .media__item {
    padding: 30px;
    min-height: 197px;
  }

  .hero-about h1 {
    font-size: 31px;
  }
}

.table-note {
  margin-bottom: 15px !important;
}

.table-content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 50px;
}