/*
Theme Name: Metabolic Longevity Lab
Theme URI: https://metaboliclongevitylab.com
Author: Metabolic Longevity Lab
Description: Responzívna trojjazyčná WordPress téma pre Metabolic Longevity Lab s biomarkermi, štúdiami, konzultáciami, WooCommerce a editovateľnými kartami úvodnej stránky.
Version: 3.3.11
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: mll
*/

:root{
 --mll-navy:#082e46;--mll-navy-deep:#03243a;--mll-blue:#0c5872;--mll-teal:#14859a;
 --mll-green:#4d8c2e;--mll-green-bright:#86aa27;--mll-lime:#b5d528;
 --mll-ink:#102e4a;--mll-text:#455a68;--mll-muted:#71818b;--mll-line:#dce6e3;
 --mll-paper:#ffffff;--mll-soft:#f5f8f5;--mll-sage:#eff5eb;--mll-blue-soft:#edf7fa;
 --mll-radius:14px;--mll-radius-lg:24px;--mll-shadow:0 16px 42px rgba(6,39,58,.09);--mll-max:1600px;
}

*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;color:var(--mll-text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:var(--mll-ink);text-decoration:none}a:hover{color:var(--mll-green)}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}.mll-wrap{width:min(var(--mll-max),calc(100% - 44px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mll-skip-link:focus{z-index:99999;top:8px;left:8px;width:auto;height:auto;padding:10px 14px;clip:auto;color:#fff;background:var(--mll-navy)}

h1,h2,h3,p{overflow-wrap:anywhere}.mll-section{padding:70px 0}.mll-svg-icon{width:27px;height:27px}.mll-kicker{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:var(--mll-green);font-size:11px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}.mll-kicker i{display:block;width:24px;height:2px;background:currentColor}.mll-kicker.is-light{color:#a5ce79}.mll-section-label{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;color:var(--mll-green);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.mll-section-label span{width:30px;height:1px;background:#82a764}.mll-centered-title{margin:0 0 34px;text-align:center;color:var(--mll-ink);font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,3.4vw,45px);font-weight:600;letter-spacing:-.025em;line-height:1.08}.mll-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border:1px solid transparent;border-radius:5px;font-size:13px;font-weight:800;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.mll-btn:hover{transform:translateY(-2px)}.mll-btn-primary{color:#fff;background:linear-gradient(135deg,#709e25,#3f7e2b);box-shadow:0 9px 22px rgba(75,132,39,.18)}.mll-btn-primary:hover{color:#fff;background:#356f26}.mll-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--mll-ink);font-size:13px;font-weight:800}.mll-actions{display:flex;align-items:center;gap:28px;margin-top:28px}.mll-icon-circle{width:72px;height:72px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #a9c98d;border-radius:50%;color:var(--mll-navy);background:#fff;box-shadow:0 8px 24px rgba(5,43,65,.05)}

/* Header */
.mll-header{position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(9,46,69,.09);background:rgba(255,255,255,.96);box-shadow:0 3px 16px rgba(5,39,59,.035);backdrop-filter:blur(14px)}.admin-bar .mll-header{top:32px}.mll-header-inner{min-height:74px;display:flex;align-items:center;gap:24px}.mll-brand{width:162px;margin-right:auto;line-height:0}.mll-brand-link,.custom-logo-link{display:block}.mll-logo,.custom-logo{width:162px;max-height:54px;object-fit:contain;object-position:left center}.mll-nav{display:flex;align-items:center;gap:12px}.mll-menu{display:flex;align-items:center;gap:1px;margin:0;padding:0;list-style:none}.mll-menu li{position:relative}.mll-menu a{display:block;padding:11px 9px;color:#284252;font-size:12px;font-weight:680;white-space:nowrap}.mll-menu a:hover,.mll-menu .current-menu-item>a{color:var(--mll-green)}.mll-menu .sub-menu{position:absolute;top:100%;left:0;min-width:220px;display:none;margin:0;padding:9px;border:1px solid var(--mll-line);border-radius:12px;background:#fff;box-shadow:var(--mll-shadow);list-style:none}.mll-menu li:hover>.sub-menu,.mll-menu li:focus-within>.sub-menu{display:block}.mll-menu .sub-menu a{padding:9px 11px}.mll-header-cta{padding:10px 16px;border:1px solid #93b36a;border-radius:5px;color:#527d28;font-size:11px;font-weight:800;white-space:nowrap}.mll-header-cta:hover{color:#fff;background:var(--mll-green)}.mll-toggle{width:45px;height:42px;display:none;place-content:center;gap:5px;padding:0;border:0;background:none}.mll-toggle span{width:24px;height:2px;background:var(--mll-navy)}
.mll-language{position:relative}.mll-language summary{height:38px;display:flex;align-items:center;gap:5px;padding:0 5px;color:var(--mll-navy);cursor:pointer;list-style:none;font-size:11px}.mll-language summary::-webkit-details-marker{display:none}.mll-language summary span{width:24px;height:24px;display:grid;place-items:center;border:1px solid #a5b9b5;border-radius:50%;font-size:15px}.mll-language-menu{position:absolute;top:44px;right:0;min-width:145px;padding:7px;border:1px solid var(--mll-line);border-radius:10px;background:#fff;box-shadow:var(--mll-shadow)}.mll-language-menu a{display:block;padding:8px 10px;border-radius:7px;font-size:12px}.mll-language-menu a[aria-current=true]{color:#fff;background:var(--mll-green)}

.mll-language summary span svg{width:15px;height:15px}

/* Hero */
.mll-hero{position:relative;min-height:610px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(100deg,#fff 0%,#f7fbfc 44%,#eaf5f6 100%)}.mll-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 45%,rgba(255,255,255,.1))}.mll-hero-network{position:absolute;z-index:0;inset:0;background:url("assets/images/hero-network.svg") 70% 42%/cover no-repeat;opacity:.54}.mll-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;gap:30px;align-items:center;padding:70px 0 58px}.mll-hero-copy{max-width:600px}.mll-hero h1{margin:0;color:var(--mll-ink);font-size:clamp(46px,5.5vw,70px);font-weight:780;letter-spacing:-.052em;line-height:1.02}.mll-hero-copy>p{max-width:590px;margin:24px 0 0;color:#526976;font-size:16px;line-height:1.75}.mll-hero-facts{display:flex;gap:28px;margin-top:22px}.mll-hero-facts span{display:flex;align-items:center;gap:7px;color:#526f44;font-size:12px;font-weight:800}.mll-hero-facts .mll-svg-icon{width:19px;height:19px}.mll-hero-data{position:relative;min-height:430px}.mll-body-map{position:absolute;top:24px;left:49%;width:205px;height:355px;transform:translateX(-50%);opacity:.22}.mll-body-map:before{content:"";position:absolute;top:0;left:50%;width:66px;height:66px;border:2px solid #638a94;border-radius:50%;transform:translateX(-50%)}.mll-body-map:after{content:"";position:absolute;top:64px;left:50%;width:96px;height:160px;border:2px solid #638a94;border-radius:45% 45% 34% 34%;transform:translateX(-50%)}.mll-body-map span,.mll-body-map i{position:absolute;display:block;border:2px solid #638a94}.mll-body-map span{top:92px;left:15px;width:175px;height:112px;border-top:0;border-right:0;border-left:0;transform:rotate(90deg)}.mll-body-map i{top:215px;left:50%;width:130px;height:125px;border-top:0;border-bottom:0;transform:translateX(-50%);clip-path:polygon(0 0,45% 0,45% 100%,55% 100%,55% 0,100% 0,100% 10%,62% 10%,62% 100%,38% 100%,38% 10%,0 10%)}.mll-float-card{position:absolute;width:150px;padding:18px;border:1px solid rgba(139,169,168,.24);border-radius:10px;background:rgba(255,255,255,.94);box-shadow:0 14px 30px rgba(8,46,70,.14);backdrop-filter:blur(10px)}.mll-float-card small{display:block;color:#4e626c;font-size:10px;font-weight:750}.mll-float-card strong{display:inline-block;margin-top:5px;color:#68972d;font-size:34px;line-height:1}.mll-float-card em{margin-left:4px;color:#7b8a90;font-size:9px;font-style:normal}.mll-float-index{top:70px;left:4%}.mll-float-age{top:142px;right:0;width:165px}.mll-float-inflammation{bottom:42px;left:30%;width:140px}.mll-float-card strong.is-word{display:block;font-size:19px}.mll-mini-line{position:relative;height:24px;margin-top:8px;border-bottom:1px solid #d9e4df}.mll-mini-line:before{content:"";position:absolute;inset:7px 0 2px;background:linear-gradient(145deg,transparent 0 16%,#86a942 17% 20%,transparent 21% 34%,#86a942 35% 38%,transparent 39% 53%,#86a942 54% 58%,transparent 59% 70%,#86a942 71% 75%,transparent 76%)}.mll-age-track{height:5px;margin:10px 0 7px;border-radius:8px;background:#e5ece8}.mll-age-track i{display:block;width:54%;height:100%;border-radius:inherit;background:#78a439}.mll-status-dot{width:7px;height:7px;margin-top:8px;border-radius:50%;background:#7ea936}

/* How and context */
.mll-how{background:#fff}.mll-how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.mll-feature-card{min-height:250px;padding:28px 23px;text-align:center;border:1px solid #dfe8e5;border-radius:8px;background:#fff;box-shadow:0 10px 25px rgba(6,43,63,.055)}.mll-feature-card .mll-icon-circle{margin:0 auto 20px}.mll-feature-card h3{margin:0 0 10px;color:var(--mll-ink);font-size:18px}.mll-feature-card p{margin:0;color:#71828c;font-size:12.5px;line-height:1.65}.mll-context{padding-top:48px}.mll-context-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:78px;align-items:center}.mll-context-copy h2{max-width:460px;margin:0;color:var(--mll-ink);font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,4.4vw,56px);font-weight:600;letter-spacing:-.03em;line-height:1.03}.mll-context-copy p{max-width:480px;margin:22px 0 27px;color:#677985;line-height:1.75}.mll-biomarker-map{position:relative;min-height:360px}.mll-biomarker-map svg{position:absolute;inset:0;width:100%;height:100%}.map-lines path{fill:none;stroke:#8cb9ad;stroke-width:1;opacity:.45}.map-lines path:nth-child(n+2){stroke-dasharray:4 7;opacity:.28}.map-dots circle{fill:#418b47}.map-dots circle:nth-child(4n){fill:#13738b}.map-center{position:absolute;top:46%;left:50%;width:140px;transform:translate(-50%,-50%);text-align:center;color:var(--mll-navy);font-size:13px;line-height:1.2;text-transform:uppercase}.mll-biomarker-map>span{position:absolute;color:#193f55;font-size:10px;font-weight:800;text-transform:uppercase}.map-glucose{top:2%;left:47%}.map-triglycerides{top:17%;right:0}.map-inflammation{top:51%;right:-1%}.map-liver{bottom:4%;right:20%}.map-body{bottom:0;left:20%}.map-bp{top:58%;left:0}.map-hdl{top:20%;left:7%}

/* Photography and process */
.mll-photo-banner{position:relative;min-height:260px;overflow:hidden;border-radius:9px;background-position:center;background-size:cover;box-shadow:0 12px 36px rgba(6,38,57,.12)}.mll-photo-couple{background-image:url("assets/images/hikers-couple.webp")}.mll-photo-overlay{position:absolute;inset:0;display:flex;align-items:center;padding:45px;background:linear-gradient(90deg,rgba(2,31,48,.88),rgba(3,39,52,.48) 44%,transparent 72%)}.mll-photo-overlay i{width:32px;height:2px;margin-right:16px;background:#85b04c}.mll-photo-overlay blockquote{max-width:340px;margin:0;color:#fff;font-size:23px;font-weight:550;line-height:1.35}.mll-decision{padding-bottom:30px}.mll-decision-grid{display:grid;grid-template-columns:minmax(0,1fr) 35px minmax(0,1fr) 35px minmax(0,1fr) 35px minmax(0,1fr);align-items:center}.mll-decision-grid article{min-height:205px;padding:25px;text-align:center;border:1px solid #e0e8e5;border-radius:7px;background:#fff;box-shadow:0 8px 22px rgba(6,43,63,.045)}.mll-decision-grid .mll-icon-circle{width:58px;height:58px;margin:0 auto 16px}.mll-decision-grid h3{margin:0 0 8px;color:var(--mll-ink);font-size:14px}.mll-decision-grid p{margin:0;color:#778790;font-size:11.5px}.mll-step-arrow{text-align:center;color:#5f9b3a;font-size:28px}.mll-decision-note{margin:19px 0 0;text-align:center;color:#5c8a3c;font-size:13px;font-weight:650}.mll-photo-group{height:230px;background:url("assets/images/hikers-group.webp") center 43%/cover no-repeat}

/* Areas */
.mll-areas{position:relative;overflow:hidden;padding:42px 0;color:#fff;background:linear-gradient(120deg,#062941,#06324b 55%,#073f53)}.mll-areas:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 8% 78%,rgba(121,185,76,.24) 0 2px,transparent 3px),radial-gradient(circle at 90% 20%,rgba(70,159,178,.2) 0 2px,transparent 3px);background-size:70px 70px,90px 90px;opacity:.4}.mll-areas-grid{position:relative;z-index:2;display:grid;grid-template-columns:240px 1fr;gap:36px;align-items:center}.mll-areas h2{margin:8px 0 0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:37px;font-weight:500;text-transform:uppercase}.mll-area-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mll-area-card{min-height:100px;display:flex;align-items:center;gap:14px;padding:17px;border:1px solid rgba(151,207,183,.22);border-radius:6px;color:#fff;background:linear-gradient(120deg,rgba(15,72,91,.95),rgba(64,130,76,.7));transition:transform .2s ease,border-color .2s ease}.mll-area-card:hover{color:#fff;transform:translateY(-3px);border-color:rgba(187,221,123,.7)}.mll-area-icon{width:55px;height:55px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.5);border-radius:50%;color:#d7edce}.mll-area-card span{display:flex;flex-direction:column}.mll-area-card strong{color:#fff;font-size:14px;line-height:1.25}.mll-area-card small{margin-top:5px;color:#c4d8dc;font-size:9px;line-height:1.3}

/* Evidence and articles */
.mll-evidence{padding-bottom:40px}.mll-evidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mll-evidence-grid article{position:relative;display:grid;grid-template-columns:70px 1fr;gap:18px;align-items:center;min-height:150px;padding:23px;border:1px solid var(--mll-line);border-radius:8px;background:#fff;box-shadow:0 8px 20px rgba(5,44,65,.04)}.mll-evidence-card-link{position:absolute;z-index:2;inset:0;border-radius:inherit}.mll-evidence-card-link:focus-visible{outline:3px solid var(--mll-green);outline-offset:3px}.mll-evidence-grid article:hover{border-color:rgba(91,142,44,.45);box-shadow:0 12px 28px rgba(5,44,65,.09)}.mll-evidence-grid .mll-icon-circle{width:62px;height:62px}.mll-evidence-grid h3{margin:0 0 6px;color:var(--mll-ink);font-size:14px}.mll-evidence-grid p{margin:0;color:#71818b;font-size:10.5px;line-height:1.5}.mll-dots{display:flex;gap:5px;margin-top:12px}.mll-dots i{width:8px;height:8px;border-radius:50%;background:#dce5e3}.mll-dots.is-strong i{background:#2e6284}.mll-dots.is-medium i:nth-child(-n+3){background:#2e6284}.mll-dots.is-early i:nth-child(-n+2){background:#4c9948}.mll-articles{padding-top:32px}.mll-heading-row{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:25px}.mll-heading-row h2{margin:0;color:var(--mll-ink);font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,3.3vw,43px);font-weight:600}.mll-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mll-article-card{min-height:230px;overflow:hidden;border-radius:8px;box-shadow:0 12px 28px rgba(6,42,61,.09)}.mll-article-card>a{position:relative;height:100%;display:block;color:#fff}.mll-article-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.32}.mll-article-card>a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(4,32,50,.7))}.mll-article-number{position:absolute;z-index:2;top:22px;left:22px;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;font-size:20px}.mll-article-content{position:relative;z-index:3;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px}.mll-article-content h3{margin:0;color:#fff;font-size:17px;line-height:1.35}.mll-article-content p{margin:8px 0 14px;color:rgba(255,255,255,.78);font-size:11px}.mll-article-content>span{color:#fff;font-size:11px;font-weight:800}.mll-article-card.tone-1{background:linear-gradient(145deg,#4c8629,#274f2b)}.mll-article-card.tone-2{background:linear-gradient(145deg,#1587a2,#126077)}.mll-article-card.tone-3{background:linear-gradient(145deg,#315cad,#263a7c)}

/* About */
.mll-about{padding-top:45px;background:linear-gradient(135deg,#fff,#fbfcf7)}.mll-about-grid{display:grid;grid-template-columns:315px 1fr;gap:38px;align-items:start}.mll-about-cards{display:grid;gap:13px}.mll-about-side-card{position:relative;min-height:170px;display:grid;grid-template-columns:66px 1fr;gap:16px;align-items:start;padding:24px;border:1px solid var(--mll-line);border-radius:11px;background:#fff;box-shadow:0 9px 24px rgba(5,41,61,.05)}.mll-about-side-card .mll-icon-circle{width:57px;height:57px}.mll-side-number{position:absolute;top:12px;right:14px;color:#5e973a;font-size:12px;font-weight:850}.mll-about-side-card h3{margin:4px 0 6px;color:var(--mll-ink);font-size:15px}.mll-about-side-card ul{margin:0;padding:0;list-style:none}.mll-about-side-card li{position:relative;padding-left:10px;color:#627681;font-size:10.5px}.mll-about-side-card li:before{content:"";position:absolute;top:.75em;left:0;width:3px;height:3px;border-radius:50%;background:#5f9638}.mll-about-main{padding:15px 0 0}.mll-about-main h2{margin:0 0 18px;color:var(--mll-ink);font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4vw,54px);font-weight:600}.mll-about-main>p{max-width:760px;margin:0 0 14px;color:#5f7380;font-size:13px;line-height:1.75}.mll-about-brand-row{display:flex;align-items:center;gap:30px;margin:24px 0}.mll-about-brand-row img{width:260px;height:auto}.mll-about-options{padding:20px;border:1px solid var(--mll-line);border-radius:10px;background:#fff}.mll-about-options>h3{margin:0 0 15px;color:var(--mll-ink);font-size:15px}.mll-about-options>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mll-about-options a{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px}.mll-about-options a:hover{background:var(--mll-sage)}.mll-about-options .mll-icon-circle{width:48px;height:48px}.mll-about-options a>span:last-child{display:flex;flex-direction:column}.mll-about-options strong{font-size:12px}.mll-about-options small{color:#75868e;font-size:9px}

/* Application */
.mll-app{position:relative;display:grid;grid-template-columns:.64fr 1.36fr;gap:42px;align-items:center;overflow:hidden;margin-bottom:10px;padding:43px 44px;border-radius:10px;color:#fff;background:linear-gradient(120deg,#042b43,#03283e 54%,#063951)}.mll-app:after{content:"";position:absolute;right:-70px;bottom:-130px;width:330px;height:330px;border:1px solid rgba(91,172,177,.16);border-radius:50%;box-shadow:0 0 0 55px rgba(76,158,168,.035),0 0 0 110px rgba(76,158,168,.02)}.mll-app-copy{position:relative;z-index:2}.mll-app-copy h2{margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,3.5vw,48px);font-weight:500;line-height:1.08}.mll-app-copy ol{margin:22px 0;padding:0;list-style:none}.mll-app-copy li{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:start;margin:13px 0;color:#d5e0e2;font-size:11px}.mll-app-copy li span{color:#9bc76c;font-weight:850}.mll-dashboard{position:relative;z-index:2;overflow:hidden;border:1px solid rgba(159,200,202,.35);border-radius:9px;background:#06263a;box-shadow:0 25px 55px rgba(0,0,0,.27)}.mll-dashboard>header{height:42px;display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:14px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.09);color:#d9e7e8}.mll-dashboard>header strong{color:#a9d675}.mll-dashboard>header span{font-size:11px}.mll-dashboard>header small{font-size:8px}.mll-dashboard-body{display:grid;grid-template-columns:48px 1fr}.mll-dashboard-body>aside{display:flex;flex-direction:column;align-items:center;gap:14px;padding:17px 0;border-right:1px solid rgba(255,255,255,.08)}.mll-dashboard-body>aside i{width:18px;height:18px;border:1px solid #86aeb5;border-radius:4px}.mll-dashboard-body>main{padding:15px}.mll-dashboard-top{display:grid;grid-template-columns:.7fr 1.05fr 1.25fr;gap:8px}.mll-dashboard article{padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:5px;background:rgba(255,255,255,.035)}.mll-dashboard article small{display:block;color:#a6bbc0;font-size:7px;text-transform:uppercase}.mll-dashboard article strong{display:block;margin-top:8px;color:#fff;font-size:26px}.mll-dashboard article strong em{font-size:8px;font-style:normal}.mll-dashboard article span{color:#91c86f;font-size:8px}.mll-dashboard article b{display:block;margin-top:8px;padding-bottom:4px;border-bottom:2px solid #477f51;color:#dce7e8;font-size:7px;font-weight:600}.mll-chart-line{position:relative;height:60px;margin-top:8px;background:repeating-linear-gradient(0deg,transparent 0 19px,rgba(255,255,255,.08) 20px)}.mll-chart-line:after{content:"";position:absolute;inset:12px 0;background:linear-gradient(155deg,transparent 0 9%,#a7c52d 10% 12%,transparent 13% 24%,#a7c52d 25% 27%,transparent 28% 44%,#a7c52d 45% 47%,transparent 48% 63%,#a7c52d 64% 66%,transparent 67% 79%,#a7c52d 80% 82%,transparent 83%)}.mll-dashboard-metrics{display:grid;grid-template-columns:.6fr .6fr .75fr 1.6fr;gap:8px;margin-top:8px}.mll-dashboard-metrics article strong{font-size:21px}.mll-bars{height:25px;display:flex;align-items:end;gap:5px;margin-top:8px}.mll-bars i{flex:1;background:#aac92e}.mll-bars i:nth-child(1){height:38%}.mll-bars i:nth-child(2){height:55%}.mll-bars i:nth-child(3){height:45%}.mll-bars i:nth-child(4){height:78%}.mll-bars i:nth-child(5){height:68%}

/* Consultation */
.mll-consultation{padding:34px 0}.mll-consult-card{display:grid;grid-template-columns:88px 1fr auto;gap:25px;align-items:center;padding:27px 55px;border:1px solid #e2e9e5;border-radius:9px;background:linear-gradient(90deg,#fafcf8,#f2f7ed)}.mll-consult-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;color:#548a32;background:#edf5e7}.mll-consult-card h2{margin:0;color:var(--mll-ink);font-family:Georgia,"Times New Roman",serif;font-size:33px;font-weight:600;line-height:1.1}.mll-consult-card p{margin:7px 0 0;color:#71828b;font-size:11px}.mll-consult-card>div:last-child{display:flex;align-items:center;flex-direction:column;gap:8px}.mll-consult-card small{color:#7b8b92;font-size:9px}

/* Inner pages, posts and WooCommerce */
.mll-page-hero{position:relative;overflow:hidden;padding:80px 0 58px;color:#fff;background:linear-gradient(130deg,var(--mll-navy-deep),#0a5062)}.mll-page-hero:after{content:"";position:absolute;right:-120px;top:-260px;width:480px;height:480px;border:1px solid rgba(181,213,40,.18);border-radius:50%;box-shadow:0 0 0 80px rgba(181,213,40,.025),0 0 0 160px rgba(181,213,40,.015)}.mll-page-hero .mll-wrap{position:relative;z-index:2}.mll-page-hero h1{max-width:930px;margin:8px 0 0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5.4vw,67px);font-weight:600;letter-spacing:-.04em;line-height:1.03}.mll-page-hero p{max-width:700px;color:#c0d1d5}.mll-breadcrumbs{margin-bottom:16px;color:#a8bdc2;font-size:12px}.mll-breadcrumbs a{color:#dfeaec}.mll-breadcrumbs span{margin:0 7px}.mll-content{padding:68px 0}.mll-content article{max-width:920px}.mll-content h2,.mll-content h3{color:var(--mll-ink);line-height:1.2}.mll-content h2{margin-top:1.45em;font-family:Georgia,serif;font-size:clamp(28px,3vw,39px)}.mll-content a:not(.mll-btn){text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.mll-content table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--mll-line);border-radius:12px}.mll-content td,.mll-content th{padding:13px;text-align:left;border-bottom:1px solid var(--mll-line)}.mll-content tr:last-child td,.mll-content tr:last-child th{border-bottom:0}.mll-content th{width:210px;color:#fff;background:var(--mll-navy)}.mll-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.mll-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.mll-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mll-card{padding:25px;border:1px solid var(--mll-line);border-radius:14px;background:#fff;box-shadow:0 9px 26px rgba(4,31,44,.05)}.mll-card h2,.mll-card h3{color:var(--mll-ink);line-height:1.2}.mll-card h3{font-size:22px;margin:10px 0}.mll-card p{color:var(--mll-muted)}.mll-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#eaf5e5;font-size:22px}.mll-link{color:var(--mll-green);font-weight:800}.mll-meta{color:var(--mll-muted);font-size:13px}.mll-post-card{padding:0;overflow:hidden}.mll-post-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.mll-card-body{padding:25px}.mll-tax-list{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.mll-pill{padding:8px 14px;border:1px solid var(--mll-line);border-radius:999px;background:#fff;font-size:13px;font-weight:750}.mll-notice{margin:25px 0;padding:22px;border-left:5px solid var(--mll-green);border-radius:12px;background:#f1f7ed}.mll-coming{padding:42px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--mll-navy),#0a5062)}.mll-coming h2{margin-top:0;color:#fff}.mll-faq details{padding:19px 0;border-bottom:1px solid var(--mll-line)}.mll-faq summary{cursor:pointer;color:var(--mll-ink);font-size:18px;font-weight:800}.mll-price{color:var(--mll-ink);font-size:39px;font-weight:900}.mll-section-head{max-width:800px;margin-bottom:35px}.mll-section-head h2{margin:8px 0 13px;color:var(--mll-ink);font-family:Georgia,serif;font-size:clamp(32px,4vw,48px)}.mll-section-head p{color:var(--mll-muted);font-size:18px}.mll-cta{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:47px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--mll-navy),#0a5062)}.mll-cta h2{margin:0 0 7px;color:#fff;font-family:Georgia,serif;font-size:36px}.mll-cta p{margin:0;color:#c0d0d4}.nav-links{display:flex;gap:8px;margin-top:31px}.page-numbers{padding:9px 13px;border:1px solid var(--mll-line);border-radius:8px}.page-numbers.current{color:#fff;background:var(--mll-navy)}.woocommerce .button,.woocommerce button.button,.woocommerce input.button{color:#fff!important;background:var(--mll-green)!important;border-radius:5px!important}.woocommerce ul.products li.product{padding:16px;border:1px solid var(--mll-line);border-radius:12px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--mll-green)}

/* Contact */
.mll-contact-form-wrap{max-width:820px}.mll-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mll-contact-form p{margin:0}.mll-contact-form .is-full{grid-column:1/-1}.mll-contact-form label{display:block;color:var(--mll-ink);font-size:13px;font-weight:750}.mll-contact-form input[type=text],.mll-contact-form input[type=email],.mll-contact-form textarea{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #cfdcda;border-radius:7px;color:var(--mll-text);background:#fff}.mll-contact-form input:focus,.mll-contact-form textarea:focus{outline:2px solid rgba(76,140,46,.25);border-color:var(--mll-green)}.mll-consent label{display:flex;align-items:flex-start;gap:9px;font-weight:500}.mll-consent input{margin-top:4px}.mll-honeypot{position:absolute!important;left:-9999px}.mll-form-message{margin-bottom:20px;padding:15px;border-radius:8px}.mll-form-message.is-success{color:#315d27;background:#edf7e8}.mll-form-message.is-error{color:#8b2d2d;background:#fff0f0}

/* Footer */
.mll-footer{position:relative;overflow:hidden;padding:54px 0 22px;color:#dce7ea;background:linear-gradient(120deg,#03243a,#052d45)}.mll-footer:after{content:"";position:absolute;right:-110px;bottom:-210px;width:420px;height:420px;border:1px solid rgba(66,153,173,.13);border-radius:50%;box-shadow:0 0 0 75px rgba(66,153,173,.025),0 0 0 150px rgba(66,153,173,.015)}.mll-footer-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr;gap:38px}.mll-footer-brand{width:185px;margin-bottom:17px}.mll-footer h3{margin:0 0 14px;color:#fff;font-size:13px}.mll-footer p{max-width:280px;color:#9fb6bd;font-size:11px}.mll-footer a{color:#cddcde}.mll-footer a:hover{color:#b5d528}.mll-footer ul{margin:0;padding:0;list-style:none}.mll-footer li{margin:7px 0;font-size:11px}.mll-footer-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;gap:30px;margin-top:36px;padding-top:18px;border-top:1px solid rgba(255,255,255,.11);color:#8da7af;font-size:10px}.mll-footer-bottom nav ul,.mll-footer-bottom nav{display:flex;gap:17px}.mll-footer-menu{margin-top:20px}.mll-footer-links{display:flex;gap:15px;margin:0;padding:0;list-style:none}

/* Motion */
.mll-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.mll-reveal.is-visible{opacity:1;transform:none}.mll-how-grid .mll-reveal:nth-child(2),.mll-area-cards .mll-reveal:nth-child(2),.mll-evidence-grid .mll-reveal:nth-child(2),.mll-article-grid .mll-reveal:nth-child(2){transition-delay:.07s}.mll-how-grid .mll-reveal:nth-child(3),.mll-area-cards .mll-reveal:nth-child(3),.mll-evidence-grid .mll-reveal:nth-child(3),.mll-article-grid .mll-reveal:nth-child(3){transition-delay:.14s}.mll-how-grid .mll-reveal:nth-child(4){transition-delay:.21s}

/* Hero 3.0.2: proportions locked to the approved desktop composition */
.mll-hero{min-height:520px;background:linear-gradient(100deg,#fff 0%,#f8fbfd 48%,#eef7f4 100%)}
.mll-hero-network{background-image:var(--mll-hero-visual);background-position:right center;background-repeat:no-repeat;background-size:auto 100%;opacity:1}
.mll-hero-grid{grid-template-columns:1.05fr .95fr;gap:18px;padding:44px 0 42px}
.mll-hero-copy{max-width:750px}
.mll-hero h1{max-width:750px;font-size:clamp(48px,4vw,66px);line-height:1.08}
.mll-hero-copy>p{max-width:640px;margin-top:22px;font-size:15px;line-height:1.65}
.mll-hero-data{min-height:410px}
.mll-body-map{display:none}
.mll-float-card{width:165px;padding:17px}
.mll-float-index{top:56px;left:4%}
.mll-float-age{top:152px;right:3%;width:185px}
.mll-float-inflammation{bottom:24px;left:31%;width:155px}
.mll-hero-cards-hidden .mll-hero-data{min-height:410px}

/* The context diagram keeps one stable canvas so labels cannot drift away. */
.mll-context-grid{grid-template-columns:.82fr 1.18fr;gap:72px}
.mll-context-copy h2{max-width:560px;font-size:clamp(40px,3.4vw,54px)}
.mll-context-copy p{max-width:540px}
.mll-biomarker-map{min-height:350px;isolation:isolate}
.mll-biomarker-map svg{overflow:visible}
.mll-biomarker-map>span,.map-center{z-index:2;white-space:nowrap}

/* Fixed editorial cards from the approved design. */
.mll-articles{padding:42px 0 54px}
.mll-articles>.mll-wrap{padding:30px 32px 36px;border:1px solid #e4ebe8;border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(5,42,61,.035)}
.mll-heading-row{margin-bottom:26px}
.mll-article-card{min-height:270px}
.mll-article-card>a{display:grid;grid-template-columns:132px 1fr;align-items:center;overflow:hidden}
.mll-article-card>a:after{display:none}
.mll-article-card img{display:none}
.mll-article-number{position:static;z-index:2;width:68px;height:68px;margin-left:34px;font-size:27px}
.mll-article-content{min-height:270px;justify-content:center;padding:32px 30px 30px 0}
.mll-article-content h3{font-size:clamp(19px,1.35vw,25px);line-height:1.35}
.mll-article-content p{margin:16px 0 22px;font-size:13px;line-height:1.6}
.mll-article-content>span{font-size:13px}
.mll-article-card:after{content:"";position:absolute;right:-48px;bottom:-58px;width:180px;height:180px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 38px rgba(255,255,255,.025);pointer-events:none}
.mll-article-card{position:relative}

/* Application panel aligned to the approved wide dashboard. */
.mll-app{grid-template-columns:.65fr 1.35fr;gap:36px;min-height:440px;margin-top:36px;padding:38px 40px}
.mll-app-copy h2{max-width:490px;font-size:clamp(35px,3vw,48px)}
.mll-app-copy ol{margin:24px 0}
.mll-app-copy li{grid-template-columns:48px 1fr;gap:14px;margin:17px 0}
.mll-app-copy li>span{color:#fff;font-size:27px;font-weight:650;line-height:1}
.mll-app-copy li strong{display:block;color:#fff;font-size:14px;line-height:1.25}
.mll-app-copy li small{display:block;margin-top:4px;color:#9fb6bd;font-size:9px;line-height:1.45}
.mll-dashboard{min-height:350px}
.mll-dashboard>header{height:48px;grid-template-columns:58px 1fr auto}
.mll-dashboard>header strong{font-size:28px}
.mll-dashboard-body{min-height:300px;grid-template-columns:54px 1fr}
.mll-dashboard-body>aside{gap:11px;padding:14px 0}
.mll-dashboard-body>aside span{width:29px;height:29px;display:grid;place-items:center;border-radius:6px;color:#c6dadd}
.mll-dashboard-body>aside span:first-child,.mll-dashboard-body>aside span:hover{background:rgba(255,255,255,.08)}
.mll-dashboard-body>aside .mll-svg-icon{width:18px;height:18px}
.mll-dashboard-body>main{padding:14px}
.mll-dashboard-top{grid-template-columns:.78fr 1fr 1.42fr;gap:10px}
.mll-dashboard article{padding:13px}
.mll-score-panel{text-align:center}
.mll-score-ring{width:102px;height:102px;display:grid;place-items:center;margin:12px auto 7px;border-radius:50%;background:radial-gradient(circle,#082d42 54%,transparent 56%),conic-gradient(#8fbb48 0 82%,#dce9e5 82% 100%)}
.mll-dashboard .mll-score-ring strong{margin:0;color:#fff;font-size:34px;line-height:1}
.mll-dashboard .mll-score-ring strong em{font-size:9px}
.mll-dashboard .mll-score-panel>span{font-size:10px;font-weight:800}
.mll-dashboard article b{display:flex;justify-content:space-between;gap:12px;margin-top:6px;font-size:8px}
.mll-dashboard article b em{color:#dfe9e9;font-size:8px;font-style:normal}
.mll-dashboard-metrics{grid-template-columns:.62fr .62fr .74fr 1.72fr;gap:10px;margin-top:10px}
.mll-time-line{position:relative;height:42px;margin-top:10px;background:repeating-linear-gradient(0deg,transparent 0 13px,rgba(255,255,255,.06) 14px)}
.mll-time-line:after{content:"";position:absolute;inset:7px 0;background:linear-gradient(158deg,transparent 0 10%,#afca32 11% 13%,transparent 14% 24%,#afca32 25% 27%,transparent 28% 38%,#afca32 39% 41%,transparent 42% 53%,#afca32 54% 56%,transparent 57% 68%,#afca32 69% 71%,transparent 72% 82%,#afca32 83% 85%,transparent 86%)}

@media(max-width:1120px){.mll-wrap{width:min(var(--mll-max),calc(100% - 32px))}.mll-brand,.mll-logo,.custom-logo{width:145px}.mll-menu a{padding-inline:6px;font-size:11px}.mll-header-cta{padding-inline:10px}.mll-hero-grid{grid-template-columns:1fr 1fr}.mll-float-index{left:0}.mll-float-age{right:0}.mll-context-grid{gap:35px}.mll-about-grid{grid-template-columns:285px 1fr}.mll-app{gap:25px;padding-inline:30px}}

@media(max-width:960px){
 .admin-bar .mll-header{top:32px}.mll-toggle{display:grid}.mll-header-inner{min-height:70px}.mll-nav{position:absolute;top:70px;right:16px;left:16px;max-height:calc(100vh - 90px);display:none;overflow:auto;align-items:stretch;padding:14px;border:1px solid var(--mll-line);border-radius:14px;background:#fff;box-shadow:var(--mll-shadow)}.mll-nav.is-open{display:block}.mll-menu{display:block}.mll-menu a{padding:10px;font-size:14px}.mll-menu .sub-menu{position:static;display:block;padding:0 0 0 16px;border:0;box-shadow:none}.mll-language{margin:7px 0}.mll-language summary{justify-content:flex-start;padding:7px 10px}.mll-language-menu{position:static;box-shadow:none}.mll-header-cta{display:flex;justify-content:center;margin-top:8px;padding:11px}
 .mll-hero{min-height:auto}.mll-hero-network{inset:auto 0 0;height:430px;background-position:center bottom;background-size:auto 100%}.mll-hero-grid{grid-template-columns:1fr;padding-top:62px}.mll-hero-copy{max-width:720px}.mll-hero-data{max-width:650px;width:100%;margin:0 auto}.mll-how-grid{grid-template-columns:repeat(2,1fr)}.mll-context-grid{grid-template-columns:1fr}.mll-context-copy{max-width:700px}.mll-biomarker-map{max-width:750px;width:100%;margin:auto}.mll-areas-grid{grid-template-columns:1fr}.mll-area-cards{grid-template-columns:repeat(3,1fr)}.mll-evidence-grid{grid-template-columns:1fr}.mll-evidence-grid article{grid-template-columns:70px 1fr}.mll-about-grid{grid-template-columns:1fr}.mll-about-cards{grid-template-columns:repeat(3,1fr)}.mll-about-side-card{grid-template-columns:1fr}.mll-app{grid-template-columns:1fr}.mll-app-copy{max-width:700px}.mll-dashboard{width:100%}.mll-consult-card{grid-template-columns:70px 1fr}.mll-consult-card>div:last-child{grid-column:2;align-items:flex-start}.mll-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.mll-footer-grid>div:last-child{grid-column:2}
}

@media(max-width:700px){
 .admin-bar .mll-header{top:46px}.mll-wrap{width:min(var(--mll-max),calc(100% - 24px))}.mll-section{padding:54px 0}.mll-brand,.mll-logo,.custom-logo{width:135px}.mll-hero-grid{padding:46px 0 30px}.mll-hero h1{font-size:clamp(39px,12vw,55px)}.mll-hero-copy>p{font-size:15px}.mll-hero-facts{align-items:flex-start;flex-direction:column;gap:10px}.mll-actions{align-items:stretch;flex-direction:column;gap:14px}.mll-actions .mll-btn{width:100%}.mll-text-link{justify-content:center}.mll-hero-data{min-height:360px;transform:scale(.88);transform-origin:center top;margin-bottom:-45px}.mll-body-map{left:52%}.mll-float-index{left:-2%}.mll-float-age{right:-2%}.mll-float-inflammation{left:27%}
 .mll-how-grid{grid-template-columns:1fr}.mll-feature-card{min-height:0}.mll-context{padding-top:20px}.mll-context-copy h2{font-size:40px}.mll-biomarker-map{min-height:260px}.mll-biomarker-map>span{font-size:7px}.map-center{font-size:9px}.mll-photo-banner{min-height:350px;border-radius:7px;background-position:64% center}.mll-photo-overlay{align-items:flex-end;padding:28px;background:linear-gradient(0deg,rgba(2,31,48,.91),rgba(2,31,48,.1) 70%)}.mll-photo-overlay i{display:none}.mll-photo-overlay blockquote{font-size:21px}.mll-decision-grid{grid-template-columns:1fr}.mll-step-arrow{transform:rotate(90deg)}.mll-photo-group{height:310px;background-position:42% center}.mll-area-cards{grid-template-columns:1fr}.mll-area-card{min-height:86px}.mll-evidence-grid article{grid-template-columns:58px 1fr;padding:18px}.mll-evidence-grid .mll-icon-circle{width:54px;height:54px}.mll-heading-row{align-items:flex-start;flex-direction:column}.mll-article-grid{grid-template-columns:1fr}.mll-article-card{min-height:250px}.mll-about-cards{grid-template-columns:1fr}.mll-about-side-card{grid-template-columns:58px 1fr;min-height:0}.mll-about-brand-row{align-items:flex-start;flex-direction:column}.mll-about-brand-row img{width:230px}.mll-about-options>div{grid-template-columns:1fr}.mll-app{width:calc(100% - 24px);padding:30px 20px}.mll-dashboard-body{grid-template-columns:1fr}.mll-dashboard-body>aside{display:none}.mll-dashboard-top{grid-template-columns:1fr 1fr}.mll-dashboard-top article:last-child{grid-column:1/-1}.mll-dashboard-metrics{grid-template-columns:repeat(3,1fr)}.mll-dashboard-metrics article:last-child{grid-column:1/-1}.mll-consult-card{grid-template-columns:1fr;padding:30px 24px}.mll-consult-card>div:last-child{grid-column:auto}.mll-consult-card h2{font-size:30px}
 .mll-page-hero{padding:58px 0 45px}.mll-content{padding:48px 0}.mll-grid-2,.mll-grid-3,.mll-grid-4{grid-template-columns:1fr}.mll-content table{display:block;overflow-x:auto}.mll-cta{align-items:flex-start;flex-direction:column;padding:32px 23px}.mll-contact-form{grid-template-columns:1fr}.mll-contact-form .is-full{grid-column:auto}.mll-footer-grid{grid-template-columns:1fr 1fr}.mll-footer-intro{grid-column:1/-1}.mll-footer-grid>div:last-child{grid-column:auto}.mll-footer-bottom{align-items:flex-start;flex-direction:column}.mll-footer-bottom nav{flex-wrap:wrap}
}

@media(max-width:430px){.mll-hero-data{transform:scale(.75);margin-inline:-10%;width:120%;margin-bottom:-80px}.mll-float-card{width:138px}.mll-float-age{width:145px}.mll-about-side-card{grid-template-columns:1fr}.mll-footer-grid{grid-template-columns:1fr}.mll-footer-intro{grid-column:auto}.mll-dashboard>header{grid-template-columns:55px 1fr auto;padding-inline:10px}.mll-dashboard-body>main{padding:9px}}

@media(max-width:700px){
 .mll-articles>.mll-wrap{padding:24px 16px 28px}
 .mll-article-card>a{grid-template-columns:88px 1fr}
 .mll-article-number{width:56px;height:56px;margin-left:18px;font-size:21px}
 .mll-article-content{min-height:250px;padding:26px 20px 26px 0}
 .mll-article-content h3{font-size:20px}
 .mll-context-copy h2{font-size:39px}
 .mll-biomarker-map>span,.map-center{white-space:normal}
 .mll-app-copy li{grid-template-columns:40px 1fr}
 .mll-app-copy li>span{font-size:23px}
 .mll-dashboard{min-height:0}
 .mll-score-ring{width:88px;height:88px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.mll-reveal{opacity:1;transform:none;transition:none}.mll-btn,.mll-area-card{transition:none}}

/* 3.2.0 — unified typography, spacing and service content */
:root{--mll-max:1280px}
.mll-wrap{width:min(var(--mll-max),calc(100% - 64px))}
.mll-section{padding:78px 0}
.mll-kicker,.mll-section-label{font-size:13px;line-height:1.45}
.mll-btn{min-height:52px;padding:13px 24px;font-size:15px}
.mll-text-link{font-size:15px}

.mll-header-inner{min-height:82px;gap:28px}
.mll-brand,.mll-logo,.custom-logo{width:170px}
.mll-nav{gap:16px}
.mll-menu{gap:3px}
.mll-menu a{padding:12px 9px;font-size:13px}
.mll-header-cta{min-height:46px;display:inline-flex;align-items:center;padding:10px 16px;font-size:13px}
.home .mll-menu .current-menu-item>a{color:#284252}
.home .mll-menu .current-menu-item:first-child>a{color:var(--mll-green)}

.mll-hero-copy>p{font-size:17px;line-height:1.7}
.mll-hero-facts span{font-size:16px}
.mll-hero-facts .mll-svg-icon{width:24px;height:24px}
.mll-how{padding-block:82px}
.mll-feature-card{padding:30px 25px}
.mll-feature-card h3{font-size:19px}
.mll-feature-card p{color:#5f7480;font-size:15px;line-height:1.65}

.mll-context{padding-block:76px}
.mll-context-copy p{font-size:16px;line-height:1.75}
.mll-decision{padding-block:78px 60px}
.mll-decision-grid{gap:0}
.mll-decision-grid article{min-height:220px;padding:28px}
.mll-decision-grid h3{font-size:18px;line-height:1.35}
.mll-decision-grid p{color:#637884;font-size:15px;line-height:1.62}
.mll-decision-note{margin-top:24px;font-size:15px}

.mll-areas{padding:60px 0}
.mll-area-card{min-height:108px;padding:19px}
.mll-area-card strong{font-size:15px}
.mll-area-card small{font-size:13px;line-height:1.45}

.mll-evidence{padding-block:78px 66px}
.mll-evidence-grid article{min-height:176px;padding:27px}
.mll-evidence-grid h3{font-size:18px;line-height:1.35}
.mll-evidence-grid p{color:#617581;font-size:14px;line-height:1.6}
.mll-dots{gap:7px;margin-top:15px}
.mll-dots i{width:10px;height:10px}
.mll-dots.is-strong i{background:#4d9a43}
.mll-dots.is-medium i{background:#dce5e3}
.mll-dots.is-medium i:nth-child(-n+3){background:#2e6284}
.mll-dots.is-early i{background:#dce5e3}
.mll-dots.is-early i:nth-child(-n+2){background:#df8a2f}

.mll-articles{padding-block:64px}
.mll-articles>.mll-wrap{padding:38px 40px 44px}
.mll-article-content p{font-size:15px;line-height:1.65}
.mll-article-content>span{font-size:14px}

.mll-about{padding-block:80px;background:linear-gradient(135deg,#fff,#f8fbf6)}
.mll-about-main{max-width:1100px;margin:0 auto;padding:0}
.mll-about-main h2{max-width:950px;margin:0 0 26px;font-size:clamp(42px,4vw,54px);line-height:1.12}
.mll-about-main>h3{max-width:900px;margin:48px 0 18px;color:var(--mll-ink);font-size:30px;line-height:1.22}
.mll-about-main>p{max-width:900px;margin:0 0 17px;color:#4f6876;font-size:16px;line-height:1.72}
.mll-about-main>p a{color:var(--mll-green);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.mll-about-action-row{max-width:900px;display:flex;justify-content:flex-end;margin:30px 0 40px}
.mll-about-options{padding:28px}
.mll-about-options>h3{margin-bottom:22px;font-size:18px}
.mll-about-options>div{gap:18px}
.mll-about-options a{min-height:90px;gap:16px;padding:16px}
.mll-about-options .mll-icon-circle{width:56px;height:56px}
.mll-about-options strong{font-size:16px}
.mll-about-options small{margin-top:4px;color:#657a86;font-size:14px;line-height:1.45}

.mll-app{grid-template-columns:.72fr 1.28fr;gap:42px;min-height:500px;margin-block:46px 18px;padding:50px 48px}
.mll-app-copy h2{line-height:1.08}
.mll-app-method{max-width:520px;margin:18px 0 0;color:#c4d5d8;font-size:15px;line-height:1.65}
.mll-app-copy ol{margin:26px 0}
.mll-app-copy li{margin:18px 0}
.mll-app-copy li strong{font-size:17px}
.mll-app-copy li small{margin-top:6px;color:#b7cbd0;font-size:14px;line-height:1.55}
.mll-app-order{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.mll-app-price{display:flex;flex-direction:column}
.mll-app-price strong{color:#b5d528;font-size:34px;line-height:1}
.mll-app-price small{margin-top:5px;color:#adc1c6;font-size:12px}
.mll-dashboard>header{height:52px}
.mll-dashboard>header span{font-size:13px}
.mll-dashboard>header small{font-size:10px}
.mll-dashboard article small{font-size:9px}
.mll-dashboard article b{font-size:9px}
.mll-dashboard article b em{font-size:9px}
.mll-age-panel{display:flex;flex-direction:column;justify-content:center}
.mll-dashboard .mll-age-panel>strong{margin:15px 0 7px;font-size:38px}
.mll-dashboard .mll-age-panel>strong em{font-size:10px}
.mll-dashboard .mll-age-panel>span{font-size:10px}
.mll-system-profile{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}
.mll-system-profile b{margin:0!important}

.mll-consultation{padding:60px 0}
.mll-consult-card{gap:32px;padding:46px 56px}
.mll-consult-card h2{font-size:clamp(32px,3vw,40px);line-height:1.15}
.mll-consult-card p{margin-top:12px;color:#607783;font-size:16px;line-height:1.6}
.mll-consult-card>div:last-child{gap:11px}
.mll-consult-card small{font-size:12px;line-height:1.4;text-align:center}

.mll-footer{padding:66px 0 28px}
.mll-footer h3{font-size:15px}
.mll-footer p,.mll-footer li{font-size:13px;line-height:1.6}
.mll-footer-bottom{font-size:12px}

.mll-reveal{opacity:1;transform:none}
.mll-js .mll-reveal{opacity:0;transform:translateY(18px)}
.mll-js .mll-reveal.is-visible{opacity:1;transform:none}

@media(max-width:1120px){
 .mll-wrap{width:min(var(--mll-max),calc(100% - 48px))}
 .mll-menu a{font-size:12px}
 .mll-app{grid-template-columns:1fr;gap:34px}
 .mll-app-copy{max-width:760px}
}

@media(max-width:960px){
 .mll-header-inner{min-height:74px}
 .mll-nav{top:74px}
 .mll-menu a{font-size:15px}
 .mll-about-main{max-width:900px}
 .mll-consult-card{padding:40px}
}

@media(max-width:700px){
 .mll-wrap{width:min(var(--mll-max),calc(100% - 40px))}
 .mll-section{padding:54px 0}
 .mll-kicker,.mll-section-label{font-size:12px}
 .mll-hero h1{font-size:clamp(38px,10.5vw,46px);line-height:1.06}
 .mll-hero-copy>p{font-size:16px;line-height:1.68}
 .mll-hero-facts span{font-size:16px}
 .mll-actions .mll-btn{min-height:58px;font-size:17px}
 .mll-how{padding-block:58px}
 .mll-feature-card{padding:28px 24px}
 .mll-feature-card h3{font-size:20px}
 .mll-feature-card p{font-size:15px}
 .mll-centered-title{font-size:clamp(31px,9vw,38px);line-height:1.12}
 .mll-context-copy h2{font-size:38px;line-height:1.08}
 .mll-decision{padding-block:58px}
 .mll-decision-grid{gap:14px}
 .mll-step-arrow{display:none}
 .mll-decision-grid article{min-height:0;padding:26px 22px}
 .mll-decision-grid h3{font-size:18px}
 .mll-decision-grid p{font-size:15px}
 .mll-areas{padding:54px 0}
 .mll-area-card strong{font-size:16px}
 .mll-area-card small{font-size:14px}
 .mll-evidence{padding-block:58px}
 .mll-evidence-grid article{grid-template-columns:58px 1fr;min-height:0;padding:22px 20px}
 .mll-evidence-grid h3{font-size:18px}
 .mll-evidence-grid p{font-size:14px}
 .mll-articles{padding-block:52px}
 .mll-articles>.mll-wrap{padding:28px 20px 32px}
 .mll-heading-row h2{font-size:34px;line-height:1.12}
 .mll-article-card>a{grid-template-columns:82px 1fr}
 .mll-article-content{padding-right:20px}
 .mll-article-content p{font-size:14px}
 .mll-about{padding-block:58px}
 .mll-about-main h2{font-size:36px;line-height:1.12}
 .mll-about-main>h3{margin-top:38px;font-size:27px}
 .mll-about-main>p{font-size:16px;line-height:1.68}
 .mll-about-action-row{justify-content:stretch;margin:26px 0 34px}
 .mll-about-action-row .mll-btn{width:100%;max-width:none}
 .mll-about-options{padding:22px}
 .mll-about-options>div{grid-template-columns:1fr}
 .mll-about-options a{min-height:82px;padding:14px}
 .mll-about-options strong{font-size:16px}
 .mll-about-options small{font-size:14px}
 .mll-app{width:calc(100% - 40px);margin-top:32px;padding:34px 24px}
 .mll-app-copy h2{font-size:36px}
 .mll-app-method{font-size:15px}
 .mll-app-copy li strong{font-size:16px}
 .mll-app-copy li small{font-size:14px}
 .mll-app-order{align-items:stretch;flex-direction:column}
 .mll-app-order .mll-btn{width:100%;min-height:56px}
 .mll-dashboard-top{grid-template-columns:1fr 1fr}
 .mll-consultation{padding:52px 0}
 .mll-consult-card{padding:36px 24px}
 .mll-consult-card h2{font-size:32px}
 .mll-consult-card p{font-size:16px}
 .mll-consult-card .mll-btn{width:100%;min-height:56px;font-size:16px}
 .mll-consult-card small{font-size:12px}
 .mll-footer{padding-top:56px}
 .mll-footer h3{font-size:15px}
 .mll-footer p,.mll-footer li{font-size:14px}
 .mll-footer-bottom{font-size:12px}
}

@media(max-width:430px){
 .mll-wrap{width:min(var(--mll-max),calc(100% - 32px))}
 .mll-app{width:calc(100% - 32px);padding-inline:20px}
 .mll-app-copy h2{font-size:33px}
 .mll-dashboard>header small{display:none}
 .mll-system-profile{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
 .mll-js .mll-reveal{opacity:1;transform:none;transition:none}
}

/* 3.2.1 — desktop composition and one consistent type scale */
.mll-centered-title,
.mll-context-copy h2,
.mll-areas h2,
.mll-heading-row h2,
.mll-about-main h2,
.mll-about-main>h3,
.mll-app-copy h2,
.mll-consult-card h2,
.mll-page-hero h1,
.mll-content h2,
.mll-section-head h2,
.mll-cta h2{
 font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
 letter-spacing:-.035em;
}

.mll-section{padding:68px 0}
.mll-centered-title{font-size:clamp(32px,2.7vw,40px);line-height:1.14}
.mll-context{padding-block:68px}
.mll-context-copy h2{font-size:clamp(36px,3vw,46px);line-height:1.1}
.mll-areas{padding:52px 0}
.mll-areas h2{font-size:32px;line-height:1.08}
.mll-decision{padding-block:68px 54px}
.mll-evidence{padding-block:66px 56px}

@media(min-width:961px){
 .mll-hero-network{
  background-position:calc(100% - max(0px,(100vw - var(--mll-max))/4)) center;
  background-size:auto 118%;
 }
 .mll-hero-grid{grid-template-columns:1fr 1fr;gap:24px}
 .mll-hero-copy{max-width:660px}
 .mll-hero h1{max-width:660px;font-size:clamp(48px,3.65vw,62px);line-height:1.06}
 .mll-hero-data{min-height:420px}
 .mll-float-index{left:3%}
 .mll-float-age{right:3%}
 .mll-float-inflammation{left:29%}
}

.mll-articles{padding-block:48px}
.mll-articles>.mll-wrap{padding:30px 32px 34px;border-radius:14px}
.mll-heading-row{margin-bottom:22px}
.mll-heading-row h2{font-size:clamp(32px,2.65vw,38px);line-height:1.14}
.mll-article-card{min-height:230px}
.mll-article-card>a{grid-template-columns:104px 1fr}
.mll-article-number{width:56px;height:56px;margin-left:24px;font-size:22px}
.mll-article-content{min-height:230px;padding:26px 24px 26px 0}
.mll-article-content h3{font-size:19px;line-height:1.32}
.mll-article-content p{margin:12px 0 16px;font-size:14px;line-height:1.55}
.mll-article-content>span{font-size:13px}

.mll-about{padding-block:68px}
.mll-about-main{max-width:1040px}
.mll-about-main h2{max-width:none;margin-bottom:22px;font-size:clamp(34px,2.8vw,42px);line-height:1.14}
.mll-about-main>h3{margin:38px 0 15px;font-size:25px;line-height:1.22;letter-spacing:-.02em}
.mll-about-main>p{max-width:920px;margin-bottom:14px;font-size:16px;line-height:1.68}
.mll-about-action-row{max-width:920px;margin:26px 0 32px}
.mll-about-options{padding:24px}
.mll-about-options>h3{margin-bottom:17px;font-size:17px}
.mll-about-options a{min-height:76px;padding:12px}
.mll-about-options .mll-icon-circle{width:50px;height:50px}
.mll-about-options strong{font-size:15px}
.mll-about-options small{font-size:13px}

.mll-app{grid-template-columns:.68fr 1.32fr;gap:34px;min-height:440px;margin-block:38px 16px;padding:36px 40px}
.mll-app-copy h2{font-size:clamp(34px,2.65vw,42px);line-height:1.1}
.mll-app-method{margin-top:14px;font-size:14px;line-height:1.5}
.mll-app-copy ol{margin:18px 0}
.mll-app-copy li{grid-template-columns:42px 1fr;gap:12px;margin:11px 0}
.mll-app-copy li>span{font-size:23px}
.mll-app-copy li strong{font-size:15px}
.mll-app-copy li small{margin-top:3px;font-size:12.5px;line-height:1.4}
.mll-app-price strong{font-size:31px}
.mll-dashboard{min-height:330px}
.mll-dashboard-body{min-height:278px}

.mll-consultation{padding:52px 0}
.mll-consult-card{padding:38px 48px}
.mll-consult-card h2{font-size:clamp(30px,2.6vw,36px);line-height:1.16}
.mll-consult-card p{font-size:15px}

.mll-page-hero{padding:64px 0 48px}
.mll-page-hero h1{font-size:clamp(38px,4.3vw,56px);line-height:1.08}
.mll-content{padding:58px 0}
.mll-content h2{font-size:clamp(28px,2.7vw,36px);line-height:1.2}
.mll-section-head h2{font-size:clamp(30px,3vw,40px);line-height:1.16}
.mll-cta h2{font-size:32px;line-height:1.16}

@media(max-width:960px){
 .mll-hero-network{background-position:center bottom;background-size:auto 100%}
 .mll-app{padding:34px 30px}
}

@media(max-width:700px){
 .mll-section{padding:54px 0}
 .mll-centered-title{font-size:32px}
 .mll-context-copy h2{font-size:36px}
 .mll-heading-row h2{font-size:31px}
 .mll-article-card>a{grid-template-columns:78px 1fr}
 .mll-article-number{width:50px;height:50px;margin-left:15px;font-size:20px}
 .mll-article-content{min-height:220px;padding:24px 18px 24px 0}
 .mll-article-content h3{font-size:19px}
 .mll-about-main h2{font-size:32px}
 .mll-about-main>h3{margin-top:32px;font-size:24px}
 .mll-about-options{padding:20px}
 .mll-about-options a{min-height:76px}
 .mll-app{width:calc(100% - 40px);padding:32px 22px}
 .mll-app-copy h2{font-size:32px}
 .mll-app-copy li small{font-size:13px}
 .mll-consult-card{padding:34px 24px}
 .mll-consult-card h2{font-size:30px}
 .mll-page-hero h1{font-size:38px}
 .mll-content{padding:46px 0}
}

/* 3.2.2 — restore the approved hero composition and compact analysis output. */
.mll-hero{
 min-height:650px;
 isolation:isolate;
 background:linear-gradient(108deg,#fff 0%,#f8fbfd 48%,#edf7f4 100%);
}
.mll-hero:before{
 content:"";
 position:absolute;
 z-index:0;
 inset:0;
 pointer-events:none;
 background:url("assets/images/hero-network.svg") 50% 46%/cover no-repeat;
 opacity:.16;
}
.mll-hero:after{z-index:0;background:radial-gradient(circle at 72% 54%,rgba(136,190,184,.14),transparent 35%)}
.mll-hero-grid{z-index:2;grid-template-columns:minmax(0,.94fr) minmax(600px,1.06fr);gap:24px;min-height:650px;padding:58px 0 52px}
.mll-hero-copy{max-width:720px}
.mll-hero h1{max-width:720px;font-size:clamp(48px,4.35vw,70px);line-height:1.04}
.mll-hero-copy>p{max-width:650px;font-size:17px;line-height:1.7}
.mll-hero-facts{gap:34px;margin-top:26px}
.mll-hero-facts span{gap:10px;color:#4c7f37;font-size:16px;font-weight:820}
.mll-hero-facts .mll-svg-icon{width:27px;height:27px}
.mll-actions{margin-top:32px}
.mll-hero-data{min-height:560px;isolation:isolate}
.mll-hero-visual{position:absolute;z-index:0;inset:-20px -24px -16px;pointer-events:none;background-image:var(--mll-hero-visual);background-position:right center;background-repeat:no-repeat;background-size:auto 100%}
.mll-hero-figure{position:absolute;z-index:1;inset:0;overflow:hidden;pointer-events:none}
.mll-hero-body{position:absolute;left:50%;bottom:10px;width:auto;max-width:none;height:540px;transform:translateX(-50%) scale(1);transform-origin:50% 54%;animation:mll-hero-breathe 7s ease-in-out infinite;will-change:transform}
.mll-body-particles{position:absolute;z-index:2;inset:0;pointer-events:none}
.mll-body-particles i{position:absolute;z-index:2;display:block;visibility:visible;width:10px;height:10px;border:1px solid rgba(255,255,255,.66);border-radius:50%;background:rgba(101,151,45,.72);box-shadow:0 0 0 5px rgba(101,151,45,.08),0 0 18px rgba(101,151,45,.34);opacity:.2;transform:translate(-50%,-50%) scale(.62);animation:mll-body-particle 6s ease-in-out infinite;animation-play-state:running;will-change:transform,opacity}
.mll-body-particles i:nth-child(1){top:16%;left:49%;width:7px;height:7px;animation-duration:5.4s}
.mll-body-particles i:nth-child(2){top:24%;left:53%;width:13px;height:13px;background:rgba(21,116,139,.7);box-shadow:0 0 0 6px rgba(21,116,139,.07),0 0 20px rgba(21,116,139,.3);animation-delay:-2.6s;animation-duration:7.1s}
.mll-body-particles i:nth-child(3){top:31%;left:46%;width:8px;height:8px;animation-delay:-4.1s;animation-duration:6.8s}
.mll-body-particles i:nth-child(4){top:37%;left:55%;width:6px;height:6px;background:rgba(18,84,111,.72);box-shadow:0 0 0 4px rgba(18,84,111,.08),0 0 16px rgba(18,84,111,.3);animation-delay:-1.4s;animation-duration:5.8s}
.mll-body-particles i:nth-child(5){top:44%;left:50%;width:15px;height:15px;animation-delay:-3.7s;animation-duration:7.6s}
.mll-body-particles i:nth-child(6){top:52%;left:45%;width:7px;height:7px;background:rgba(21,116,139,.7);box-shadow:0 0 0 5px rgba(21,116,139,.07),0 0 18px rgba(21,116,139,.3);animation-delay:-5.2s;animation-duration:6.4s}
.mll-body-particles i:nth-child(7){top:58%;left:54%;width:11px;height:11px;animation-delay:-.9s;animation-duration:7.3s}
.mll-body-particles i:nth-child(8){top:67%;left:47%;width:6px;height:6px;background:rgba(18,84,111,.72);box-shadow:0 0 0 4px rgba(18,84,111,.08),0 0 16px rgba(18,84,111,.3);animation-delay:-3.2s;animation-duration:5.6s}
.mll-body-particles i:nth-child(9){top:73%;left:53%;width:9px;height:9px;animation-delay:-6.1s;animation-duration:7.8s}
.mll-body-particles i:nth-child(10){top:82%;left:48%;width:12px;height:12px;background:rgba(21,116,139,.7);box-shadow:0 0 0 6px rgba(21,116,139,.07),0 0 20px rgba(21,116,139,.3);animation-delay:-2.1s;animation-duration:6.9s}
.mll-body-particles i:nth-child(11){top:90%;left:52%;width:7px;height:7px;animation-delay:-4.8s;animation-duration:5.9s}
.mll-float-card{z-index:2;width:122px;padding:11px 12px;border-radius:9px;box-shadow:0 10px 24px rgba(8,46,70,.11)}
.mll-float-card small{font-size:8px;line-height:1.25}
.mll-float-card strong{font-size:27px}
.mll-float-card em{font-size:7px}
.mll-float-index{top:116px;left:5%}
.mll-float-age{top:116px;right:5%;width:130px}
.mll-float-inflammation{bottom:76px;left:8%;width:118px}
.mll-float-card strong.is-word{font-size:15px}
.mll-mini-line{height:17px;margin-top:5px}
.mll-age-track{height:4px;margin:6px 0 5px}
.mll-float-plan{right:8%;bottom:76px;width:118px;min-height:82px}
.mll-plan-icon{display:block;margin-top:7px;color:#5d9a33}
.mll-plan-icon .mll-svg-icon{width:30px;height:30px}
.mll-hero-cards-hidden .mll-hero-data{min-height:560px}

@keyframes mll-hero-breathe{
 0%,100%{transform:translateX(-50%) scale(1)}
 50%{transform:translateX(-50%) scale(1.012)}
}

@keyframes mll-body-particle{
 0%,100%{opacity:.18;transform:translate(-50%,-50%) scale(.62)}
 50%{opacity:.72;transform:translate(-50%,-50%) scale(1.48)}
}

/* The new service copy stays intact; only the approved compact proportions return. */
.mll-app{grid-template-columns:.65fr 1.35fr;gap:36px;min-height:440px;margin-block:36px 16px;padding:38px 40px}
.mll-app-copy h2{max-width:490px;font-size:clamp(34px,2.65vw,42px)}
.mll-app-method{margin-top:13px;font-size:13px;line-height:1.5}
.mll-app-copy ol{margin:18px 0}
.mll-app-copy li{grid-template-columns:42px 1fr;gap:12px;margin:11px 0}
.mll-app-copy li>span{font-size:23px}
.mll-app-copy li strong{font-size:15px}
.mll-app-copy li small{margin-top:3px;font-size:12px;line-height:1.4}
.mll-dashboard{min-height:330px}
.mll-dashboard>header{height:48px;grid-template-columns:58px 1fr auto}
.mll-dashboard>header strong{font-size:28px}
.mll-dashboard>header span{font-size:11px}
.mll-dashboard>header small{font-size:8px}
.mll-dashboard-body{min-height:280px;grid-template-columns:48px 1fr}
.mll-dashboard-body>aside{gap:10px;padding:12px 0}
.mll-dashboard-body>aside span{width:27px;height:27px;display:grid;place-items:center;border-radius:6px;color:#c6dadd}
.mll-dashboard-body>aside .mll-svg-icon{width:17px;height:17px}
.mll-dashboard-body>main{padding:12px}
.mll-dashboard-top{grid-template-columns:.78fr 1fr 1.42fr;gap:8px}
.mll-dashboard article{padding:11px}
.mll-dashboard article small{font-size:7px}
.mll-dashboard article b,.mll-dashboard article b em{font-size:7px}
.mll-dashboard .mll-score-ring{width:94px;height:94px}
.mll-dashboard .mll-score-ring strong{font-size:31px}
.mll-dashboard .mll-age-panel>strong{margin:12px 0 6px;font-size:32px}
.mll-dashboard .mll-age-panel>strong em,.mll-dashboard .mll-age-panel>span{font-size:8px}
.mll-dashboard-metrics{grid-template-columns:.62fr .62fr .74fr 1.72fr;gap:8px;margin-top:8px}
.mll-system-profile{gap:7px;margin-top:8px}

/* Dedicated metabolic-analysis page restored from 3.1.1 and aligned to 3.2 typography. */
.mll-analysis-page{background:#fff}
.mll-analysis-hero{position:relative;overflow:hidden;padding:68px 0;color:#fff;background:linear-gradient(120deg,#03243a,#073a53)}
.mll-analysis-hero:after{content:"";position:absolute;right:-150px;bottom:-280px;width:650px;height:650px;border:1px solid rgba(125,191,178,.14);border-radius:50%;box-shadow:0 0 0 100px rgba(125,191,178,.025),0 0 0 200px rgba(125,191,178,.018)}
.mll-analysis-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.72fr 1.28fr;gap:52px;align-items:center}
.mll-analysis-intro h1{max-width:650px;margin:0;color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:clamp(42px,4.3vw,60px);font-weight:760;letter-spacing:-.045em;line-height:1.05}
.mll-analysis-intro>p{max-width:580px;margin:22px 0;color:#c3d2d6;font-size:16px;line-height:1.7}
.mll-analysis-price{display:flex;align-items:baseline;gap:12px;margin:22px 0}.mll-analysis-price strong{color:#b8d548;font-size:42px;line-height:1}.mll-analysis-price span{color:#aec1c6;font-size:13px}
.mll-report-preview{overflow:hidden;border:1px solid rgba(166,201,202,.35);border-radius:12px;background:#06283d;box-shadow:0 28px 65px rgba(0,0,0,.32)}
.mll-report-preview>header{height:54px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.1)}
.mll-report-preview>header strong{color:#b5d528;font-size:28px}.mll-report-preview>header span{font-weight:800}.mll-report-preview>header small{color:#b2c5c9;font-size:8px;letter-spacing:.08em}
.mll-report-preview-grid{display:grid;grid-template-columns:.72fr .72fr 1.55fr;gap:11px;padding:18px}
.mll-report-preview article{min-height:170px;padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:rgba(255,255,255,.035)}
.mll-report-preview article small{display:block;color:#a9bcc0;font-size:9px;text-transform:uppercase}.mll-report-preview article>strong{display:block;margin:22px 0 6px;color:#fff;font-size:48px;line-height:1}.mll-report-preview article>strong em{font-size:10px;font-style:normal}.mll-report-preview article>span{color:#9ac76c;font-size:10px;font-weight:800}
.mll-report-preview .is-score>strong{width:100px;height:100px;display:grid;place-items:center;margin:16px auto 7px;border-radius:50%;background:radial-gradient(circle,#082d42 54%,transparent 56%),conic-gradient(#8fbb48 0 82%,#dce9e5 82% 100%);font-size:35px}.mll-report-preview .is-score>span{display:block;text-align:center}
.mll-report-preview .is-wide b{display:flex;justify-content:space-between;margin-top:11px;padding-bottom:7px;border-bottom:3px solid #4b8155;color:#dce7e8;font-size:10px}.mll-report-preview .is-wide b em{font-style:normal}
.mll-analysis-outputs{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mll-analysis-outputs article{position:relative;min-height:270px;padding:32px 29px;border:1px solid var(--mll-line);border-radius:14px;background:#fff;box-shadow:0 14px 36px rgba(6,39,58,.07)}
.mll-analysis-outputs article>span{display:grid;width:52px;height:52px;place-items:center;margin-bottom:23px;border-radius:50%;color:#fff;background:var(--mll-navy);font-size:17px;font-weight:850}.mll-analysis-outputs article:nth-child(2)>span{background:var(--mll-green)}
.mll-analysis-outputs h3{margin:0 0 12px;color:var(--mll-ink);font-size:22px}.mll-analysis-outputs p{margin:0;color:var(--mll-muted);font-size:14px;line-height:1.7}
.mll-analysis-method{padding:72px 0;background:linear-gradient(110deg,#f4f8f2,#edf6f7)}.mll-analysis-method-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.mll-analysis-method h2,.mll-analysis-scope h2{margin:0;color:var(--mll-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:clamp(32px,3.2vw,44px);font-weight:740;letter-spacing:-.035em;line-height:1.12}
.mll-analysis-method p,.mll-analysis-scope p{color:#647985;line-height:1.75}.mll-analysis-process{display:grid;gap:14px}.mll-analysis-process article{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:22px;border:1px solid #dbe6e1;border-radius:12px;background:#fff;box-shadow:0 9px 24px rgba(7,46,64,.05)}
.mll-analysis-process article>strong{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--mll-green);font-size:18px}.mll-analysis-process h3{margin:0 0 4px;color:var(--mll-ink);font-size:18px}.mll-analysis-process p{margin:0;font-size:13px}
.mll-analysis-scope{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.mll-analysis-order{padding:50px 0;color:#fff;background:linear-gradient(120deg,#03243a,#075064)}.mll-analysis-order>.mll-wrap{display:flex;align-items:center;justify-content:space-between;gap:35px}.mll-analysis-order span{color:#a8cc78;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.mll-analysis-order h2{margin:5px 0;color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:clamp(29px,3.2vw,40px);font-weight:740;letter-spacing:-.035em}.mll-analysis-order p{margin:0;color:#b6c9ce}.mll-analysis-disclaimer{padding:22px 0 44px}.mll-analysis-disclaimer p{max-width:980px;margin:0;color:#7b8a91;font-size:11px;line-height:1.6}

@media(max-width:1220px){
 .mll-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr)}
 .mll-hero h1{font-size:clamp(46px,4.7vw,64px)}
 .mll-hero-body{bottom:18px;height:520px}
}

@media(max-width:1120px){
 .mll-app{grid-template-columns:1fr;gap:28px}
 .mll-app-copy{max-width:760px}
 .mll-dashboard{max-width:900px}
 .mll-analysis-hero-grid{grid-template-columns:1fr;gap:40px}.mll-analysis-intro{max-width:760px}.mll-report-preview{max-width:900px;width:100%}
}

@media(max-width:960px){
 .mll-hero-grid{grid-template-columns:1fr;gap:4px;min-height:0;padding:54px 0 24px}
 .mll-hero-copy{max-width:760px}
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{width:100%;max-width:720px;min-height:600px;margin:0 auto}
 .mll-hero-visual{inset:-24px -50px -12px;background-position:80% center;background-size:auto 100%}
 .mll-hero-body{height:610px}
 .mll-float-index{top:130px;left:10%}.mll-float-age{top:130px;right:10%}.mll-float-inflammation{bottom:88px;left:13%}.mll-float-plan{right:13%;bottom:88px}
 .mll-analysis-method-grid{grid-template-columns:1fr;gap:42px}.mll-analysis-scope{gap:44px}
}

@media(max-width:700px){
 .mll-hero{min-height:auto}
 .mll-hero:before{background-position:52% 68%;background-size:auto 90%;opacity:.12}
 .mll-hero-grid{width:100%;padding:34px 0 16px}
 .mll-hero-copy{width:calc(100% - 28px);margin-inline:auto}
 .mll-hero h1{font-size:clamp(39px,11.2vw,52px);line-height:1.05}
 .mll-hero-copy>p{margin-top:22px;font-size:16px;line-height:1.72}
 .mll-hero-facts{align-items:flex-start;flex-direction:column;gap:14px;margin-top:27px}
 .mll-hero-facts span{gap:12px;font-size:18px}.mll-hero-facts .mll-svg-icon{width:30px;height:30px}
 .mll-actions{gap:17px;margin-top:32px}.mll-actions .mll-btn{min-height:58px;font-size:17px}.mll-actions .mll-text-link{font-size:16px}
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{width:100%;max-width:none;min-height:590px;margin:14px 0 0;transform:none}
 .mll-hero-visual{inset:0 -65px;background-position:81% center;background-size:auto 100%}.mll-hero-body{bottom:2px;height:575px}
 .mll-float-card{width:96px;padding:9px 8px;border-radius:8px}.mll-float-card small{font-size:7px;line-height:1.22}.mll-float-card strong{font-size:23px}.mll-float-card em{font-size:6px}.mll-float-card strong.is-word{font-size:13px}.mll-mini-line{height:14px;margin-top:4px}
 .mll-float-index{top:132px;left:5%}.mll-float-age{top:132px;right:5%;width:101px}.mll-float-inflammation{bottom:100px;left:9%;width:94px}.mll-float-plan{right:9%;bottom:100px;width:94px;min-height:68px}.mll-plan-icon{margin-top:5px}.mll-plan-icon .mll-svg-icon{width:25px;height:25px}
 .mll-photo-couple{background-position:88% center}
 .mll-app{width:calc(100% - 40px);gap:24px;padding:30px 18px}
 .mll-app-copy h2{font-size:32px}.mll-app-method{font-size:14px}.mll-app-copy li small{font-size:12.5px}
 .mll-dashboard{width:100%;max-width:none;min-height:0}.mll-dashboard>header{height:42px;grid-template-columns:40px 1fr auto;padding:0 10px}.mll-dashboard>header strong{font-size:22px}.mll-dashboard>header span{font-size:9px}.mll-dashboard>header small{font-size:6px}
 .mll-dashboard-body{min-height:0;grid-template-columns:1fr}.mll-dashboard-body>aside{display:none}.mll-dashboard-body>main{padding:7px}.mll-dashboard-top{grid-template-columns:1fr 1fr;gap:6px}.mll-dashboard-top article:last-child{grid-column:1/-1}.mll-dashboard article{padding:8px}.mll-dashboard article small{font-size:6px}.mll-dashboard article b,.mll-dashboard article b em{font-size:6px}.mll-dashboard .mll-score-ring{width:66px;height:66px}.mll-dashboard .mll-score-ring strong{font-size:22px}.mll-dashboard .mll-age-panel>strong{margin:8px 0 4px;font-size:24px}.mll-dashboard .mll-age-panel>strong em,.mll-dashboard .mll-age-panel>span{font-size:7px}.mll-dashboard-metrics{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:6px}.mll-dashboard-metrics article:last-child{grid-column:1/-1}.mll-system-profile{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:6px}
 .mll-analysis-hero{padding:52px 0}.mll-analysis-intro h1{font-size:clamp(38px,11vw,50px)}.mll-analysis-intro>p{font-size:15px}
 .mll-report-preview>header{grid-template-columns:42px 1fr auto;padding:0 12px}.mll-report-preview-grid{grid-template-columns:1fr 1fr;padding:11px;gap:8px}.mll-report-preview-grid .is-wide{grid-column:1/-1}.mll-report-preview article{min-height:142px;padding:13px}.mll-report-preview article>strong{font-size:34px}.mll-report-preview .is-score>strong{width:78px;height:78px;font-size:27px}
 .mll-analysis-outputs,.mll-analysis-method-grid,.mll-analysis-scope{grid-template-columns:1fr}.mll-analysis-method-grid,.mll-analysis-scope{gap:34px}.mll-analysis-outputs article{min-height:0}.mll-analysis-order>.mll-wrap{align-items:flex-start;flex-direction:column}.mll-analysis-order .mll-btn{width:100%}
}

@media(max-width:430px){
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{width:100%;min-height:560px;margin-top:12px;transform:none}
 .mll-hero-visual{inset:0 -80px;background-position:81.5% center;background-size:auto 100%}.mll-hero-body{height:550px}
 .mll-float-index{left:4%}.mll-float-age{right:4%}.mll-float-inflammation{left:7%}.mll-float-plan{right:7%}
 .mll-report-preview>header small{display:block;font-size:6px}.mll-report-preview article small{font-size:7px}.mll-report-preview article>strong{font-size:31px}.mll-analysis-price strong{font-size:38px}.mll-analysis-process article{grid-template-columns:42px 1fr;padding:17px}.mll-analysis-process article>strong{width:40px;height:40px}
}

@media(prefers-reduced-motion:reduce){.mll-hero-body{animation:none;will-change:auto}}

/* Study images and spacing */
.mll-study-featured{margin:30px 0 34px}
.mll-study-featured img{width:100%;height:auto;border-radius:14px}
.mll-study-card .mll-icon{margin-bottom:5px}
.mll-study-card .mll-meta{margin-bottom:18px}
.mll-study-card-image{display:block;margin:0 0 24px;overflow:hidden;border-radius:12px;text-decoration:none!important}
.mll-study-card-image img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .25s ease}
.mll-study-card-image:hover img{transform:scale(1.02)}
.mll-study-card-image+h2{margin-top:0}
@media(max-width:700px){
 .mll-study-featured{margin:24px 0 28px}
 .mll-study-card .mll-meta{margin-bottom:16px}
 .mll-study-card-image{margin-bottom:21px}
}

/* 3.2.5 — hero layout: visual first on mobile, visual left / copy right on desktop. */
.mll-hero-data{order:1}
.mll-hero-copy{order:2}

@media(min-width:961px){
 .mll-hero-grid{grid-template-columns:minmax(520px,1.08fr) minmax(0,.92fr);gap:42px}
 .mll-hero-copy{justify-self:start;max-width:690px}
}

@media(max-width:960px){
 .mll-hero-grid{grid-template-columns:1fr}
 .mll-hero-data{grid-column:1;grid-row:1}
 .mll-hero-copy{grid-column:1;grid-row:2}
}

@media(max-width:700px){
 .mll-hero-grid{width:100%;gap:0;padding:0 0 34px}
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{margin:0 0 30px}
 .mll-hero-copy{width:calc(100% - 28px);margin-inline:auto;padding-top:0}
}

@media(max-width:430px){
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{margin-top:0;margin-bottom:28px}
}


/* 3.2.6 — keep only the approved desktop full-height visual background. */
@media(min-width:961px){
 .mll-hero-visual{bottom:-52px}
}

/* 3.2.7 — keep only the approved mobile hero stretch and lower copy. */
@media(max-width:700px){
 .mll-hero-grid{width:100%;gap:0;padding:0 0 52px}
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{margin:0 0 52px;min-height:615px}
 .mll-hero-visual{inset:0 -65px -42px;background-position:81% center;background-size:auto 100%}
 .mll-hero-body{bottom:2px;height:575px}
}
@media(max-width:430px){
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{min-height:590px;margin-top:0;margin-bottom:50px}
 .mll-hero-visual{inset:0 -80px -44px;background-position:81.5% center;background-size:auto 100%}
 .mll-hero-body{height:550px}
}

/* 3.2.9 — pulse reliability only: keep the original 3.2.4 pulse positions/colours/timing active. */


/* 3.3.2 — desktop hero copy aligned higher; avoid transform because reveal animation overrides it. */
@media(min-width:961px){
 .mll-hero-copy{align-self:start}
}
@media(max-width:700px){
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{margin-bottom:76px}
}
@media(max-width:430px){
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{margin-bottom:74px}
}

/* Context biomarker network — visual refresh only. */
.mll-biomarker-map{min-height:410px}
.mll-biomarker-map svg{overflow:visible}
.mll-biomarker-map .map-grid{fill:none!important}
.mll-biomarker-map .map-grid line{fill:none!important;stroke:#779c91;stroke-width:1;stroke-linecap:round;opacity:.18;vector-effect:non-scaling-stroke}
.mll-biomarker-map .map-grid line:nth-child(3n){stroke:var(--mll-green);opacity:.15}
.mll-biomarker-map .map-grid line:nth-child(4n){stroke:var(--mll-navy);opacity:.11}
.mll-biomarker-map .map-grid line:nth-child(7n){stroke-dasharray:3 7;opacity:.13}
.mll-biomarker-map .map-core-ring{transform-box:fill-box;transform-origin:center;fill:rgba(255,255,255,.72);vector-effect:non-scaling-stroke}
.mll-biomarker-map .map-core-ring-outer{stroke:rgba(77,140,46,.62);stroke-width:2.1}
.mll-biomarker-map .map-core-ring-inner{fill:none;stroke:rgba(77,140,46,.16);stroke-width:1}
.mll-biomarker-map .map-core-dot{fill:var(--mll-green);transform-box:fill-box;transform-origin:center;animation:mll-context-core 4.8s ease-in-out infinite}
.mll-biomarker-map .map-micro-dots circle{fill:var(--mll-green);opacity:.34;transform-box:fill-box;transform-origin:center;animation:mll-context-micro 6.8s ease-in-out infinite}
.mll-biomarker-map .map-micro-dots circle:nth-child(4n){fill:var(--mll-navy);opacity:.28}
.mll-biomarker-map .map-micro-dots circle:nth-child(2n){animation-delay:-1.5s}
.mll-biomarker-map .map-micro-dots circle:nth-child(3n){animation-delay:-3s}
.mll-biomarker-map .map-micro-dots circle:nth-child(5n){animation-delay:-4.5s}
.mll-biomarker-map .map-node-dot,.mll-biomarker-map .map-node-halo{transform-box:fill-box;transform-origin:center;will-change:transform,opacity}
.mll-biomarker-map .map-node-dot{fill:var(--mll-green);stroke:#fff;stroke-width:1.6;vector-effect:non-scaling-stroke;animation:mll-context-node 9.8s ease-in-out infinite}
.mll-biomarker-map .map-node:nth-child(1) .map-node-dot,.mll-biomarker-map .map-node:nth-child(4) .map-node-dot{fill:var(--mll-navy)}
.mll-biomarker-map .map-node:nth-child(2) .map-node-dot,.mll-biomarker-map .map-node:nth-child(3) .map-node-dot{fill:#245d78}
.mll-biomarker-map .map-node-halo{fill:none;stroke:var(--mll-green);stroke-width:1.8;opacity:0;vector-effect:non-scaling-stroke;animation:mll-context-halo 9.8s ease-out infinite}
.mll-biomarker-map .map-node:nth-child(1) .map-node-halo,.mll-biomarker-map .map-node:nth-child(4) .map-node-halo{stroke:var(--mll-navy)}
.mll-biomarker-map .map-node:nth-child(2) .map-node-halo,.mll-biomarker-map .map-node:nth-child(3) .map-node-halo{stroke:#245d78}
.mll-biomarker-map .map-node:nth-child(1) .map-node-dot,.mll-biomarker-map .map-node:nth-child(1) .map-node-halo{animation-delay:0s}
.mll-biomarker-map .map-node:nth-child(2) .map-node-dot,.mll-biomarker-map .map-node:nth-child(2) .map-node-halo{animation-delay:1.4s}
.mll-biomarker-map .map-node:nth-child(3) .map-node-dot,.mll-biomarker-map .map-node:nth-child(3) .map-node-halo{animation-delay:2.8s}
.mll-biomarker-map .map-node:nth-child(4) .map-node-dot,.mll-biomarker-map .map-node:nth-child(4) .map-node-halo{animation-delay:4.2s}
.mll-biomarker-map .map-node:nth-child(5) .map-node-dot,.mll-biomarker-map .map-node:nth-child(5) .map-node-halo{animation-delay:5.6s}
.mll-biomarker-map .map-node:nth-child(6) .map-node-dot,.mll-biomarker-map .map-node:nth-child(6) .map-node-halo{animation-delay:7s}
.mll-biomarker-map .map-node:nth-child(7) .map-node-dot,.mll-biomarker-map .map-node:nth-child(7) .map-node-halo{animation-delay:8.4s}
.mll-biomarker-map .map-center{top:50%;left:50%;width:180px;font-size:16px;font-weight:800;line-height:1.18;letter-spacing:.01em;color:var(--mll-navy)}
.mll-biomarker-map>span{font-size:12.5px;font-weight:800;letter-spacing:.012em;color:var(--mll-navy)}
.mll-biomarker-map .map-glucose{top:0;left:46.8%}
.mll-biomarker-map .map-triglycerides{top:15%;right:-1.5%}
.mll-biomarker-map .map-inflammation{top:47%;right:-2.5%}
.mll-biomarker-map .map-liver{bottom:1.5%;right:18%}
.mll-biomarker-map .map-body{bottom:0;left:15.5%}
.mll-biomarker-map .map-bp{top:56%;left:-1.5%}
.mll-biomarker-map .map-hdl{top:16%;left:3%}
@keyframes mll-context-node{
 0%,12%,100%{opacity:.88;transform:scale(1)}
 4.5%{opacity:1;transform:scale(1.7)}
 8%{opacity:1;transform:scale(1.08)}
}
@keyframes mll-context-halo{
 0%,2%,12%,100%{opacity:0;transform:scale(.65)}
 4.5%{opacity:.42;transform:scale(1)}
 9%{opacity:0;transform:scale(1.75)}
}
@keyframes mll-context-micro{
 0%,100%{opacity:.22;transform:scale(.78)}
 50%{opacity:.58;transform:scale(1.18)}
}
@keyframes mll-context-core{
 0%,100%{opacity:.68;transform:scale(.88)}
 50%{opacity:1;transform:scale(1.32)}
}
@media(max-width:700px){
 /* Mobile: mapa sa riadi vlastnym pomerom stran, bez prazdneho priestoru nad/pod SVG. */
 .mll-context-grid{gap:18px}
 .mll-context{padding-bottom:24px}
 .mll-biomarker-map{width:100%;min-height:0;aspect-ratio:760 / 390;margin:0 auto}
 .mll-biomarker-map .map-center{width:126px;font-size:10.5px}
 .mll-biomarker-map>span{font-size:8px}
}
@media(prefers-reduced-motion:reduce){
 .mll-biomarker-map .map-node-dot,.mll-biomarker-map .map-node-halo,.mll-biomarker-map .map-micro-dots circle,.mll-biomarker-map .map-core-dot{animation:none!important}
}

/* 3.3.4 — effects only: homepage CTA reveal and analysis metrics. */
.mll-js body.home .mll-header-cta,
.mll-js body.home #mll-main .mll-btn-primary{
 opacity:0;
 transform:translateY(18px);
 transition:opacity .82s ease,transform .82s ease,background .2s ease,box-shadow .2s ease;
}
.mll-js body.home .mll-header-cta.is-cta-visible,
.mll-js body.home #mll-main .mll-btn-primary.is-cta-visible{opacity:1;transform:translateY(0)}
.mll-js body.home .mll-header-cta.is-cta-visible:hover,
.mll-js body.home #mll-main .mll-btn-primary.is-cta-visible:hover{transform:translateY(-2px)}

.home #mll-app .mll-score-ring{
 background:radial-gradient(circle,#082d42 54%,transparent 56%),conic-gradient(#8fbb48 0 var(--mll-score-progress,82%),#dce9e5 var(--mll-score-progress,82%) 100%);
}
.home #mll-app .mll-dashboard-top>article:last-child>b{
 position:relative;
 padding-bottom:6px;
 border-bottom:0;
}
.home #mll-app .mll-dashboard-top>article:last-child>b::before,
.home #mll-app .mll-dashboard-top>article:last-child>b::after{
 content:"";
 position:absolute;
 left:0;
 bottom:0;
 height:2px;
 border-radius:2px;
}
.home #mll-app .mll-dashboard-top>article:last-child>b::before{right:0;background:rgba(220,233,229,.22)}
.home #mll-app .mll-dashboard-top>article:last-child>b::after{
 width:var(--mll-line-target,100%);
 background:#659a58;
 transition:width 1.15s cubic-bezier(.22,.61,.36,1);
 transition-delay:var(--mll-line-delay,0ms);
}
.mll-js body.home #mll-app .mll-dashboard:not(.is-mll-metrics-visible) .mll-dashboard-top>article:last-child>b::after{width:0}

@media(prefers-reduced-motion:reduce){
 .mll-js body.home .mll-header-cta,.mll-js body.home #mll-main .mll-btn-primary{opacity:1;transform:none;transition:none}
 .mll-js body.home #mll-app .mll-dashboard .mll-dashboard-top>article:last-child>b::after{width:var(--mll-line-target,100%)!important;transition:none}
}

/* 3.3.5 — mobile hero: heading, figure, complete copy and CTA. */
@media(max-width:700px){
 .mll-hero-grid{display:grid;grid-template-columns:1fr;gap:0;padding:0 0 48px}
 .mll-hero-copy{display:contents}
 .mll-hero-copy>h1{grid-column:1;grid-row:1;width:calc(100% - 28px);margin:34px auto 0}
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{grid-column:1;grid-row:2;min-height:615px;margin:16px 0 76px}
 .mll-hero-copy>p{position:relative;z-index:3;grid-column:1;grid-row:3;width:calc(100% - 28px);max-width:650px;margin:0 auto}
 .mll-hero-facts{grid-column:1;grid-row:4;width:calc(100% - 28px);margin:26px auto 0}
 .mll-actions{grid-column:1;grid-row:5;width:calc(100% - 28px);margin:32px auto 0}
}
@media(max-width:430px){
 .mll-hero-copy>h1{margin-top:30px}
 .mll-hero-data,.mll-hero-cards-hidden .mll-hero-data{min-height:590px;margin:14px 0 72px}
}

/* 3.3.6 — effects start in the viewport and remain calm enough to be seen. */
.mll-js .mll-reveal{transition-duration:.82s}

/* 3.3.9 — equal height for all four decision cards; no other layout changes. */
.mll-decision-grid{align-items:stretch}
.mll-decision-grid .mll-step-arrow{align-self:center}

/* 3.3.8 — agreed homepage wording and analysis audience section only. */
.mll-analysis-fit{padding:0 0 78px;background:#fff}
.mll-analysis-fit-panel{display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:center;padding:44px 48px;border:1px solid #dbe6e1;border-radius:16px;background:linear-gradient(115deg,#f8faf5,#eef6f7);box-shadow:0 14px 36px rgba(6,39,58,.055)}
.mll-analysis-fit-copy h2{max-width:520px;margin:0;color:var(--mll-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:clamp(30px,3vw,42px);font-weight:740;letter-spacing:-.035em;line-height:1.12}
.mll-analysis-fit-copy>p{max-width:560px;margin:20px 0 0;color:#647985;font-size:15px;line-height:1.75}
.mll-analysis-fit-list{display:grid;gap:10px}
.mll-analysis-fit-list article{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:center;min-height:58px;padding:12px 16px;border:1px solid rgba(111,151,118,.2);border-radius:10px;background:rgba(255,255,255,.78)}
.mll-analysis-fit-list article>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--mll-green);font-size:15px;font-weight:850}
.mll-analysis-fit-list p{margin:0;color:#38505d;font-size:14px;font-weight:650;line-height:1.5}

@media(max-width:960px){
 .mll-decision-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
 .mll-decision-grid .mll-step-arrow{display:none}
 .mll-analysis-fit-panel{grid-template-columns:1fr;gap:30px;padding:38px 34px}
}
@media(max-width:700px){
 .mll-decision-grid{grid-template-columns:1fr}
 .mll-analysis-fit{padding-bottom:54px}
 .mll-analysis-fit-panel{gap:25px;padding:30px 22px;border-radius:13px}
 .mll-analysis-fit-copy h2{font-size:clamp(29px,9vw,36px)}
 .mll-analysis-fit-copy>p{font-size:15px}
 .mll-analysis-fit-list article{grid-template-columns:30px 1fr;gap:11px;padding:11px 12px}
 .mll-analysis-fit-list article>span{width:28px;height:28px}
 .mll-analysis-fit-list p{font-size:14px}
}


/* 3.3.10 — only the “Personally prepared analysis” section is replaced by the approved MLL-IBA dashboard composition. */
.mll-app.mll-app-v2{display:block;min-height:0;margin-block:38px 16px;padding:34px 30px 30px;background:linear-gradient(120deg,#031b30 0%,#041f35 48%,#062c43 100%)}
.mll-app.mll-app-v2:after{right:-110px;bottom:-150px;opacity:.7}
.mll-app-v2-head{position:relative;z-index:2;margin-bottom:24px}
.mll-app-v2-head h2{max-width:none;margin:0;color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:clamp(34px,3vw,48px);font-weight:650;line-height:1.08;letter-spacing:-.03em}
.mll-iba-main{position:relative;z-index:2;display:grid;grid-template-columns:minmax(220px,.31fr) minmax(0,1fr);gap:26px;align-items:start}
.mll-iba-intro{padding:8px 2px 0 0;color:#dbe7e9}
.mll-iba-intro h3{margin:0 0 8px;color:#fff;font-size:clamp(31px,3vw,44px);font-weight:650;line-height:1}
.mll-iba-intro>p{max-width:310px;margin:0;color:#d4e0e3;font-size:15px;line-height:1.48}
.mll-iba-tagline{display:block;max-width:320px;margin:28px 0 24px;color:#a8d437;font-size:16px;line-height:1.5}
.mll-iba-benefits{display:grid;gap:14px;margin:0 0 28px;padding:0;list-style:none}
.mll-iba-benefits li{display:flex;align-items:center;gap:11px;color:#dfe8e9;font-size:13px;line-height:1.35}
.mll-iba-benefits li span{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #91bd36;border-radius:50%;color:#9fcc39;font-size:12px;font-weight:900}
.mll-iba-cta{min-width:175px}
.mll-iba-summary{min-width:0}
.mll-iba-meta{display:flex;justify-content:flex-end;gap:20px;margin:0 4px 10px}
.mll-iba-meta>span{display:grid;grid-template-columns:31px auto;grid-template-rows:auto auto;column-gap:8px;align-items:center;min-width:132px;color:#fff}
.mll-iba-meta i{width:31px;height:31px;grid-row:1/3;display:grid;place-items:center;border:1px solid rgba(188,213,218,.13);border-radius:50%;color:#c8d9dc;background:rgba(255,255,255,.035)}
.mll-iba-meta i .mll-svg-icon{width:17px;height:17px}
.mll-iba-meta small{color:#9db2b8;font-size:8px;line-height:1.2}
.mll-iba-meta strong{color:#fff;font-size:11px;line-height:1.15}
.mll-iba-panel{border:1px solid rgba(169,199,204,.22);border-radius:9px;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.018));box-shadow:inset 0 1px rgba(255,255,255,.015)}
.mll-iba-topcards{display:grid;grid-template-columns:1.02fr 1.08fr;gap:12px}
.mll-iba-score-card{display:grid;grid-template-columns:1.05fr .82fr;gap:15px;min-height:224px;padding:19px}
.mll-iba-score-card small,.mll-iba-age-card small{display:block;color:#f3f7f7;font-size:12px;font-weight:750;text-transform:uppercase}
.mll-iba-score-card small b,.mll-iba-age-card small b,.mll-iba-panel-title b{color:#9bb1b7;font-weight:500}
.mll-iba-score-number{display:flex;align-items:flex-end;gap:7px;margin:12px 0 8px}
.mll-iba-score-number strong{color:#82b83d;font-size:60px;font-weight:500;line-height:.9}
.mll-iba-score-number span{padding-bottom:7px;color:#e8eff0;font-size:22px}
.mll-iba-score-bar{width:100%;height:11px;overflow:hidden;border-radius:999px;background:#17344b}
.mll-iba-score-bar i{display:block;width:82%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#78a83a,#99ca47)}
.mll-iba-score-main>p{display:flex;align-items:center;gap:7px;margin:16px 0 0;color:#b6c6ca;font-size:9.5px;line-height:1.4}
.mll-iba-score-main>p span{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(139,184,65,.45);border-radius:50%;color:#92bf3f;background:rgba(123,166,57,.08)}
.mll-iba-score-context{display:grid;place-items:center}
.mll-iba-score-context>div{width:145px;height:145px;display:grid;place-content:center;padding:17px;border:4px dotted #78b53b;border-radius:50%;text-align:center}
.mll-iba-score-context strong{color:#97cd40;font-size:17px}
.mll-iba-score-context p{margin:5px 0 0;color:#dbe5e7;font-size:9px;line-height:1.45}
.mll-iba-age-card{display:grid;grid-template-columns:.78fr 1.15fr;gap:12px;min-height:224px;padding:19px}
.mll-iba-age-number{display:flex;align-items:flex-end;gap:8px;margin:10px 0 6px}
.mll-iba-age-number strong{color:#83ba3e;font-size:60px;font-weight:500;line-height:.9}
.mll-iba-age-number span{padding-bottom:5px;color:#fff;font-size:18px}
.mll-iba-age-copy>p{margin:7px 0 10px;color:#c8d4d7;font-size:10px}
.mll-iba-age-note{display:inline-flex;align-items:center;gap:8px;padding:7px 9px;border:1px solid rgba(166,202,208,.15);border-radius:6px;background:rgba(255,255,255,.025)}
.mll-iba-age-note strong{color:#99cc40;font-size:12px}
.mll-iba-age-note span{color:#d8e3e5;font-size:9px}
.mll-iba-age-chart{min-width:0;align-self:end;height:145px}
.mll-iba-age-chart svg{width:100%;height:100%;overflow:visible}
.mll-iba-chart-grid line{stroke:rgba(255,255,255,.07);stroke-width:1}
.mll-iba-chart-labels text{fill:#abbcc1;font-size:8px;font-family:Inter,Arial,sans-serif}
.mll-iba-areas-panel{margin-top:12px;padding:14px}
.mll-iba-panel-title{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#f2f6f7;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.01em}
.mll-iba-panel-title>a{color:#9ab8c8;font-size:9px;font-weight:650;text-transform:none}
.mll-iba-panel-title>a:hover{color:#b5d528}
.mll-iba-area-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:11px;border-top:1px solid rgba(255,255,255,.04);border-left:1px solid rgba(255,255,255,.04)}
.mll-iba-area-card{min-width:0;padding:11px 8px 9px;border-right:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055);text-align:center}
.mll-iba-area-name{min-height:43px;display:flex;align-items:flex-start;gap:6px;text-align:left}
.mll-iba-area-name i{width:27px;height:27px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#e9f2f2;background:#17364d}
.mll-iba-area-name .mll-svg-icon{width:16px;height:16px}
.mll-iba-area-name strong{color:#eef4f4;font-size:8.6px;line-height:1.25;text-transform:uppercase}
.mll-iba-gauge{position:relative;width:102px;max-width:100%;height:61px;margin:5px auto 0}
.mll-iba-gauge svg{width:100%;height:100%}
.mll-iba-gauge path{fill:none;stroke-linecap:round;stroke-width:7}
.mll-iba-gauge-bg{stroke:#29475b}
.mll-iba-gauge-value{stroke:#8bc34a}
.mll-iba-area-card.is-warn .mll-iba-gauge-value{stroke:#f0bc24}
.mll-iba-gauge>div{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:flex-end;gap:2px}
.mll-iba-gauge strong{color:#fff;font-size:24px;font-weight:550;line-height:1}
.mll-iba-gauge span{padding-bottom:2px;color:#b9c8cb;font-size:8px}
.mll-iba-status{display:block;margin-top:5px;color:#8fc443;font-size:9px;text-transform:uppercase}
.mll-iba-area-card.is-warn .mll-iba-status{color:#f0bc24}
.mll-iba-trend{display:block;color:#9bca41;font-size:11px;line-height:1.1}
.mll-iba-area-card.is-warn .mll-iba-trend{color:#f0bc24}
.mll-iba-area-card>small{display:block;margin-top:4px;color:#b7c7ca;font-size:7.5px;line-height:1.25}
.mll-iba-legend{display:flex;gap:26px;margin-top:9px;color:#aebfc3;font-size:8px}
.mll-iba-legend span{display:flex;align-items:center;gap:6px}
.mll-iba-legend i{width:8px;height:8px;border-radius:50%;background:#748b9b}.mll-iba-legend i.is-warn{background:#efbd23}.mll-iba-legend i.is-good{background:#8bc34a}
.mll-iba-lower{position:relative;z-index:2;display:grid;grid-template-columns:.95fr 1.05fr;gap:14px;margin-top:14px}
.mll-iba-priority-panel,.mll-iba-biomarkers{padding:17px}
.mll-iba-priority-row{display:grid;grid-template-columns:24px 34px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.065)}
.mll-iba-priority-num{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#123148;background:#91c846;font-size:11px;font-weight:900}
.mll-iba-priority-row>i{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#dce7e9;background:#153249}
.mll-iba-priority-row>i .mll-svg-icon{width:20px;height:20px}
.mll-iba-priority-row>div strong{display:block;color:#fff;font-size:13px;line-height:1.2}
.mll-iba-priority-row>div p{margin:3px 0 0;color:#b6c8cc;font-size:9px;line-height:1.35}
.mll-iba-badge{min-width:78px;padding:7px 8px;border-radius:5px;text-align:center;font-size:9px;line-height:1.25}.mll-iba-badge.is-high{color:#f2c329;background:#152f40}.mll-iba-badge.is-medium{color:#b9c8df;background:#172f46}
.mll-iba-detail-note,.mll-iba-reference-note{margin:12px 0 0;color:#a9bbc0;font-size:8.5px}
.mll-iba-table-wrap{overflow-x:auto;margin-top:11px}
.mll-iba-biomarkers table{width:100%;border-collapse:collapse;color:#edf4f4;font-size:9px}
.mll-iba-biomarkers th,.mll-iba-biomarkers td{padding:6px 8px;border-bottom:1px solid rgba(255,255,255,.07);text-align:left;white-space:nowrap}
.mll-iba-biomarkers th{color:#9fb3b8;font-weight:500}.mll-iba-biomarkers th small{display:block;font-size:7px}.mll-iba-biomarkers td:first-child{font-weight:700}.mll-iba-biomarkers td.is-better{color:#9bd046;font-weight:700}

@media(max-width:1180px){
 .mll-iba-main{grid-template-columns:230px minmax(0,1fr);gap:20px}
 .mll-iba-topcards{grid-template-columns:1fr}
 .mll-iba-area-grid{grid-template-columns:repeat(3,1fr)}
 .mll-iba-area-card:nth-child(3n){border-right:1px solid rgba(255,255,255,.055)}
}
@media(max-width:960px){
 .mll-app.mll-app-v2{padding:32px 24px}
 .mll-iba-main{grid-template-columns:1fr}
 .mll-iba-intro{max-width:620px}
 .mll-iba-intro>p,.mll-iba-tagline{max-width:560px}
 .mll-iba-meta{justify-content:flex-start;flex-wrap:wrap;margin-top:8px}
 .mll-iba-lower{grid-template-columns:1fr}
}
@media(max-width:700px){
 .mll-app.mll-app-v2{width:calc(100% - 40px);padding:28px 18px}
 .mll-app-v2-head{margin-bottom:20px}
 .mll-app-v2-head h2{font-size:31px}
 .mll-iba-intro h3{font-size:34px}
 .mll-iba-meta{gap:10px}
 .mll-iba-meta>span{min-width:118px}
 .mll-iba-score-card,.mll-iba-age-card{grid-template-columns:1fr}
 .mll-iba-score-context{justify-content:start}
 .mll-iba-age-chart{height:130px}
 .mll-iba-area-grid{grid-template-columns:repeat(2,1fr)}
 .mll-iba-legend{flex-wrap:wrap;gap:10px 18px}
 .mll-iba-priority-row{grid-template-columns:24px 34px 1fr}
 .mll-iba-badge{grid-column:3;justify-self:start}
}
@media(max-width:430px){
 .mll-app.mll-app-v2{width:calc(100% - 24px);padding-inline:14px}
 .mll-app-v2-head h2{font-size:28px}
 .mll-iba-meta>span{min-width:100%;grid-template-columns:31px 1fr}
 .mll-iba-area-grid{grid-template-columns:1fr}
 .mll-iba-area-card{padding-inline:13px}
 .mll-iba-area-name{justify-content:center;min-height:38px;text-align:center}
 .mll-iba-biomarkers th,.mll-iba-biomarkers td{padding-inline:6px}
}


/* 3.3.11 — motion only for the approved MLL-IBA dashboard; no layout/content changes. */
.mll-app-v2 .mll-iba-score-context>div{position:relative}
.mll-app-v2.is-mll-iba-anim-ready .mll-iba-score-context>div{border-color:transparent}
.mll-app-v2.is-mll-iba-anim-ready .mll-iba-score-context>div::before{
 content:"";position:absolute;inset:0;box-sizing:border-box;pointer-events:none;border:4px dotted #78b53b;border-radius:50%;transform:rotate(0deg)
}
.mll-app-v2.is-mll-iba-anim-ready.is-mll-iba-top-playing .mll-iba-score-context>div::before{
 animation:mllIbaDotsSpin 1800ms cubic-bezier(.22,.61,.36,1) 1 both
}
.mll-app-v2.is-mll-iba-anim-ready .mll-iba-score-bar i{
 transform-origin:left center;transition:transform 1450ms cubic-bezier(.22,.61,.36,1) 80ms;will-change:transform
}
.mll-app-v2.is-mll-iba-anim-ready .mll-iba-age-chart path,
.mll-app-v2.is-mll-iba-anim-ready .mll-iba-age-chart circle,
.mll-app-v2.is-mll-iba-anim-ready .mll-iba-gauge-value{will-change:stroke-dashoffset,stroke-dasharray,opacity}
@keyframes mllIbaDotsSpin{from{transform:rotate(0deg)}to{transform:rotate(540deg)}}
@media(prefers-reduced-motion:reduce){
 .mll-app-v2.is-mll-iba-anim-ready .mll-iba-score-context>div::before{animation:none!important}
 .mll-app-v2.is-mll-iba-anim-ready .mll-iba-score-bar i,
 .mll-app-v2.is-mll-iba-anim-ready .mll-iba-age-chart path,
 .mll-app-v2.is-mll-iba-anim-ready .mll-iba-age-chart circle,
 .mll-app-v2.is-mll-iba-anim-ready .mll-iba-gauge-value{transition:none!important}
}
