.medima-page--home{
  --blue:#061525;
  --dark:#020912;
  --red:#e30000;
  --white:#fff;
  --mist:#f6f8fb;
  --text:#102033;
  --muted:#667085;
  --line:rgba(6,21,37,.10);
  --shadow:0 24px 70px rgba(6,21,37,.12);
  --font:Montserrat,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.medima-page--home,
.medima-page--home *{box-sizing:border-box;margin:0;padding:0}
.medima-page--home{scroll-behavior:smooth}
.medima-page--home{
  font-family:var(--font);
  color:var(--text);
  background:#fff;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
.medima-page--home a{text-decoration:none;color:inherit}
.medima-page--home img,
.medima-page--home svg{max-width:100%;display:block}
.medima-page--home .wrap{width:min(1180px,calc(100% - 44px));margin:0 auto}
.medima-page--home .reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease,transform .7s ease;
}
.medima-page--home .reveal.is-visible{opacity:1;transform:translateY(0)}
.medima-page--home .top-note{
  background:#061525;
  color:rgba(255,255,255,.78);
  font-size:13px;
  text-align:center;
  padding:10px 20px;
}
.medima-page--home .top-note strong{color:#fff}
.medima-page--home .nav{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.medima-page--home .nav-inner{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.medima-page--home .brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--blue);
  font-weight:800;
  letter-spacing:.02em;
}
.medima-page--home .brand-mark{
  width:42px;
  height:42px;
  border-radius:14px;
  background:var(--blue);
  position:relative;
}
.medima-page--home .brand-mark::after{
  content:"";
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--red);
  position:absolute;
  right:8px;
  bottom:8px;
}
.medima-page--home .nav-links{
  display:flex;
  align-items:center;
  gap:22px;
  color:#526070;
  font-size:14px;
}
.medima-page--home .nav-links a:hover{color:var(--blue)}
.medima-page--home .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  border:1px solid transparent;
  padding:14px 24px;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:.22s ease;
  white-space:nowrap;
}
.medima-page--home .btn:hover{transform:translateY(-2px)}
.medima-page--home .btn-red{
  background:var(--red);
  color:white;
  box-shadow:0 16px 35px rgba(227,0,0,.20);
}
.medima-page--home .btn-white{
  background:white;
  color:var(--blue);
  border-color:rgba(255,255,255,.35);
}
.medima-page--home .btn-outline{
  background:white;
  color:var(--blue);
  border-color:rgba(6,21,37,.18);
}
.medima-page--home section{padding:94px 0}
.medima-page--home .section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:42px;
}
.medima-page--home .label{
  display:block;
  color:var(--red);
  font-weight:800;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:13px;
}
.medima-page--home h1{
  font-size:clamp(42px,5.4vw,68px);
  line-height:1.04;
  letter-spacing:-.055em;
  max-width:720px;
}
.medima-page--home h2{
  color:var(--blue);
  font-size:clamp(32px,3.4vw,46px);
  line-height:1.12;
  letter-spacing:-.04em;
}
.medima-page--home .section-desc{
  max-width:520px;
  color:var(--muted);
  line-height:1.75;
  font-size:15.5px;
}
.medima-page--home .hero{
  position:relative;
  background:linear-gradient(135deg,#061525 0%,#020b14 100%);
  color:white;
  overflow:hidden;
}
.medima-page--home .hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 18%,rgba(227,0,0,.15),transparent 28%),
    radial-gradient(circle at 16% 70%,rgba(255,255,255,.06),transparent 24%),
    linear-gradient(120deg,transparent 0%,rgba(255,255,255,.035) 42%,transparent 56%);
  opacity:.9;
}
.medima-page--home .hero-inner{
  position:relative;
  z-index:2;
  min-height:720px;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:70px;
  align-items:center;
  padding:92px 0 84px;
}
.medima-page--home .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.82);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:24px;
}
.medima-page--home .eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 6px rgba(227,0,0,.18);
}
.medima-page--home .hero .lead{
  margin-top:26px;
  max-width:620px;
  color:rgba(255,255,255,.74);
  font-size:18px;
  line-height:1.75;
}
.medima-page--home .hero-actions{
  margin-top:36px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.medima-page--home .hero-proof{
  margin-top:34px;
  max-width:580px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  padding:24px;
  backdrop-filter:blur(10px);
}
.medima-page--home .hero-proof strong{
  display:block;
  color:white;
  font-size:16px;
  line-height:1.35;
  margin-bottom:8px;
}
.medima-page--home .hero-proof p{
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.65;
  margin-bottom:18px;
}
.medima-page--home .proof-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.medima-page--home .proof-pill{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.11);
  color:rgba(255,255,255,.80);
  border-radius:18px;
  padding:13px 14px;
  font-size:12.5px;
  line-height:1.35;
}
.medima-page--home .proof-pill b{color:white}
.medima-page--home .visual-card{
  min-height:500px;
  border-radius:38px;
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035)),rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 44px 110px rgba(0,0,0,.34);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  position:relative;
}
.medima-page--home .visual-placeholder{
  position:relative;
  z-index:2;
  aspect-ratio:1/1;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:rgba(255,255,255,.72);
}
.medima-page--home .placeholder-icon{
  width:74px;
  height:74px;
  border-radius:24px;
  background:white;
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  font-weight:800;
}
.medima-page--home .floating-proof{
  position:absolute;
  left:-34px;
  bottom:36px;
  background:white;
  color:var(--blue);
  border-radius:24px;
  padding:20px 22px;
  width:310px;
  box-shadow:var(--shadow);
}
.medima-page--home .hero-visual{position:relative}
.medima-page--home .floating-proof small{
  display:block;
  color:var(--muted);
  margin-bottom:8px;
  font-size:12px;
}
.medima-page--home .floating-proof strong{line-height:1.4}
.medima-page--home .video-section{background:var(--mist)}
.medima-page--home .video-frame{
  border-radius:34px;
  overflow:hidden;
  aspect-ratio:16/9;
  background:var(--blue);
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.medima-page--home .video-frame iframe,
.medima-page--home .video-frame video{
  width:100%;
  height:100%;
  border:0;
}
.medima-page--home .video-caption{
  margin-top:18px;
  color:var(--muted);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  font-size:14px;
}
.medima-page--home .dark-section,
.medima-page--home .sprintray,
.medima-page--home .cta{
  background:linear-gradient(135deg,#030d18 0%,#061525 52%,#020912 100%);
  color:white;
  position:relative;
  overflow:hidden;
}
.medima-page--home .dark-section::before,
.medima-page--home .sprintray::before,
.medima-page--home .cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 16%,rgba(227,0,0,.13),transparent 24%),
    radial-gradient(circle at 12% 78%,rgba(255,255,255,.05),transparent 28%),
    radial-gradient(circle at 54% 48%,rgba(255,255,255,.025),transparent 38%);
  opacity:.56;
  pointer-events:none;
}
.medima-page--home .dark-section .wrap,
.medima-page--home .sprintray .wrap,
.medima-page--home .cta .wrap{
  position:relative;
  z-index:3;
}
.medima-page--home .dark-section h2,
.medima-page--home .sprintray h2,
.medima-page--home .cta h2{color:white}
.medima-page--home .dark-section .section-desc,
.medima-page--home .sprintray .section-desc,
.medima-page--home .cta .section-desc{color:rgba(255,255,255,.72)}
.medima-page--home .system-clean-inner{
  border-radius:40px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.035);
  box-shadow:0 34px 90px rgba(0,0,0,.18);
  padding:48px;
}
.medima-page--home .system-clean-head{
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:44px;
  align-items:end;
  padding-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.medima-page--home .system-clean-head p{
  color:rgba(255,255,255,.70);
  line-height:1.75;
  font-size:15.5px;
}
.medima-page--home .system-clean-main{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:44px;
  align-items:center;
  padding:44px 0;
}
.medima-page--home .system-clean-copy h3{
  color:white;
  font-size:30px;
  line-height:1.22;
  letter-spacing:-.035em;
  margin-bottom:16px;
}
.medima-page--home .system-clean-copy p{
  color:rgba(255,255,255,.68);
  line-height:1.75;
  font-size:15px;
}
.medima-page--home .system-clean-flow{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:14px;
  align-items:stretch;
}
.medima-page--home .flow-item{
  min-height:210px;
  border-radius:26px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.12);
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.medima-page--home .flow-item.accent{
  background:linear-gradient(145deg,rgba(227,0,0,.18),rgba(255,255,255,.055));
  border-color:rgba(227,0,0,.36);
}
.medima-page--home .flow-item span{
  color:#ff4b4b;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.medima-page--home .flow-item strong{
  display:block;
  color:white;
  font-size:21px;
  line-height:1.25;
  margin:20px 0 10px;
}
.medima-page--home .flow-item p{
  color:rgba(255,255,255,.66);
  line-height:1.55;
  font-size:13.5px;
}
.medima-page--home .flow-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.42);
  font-size:24px;
  font-weight:900;
}
.medima-page--home .system-clean-line{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:1px;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.10);
}
.medima-page--home .system-clean-line div{
  background:rgba(255,255,255,.055);
  padding:22px 18px;
  min-height:128px;
}
.medima-page--home .system-clean-line span{
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--red);
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:900;
  margin-bottom:14px;
}
.medima-page--home .system-clean-line strong{
  display:block;
  color:white;
  font-size:14px;
  margin-bottom:6px;
}
.medima-page--home .system-clean-line small{
  display:block;
  color:rgba(255,255,255,.56);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.medima-page--home .system-clean-note{
  margin-top:32px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.medima-page--home .system-clean-note p{
  max-width:720px;
  color:rgba(255,255,255,.68);
  line-height:1.7;
  font-size:14.5px;
}
.medima-page--home .bridge{background:white}
.medima-page--home .bridge-card{
  border-radius:34px;
  border:1px solid var(--line);
  background:radial-gradient(circle at 86% 22%,rgba(227,0,0,.08),transparent 26%),linear-gradient(145deg,#fff,#f7f9fb);
  padding:48px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:54px;
  align-items:center;
  box-shadow:var(--shadow);
}
.medima-page--home .bridge-card h2{margin-bottom:18px}
.medima-page--home .bridge-card p{
  color:var(--muted);
  line-height:1.75;
  font-size:16px;
}
.medima-page--home .bridge-points{display:grid;gap:14px}
.medima-page--home .bridge-point{
  background:white;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px 20px;
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.medima-page--home .bridge-point b{color:var(--blue)}
.medima-page--home .bridge-point span{
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
.medima-page--home .check{
  width:22px;
  height:22px;
  flex:none;
  border-radius:50%;
  background:rgba(227,0,0,.09);
  color:var(--red);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  margin-top:1px;
}
.medima-page--home .benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:30px;
  overflow:hidden;
  background:var(--line);
  gap:1px;
}
.medima-page--home .benefit-card{
  background:white;
  padding:34px 28px;
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.medima-page--home .num{
  font-size:13px;
  color:var(--red);
  font-weight:800;
}
.medima-page--home .benefit-card h3{
  color:var(--blue);
  font-size:18px;
  line-height:1.42;
}
.medima-page--home .medit-section{background:var(--mist)}
.medima-page--home .split{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:70px;
  align-items:center;
}
.medima-page--home .media-box{
  border-radius:34px;
  background:linear-gradient(145deg,#eef3f7,#fff);
  border:1px solid var(--line);
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px;
  color:var(--muted);
  text-align:center;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.medima-page--home .media-box iframe,
.medima-page--home .media-box video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.medima-page--home .product-title{
  color:var(--blue);
  font-size:clamp(36px,4vw,52px);
  line-height:1.1;
  letter-spacing:-.05em;
  margin-bottom:20px;
}
.medima-page--home .text p{
  color:#425466;
  line-height:1.75;
  font-size:16px;
  margin-bottom:28px;
}
.medima-page--home .check-list{
  list-style:none;
  display:grid;
  gap:14px;
  margin-bottom:32px;
}
.medima-page--home .check-list li{
  display:flex;
  gap:12px;
  line-height:1.55;
  color:#26384d;
  font-size:15px;
}
.medima-page--home .medit-models-block{
  margin-top:86px;
}
.medima-page--home .medit-model-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  grid-auto-rows:auto;
  gap:16px;
}
.medima-page--home .model-product-card{
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  padding:26px;
  box-shadow:0 18px 52px rgba(6,21,37,.07);
  min-height:360px;
  display:grid;
  grid-template-rows:subgrid;
  grid-row:span 6;
  align-items:stretch;
  transition:.22s ease;
  position:relative;
  overflow:hidden;
}
.medima-page--home .model-product-card::before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(227,0,0,.06);
  right:-80px;
  top:-90px;
}
.medima-page--home .model-product-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
  border-color:rgba(227,0,0,.28);
}
.medima-page--home .model-product-card.featured{
  border-color:rgba(227,0,0,.25);
}
.medima-page--home .model-product-card span{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-self:start;
  width:max-content;
  color:var(--red);
  background:rgba(227,0,0,.08);
  border-radius:999px;
  padding:5px 9px;
  font-size:11px;
  font-weight:800;
  margin:0;
}
.medima-page--home .model-product-card h3{
  position:relative;
  z-index:2;
  color:var(--blue);
  font-size:25px;
  line-height:1.12;
  letter-spacing:-.035em;
  margin:0;
}
.medima-page--home .model-product-card p{
  position:relative;
  z-index:2;
  color:var(--muted);
  line-height:1.6;
  font-size:13.5px;
  margin:0;
}
.medima-page--home .model-mini-visual{
  position:relative;
  z-index:2;
  min-height:96px;
  border-radius:20px;
  background:linear-gradient(145deg,#f4f7fa,#fff);
  border:1px dashed rgba(6,21,37,.13);
  color:#8792a0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:12px;
  line-height:1.4;
  padding:16px;
  margin:0;
}
.medima-page--home .model-card-list{
  position:relative;
  z-index:2;
  list-style:none;
  display:grid;
  gap:8px;
  margin:0;
}
.medima-page--home .model-card-list li{
  color:#344054;
  font-size:13px;
  line-height:1.45;
  display:flex;
  gap:8px;
}
.medima-page--home .model-card-list li::before{
  content:"\2713";
  color:var(--red);
  font-weight:900;
}
.medima-page--home .model-product-card .btn{
  position:relative;
  z-index:2;
  margin:0;
  width:100%;
  padding:12px 16px;
  font-size:13px;
}
.medima-page--home .simple-compare-block{
  margin-top:42px;
}
.medima-page--home .simple-compare-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:20px;
}
.medima-page--home .simple-compare-head h3{
  color:var(--blue);
  font-size:28px;
  line-height:1.2;
  letter-spacing:-.035em;
}
.medima-page--home .simple-compare-head p{
  color:var(--muted);
  max-width:540px;
  line-height:1.7;
  font-size:14.5px;
}
.medima-page--home .simple-table-wrap{
  background:white;
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.medima-page--home .simple-table-scroll{
  overflow-x:auto;
}
.medima-page--home .simple-table{
  width:100%;
  min-width:980px;
  border-collapse:collapse;
}
.medima-page--home .simple-table th,
.medima-page--home .simple-table td{
  border-bottom:1px solid var(--line);
  border-right:1px solid var(--line);
  padding:18px;
  vertical-align:top;
  text-align:left;
  font-size:13.5px;
  line-height:1.5;
}
.medima-page--home .simple-table th:last-child,
.medima-page--home .simple-table td:last-child{border-right:none}
.medima-page--home .simple-table tr:last-child td{border-bottom:none}
.medima-page--home .simple-table thead th{
  background:var(--blue);
  color:white;
  font-size:14px;
  font-weight:800;
}
.medima-page--home .simple-table thead th:first-child{width:170px}
.medima-page--home .simple-table tbody td:first-child{
  background:#f8fafc;
  color:var(--blue);
  font-weight:800;
}
.medima-page--home .simple-table .highlight{
  background:rgba(227,0,0,.045);
}
.medima-page--home .simple-table thead .highlight{
  background:#102a46;
}
.medima-page--home .simple-table strong{color:var(--blue)}
.medima-page--home .simple-table-note{
  padding:24px 26px;
  background:white;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.medima-page--home .simple-table-note p{
  color:#425466;
  line-height:1.65;
  font-size:14.5px;
  max-width:760px;
}
.medima-page--home .simple-table-note strong{color:var(--blue)}
.medima-page--home .sr-stack{display:grid;gap:24px}
.medima-page--home .sr-wide-card{
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(255,255,255,.18);
  padding:44px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
  box-shadow:0 30px 90px rgba(0,0,0,.20);
}
.medima-page--home .sr-wide-card h3{
  color:var(--blue);
  font-size:30px;
  line-height:1.18;
  margin-bottom:14px;
}
.medima-page--home .sr-wide-card p{
  color:#425466;
  line-height:1.7;
  margin-bottom:18px;
}
.medima-page--home .sr-fit{
  display:block;
  color:#26384d;
  background:#f6f8fb;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px 16px;
  line-height:1.55;
  font-size:13.5px;
  margin-bottom:22px;
}
.medima-page--home .sr-fit b{color:var(--blue)}
.medima-page--home .sr-media{
  min-height:280px;
  border-radius:24px;
  background:linear-gradient(145deg,#eef3f7,#ffffff);
  border:1px solid var(--line);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  text-align:center;
  padding:24px;
}
.medima-page--home .sr-media iframe,
.medima-page--home .sr-media video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.medima-page--home .print-grid{
  margin-top:54px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.medima-page--home .print-card{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  overflow:hidden;
}
.medima-page--home .print-thumb{
  height:122px;
  background:radial-gradient(circle at 70% 25%,rgba(227,0,0,.22),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.05));
  border-bottom:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.70);
  font-size:12px;
  text-align:center;
  padding:16px;
}
.medima-page--home .print-body{padding:24px}
.medima-page--home .print-card span{
  color:#ff4b4b;
  font-weight:800;
  font-size:12px;
  letter-spacing:.08em;
}
.medima-page--home .print-card h3{
  color:white;
  margin:14px 0 8px;
  font-size:19px;
}
.medima-page--home .print-card p{
  color:rgba(255,255,255,.70);
  line-height:1.6;
  font-size:14px;
}
.medima-page--home .roi-section{
  background:linear-gradient(145deg,#fff,#f6f8fb);
  position:relative;
  overflow:hidden;
}
.medima-page--home .roi-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:46px;
  align-items:stretch;
}
.medima-page--home .roi-copy{
  background:white;
  border:1px solid var(--line);
  border-radius:34px;
  padding:42px;
  box-shadow:var(--shadow);
  height:100%;
  display:flex;
  flex-direction:column;
}
.medima-page--home .roi-copy p{
  color:var(--muted);
  line-height:1.75;
  margin-top:18px;
}
.medima-page--home .roi-points{
  display:grid;
  gap:14px;
  margin-top:30px;
}
.medima-page--home .roi-point{
  display:flex;
  gap:14px;
  align-items:flex-start;
  color:#26384d;
  line-height:1.55;
  font-size:15px;
}
.medima-page--home .roi-soft-note{
  margin-top:auto;
  border-top:1px solid var(--line);
  padding-top:24px;
  color:var(--muted);
  line-height:1.65;
  font-size:14px;
}
.medima-page--home .roi-calculator{
  background:linear-gradient(135deg,#0b2038 0%,#061525 100%);
  color:white;
  border-radius:34px;
  padding:34px;
  box-shadow:0 35px 90px rgba(6,21,37,.18);
  height:100%;
}
.medima-page--home .roi-calculator h3{
  font-size:26px;
  line-height:1.2;
  margin-bottom:8px;
}
.medima-page--home .calc-desc{
  color:rgba(255,255,255,.70);
  line-height:1.6;
  font-size:14px;
  margin-bottom:24px;
}
.medima-page--home .calc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.medima-page--home .calc-field{margin-bottom:14px}
.medima-page--home .calc-field label{
  display:block;
  font-size:12px;
  font-weight:800;
  margin-bottom:7px;
  color:rgba(255,255,255,.88);
}
.medima-page--home .calc-field input,
.medima-page--home .calc-field select{
  width:100%;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.09);
  color:white;
  border-radius:16px;
  padding:13px 14px;
  font-family:var(--font);
  font-size:14px;
}
.medima-page--home .calc-field input::placeholder{color:rgba(255,255,255,.45)}
.medima-page--home .calc-field select option{color:var(--text)}
.medima-page--home .calc-field input:focus,
.medima-page--home .calc-field select:focus{
  outline:none;
  border-color:rgba(255,255,255,.55);
  background:rgba(255,255,255,.12);
}
.medima-page--home .calc-results{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.medima-page--home .calc-result{
  background:rgba(255,255,255,.085);
  border:1px solid rgba(255,255,255,.13);
  border-radius:20px;
  padding:18px;
}
.medima-page--home .calc-result small{
  display:block;
  color:rgba(255,255,255,.62);
  line-height:1.4;
  margin-bottom:8px;
}
.medima-page--home .calc-result strong{
  display:block;
  color:white;
  font-size:22px;
  letter-spacing:-.03em;
}
.medima-page--home .calc-note{
  margin-top:18px;
  color:rgba(255,255,255,.60);
  font-size:12px;
  line-height:1.55;
}
.medima-page--home .showroom-section{background:white}
.medima-page--home .showroom-box{
  border-radius:34px;
  background:radial-gradient(circle at 85% 20%,rgba(227,0,0,.08),transparent 26%),linear-gradient(145deg,#f6f8fb,#fff);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
  padding:48px;
}
.medima-page--home .showroom-visual{
  min-height:340px;
  border-radius:28px;
  background:linear-gradient(145deg,#e9eef4,#fff);
  border:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  text-align:center;
  padding:30px;
}
.medima-page--home .showroom-box > .wp-block-group:first-child > p:not(.label){
  color:var(--muted);
  font-size:16px;
  font-weight:400;
  line-height:1.75;
  margin:18px 0 28px;
}
.medima-page--home .why{background:white}
.medima-page--home .why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:30px;
  overflow:hidden;
}
.medima-page--home .why-card{
  background:white;
  padding:32px 26px;
}
.medima-page--home .why-card h3{
  color:var(--blue);
  font-size:20px;
  margin:16px 0 10px;
}
.medima-page--home .why-card p{
  color:var(--muted);
  line-height:1.6;
  font-size:13.5px;
}
.medima-page--home .refs{background:var(--mist)}
.medima-page--home .refs-track{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.medima-page--home .ref-card{
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
}
.medima-page--home .ref-photo{
  height:170px;
  border-radius:22px;
  background:linear-gradient(145deg,#e8eef4,#f7f9fb);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  margin-bottom:22px;
  text-align:center;
}
.medima-page--home .quote{
  color:#26384d;
  line-height:1.65;
  margin-bottom:18px;
}
.medima-page--home .ref-meta{
  font-size:13px;
  color:var(--muted);
}
.medima-page--home .ref-meta strong{
  display:block;
  color:var(--blue);
  margin-bottom:4px;
}
.medima-page--home .fit-section{background:white}
.medima-page--home .fit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.medima-page--home .fit-card{
  background:linear-gradient(145deg,#fff,#f7f9fb);
  border:1px solid var(--line);
  border-radius:34px;
  padding:42px;
  box-shadow:var(--shadow);
}
.medima-page--home .fit-card.dark{
  background:linear-gradient(135deg,#030d18 0%,#061525 52%,#020912 100%);
  color:white;
}
.medima-page--home .fit-card h3{
  color:var(--blue);
  font-size:30px;
  line-height:1.18;
  letter-spacing:-.035em;
  margin-bottom:14px;
}
.medima-page--home .fit-card.dark h3{color:white}
.medima-page--home .fit-card p{
  color:var(--muted);
  line-height:1.7;
  font-size:15px;
  margin-bottom:26px;
}
.medima-page--home .fit-card.dark p{color:rgba(255,255,255,.72)}
.medima-page--home .fit-list{display:grid;gap:14px}
.medima-page--home .fit-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px 0;
  border-top:1px solid rgba(6,21,37,.08);
}
.medima-page--home .fit-card.dark .fit-item{border-top-color:rgba(255,255,255,.12)}
.medima-page--home .fit-item:first-child{border-top:none;padding-top:0}
.medima-page--home .fit-icon{
  width:30px;
  height:30px;
  border-radius:50%;
  flex:none;
  background:rgba(227,0,0,.09);
  color:var(--red);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  margin-top:1px;
}
.medima-page--home .fit-card.dark .fit-icon{
  background:var(--red);
  color:white;
}
.medima-page--home .fit-item strong{
  display:block;
  color:var(--blue);
  font-size:15px;
  margin-bottom:4px;
}
.medima-page--home .fit-card.dark .fit-item strong{color:white}
.medima-page--home .fit-item span{
  color:var(--muted);
  line-height:1.55;
  font-size:14px;
}
.medima-page--home .fit-card.dark .fit-item span{color:rgba(255,255,255,.68)}
.medima-page--home .cta-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
}
.medima-page--home .cta-copy .section-desc{margin-top:24px}
.medima-page--home .trust-simple{
  margin-top:42px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.16);
  max-width:620px;
}
.medima-page--home .trust-simple p{
  color:rgba(255,255,255,.70);
  line-height:1.75;
  font-size:14.5px;
  margin-bottom:12px;
}
.medima-page--home .trust-simple p:last-child{margin-bottom:0}
.medima-page--home .trust-simple strong{color:white}
.medima-page--home .quick-contact{
  margin-top:26px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.medima-page--home .quick-contact a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.86);
  padding:12px 16px;
  font-size:13.5px;
  font-weight:700;
}
.medima-page--home .form-card{
  background:white;
  color:var(--text);
  border-radius:34px;
  padding:38px;
  box-shadow:0 35px 90px rgba(0,0,0,.24);
}
.medima-page--home .form-card h3{
  color:var(--blue);
  font-size:24px;
  margin-bottom:8px;
}
.medima-page--home .form-card > p{
  color:var(--muted);
  line-height:1.55;
  margin-bottom:24px;
  font-size:14px;
}
.medima-page--home .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.medima-page--home .field{margin-bottom:14px}
.medima-page--home .field label{
  display:block;
  color:var(--blue);
  font-size:12.5px;
  font-weight:800;
  margin-bottom:7px;
}
.medima-page--home .field input,
.medima-page--home .field select,
.medima-page--home .field textarea{
  width:100%;
  border:1px solid var(--line);
  background:var(--mist);
  border-radius:16px;
  padding:13px 14px;
  font-family:var(--font);
  font-size:14px;
  color:var(--text);
}
.medima-page--home .field textarea{
  min-height:96px;
  resize:vertical;
}
.medima-page--home .field input:focus,
.medima-page--home .field select:focus,
.medima-page--home .field textarea:focus{
  outline:none;
  background:white;
  border-color:rgba(227,0,0,.38);
}
.medima-page--home .form-note{
  margin-top:16px;
  color:#8a97a2;
  font-size:11.5px;
  line-height:1.5;
}
.medima-page--home footer{
  background:#fff;
  color:var(--muted);
  padding:58px 0 34px;
  border-top:1px solid var(--line);
}
.medima-page--home .footer-top{
  display:grid;
  grid-template-columns:1.25fr .85fr 1fr 1fr;
  gap:42px;
  padding-bottom:34px;
  border-bottom:1px solid var(--line);
}
.medima-page--home .footer-brand{
  color:var(--blue);
  font-weight:800;
  font-size:22px;
  margin-bottom:12px;
}
.medima-page--home .footer-about p{
  color:var(--muted);
  line-height:1.65;
  font-size:14px;
  max-width:340px;
}
.medima-page--home .newsletter-consent{
  margin-top:20px;
  color:#7a8794;
  font-size:12px;
  line-height:1.55;
  max-width:380px;
}
.medima-page--home .footer-col h4{
  color:var(--blue);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:13px;
}
.medima-page--home .footer-col a,
.medima-page--home .footer-col span{
  display:block;
  color:var(--muted);
  margin-bottom:9px;
  font-size:13.5px;
  line-height:1.45;
}
.medima-page--home .footer-col a:hover{color:var(--blue)}
.medima-page--home .company-data span{margin-bottom:7px}
.medima-page--home .social-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}
.medima-page--home .social-link{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:46px;
  height:38px;
  border-radius:999px;
  border:1px solid var(--line);
  background:var(--mist);
  color:var(--blue)!important;
  font-weight:800;
  font-size:13px;
  margin-bottom:0!important;
  transition:.22s ease;
}
.medima-page--home .social-link:hover{
  background:var(--blue);
  color:white!important;
  transform:translateY(-2px);
}
.medima-page--home .footer-bottom{
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  font-size:12.5px;
  color:#7a8794;
}
.medima-page--home .sticky-cta{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:120;
  background:white;
  border-top:1px solid var(--line);
  padding:14px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  box-shadow:0 -14px 50px rgba(6,21,37,.10);
  transform:translateY(110%);
  transition:.3s ease;
}
.medima-page--home .sticky-cta.is-visible{transform:translateY(0)}
.medima-page--home .sticky-cta strong{
  color:var(--blue);
  display:block;
  font-size:14px;
}
.medima-page--home .sticky-cta span{
  color:var(--muted);
  font-size:12px;
}
@media (max-width:1180px){.medima-page--home .medit-model-grid{
    grid-template-columns:repeat(3,1fr);
  }}
@media (max-width:1080px){.medima-page--home .nav-links a:not(.nav-cta-link){display:none}
.medima-page--home .hero-inner,
.medima-page--home .split,
.medima-page--home .cta-grid,
.medima-page--home .bridge-card,
.medima-page--home .sr-wide-card,
.medima-page--home .showroom-box,
.medima-page--home .roi-grid,
.medima-page--home .fit-grid,
.medima-page--home .system-clean-head,
.medima-page--home .system-clean-main{
    grid-template-columns:1fr;
  }
.medima-page--home .hero-inner{min-height:auto;padding:76px 0}
.medima-page--home .hero-visual{max-width:560px}
.medima-page--home .floating-proof{left:20px}
.medima-page--home .benefit-grid,
.medima-page--home .print-grid{grid-template-columns:repeat(2,1fr)}
.medima-page--home .why-grid,
.medima-page--home .refs-track,
.medima-page--home .calc-results,
.medima-page--home .proof-list,
.medima-page--home .footer-top,
.medima-page--home .system-clean-line{
    grid-template-columns:repeat(2,1fr);
  }
.medima-page--home .system-clean-flow{grid-template-columns:1fr}
.medima-page--home .flow-arrow{display:none}
.medima-page--home .system-clean-note,
.medima-page--home .simple-table-note{
    align-items:flex-start;
    flex-direction:column;
  }}
@media (max-width:760px){.medima-page--home .medit-model-grid{
    grid-template-columns:1fr;
  }
.medima-page--home .model-product-card{
    min-height:auto;
  }
.medima-page--home .simple-compare-head{
    display:block;
  }
.medima-page--home .simple-compare-head p{
    margin-top:12px;
  }}
@media (max-width:640px){.medima-page--home .wrap{width:min(100% - 28px,1180px)}
.medima-page--home .top-note{font-size:12px}
.medima-page--home .nav-inner{height:70px}
.medima-page--home .brand span{display:none}
.medima-page--home .nav-links{gap:12px}
.medima-page--home .nav-links .btn{padding:11px 15px;font-size:12px}
.medima-page--home section{padding:66px 0}
.medima-page--home .hero-inner{padding:58px 0 66px;gap:38px}
.medima-page--home h1{font-size:40px}
.medima-page--home .hero .lead{font-size:16px}
.medima-page--home .visual-card{min-height:340px;border-radius:28px}
.medima-page--home .visual-placeholder{width:86%}
.medima-page--home .floating-proof{
    position:relative;
    left:auto;
    bottom:auto;
    margin-top:16px;
    width:100%;
  }
.medima-page--home .section-head{display:block}
.medima-page--home .section-desc{margin-top:14px}
.medima-page--home .proof-list,
.medima-page--home .benefit-grid,
.medima-page--home .sr-stack,
.medima-page--home .print-grid,
.medima-page--home .why-grid,
.medima-page--home .refs-track,
.medima-page--home .form-row,
.medima-page--home .calc-grid,
.medima-page--home .calc-results,
.medima-page--home .footer-top,
.medima-page--home .system-clean-line{
    grid-template-columns:1fr;
  }
.medima-page--home .bridge-card,
.medima-page--home .sr-wide-card,
.medima-page--home .showroom-box,
.medima-page--home .form-card,
.medima-page--home .roi-copy,
.medima-page--home .roi-calculator,
.medima-page--home .fit-card,
.medima-page--home .system-clean-inner,
.medima-page--home .flow-item{
    padding:26px;
    border-radius:24px;
  }
.medima-page--home .flow-item{min-height:auto}
.medima-page--home .sticky-cta span{display:none}}
@media (prefers-reduced-motion:reduce){.medima-page--home,
.medima-page--home *{transition:none!important;scroll-behavior:auto!important}}
/* v1.2 Gutenberg editor-safe text blocks */
.medima-page--home .floating-proof .medima-card-kicker{
  color:var(--muted);margin-bottom:8px;font-size:12px;
}
.medima-page--home .floating-proof .medima-card-title{color:var(--blue);line-height:1.4;font-size:16px}
.medima-page--home .flow-item .medima-badge{
  color:#ff4b4b;font-size:12px;font-weight:900;letter-spacing:.08em;
}
.medima-page--home .system-clean-line .medima-step-number{
  width:28px;height:28px;border-radius:50%;background:var(--red);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;margin-bottom:14px;
}
.medima-page--home .system-clean-line .medima-step-title{
  color:#fff;font-size:14px;font-weight:700;margin-bottom:6px;
}
.medima-page--home .system-clean-line .medima-step-meta{
  color:rgba(255,255,255,.56);font-size:11px;text-transform:uppercase;letter-spacing:.07em;
}
.medima-page--home .bridge-point .medima-card-title{color:var(--blue);font-size:15px;line-height:1.35;margin-bottom:3px}
.medima-page--home .bridge-point .medima-card-text{color:var(--muted);font-size:14px;line-height:1.55}
.medima-page--home .model-product-card .medima-badge{
  position:relative;z-index:2;display:inline-flex;width:max-content;color:var(--red);
  background:rgba(227,0,0,.08);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;margin-bottom:18px;
}
.medima-page--home .model-product-card .medima-badge{
  align-self:start;
  margin:0;
}
.medima-page--home .print-card .medima-badge{color:#ff4b4b;font-weight:800;font-size:12px;letter-spacing:.08em}
.medima-page--home .roi-point .check{margin:0}
.medima-page--home .roi-point .medima-card-text{margin:0;color:#26384d;line-height:1.55;font-size:15px}
.medima-page--home .fit-item .medima-card-title{color:var(--blue);font-size:15px;line-height:1.4;margin-bottom:4px}
.medima-page--home .fit-card.dark .fit-item .medima-card-title{color:#fff}
.medima-page--home .fit-item .medima-card-text{color:var(--muted);line-height:1.55;font-size:14px;margin:0}
.medima-page--home .fit-card.dark .fit-item .medima-card-text{color:rgba(255,255,255,.68)}
.medima-page--home .video-caption .medima-inline-copy{max-width:760px}
.medima-page--home .video-caption .medima-card-title{color:var(--blue);font-size:14px}
.medima-page--home .video-caption .medima-card-text{color:var(--muted);font-size:14px;line-height:1.55}
.medima-page--home figure.simple-table th:nth-child(2){background:#102a46}
.medima-page--home figure.simple-table td:nth-child(2){background:rgba(227,0,0,.045)}


/* v1.4 product cards: editable badge/description and video-or-image media. */
.medima-page--home .model-product-card .medima-product-card__badge,
.medima-page--home .sr-wide-card .medima-product-card__badge{
  display:inline-flex;
  align-self:flex-start;
  width:auto;
  max-width:100%;
  margin:0 0 16px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(227,0,0,.08);
  color:var(--red);
  font-size:12px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:.01em;
  white-space:normal;
  overflow-wrap:anywhere;
}
.medima-page--home .model-product-card .medima-product-card__description,
.medima-page--home .sr-wide-card .medima-product-card__description{
  margin:0 0 20px;
  color:var(--muted);
  font-size:14.5px;
  line-height:1.55;
}
.medima-page--home .model-product-card .medima-product-card__badge{
  align-self:start;
  margin:0;
}
.medima-page--home .model-product-card .medima-product-card__description{
  margin:0;
  font-size:13.5px;
  text-wrap:wrap;
  word-break:normal;
  overflow-wrap:normal;
}
.medima-page--home .model-mini-visual.medima-product-media{
  min-height:150px;
  padding:0;
  border-style:solid;
}
.medima-page--home .model-mini-visual.medima-product-media iframe,
.medima-page--home .model-mini-visual.medima-product-media video,
.medima-page--home .model-mini-visual.medima-product-media img{
  width:100%;
  height:100%;
  min-height:150px;
  object-fit:cover;
}
.medima-page--home .sr-media.medima-product-media{
  padding:0;
  aspect-ratio:16/9;
}
.medima-page--home .sr-media.medima-product-media iframe,
.medima-page--home .sr-media.medima-product-media video,
.medima-page--home .sr-media.medima-product-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.medima-page--home .print-thumb .medima-default-image img{
  object-fit:cover;
}

/* v1.7: Gutenberg paragraph inside circular process/check icons must not inherit
 * the general card paragraph spacing. */
.medima-page--home .fit-card .fit-icon > p,
.medima-page--home .fit-card .fit-icon > .wp-block-paragraph{
  display:block;
  width:auto;
  margin:0;
  padding:0;
  line-height:1;
  text-align:center;
}

/* v1.8: the floating hero proof must sit above the product image. */
.medima-page--home .hero-visual{
  isolation:isolate;
  overflow:visible;
}
.medima-page--home .visual-card{
  position:relative;
  z-index:1;
}
.medima-page--home .floating-proof{
  z-index:5;
}


/* v1.9 SprintRay product cards: restore the original left-side composition. */
.medima-page--home .sr-wide-card__copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-width:0;
}
.medima-page--home .sr-wide-card .medima-product-card__badge.label{
  display:block;
  width:auto;
  max-width:100%;
  margin:0 0 13px;
  padding:0;
  border-radius:0;
  background:transparent;
  color:var(--red);
  font-size:13px;
  font-weight:800;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:normal;
  overflow-wrap:anywhere;
}
.medima-page--home .sr-wide-card .medima-product-card__description{
  margin:0 0 18px;
  color:#425466;
  font-size:16px;
  line-height:1.7;
}
.medima-page--home .sr-wide-card .sr-fit{
  width:100%;
  margin:0 0 22px;
}
.medima-page--home .sr-wide-card .sr-fit strong{color:var(--blue)}
.medima-page--home .sr-wide-card .btn{align-self:flex-start}


/* v2.4.1: contain horizontal overflow on the landing page.
 * The comparison table intentionally stays wide, but it may scroll only
 * inside its own wrapper and must never widen the whole document. */
.medima-page--home{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.medima-page--home .wrap,
.medima-page--home .simple-table-wrap,
.medima-page--home .simple-table-scroll,
.medima-page--home .model-table-wrap,
.medima-page--home .model-table-scroll{
  min-width:0;
  max-width:100%;
}
.medima-page--home .simple-table-wrap,
.medima-page--home .model-table-wrap{
  width:100%;
  overflow:hidden;
}
.medima-page--home .simple-table-scroll,
.medima-page--home .model-table-scroll{
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
.medima-page--home :where(
  .hero-inner,
  .proof-list,
  .system-clean-head,
  .system-clean-main,
  .system-clean-flow,
  .system-clean-line,
  .bridge-card,
  .benefit-grid,
  .split,
  .medit-model-grid,
  .sr-wide-card,
  .print-grid,
  .roi-grid,
  .calc-grid,
  .calc-results,
  .showroom-box,
  .why-grid,
  .refs-track,
  .cta-grid,
  .footer-top
) > *{
  min-width:0;
  max-width:100%;
}


/* v2.6.1 spacing between SprintRay product list and practical-use section. */
.medima-page--home .sr-stack + .wp-block-group{
  margin-top:clamp(56px,7vw,96px);
}


/* v2.7.2 typography aligned with the supplied design. */
.medima-page--home h1,
.medima-page--home h2,
.medima-page--home .section-head h2,
.medima-page--home .product-title{
  font-weight:700;
}
.medima-page--home h3,
.medima-page--home h4,
.medima-page--home .medima-card-title,
.medima-page--home .medima-step-title{
  font-weight:700;
}

/* Explicit red section labels requested in the review. */
.medima-page--home :where(
  .system-clean,
  .bridge,
  .medit-section,
  .medit-models-block,
  .simple-compare-block,
  .roi-section,
  .showroom-section,
  .why,
  .fit-section,
  .cta
) .label{
  color:var(--red)!important;
}

/* System/process text hierarchy. */
.medima-page--home .system-clean-copy h3,
.medima-page--home .flow-item strong,
.medima-page--home .system-clean-line .medima-step-title,
.medima-page--home .benefit-card h3,
.medima-page--home .sr-wide-card h3,
.medima-page--home .print-card h3,
.medima-page--home .why-card h3,
.medima-page--home .fit-item .medima-card-title,
.medima-page--home .trust-simple strong{
  font-weight:700;
}

/* Medit check bubbles are a little pinker, matching the supplied design. */
.medima-page--home .medit-section .check-list li::before{
  background:rgba(227,0,0,.15);
  color:var(--red);
}

/* Medit cards: subtle red outline and red hover button. */
.medima-page--home .model-product-card{
  border-color:rgba(227,0,0,.20);
}
.medima-page--home .model-product-card .btn-outline{
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.medima-page--home .model-product-card .btn-outline:hover{
  border-color:var(--red);
  background:var(--red);
  color:#fff;
}

/* Remove a visually heavy left edge from the quick comparison table. */
.medima-page--home figure.simple-table,
.medima-page--home .simple-table{
  margin:0;
  border-left:0!important;
  outline:0!important;
}
.medima-page--home .simple-table th:first-child,
.medima-page--home .simple-table td:first-child{
  border-left:0!important;
}

/* Keep a real gap before Practical use, including dynamic block rendering. */
.medima-page--home .sprintray .sr-stack + .wp-block-group,
.medima-page--home .sprintray .wp-block-medima-products + .wp-block-group,
.medima-page--home .sprintray .medima-products-editor + .wp-block-group{
  margin-top:0!important;
  padding-top:clamp(62px,7vw,96px);
}

/* ROI ticks/line and missing white CTA. */
.medima-page--home .roi-point .check{
  background:rgba(227,0,0,.13);
  color:var(--red);
}
.medima-page--home .roi-soft-note{
  margin-top:32px;
}
.medima-page--home .medima-roi-contact{
  display:flex;
  width:100%;
  margin-top:18px;
}

/* Stronger MEDIMA cards and red numbering. */
.medima-page--home .why-card .num{
  color:var(--red);
  font-weight:900;
}

/* Keep Situation labels aligned on the bottom edge of all cards. */
.medima-page--home .refs-track{
  align-items:stretch;
}
.medima-page--home .ref-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.medima-page--home .ref-meta{
  margin-top:auto;
  padding-top:18px;
}

/* Suitable-for section: red labels/ticks; white digits in red circles on dark side. */
.medima-page--home .fit-card:not(.dark) .fit-icon{
  background:rgba(227,0,0,.13);
  color:var(--red);
}
.medima-page--home .fit-card.dark .fit-icon{
  background:var(--red)!important;
  color:#fff!important;
}
.medima-page--home .fit-card.dark .fit-icon > p{
  color:#fff!important;
}

/* Contact details, form spacing and full-width submit. */
.medima-page--home .quick-contact p{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0;
}
.medima-page--home .form-card .medima-cf7 .field{
  margin-bottom:18px;
}
.medima-page--home .form-card .medima-cf7 .form-row {
  margin-bottom: 0;
}
.medima-page--home .form-card .medima-cf7 .wpcf7-submit{
  width:100%!important;
}


/* v2.7.3 – regular-weight body copy across all home-page sections. */
.medima-page--home :where(
  .system-clean-head p,
  .system-clean-copy p,
  .flow-item p,
  .system-clean-line small,
  .system-clean-note p,
  .bridge-card p,
  .bridge-point span,
  .benefit-card p,
  .text p,
  .check-list li,
  .simple-compare-head p,
  .simple-table-note p,
  .sr-wide-card p,
  .print-card p,
  .roi-copy p,
  .roi-point > span:last-child,
  .showroom-copy p,
  .why-card p,
  .ref-card p,
  .fit-item .medima-card-text,
  .cta-copy p,
  .form-card > p,
  .hero-proof p,
  .proof-pill
){
  font-weight:400;
}


/* v2.7.4 hero proof pill text must override the generic .hero-proof p rule. */
.medima-page--home .hero-proof .proof-pill p{
  margin:0;
  font-size:12.5px;
  line-height:1.35;
  font-weight:400;
}
.medima-page--home .hero-proof .proof-pill p b,
.medima-page--home .hero-proof .proof-pill p strong{
  font-weight:700;
}


/* v2.7.6 – exact component typography and spacing overrides. */
.medima-page--home p.num,
.medima-page--home .benefit-card p.num,
.medima-page--home .why-card p.num{
  margin:0;
  padding:0;
  line-height:1;
  font-weight:900;
}
.medima-page--home .why-card p.num{
  font-weight:900;
}
.medima-page--home .print-card p.medima-badge,
.medima-page--home .print-card .medima-badge{
  font-weight:900;
}
.medima-page--home .calc-result small{
  font-size:14px;
  font-weight:400;
}
.medima-page--home .ref-card p.quote{
  font-size:16px;
  line-height:1.65;
  font-weight:400;
}
.medima-page--home .fit-card.dark .fit-icon > p,
.medima-page--home .fit-card.dark .fit-icon > .wp-block-paragraph{
  margin:0;
  padding:0;
  line-height:1;
  font-weight:900;
}

/* All light tick bubbles use the pale pink from the supplied design. */
.medima-page--home .check,
.medima-page--home .support-check,
.medima-page--home .check-list li::before,
.medima-page--home .medit-section .check-list li::before,
.medima-page--home .roi-point .check,
.medima-page--home .fit-card:not(.dark) .fit-icon{
  background:rgba(227,0,0,.09)!important;
}

/* CF7: one vertical gap only – fields inside a two-column row do not add another one. */
.medima-page--home .form-card .medima-cf7 .form-row {
  margin-bottom: 0;
}
.medima-page--home .form-card .medima-cf7 .form-row > .field{
  margin-bottom:0!important;
}
.medima-page--home .form-card .medima-cf7 form > p{
  margin:0;
  padding:0;
}
.medima-page--home .form-card .medima-cf7 form > p:empty,
.medima-page--home .form-card .medima-cf7 form > p:has(> br:only-child){
  display:none!important;
}


/* v2.8.0 – final numeric hierarchy. Exact component selectors, no !important. */
.medima-page--home .system-clean-line p.medima-step-number,
.medima-page--home .flow-item p.medima-badge,
.medima-page--home .benefit-card p.num,
.medima-page--home .why-card p.num,
.medima-page--home .print-card p.medima-badge,
.medima-page--home .fit-card.dark .fit-icon > p{
  font-weight:900;
}


/* v2.8.3 – numeric weights after fixing the generic paragraph selector specificity. */
.medima-page--home .system-clean-line .medima-step-number,
.medima-page--home .flow-item .medima-badge,
.medima-page--home .benefit-card .num,
.medima-page--home .why-card .num,
.medima-page--home .print-card .medima-badge,
.medima-page--home .fit-card.dark .fit-icon > p{
  font-weight:900;
}
.medima-page--home .fit-card.dark .fit-icon > p{
  margin:0;
  line-height:1;
}


/* v2.9.6 – spacing between phone and email contact pills. */
.medima-page--home .quick-contact > p,
.medima-page--medit .quick-contact > p,
.medima-page--sprintray .quick-contact > p {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}


/* v2.10.5: keep the dark contact section in two columns above tablet width. */
@media (min-width:821px){
  .medima-page--home .cta-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  }
  .medima-page--home .cta-grid > .cta-copy{
    grid-column:1;
    grid-row:1;
    min-width:0;
  }
  .medima-page--home .cta-grid > .form-card{
    grid-column:2;
    grid-row:1;
    min-width:0;
  }
}
@media (min-width:821px) and (max-width:1080px){
  .medima-page--home .cta-grid{gap:36px}
}



/* moje css */
#prakticke_vyuzitie_priklady > div div:first-child {
  height: auto;
}
#prakticke_vyuzitie_priklady > div div:first-child fogure {
  aspect-ratio: 1;
  height: auto;
}

/* v2.11.6 – homepage: SprintRay guarantees, references and personal contact. */
.medima-page--home .home-sprintray-guarantees,
.medima-page--home .home-sprintray-references{
  background:linear-gradient(135deg,#030d18 0%,#061525 52%,#020912 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.medima-page--home .home-sprintray-guarantees::before,
.medima-page--home .home-sprintray-references::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 16%,rgba(227,0,0,.13),transparent 24%),
    radial-gradient(circle at 12% 78%,rgba(255,255,255,.05),transparent 28%),
    radial-gradient(circle at 54% 48%,rgba(255,255,255,.025),transparent 38%);
  opacity:.56;
  pointer-events:none;
}
.medima-page--home .home-sprintray-guarantees > .wrap,
.medima-page--home .home-sprintray-references > .wrap{
  position:relative;
  z-index:3;
}
.medima-page--home .home-sprintray-guarantees{
  padding-top:0;
  padding-bottom:36px;
}
.medima-page--home .home-sprintray-references{
  padding-top:36px;
  padding-bottom:94px;
}
.medima-page--home .sprintray .home-sprintray-guarantees,
.medima-page--home .sprintray .home-sprintray-references{
  background:transparent;
  overflow:visible;
  padding:72px 0 0;
}
.medima-page--home .sprintray .home-sprintray-guarantees::before,
.medima-page--home .sprintray .home-sprintray-references::before{
  display:none;
}
.medima-page--home .sprintray .home-sprintray-guarantees > .wrap,
.medima-page--home .sprintray .home-sprintray-references > .wrap{
  width:100%;
  max-width:none;
  margin:0;
}
.medima-page--home .sr-soft-panel{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.11);
  border-radius:34px;
  padding:40px;
}
.medima-page--home .sr-soft-head,
.medima-page--home .contact-soft-head{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:36px;
  align-items:end;
  margin-bottom:34px;
  padding-bottom:30px;
}
.medima-page--home .sr-soft-head{
  border-bottom:1px solid rgba(255,255,255,.11);
}
.medima-page--home .sr-soft-head h2,
.medima-page--home .home-sprintray-references h2{
  color:#fff;
}
.medima-page--home .sr-soft-head h2,
.medima-page--home .contact-soft-head h2{
  font-size:clamp(28px,3vw,40px);
}
.medima-page--home .sr-soft-head > p,
.medima-page--home .home-sprintray-references .section-desc{
  color:rgba(255,255,255,.68);
  line-height:1.72;
  font-size:14.5px;
}
.medima-page--home .sr-guarantee-simple-list,
.medima-page--home .contact-simple-list{
  display:grid;
  grid-template-columns:1fr 1fr;
}
.medima-page--home .sr-guarantee-simple,
.medima-page--home .contact-simple{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:28px;
  align-items:center;
  padding:8px 0;
}
.medima-page--home .sr-guarantee-simple + .sr-guarantee-simple{
  border-left:1px solid rgba(255,255,255,.11);
  padding-left:34px;
  margin-left:34px;
}
.medima-page--home .sr-guarantee-photo-large,
.medima-page--home .contact-photo-large{
  width:180px;
  height:180px;
  margin:0;
  border-radius:30px;
  overflow:hidden;
}
.medima-page--home .sr-guarantee-photo-large{
  background:rgba(255,255,255,.07);
  border:1px dashed rgba(255,255,255,.18);
}
.medima-page--home .sr-guarantee-photo-large img,
.medima-page--home .contact-photo-large img,
.medima-page--home .sr-ref-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
}
.medima-page--home .sr-guarantee-role,
.medima-page--home .contact-role{
  display:block;
  font-size:12px;
  font-weight:600;
  letter-spacing:.01em;
  margin:0 0 8px;
}
.medima-page--home .sr-guarantee-role{color:rgba(255,255,255,.52)}
.medima-page--home .sr-guarantee-simple h3{
  color:#fff;
  font-size:18px;
  line-height:1.22;
  letter-spacing:-.015em;
  margin:0 0 10px;
}
.medima-page--home .sr-guarantee-simple p:not(.sr-guarantee-role){
  color:rgba(255,255,255,.68);
  line-height:1.62;
  font-size:14px;
}
.medima-page--home .sr-ref-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.medima-page--home .sr-ref-card{
  background:#fff;
  border-radius:28px;
  padding:28px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 26px 70px rgba(0,0,0,.18);
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.medima-page--home .sr-ref-photo{
  width:100%;
  height:150px;
  margin:0 0 22px;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(145deg,#eef3f7,#fff);
  border:1px solid var(--line);
}
.medima-page--home .sr-ref-quote{
  color:#26384d;
  line-height:1.65;
  font-size:14.5px;
  margin:0 0 24px;
}
.medima-page--home .sr-ref-meta{
  border-top:1px solid var(--line);
  padding-top:16px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  margin-top:auto;
}
.medima-page--home .sr-ref-meta p{margin:0}
.medima-page--home .sr-ref-meta strong{
  color:var(--blue);
}
.medima-page--home .home-personal-contact{
  background:#fff;
  padding-top:76px;
  padding-bottom:76px;
}
.medima-page--home .contact-soft-panel{
  border:1px solid var(--line);
  border-radius:34px;
  background:linear-gradient(145deg,#fff,#f8fafc);
  box-shadow:var(--shadow);
  padding:40px;
}
.medima-page--home .contact-soft-head{
  border-bottom:1px solid var(--line);
}
.medima-page--home .contact-soft-head > p{
  color:var(--muted);
  line-height:1.72;
  font-size:14.5px;
}
.medima-page--home .contact-simple + .contact-simple{
  border-left:1px solid var(--line);
  padding-left:34px;
  margin-left:34px;
}
.medima-page--home .contact-photo-large{
  background:linear-gradient(145deg,#eef3f7,#fff);
  border:1px dashed rgba(6,21,37,.16);
}
.medima-page--home .contact-role{color:#7a8794}
.medima-page--home .contact-simple h3{
  color:var(--blue);
  font-size:18px;
  line-height:1.22;
  letter-spacing:-.015em;
  margin:0 0 10px;
}
.medima-page--home .contact-simple p:not(.contact-role):not(.contact-links){
  color:var(--muted);
  line-height:1.62;
  font-size:14px;
  margin:0 0 16px;
}
.medima-page--home .contact-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
}
.medima-page--home .contact-links a{
  display:inline-flex;
  border-radius:999px;
  border:1px solid var(--line);
  background:#f6f8fb;
  color:var(--blue);
  padding:8px 11px;
  font-size:12px;
  font-weight:800;
}

@media (max-width:1080px){
  .medima-page--home .sr-soft-head,
  .medima-page--home .contact-soft-head,
  .medima-page--home .sr-guarantee-simple-list,
  .medima-page--home .contact-simple-list{
    grid-template-columns:1fr;
  }
  .medima-page--home .sr-ref-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .medima-page--home .sr-guarantee-simple + .sr-guarantee-simple,
  .medima-page--home .contact-simple + .contact-simple{
    border-left:0;
    padding-left:0;
    margin-left:0;
    padding-top:30px;
    margin-top:30px;
  }
  .medima-page--home .sr-guarantee-simple + .sr-guarantee-simple{
    border-top:1px solid rgba(255,255,255,.11);
  }
  .medima-page--home .contact-simple + .contact-simple{
    border-top:1px solid var(--line);
  }
}

@media (max-width:640px){
  .medima-page--home .home-personal-contact{
    padding-top:66px;
    padding-bottom:66px;
  }
  .medima-page--home .home-sprintray-guarantees{
    padding-top:0;
    padding-bottom:30px;
  }
  .medima-page--home .home-sprintray-references{
    padding-top:30px;
    padding-bottom:66px;
  }
  .medima-page--home .sprintray .home-sprintray-guarantees,
  .medima-page--home .sprintray .home-sprintray-references{
    padding:56px 0 0;
  }
  .medima-page--home .sr-soft-panel,
  .medima-page--home .contact-soft-panel,
  .medima-page--home .sr-ref-card{
    padding:26px;
    border-radius:24px;
  }
  .medima-page--home .sr-ref-grid,
  .medima-page--home .sr-guarantee-simple,
  .medima-page--home .contact-simple{
    grid-template-columns:1fr;
  }
  .medima-page--home .sr-guarantee-photo-large,
  .medima-page--home .contact-photo-large{
    width:100%;
    height:230px;
  }
}
