
:root{--vt2-dark:#0d372a;--vt2-primary:#1f4d3a;--vt2-secondary:#6f8f5f;--vt2-accent:#a8be97;--vt2-bg:#f7f9f6;--vt2-text:#2d2d2d;--vt2-muted:#617067;--vt2-line:#dfe8da;}
body.page .entry-title, body.page h1.entry-title, body.page .page-title, body.page .wp-block-post-title{display:none!important;}
.vt2-wrap{font-family:Montserrat,Inter,Arial,sans-serif;color:var(--vt2-text);background:var(--vt2-bg);margin:0}
.vt2-wrap *{box-sizing:border-box}
.vt2-top{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--vt2-line)}
.admin-bar .vt2-top{top:32px}
.vt2-nav{max-width:1240px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.vt2-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--vt2-dark);font-weight:800;letter-spacing:.18em;font-size:20px}
.vt2-brand img{height:48px;width:auto;object-fit:contain}
.vt2-menu{display:flex;align-items:center;gap:22px;font-size:13px;text-transform:uppercase;font-weight:700;letter-spacing:.04em}
.vt2-menu a{color:#102e25;text-decoration:none;border-bottom:2px solid transparent;padding:7px 0}
.vt2-menu a:hover{color:var(--vt2-secondary);border-color:var(--vt2-secondary)}
.vt2-lang{border-left:1px solid var(--vt2-line);padding-left:18px}
.vt2-hero{min-height:690px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), var(--hero) center right/cover no-repeat}
.vt2-hero.small{min-height:520px}
.vt2-inner{max-width:1240px;margin:0 auto;padding:0 24px;width:100%}
.vt2-kicker{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--vt2-secondary);font-weight:900;margin:0 0 18px}
.vt2-title{font-size:60px;line-height:1.05;color:var(--vt2-dark);max-width:760px;margin:0 0 22px;font-weight:900;letter-spacing:.01em}
.vt2-title.small{font-size:48px}
.vt2-lead{font-size:19px;line-height:1.65;color:#405148;max-width:720px;margin:0 0 30px}
.vt2-actions{display:flex;gap:14px;flex-wrap:wrap}
.vt2-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--vt2-dark);color:#fff!important;text-decoration:none;border:1px solid var(--vt2-dark);border-radius:8px;padding:13px 22px;font-weight:800;font-size:14px}
.vt2-btn.alt{background:#fff;color:var(--vt2-dark)!important}
.vt2-section{padding:88px 0}
.vt2-section.white{background:#fff}
.vt2-section.soft{background:#eef4eb}
.vt2-section.dark{background:linear-gradient(135deg,#0d372a,#123f31);color:#e7efe5}
.vt2-section.dark .vt2-title,.vt2-section.dark h2,.vt2-section.dark h3{color:#fff}
.vt2-section.dark p{color:#c5d4c0}
.vt2-centered{text-align:center}
.vt2-centered .vt2-title,.vt2-centered .vt2-lead{margin-left:auto;margin-right:auto}
.vt2-grid{display:grid;gap:26px}
.vt2-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.vt2-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.vt2-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.vt2-card{background:#fff;border:1px solid var(--vt2-line);border-radius:22px;padding:28px;box-shadow:0 16px 44px rgba(13,55,42,.07)}
.vt2-card h3{margin:0 0 12px;font-size:22px;line-height:1.25;color:var(--vt2-dark)}
.vt2-card p{margin:0 0 16px;font-size:15px;line-height:1.65;color:var(--vt2-muted)}
.vt2-card img{width:100%;height:auto;border-radius:18px;margin-bottom:18px;display:block;background:#fff}
.vt2-pill{display:inline-block;background:#eef4eb;border:1px solid #d7e4d2;border-radius:999px;color:var(--vt2-dark);padding:7px 12px;text-transform:uppercase;font-size:11px;letter-spacing:.08em;font-weight:900;margin-bottom:12px}
.vt2-featurebar{margin-top:-38px;position:relative;z-index:3}
.vt2-featurebar .vt2-inner{background:#fff;border:1px solid var(--vt2-line);border-radius:18px;box-shadow:0 18px 48px rgba(13,55,42,.08);padding:22px}
.vt2-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.vt2-icon{display:flex;align-items:center;gap:14px;padding:10px 22px;border-right:1px solid var(--vt2-line)}
.vt2-icon:last-child{border-right:0}
.vt2-icon .circle{width:52px;height:52px;border-radius:50%;border:2px solid var(--vt2-secondary);display:flex;align-items:center;justify-content:center;color:var(--vt2-secondary);font-size:25px;font-weight:900}
.vt2-icon strong{display:block;color:var(--vt2-dark);font-size:14px;text-transform:uppercase;letter-spacing:.06em}
.vt2-icon span{display:block;color:var(--vt2-muted);font-size:13px;margin-top:4px}
.vt2-split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.vt2-image{border-radius:28px;box-shadow:0 24px 65px rgba(13,55,42,.12);border:1px solid var(--vt2-line);width:100%;display:block;background:#fff}
.vt2-product{background:#fff;border:1px solid var(--vt2-line);border-radius:24px;padding:18px;box-shadow:0 18px 46px rgba(13,55,42,.07);display:flex;flex-direction:column}
.vt2-product img{width:100%;border-radius:18px;background:#fff}
.vt2-product h3{font-size:22px;margin:18px 10px 10px;color:var(--vt2-dark)}
.vt2-product p{margin:0 10px 18px;color:var(--vt2-muted);line-height:1.58;font-size:15px}
.vt2-note{border-left:5px solid var(--vt2-accent);background:#fff;padding:18px 20px;border-radius:14px;color:var(--vt2-muted);line-height:1.65;margin-top:22px}
.vt2-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 34px}
.vt2-tab{border:1px solid var(--vt2-line);border-radius:999px;padding:10px 16px;background:#fff;color:var(--vt2-dark);font-weight:800;font-size:13px;text-decoration:none}
.vt2-footer{background:#092b22;color:#dce7da;padding:60px 0 26px}
.vt2-footer a{color:#dce7da;text-decoration:none}
.vt2-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:34px}
.vt2-footer h4{color:#fff;margin:0 0 15px}
.vt2-footer p,.vt2-footer li{color:#b9c9b5;line-height:1.7;font-size:14px}
.vt2-footer ul{list-style:none;padding:0;margin:0}
.vt2-footer img{height:66px;width:auto;margin-bottom:18px}
.vt2-footnote{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:22px;display:flex;gap:22px;justify-content:space-between;flex-wrap:wrap;color:#9fb09c;font-size:13px}
.vt2-form{background:#fff;border:1px solid var(--vt2-line);border-radius:24px;padding:30px;box-shadow:0 18px 46px rgba(13,55,42,.07)}
.vt2-field{margin-bottom:14px}
.vt2-field input,.vt2-field textarea,.vt2-field select{width:100%;border:1px solid #d6e2d1;border-radius:10px;padding:14px;font:inherit;background:#fff}
.vt2-field textarea{min-height:150px}
.vt2-disclaimer{font-size:13px;color:var(--vt2-muted);line-height:1.6;background:#fff;border:1px dashed var(--vt2-accent);border-radius:16px;padding:18px}
@media(max-width:1040px){.vt2-menu{display:none}.vt2-title{font-size:42px}.vt2-grid-2,.vt2-grid-3,.vt2-grid-4,.vt2-split,.vt2-footer-grid{grid-template-columns:1fr}.vt2-icons{grid-template-columns:1fr 1fr}.vt2-icon:nth-child(2){border-right:0}.vt2-hero{min-height:600px}.vt2-section{padding:64px 0}}
@media(max-width:640px){.vt2-icons{grid-template-columns:1fr}.vt2-icon{border-right:0;border-bottom:1px solid var(--vt2-line)}.vt2-title{font-size:34px}.vt2-brand span{font-size:16px}.vt2-brand img{height:42px}.admin-bar .vt2-top{top:0}}


/* V2.1 image fix: use direct CSS asset paths instead of inline CSS variables, because some WordPress setups strip custom inline style variables. */
.vt2-hero{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('hero-lifestyle-crop.jpg') center right/cover no-repeat!important;}
.vt2-hero-home{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('hero-lifestyle-crop.jpg') center right/cover no-repeat!important;}
.vt2-hero-technology{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('hero-technology-crop.jpg') center right/cover no-repeat!important;}
.vt2-hero-products{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('hero-products-crop.jpg') center right/cover no-repeat!important;}
.vt2-hero-science{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('hero-science-crop.jpg') center right/cover no-repeat!important;}
.vt2-hero-about{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('hero-about-crop.jpg') center right/cover no-repeat!important;}
.vt2-hero-blood{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('blood-purification-hero.png') center right/cover no-repeat!important;}
.vt2-hero-oxygen{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('oxygenation-hero.png') center right/cover no-repeat!important;}
.vt2-hero-cellular{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('cellular-health-hero.png') center right/cover no-repeat!important;}
.vt2-hero-healthy{background:linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.94) 43%,rgba(247,249,246,.18) 100%), url('healthy-longevity-hero.png') center right/cover no-repeat!important;}
.vt2-product img,.vt2-card img,.vt2-image,.vt2-brand img,.vt2-footer img{display:block!important;opacity:1!important;visibility:visible!important;}


/* V2.2 all-image fix: replace normal <img> elements with CSS background elements to avoid lazyload/cache/img-src issues. */
.vt2-brand .vt2-logo-bg{display:block;width:230px;height:54px;background-size:contain;background-repeat:no-repeat;background-position:left center;}
.vt2-footer .vt2-logo-bg{display:block;width:250px;height:74px;background-size:contain;background-repeat:no-repeat;background-position:left center;margin-bottom:18px;}
.vt2-img-bg{display:block;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f7f9f6;border-radius:18px;}
.vt2-feature-img{width:100%;min-height:430px;border-radius:28px;box-shadow:0 24px 65px rgba(13,55,42,.12);border:1px solid var(--vt2-line);}
.vt2-card .vt2-feature-img{min-height:220px;margin-bottom:18px;border-radius:18px;box-shadow:none;}
.vt2-product-img{width:100%;min-height:250px;border-radius:18px;background-size:cover;background-position:center;}
.vt2-product .vt2-img-bg{margin:0;}
.vt2-bg-logo-header{background-image:url('vitareon-logo-header.png')!important;}
.vt2-bg-logo{background-image:url('vitareon-logo.png')!important;}
.vt2-bg-icon{background-image:url('vitareon-icon.png')!important;}
.vt2-bg-blood-hero{background-image:url('blood-purification-hero.png')!important;}
.vt2-bg-oxy-hero{background-image:url('oxygenation-hero.png')!important;}
.vt2-bg-cell-hero{background-image:url('cellular-health-hero.png')!important;}
.vt2-bg-healthy-hero{background-image:url('healthy-longevity-hero.png')!important;}
.vt2-bg-tech-overview{background-image:url('technologies-overview.png')!important;}
.vt2-bg-products-overview{background-image:url('products-overview.png')!important;}
.vt2-bg-science-overview{background-image:url('science-overview.png')!important;}
.vt2-bg-about-overview{background-image:url('about-overview.png')!important;}
.vt2-bg-prod-cytoclear{background-image:url('prod-cytoclear.png')!important;}
.vt2-bg-prod-endoclear{background-image:url('prod-endoclear.png')!important;}
.vt2-bg-prod-hemopure{background-image:url('prod-hemopure.png')!important;}
.vt2-bg-prod-plasmaselect{background-image:url('prod-plasmaselect.png')!important;}
.vt2-bg-prod-oxyflow{background-image:url('prod-oxyflow.png')!important;}
.vt2-bg-prod-oxyprime{background-image:url('prod-oxyprime.png')!important;}
.vt2-bg-prod-lifeox{background-image:url('prod-lifeox.png')!important;}
.vt2-bg-prod-nad{background-image:url('prod-nad.png')!important;}
.vt2-bg-prod-nmn{background-image:url('prod-nmn.png')!important;}
.vt2-bg-prod-spermidine{background-image:url('prod-spermidine.png')!important;}
.vt2-bg-prod-mitoboost{background-image:url('prod-mitoboost.png')!important;}
.vt2-bg-prod-urolithin{background-image:url('prod-urolithin.png')!important;}
.vt2-bg-prod-essentials{background-image:url('prod-essentials.png')!important;}
.vt2-bg-prod-agetrack{background-image:url('prod-agetrack.png')!important;}
.vt2-bg-prod-performance{background-image:url('prod-performance.png')!important;}
.vt2-bg-prod-biomarker{background-image:url('prod-biomarker.png')!important;}
@media(max-width:1040px){.vt2-brand .vt2-logo-bg{width:190px;height:46px}.vt2-feature-img{min-height:310px}.vt2-product-img{min-height:240px}}


/* V2.3 image sizing fix */
.vt2-hero-home{
  background-image:
    linear-gradient(90deg,#f7f9f6 0%,rgba(247,249,246,.96) 38%,rgba(247,249,246,.64) 62%,rgba(247,249,246,.14) 100%),
    url('home-mockup-en.png') !important;
  background-size: auto 100% !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
.vt2-hero-technology,
.vt2-hero-products,
.vt2-hero-science,
.vt2-hero-about,
.vt2-hero-blood,
.vt2-hero-oxygen,
.vt2-hero-cellular,
.vt2-hero-healthy{
  background-size: auto 100% !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
.vt2-feature-img{
  min-height: 390px !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #ffffff !important;
}
.vt2-split .vt2-feature-img{
  min-height: 430px !important;
  border-radius: 28px !important;
}
.vt2-card .vt2-feature-img{
  min-height: 240px !important;
  background-size: cover !important;
  background-position: center center !important;
}
.vt2-product-img{
  min-height: 290px !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #f7f9f6 !important;
}
.vt2-product{
  overflow: hidden !important;
}
.vt2-brand .vt2-logo-bg{
  width: 170px !important;
  height: 62px !important;
  background-size: contain !important;
  background-position: left center !important;
}
.vt2-footer .vt2-logo-bg{
  width: 210px !important;
  height: 80px !important;
  background-size: contain !important;
}
@media(max-width:1040px){
  .vt2-hero-home,
  .vt2-hero-technology,
  .vt2-hero-products,
  .vt2-hero-science,
  .vt2-hero-about,
  .vt2-hero-blood,
  .vt2-hero-oxygen,
  .vt2-hero-cellular,
  .vt2-hero-healthy{
    background-size: auto 72% !important;
    background-position: right top !important;
  }
  .vt2-feature-img{min-height:300px!important;}
  .vt2-product-img{min-height:260px!important;}
}
