.elementor-9 .elementor-element.elementor-element-90751a3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6ffcc5d *//* style.css */
:root{
  --bg:#ffffff;
  --ink:#0b1220;
  --muted:#475569;
  --line:rgba(15,23,42,.10);
  --soft:#f6f7f9;

  /* MFZ vibe (maroon + copper) */
  --brand:#8b1f1f;      /* maroon */
  --brand2:#b3532a;     /* copper */
  --brand3:#2b2b2b;     /* dark */
  --shadow: 0 30px 90px rgba(2,6,23,.14);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(1000px 500px at 20% 10%, rgba(139,31,31,.10), transparent 60%),
    radial-gradient(900px 500px at 90% 20%, rgba(179,83,42,.10), transparent 60%),
    linear-gradient(180deg, #fff, #fff);
}

/* =========================
   TOP LOOPING BAR (TICKER)
========================= */
.toploop{
  position:sticky;
  top:0;
  z-index:20;
  background: linear-gradient(90deg, var(--brand), var(--brand2));
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,.20);
  overflow:hidden;
}

.toploop__track{
  display:flex;
  width:max-content;
  will-change: transform;
  animation: ticker 20s linear infinite;
}

.toploop__group{
  display:flex;
  gap:14px;
  padding: 10px 18px;
  font-weight:800;
  letter-spacing:.2px;
  text-transform:uppercase;
  font-size:12px;
  white-space:nowrap;
}

@keyframes ticker{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* =========================
   LAYOUT
========================= */
.shell{
  min-height: calc(100vh - 42px);
  display:grid;
  place-items:center;
  padding: 28px 16px 40px;
}

.card{
  width:min(980px, 100%);
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow:hidden;
}

.brand{
  display:flex;
  align-items:center;
  gap:16px;
  padding: 20px 22px;
  background:
    linear-gradient(135deg, rgba(139,31,31,.10), rgba(179,83,42,.06));
  border-bottom: 1px solid var(--line);
}

.brand__logo{
  width: 92px;
  height: auto;
  object-fit:contain;
  background:#fff;
  padding:10px;
  border-radius: 14px;
  border: 1px solid rgba(139,31,31,.18);
}

.brand__kicker{
  margin:0;
  font-weight:900;
  letter-spacing:.2px;
}

.brand__small{
  margin:4px 0 0;
  color:var(--muted);
  font-weight:600;
  font-size:13px;
}

.content{
  padding: 26px 22px 18px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(139,31,31,.10);
  border: 1px solid rgba(139,31,31,.22);
  color: var(--brand);
  font-weight:900;
  letter-spacing:1px;
  font-size:12px;
}

.title{
  margin: 14px 0 10px;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.6px;
}

.sub{
  margin:0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  max-width: 70ch;
}

.actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top: 18px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight:900;
  text-decoration:none;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.btn:active{ transform: translateY(1px); }

.btn--primary{
  background: linear-gradient(90deg, var(--brand), var(--brand2));
  color:#fff;
  box-shadow: 0 18px 40px rgba(139,31,31,.20);
}
.btn--primary:hover{
  box-shadow: 0 22px 55px rgba(139,31,31,.26);
  transform: translateY(-1px);
}

.btn--ghost{
  background:#fff;
  color: var(--brand);
  border-color: rgba(139,31,31,.28);
}
.btn--ghost:hover{
  background: rgba(139,31,31,.06);
}

.divider{
  height:1px;
  background: var(--line);
  margin: 18px 0;
}

.grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.info{
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 14px;
}

.info h3{
  margin:0 0 8px;
  font-size: 14px;
  letter-spacing:.2px;
}

.info p{
  margin:0 0 8px;
  color: var(--muted);
  font-weight:600;
  font-size: 14px;
  line-height: 1.55;
}

.info a{
  color: var(--brand);
  text-decoration:none;
  font-weight:900;
}
.info a:hover{ text-decoration: underline; }

.foot{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:center;
  margin-top: 16px;
  padding-top: 12px;
  color: var(--muted);
  font-weight:700;
  border-top: 1px dashed rgba(139,31,31,.25);
}

.dot{
  width:10px; height:10px;
  border-radius:50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(139,31,31,.15);
}

.sep{ opacity:.55; }

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 760px){
  .brand{ padding: 16px; }
  .brand__logo{ width: 76px; }
  .content{ padding: 18px 16px 16px; }
  .grid{ grid-template-columns: 1fr; }
  .toploop__track{ animation-duration: 16s; }
}/* End custom CSS */