.elementor-1743 .elementor-element.elementor-element-b95291e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a560a88 */:root {
  --color-primary: #f22283;
  --color-secondary: #1f3d9d;
  --color-rare: #119809;
  --color-text: #222222;
  --color-muted: #555555;
  --color-white: #ffffff;
  --color-light: #f8fbfd;
  --color-border: #e2e8f0;
}

body {
  font-family: inherit;
  color: var(--color-text);
  line-height: 1.7;
  background-color: var(--color-white);
  margin: 0;
  padding: 0;
}

article, .hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

h1, h2, h3, h4 {
  color: var(--color-secondary);
  font-weight: 700;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  line-height: 1.3;
}

h1 { font-size: 2.2rem; margin-top: 0; }
h2 { font-size: 1.8rem; border-bottom: 2px solid var(--color-border); padding-bottom: 8px; }
h3 { font-size: 1.4rem; }
p { margin-bottom: 1.2em; font-size: 1.05rem; }
a { color: var(--color-primary); text-decoration: none; font-weight: 500; }
a:hover { text-decoration: underline; }
ul { margin-bottom: 1.5em; padding-left: 20px; }
li { margin-bottom: 8px; }

/* Hero Section */
.hero { margin-bottom: 40px; }
.post-meta { font-size: 0.9rem; color: var(--color-muted); margin-bottom: 20px; font-style: italic; }
.answer-block {
  background-color: var(--color-light);
  border-left: 5px solid var(--color-primary);
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 0 8px 8px 0;
  margin: 25px 0;
  color: var(--color-secondary);
}

/* Images & Media */
.hero-img-wrap, .img-block {
  margin: 30px 0 10px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.hero-img-wrap img, .img-block img {
  width: 100%;
  height: auto;
  display: block;
}
.img-caption {
  font-size: 0.9rem;
  color: var(--color-muted);
  text-align: center;
  font-style: italic;
  margin-bottom: 30px !important;
}

/* Callouts */
.callout {
  padding: 20px;
  border-radius: 8px;
  margin: 25px 0;
}
.callout-title { font-weight: bold; margin-bottom: 10px; font-size: 1.1rem; }
.callout.green {
  background-color: #eef8ee;
  border: 1px solid var(--color-rare);
  color: var(--color-rare);
}
.callout.yellow {
  background-color: #fdf2f6;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

/* Stats Row */
.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}
.stat-card {
  flex: 1 1 calc(25% - 15px);
  min-width: 140px;
  background: var(--color-light);
  border: 1px solid var(--color-border);
  padding: 20px 15px;
  text-align: center;
  border-radius: 8px;
}
.stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 5px;
}
.stat-label { font-size: 0.9rem; color: var(--color-muted); line-height: 1.4; }

/* Tables */
.effect-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  margin: 25px 0;
  display: block;
  overflow-x: auto;
}
.effect-table th, .effect-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
.effect-table th {
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-weight: 600;
}
.effect-table tr:nth-child(even) { background-color: var(--color-light); }
.pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}
.pill.common { background-color: #e6eaf5; color: var(--color-secondary); }
.pill.rare { background-color: #fdf2f6; color: var(--color-primary); }
.pill.very-rare { background-color: #333333; color: white; }

/* Case Studies */
.case-study {
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 25px;
  margin: 25px 0;
  background-color: var(--color-white);
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.case-study-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.avatar {
  width: 50px;
  height: 50px;
  background-color: var(--color-secondary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.case-study-header h4 { margin: 0; color: var(--color-primary); }
.case-study-meta { font-size: 0.85rem; color: var(--color-muted); }
.case-study blockquote {
  font-style: italic;
  color: var(--color-secondary);
  border-left: 4px solid var(--color-primary);
  padding-left: 15px;
  margin: 20px 0;
  background: var(--color-light);
  padding: 15px;
  border-radius: 0 8px 8px 0;
}

/* Video */
.video-wrap { margin: 40px 0; }
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-label { font-weight: bold; margin-bottom: 10px; text-align: center; color: var(--color-secondary); }

/* CTA Block */
.cta-block {
  background-color: var(--color-secondary);
  color: white;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  margin: 40px 0;
}
.cta-block h3 { color: white !important; margin-top: 0 !important; }
.cta-block p { color: #e2e8f0; }
.btn-white {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  background-color: var(--color-white);
  color: var(--color-secondary) !important;
  margin: 10px 5px;
}
.btn-green {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  background-color: var(--color-rare);
  color: var(--color-white) !important;
  margin: 10px 5px;
}
.btn-white:hover, .btn-green:hover { opacity: 0.9; }

/* FAQ Accordion */
.faq-section { margin: 30px 0; }
.faq-item {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  background: var(--color-light);
  border: none;
  padding: 18px 20px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-secondary);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}
.faq-question:hover { background: #eef2f9; }
.faq-toggle { font-size: 1.5rem; color: var(--color-primary); transition: transform 0.3s ease; }
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  background: var(--color-white);
}
.faq-item.open .faq-answer { padding: 20px; max-height: 1000px; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }

/* Disclaimer & Related Posts */
.disclaimer {
  padding: 20px;
  border-radius: 8px;
  margin: 25px 0;
  background-color: #fff9ed;
  border: 1px solid #ffd599;
  font-size: 0.95rem;
  color: #664d00;
}
.related-posts { margin: 40px 0; }
.related-post-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 15px;
  transition: border-color 0.3s;
}
.related-post-item:hover { border-color: var(--color-primary); text-decoration: none !important; }
.arrow { color: var(--color-primary); font-weight: bold; }
.rp-title { display: block; font-weight: 700; color: var(--color-secondary); margin-bottom: 5px; }
.rp-desc { display: block; font-size: 0.95rem; color: var(--color-muted); }

/* Social Share & Footer */
.social-share { margin: 40px 0; padding-top: 20px; border-top: 2px solid var(--color-border); text-align: center; }
.social-share p { font-weight: bold; color: var(--color-secondary); margin-bottom: 15px; }
.share-btn { display: inline-block; padding: 8px 15px; border-radius: 5px; color: white !important; font-size: 0.9rem; margin: 5px; font-weight: 500; }
.share-fb { background: #1877F2; }
.share-tw { background: #1DA1F2; }
.share-li { background: #0A66C2; }
.share-wa { background: #25D366; }
.share-pi { background: #E60023; }

.footer-logo { display: block; margin: 40px auto 15px auto; }
.footer-social { display: flex; justify-content: center; gap: 15px; margin-top: 20px; flex-wrap: wrap; }
.footer-social a { padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; background: var(--color-light); color: var(--color-secondary); border: 1px solid var(--color-border); }
.footer-social a:hover { background: var(--color-primary); color: white; border-color: var(--color-primary); }

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .stat-card { flex: 1 1 100%; }
  .cta-block { padding: 30px 20px; }
  .btn-white, .btn-green { width: 100%; justify-content: center; margin: 10px 0; }
}/* End custom CSS */