#ortho-page-wrapper .section-container { padding: 90px 20px; }
#ortho-page-wrapper .bg-light { background-color: #F8FAFC; }
#ortho-page-wrapper .content-wrap { max-width: 1000px; margin: 0 auto; }
#ortho-page-wrapper .main-title { font-size: 42px; font-weight: bold; color: #4A72A8; text-align: center; margin-bottom: 40px; letter-spacing: 2px; animation: fadeInDown 0.8s ease-out; }
#ortho-page-wrapper .section-title { font-size: 34px; font-weight: bold; color: #2C3E50; text-align: center; margin-bottom: 45px; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; }
#ortho-page-wrapper .section-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #4A72A8; border-radius: 2px; margin-top: 15px; }
#ortho-page-wrapper .desc-text { font-size: 18px; color: #555555; line-height: 1.9; text-align: justify; text-justify: inter-ideograph; }
#ortho-page-wrapper #ortho-intro { padding-top: 120px; }
#ortho-page-wrapper #ortho-intro .intro-content { margin-bottom: 40px; }
#ortho-page-wrapper #ortho-intro .disclaimer-box { background-color: #F0F8FF; border-left: 5px solid #4A72A8; padding: 30px; border-radius: 0 12px 12px 0; margin-top: 50px; box-shadow: 0 5px 15px rgba(74,114,168,0.05); }
#ortho-page-wrapper #ortho-intro .disclaimer-text { font-size: 16px; color: #2980b9; margin-bottom: 12px; line-height: 1.7; position: relative; padding-left: 15px; }
#ortho-page-wrapper #ortho-intro .disclaimer-text::before { content: '*'; position: absolute; left: 0; color: #4A72A8; font-weight: bold; }
#ortho-page-wrapper #ortho-intro .disclaimer-text:last-child { margin-bottom: 0; }
#ortho-page-wrapper #euclid-brand .brand-logo-area { text-align: center; margin-bottom: 30px; }
#ortho-page-wrapper #certifications .media-wrapper { display: flex; flex-direction: column; align-items: center; gap: 50px; }
#ortho-page-wrapper #certifications .cert-img {width: 100%;max-width: 100%;border-radius: 12px;box-shadow: 0 10px 30px rgba(0,0,0,0.08);}
#ortho-page-wrapper #certifications .video-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;width: 100%;max-width: 100%;border-radius: 16px;box-shadow: 0 15px 40px rgba(0,0,0,0.1);border: 4px solid #ffffff;background-color: #000;}
#ortho-page-wrapper #certifications .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: 12px; }
#ortho-page-wrapper #quality-trust .trust-header { text-align: center; font-size: 18px; color: #555555; margin-bottom: 40px; line-height: 1.8; }
#ortho-page-wrapper #quality-trust .trust-link { color: #4A72A8; font-weight: bold; text-decoration: underline; transition: color 0.3s; }
#ortho-page-wrapper #quality-trust .trust-link:hover { color: #2980b9; }
#ortho-page-wrapper #quality-trust .trust-images { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
#ortho-page-wrapper #quality-trust .img-card { flex: 1; min-width: 250px; max-width: 300px; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: transform 0.4s cubic-bezier(0.25,0.8,0.25,1); background-color: #fff; display: flex; align-items: center; justify-content: center; padding: 10px; }
#ortho-page-wrapper #quality-trust .img-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(74,114,168,0.1); }
#ortho-page-wrapper #quality-trust .trust-img { max-width: 100%; height: auto; display: block; object-fit: contain; }
#ortho-page-wrapper #research-downloads .download-list { display: flex; flex-direction: column; gap: 16px; max-width: 800px; margin: 0 auto; }
#ortho-page-wrapper #research-downloads .download-item { display: flex; align-items: center; padding: 22px 30px; background: #ffffff; border: 1px solid #E2E8F0; border-radius: 12px; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.02); cursor: pointer; }
#ortho-page-wrapper #research-downloads .download-item:hover { transform: translateX(10px); box-shadow: 0 8px 25px rgba(74,114,168,0.12); border-color: #4A72A8; background-color: #F8FAFC; }
#ortho-page-wrapper #research-downloads .icon-dl { width: 28px; height: 28px; fill: #BDC3C7; margin-right: 20px; flex-shrink: 0; transition: fill 0.3s ease; }
#ortho-page-wrapper #research-downloads .download-item:hover .icon-dl { fill: #4A72A8; }
#ortho-page-wrapper #research-downloads .dl-text { font-size: 18px; color: #2C3E50; font-weight: bold; transition: color 0.3s ease; }
#ortho-page-wrapper #research-downloads .download-item:hover .dl-text { color: #4A72A8; }
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}
@media (max-width:768px) {
  #ortho-page-wrapper .main-title {font-size: 27px;margin-bottom: 30px;letter-spacing: 0;}
  #ortho-page-wrapper .section-title { font-size: 28px; margin-bottom: 35px; }
  #ortho-page-wrapper .section-container { padding: 60px 15px; }
  #ortho-page-wrapper .desc-text { font-size: 16px; }
  #ortho-page-wrapper #ortho-intro {padding-top: 10px;}
  #ortho-page-wrapper #ortho-intro .disclaimer-box { padding: 20px; }
  #ortho-page-wrapper #ortho-intro .disclaimer-text { font-size: 15px; }
  #ortho-page-wrapper #quality-trust .trust-images { gap: 15px; }
  #ortho-page-wrapper #quality-trust .img-card { min-width: 100%; }
  #ortho-page-wrapper #research-downloads .download-item {padding: 17px 18px;}
  #ortho-page-wrapper #research-downloads .icon-dl {width: 18px;height: 18px;margin-right: 15px;}
  #ortho-page-wrapper #research-downloads .dl-text { font-size: 16px; }
}
