.elementor-226 .elementor-element.elementor-element-b58850b{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-6ff5e9a *//* =========================================
   Fresenius Kabi Page: CATSmart + CATS Disposables
   Theme: #144296
   Scope: .eh-fk
   Mobile-friendly | Elementor-friendly | No JS
   ========================================= */

.eh-fk{
  --brand:#144296;
  --brand2:#0f3575;
  --ink:#0b1220;
  --muted:#5b677a;
  --line:rgba(20,66,150,.14);
  --soft:rgba(20,66,150,.08);
  --shadow: 0 18px 60px rgba(16,24,40,.08);

  background:#fff;
  color:var(--ink);
  padding:56px 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.eh-fk *{ box-sizing:border-box; }

.ehfk-wrap{
  width:min(1160px, calc(100% - 32px));
  margin:0 auto;
}

/* HERO */
.ehfk-hero{
  display:grid;
  grid-template-columns: 1fr;
  gap:18px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:
    radial-gradient(900px 260px at 18% 0%, rgba(20,66,150,.14), transparent 55%),
    radial-gradient(700px 240px at 85% 30%, rgba(20,66,150,.10), transparent 55%),
    #fff;
  box-shadow:var(--shadow);
}

@media(min-width:980px){
  .ehfk-hero{
    grid-template-columns: 1.15fr .85fr;
    padding:28px;
    gap:22px;
  }
}

.ehfk-kicker{
  margin:0 0 10px;
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:var(--soft);
  border:1px solid var(--line);
  color:var(--brand);
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:12px;
}

.ehfk-title{
  margin:0 0 10px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height:1.12;
  letter-spacing:-.02em;
}

.ehfk-sub{
  margin:0 0 16px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
  max-width:62ch;
}

.ehfk-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:12px 0 12px;
}

/* Buttons */
.ehfk-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  border:1px solid transparent;
  text-decoration:none;
  font-weight:950;
  font-size:14px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  user-select:none;
}

.ehfk-btn:active{ transform: translateY(1px); }

.ehfk-btn--primary{
  background:var(--brand);
  color:#fff;
  box-shadow:0 14px 26px rgba(20,66,150,.22);
}
.ehfk-btn--primary:hover{
  background:var(--brand2);
  box-shadow:0 18px 36px rgba(20,66,150,.28);
}

.ehfk-btn--ghost{
  background:#fff;
  color:var(--brand);
  border-color: rgba(20,66,150,.28);
}
.ehfk-btn--ghost:hover{
  background: rgba(20,66,150,.06);
  border-color: rgba(20,66,150,.38);
}

.ehfk-btn--download{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:#fff;
  box-shadow: 0 12px 24px rgba(20,66,150,.22);
}

.ehfk-btn--wide{ width:100%; }

/* Pills */
.ehfk-pillRow{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:8px;
}

.ehfk-pill{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.75);
  color: var(--ink);
  font-weight:950;
  font-size:12px;
}

/* Hero Card */
.ehfk-heroCard{
  border-radius:16px;
  padding:16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.88);
}

.ehfk-heroCard h3{
  margin:0 0 10px;
  font-size:16px;
  letter-spacing:-.01em;
}

.ehfk-heroCard ul{
  margin:0 0 14px;
  padding-left:18px;
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
}

.ehfk-miniCTA{
  display:grid;
  gap:10px;
  margin: 10px 0 0;
}

.ehfk-note{
  margin:12px 0 0;
  padding:10px 12px;
  border-radius:12px;
  border:1px dashed rgba(20,66,150,.25);
  background: rgba(20,66,150,.06);
  color: var(--brand);
  font-weight:950;
  font-size:13px;
}

/* Summary */
.ehfk-summary{ margin-top:18px; }

.ehfk-summaryCard{
  border:1px solid var(--line);
  border-radius:18px;
  padding:20px;
  background:#fff;
  box-shadow: 0 14px 40px rgba(16,24,40,.06);
}

.ehfk-summaryCard h2{
  margin:0 0 10px;
  font-size:22px;
  letter-spacing:-.02em;
  color: var(--brand);
}

.ehfk-summaryCard p{
  margin:0;
  color: var(--muted);
  line-height:1.75;
}

/* Section head */
.ehfk-block{ margin-top:26px; }

.ehfk-head{ margin-bottom:12px; }

.ehfk-head h2{
  margin:0 0 8px;
  font-size:22px;
  color: var(--ink);
  letter-spacing:-.02em;
}

.ehfk-head p{
  margin:0;
  color: var(--muted);
  line-height:1.7;
  max-width:80ch;
}

/* Product grid */
.ehfk-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
}

@media(min-width:860px){
  .ehfk-grid{
    grid-template-columns: repeat(2, 1fr);
    gap:16px;
  }
}

.ehfk-card{
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow: 0 14px 40px rgba(16,24,40,.06);
  transition: transform .15s ease, box-shadow .15s ease;
}

.ehfk-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 60px rgba(16,24,40,.09);
}

.ehfk-media{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  background: rgba(20,66,150,.06);
}

.ehfk-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ehfk-tag{
  position:absolute;
  top:12px;
  left:12px;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(20,66,150,.92);
  color:#fff;
  font-weight:950;
  font-size:12px;
  letter-spacing:.04em;
  box-shadow: 0 10px 22px rgba(20,66,150,.25);
}

.ehfk-body{ padding:16px; }

.ehfk-body h3{
  margin:0 0 8px;
  font-size:18px;
  letter-spacing:-.02em;
}

.ehfk-desc{
  margin:0 0 12px;
  color: var(--muted);
  line-height:1.65;
  font-size:14px;
}

.ehfk-miniTitle{
  margin: 10px 0 8px;
  font-weight:950;
  color: var(--brand);
  font-size:13px;
  letter-spacing:.02em;
  text-transform: uppercase;
}

.ehfk-bullets{
  margin:0 0 12px;
  padding-left:18px;
  color: var(--muted);
  line-height:1.7;
  font-size:14px;
}

.ehfk-ctaRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}

/* Downloads grid */
.ehfk-dlGrid{
  display:grid;
  grid-template-columns: 1fr;
  gap:12px;
}

@media(min-width:860px){
  .ehfk-dlGrid{
    grid-template-columns: repeat(3, 1fr);
  }
}

.ehfk-dlCard{
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  background:#fff;
  text-decoration:none;
  box-shadow: 0 14px 40px rgba(16,24,40,.06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.ehfk-dlCard:hover{
  transform: translateY(-2px);
  border-color: rgba(20,66,150,.32);
  box-shadow: 0 18px 60px rgba(16,24,40,.08);
}

.ehfk-dlTop{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:6px;
}

.ehfk-dlIcon{
  width:40px;
  height:40px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(20,66,150,.10);
  border:1px solid rgba(20,66,150,.18);
  color: var(--brand);
  font-weight:950;
  font-size:12px;
}

.ehfk-dlTitle{
  font-weight:950;
  color: var(--ink);
  letter-spacing:-.01em;
}

.ehfk-dlSub{
  color: var(--muted);
  font-size:13px;
  line-height:1.6;
}

/* Contact */
.ehfk-contact{ margin-top:28px; }

.ehfk-contactCard{
  border-radius:18px;
  border:1px solid var(--line);
  padding:18px;
  background:
    radial-gradient(900px 260px at 10% 10%, rgba(20,66,150,.14), transparent 60%),
    #fff;
  box-shadow: var(--shadow);
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
}

@media(min-width:980px){
  .ehfk-contactCard{
    grid-template-columns: 1.2fr .8fr;
    align-items:center;
    gap:18px;
  }
}

.ehfk-contactL h2{
  margin:0 0 8px;
  font-size:22px;
  letter-spacing:-.02em;
}

.ehfk-contactL p{
  margin:0;
  color: var(--muted);
  line-height:1.75;
}

.ehfk-contactR{
  display:grid;
  gap:10px;
}/* End custom CSS */