
:root{
  --ov-bg:#ffffff;
  --ov-ink:#0b1020;
  --ov-muted:#5c6474;
  --ov-line:#e3e7ed;
  --ov-soft:#f7f8fa;
  --ov-black:#050607;
  --ov-shell:1120px;
  --ov-radius:12px;
  --ov-shadow:0 8px 24px rgba(18,27,45,.055);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:70px}
body{margin:0;background:var(--ov-bg);color:var(--ov-ink);font-family:Manrope,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
body.ov26-body{--accent:#1769e0;--accent-rgb:23,105,224}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
.ov26-shell{width:min(var(--ov-shell),calc(100% - 36px));margin-inline:auto}
.ov26-sr{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}
.ov26-skip{position:fixed;left:12px;top:-80px;z-index:9999;padding:10px 14px;background:#fff;color:#111;border-radius:8px}
.ov26-skip:focus{top:12px}
.ov26-header{position:sticky;top:0;z-index:70;background:var(--ov-black);border-bottom:2px solid var(--accent)}
.ov26-header--home{border-image:linear-gradient(90deg,#1769e0 0 25%,#18a654 25% 50%,#8c5cf6 50% 75%,#7cff00 75% 100%) 1}
.ov26-head-inner{min-height:56px;display:flex;align-items:center;gap:20px}
.ov26-brand{display:flex;align-items:center;flex:0 0 auto}
.ov26-brand img{width:auto;height:28px;max-width:230px;object-fit:contain}
.ov26-brand--home img{height:27px}
.ov26-nav{margin-left:auto;display:flex;align-items:center;gap:2px}
.ov26-nav a{display:flex;align-items:center;min-height:38px;padding:0 11px;color:#fff;font-size:11px;font-weight:700;white-space:nowrap}
.ov26-nav a:hover{color:var(--accent)}
.ov26-head-actions{display:flex;align-items:center;gap:9px}
.ov26-login{min-height:35px;padding:0 14px;border:1px solid rgba(255,255,255,.32);border-radius:8px;color:#fff;display:flex;align-items:center;font-size:11px;font-weight:700}
.ov26-head-cta{min-height:35px;padding:0 15px;border-radius:8px;background:var(--accent);color:#081009;display:flex;align-items:center;font-size:11px;font-weight:800}
.ov26-menu{display:none;margin-left:auto;width:40px;height:40px;border:1px solid rgba(255,255,255,.26);border-radius:8px;background:transparent;color:#fff}
.ov26-menu svg{width:21px;height:21px}
.ov26-mobile{display:none;background:#090b0d;border-top:1px solid rgba(255,255,255,.1)}
.ov26-mobile.is-open{display:block}
.ov26-mobile nav{padding:12px 18px 18px;display:grid;gap:2px}
.ov26-mobile a{padding:11px 8px;color:#fff;font-size:13px;font-weight:700}

.ov26-main{overflow:hidden}
.ov26-hero{padding:28px 0 20px}
.ov26-hero-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);gap:32px;align-items:center}
.ov26-hero-copy{padding:8px 0 6px}
.ov26-kicker{display:block;margin-bottom:13px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.075em;text-transform:uppercase}
.ov26-hero h1{margin:0 0 14px;max-width:550px;font-size:clamp(2.55rem,4.25vw,3.65rem);line-height:1.015;letter-spacing:-.052em}
.ov26-hero h1 em{font-style:normal;color:var(--accent)}
.ov26-hero p{margin:0;max-width:570px;color:var(--ov-muted);font-size:14px;line-height:1.62}
.ov26-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.ov26-btn{min-height:42px;padding:0 17px;border:1px solid var(--ov-ink);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:800;transition:.18s ease}
.ov26-btn svg{width:17px;height:17px}
.ov26-btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}
.ov26-btn--dark{background:#090b0d;border-color:#090b0d;color:#fff}
.ov26-btn--outline{background:#fff;color:#111827;border-color:#bfc6d1}
.ov26-btn:hover{transform:translateY(-1px)}
.ov26-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:15px;color:#687183;font-size:9px;font-weight:600}
.ov26-trust span{display:flex;align-items:center;gap:5px}
.ov26-trust svg{width:14px;height:14px;color:var(--accent)}
.ov26-hero-media{position:relative;aspect-ratio:16/8.15;border:1px solid var(--ov-line);border-radius:14px;overflow:hidden;background:#111}
.ov26-hero-media>img{width:100%;height:100%;object-fit:cover;object-position:50% 22%}
.ov26-hero-badge{position:absolute;right:18px;bottom:18px;max-width:260px;padding:11px 14px;border:1px solid rgba(255,255,255,.64);border-radius:10px;background:rgba(255,255,255,.91);backdrop-filter:blur(10px);box-shadow:0 9px 25px rgba(0,0,0,.12)}
.ov26-hero-badge strong{display:block;font-size:11px}
.ov26-hero-badge span{display:block;margin-top:2px;color:#6b7280;font-size:9px}

.ov26-features{padding:0 0 22px}
.ov26-feature-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.ov26-feature{min-height:116px;padding:15px 14px;border:1px solid var(--ov-line);border-radius:10px;background:#fff}
.ov26-feature-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;margin-bottom:11px;color:var(--accent);background:rgba(var(--accent-rgb),.09)}
.ov26-feature-icon svg{width:21px;height:21px}
.ov26-feature strong{display:block;margin-bottom:5px;font-size:12px}
.ov26-feature p{margin:0;color:var(--ov-muted);font-size:9.4px;line-height:1.52}

.ov26-section{padding:30px 0}
.ov26-section--soft{background:linear-gradient(180deg,#fbfcfd,#f7f8fa)}
.ov26-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:15px}
.ov26-section-head h2{margin:0;font-size:23px;line-height:1.15;letter-spacing:-.025em}
.ov26-section-head p{max-width:560px;margin:6px 0 0;color:var(--ov-muted);font-size:12px;line-height:1.55}
.ov26-section-link{color:var(--accent);font-size:11px;font-weight:800;white-space:nowrap}

.ov26-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ov26-product{position:relative;min-height:183px;padding:17px;border:1px solid var(--ov-line);border-radius:12px;background:#fff;overflow:hidden}
.ov26-product::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--card-accent)}
.ov26-product-logo{height:38px;margin-bottom:17px;display:flex;align-items:center}
.ov26-product-logo img{max-width:170px;max-height:35px;object-fit:contain;object-position:left center}
.ov26-product-logo--symbol img{max-width:115px}
.ov26-product p{margin:0 0 15px;color:var(--ov-muted);font-size:10.5px;line-height:1.52}
.ov26-product a{color:var(--card-accent);font-size:10px;font-weight:800}

.ov26-ecosystem{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.ov26-eco{min-height:112px;padding:15px 12px;border:1px solid var(--ov-line);border-radius:10px;text-align:center;background:#fff}
.ov26-eco svg{width:25px;height:25px;margin:0 auto 9px;color:#111}
.ov26-eco strong{display:block;font-size:11px}
.ov26-eco p{margin:5px 0 0;color:var(--ov-muted);font-size:8.8px;line-height:1.45}

.ov26-segments{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.ov26-segment{overflow:hidden;border:1px solid var(--ov-line);border-radius:11px;background:#fff}
.ov26-segment-media{aspect-ratio:16/9;overflow:hidden;background:#111}
.ov26-segment-media img{width:100%;height:100%;object-fit:cover;object-position:50% 22%}
.ov26-segment-body{padding:11px 12px 13px}
.ov26-segment h3{margin:0 0 4px;font-size:12px}
.ov26-segment p{margin:0;color:var(--ov-muted);font-size:9px;line-height:1.45}
.ov26-segment--dark{position:relative;color:#fff;border:0;background:#090b0d}
.ov26-segment--dark .ov26-segment-media{aspect-ratio:16/10}
.ov26-segment--dark .ov26-segment-body{position:absolute;inset:auto 0 0;padding:35px 14px 12px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.88))}
.ov26-segment--dark p{color:rgba(255,255,255,.76)}

.ov26-dashboard{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);gap:15px;align-items:stretch}
.ov26-dashboard-copy{padding:18px 0}
.ov26-dashboard-copy h2{margin:5px 0 10px;font-size:25px;line-height:1.12}
.ov26-dashboard-copy p{margin:0;color:var(--ov-muted);font-size:11px;line-height:1.55}
.ov26-dashboard-media{overflow:hidden;border:1px solid var(--ov-line);border-radius:12px;background:#eef1f5}
.ov26-dashboard-media img{width:100%;height:100%;min-height:265px;object-fit:cover;object-position:left top}
.ov26-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.ov26-kpi{min-height:123px;padding:14px;border:1px solid var(--ov-line);border-radius:10px;background:#fff}
.ov26-kpi span{display:block;color:#6b7280;font-size:9px}
.ov26-kpi strong{display:block;margin-top:7px;font-size:21px}
.ov26-kpi em{display:block;margin-top:7px;color:var(--accent);font-size:8.5px;font-style:normal;font-weight:800}
.ov26-mini-chart{height:34px;margin-top:11px;display:flex;align-items:end;gap:4px}
.ov26-mini-chart i{display:block;flex:1;min-width:4px;border-radius:3px 3px 0 0;background:rgba(var(--accent-rgb),.6)}
.ov26-live{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.ov26-live-card{min-height:145px;padding:16px;border:1px solid #242a2c;border-radius:11px;background:#090b0d;color:#fff}
.ov26-live-card span{font-size:9px;color:#aab2b4}
.ov26-live-card strong{display:block;margin-top:8px;font-size:18px}
.ov26-live-card p{margin:9px 0 0;color:#aab2b4;font-size:9px;line-height:1.45}
.ov26-live-card .ov26-mini-chart i{background:var(--accent)}

.ov26-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}
.ov26-flow-step{position:relative;min-height:238px;padding:13px;border:1px solid var(--ov-line);border-radius:11px;background:#fff}
.ov26-flow-step:not(:last-child)::after{content:"→";position:absolute;right:-10px;top:50%;z-index:3;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:11px;font-weight:900}
.ov26-flow-step h3{margin:0 0 10px;text-align:center;font-size:11px}
.ov26-flow-visual{height:150px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;overflow:hidden}
.ov26-flow-visual img{width:100%;height:100%;object-fit:contain}
.ov26-flow-step p{margin:10px 0 0;color:var(--ov-muted);text-align:center;font-size:9px;line-height:1.45}

.ov26-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:900px;margin-inline:auto}
.ov26-plan{position:relative;min-height:310px;padding:19px;border:1px solid var(--ov-line);border-radius:12px;background:#fff}
.ov26-plan.is-featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}
.ov26-plan-label{position:absolute;top:-10px;left:50%;transform:translateX(-50%);padding:4px 10px;border-radius:999px;background:var(--accent);color:#fff;font-size:8px;font-weight:900;white-space:nowrap}
.ov26-plan h3{margin:0;color:var(--accent);font-size:16px}
.ov26-plan small{display:block;margin-top:3px;color:#70798a;font-size:9px}
.ov26-price{display:flex;align-items:end;gap:5px;margin:15px 0 13px}
.ov26-price strong{font-size:27px;letter-spacing:-.04em}
.ov26-price span{padding-bottom:4px;color:#6b7280;font-size:9px}
.ov26-plan ul{margin:0 0 18px;padding:0;list-style:none}
.ov26-plan li{position:relative;margin-top:7px;padding-left:17px;color:#374151;font-size:9px;line-height:1.35}
.ov26-plan li::before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}
.ov26-plan .ov26-btn{width:100%;margin-top:auto}
.ov26-plan-note{text-align:center;margin:11px 0 0;color:#6b7280;font-size:9px}

.ov26-cta{padding:14px 0 0}
.ov26-cta-inner{min-height:72px;padding:15px 20px;border-radius:12px;background:#07090b;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}
.ov26-cta h2{margin:0;font-size:18px}
.ov26-cta p{margin:4px 0 0;color:#c1c7ce;font-size:10px}
.ov26-cta .ov26-btn{background:var(--accent);border-color:var(--accent)}

.ov26-footer{margin-top:25px;padding:27px 0 15px;background:#07090c;color:#fff}
.ov26-footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:30px}
.ov26-footer-logo{width:auto;height:24px;max-width:190px;object-fit:contain;object-position:left center}
.ov26-footer p{max-width:240px;margin:10px 0 0;color:#aeb6c2;font-size:9px;line-height:1.55}
.ov26-footer strong{display:block;margin-bottom:10px;font-size:10px}
.ov26-footer a{display:block;margin-top:7px;color:#cbd1d9;font-size:9px}
.ov26-footer-bottom{margin-top:22px;padding-top:13px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;color:#8e98a6;font-size:8.5px}

.ov26-home-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;max-width:900px;margin-inline:auto}
.ov26-home-plan{padding:16px;border:1px solid var(--ov-line);border-radius:11px;background:#fff}
.ov26-home-plan strong{display:block;font-size:14px}
.ov26-home-plan span{display:block;margin:9px 0 11px;font-size:21px;font-weight:800}
.ov26-home-plan p{margin:0 0 12px;color:var(--ov-muted);font-size:9px;line-height:1.5}

@media(max-width:980px){
  .ov26-nav,.ov26-head-actions{display:none}
  .ov26-menu{display:grid;place-items:center}
  .ov26-hero-grid{grid-template-columns:1fr;gap:20px}
  .ov26-hero-copy{max-width:720px}
  .ov26-hero-media{aspect-ratio:16/9}
  .ov26-feature-grid{grid-template-columns:repeat(3,1fr)}
  .ov26-products{grid-template-columns:repeat(2,1fr)}
  .ov26-ecosystem{grid-template-columns:repeat(3,1fr)}
  .ov26-segments{grid-template-columns:repeat(3,1fr)}
  .ov26-dashboard{grid-template-columns:1fr}
  .ov26-dashboard-copy{padding:0}
  .ov26-kpis{grid-template-columns:repeat(3,1fr)}
  .ov26-live{grid-template-columns:repeat(2,1fr)}
  .ov26-flow{grid-template-columns:repeat(2,1fr)}
  .ov26-flow-step::after{display:none}
  .ov26-footer-grid{grid-template-columns:repeat(3,1fr)}
  .ov26-footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:680px){
  .ov26-shell{width:min(100% - 24px,var(--ov-shell))}
  .ov26-head-inner{min-height:54px}
  .ov26-brand img{height:24px;max-width:205px}
  .ov26-hero{padding-top:22px}
  .ov26-hero h1{font-size:2.35rem}
  .ov26-hero p{font-size:13px}
  .ov26-actions{display:grid}
  .ov26-btn{width:100%}
  .ov26-feature-grid{grid-template-columns:repeat(2,1fr)}
  .ov26-products,.ov26-segments,.ov26-plans,.ov26-home-plans{grid-template-columns:1fr}
  .ov26-ecosystem{grid-template-columns:repeat(2,1fr)}
  .ov26-section{padding:25px 0}
  .ov26-section-head{align-items:start;flex-direction:column;gap:8px}
  .ov26-segments{grid-template-columns:repeat(2,1fr)}
  .ov26-kpis{grid-template-columns:repeat(2,1fr)}
  .ov26-live,.ov26-flow{grid-template-columns:1fr}
  .ov26-cta-inner{align-items:flex-start;flex-direction:column}
  .ov26-footer-grid{grid-template-columns:repeat(2,1fr);gap:22px}
  .ov26-footer-bottom{flex-direction:column}
}
@media(max-width:430px){
  .ov26-feature-grid,.ov26-ecosystem,.ov26-segments,.ov26-kpis{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}


/* DVIIOS MASTER REVIEW V27.0 */
:root{--ov-shell:1140px}
body{font-size:16px}
.ov26-nav a{font-size:12px;padding-inline:12px}
.ov26-login,.ov26-head-cta{font-size:12px}
.ov26-hero{padding-top:26px}
.ov26-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);gap:30px}
.ov26-hero h1{font-size:clamp(2.75rem,4.45vw,3.9rem)}
.ov26-hero p{font-size:15.5px;line-height:1.64}
.ov26-kicker{font-size:11px}
.ov26-btn{min-height:44px;font-size:12.5px}
.ov26-trust{font-size:10.5px}
.ov26-hero-media{height:390px;aspect-ratio:auto}
.ov26-hero-media picture,.ov26-hero-media picture img,.ov26-hero-media>img{width:100%;height:100%}
.ov26-hero-media img{object-fit:cover;object-position:center}
.ov26-feature{min-height:125px;padding:16px 15px}
.ov26-feature strong{font-size:13px}
.ov26-feature p{font-size:10.8px;line-height:1.55}
.ov26-section-head h2{font-size:25px}
.ov26-section-head p{font-size:13.5px}
.ov26-section-link{font-size:12px}
.ov26-product{min-height:194px}
.ov26-product p{font-size:11.4px}
.ov26-product a{font-size:11px}
.ov26-eco{min-height:118px}
.ov26-eco strong{font-size:12px}
.ov26-eco p{font-size:9.8px}
.ov26-segment-media{height:178px;aspect-ratio:auto}
.ov26-segment-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.ov26-segment h3{font-size:13px}
.ov26-segment p{font-size:10px}
.ov26-dashboard-copy h2{font-size:27px}
.ov26-dashboard-copy p{font-size:12.5px}
.ov26-kpi span{font-size:10px}
.ov26-kpi em{font-size:9.3px}
.ov26-live-card span,.ov26-live-card p{font-size:10px}
.ov26-flow-step h3{font-size:12px}
.ov26-flow-step p{font-size:10px}
.ov26-plan h3{font-size:18px}
.ov26-plan small{font-size:10px}
.ov26-plan li{font-size:10.4px;line-height:1.45}
.ov26-plan-note{font-size:10px}
.ov26-footer p,.ov26-footer a{font-size:10px}
.ov26-footer strong{font-size:11px}
.ov26-footer-bottom{font-size:9.5px}
.ov26-brand,.ov26-footer-logo-link{cursor:pointer}
.ov26-footer-logo-link{display:inline-flex;align-items:center}
@media(max-width:980px){
 .ov26-hero-grid{grid-template-columns:1fr}
 .ov26-hero-media{height:340px}
 .ov26-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .ov26-segment-media{height:170px}
}
@media(max-width:680px){
 .ov26-shell{width:min(100% - 24px,var(--ov-shell))}
 .ov26-hero{padding-top:18px}
 .ov26-hero-grid{gap:16px}
 .ov26-hero h1{font-size:clamp(2.3rem,11vw,3.05rem)}
 .ov26-hero p{font-size:14.5px}
 .ov26-hero-media{height:260px}
 .ov26-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ov26-feature{min-height:132px}
 .ov26-section-head h2{font-size:22px}
 .ov26-segment-media{height:180px}
 .ov26-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:430px){
 .ov26-hero-media{height:235px}
 .ov26-feature-grid{grid-template-columns:1fr}
 .ov26-feature{min-height:0}
 .ov26-segment-media{height:190px}
}
