.elementor-7729 .elementor-element.elementor-element-4453cad{--display:flex;--margin-top:-86px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-646706b *//* ============================
   Base + smooth scrolling
============================ */
.one-percent-article * { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 185px;   /* offset for sticky header */
}
@media (max-width: 900px){
  html { scroll-padding-top: 120px; }
}

/* Accessible focus */
.one-percent-article a:focus-visible,
.one-percent-article button:focus-visible {
  outline: 3px solid rgba(176,134,47,.35);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ============================
   Typography
============================ */
.one-percent-article h2,
#footer-cta h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #222;
}

.one-percent-article p,
.one-percent-article li,
.one-percent-article figcaption {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

#footer-cta p {
  font-size: 20px;
  color: #555;
}

/* ============================
   Section layout
============================ */
.one-percent-article{
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

/* ============================
   Buttons
============================ */
.one-percent-article .gold-btn,
.one-percent-article .dark-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  color: #fff !important;
  transition: background-color .2s ease, box-shadow .2s ease, transform .05s ease;
  cursor: pointer;
  outline: 0;
  will-change: transform;
}
.one-percent-article .gold-btn { background-color: #b0862f; }
.one-percent-article .gold-btn:hover,
.one-percent-article .gold-btn:focus {
  background-color: #313854;
  box-shadow: 0 0 0 3px rgba(49,56,84,.18);
}
.one-percent-article .dark-btn { background-color: #313854; }
.one-percent-article .dark-btn:hover,
.one-percent-article .dark-btn:focus {
  background-color: #b0862f;
  box-shadow: 0 0 0 3px rgba(176,134,47,.18);
}
.one-percent-article .gold-btn:active,
.one-percent-article .dark-btn:active { transform: scale(.98); }

.one-percent-article .btn-group{
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.one-percent-article .btn-group a{ margin-bottom: 10px; }

/* ============================
   Lists + gold bullets
============================ */
.one-percent-article ul,
.one-percent-article ol { margin: 0 0 24px; padding-left: 20px; }
.one-percent-article li { margin: 8px 0; }

.one-percent-article.vp-highlight ul{
  list-style: none;
  padding-left: 0;
  margin: 0 0 24px;
}
.one-percent-article.vp-highlight ul li{
  position: relative;
  margin: 8px 0;
  padding-left: 28px;
}
.one-percent-article.vp-highlight ul li::before{
  content: '';
  position: absolute;
  left: 6px;
  top: 0.75em;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b0862f;
}

/* ============================
   “On This Page” mini ToC
============================ */
.on-this-page{
  margin: 36px auto 0;
  padding: 12px 16px;
  background: #f7f7f7;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
}
.on-this-page strong { display: inline-block; margin-right: 8px; }
.on-this-page a{
  text-decoration: none;
  color: #313854;
  margin-right: 12px;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 6px;
}
.on-this-page a:hover{ text-decoration: underline; }

/* ============================
   Hero & Support Figures
============================ */
.hero-figure,
.support-figure{
  text-align: center;
  margin: 16px auto 26px;
}
.hero-figure img,
.support-figure img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 880px;              /* hero wider than support */
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,.35);
}
.support-figure img{
  max-width: 720px;              /* slightly narrower than hero */
}
.hero-figure figcaption,
.support-figure figcaption{
  margin-top: 10px;
  color: #555;
  font-size: 16px;
}

/* --- Anti-stretch patch --- */
.hero-figure img,
.support-figure img{
  height: auto !important;
  width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}
.elementor .hero-figure img,
.elementor .support-figure img{
  height: auto !important;
}
.hero-figure,
.support-figure{
  overflow: hidden;
  height: auto !important;
}

/* ============================
   FAQ
============================ */
.faq-section{ margin-top: 40px; }
.faq{
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
}
.faq:last-child{ border-bottom: none; }
.faq h3{
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}
.faq p{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

/* ============================
   Footer CTA
============================ */
#footer-cta .btn-group { margin-top: 8px; }

/* ============================
   Responsive (mobile)
============================ */
@media (max-width: 768px){
  .hero-figure,
  .support-figure{
    max-width: 92vw;
    margin: 16px auto 10px;
  }
  .hero-figure img,
  .support-figure img{
    max-width: 92vw;
    border-radius: 16px;
    box-shadow: 0 3px 14px rgba(0,0,0,.35);
  }
  .hero-figure figcaption,
  .support-figure figcaption{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}/* End custom CSS */