/* Olistar home hero - Marquee direction */
.ol-home2{background:var(--ol-bg);font-family:var(--ol-body);color:var(--ol-ink);overflow-x:clip}
.ol-home2 *{box-sizing:border-box}
.ol-home2 .ol-wrap{max-width:var(--ol-max);margin:0 auto;padding:0 24px}

/* ---- HERO ---- */
.ol-h2{display:grid;grid-template-columns:47% 53%;gap:40px;align-items:center;
padding:64px 0 40px;position:relative}

.ol-trustpill{display:inline-flex;align-items:center;gap:9px;background:var(--ol-surface);
border:1px solid var(--ol-line);border-radius:var(--ol-r-pill);padding:9px 18px 9px 14px;
font-size:14px;color:var(--ol-ink);margin-bottom:26px}
.ol-trustpill svg{width:17px;height:17px;stroke:var(--ol-accent);fill:none;stroke-width:1.8;flex:none}

.ol-h2 h1{font-family:var(--ol-head);font-weight:500;
font-size:clamp(42px,5.2vw,74px);line-height:1.04;letter-spacing:-0.02em;
margin:0 0 0;color:var(--ol-ink)}
.ol-h2 h1 em{font-style:normal;color:var(--ol-accent);display:block}

.ol-h2divider{display:flex;align-items:center;gap:12px;margin:28px 0 24px;max-width:330px}
.ol-h2divider i{height:1px;background:linear-gradient(90deg,transparent,var(--ol-line));flex:1}
.ol-h2divider i:last-child{background:linear-gradient(90deg,var(--ol-line),transparent)}
.ol-h2divider svg{width:14px;height:14px;fill:var(--ol-accent);flex:none}

.ol-h2lede{font-size:17px;line-height:1.65;color:var(--ol-muted);max-width:50ch;margin:0 0 30px}

.ol-h2cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:44px}
.ol-b{display:inline-flex;align-items:center;justify-content:center;gap:10px;
font-family:var(--ol-body);font-weight:600;font-size:16px;line-height:1;
padding:18px 30px;border-radius:10px;text-decoration:none;border:1px solid transparent;
transition:transform .18s ease,opacity .18s ease}
.ol-b:active{transform:translateY(1px)}
.ol-b--p{background:var(--ol-accent);color:#FFFFFF;border-color:var(--ol-accent)}
.ol-b--p:hover{opacity:.92;color:#FFFFFF}
.ol-b--s{background:var(--ol-surface);color:var(--ol-ink);border-color:var(--ol-line)}
.ol-b--s:hover{border-color:var(--ol-ink)}
.ol-b svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2}

/* feature row */
.ol-h2feat{display:flex;align-items:center;gap:0;flex-wrap:wrap}
.ol-h2feat > div{display:flex;align-items:center;gap:12px;padding-right:26px;margin-right:26px;
border-right:1px solid var(--ol-line)}
.ol-h2feat > div:last-child{border-right:0;padding-right:0;margin-right:0}
.ol-h2feat span.ic{width:40px;height:40px;flex:none;border-radius:50%;
background:rgba(233,80,58,.10);display:flex;align-items:center;justify-content:center}
.ol-h2feat span.ic svg{width:19px;height:19px;stroke:var(--ol-accent);fill:none;stroke-width:1.8}
.ol-h2feat b{display:block;font-weight:500;font-size:14.5px;line-height:1.35;color:var(--ol-ink)}

/* ---- COLLAGE ---- */
.ol-collage{position:relative;height:660px}
.ol-ph{position:absolute;border-radius:var(--ol-r-lg);overflow:hidden;
box-shadow:0 18px 50px rgba(28,25,23,.16);background:var(--ol-line)}
.ol-ph img{width:100%;height:100%;object-fit:cover;display:block}
.ol-ph--a{width:52%;height:74%;top:0;left:2%;z-index:2}
.ol-ph--b{width:46%;height:44%;top:6%;right:0;z-index:1}
.ol-ph--c{width:50%;height:42%;bottom:2%;right:0;z-index:1}

/* declared placeholder: on-palette, composed like the final photo */
.ol-ph--empty{display:flex;align-items:flex-end;padding:22px}
.ol-ph--empty::before{content:"";position:absolute;inset:0;
background:linear-gradient(155deg,var(--ol-muted) 0%,var(--ol-ink) 100%)}
.ol-ph--empty span{position:relative;font-size:12px;letter-spacing:.1em;text-transform:uppercase;
color:rgba(255,255,255,.62);font-weight:500}

.ol-quote{position:absolute;left:0;bottom:11%;z-index:3;width:63%;max-width:330px;
background:var(--ol-surface);border-radius:20px;padding:20px 22px;
box-shadow:0 18px 50px rgba(28,25,23,.16)}
.ol-quote .st{color:var(--ol-gold);font-size:13px;letter-spacing:2px;margin:0 0 9px}
.ol-quote p{font-family:var(--ol-head);font-style:italic;font-size:16px;line-height:1.4;
margin:0 0 14px;color:var(--ol-ink)}
.ol-quote .who{display:flex;align-items:center;gap:10px}
.ol-quote .av{width:36px;height:36px;border-radius:50%;flex:none;overflow:hidden;
background:linear-gradient(150deg,var(--ol-muted),var(--ol-ink));
display:flex;align-items:center;justify-content:center;color:#FFFFFF;font-size:13px;font-weight:600}
.ol-quote .av img{width:100%;height:100%;object-fit:cover}
.ol-quote b{display:block;font-size:14px;font-weight:600;line-height:1.3}
.ol-quote small{font-size:13px;color:var(--ol-muted)}

/* ---- STATS BAR ---- */
.ol-statbar{background:var(--ol-surface);border:1px solid var(--ol-line);border-radius:var(--ol-r-md);
display:grid;grid-template-columns:repeat(3,1fr);position:relative;z-index:4;
margin-bottom:var(--ol-xl);box-shadow:0 8px 30px rgba(28,25,23,.05)}
.ol-statbar > div{padding:26px 30px;border-right:1px solid var(--ol-line);display:flex;align-items:center;gap:14px}
.ol-statbar > div:last-child{border-right:0}
.ol-statbar .ic{width:40px;height:40px;flex:none;border-radius:50%;
background:rgba(233,80,58,.10);display:flex;align-items:center;justify-content:center}
.ol-statbar .ic svg{width:19px;height:19px;stroke:var(--ol-accent);fill:none;stroke-width:1.8}
.ol-statbar b{display:block;font-family:var(--ol-head);font-weight:500;font-size:26px;line-height:1.1}
.ol-statbar span{font-size:13.5px;color:var(--ol-muted)}

@media(max-width:1024px){
  .ol-h2{grid-template-columns:1fr;gap:8px;padding-top:40px}
  .ol-collage{order:-1;height:430px;margin-bottom:36px}
  .ol-ph--c{display:none}
  .ol-ph--a{width:56%;height:100%;left:0;top:0}
  .ol-ph--b{width:42%;height:62%;top:12%;right:0}
  .ol-quote{bottom:-4%;left:auto;right:0;width:70%}
  .ol-statbar{grid-template-columns:1fr}
  .ol-statbar > div{border-right:0;border-bottom:1px solid var(--ol-line)}
  .ol-statbar > div:last-child{border-bottom:0}
}
@media(max-width:640px){
  .ol-collage{height:340px}
  .ol-quote{position:static;width:100%;max-width:none;margin-top:18px}
  .ol-h2feat > div{border-right:0;padding-right:0;margin:0 0 14px;width:100%}
  .ol-h2cta .ol-b{width:100%}
}
