/* ============================================
   Synorex — Bright Contrast Design
   Product: Alcon Naphcon A Eye Solution 15ml
   ============================================ */

/* === AD BAR === */
#fr-ad-bar {
  background: linear-gradient(90deg, #FF00AA, #0066FF) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  padding: 10px 16px !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
  box-shadow: 0 2px 8px rgba(255,0,170,0.4) !important;
}

/* === HEADER === */
#fr-header {
  background: #0a0a0f !important;
  border-bottom: 2px solid #00FF66 !important;
  box-shadow: 0 4px 20px rgba(0,255,102,0.2) !important;
  padding: 0 24px !important;
}

/* === BODY === */
body {
  background: #fff !important;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
}

/* === MAIN CONTAINER === */
#main-container {
  background: #fff !important;
}

.ct-container {
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: 0 0 40px rgba(0,102,255,0.15) !important;
  max-width: 100% !important;
}

/* === HERO SECTION === */
.hero-section {
  background: linear-gradient(135deg, #0066FF 0%, #FF00AA 50%, #FF6600 100%) !important;
  padding: 32px 24px !important;
  border-radius: 0 0 20px 20px !important;
  border-bottom: 4px solid #00FF66 !important;
  box-shadow: 0 8px 32px rgba(0,102,255,0.4) !important;
}

/* === H1 === */
h1.page-title {
  color: #fff !important;
  font-size: clamp(22px, 2.5vw, 34px) !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  letter-spacing: -0.5px !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
}

/* === H2 === */
h2 {
  color: #0066FF !important;
  font-size: clamp(18px, 1.6vw, 24px) !important;
  font-weight: 800 !important;
  border-bottom: 3px solid #FF00AA !important;
  padding-bottom: 10px !important;
  margin-top: 2em !important;
}

/* === PARAGRAPHS === */
.entry-content p {
  color: #1a1a2e !important;
  line-height: 1.75 !important;
  font-size: 15px !important;
}

/* === LISTS === */
.entry-content ul li,
.entry-content ol li {
  color: #1a1a2e !important;
  line-height: 1.7 !important;
  margin-bottom: 10px !important;
  font-size: 15px !important;
}

/* === CTA BUTTON === */
a.cta_btn {
  display: block !important;
  width: fit-content !important;
  margin: 14px auto !important;
  padding: 16px 48px !important;
  border-radius: 50px !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  color: #0a0a0f !important;
  background: linear-gradient(135deg, #00FF66, #00CC52) !important;
  color: #fff !important;
  box-shadow: 0 6px 24px rgba(0,255,102,0.5), 0 0 20px rgba(0,255,102,0.3) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  text-transform: uppercase !important;
  border: 2px solid #fff !important;
}

a.cta_btn:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 10px 32px rgba(0,255,102,0.6), 0 0 30px rgba(0,255,102,0.4) !important;
}

/* === PRODUCT PANEL (xpanel) === */
.xpanel {
  background: linear-gradient(135deg, #fff 0%, #f0faff 100%) !important;
  border-radius: 20px !important;
  border: 3px solid #0066FF !important;
  padding: 28px 24px !important;
  box-shadow: 0 8px 32px rgba(0,102,255,0.25), 0 0 0 1px rgba(255,0,170,0.2) !important;
  text-align: center !important;
  margin: 24px 0 !important;
}

.xp-label {
  background: linear-gradient(90deg, #FF00AA, #0066FF) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 6px 20px !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  font-weight: 800 !important;
  display: inline-block !important;
  margin-bottom: 14px !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 12px rgba(255,0,170,0.4) !important;
}

.xp-title {
  color: #0a0a0f !important;
  font-weight: 900 !important;
  font-size: 22px !important;
  margin: 8px 0 4px !important;
}

.xp-subtitle {
  color: #0066FF !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.xp-text {
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  margin: 10px 0 14px !important;
}

span.xp-btn {
  background: linear-gradient(135deg, #00FF66, #00CC52) !important;
  border-radius: 50px !important;
  padding: 14px 40px !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  letter-spacing: 1.5px !important;
  display: inline-block !important;
  margin-top: 8px !important;
  box-shadow: 0 6px 20px rgba(0,255,102,0.5) !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border: 2px solid #fff !important;
}

span.xp-btn:hover {
  box-shadow: 0 8px 28px rgba(0,255,102,0.6) !important;
}

/* === STICKY BAR === */
#sticky-container {
  background: linear-gradient(90deg, #FF00AA, #0066FF) !important;
  border-top: 3px solid #00FF66 !important;
  box-shadow: 0 -6px 24px rgba(255,0,170,0.5) !important;
}

.sticky-left {
  background: #00FF66 !important;
  color: #0a0a0f !important;
  border-radius: 20px !important;
  padding: 6px 18px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  box-shadow: 0 2px 10px rgba(0,255,102,0.5) !important;
}

.sticky-middle {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
}

/* === STAR RATINGS === */
.kksr-legend {
  color: #0066FF !important;
  font-weight: 800 !important;
}

/* === TABLE OF CONTENTS === */
#ez-toc-container {
  background: linear-gradient(135deg, #f0faff 0%, #fff 100%) !important;
  border: 2px solid #0066FF !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  box-shadow: 0 4px 16px rgba(0,102,255,0.15) !important;
}

#ez-toc-container .ez-toc-title {
  color: #0066FF !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

#ez-toc-container ul li a {
  color: #0066FF !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

#ez-toc-container ul li a:hover {
  color: #FF00AA !important;
  text-decoration: underline !important;
}

/* === PRODUCT IMAGES === */
.entry-content img,
.xpanel img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0,102,255,0.2) !important;
  border: 2px solid rgba(0,102,255,0.2) !important;
}

.entry-content p img,
.entry-content > p > a > img,
.xpanel img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* === FOOD/TIPS GRID === */
.entry-content [style*="grid-template-columns"] {
  background: linear-gradient(135deg, #f0faff 0%, #fff 100%) !important;
  border-radius: 16px !important;
  padding: 20px !important;
  border: 2px solid #0066FF !important;
  box-shadow: 0 4px 16px rgba(0,102,255,0.1) !important;
}

.entry-content [style*="grid-template-columns"] p {
  font-size: 14px !important;
}

/* === SHARE BOX === */
.ct-share-box {
  background: #f0faff !important;
  border-radius: 12px !important;
  padding: 16px !important;
  border: 2px solid #0066FF !important;
}

/* === AUTHOR BOX === */
.author-box {
  background: #f0faff !important;
  border-radius: 16px !important;
  border: 2px solid #0066FF !important;
  padding: 20px !important;
}

.author-box-name {
  color: #0a0a0f !important;
  font-weight: 800 !important;
}

/* === COMMENT FORM === */
.ct-comments {
  background: #f0faff !important;
  border-radius: 16px !important;
  border: 2px solid #0066FF !important;
  padding: 24px !important;
  margin-top: 16px !important;
}

#respond h2 {
  color: #0a0a0f !important;
  border-bottom-color: #0066FF !important;
  font-size: 18px !important;
}

.comment-form input[type="text"],
.comment-form textarea {
  border: 2px solid #0066FF !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #FF00AA !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(255,0,170,0.2) !important;
}

.comment-form .submit {
  background: linear-gradient(135deg, #0066FF, #FF00AA) !important;
  border-radius: 50px !important;
  color: #fff !important;
  padding: 12px 32px !important;
  border: 2px solid #fff !important;
  cursor: pointer !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
}

.comment-form .submit:hover {
  box-shadow: 0 4px 16px rgba(0,102,255,0.5) !important;
}

/* === FOOTER — DARK BACKGROUND, VISIBLE TEXT === */
#footer,
footer#footer,
.ct-footer,
#main-container > footer {
  background: #0a0a0f !important;
  color: #e2e8f0 !important;
}

#footer .ct-container {
  background: transparent !important;
}

/* === FOOTER MENU ROW === */
#footer [data-row="middle"] {
  background: #0a0a0f !important;
  padding: 16px 0 !important;
  border-top: 2px solid #00FF66 !important;
}

#footer [data-row="middle"] .ct-menu-link,
#footer [data-row="middle"] a,
#footer #menu-footer a,
#footer .footer-menu-inline a,
#footer [data-row="middle"] ul li a {
  color: #00FF66 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 0 10px !important;
  transition: color 0.2s !important;
}

#footer [data-row="middle"] .ct-menu-link:hover,
#footer [data-row="middle"] a:hover,
#footer #menu-footer a:hover,
#footer .footer-menu-inline a:hover {
  color: #fff !important;
}

/* === FOOTER CONTACT/LEGAL ROW === */
#footer [data-row="contact-legal"] {
  background: linear-gradient(135deg, #1a1a2e 0%, #0a0a0f 100%) !important;
  border-top: 2px solid #0066FF !important;
  padding: 32px 0 !important;
}

#footer [data-row="contact-legal"] p,
#footer [data-row="contact-legal"] .ct-container p {
  color: #e2e8f0 !important;
}

#footer [data-row="contact-legal"] a {
  color: #00FF66 !important;
}

#footer [data-row="contact-legal"] p[style*="color:#94a3b8"],
#footer [data-row="contact-legal"] p[style*="color:#6b7280"] {
  color: #94a3b8 !important;
}

#footer [data-row="contact-legal"] p[style*="color:#fff"] {
  color: #fff !important;
}

/* === FOOTER MEDICAL DISCLAIMER (LARGE, HIGHLIGHTED) === */
#footer [data-row="disclaimer"],
#footer .footer-medical-disclaimer {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
  border-top: 3px solid #FF6600 !important;
  border-bottom: 3px solid #FF6600 !important;
  padding: 32px 0 !important;
  margin: 0 !important;
}

#footer .footer-disclaimer-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgba(255, 102, 0, 0.12);
  border: 2px solid #FF6600;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 4px 24px rgba(255, 102, 0, 0.2);
}

#footer .footer-disclaimer-icon {
  font-size: 48px;
  line-height: 1;
  flex-shrink: 0;
  opacity: 0.9;
}

#footer .footer-disclaimer-content {
  flex: 1;
}

#footer .footer-disclaimer-title {
  display: block;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px !important;
}

#footer .footer-disclaimer-content p {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #e2e8f0 !important;
  margin: 0 0 14px 0 !important;
}

#footer .footer-disclaimer-content p:last-child {
  margin-bottom: 0 !important;
}

#footer .footer-disclaimer-list {
  margin: 16px 0 14px 0 !important;
  padding-left: 20px !important;
  list-style: disc !important;
}

#footer .footer-disclaimer-list li {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #e2e8f0 !important;
  margin-bottom: 10px !important;
}

#footer .footer-disclaimer-list li:last-child {
  margin-bottom: 0 !important;
}

#footer .footer-disclaimer-content strong {
  color: #fff !important;
}

/* === FOOTER BOTTOM ROW === */
#footer [data-row="bottom"] {
  background: #0a0a0f !important;
  padding: 16px 0 !important;
  border-top: 1px solid #0066FF !important;
}

#footer [data-row="bottom"] p,
#footer .ct-footer-copyright p {
  color: #94a3b8 !important;
  font-size: 12px !important;
  text-align: center !important;
}

/* === SCIENTIFIC REFERENCES SECTION === */
.naucne-reference-section,
.rujukan-saintifik-section {
  background: linear-gradient(135deg, #f0faff 0%, #fff 100%);
  border: 2px solid #0066FF;
  border-left: 4px solid #FF00AA;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 40px 0 32px;
  box-shadow: 0 4px 16px rgba(0,102,255,0.1);
}

.naucne-reference-section h2,
.rujukan-saintifik-section h2 {
  font-size: 20px !important;
  color: #0a0a0f !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #0066FF;
}

.reference-list {
  margin: 0;
  padding-left: 20px;
}

.reference-list li {
  font-size: 13.5px;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-left: 4px;
}

.reference-list li em {
  color: #0066FF;
}

/* Superscript reference links */
sup a {
  color: #0066FF;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  vertical-align: super;
  line-height: 0;
  padding: 0 1px;
  transition: color 0.2s;
}

sup a:hover {
  color: #FF00AA;
  text-decoration: underline;
}

/* === MEDICAL DISCLAIMER === */
.medical-disclaimer {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
  border: 2px solid #FF6600;
  border-left: 4px solid #FF6600;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 0 0 40px;
  box-shadow: 0 4px 16px rgba(255,102,0,0.15);
}

.medical-disclaimer-icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.medical-disclaimer-content strong {
  display: block;
  font-size: 15px;
  color: #92400e;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.medical-disclaimer-content p {
  font-size: 13.5px !important;
  color: #78350f !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  h1.page-title {
    font-size: 20px !important;
  }

  .sticky-middle {
    font-size: 13px !important;
  }

  .xpanel {
    padding: 20px 16px !important;
  }

  a.cta_btn {
    padding: 14px 36px !important;
    font-size: 15px !important;
  }

  #footer .footer-disclaimer-inner {
    flex-direction: column;
    padding: 20px 18px;
  }

  #footer .footer-disclaimer-icon {
    font-size: 36px;
  }

  #footer .footer-disclaimer-title {
    font-size: 17px !important;
  }

  #footer .footer-disclaimer-content p {
    font-size: 14px !important;
  }

  #footer .footer-disclaimer-list li {
    font-size: 13px !important;
  }
}
