
	/*LANDING IMPLANT ADS */
/* =========================
   LANDING IMPLANT ADS
========================= */
/* ===== LANDING ADS IMPLANT ===== */
/* =========================
   LANDING IMPLANT ADS
========================= */

/* CONTAINER RIÊNG (tránh đụng theme) */
.oreli-container-ads {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================
   HERO
========================= */

.ads-implant-hero {
  text-align: center;
  padding: 80px 0 60px;
  background: radial-gradient(circle at top, #fff 60%, #fff5fa 100%);
}

.ads-implant-hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
}

.ads-implant-hero p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

/* BUTTON */
.ads-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg,#ff6600,#ff0080);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 12px;
  transition: all 0.25s ease;
}

.ads-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(255, 0, 128, 0.25);
}

/* CALL */
.ads-btn-call {
  display: inline-block;
  border: 2px solid #ff6600;
  padding: 12px 26px;
  border-radius: 50px;
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s;
	width:auto;
}

.ads-btn-call:hover {
  background: #ff6600;
  color: #fff;
}

/* =========================
   CASE
========================= */

.ads-implant-case {
  padding: 60px 0;
}

.ads-implant-case h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

/* GRID */
.ads-case-grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
}

/* ITEM */
.ads-case-item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.ads-case-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* hover xịn hơn */
.ads-case-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* =========================
   PROBLEM
========================= */

.ads-implant-problem {
  background: #fafafa;
  padding: 60px 0;
}

.ads-implant-problem h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.ads-implant-problem ul {
  max-width: 420px;
  margin: auto;
  padding: 0;
  list-style: none;
}

.ads-implant-problem li {
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
}

/* icon đẹp hơn */
.ads-implant-problem li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg,#ff6600,#ff0080);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* =========================
   CTA
========================= */

.ads-implant-cta {
  text-align: center;
  background: linear-gradient(135deg,#ff6600,#ff0080);
  color: #fff;
  padding: 70px 20px;
  border-radius: 24px;
  max-width: 900px;
  margin: 60px auto;
}

.ads-implant-cta h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* button trong CTA */
.ads-implant-cta .ads-btn-primary {
  background: #fff;
  color: #ff6600;
}

.ads-implant-cta .ads-btn-primary:hover {
  color: #ff0080;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .ads-case-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 768px) {

  .ads-implant-hero {
    padding: 60px 0;
  }

  .ads-implant-hero h1 {
    font-size: 28px;
  }

  .ads-case-grid {
    grid-template-columns: 1fr;
  }

  .ads-btn-primary,
  .ads-btn-call {
   
    margin: 10px auto;
  }

  .ads-implant-cta {
    margin: 40px 15px;
    border-radius: 16px;
  }

}


.ads-case-more {
    text-align: center;
    margin-top: 30px;
}

.ads-btn-outline {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 40px;
    border: 2px solid #ff0080;
    color: #ff0080;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.ads-btn-outline:hover {
    background: linear-gradient(135deg,#ff6600,#ff0080);
    color: #fff;
    border-color: transparent;
}
.ads-implant-hero h1 {
    background: linear-gradient(135deg, #ff6600, #ff0080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}