/*=========================================================
                REVLO — OWN YOUR VEHICLE SMARTER
                PUBLIC PRODUCTION STYLESHEET

    MASTER BRAND
    Primary Blue : #2563EB
    Deep Blue    : #1D3FD1
    Canvas       : #F3F6FA
    Surface      : #FFFFFF
    Text         : #172033
    Muted        : #59677D
    Border       : #DFE6EF
=========================================================*/

.oyv-hero,.oyv-problem,.oyv-picture,.oyv-tco,.oyv-method,
.oyv-journey,.oyv-audience,.oyv-faq,.oyv-final-cta{
--oyv-blue:#2563EB;--oyv-blue-dark:#1D3FD1;
--oyv-blue-soft:rgba(37,99,235,.09);--oyv-blue-line:rgba(37,99,235,.22);
--oyv-bg:#F3F6FA;--oyv-soft-bg:#F8FAFC;--oyv-surface:#fff;
--oyv-text:#172033;--oyv-muted:#59677D;--oyv-soft:#8794A8;
--oyv-border:#DFE6EF;--oyv-border-soft:#EAF0F6;
--oyv-green:#10B981;--oyv-green-soft:rgba(16,185,129,.09);
--oyv-shadow:0 2px 5px rgba(15,23,42,.025),0 10px 28px rgba(15,23,42,.045);
--oyv-shadow-hover:0 6px 12px rgba(15,23,42,.035),0 18px 38px rgba(15,23,42,.075);
--oyv-shadow-deep:0 18px 50px rgba(15,23,42,.13);
}

.oyv-hero *,.oyv-problem *,.oyv-picture *,.oyv-tco *,.oyv-method *,
.oyv-journey *,.oyv-audience *,.oyv-faq *,.oyv-final-cta *{box-sizing:border-box}

.oyv-hero a,.oyv-problem a,.oyv-picture a,.oyv-tco a,.oyv-method a,
.oyv-journey a,.oyv-audience a,.oyv-faq a,.oyv-final-cta a{text-decoration:none}

.oyv-section-heading{max-width:820px;margin:0 auto 64px;text-align:center}
.oyv-section-tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 15px;border:1px solid var(--oyv-blue-line);border-radius:999px;background:var(--oyv-blue-soft);color:var(--oyv-blue-dark);font-size:.71rem;line-height:1;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.oyv-section-heading h2{margin:20px 0 17px;color:var(--oyv-text);font-size:clamp(2.25rem,4vw,3.25rem);line-height:1.12;letter-spacing:-.035em;font-weight:800}
.oyv-section-heading h2 span{color:var(--oyv-blue)}
.oyv-section-heading p{max-width:720px;margin:0 auto;color:var(--oyv-muted);font-size:1rem;line-height:1.8}

.oyv-actions{display:flex;align-items:center;flex-wrap:wrap;gap:13px}
.oyv-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 21px;border-radius:13px;font-size:.9rem;font-weight:750;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,color .25s ease}
.oyv-btn-primary{background:var(--oyv-blue);color:#fff;border:1px solid var(--oyv-blue);box-shadow:0 12px 28px rgba(37,99,235,.18)}
.oyv-btn-primary:hover{background:var(--oyv-blue-dark);border-color:var(--oyv-blue-dark);transform:translateY(-2px);box-shadow:0 17px 34px rgba(37,99,235,.25)}
.oyv-btn-secondary{background:#fff;color:var(--oyv-text);border:1px solid var(--oyv-border)}
.oyv-btn-secondary:hover{transform:translateY(-2px);color:var(--oyv-blue-dark);border-color:var(--oyv-blue-line);box-shadow:var(--oyv-shadow)}

.oyv-hero{position:relative;overflow:hidden;padding:108px 0 92px;background:radial-gradient(circle at 88% 7%,rgba(37,99,235,.10),transparent 32%),linear-gradient(180deg,#F3F6FA 0%,#F8FAFC 100%)}
.oyv-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(23,32,51,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(23,32,51,.022) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}
.oyv-hero .container{position:relative;z-index:1}
.oyv-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px}
.oyv-hero-copy{max-width:650px}
.oyv-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:1px solid var(--oyv-blue-line);border-radius:999px;background:var(--oyv-blue-soft);color:var(--oyv-blue-dark);font-size:.74rem;font-weight:800;letter-spacing:.08em}
.oyv-kicker i{color:var(--oyv-blue)}
.oyv-hero-copy h1{margin:23px 0;color:var(--oyv-text);font-size:clamp(3.1rem,5.5vw,4.75rem);line-height:1.02;letter-spacing:-.05em;font-weight:800}
.oyv-hero-copy h1 span{display:block;color:var(--oyv-blue)}
.oyv-hero-copy>p{max-width:600px;margin:0 0 31px;color:var(--oyv-muted);font-size:1.08rem;line-height:1.82}
.oyv-proof{display:flex;flex-wrap:wrap;gap:15px 20px;margin-top:19px;color:var(--oyv-muted);font-size:.75rem}
.oyv-proof span{display:inline-flex;align-items:center;gap:7px}.oyv-proof i{color:var(--oyv-green)}

.oyv-dashboard{position:relative;overflow:hidden;border:1px solid var(--oyv-border);border-radius:28px;background:#fff;box-shadow:var(--oyv-shadow-deep)}
.oyv-dashboard:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--oyv-blue),#6A8BFF)}
.oyv-window{min-height:53px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid var(--oyv-border);background:#FBFCFE}
.oyv-window-dots{display:flex;gap:5px;margin-right:auto}.oyv-window-dots span{width:7px;height:7px;border-radius:50%;background:#D6DDE7}
.oyv-window>strong{color:var(--oyv-muted);font-size:.74rem}
.oyv-live{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:var(--oyv-blue);font-size:.64rem;font-weight:700}.oyv-live i{font-size:.36rem}
.oyv-dashboard-body{padding:26px}
.oyv-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.oyv-dashboard-head>div{display:flex;flex-direction:column;gap:5px}.oyv-dashboard-head small{color:var(--oyv-soft);font-size:.61rem;font-weight:800;letter-spacing:.08em}.oyv-dashboard-head strong{color:var(--oyv-text);font-size:1.08rem}
.oyv-health{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--oyv-green-soft);color:#16803B;font-size:.62rem;font-weight:750}.oyv-health i{font-size:.42rem}
.oyv-vehicle-strip{display:flex;align-items:center;gap:12px;padding:13px 14px;margin-bottom:11px;border:1px solid var(--oyv-border);border-radius:16px;background:#FBFCFE}
.oyv-vehicle-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--oyv-blue-soft);color:var(--oyv-blue)}
.oyv-vehicle-strip>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.oyv-vehicle-strip strong{color:var(--oyv-text);font-size:.78rem}.oyv-vehicle-strip span{color:var(--oyv-soft);font-size:.58rem}
.oyv-vehicle-status{margin-left:auto!important;padding:5px 9px;border-radius:999px;background:var(--oyv-blue-soft);color:var(--oyv-blue-dark)!important;font-size:.57rem!important;font-weight:750}
.oyv-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:15px}
.oyv-metric{position:relative;padding:16px;overflow:hidden;border:1px solid var(--oyv-border);border-radius:16px;background:#FBFCFE}
.oyv-metric:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--oyv-blue)}
.oyv-metric-green{background:linear-gradient(145deg,#F7FFFB,#fff)}.oyv-metric-green:after{background:var(--oyv-green)}
.oyv-metric span,.oyv-metric strong,.oyv-metric small{display:block}.oyv-metric span{margin-bottom:8px;color:var(--oyv-soft);font-size:.61rem}.oyv-metric strong{color:var(--oyv-text);font-size:1.02rem}.oyv-metric small{margin-top:6px;color:var(--oyv-soft);font-size:.57rem}
.oyv-dashboard-insight{display:flex;align-items:flex-start;gap:11px;padding:16px;border:1px solid rgba(37,99,235,.16);border-radius:16px;background:linear-gradient(145deg,#F7F9FF,#fff)}
.oyv-insight-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;border-radius:11px;background:var(--oyv-blue-soft);color:var(--oyv-blue)}
.oyv-dashboard-insight div:last-child{display:flex;flex-direction:column;gap:5px}.oyv-dashboard-insight span{color:var(--oyv-blue-dark);font-size:.56rem;font-weight:800;letter-spacing:.08em}.oyv-dashboard-insight strong{color:var(--oyv-text);font-size:.72rem;line-height:1.45}
.oyv-dashboard-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:15px;padding:14px 2px 0;border-top:1px solid var(--oyv-border-soft)}.oyv-dashboard-foot span{display:inline-flex;align-items:center;gap:7px;color:var(--oyv-muted);font-size:.62rem}.oyv-dashboard-foot span i{color:var(--oyv-blue)}.oyv-dashboard-foot strong{color:var(--oyv-blue-dark);font-size:.62rem}

.oyv-problem{padding:118px 0;background:#fff}.oyv-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.oyv-problem-card,.oyv-feature-card,.oyv-audience-card,.oyv-step{border:1px solid var(--oyv-border);border-radius:22px;background:#fff;box-shadow:var(--oyv-shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.oyv-problem-card{min-height:265px;padding:29px}.oyv-problem-card:hover,.oyv-feature-card:hover,.oyv-audience-card:hover,.oyv-step:hover{transform:translateY(-6px);border-color:var(--oyv-blue-line);box-shadow:var(--oyv-shadow-hover)}
.oyv-problem-icon,.oyv-feature-icon,.oyv-audience-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border-radius:15px;background:var(--oyv-blue-soft);color:var(--oyv-blue);font-size:1.1rem}
.oyv-problem-card>span,.oyv-feature-card>span{color:var(--oyv-soft);font-family:Consolas,monospace;font-size:.63rem}.oyv-problem-card h3,.oyv-feature-card h3{margin:11px 0 10px;color:var(--oyv-text);font-size:1.16rem}.oyv-problem-card p,.oyv-feature-card p{margin:0;color:var(--oyv-muted);font-size:.84rem;line-height:1.7}

.oyv-picture{padding:120px 0;background:var(--oyv-bg)}.oyv-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.oyv-feature-card{position:relative;min-height:275px;padding:28px;overflow:hidden}.oyv-feature-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--oyv-blue);opacity:.75}

.oyv-tco{padding:120px 0;background:#fff}.oyv-tco-grid{display:grid;grid-template-columns:1fr .88fr;align-items:center;gap:80px}.oyv-tco-copy{max-width:620px}.oyv-tco-copy h2{margin:20px 0 17px;color:var(--oyv-text);font-size:clamp(2.3rem,4vw,3.2rem);line-height:1.12;letter-spacing:-.035em}.oyv-tco-copy h2 span{color:var(--oyv-blue)}.oyv-tco-copy>p{margin:0 0 26px;color:var(--oyv-muted);line-height:1.8}.oyv-tco-list{display:flex;flex-direction:column;gap:13px}.oyv-tco-list div{display:flex;align-items:flex-start;gap:10px;color:var(--oyv-muted);font-size:.85rem;line-height:1.55}.oyv-tco-list i{width:21px;height:21px;display:flex;align-items:center;justify-content:center;flex:0 0 21px;margin-top:1px;border-radius:50%;background:var(--oyv-blue-soft);color:var(--oyv-blue);font-size:.56rem}
.oyv-tco-card{position:relative;padding:30px;border:1px solid var(--oyv-border);border-radius:25px;background:#fff;box-shadow:var(--oyv-shadow-deep);overflow:hidden}.oyv-tco-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--oyv-blue),#6A8BFF)}
.oyv-tco-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--oyv-border-soft)}.oyv-tco-card-head>div:first-child{display:flex;flex-direction:column;gap:5px}.oyv-tco-card-head span{color:var(--oyv-soft);font-size:.62rem;font-weight:800;letter-spacing:.08em}.oyv-tco-card-head strong{color:var(--oyv-text);font-size:2.8rem;line-height:1}.oyv-tco-card-head small{color:var(--oyv-muted);font-size:.65rem}.oyv-tco-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:var(--oyv-blue-soft);color:var(--oyv-blue)}
.oyv-tco-breakdown{display:flex;flex-direction:column;padding:8px 0}.oyv-tco-breakdown div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--oyv-border-soft);color:var(--oyv-muted);font-size:.76rem}.oyv-tco-breakdown div:last-child{border-bottom:0}.oyv-tco-breakdown strong{color:var(--oyv-text)}.oyv-tco-note{display:flex;align-items:flex-start;gap:8px;padding-top:15px;border-top:1px solid var(--oyv-border-soft);color:var(--oyv-soft);font-size:.63rem;line-height:1.55}.oyv-tco-note i{margin-top:2px;color:var(--oyv-blue)}

.oyv-method{padding:120px 0;background:#fff}.oyv-steps{display:grid;grid-template-columns:1fr 60px 1fr 60px 1fr;align-items:center;max-width:1080px;margin:0 auto}.oyv-step{min-height:270px;padding:28px;text-align:center}.oyv-step-number{color:#C5CEDB;font-family:Consolas,monospace;font-size:.62rem;text-align:right}.oyv-step-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin:15px auto 20px;border-radius:16px;background:var(--oyv-blue-soft);color:var(--oyv-blue);font-size:1.18rem}.oyv-step h3{margin:0 0 9px;color:var(--oyv-text);font-size:1.12rem}.oyv-step p{margin:0;color:var(--oyv-muted);font-size:.81rem;line-height:1.7}.oyv-step-connector{display:flex;align-items:center;justify-content:center;color:var(--oyv-blue);font-size:.85rem}

.oyv-journey{padding:110px 0;background:var(--oyv-bg)}.oyv-journey-box{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:60px;padding:42px;border:1px solid var(--oyv-border);border-radius:28px;background:#fff;box-shadow:var(--oyv-shadow)}.oyv-journey-copy h2{margin:20px 0 16px;color:var(--oyv-text);font-size:2.55rem;line-height:1.12;letter-spacing:-.035em}.oyv-journey-copy h2 span{display:block;color:var(--oyv-blue)}.oyv-journey-copy p{margin:0;color:var(--oyv-muted);line-height:1.8}.oyv-journey-path{display:grid;grid-template-columns:1fr 25px 1fr 25px 1fr 25px 1fr;align-items:center}.oyv-journey-node{min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;border:1px solid var(--oyv-border);border-radius:18px;background:var(--oyv-soft-bg);text-align:center}.oyv-journey-node>span{color:var(--oyv-soft);font-size:.58rem}.oyv-journey-node i{margin:10px 0;color:var(--oyv-blue);font-size:1.15rem}.oyv-journey-node strong{color:var(--oyv-text);font-size:.68rem}.oyv-journey-active{border-color:var(--oyv-blue-line);background:var(--oyv-blue-soft)}.oyv-journey-line{height:1px;background:var(--oyv-border)}

.oyv-audience{padding:120px 0;background:#fff}.oyv-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.oyv-audience-card{min-height:270px;padding:27px}.oyv-audience-icon{margin-bottom:20px}.oyv-audience-card h3{margin:0 0 10px;color:var(--oyv-text);font-size:1.05rem}.oyv-audience-card p{margin:0;color:var(--oyv-muted);font-size:.8rem;line-height:1.68}.oyv-audience-featured{border-color:var(--oyv-blue-line);background:linear-gradient(145deg,#fff,#F7F9FF)}

.oyv-faq{padding:120px 0;background:var(--oyv-bg)}.oyv-faq-wrapper{max-width:880px;margin:0 auto}.oyv-faq-item{margin-bottom:12px;overflow:hidden;border:1px solid var(--oyv-border);border-radius:17px;background:#fff;transition:border-color .25s ease,box-shadow .25s ease}.oyv-faq-item:hover,.oyv-faq-item.active{border-color:var(--oyv-blue-line);box-shadow:var(--oyv-shadow)}.oyv-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border:0;background:transparent;color:var(--oyv-text);text-align:left;font:inherit;font-size:.93rem;font-weight:700;cursor:pointer}.oyv-faq-question i{flex:0 0 auto;color:var(--oyv-blue);font-size:.82rem}.oyv-faq-item.active .oyv-faq-question{color:var(--oyv-blue-dark)}.oyv-faq-answer{display:none;padding:0 24px 22px;color:var(--oyv-muted);font-size:.84rem;line-height:1.8}.oyv-faq-item.active .oyv-faq-answer{display:block}

.oyv-final-cta{position:relative;overflow:hidden;padding:112px 0;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.15),transparent 30%),radial-gradient(circle at 90% 80%,rgba(255,255,255,.09),transparent 32%),linear-gradient(135deg,#2563EB 0%,#1D3FD1 100%)}.oyv-cta-box{position:relative;z-index:1;max-width:860px;margin:0 auto;text-align:center}.oyv-final-cta .oyv-section-tag{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.24);color:#fff}.oyv-cta-box h2{margin:22px 0 17px;color:#fff;font-size:clamp(2.5rem,5vw,4rem);line-height:1.08;letter-spacing:-.04em}.oyv-cta-box h2 span{display:block;color:#DDE7FF}.oyv-cta-box>p{max-width:650px;margin:0 auto;color:rgba(255,255,255,.88);font-size:1rem;line-height:1.8}.oyv-final-cta .oyv-actions{justify-content:center;margin-top:32px}.oyv-btn-white{background:#fff;color:var(--oyv-blue-dark);border:1px solid #fff;box-shadow:0 12px 30px rgba(0,0,0,.12)}.oyv-btn-white:hover{transform:translateY(-2px);background:#F8FAFF}.oyv-btn-ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.42);color:#fff}.oyv-btn-ghost:hover{transform:translateY(-2px);background:rgba(255,255,255,.15);border-color:#fff}

@media(max-width:1100px){
.oyv-hero-grid{grid-template-columns:1fr;gap:48px}.oyv-hero-copy{max-width:760px;margin:0 auto;text-align:center}.oyv-hero-copy>p{margin-left:auto;margin-right:auto}.oyv-actions,.oyv-proof{justify-content:center}.oyv-dashboard{width:100%;max-width:720px;margin:0 auto}.oyv-tco-grid{grid-template-columns:1fr;gap:45px}.oyv-tco-copy{max-width:760px;margin:0 auto;text-align:center}.oyv-tco-copy>p{margin-left:auto;margin-right:auto}.oyv-tco-list{max-width:580px;margin:0 auto;text-align:left}.oyv-tco-card{width:100%;max-width:620px;margin:0 auto}.oyv-journey-box{grid-template-columns:1fr;gap:42px}.oyv-journey-copy{text-align:center;max-width:700px;margin:auto}.oyv-audience-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
.oyv-problem-grid,.oyv-feature-grid{grid-template-columns:repeat(2,1fr)}
.oyv-steps{grid-template-columns:1fr;gap:14px}.oyv-step{min-height:0}.oyv-step-connector{height:28px;transform:rotate(90deg)}
.oyv-journey-path{grid-template-columns:1fr;gap:10px}.oyv-journey-line{width:1px;height:25px;margin:auto}
}
@media(max-width:700px){
.oyv-hero,.oyv-problem,.oyv-picture,.oyv-tco,.oyv-method,.oyv-journey,.oyv-audience,.oyv-faq,.oyv-final-cta{padding-top:78px;padding-bottom:78px}
.oyv-section-heading{margin-bottom:47px}.oyv-section-heading h2{font-size:2.2rem}.oyv-hero-copy h1{font-size:2.75rem}.oyv-hero-copy>p{font-size:.96rem}
.oyv-proof{align-items:flex-start;flex-direction:column;width:max-content;margin-left:auto;margin-right:auto;text-align:left}
.oyv-dashboard-body{padding:20px}.oyv-dashboard-head{align-items:flex-start;flex-direction:column}.oyv-metrics{grid-template-columns:1fr}.oyv-dashboard-foot{align-items:flex-start;flex-direction:column}
.oyv-problem-grid,.oyv-feature-grid,.oyv-audience-grid{grid-template-columns:1fr}
.oyv-tco-card-head strong{font-size:2.4rem}.oyv-journey-box{padding:27px}.oyv-journey-copy h2{font-size:2.25rem}.oyv-faq-question{padding:20px;font-size:.86rem}.oyv-faq-answer{padding:0 20px 20px;font-size:.81rem}.oyv-cta-box h2{font-size:2.35rem}.oyv-final-cta .oyv-actions{flex-direction:column;width:100%}.oyv-final-cta .oyv-btn{width:100%}
}
@media(prefers-reduced-motion:reduce){
.oyv-hero *,.oyv-problem *,.oyv-picture *,.oyv-tco *,.oyv-method *,.oyv-journey *,.oyv-audience *,.oyv-faq *,.oyv-final-cta *{animation:none!important;transition:none!important}
}
