.elementor-7127 .elementor-element.elementor-element-20adbb39{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-10f2715 */.titan-detail,
.titan-detail * {
  box-sizing: border-box;
}

.titan-detail {
  width: 100%;
  background: #ffffff;
}

.titan-detail__hero {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 46px;
  align-items: center;
  margin-bottom: 34px;
}

.titan-detail__image {
  border: 1px solid #e1e6ee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.titan-detail__image img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.titan-detail__intro span {
  display: inline-block;
  background: #0f2742;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.titan-detail__intro h1 {
  font-size: 46px;
  line-height: 1.05;
  margin: 0 0 18px;
  color: #16213e;
  font-weight: 900;
  letter-spacing: -1px;
}

.titan-detail__intro p {
  font-size: 16px;
  line-height: 1.75;
  color: #5f6b7a;
  margin: 0 0 16px;
  max-width: 720px;
}

.titan-detail__buttons {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.titan-detail__intro a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  background: #16213e;
  color: #ffffff;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.25s ease;
}

.titan-detail__intro a:hover {
  background: #0f172c;
  color: #ffffff;
  transform: translateY(-2px);
}

.titan-detail__btn-light {
  background: #d4a84f !important;
}

.titan-detail__btn-light:hover {
  background: #be923c !important;
}

.titan-detail__specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.titan-detail__specs div {
  background: #f7f9fc;
  border: 1px solid #e1e6ee;
  border-radius: 18px;
  padding: 20px 18px;
  min-height: 92px;
  transition: 0.25s ease;
}

.titan-detail__specs div:hover {
  background: #ffffff;
  border-color: #cfd8e6;
  box-shadow: 0 12px 30px rgba(15,39,66,0.08);
  transform: translateY(-3px);
}

.titan-detail__specs small {
  display: block;
  font-size: 13px;
  color: #7a8594;
  margin-bottom: 8px;
}

.titan-detail__specs strong {
  display: block;
  font-size: 16px;
  color: #101a33;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .titan-detail__hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .titan-detail__specs {
    grid-template-columns: repeat(2, 1fr);
  }

  .titan-detail__image {
    min-height: 330px;
  }

  .titan-detail__image img {
    max-height: 300px;
  }
}

@media (max-width: 767px) {
  .titan-detail__intro h1 {
    font-size: 32px;
  }

  .titan-detail__image {
    min-height: 260px;
    border-radius: 20px;
  }

  .titan-detail__image img {
    max-height: 230px;
    padding: 16px;
  }

  .titan-detail__specs {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .titan-detail__buttons {
    flex-direction: column;
  }

  .titan-detail__intro a {
    width: 100%;
  }
}/* End custom CSS */