/* ============================================================
   odino.html — page-specific layout + LIVE demo
   ============================================================ */

.grid-3 { grid-template-columns: repeat(3, 1fr); }

.head-center { max-width: 760px; margin: 0 auto; text-align: center; }
.head-center .eyebrow::before { display: none; }

.of-meta { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--odino-cyan); margin-top: 18px; }

/* cyan-leaning gradient for the product page */
.grad-cyan {
  background-image: linear-gradient(110deg, var(--odino-cyan), #6366f1 55%, var(--g-amber));
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.hero-tag .pulse.cyan { background: var(--odino-cyan); box-shadow: 0 0 0 0 rgba(63,200,236,.6); animation: pulseC 2.2s infinite; }
@keyframes pulseC { 0%{box-shadow:0 0 0 0 rgba(63,200,236,.5)} 70%{box-shadow:0 0 0 8px rgba(63,200,236,0)} 100%{box-shadow:0 0 0 0 rgba(63,200,236,0)} }
.eyebrow--cyan::before { background: var(--odino-cyan) !important; box-shadow: 0 0 14px var(--odino-cyan); }

/* ============================================================
   LIVE DEMO PANEL
   ============================================================ */
.live-demo-frame {
  border-radius: 22px; overflow: hidden;
  border: 1px solid hsl(193 70% 60% / 0.16);
  background: linear-gradient(180deg, hsl(220 55% 6% / 0.85), hsl(258 60% 4% / 0.9));
  box-shadow: 0 50px 120px -50px #000, 0 0 0 1px hsl(193 70% 60% / 0.06);
}
.ol-bar { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; border-bottom: 1px solid hsl(193 60% 60% / 0.12); }
.ol-title { font-family: var(--font-mono); font-size: 14px; letter-spacing: .1em; color: var(--odino-cyan); display: flex; align-items: center; gap: 12px; }
.ol-play { font-size: 11px; }
.ol-up { color: var(--muted); letter-spacing: .04em; font-size: 12px; }
.ol-up b { color: var(--hero-sub); font-weight: 500; }
.ol-right { display: flex; align-items: center; gap: 16px; font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.ol-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--odino-amber); border: 1px solid hsl(45 90% 55% / .3); border-radius: 6px; padding: 4px 9px; font-size: 11px; letter-spacing: .12em; }
.ol-badge i { width: 7px; height: 7px; border-radius: 50%; background: #38e07b; box-shadow: 0 0 8px #38e07b; animation: blink 1.4s infinite; }
@keyframes blink { 50% { opacity: .3; } }

.ol-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 0; }
.ol-list-wrap { border-right: 1px solid hsl(193 60% 60% / 0.1); }
.ol-head, .ol-row { display: grid; grid-template-columns: 1.1fr 1.5fr 0.7fr 0.4fr; align-items: center; gap: 10px; padding: 11px 22px; }
.ol-head { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; color: var(--muted); border-bottom: 1px solid hsl(193 60% 60% / 0.1); }
.ol-flag { text-align: center; }
.ol-list { min-height: 360px; }
.ol-row { font-family: var(--font-mono); font-size: 13px; border-bottom: 1px solid hsl(220 40% 40% / 0.07); cursor: pointer; transition: background .2s; }
.ol-row:hover { background: hsl(193 60% 50% / 0.05); }
.ol-row.sel { background: hsl(193 70% 50% / 0.10); box-shadow: inset 2px 0 0 var(--odino-cyan); }
.ol-plate { color: var(--odino-amber); font-weight: 500; letter-spacing: .05em; }
.ol-varco { color: var(--hero-sub); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ol-time { color: var(--muted); }
.ol-f { color: var(--odino-red); text-align: center; }
.ol-row.watch { background: hsl(265 70% 55% / 0.08); }
.ol-row.watch .ol-plate { color: #b69bff; }
.ol-row.stolen { background: hsl(0 75% 55% / 0.10); }
.ol-row.stolen .ol-plate { color: var(--odino-red); }
.ol-row.enter { animation: rowIn .6s cubic-bezier(.2,.8,.2,1); }
@keyframes rowIn { from { opacity: 0; transform: translateY(-12px); background: hsl(193 70% 50% / 0.18); } to { opacity: 1; transform: none; } }

.ol-detail { padding: 20px 22px; display: flex; flex-direction: column; gap: 16px; }
.ol-cam { position: relative; aspect-ratio: 16/10; border-radius: 12px; overflow: hidden; background: radial-gradient(120% 120% at 50% 0%, #1b2540, #0a0e18); border: 1px solid hsl(220 40% 40% / 0.25); display: grid; place-items: center; }
.ol-cam-car svg { width: 78%; }
.ol-cam-meta { position: absolute; top: 8px; left: 10px; font-family: var(--font-mono); font-size: 10px; color: hsl(45 90% 70% / .85); letter-spacing: .04em; }
.ol-cam-scan { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, hsl(193 90% 60% / 0.06)); }
.ol-cam-scan::after { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--odino-cyan), transparent); animation: scan 3s linear infinite; opacity: .5; }
@keyframes scan { 0%{top:0} 100%{top:100%} }
.ol-info-k { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; color: var(--muted); }
.ol-info-plate { font-family: var(--font-mono); font-weight: 500; font-size: 30px; letter-spacing: .06em; color: var(--odino-amber); margin-top: 4px; }
.ol-info-plate.flagged { color: var(--odino-red); }
.ol-info-model { color: var(--hero-sub); font-size: 14px; margin-top: 4px; }
.ol-info-tag { display: inline-block; margin-top: 14px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; padding: 7px 12px; border-radius: 8px; }
.ol-info-tag.watch { color: #b69bff; background: hsl(265 70% 55% / 0.14); border: 1px solid hsl(265 70% 60% / .3); }
.ol-info-tag.stolen { color: var(--odino-red); background: hsl(0 75% 55% / 0.12); border: 1px solid hsl(0 75% 60% / .35); }
.ol-info-ok { display: inline-block; margin-top: 14px; font-family: var(--font-mono); font-size: 12px; color: #38e0a8; background: hsl(160 60% 45% / 0.12); border: 1px solid hsl(160 60% 50% / .25); padding: 7px 12px; border-radius: 8px; }

/* ============================================================
   FEATURE ROWS (cosa puoi fare)
   ============================================================ */
.feat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: clamp(36px,5vw,64px) 0; border-top: 1px solid var(--line); }
.feat-row:nth-child(even) .feat-text { order: 2; }
.feat-num { font-family: var(--font-mono); font-size: 13px; color: var(--odino-cyan); letter-spacing: .2em; }
.feat-text h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px,3vw,38px); letter-spacing: -0.02em; margin-top: 14px; }
.feat-text > p { color: var(--hero-sub); font-size: 16px; line-height: 1.65; margin-top: 14px; max-width: 46ch; opacity: .88; }
.feat-list { list-style: none; margin-top: 22px; display: grid; gap: 11px; }
.feat-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--hero-sub); font-size: 15px; }
.feat-list li svg { flex: none; width: 19px; height: 19px; color: var(--odino-cyan); margin-top: 1px; }
.feat-visual { aspect-ratio: 5/4; border-radius: 18px; border: 1px solid hsl(193 60% 60% / 0.14); background: linear-gradient(160deg, hsl(220 50% 9% / 0.6), hsl(258 60% 5% / 0.6)); display: grid; place-items: center; position: relative; overflow: hidden; }
.feat-visual .fv-ic { width: 96px; height: 96px; color: var(--odino-cyan); opacity: .9; }
.feat-visual::before { content: ""; position: absolute; width: 70%; height: 70%; background: radial-gradient(closest-side, hsl(193 90% 55% / 0.16), transparent); filter: blur(30px); }

/* ============================================================
   COME FUNZIONA — steps
   ============================================================ */
.steps { display: grid; gap: 0; margin-top: 50px; }
.step { display: grid; grid-template-columns: 88px 1fr auto; gap: 28px; align-items: start; padding: 30px 0; border-top: 1px solid var(--line); position: relative; }
.step:last-child { border-bottom: 1px solid var(--line); }
.step-n { font-family: var(--font-display); font-weight: 500; font-size: 54px; line-height: 1; letter-spacing: -0.03em; background: linear-gradient(180deg, var(--odino-cyan), #6366f1); -webkit-background-clip: text; background-clip: text; color: transparent; }
.step h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; }
.step p { color: var(--hero-sub); font-size: 15.5px; line-height: 1.6; margin-top: 8px; max-width: 60ch; opacity: .85; }
.step-tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; color: var(--odino-cyan); border: 1px solid hsl(193 70% 60% / .25); padding: 6px 11px; border-radius: 999px; white-space: nowrap; align-self: center; }

.telegram-note { margin-top: 40px; display: flex; gap: 20px; align-items: center; padding: 28px 32px; border-radius: 18px; border: 1px solid hsl(193 70% 60% / 0.16); background: linear-gradient(120deg, hsl(200 70% 10% / 0.5), hsl(258 60% 5% / 0.5)); }
.telegram-note .tn-ic { flex: none; width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: var(--odino-cyan); background: hsl(193 80% 50% / 0.12); }
.telegram-note h4 { font-family: var(--font-display); font-weight: 600; font-size: 19px; }
.telegram-note p { color: var(--hero-sub); font-size: 14.5px; margin-top: 5px; opacity: .85; }

/* ============================================================
   PROFILI OPERATORE
   ============================================================ */
.roles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 50px; }
.role { padding: 26px 22px; border-radius: 16px; border: 1px solid var(--line); background: var(--surface); transition: transform .3s, border-color .3s, background .3s; }
.role:hover { transform: translateY(-5px); border-color: hsl(193 70% 60% / .3); background: var(--surface-2); }
.role.featured { border-color: hsl(193 70% 60% / .35); background: linear-gradient(180deg, hsl(193 60% 14% / 0.3), var(--surface)); }
.role-ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; color: var(--odino-cyan); background: hsl(193 80% 50% / 0.12); margin-bottom: 16px; }
.role h3 { font-family: var(--font-display); font-weight: 600; font-size: 18px; }
.role ul { list-style: none; margin-top: 16px; display: grid; gap: 9px; }
.role li { display: flex; gap: 9px; font-size: 13.5px; color: var(--hero-sub); align-items: flex-start; }
.role li.on::before { content: "✓"; color: #38e0a8; font-weight: 700; }
.role li.off { color: var(--muted); opacity: .6; }
.role li.off::before { content: "—"; color: var(--muted); }

/* ============================================================
   FINAL CTA
   ============================================================ */
.odino-cta { position: relative; border-radius: 28px; overflow: hidden; text-align: center; padding: clamp(56px,8vw,100px) 28px; border: 1px solid hsl(193 70% 60% / 0.18);
  background: radial-gradient(110% 90% at 50% -10%, hsl(193 90% 30% / 0.25), transparent 60%), linear-gradient(180deg, hsl(220 55% 6% / 0.8), hsl(258 65% 4% / 0.85)); }
.odino-cta h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(36px,6vw,72px); line-height: 1.04; letter-spacing: -0.03em; max-width: 16ch; margin: 14px auto 0; }
.odino-cta p { color: var(--hero-sub); font-size: 17px; max-width: 52ch; margin: 20px auto 0; opacity: .85; }

@media (max-width: 980px) {
  .ol-grid { grid-template-columns: 1fr; }
  .ol-list-wrap { border-right: none; border-bottom: 1px solid hsl(193 60% 60% / 0.1); }
  .ol-list { min-height: auto; }
  .feat-row { grid-template-columns: 1fr; gap: 28px; }
  .feat-row:nth-child(even) .feat-text { order: 0; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .roles { grid-template-columns: repeat(2, 1fr); }
  .step { grid-template-columns: 60px 1fr; }
  .step-tag { grid-column: 2; justify-self: start; margin-top: 4px; }
  .step-n { font-size: 40px; }
}
@media (max-width: 620px) {
  .grid-3 { grid-template-columns: 1fr; }
  .roles { grid-template-columns: 1fr; }
  .ol-head, .ol-row { grid-template-columns: 1fr 1.3fr 0.7fr 0.3fr; padding-inline: 16px; }
}
