.elementor-4193 .elementor-element.elementor-element-fb78a8a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c06a623 */.mpx-firestick-guide{
  max-width: 1000px;
  margin: 0 auto;
  color: #111;
  font-family: "Inter", sans-serif;
  line-height: 1.7;
}

/* HERO */
.fire-hero{
  background: radial-gradient(circle at top left, #0E0C1B 0%, #111 60%);
  color: #fff;
  border-radius: 16px;
  padding: 60px 28px;
  text-align: center;
  box-shadow: 0 0 40px rgba(249,8,66,0.25);
}
.fire-tag{
  background: #F90842;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: bold;
  color: #fff;
}
.fire-hero h1{
  font-size: clamp(28px, 3.4vw, 40px);
  margin: 14px 0 10px;
  color: #fff;
}
.fire-btn-main{
  display: inline-block;
  background: #F90842;
  color: #fff;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 800;
  margin-top: 12px;
  box-shadow: 0 8px 22px rgba(249,8,66,.3);
  transition: all .2s;
}
.fire-btn-main:hover{background:#d10735;transform:translateY(-2px)}

/* Sections */
.fire-section{
  background: #fff;
  border:1px solid #eee;
  border-radius: 14px;
  padding: 24px;
  margin: 22px 0;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}
.fire-section h2{color:#0E0C1B;margin-bottom:10px}
.fire-bullets{list-style:none;padding:0;margin:0}
.fire-bullets li{margin:6px 0}
.fire-bullets li::before{content:"🔥 ";color:#F90842}

/* Steps */
.fire-steps{counter-reset:step;list-style:none;padding:0;margin:12px 0}
.fire-steps li{position:relative;padding-left:44px;margin:12px 0}
.fire-steps li::before{
  counter-increment:step;content:counter(step);
  position:absolute;left:0;top:0;width:28px;height:28px;
  border-radius:50%;background:#F90842;color:#fff;
  display:grid;place-items:center;font-weight:700;
}

/* Inline CTA */
.fire-inline-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.fire-btn-secondary{
  display:inline-block;
  background:#fff;
  border:2px solid #F90842;
  color:#F90842;
  padding:12px 20px;
  border-radius:10px;
  font-weight:800;
}
.fire-btn-secondary:hover{background:#F90842;color:#fff}

/* Table */
.fire-table{width:100%;border-collapse:collapse;margin-top:14px}
.fire-table th, .fire-table td{
  border:1px solid #eee;padding:10px;text-align:left
}
.fire-table th{background:#f7f7f9;color:#111;font-weight:700}

/* Support */
.fire-support{text-align:center;padding:30px 16px;margin-top:30px}
.fire-support h2{color:#0E0C1B;margin-bottom:6px}/* End custom CSS */