*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --teal:#5ebcbe;
  --teal-dark:#449f9d;
  --teal-deep:#357876;
  --teal-light:#eef8f8;
  --teal-mid:#c5eaea;
  --text:#1a2e2e;
  --text-mid:#4a6060;
  --text-light:#7a9494;
  --line:#dceeee;
  --bg:#fff;
  --bg-soft:#f6fbfb;
  --sans:"Plus Jakarta Sans",system-ui,sans-serif;
  --radius:12px;
  --shadow:0 8px 32px rgba(94,188,190,.12);
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit}

/* NAV */
nav{position:fixed;inset:0 0 auto;z-index:200;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,4vw,4rem);background:#fff;border-bottom:1px solid var(--line)}
.nav-logo img{height:32px;width:auto}
.nav-links{display:flex;align-items:center;gap:clamp(1rem,2vw,1.75rem);list-style:none}
.nav-links a{font-size:.82rem;font-weight:500;color:var(--text-mid);text-decoration:none;transition:color .15s}
.nav-links a:hover,.nav-links a.active{color:var(--teal-dark)}
.nav-buy{background:var(--teal);color:#fff!important;font-weight:600!important;padding:.45rem 1.25rem;border-radius:999px}
.nav-mobile{display:none;align-items:center;gap:1rem}
.nav-menu-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;gap:5px}
.nav-menu-btn span{display:block;width:22px;height:2px;background:var(--text)}
.nav-drawer{display:none;position:fixed;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:1rem 1.5rem;z-index:199;flex-direction:column;gap:.5rem}
.nav-drawer.open{display:flex}
.nav-drawer a{text-decoration:none;color:var(--text-mid);padding:.5rem 0;border-bottom:1px solid var(--line);font-size:.9rem}
.nav-drawer a.active{color:var(--teal-dark);font-weight:600}

/* LAYOUT */
.wrap{max-width:1140px;margin:0 auto;padding:0 clamp(1.25rem,4vw,4rem)}
.section{padding:clamp(3rem,6vw,5.5rem) 0}
.section-alt{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:.75rem}
h1,h2,h3{letter-spacing:-.03em;line-height:1.15;color:var(--text)}
h1{font-size:clamp(2rem,4vw,3rem);font-weight:800}
h2{font-size:clamp(1.65rem,3vw,2.35rem);font-weight:700;margin-bottom:1rem}
h2 em,h1 em{font-style:normal;color:var(--teal-dark)}
.lead{font-size:1rem;font-weight:400;color:var(--text-mid);line-height:1.75;max-width:56ch}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:center}
.grid2 > div {
  min-width: 0;
}

/* HERO */
.hero{margin-top:64px;position:relative;overflow:hidden;background:var(--bg-soft)}
.hero-bg{position:absolute;inset:0;background:url("../assets/images/hero-bg.jpg") center/cover no-repeat;opacity:.95}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 38%,rgba(255,255,255,.45) 48%,rgba(255,255,255,0) 54%,transparent 100%)}
.hero-inner{position:relative;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding:clamp(2.5rem,5vw,4.5rem) clamp(1.25rem,4vw,4rem);max-width:1140px;margin:0 auto;min-height:480px;z-index:1}
.hero-copy{max-width:540px}
.hero-badge{display:inline-block;background:var(--teal);color:#fff;font-size:.72rem;font-weight:700;padding:.35rem .85rem;border-radius:999px;margin-bottom:1rem;letter-spacing:.04em}
.hero-copy h1{margin:.5rem 0 1.25rem}
.hero-copy .highlight{font-size:1.05rem;margin-bottom:.75rem}
.hero-copy .highlight strong{font-weight:700}
.hero-copy p{color:var(--text-mid);font-size:.95rem;margin-bottom:.5rem}
.bullets{list-style:none;margin:1.25rem 0 1.75rem;display:flex;flex-direction:column;gap:.55rem}
.bullets li{display:flex;gap:.55rem;font-size:.9rem;color:var(--text-mid)}
.bullets li::before{content:"✓";color:var(--teal);font-weight:700;flex-shrink:0}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}
.btn-primary{background:var(--teal);color:#fff;font-size:.88rem;font-weight:700;padding:.9rem 2rem;border-radius:999px;text-decoration:none;display:inline-block;transition:background .15s,transform .1s}
.btn-primary:hover{background:var(--teal-dark)}
.btn-ghost{border:1.5px solid var(--teal-mid);color:var(--teal-dark);font-size:.85rem;font-weight:600;padding:.8rem 1.5rem;border-radius:999px;text-decoration:none;background:#fff}
.trust-box{display:flex;gap:1rem;align-items:center;padding:1rem 1.15rem;background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:var(--radius);max-width:440px}
.trust-box .badge{width:48px;height:48px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:800;color:var(--teal-deep);text-align:center;line-height:1.2;border:1px solid var(--line)}
.trust-box p{font-size:.78rem;color:var(--text-mid);line-height:1.5}
.trust-box strong{display:block;color:var(--text);font-size:.8rem;margin-bottom:.15rem}
.hero-visual{display:flex;justify-content:center;align-items:center}
.hero-visual img{max-height:420px;width:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.12))}

/* STRIP */
.strip{background:var(--teal-light);border-top:1px solid var(--teal-mid);border-bottom:1px solid var(--teal-mid);padding:1.15rem 0}
.strip p{font-size:.92rem;color:var(--text-mid);max-width:780px}
.strip strong{color:var(--text)}

/* CARDS */
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;transition:box-shadow .2s,border-color .2s}
.card:hover{box-shadow:var(--shadow);border-color:var(--teal-mid)}
.card-icon{width:40px;height:40px;background:var(--teal-light);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1rem}
.card h3{font-size:1rem;margin-bottom:.5rem}
.card p{font-size:.86rem;color:var(--text-mid);line-height:1.7}
.card a{display:inline-block;margin-top:1rem;font-size:.8rem;font-weight:600;color:var(--teal-dark);text-decoration:none}
.card a::after{content:" →"}
.card-featured{background:var(--teal-light);border-color:var(--teal)}
.card-featured p strong{display:block;margin-top:.35rem;color:var(--teal-deep)}

/* STATS */
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0}
.stat{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;text-align:center}
.stat-num{font-size:2.5rem;font-weight:800;color:var(--teal-dark);letter-spacing:-.04em;line-height:1}
.stat-label{font-size:.78rem;color:var(--text-light);margin-top:.35rem;line-height:1.4}

/* QUOTES */
.quote-main{background:var(--bg-soft);border-left:4px solid var(--teal);border-radius:0 var(--radius) var(--radius) 0;padding:2rem 2rem 2rem 2.25rem;margin:2rem 0}
.quote-main blockquote{font-size:1.05rem;font-style:italic;color:var(--text);line-height:1.75}
.quote-main cite{display:block;margin-top:1rem;font-size:.85rem;font-style:normal;color:var(--text-mid)}
.quote-main cite strong{color:var(--text);display:block}
.quotes3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem}
.qcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column}
.qcard-head{display:flex;gap:.85rem;align-items:center;margin-bottom:1rem}
.qavatar{width:52px;height:52px;border-radius:50%;background:var(--teal-light);border:2px solid var(--teal-mid);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--teal-deep);overflow:hidden;flex-shrink:0}
.qavatar img{width:100%;height:100%;object-fit:cover;display:block}
.quote-with-photo{display:flex;gap:1.5rem;align-items:flex-start}
.quote-photo{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid var(--teal-mid);flex-shrink:0}
.quote-with-photo blockquote,.quote-with-photo cite{margin:0}

/* VIDEO */
.video-block{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:center}
.video-embed{position:relative;width:100%;max-width:480px;justify-self:end;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#000}
.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* CHOLESTEROL LAYOUT */
.cholesterol-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:stretch;margin-top:1.5rem}
.cholesterol-cards{display:flex;flex-direction:column;gap:1rem}
.cholesterol-img{aspect-ratio:auto;min-height:100%;height:100%}
.cholesterol-img img{min-height:100%;height:100%;object-fit:cover}

/* VISUAL DUO / FAQ ASIDE */
.visual-duo{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.faq-layout{display:grid;grid-template-columns:1.35fr .85fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:start}
.faq-aside{display:flex;flex-direction:column;gap:1rem;position:sticky;top:88px}
.faq-aside .split-img{aspect-ratio:4/3}

/* FOOTER LOGO */
footer img.footer-logo{filter:none;opacity:1;height:32px;width:auto;margin-bottom:1rem}
.qname{font-size:.88rem;font-weight:600}
.qrole{font-size:.75rem;color:var(--text-light)}
.qtext{font-size:.88rem;color:var(--text-mid);line-height:1.75;font-style:italic;flex:1}

/* ACCORDION */
.accordion{border-top:1px solid var(--line)}
.acc-item{border-bottom:1px solid var(--line)}
.acc-q{width:100%;background:none;border:none;padding:1.15rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;text-align:left;font:inherit;font-size:.95rem;font-weight:600;color:var(--text);cursor:pointer}
.acc-q::after{content:"+";font-size:1.25rem;font-weight:300;color:var(--teal);flex-shrink:0}
.acc-item.open .acc-q::after{content:"−"}
.acc-a{display:none;padding:0 0 1.15rem;font-size:.88rem;color:var(--text-mid);line-height:1.8}
.acc-item.open .acc-a{display:block}
.acc-a ul{padding-left:1.25rem;margin-top:.5rem}
.acc-a li{margin-bottom:.35rem}

/* DOSE */
.dose-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}
.dose{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;display:flex;gap:1rem;align-items:flex-start}
.dose.active{background:var(--teal-light);border:2px solid var(--teal)}
.dose-num{min-width:44px;height:44px;border-radius:10px;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;flex-shrink:0}
.dose h4{font-size:.95rem;margin-bottom:.35rem}
.dose p{font-size:.86rem;color:var(--text-mid);line-height:1.65;margin:0}

/* COMPARE */
.compare{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}
.cmp{padding:1.75rem 1.25rem;border:1px solid var(--line);border-radius:var(--radius);text-align:center;background:#fff}
.cmp.best{background:var(--teal-light);border:2px solid var(--teal);position:relative}
.cmp.best::before{content:"Nejlepší volba";position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--teal);color:#fff;font-size:.62rem;font-weight:700;padding:.2rem .7rem;border-radius:999px;white-space:nowrap}
.cmp-brand{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin-bottom:.5rem}
.cmp-num{font-size:2.75rem;font-weight:800;color:var(--text);line-height:1}
.cmp.best .cmp-num{color:var(--teal-deep)}
.cmp-unit{font-size:.8rem;color:var(--text-light);margin:.35rem 0 .75rem}
.cmp-price{font-size:1.4rem;font-weight:700}
.cmp-note{font-size:.7rem;color:var(--text-light);margin-top:1rem}

/* INFO BOX */
.info-box{background:var(--teal-light);border:1px solid var(--teal-mid);border-left:4px solid var(--teal);border-radius:0 var(--radius) var(--radius) 0;padding:1.15rem 1.35rem;margin:1.25rem 0}
.info-box p{font-size:.88rem;color:var(--text-mid);line-height:1.7;margin:0}
.info-box strong{color:var(--teal-deep)}

/* PAGE HERO */
.page-hero{margin-top:64px;background:var(--bg-soft);padding:clamp(2.5rem,5vw,4rem) 0;border-bottom:1px solid var(--line)}
.page-hero .lead{max-width:68ch}

/* TABLE */
.table-wrap{overflow-x:auto;margin:1.5rem 0}
.table-wrap td{font-size:.85rem;color:var(--text-mid);vertical-align:top}
.table-wrap td:first-child{color:var(--text);min-width:11rem}
.table-wrap table {min-width: 400px;}
table{width:100%;border-collapse:collapse;font-size:.85rem}
th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--line)}
th{background:var(--teal-light);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--teal-deep)}
.g{color:#0d8050;font-weight:600}.w{color:#b8860b;font-weight:600}.r{color:#c0392b;font-weight:600}

/* SPLIT IMAGE */
.split-img{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3}
.split-img img{width:100%;height:100%;object-fit:cover}

/* CTA BANNER */
.cta-banner{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-deep) 100%);padding:clamp(3rem,5vw,4.5rem) clamp(1.25rem,4vw,4rem);text-align:center;color:#fff}
.cta-banner h2{color:#fff;margin-bottom:.75rem}
.cta-banner p{color:rgba(255,255,255,.85);margin-bottom:1.75rem;max-width:520px;margin-left:auto;margin-right:auto}
.btn-white{background:#fff;color:var(--teal-deep);font-weight:700;padding:.95rem 2.25rem;border-radius:999px;text-decoration:none;display:inline-block}
.cta-disc{font-size:.68rem;color:rgba(255,255,255,.5);max-width:640px;margin:2rem auto 0;line-height:1.65;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}

/* FOOTER */
footer{background:var(--text);color:rgba(255,255,255,.70);padding:3rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}
footer img{height:28px;filter:brightness(0) invert(1);opacity:.65;margin-bottom:1rem}
footer h4{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.35);margin-bottom:.85rem}
footer a{display:block;font-size:.8rem;color:rgba(255,255,255,.70);text-decoration:none;margin-bottom:.45rem}
footer a:hover{color:#fff}
footer p{font-size:.78rem;line-height:1.7}
.footer-bottom{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.7rem}

/* MISC */
.checklist{list-style:none;display:flex;flex-direction:column;gap:.45rem}
.checklist li{display:flex;gap:.5rem;font-size:.88rem;color:var(--text-mid)}
.checklist li::before{content:"✓";color:var(--teal);font-weight:700}
.note{font-size:.72rem;color:var(--text-light);margin-top:1rem}
.hdl-ldl{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}
.hdl,.ldl{border-radius:var(--radius);padding:1.35rem;border:1px solid var(--line);background:#fff}
.hdl{border-top:3px solid #0d8050}.ldl{border-top:3px solid #c0392b}
.hdl span,.ldl span{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.5rem}
.hdl span{color:#0d8050}.ldl span{color:#c0392b}
.hdl p,.ldl p{font-size:.86rem;color:var(--text-mid);line-height:1.65;margin:0}
.ref-list{font-size:.78rem;color:var(--text-mid);line-height:1.75;padding-left:1.25rem;margin-top:1rem}
.ref-list li{margin-bottom:.45rem}
.prose-block p,.prose-block li{font-size:.92rem;color:var(--text-mid);line-height:1.8;margin-bottom:.85rem}
.prose-block h3{font-size:1.05rem;margin:1.75rem 0 .65rem;color:var(--text)}
.prose-block ul{padding-left:1.25rem;margin-bottom:1rem}
.table-caption{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--teal-dark);margin:1.5rem 0 .75rem}
.illus-acc .acc-a{padding-bottom:1.25rem}
.illus-stack{display:flex;flex-direction:column;gap:1rem;max-width:720px}
.illus-stack img{width:100%;height:auto;display:block;border-radius:var(--radius);border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}

@media(max-width:900px){
  .nav-links{display:none}.nav-mobile{display:flex}
  .hero-inner,.grid2,.cards3,.quotes3,.compare,.stats,.dose-cards,.footer-grid,.hdl-ldl,.cholesterol-layout,.video-block,.visual-duo,.faq-layout{grid-template-columns:1fr}
  .hero-inner{min-height:auto}
  .hero-bg::after{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 45%,rgba(255,255,255,.35) 65%,rgba(255,255,255,0) 85%)}
  .video-embed{max-width:100%;justify-self:stretch}
  .faq-aside{position:static}
  .quote-with-photo{flex-direction:column;align-items:flex-start}
}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr 1fr}}

a[target="_blank"]:not(.btn-primary):not(.nav-buy):not(.btn-white)::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.3em;
    vertical-align: baseline;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") no-repeat center / contain;
}