/* ═══════════════════════════════════════════════════════════════════
   OCEVOHUB | WRS — landing page
   ═══════════════════════════════════════════════════════════════════ */
.lp { --display: "Bricolage Grotesque", var(--font); background: #fff; overflow-x: hidden; }
.lp .site-nav { background: rgba(4, 10, 25, .92); border-bottom-color: rgba(255,255,255,.06); }

.lp-display { font-family: var(--display); font-weight: 800; letter-spacing: -.045em; line-height: .98; color: #fff; font-size: clamp(2.6rem, 6.4vw, 5.2rem); margin: 0 0 22px; }
.lp-h2 { font-family: var(--display); font-weight: 800; letter-spacing: -.035em; line-height: 1.02; font-size: clamp(2rem, 4.4vw, 3.4rem); margin: 0 0 14px; color: var(--ink); }
.lp-grad { background: linear-gradient(95deg, #4a95ff 0%, #2fd3f5 55%, #a5f3fc 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-lead { font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.65; color: #a9b8d6; max-width: 560px; margin: 0 0 30px; }
.lp-sub { color: var(--muted); font-size: 1.08rem; max-width: 560px; }
.lp-light { color: #fff; }
.lp-light-2 { color: #a9b8d6; }
.lp-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--blue-600); margin-bottom: 14px; }
.lp-kicker::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.lp-kicker-light { color: var(--cyan-300); }

/* Buttons */
.lp-btn { display: inline-flex; align-items: center; gap: 10px; height: 54px; padding: 0 26px; border-radius: 16px; font: 700 15.5px var(--font); border: 1px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s; text-decoration: none; }
.lp-btn .icon { width: 18px; height: 18px; }
.lp-btn-primary { background: linear-gradient(135deg, #2fd3f5 -20%, #1f7bff 45%, #0f62fe 100%); color: #fff; box-shadow: 0 14px 34px -10px rgba(31,123,255,.8), inset 0 1px 0 rgba(255,255,255,.25); }
.lp-btn-primary:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 20px 40px -12px rgba(31,123,255,.9), inset 0 1px 0 rgba(255,255,255,.25); }
.lp-btn-ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.16); backdrop-filter: blur(8px); }
.lp-btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.lp-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Hero ───────────────────────────────────────────────────────── */
.lp-hero { position: relative; background: #040a19; padding: 110px 0 170px; overflow: hidden; isolation: isolate; }
.lp-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 26px 26px; mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000, transparent); }
.lp-glow { position: absolute; border-radius: 50%; filter: blur(80px); z-index: -1; }
.lp-glow-a { width: 620px; height: 620px; right: -140px; top: -180px; background: rgba(31,123,255,.45); }
.lp-glow-b { width: 480px; height: 480px; left: -200px; bottom: -120px; background: rgba(47,211,245,.2); }
.lp-bubbles span { position: absolute; bottom: -20px; left: var(--x); width: var(--s); height: var(--s); border-radius: 50%; border: 1px solid rgba(126,230,250,.35); background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.35), rgba(47,211,245,.05)); animation: lp-rise var(--d) linear infinite; animation-delay: var(--delay); z-index: -1; }
@keyframes lp-rise { 0% { transform: translateY(0) translateX(0); opacity: 0; } 10% { opacity: .9; } 50% { transform: translateY(-45vh) translateX(14px); } 100% { transform: translateY(-95vh) translateX(-10px); opacity: 0; } }

.lp-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.lp-chip { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 99px; background: rgba(255,255,255,.05); border: 1px solid rgba(126,230,250,.22); color: #cfe9ff; font-size: 13.5px; font-weight: 650; margin-bottom: 26px; }
.lp-dot { width: 8px; height: 8px; border-radius: 50%; background: #2fd3f5; box-shadow: 0 0 0 4px rgba(47,211,245,.2); animation: lp-pulse 2s infinite; }
@keyframes lp-pulse { 50% { box-shadow: 0 0 0 8px rgba(47,211,245,0); } }
.lp-trust { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; color: #8da0c4; font-size: 14px; font-weight: 600; }
.lp-trust li { display: inline-flex; align-items: center; gap: 7px; }
.lp-trust .icon { width: 16px; height: 16px; color: #2fd3f5; }

/* Hero console composition */
.lp-console { position: relative; height: 480px; }
.lp-ticket { position: absolute; left: 6%; top: 30px; width: 330px; padding: 20px 20px 16px; border-radius: 22px; background: linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(18px); box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); color: #dbe7ff; font-size: 14px; transform: rotate(-3deg); }
.lp-ticket-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: #fff; }
.lp-brand-dot { width: 26px; height: 26px; border-radius: 8px; background: var(--grad-blue); }
.lp-pill-ok { margin-left: auto; font-size: 11.5px; font-weight: 800; padding: 3px 10px; border-radius: 99px; background: rgba(34,197,94,.18); color: #4ade80; }
.lp-ticket-row { display: flex; justify-content: space-between; padding: 6px 0; }
.lp-ticket-row b { color: #fff; font-variant-numeric: tabular-nums; }
.lp-ticket-sep { border-top: 1px dashed rgba(255,255,255,.2); margin: 8px 0; }
.lp-total { font-size: 18px; }
.lp-total b { font-family: var(--display); font-size: 24px; }
.lp-muted { color: #8da0c4; font-size: 13px; }
.lp-ticket-foot { display: flex; align-items: center; gap: 8px; margin-top: 12px; padding: 10px 12px; border-radius: 12px; background: rgba(47,211,245,.1); color: #a5f3fc; font-size: 13px; font-weight: 600; }
.lp-ticket-foot .icon { width: 16px; height: 16px; }
.lp-gauge { position: absolute; right: 0; top: 250px; width: 190px; padding: 18px; border-radius: 24px; background: #fff; box-shadow: 0 30px 70px -20px rgba(0,0,0,.6); text-align: center; transform: rotate(3deg); }
.lp-gauge svg { width: 124px; height: 124px; transform: rotate(-90deg); }
.lp-g-track { fill: none; stroke: #e8eef7; stroke-width: 12; }
.lp-g-fill { fill: none; stroke: #1f7bff; stroke-width: 12; stroke-linecap: round; animation: lp-gauge 2.2s ease-out both; }
@keyframes lp-gauge { from { stroke-dasharray: 0 100; } }
.lp-gauge-val { position: absolute; top: 58px; left: 0; right: 0; }
.lp-gauge-val b { display: block; font-family: var(--display); font-size: 30px; color: var(--ink); line-height: 1; }
.lp-gauge-val span { font-size: 11.5px; color: var(--muted); font-weight: 650; }
.lp-gauge-cap { font-size: 12.5px; font-weight: 700; color: var(--ink-2); margin-top: 6px; }
.lp-toast { position: absolute; display: flex; gap: 12px; align-items: center; padding: 12px 16px 12px 12px; border-radius: 18px; background: #fff; box-shadow: 0 24px 50px -18px rgba(0,0,0,.55); font-size: 13px; min-width: 220px; }
.lp-toast b { display: block; color: var(--ink); font-size: 14px; }
.lp-toast span { color: var(--muted); }
.lp-toast-ic { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; }
.lp-ic-green { background: #e7f8f0; color: #0ea66b; } .lp-ic-amber { background: #fff5e0; color: #d98b06; } .lp-ic-blue { background: #e3efff; color: #0f62fe; } .lp-ic-cyan { background: #e2f9fe; color: #0891b2; }
.lp-float-3 { left: -4%; bottom: 60px; }
.lp-float-4 { left: 40%; bottom: -26px; }
.lp-float-1 { animation: lp-bob 7s ease-in-out infinite; }
.lp-float-2 { animation: lp-bob 6s ease-in-out infinite -2s; }
.lp-float-3 { animation: lp-bob 8s ease-in-out infinite -4s; }
.lp-float-4 { animation: lp-bob 7s ease-in-out infinite -1s; }
@keyframes lp-bob { 50% { translate: 0 -12px; } }
.lp-sample { position: absolute; right: 0; top: 0; margin: 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.35); font-weight: 700; }

.lp-waves { position: absolute; left: 0; bottom: -1px; width: 100%; height: 140px; }
.lp-wave-1 { fill: rgba(31,123,255,.25); animation: lp-sway 9s ease-in-out infinite; }
.lp-wave-2 { fill: #fff; animation: lp-sway 12s ease-in-out infinite reverse; }
@keyframes lp-sway { 50% { transform: translateX(-40px); } }

/* ── Ticker ─────────────────────────────────────────────────────── */
.lp-ticker { background: #fff; border-bottom: 1px solid var(--border); overflow: hidden; padding: 18px 0; }
.lp-ticker-track { display: flex; gap: 28px; width: max-content; animation: lp-marquee 38s linear infinite; font-family: var(--display); font-weight: 700; font-size: 1.35rem; color: var(--navy-800); white-space: nowrap; }
.lp-ticker-track i { color: #2fd3f5; font-style: normal; }
@keyframes lp-marquee { to { transform: translateX(-50%); } }

/* ── Sections ───────────────────────────────────────────────────── */
.lp-section { padding: 110px 0; position: relative; }
.lp-soft { background: #f4f7fc; }
.lp-dark { background: #040a19; background-image: radial-gradient(700px 400px at 90% 10%, rgba(31,123,255,.3), transparent 60%), radial-gradient(600px 400px at 0% 100%, rgba(47,211,245,.14), transparent 60%); }
.lp-head { max-width: 760px; margin-bottom: 56px; }

/* Before / after */
.lp-vs { display: grid; grid-template-columns: 1fr auto 1.1fr; gap: 28px; align-items: center; }
.lp-notebook { position: relative; padding: 34px 30px 30px 64px; border-radius: 18px; background: #fffdf5; background-image: repeating-linear-gradient(#fffdf5 0 33px, #dfe8f5 33px 34px); border: 1px solid #efe7cf; box-shadow: 0 20px 40px -24px rgba(0,0,0,.25); transform: rotate(-1.5deg); color: #5b5446; font-size: 16px; line-height: 34px; }
.lp-notebook::before { content: ""; position: absolute; left: 44px; top: 0; bottom: 0; width: 2px; background: #f4b2b2; }
.lp-notebook p { margin: 0; }
.lp-notebook s { text-decoration-color: rgba(229,72,77,.55); text-decoration-thickness: 2px; }
.lp-notebook em { color: #e5484d; font-size: 14px; }
.lp-nb-title { font-weight: 800; color: #3d372c; font-size: 18px; margin-bottom: 4px; }
.lp-nb-tag { position: absolute; top: -12px; right: 18px; font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 99px; background: #fde7e7; color: #c43236; }
.lp-tag-after { background: var(--grad-blue); color: #fff; }
.lp-arrow { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--navy-900); color: #2fd3f5; box-shadow: 0 10px 30px -8px rgba(8,19,48,.5); }
.lp-app-card { position: relative; padding: 22px; border-radius: 22px; background: #fff; border: 1px solid var(--border); box-shadow: 0 30px 60px -30px rgba(8,19,48,.35); display: grid; gap: 6px; }
.lp-app-row { display: flex; gap: 14px; align-items: center; padding: 10px; border-radius: 14px; transition: background .15s; }
.lp-app-row:hover { background: #f4f7fc; }
.lp-app-row b { display: block; font-size: 15px; color: var(--ink); }
.lp-app-row span { font-size: 13px; color: var(--muted); }
.lp-app-ic { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; flex-shrink: 0; }

/* Bento */
.lp-bento { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(210px, auto); gap: 18px; }
.lp-tile { position: relative; overflow: hidden; padding: 28px; border-radius: 26px; background: #fff; border: 1px solid var(--border); transition: transform .25s, box-shadow .25s; }
.lp-tile:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(8,19,48,.3); }
.lp-tile h3 { font-family: var(--display); font-size: 1.45rem; letter-spacing: -.02em; margin: 14px 0 8px; }
.lp-tile p { color: var(--muted); margin: 0; font-size: 15px; }
.lp-tile-ic { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #e3efff; color: #0f62fe; }
.lp-t-pos { grid-column: span 4; grid-row: span 2; display: grid; grid-template-columns: 1fr 1.15fr; gap: 26px; align-items: center; background: linear-gradient(160deg, #fff 40%, #eef5ff); }
.lp-t-cont { grid-column: span 2; grid-row: span 2; }
.lp-t-credit, .lp-t-inv, .lp-t-rep { grid-column: span 2; }
.lp-t-team { grid-column: span 3; }
.lp-t-branch { grid-column: span 3; }
.lp-t-dark { background: #081330; border-color: transparent; background-image: radial-gradient(400px 300px at 100% 0%, rgba(31,123,255,.4), transparent 70%); }
.lp-t-dark h3 { color: #fff; } .lp-t-dark p { color: #9fb0d0; }
.lp-t-dark .lp-tile-ic { background: rgba(47,211,245,.14); color: #7ee6fa; }
.lp-mini-pos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lp-mini-pos div { border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: 0 8px 20px -14px rgba(8,19,48,.4); }
.lp-mini-pos i { display: grid; place-items: center; height: 58px; background: linear-gradient(135deg, #0f2250, #1f7bff); color: #fff; }
.lp-mini-pos b { display: block; font-size: 12.5px; padding: 8px 10px 0; }
.lp-mini-pos span { display: block; padding: 0 10px 9px; font-weight: 800; color: #0f62fe; font-size: 13px; }
.lp-mini-bal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 30px; }
.lp-mini-bal div { padding: 16px 10px; border-radius: 16px; background: rgba(255,255,255,.05); text-align: center; }
.lp-mini-bal div.on { background: linear-gradient(160deg, #1f7bff, #0f62fe); }
.lp-mini-bal b { display: block; font-family: var(--display); font-size: 2.1rem; color: #fff; line-height: 1.1; }
.lp-mini-bal span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #9fb0d0; }
.lp-mini-bal .on span { color: #dbeafe; }
.lp-mini-ledger { margin-top: 18px; font-size: 14px; }
.lp-mini-ledger div { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed var(--border); }
.lp-mini-ledger .up { color: var(--ink); } .lp-mini-ledger .down { color: #0ea66b; }
.lp-mini-ledger .bal { border: 0; font-weight: 800; }
.lp-mini-bars { margin-top: 18px; display: grid; gap: 9px; font-size: 12.5px; font-weight: 650; }
.lp-mini-bars div { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 10px; }
.lp-mini-bars i { height: 8px; border-radius: 9px; background: #edf2f9; overflow: hidden; }
.lp-mini-bars em { display: block; height: 100%; border-radius: 9px; background: var(--grad-blue); }
.lp-mini-bars em.low { background: linear-gradient(90deg, #f97316, #e5484d); }
.lp-spark { width: 100%; height: 80px; margin-top: 16px; }
.lp-roles, .lp-branches { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.lp-roles span, .lp-branches span { padding: 7px 14px; border-radius: 99px; font-size: 13px; font-weight: 700; background: #f1f5fb; color: var(--ink-2); }
.lp-roles .r1 { background: var(--navy-900); color: #fff; } .lp-roles .r2 { background: #e3efff; color: #0f62fe; } .lp-roles .r3 { background: #e2f9fe; color: #0891b2; }
.lp-branches .on { background: var(--grad-blue); color: #fff; }
.lp-pro { font-size: 11px; font-family: var(--font); font-weight: 800; padding: 3px 8px; border-radius: 7px; background: var(--grad-blue); color: #fff; vertical-align: middle; letter-spacing: .06em; }

/* Interactive container demo */
.lp-demo { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lp-demo-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-note { margin-top: 14px; font-size: 13px; color: #6f82a8; }
.lp-demo-card { padding: 26px; border-radius: 28px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.lp-demo-head { display: flex; gap: 12px; align-items: center; color: #fff; margin-bottom: 22px; }
.lp-demo-head div span { display: block; font-size: 13px; color: #8da0c4; }
.lp-avatar { width: 46px; height: 46px; border-radius: 14px; background: var(--grad-blue); display: grid; place-items: center; font-weight: 800; color: #fff; }
.lp-gallons { display: flex; flex-wrap: wrap; gap: 10px; min-height: 84px; margin-bottom: 22px; }
.lp-gallon { width: 44px; height: 62px; position: relative; animation: lp-pop .35s cubic-bezier(.3,1.6,.6,1); }
.lp-gallon svg { width: 100%; height: 100%; }
.lp-gallon.out { animation: lp-out .3s ease-in forwards; }
@keyframes lp-pop { from { transform: scale(.2) translateY(20px); opacity: 0; } }
@keyframes lp-out { to { transform: scale(.2) translateY(-20px); opacity: 0; } }
.lp-demo-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lp-demo-stats div { padding: 14px; border-radius: 16px; background: rgba(255,255,255,.05); }
.lp-demo-stats .on { background: linear-gradient(160deg, #1f7bff, #0f62fe); }
.lp-demo-stats span { display: block; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #8da0c4; }
.lp-demo-stats .on span { color: #dbeafe; }
.lp-demo-stats b { font-family: var(--display); font-size: 2rem; color: #fff; }
.lp-demo-log { margin-top: 16px; display: grid; gap: 6px; font-size: 13px; color: #9fb0d0; max-height: 96px; overflow: hidden; }
.lp-demo-log div { display: flex; align-items: center; gap: 8px; animation: lp-pop .3s ease-out; }
.lp-demo-log .icon { width: 14px; height: 14px; color: #2fd3f5; }

/* Day timeline */
.lp-day { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; }
.lp-day::before { content: ""; position: absolute; left: 4%; right: 4%; top: 64px; height: 2px; background: repeating-linear-gradient(90deg, #cfd9e8 0 8px, transparent 8px 16px); }
.lp-day li { position: relative; padding: 0 6px; }
.lp-time { font-family: var(--display); font-weight: 800; font-size: 1.6rem; color: var(--navy-800); letter-spacing: -.02em; }
.lp-day-ic { position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; margin: 10px 0 16px; background: #fff; border: 1px solid var(--border); color: #0f62fe; box-shadow: 0 10px 24px -14px rgba(8,19,48,.5); }
.lp-day li:nth-child(3) .lp-day-ic, .lp-day li:nth-child(5) .lp-day-ic { background: var(--grad-blue); color: #fff; border: 0; }
.lp-day h3 { font-size: 1.05rem; margin-bottom: 6px; }
.lp-day p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* Roadmap */
.lp-road { display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; align-items: center; }
.lp-road-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lp-road-item { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 20px; border-radius: 20px; border: 1px dashed var(--border-2); background: #fff; font-weight: 700; }
.lp-road-item .icon { width: 26px; height: 26px; color: #0f62fe; }
.lp-road-item em { position: absolute; top: 14px; right: 14px; font-style: normal; font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 99px; background: rgba(47,211,245,.14); color: #0891b2; }

/* FAQ */
.lp-faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.lp .faq { max-width: none; }
.lp .faq details { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 20px 24px; margin-bottom: 12px; }

/* Final CTA */
.lp-final { position: relative; background: #040a19; padding: 170px 0 120px; text-align: center; overflow: hidden; background-image: radial-gradient(700px 420px at 50% 100%, rgba(31,123,255,.4), transparent 70%); }
.lp-waves-top { top: -1px; bottom: auto; }
.lp-waves-top .lp-wave-1 { fill: #f4f7fc; }
.lp-final-inner { display: flex; flex-direction: column; align-items: center; }
.lp-final-h { font-size: clamp(2.4rem, 5.5vw, 4.4rem); }
.lp-final .lp-lead { margin-left: auto; margin-right: auto; }
.lp-drop { width: 76px; height: 76px; border-radius: 24px; display: grid; place-items: center; margin-bottom: 26px; background: var(--grad-blue); color: #fff; box-shadow: 0 0 0 10px rgba(31,123,255,.12), 0 0 0 22px rgba(31,123,255,.06), 0 20px 50px -10px rgba(31,123,255,.8); animation: lp-bob 5s ease-in-out infinite; }
.lp-drop .icon { width: 34px; height: 34px; }

/* Pricing cards inside landing */
.lp .price-card { border-radius: 28px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); transition-delay: calc(var(--i, 0) * 90ms); }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal, .reveal.in-now { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1080px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .lp-console { height: 440px; max-width: 540px; width: 100%; margin: 0 auto; }
  .lp-bento { grid-template-columns: repeat(2, 1fr); }
  .lp-t-pos { grid-column: span 2; grid-row: auto; grid-template-columns: 1fr; }
  .lp-t-cont, .lp-t-credit, .lp-t-inv, .lp-t-rep, .lp-t-team, .lp-t-branch { grid-column: span 1; grid-row: auto; }
  .lp-demo, .lp-road, .lp-faq-wrap { grid-template-columns: 1fr; gap: 36px; }
  .lp-day { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .lp-day::before { display: none; }
}
@media (max-width: 720px) {
  .lp-hero { padding: 70px 0 140px; }
  .lp-section { padding: 74px 0; }
  .lp-console { height: 420px; }
  .lp-ticket { width: 280px; left: 0; font-size: 13px; }
  .lp-gauge { width: 150px; top: 200px; padding: 14px; }
  .lp-gauge svg { width: 96px; height: 96px; }
  .lp-gauge-val { top: 44px; } .lp-gauge-val b { font-size: 24px; }
  .lp-float-3 { left: 0; bottom: 34px; }
  .lp-float-4 { display: none; }
  .lp-vs { grid-template-columns: 1fr; }
  .lp-arrow { transform: rotate(90deg); margin: 0 auto; }
  .lp-notebook { padding-left: 54px; font-size: 14.5px; }
  .lp-bento { grid-template-columns: 1fr; }
  .lp-t-pos, .lp-t-cont, .lp-t-credit, .lp-t-inv, .lp-t-rep, .lp-t-team, .lp-t-branch { grid-column: auto; }
  .lp-day { grid-template-columns: 1fr; }
  .lp-road-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-btn { height: 50px; padding: 0 20px; }
  .lp-ticker-track { font-size: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-bubbles { display: none; }
  .lp-ticker-track, .lp-wave, .lp-float-1, .lp-float-2, .lp-float-3, .lp-float-4 { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ── Mobile apps (coming soon) ──────────────────────────────────── */
.lp-head-center { text-align: center; margin-left: auto; margin-right: auto; }
.lp-head-center .lp-lead { margin-left: auto; margin-right: auto; }
.lp-head-center .lp-kicker::before { display: none; }
.lp-app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp-app { display: flex; flex-direction: column; border-radius: 30px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); overflow: hidden; transition: transform .25s, border-color .25s; }
.lp-app:hover { transform: translateY(-6px); border-color: rgba(126,230,250,.3); }
.lp-phone { position: relative; width: 236px; height: 430px; margin: 34px auto 0; padding: 12px; border-radius: 40px 40px 0 0; border: 1px solid rgba(255,255,255,.18); border-bottom: 0; background: linear-gradient(160deg, #1b2b52, #0a1430); box-shadow: 0 -20px 60px -20px rgba(31,123,255,.45); }
.lp-phone-notch { position: absolute; top: 20px; left: 50%; width: 70px; height: 20px; margin-left: -35px; border-radius: 99px; background: #040a19; z-index: 2; }
.lp-screen { height: 100%; border-radius: 30px 30px 0 0; overflow: hidden; background: #f4f7fc; padding: 44px 14px 0; display: flex; flex-direction: column; gap: 10px; font-size: 11px; color: var(--ink); }
.lp-phone-delivery .lp-screen { background: #0b1733; color: #fff; }
.lp-s-top { display: flex; justify-content: space-between; align-items: center; font-weight: 800; font-size: 13px; }
.lp-s-top i .icon { width: 16px; height: 16px; }
.lp-s-pill { font-style: normal; font-size: 10px; padding: 3px 8px; border-radius: 99px; background: rgba(47,211,245,.18); color: #7ee6fa; }
.lp-s-hero { padding: 14px; border-radius: 16px; background: var(--grad-navy); color: #fff; }
.lp-s-hero small { display: block; color: #8bbcff; font-weight: 700; }
.lp-s-hero b { display: block; font-family: var(--display); font-size: 24px; line-height: 1.2; }
.lp-s-hero em { font-style: normal; color: #4ade80; font-weight: 700; font-size: 10.5px; }
.lp-s-hero-c { background: linear-gradient(135deg, #1f7bff, #0f62fe); }
.lp-s-hero-c em { color: #dbeafe; }
.lp-s-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.lp-s-grid div { padding: 8px 10px; border-radius: 12px; background: #fff; border: 1px solid var(--border); }
.lp-s-grid small { display: block; color: var(--muted); font-size: 9.5px; font-weight: 700; }
.lp-s-grid b { font-size: 14px; }
.lp-s-bars { display: flex; align-items: flex-end; gap: 6px; height: 54px; flex-shrink: 0; padding: 8px 10px; border-radius: 12px; background: #fff; border: 1px solid var(--border); }
.lp-s-bars i { flex: 1; border-radius: 4px 4px 2px 2px; background: var(--grad-blue); }
.lp-s-nav { margin-top: auto; display: flex; justify-content: space-around; padding: 10px 0 12px; border-top: 1px solid var(--border); background: #fff; margin-left: -14px; margin-right: -14px; }
.lp-s-nav i { color: var(--muted-2); } .lp-s-nav i.on { color: #0f62fe; }
.lp-s-nav .icon { width: 17px; height: 17px; }
.lp-s-map { height: 110px; border-radius: 14px; background: #13244d; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 18px 18px; overflow: hidden; }
.lp-s-map svg { width: 100%; height: 100%; }
.lp-s-stop { display: flex; gap: 10px; align-items: center; padding: 8px 10px; border-radius: 12px; background: rgba(255,255,255,.06); }
.lp-s-stop.on { background: rgba(31,123,255,.3); box-shadow: inset 0 0 0 1px rgba(126,230,250,.4); }
.lp-s-stop i { color: #7ee6fa; } .lp-s-stop .icon { width: 15px; height: 15px; }
.lp-s-stop b { display: block; font-size: 11.5px; } .lp-s-stop small { color: #9fb0d0; font-size: 10px; }
.lp-s-btn { margin-top: auto; margin-bottom: 14px; padding: 11px; border-radius: 12px; text-align: center; font-weight: 800; font-size: 12px; color: #fff; background: linear-gradient(135deg, #2fd3f5 -20%, #1f7bff 50%, #0f62fe); }
.lp-s-order { display: grid; gap: 7px; }
.lp-s-prod { display: flex; align-items: center; gap: 9px; padding: 8px 10px; border-radius: 12px; background: #fff; border: 1px solid var(--border); }
.lp-s-prod i { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; background: #e3efff; color: #0f62fe; }
.lp-s-prod .icon { width: 15px; height: 15px; }
.lp-s-prod b { display: block; font-size: 11px; } .lp-s-prod small { color: var(--muted); font-size: 10px; }
.lp-s-prod span { margin-left: auto; font-weight: 800; color: #0f62fe; font-size: 11px; white-space: nowrap; }
.lp-s-track { display: flex; align-items: center; gap: 5px; }
.lp-s-track span { width: 28px; height: 5px; border-radius: 9px; background: var(--border-2); }
.lp-s-track span.on { background: #0ea66b; }
.lp-s-track small { margin-left: 6px; font-weight: 700; color: #0ea66b; font-size: 10px; }
.lp-app-body { padding: 24px 26px 28px; background: rgba(4,10,25,.6); border-top: 1px solid rgba(255,255,255,.08); flex: 1; }
.lp-app-title { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.lp-app-title h3 { font-family: var(--display); color: #fff; font-size: 1.35rem; margin: 0; letter-spacing: -.02em; }
.lp-app-title small { color: #8da0c4; font-weight: 600; }
.lp-app-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--grad-blue); color: #fff; flex-shrink: 0; }
.lp-soon { margin-left: auto; align-self: flex-start; font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 99px; background: rgba(47,211,245,.16); color: #7ee6fa; white-space: nowrap; }
.lp-app-body p { color: #a9b8d6; margin: 0 0 16px; font-size: 15px; }
.lp-app-body ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.lp-app-body li { display: flex; gap: 9px; align-items: center; color: #dbe7ff; font-size: 14px; font-weight: 550; }
.lp-app-body li .icon { width: 16px; height: 16px; color: #2fd3f5; }
.lp-stores { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; margin-top: 44px; }
.lp-store { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 14px; border: 1px solid rgba(255,255,255,.18); color: #fff; opacity: .6; cursor: default; }
.lp-store .icon { width: 24px; height: 24px; }
.lp-store span { display: flex; flex-direction: column; font-weight: 800; font-size: 15px; line-height: 1.15; }
.lp-store small { font-size: 10px; font-weight: 600; color: #a9b8d6; }
.lp-stores .lp-note { flex-basis: 100%; text-align: center; margin: 4px 0 0; }
@media (max-width: 1080px) { .lp-app-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

/* ═══ OcevoHub brand homepage ═══════════════════════════════════════ */
.bh-hero .lp-hero-grid { grid-template-columns: 1.05fr .95fr; }
.bh-orbit { position: relative; width: 500px; height: 500px; max-width: 100%; margin: 0 auto; }
.bh-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.bh-lines circle { fill: none; stroke: rgba(126,230,250,.18); stroke-width: 1.5; stroke-dasharray: 5 9; animation: bh-spin 60s linear infinite; transform-origin: 250px 250px; }
.bh-lines circle + circle { stroke: rgba(31,123,255,.14); animation-duration: 90s; animation-direction: reverse; }
@keyframes bh-spin { to { transform: rotate(360deg); } }
.bh-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 190px; height: 190px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: radial-gradient(circle at 30% 30%, rgba(31,123,255,.45), rgba(8,19,48,.95) 70%); border: 1px solid rgba(126,230,250,.3); box-shadow: 0 0 0 14px rgba(31,123,255,.07), 0 0 80px rgba(31,123,255,.55); color: #fff; }
.bh-core .brand-mark { width: 64px; height: 64px; }

.bh-core b { font-family: var(--display); font-size: 22px; letter-spacing: -.02em; }
.bh-core small { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--cyan-300); font-weight: 800; }
.bh-node { position: absolute; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 24px 50px -18px rgba(0,0,0,.65); color: var(--ink); animation: lp-bob 7s ease-in-out infinite; animation-delay: calc(var(--d) * -1.6s); }
.bh-node b { display: block; font-size: 15px; }
.bh-node small { font-size: 11.5px; font-weight: 700; color: var(--accent); }
.bh-node-ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--accent); }
.bh-t { left: 50%; top: 0; margin-left: -70px; }
.bh-r { right: -10px; top: 50%; margin-top: -32px; }
.bh-b { left: 50%; bottom: 0; margin-left: -70px; }
.bh-l { left: -10px; top: 50%; margin-top: -32px; }
.bh-app-ic { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: var(--accent); box-shadow: 0 12px 26px -10px var(--accent); flex-shrink: 0; }
.lp-pill-live { font-size: 11.5px; font-weight: 800; padding: 5px 12px; border-radius: 99px; background: #e7f8f0; color: #0ea66b; letter-spacing: .04em; text-transform: uppercase; }
.bh-live { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 44px; border-radius: 32px; background: linear-gradient(160deg, #fff 40%, color-mix(in srgb, var(--accent) 7%, #fff)); border: 1px solid var(--border); box-shadow: 0 40px 80px -50px rgba(8,19,48,.35); margin-bottom: 22px; }
.bh-live h3 { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -.03em; margin-bottom: 10px; }
.bh-live p { color: var(--muted); font-size: 1.05rem; }
.bh-live ul, .bh-soon ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 9px; }
.bh-live li, .bh-soon li { display: flex; gap: 10px; align-items: center; font-weight: 600; font-size: 14.5px; }
.bh-live li .icon { color: var(--accent); width: 17px; height: 17px; }
.bh-live .lp-btn-ghost { color: var(--ink); border-color: var(--border-2); background: #fff; }
.bh-mini-dash { border-radius: 22px; background: #fff; border: 1px solid var(--border); box-shadow: 0 30px 60px -30px rgba(8,19,48,.4); padding: 18px; }
.bh-md-top { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--muted); margin-bottom: 14px; }
.bh-md-top b { margin-left: 8px; color: var(--ink); }
.bh-dot { width: 9px; height: 9px; border-radius: 50%; background: #e2e8f2; }
.bh-md-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bh-md-grid div { padding: 12px 14px; border-radius: 14px; border: 1px solid var(--border); }
.bh-md-grid div.on { background: var(--grad-navy); border: 0; color: #fff; }
.bh-md-grid small { display: block; font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.bh-md-grid .on small { color: var(--blue-300); }
.bh-md-grid b { font-family: var(--display); font-size: 22px; }
.bh-md-chart { width: 100%; height: 80px; margin-top: 12px; }
.bh-sample { font-size: 11px; color: var(--muted-2); text-transform: uppercase; letter-spacing: .12em; margin: 6px 0 0; text-align: right; }
.bh-soon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bh-soon { padding: 28px; border-radius: 26px; border: 1px dashed var(--border-2); background: #fff; }
.bh-soon h3 { font-family: var(--display); font-size: 1.4rem; margin: 18px 0 8px; }
.bh-soon p { color: var(--muted); font-size: 14.5px; margin: 0; }
.bh-soon li { color: var(--ink-2); font-weight: 550; }
.bh-soon li .icon { color: var(--accent); width: 16px; height: 16px; }
.bh-soon .lp-soon { font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 99px; background: rgba(47,211,245,.14); color: #0891b2; }
.bh-note { font-size: 12px !important; color: var(--muted-2) !important; margin-top: 16px !important; }
.bh-steps { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 16px; counter-reset: s; }
.bh-steps li { position: relative; padding-left: 58px; color: #a9b8d6; }
.bh-steps li::before { counter-increment: s; content: counter(s); position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--grad-blue); color: #fff; font-weight: 800; }
.bh-steps b { display: block; color: #fff; font-size: 1.05rem; }
.bh-launcher { padding: 28px; border-radius: 28px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.bh-l-title { font-family: var(--display); color: #fff; font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 20px; }
.bh-l-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bh-l-card { display: flex; flex-direction: column; gap: 8px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); color: #fff; opacity: .7; }
.bh-l-card.on { opacity: 1; border-color: color-mix(in srgb, var(--accent) 60%, transparent); box-shadow: 0 20px 40px -24px var(--accent); }
.bh-l-card .bh-app-ic { width: 38px; height: 38px; border-radius: 12px; }
.bh-l-card em { font-style: normal; font-size: 12px; font-weight: 700; color: #9fb0d0; }
.bh-l-card.on em { color: #7ee6fa; }
.bh-why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bh-why-item { padding: 26px; border-radius: 24px; border: 1px solid var(--border); background: #fff; }
.bh-why-item h3 { font-family: var(--display); font-size: 1.2rem; margin: 14px 0 6px; }
.bh-why-item p { color: var(--muted); margin: 0; font-size: 14.5px; }
@media (max-width: 1080px) {
  .bh-hero .lp-hero-grid { grid-template-columns: 1fr; }
  .bh-live { grid-template-columns: 1fr; padding: 30px; }
  .bh-soon-grid, .bh-why { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .bh-orbit { width: 340px; height: 340px; }
  .bh-core { width: 140px; height: 140px; }
  .bh-core b { font-size: 17px; }
  .bh-node { padding: 8px 12px 8px 8px; gap: 8px; }
  .bh-node-ic { width: 32px; height: 32px; }
  .bh-t, .bh-b { margin-left: -55px; }
  .bh-soon-grid, .bh-why, .bh-l-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .bh-lines circle, .bh-node { animation: none !important; } }

/* ═══ Homepage video ═══ */
.bh-video-sec { padding-bottom: 40px; }
.bh-video { position: relative; max-width: 1080px; margin: 0 auto; border-radius: 28px; overflow: hidden; background: #040a19; aspect-ratio: 16 / 9; box-shadow: 0 50px 100px -40px rgba(8,19,48,.55), 0 0 0 1px rgba(8,19,48,.08); }
.bh-video video { width: 100%; height: 100%; display: block; object-fit: cover; background: #040a19; }
.bh-play { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: flex-start; padding: 0 0 5% 5%; border: 0; cursor: pointer; color: #fff; font: inherit; text-align: left; background: linear-gradient(200deg, rgba(4,10,25,0) 55%, rgba(4,10,25,.7)); }
.bh-play-pill { display: inline-flex; align-items: center; gap: 16px; padding: 10px 26px 10px 10px; border-radius: 99px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: transform .2s ease, background .2s ease; }
.bh-play-ic { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, #2fd3f5 -20%, #1f7bff 45%, #0f62fe); box-shadow: 0 12px 30px -8px rgba(31,123,255,.9); }
.bh-play-ic .icon { width: 26px; height: 26px; margin-left: 3px; fill: #fff; }
.bh-play b { display: block; font-size: 1.15rem; }
.bh-play small { display: block; font-size: .82rem; color: #c9d6ee; font-weight: 600; }
.bh-play:hover .bh-play-pill, .bh-play:focus-visible .bh-play-pill { transform: scale(1.04); background: rgba(255,255,255,.18); }
.bh-video.is-playing .bh-play { display: none; }
@media (max-width: 720px) { .bh-video { border-radius: 18px; } .bh-play-ic { width: 48px; height: 48px; } .bh-play b { font-size: 1rem; } }
