/* SHOOKROON GROUP — boutique-editorial upgrade (shared) */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@500;700;900&display=swap');

.hero h1,
.page-hero h1,
.section-title,
.content-section h2,
.content-section h3,
.cta-section h2,
.prop-title,
.faq-q { font-family: 'Frank Ruhl Libre', serif !important; letter-spacing: -0.3px; }

.hero h1, .page-hero h1, .section-title, .cta-section h2 { font-weight: 700 !important; }

.btn-accent, .btn-primary { box-shadow: 0 12px 30px -10px rgba(26,122,138,0.55); }

#cw-backtop{
  position: fixed; bottom: 22px; left: 22px; z-index: 9999;
  width: 46px; height: 46px; border-radius: 50%;
  background: #1a7a8a; color: #fff; font-size: 20px; line-height: 46px;
  text-align: center; border: none; cursor: pointer;
  box-shadow: 0 12px 30px -10px rgba(26,122,138,0.65);
  opacity: 0; visibility: hidden; transform: translateY(12px); transition: .3s;
}
#cw-backtop.show{ opacity: 1; visibility: visible; transform: translateY(0); }
