.elementor-261 .elementor-element.elementor-element-4302efe{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-3fc131a *//* =====================================
   SUNMED BRAND PAGE
   Theme: #144296
   Scope: .smd-brand
   ===================================== */

.smd-brand{
  --brand:#144296;
  --brand2:#0f3575;
  --ink:#0b1220;
  --muted:#5b677a;
  --line:rgba(20,66,150,.18);
  --soft:rgba(20,66,150,.08);
  --shadow:0 18px 60px rgba(16,24,40,.08);

  background:#fff;
  color:var(--ink);
  padding:60px 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.smd-brand *{ box-sizing:border-box; }

.smd-wrap{
  width:min(1140px, calc(100% - 32px));
  margin:0 auto;
}

/* Buttons */
.smd-btn{
  display:inline-flex;
  align-items:center;
  padding:11px 16px;
  border-radius:10px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  border:1px solid transparent;
  white-space:nowrap;
}

.smd-btn.primary{
  background:var(--brand);
  color:#fff;
}
.smd-btn.primary:hover{ background:var(--brand2); }

.smd-btn.ghost{
  background:#fff;
  color:var(--brand);
  border:1px solid rgba(20,66,150,.35);
}

/* HERO */
.smd-hero{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
}

@media(min-width:960px){
  .smd-hero{ grid-template-columns:1.2fr .8fr; }
}

.smd-badge{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  padding:6px 12px;
  border-radius:999px;
  background:var(--soft);
  color:var(--brand);
  margin-bottom:10px;
}

.smd-sub{
  color:var(--muted);
  max-width:70ch;
  line-height:1.7;
}

.smd-actions{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

.smd-heroCard{
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px;
}

.smd-heroCard ul{
  margin:0 0 10px;
  padding-left:18px;
  color:var(--muted);
}

.smd-note{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}

/* Sections */
.smd-section{ margin-top:36px; }

.smd-head{ margin-bottom:16px; }
.smd-head p{ color:var(--muted); line-height:1.7; }

/* Grid */
.smd-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

@media(min-width:960px){
  .smd-grid{ grid-template-columns:repeat(2,1fr); }
}

.smd-card{
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}

.smd-img{
  position:relative;
  background:var(--soft);
}

.smd-img img{
  width:100%;
  height:auto;
  display:block;
}

.smd-tag{
  position:absolute;
  top:12px;
  left:12px;
  background:var(--brand);
  color:#fff;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
}

.smd-body{ padding:16px; }
.smd-body p{ color:var(--muted); line-height:1.6; }

.smd-cardActions{ margin-top:12px; }

/* Downloads */
.smd-dlGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

@media(min-width:900px){
  .smd-dlGrid{ grid-template-columns:repeat(2,1fr); }
}

.smd-dl{
  border:1px solid var(--line);
  padding:14px;
  border-radius:12px;
  text-decoration:none;
  color:var(--brand);
  font-weight:800;
}

/* CTA */
.smd-cta{ margin-top:40px; }

.smd-ctaCard{
  border:1px solid var(--line);
  border-radius:18px;
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

@media(min-width:960px){
  .smd-ctaCard{
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
  }
}

.smd-ctaBtns{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}/* End custom CSS */